html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, footer, header, section {
    display: block
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0
}

small {
    font-size: 13px;
}

/*
 * Grid
 * ---------------------------------------
 */
.col-group {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

[class*='col-'] {
    float: left;
    margin-right: 2%;
    position: relative;
}

[class*='col-']:last-of-type {
    margin-right: 0!important;
    clear: right
}
    
.col-1 {
    margin-right: 0!important;
    width: 100%;
}

.col-1-2 {
    width: 49%
}

.col-1-3 {
    width: 32%
}

.col-1-4 {
    width: 23.5%
}

.col-1-5 {
    width: 18.4%
}

.col-1-6 {
    width: 15%
}

.col-1-7 {
    width: 12.57%
}

.col-2-3 {
    width: 66%
}

.col-2-5 {
    width: 38.8%
}

.col-3-4 {
    width: 74.5%
}

.col-3-5 {
    width: 59.2%
}

.col-4-5 {
    width: 79.6%
}

.col-5-6 {
    width: 83%
}

/*
 * Layout
 * ---------------------------------------
 */
body {
    background: #f9f9f9 url(../assets/img/bg.png);
    color: #343434;
    font: 14px/24px 'Open Sans', sans-serif, Helvetica, Arial;
}

#wrap {
    /*border: 1px solid red;*/
    float: left;
    width: 100%
}

.inside {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/*
 * Header
 * ---------------------------------------
 */
#site-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 85px;
    position: fixed;
    width: 100%;
    z-index: 10000;
}
#site-header .col-1-6 {
    padding: 10px 0;
}
#primary-menu ul {
    text-align: right;
}
#primary-menu li {
    display: inline-block;
    list-style: none;
}
#primary-menu a {
    line-height: 65px;
    display: block;
    padding: 10px;
}
#primary-menu a:hover {
    background: #47a6d6;
    color: #fff;
}

/*
 * Content
 * ---------------------------------------
 */
#site-content {
    margin-top: 85px;
}


.intro {
    /*background: #fff;*/
    padding: 30px 0 0;
}

.intro h1 {
    font-size: 22px;
    margin-bottom: 20px
}

.pl-30 {
    padding-left: 30px
}
.pr-30 {
    padding-right: 30px
}

.list {
    margin: 0 20px;
}

.ajax-list {
    border: 1px solid #ddd!important;
    float: left;
    width: 100%;
    border-radius: 5px;
}

.ajax-list li {
    border-bottom: 1px solid #ddd;
    display: block;
    list-style: none;
    padding: 10px;
    position: relative;
}

.ajax-list li:last-child {
    border-bottom: 0
}

.ajax-list h3 {
    padding-right: 60px;
}

.ajax-list span {
    background: #052851;
    color: #fff;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 50px;
    border-radius: 5px;
}

.block {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.block-inside {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.divider {
    margin-bottom: 30px!important;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.notice {
    color: #af0000;
    font-size: small
}

.success {
    color: green;
    font-size: small
}


/* Form Design */
form {
    margin: 50px 0;
    position: relative;
}


form h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

select,
input[type="password"],
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
    border: 1px solid #ddd!important;
    height: 40px;
    font-size: 16px;
    line-height: 1.75;
    padding: 0 10px;
    width: 100%;
    border-radius: 5px;
    -moz-box-shadow:    inset 0 0 2px #ddd;
    -webkit-box-shadow: inset 0 0 2px #ddd;
    box-shadow:         inset 0 0 2px #ddd;
}

textarea {
    height: 100px
}

label {
    display: block;
    /*font-weight: bold;*/
    margin-bottom: 10px;
}

label.input {
    display: inline-block;
    font-weight: normal!important;
    margin-bottom: 0!important
}

label small {
    font-weight: normal;
}

legend {
    background: #052851;
    color: #fff;
    float: left;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 100%;
}

fieldset {
    background: #fff;
    border: 1px solid #e9e9e9;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.inline-view li {
    display: inline-block;
    margin-right: 5px;
}
.block-view li {
    display: block;
    margin-bottom: 10px;
}

.option-list li {
    border: 1px solid #ddd;
    list-style: none;
    padding: 5px 15px 5px 10px;
    position: relative;
    border-radius: 5px;
    -moz-box-shadow:    inset 0 0 2px #ddd;
   -webkit-box-shadow: inset 0 0 2px #ddd;
    box-shadow:         inset 0 0 2px #ddd;
}
.option-list li div {
    display: inline-block;
    margin-left: 30px;
}
.option-list li:not(#foo) input[type=radio],
.option-list li:not(#foo) input[type=radio]+div::before {
    height: 20px;
    left: 10px;
    position: absolute;
    width: 20px;
}

.option-list li:not(#foo) input[type=radio] {
    cursor: pointer;
    opacity: 0;
    top: 0;
    z-index: 2;
}

.option-list li:not(#foo) input[type=radio]+div::before {
    background: url(../assets/img/i-input-radio.png) no-repeat;
    background-size: 20px 20px;
    content: "";
    top: 8px;
    z-index: 1
}

.option-list li:not(#foo) input[type=radio]:checked+div::before {
    background: url(../assets/img/i-input-radio-selected.png) no-repeat;
    background-size: 20px 20px
}

.button {
    background: #fff;
    float: left;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-top: -20px;
    width: 100%;
}

.button input[type="submit"] {
    margin-right: 10px;
    float: left;
}
.primary-button {
    background: #052851
}
.secondary-button {
    background: #666
}

.primary-button,
.secondary-button {
    border: 0;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 5px;
}

/*
 * Clearfix
 * ---------------------------------------
 */
#wrap, .rep-form, .inside {
    zoom: 1;
}

#wrap:before, .rep-form:before, .inside:before,
#wrap:after, .rep-form:after, .inside:after {
    content: " ";
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

@media screen and (max-width: 960px) {
    .inside {
        width: 90%;
    }
}

@media screen and (max-width: 800px) {
    #site-header {
        height: auto;
        padding-bottom: 10px;
        position: relative;
    }

    #site-header .col-1-6,
    #site-header .col-5-6 {
        width: 100%;
    }

    #primary-menu ul {
        text-align: left;
    }
    #primary-menu li {
        border: 1px solid #fff;
        float: left;
    }
    #primary-menu a {
        background: #666;
        color: #fff;
        line-height: 15px;
        padding: 8px;
    }

    #site-content {
        margin-top: 0;
    }
}

@media screen and (max-width: 520px) {
    [class*='col-'] {
        width: 100%!important
    }

    .pl-30 {
        padding-left: 0
    }
    .pr-30 {
        padding-right: 0
    }

    .primary-button,
    .secondary-button {
        margin-bottom: 5px;
        width: 100%
    }

    #mobile-fixed .col-3-4 {
        width: 74.5%!important
    }
    #mobile-fixed .col-1-4 {
        width: 23.5%!important
    }
}