* {
    box-sizing: border-box;
    font-family: 'Sans-pro-regular', sans-serif
}
body {
    font-family: "Sans-pro-regular", Arial, sans-serif;
}
.ml15 {
    margin-left: 15px
}
.mt30 {
    margin-top: 30px;
}

.pl0 {
    padding-left: 0;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.noscript {
    color: red;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

.ftm-2019-165x650 {
    height: 165px;
    background-size: 118px;
    background-image: url(/images/ftm/bg/swirl_pttrn-M_1x.png)!important;
    background-repeat: repeat;
    position: relative;
    border-radius: 10px;
    color: white;
}

.container {
    width: 670px;
    margin: 10px auto;
    padding-right: 10px;
    padding-left: 10px;
}
.heading h1 {
    font-size: 26px;
    font-family: 'Sans-pro-semibold', sans-serif;
    font-weight: 600;
    color: #3b488e;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.content {
    width: 485px;
    margin: 0 auto;
}
.button_submit {
    margin: 40px 0;
    text-align: center
}

.button_submit .btn,
.close-btn .btn {
    font-family: 'Sans-pro-semibold', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.heading .pre-heading {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin-left: -83px;
    width: 650px;
}
.form-wrap input[type=text], .form-wrap select {
    padding-left: 5px;
    height: 21px;
    width: 100%;
    line-height: normal;
    line-height: 15px\0/;
}
.form-wrap select {
    padding-top: 0;
    padding-bottom: 0;
}
.form-wrap label {
    font-family: "Sans-pro-semibold", Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
}

.required-field:before {
    content: "*";
    color: red;
    display: inline-block;
    margin-right: 4px
}

label.error {
    display: inline-block;
    width: 100%;
    margin: 0;
    vertical-align: bottom;
    text-align: left;
    color: #676767;
    font-size: 10px;
    background-color: rgba(255,255,255,0.3);
    border: solid 1px #f00;
    border-top: 0;
    margin-bottom: 2px;
    padding: 3px 2px;
    font-weight: normal;
    font-family: "Sans-pro-regular", Arial, sans-serif;
}
/*IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    label[for=t_email].error,
    label[for=t_firstname].error,
    label[for=t_lastname].error,
    label[for=t_fb_type_other].error,
    label[for=t_country_other].error
    {
        margin-top: -1px;
    }
}


.header  img {
    margin-top: 20px;
    margin-left: 26px;
    width: 294px;
    float: left;
}
.header img.ftm-family {
    margin-top: 0;
}
select:disabled {
    background: #dddddd;
}
.other-input {
    display: none;
}

.custom-button {
    background: #5ca4d4;
    background: -moz-linear-gradient(top, #5ca4d4 0%, #237eb5 100%);
    background: -webkit-linear-gradient(top, #5ca4d4 0%, #237eb5 100%);
    background: linear-gradient(to bottom, #5ca4d4 0%, #237eb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca4d4', endColorstr='#237eb5', GradientType=0);
    border: 1px solid #4883aa;
    border-bottom-color: #1c6798;
    border-top-color: #709dbb;
    border-radius: 2px;
    box-shadow: 0 0 3px #fff, inset 0 1px 1px #aed2e9, inset 1px 0 1px #6babd5, inset 0 -1px 1px #4693c1, inset -1px 0 1px #60a4cf;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 17px 'Sans-pro-semibold', Arial, Helvetica, sans-serif;
    margin: 0 0 7px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 1px 0 #266086;
    text-transform: uppercase;
    padding: 0 12px;
    height: 37px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.custom-button:hover {
    box-shadow: 0 0 2px #4883aa, inset 0 1px 1px #aed2e9, inset 1px 0 1px #6babd5, inset 0 -1px 1px #4693c1, inset -1px 0 1px #60a4cf;
    text-shadow: 0 1px 2px #000;
}
.custom-button[disabled], .custom-button[disabled]:hover {
    cursor: default;
    background: #ccc;
    border-color: #999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
#privacy_wrapper {
    margin-top: 20px;
}
#privacy_wrapper a {
    text-decoration: underline;
    font-size: 12px;
    font-style: italic;
}
#privacy_wrapper i {
    font-size: 12px;
}
.footer {
    padding-top: 5px;
    border-top: 1px solid grey
}

.footer .footer-text {
    display: inline-block;
    width: 500px;
}

.footer .footer-text p {
    font-size: 12px
}

.footer .footer-logo {
    display: inline-block;
    float: right
}
a.modal-window {
    font-size: 12px;
}



.form-wrap input[type="checkbox"], .form-wrap input[type="radio"] {
    width: auto;
    height: auto;
    position: inherit;
    margin-right: 8px;
    vertical-align: -2px;
}
@supports (background: -webkit-named-image(i)) {
    .form-wrap input[type="checkbox"], .form-wrap input[type="radio"] {
        vertical-align: 0;
    }
}
@supports (-moz-appearance: none) {
    .form-wrap input[type="checkbox"], .form-wrap input[type="radio"] {
        vertical-align: 0;
    }
}
.form-block.my-society-interests {
    text-align: left;
    padding: 5px 15px 15px;
    border: 1px solid #dedede;
    background-color: #f9f9f9;
    margin-top: 15px;
}
.form-wrap .form-block.my-society-interests label {
    /*font-family: "Sans-pro-regular", Arial, sans-serif;*/
    /*margin-left: 22px;*/
    text-align: left;
}
textarea {
    width: 100%;
    resize: vertical;
    display: block;
}


.thankyou {
    margin-top: 40px
}
.thankyou.content {
    margin-bottom: 200px
}
.thankyou .pre-heading {
    text-align: center;
    margin-left: 0;
    width: 100%;
}
.team-block {
    font-size: 12px;
    margin-top: 40px;
    font-style: italic;
    text-align: center
}
.close-btn {
    margin-top: 40px;
    text-align: center
}
.radio-buttons-label {
    margin-right: 30px;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ftm-2019-165x650 {
        background-size: 118px;
        background-image: url(/images/ftm/bg/swirl_pttrn-M_2x.png)!important;
        background-repeat: repeat;
    }
}
@media only screen and (max-width: 670px) {
    .header img {
        position: absolute;
    }
    .header img.logo-line {
        float: none;
        margin: 0;
        width: 48%;
        padding-left: 2%;
        padding-top: 30px;
        left: 0;
    }
    .header img.ftm-family {
        float: none;
        margin: 0;
        width: 48%;
        padding-left: 2%;
    }
    .content {
        width: 400px;
    }
    .container {
        width: auto;
    }
    .footer .footer-text {
        width: 77%;
    }
    .heading .pre-heading {
        margin-left: 0;
        width: 100%;
    }
    .radio-buttons-label {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 550px) {
    .header img.logo-line {
        width: 270px;
        left: 16px;
        bottom: 10px;
    }
    .header img.ftm-family {
        width: 250px;
        right: 17px;
        top: 0;
    }
    .footer .footer-text {
        width: 70%;
    }
}
@media only screen and (max-width: 510px) {
    .header img.logo-line {
        width: 270px;
        left: 16px;
        bottom: 10px;
    }
    .header img.ftm-family {
        width: 250px;
        right: 17px;
        top: 0;
    }
}
@media only screen and (max-width: 485px) {
    .content {
        width: 300px;
    }
    .footer .footer-text {
        display: block;
        width: auto;
        text-align: center;
    }
    .footer .footer-logo {
        display: block;
        float: none;
        width: 117px;
        margin: 10px auto;
    }
    .button_submit {
        margin: 20px 0;
    }
    .form-block.my-society-interests {
        padding: 5px 20px 15px;
    }
    .form-wrap input[type="checkbox"], .form-wrap input[type="radio"] {
        position: absolute;
        left: 15px;
    }
    .form-wrap .form-block.my-society-interests label.checkbox-caption {
        margin-left: 22px;
    }
    .form-wrap .form-block.my-society-interests label.radio-inline {
        margin-left: 5px;
    }
    .form-wrap .form-block.my-society-interests label.radio-inline:last-child {
        margin-left: 15px;
    }
    .radio-inline {
        padding-left: 15px;
    }
    span.radio-buttons-block {
        display: block;
    }
    .radio-buttons-label {
        margin-right: 0;
    }
}
@media only screen and (max-width: 390px) {
    .header img.logo-line {
        width: 240px;
        left: 16px;
        bottom: 10px;
    }
    .header img.ftm-family {
        width: 250px;
        right: 0;
        top: 0;
    }
    .form-block.my-society-interests {
        padding: 15px 20px 10px 20px;
    }
}