@font-face {
    font-family: "Helvetica Light";
    src: url("../fonts/HelveticaNeue-Light/HelveticaNeue-Light.ttf");
    src: url("../fonts/HelveticaNeue-Light/HelveticaNeue-Light.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light/HelveticaNeue-Light.woff?v=2.0.1") format("woff"), url("../fonts/HelveticaNeue-Light/HelveticaNeue-Light.svg?v=2.0.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue Thin";
    src: url("../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.ttf");
    src: url("../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.ttf") format("truetype"), url("../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.woff?v=2.0.1") format("woff"), url("../fonts/HelveticaNeue-Thin/HelveticaNeue-Thin.svg?v=2.0.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Helvetica Light", sans-serif;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

html,
body {
    background-color: #EAEAEA;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: "Helvetica Light", sans-serif;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

pre, code, kbd, samp {
    font-family: monospace;
    _font-family: monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
*{
    box-sizing: border-box;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 0.83333em;
}

sub, sup {
    font-size: 0.83333em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 0.83333em;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner, [role="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.header {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background-color: #333;
    color: #EAEAEA;
    font-size: 17px;
}
.header a{
    width: 200px;
    display: inline-block;
    /*-webkit-box-flex: 0;*/
    /*-ms-flex: 0 0 200px;*/
    /*flex: 0 0 200px;*/
}
.header .wrap {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
}

.header a  img{
    max-width: 100%;
    height: auto;
}
.header .wrap div{
    flex: 1;
    padding-left: 40px;
    text-align: right;
}

.wrapper {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.content {
    background-color: #fff;
    /*-ms-flex: 1 1 auto;*/
    /*flex: 1 1 auto;*/
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.content.wrap{
    padding-top: 30px;
    padding-bottom: 40px;
}

.wrap {
    max-width: 1130px;
    margin: auto;
    position: relative;
    padding: 0 40px;
}

.content{
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    overflow: hidden;
}
.content p {
    line-height: 120%;
    font-size: 17px;
    margin: 20px 0;
}
.content_left{
    /*-webkit-box-flex: 1;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    margin-right: 380px;
}
.content img{
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
}
.content h1{
    text-align: left;
    margin-bottom: 30px;
    font-size: 23px;
}
.content_form{
    /*-webkit-box-flex: 0;*/
    /*-ms-flex: 0 0 350px;*/
    /*flex: 0 0 350px;*/
    margin-left: 30px;
    float: right;
    max-width: 350px;
    width: 100%;
}
.mktoButton {
    background: #009edb !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    line-height: 41px !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    padding: 0 39px !important;
    letter-spacing: 0px !important;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}


.mktoFieldWrap.mktoRequiredField select::-ms-expand{
    display: none;
}
.mktoFieldWrap.mktoRequiredField select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Good browsers :) */
    opacity:0;
}
.img-group{
    overflow: hidden;
    width: 100%;
}
.img-group img{
    width: 47%;
    float: left;
}
.img-group img.fl-r{
    float: right;
}


@media only screen and (max-width: 800px) {
    .content_form{
        max-width: 270px;
    }
    .content_left{
        margin-right: 270px;
    }
}


@media only screen and (max-width: 736px) {
    .content{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: flex;
    }
    .content_left{
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 30px;
        float: none;
        margin-right: 0;
        order: 1;
    }
    .content_form{
        -webkit-box-flex: 0;
        -ms-flex: 0 1 480px;
        flex: 0 1 480px;
        margin-left: 0;
        float: none;
        max-width: inherit;
        order: 2;
    }
    .wrap{
        padding: 0 20px;
    }
}

@media only screen and (max-width: 520px) {
    .header .wrap{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .wrap div{
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
        margin-top: 20px;
        padding: 0 20px;
    }
}


@media only screen and (max-width: 480px) {
    #mktoForm_12550 #Country__c + .mktoClear{
        top: 9px;
    }
    .img-group img{
        float: none;
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .img-group img.fl-r{
        float: none;
        margin-top: 30px;
    }
}


