@font-face {
    font-family: "NimbusSanL-Reg-webfont";
    src: url("../fonts/NimbusSanL-Reg-webfont.eot?1");
    src: url("../fonts/NimbusSanL-Reg-webfont.eot?1#iefix") format("embedded-opentype"), url("../fonts/NimbusSanL-Reg-webfont.woff?1") format("woff"), url("../fonts/NimbusSanL-Reg-webfont.svg?1#wf") format("svg"), url("../fonts/NimbusSanL-Reg-webfont.ttf?1") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NimbusSanL-Bol-webfont";
    src: url("../fonts/NimbusSanL-Bol-webfont.eot?1");
    src: url("../fonts/NimbusSanL-Bol-webfont.eot?1#iefix") format("embedded-opentype"), url("../fonts/NimbusSanL-Bol-webfont.woff?1") format("woff"), url("../fonts/NimbusSanL-Bol-webfont.svg?1#wf") format("svg"), url("../fonts/NimbusSanL-Bol-webfont.ttf?1") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

html,
body {
    width: 100%;
    display: block;
    font-family: "NimbusSanL-Reg-webfont";
}

html {
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    line-height: 1;
}

a {
    text-decoration: none;
    color: #000000;
}

.is-link:hover {
    text-decoration: underline;
}

p {
    font-size: 16px;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

*,
*:before,
*:after {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}

ul, ol {
    list-style-type: none;
}

button {
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

::-moz-selection {
    background-color: #000000;
    color: #FFFFFF;
}

::selection {
    background-color: #000000;
    color: #FFFFFF;
}

.clearfix {
    display: block;
}

    .clearfix:after {
        height: 0;
        clear: both;
        font-size: 0;
        content: "\A";
        display: block;
        visibility: hidden;
    }

.container {
    width: 100%;
    /* max-width: 1400px; */
    max-width: 650px !important;
    padding: 0 30px;
    margin: 0 auto;
}

.container_footer {
    background-color: #fff;
    margin-top: 20px;
    padding: 0px;
    font-size: 13px
}

.container_bg_offwhite {
    background-color:#fFFFFF;
}



.containerSubmit {
    width: 100%;
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
    /* margin-top: -20px; */
}

.media-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

    .media-wrapper img,
    .media-wrapper video,
    .media-wrapper iframe {
        bottom: -9999px;
        left: -9999px;
        margin: auto !important;
        max-width: none;
        min-width: 100%;
        position: absolute;
        right: -9999px;
        top: -9999px;
        width: 100%;
        height: 100%;
    }

.media-wrapper--center img,
.media-wrapper--center video,
.media-wrapper--center iframe {
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    min-width: auto;
    right: auto;
    width: inherit;
}

.grey-wrapper {
    margin-top: 25px;
    margin-bottom: 50px;
}

.grey-wrapper__inner {
    background-color: #EDEDED;
    padding: 30px;
}

@media (max-width: 800px) {
    .grey-wrapper .container {
        padding: 0;
    }
}

@media (max-width: 800px) {
    .mob-hide {
        display: none;
    }
}

@media only screen and (min-width: 800px) {
    .desk-hide {
        display: none;
    }
}

.header {
    background-color: #FFFFFF /* rgba(24,27,55,0.85);*/
}

.header__inner {
    /* padding: 20px 30px;*/
    padding: 15px;
}

@media (max-width: 800px) {
    .header__inner {
        padding: 25px 0 20px;
    }
}

@media (max-width: 800px) {
    .header__logo img {
        max-width: 190px;
    }
}

@media (max-width: 800px) {
    .header .container {
        padding: 0 15px;
    }
}

.hero {
    padding: 70px 0 30px;
}

@media (max-width: 800px) {
    .hero {
        padding: 140px 0 0;
    }
}

.hero__text {
    background: rgba(28, 129, 164, 0.9);
    max-width: 456px;
    padding: 65px 30px 15px;
}

@media (max-width: 960px) {
    .hero__text {
        padding: 50px 30px 15px;
    }
}

@media (max-width: 800px) {
    .hero__text {
        background: #2889BC;
        padding: 26px 30px 15px;
        max-width: 100%;
    }
}

.hero__text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-family: "NimbusSanL-Bol-webfont";
}

@media (max-width: 960px) {
    .hero__text h1 {
        font-size: 48px;
    }
}

@media (max-width: 800px) {
    .hero__text h1 {
        font-size: 32px;
        line-height: 36px;
    }
}

.hero__text h1 span {
    display: block;
}

@media (max-width: 800px) {
    .hero__text h1 span {
        display: inline;
    }
}

@media (max-width: 800px) {
    .hero .container {
        padding: 0;
    }
}

.top-articles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    .top-articles__inner {
        display: block;
    }
}

.top-articles__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 800px) {
    .top-articles__item {
        margin-bottom: 15px;
    }

        .top-articles__item:last-child {
            margin-bottom: 0;
        }
}

.top-articles__item:hover .top-articles__item-arrow {
    -webkit-transform: translateX(6px) rotate(180deg);
    transform: translateX(6px) rotate(180deg);
}

.top-articles__item--purple .top-articles__item-inner {
    background-color: #5B4D94;
}

.top-articles__item--grey .top-articles__item-inner {
    background-color: #4F5961;
}

.top-articles__item--blue .top-articles__item-inner {
    background-color: #005398;
}

.top-articles__item-inner {
    height: 100%;
    margin: 0 8px;
    position: relative;
}

@media (max-width: 800px) {
    .top-articles__item-inner {
        height: inherit;
    }
}

.top-articles__item-image .media-wrapper {
    padding-bottom: 42.85%;
}

.top-articles__item-info {
    padding: 12px 15px 65px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .top-articles__item-info h2 {
        font-size: 32px;
        line-height: 35px;
        color: #fff;
        margin-bottom: 6px;
    }

@media (max-width: 960px) {
    .top-articles__item-info h2 {
        font-size: 25px;
        line-height: 28px;
    }
}

.top-articles__item-info p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}

@media (max-width: 960px) {
    .top-articles__item-info p {
        font-size: 14px;
        line-height: 24px;
    }
}

.top-articles__item-arrow {
    background: url("../images/arrow.svg");
    position: absolute;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 11px;
    left: 12px;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 960px) {
    .top-articles__item-arrow {
        width: 26px;
        height: 26px;
    }
}

.video {
    padding: 20px 0;
}

    .video:last-child {
        padding-bottom: 0;
    }

.video__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

@media (max-width: 800px) {
    .video__inner {
        display: block;
        margin: 0;
    }
}

.video__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 800px) {
    .video__info {
        margin-bottom: 15px;
    }
}

.video__info-inner {
    background-color: #fff;
    padding: 12px 15px;
    margin: 0 8px;
    height: 100%;
}

@media (max-width: 800px) {
    .video__info-inner {
        margin: 0;
        height: inherit;
    }
}

.video__info-inner h2 {
    font-size: 32px;
    line-height: 44px;
    color: #003865;
}

@media (max-width: 960px) {
    .video__info-inner h2 {
        font-size: 25px;
        line-height: 34px;
    }
}

.video__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.67%;
    flex: 0 0 66.67%;
}

@media (max-width: 800px) {
    .video__wrapper {
        padding: 0;
    }
}

.video__wrapper .media-wrapper {
    padding-bottom: 56.25%;
    margin: 0 8px;
}

@media (max-width: 800px) {
    .video__wrapper .media-wrapper {
        margin: 0;
    }
}

.quick-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00B5D3;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 15px;
}

@media (max-width: 800px) {
    .quick-info__inner {
        display: block;
        padding-bottom: 20px;
    }
}

.quick-info__inner h3 {
    font-size: 32px;
    line-height: 35px;
    color: #fff;
    padding: 35px 0;
}

@media (max-width: 960px) {
    .quick-info__inner h3 {
        font-size: 25px;
        line-height: 28px;
    }
}

@media (max-width: 800px) {
    .quick-info__inner h3 {
        text-align: center;
        padding: 10px 0 0;
    }
}

.quick-info__inner h3 strong {
    font-family: "NimbusSanL-Bol-webfont";
}

.quick-info__cta-wrapper {
    padding: 0 15px 0 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 800px) {
    .quick-info__cta-wrapper {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

        .quick-info__cta-wrapper::after {
            display: none;
        }
}

.quick-info__cta-wrapper:after {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    content: '';
    border-left: 2px solid #fff;
}

.quick-info__cta {
    font-size: 32px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 960px) {
    .quick-info__cta {
        font-size: 25px;
    }
}

.quick-info__cta:hover i {
    -webkit-transform: translateX(6px) rotate(180deg);
    transform: translateX(6px) rotate(180deg);
}

.quick-info__cta i {
    background: url("../images/arrow.svg");
    background-size: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
}

@media (max-width: 960px) {
    .quick-info__cta i {
        width: 26px;
        height: 26px;
    }
}

.footer {
    background-color: #FFFFFF;
    padding: 50px 0 45px;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    margin-bottom: 46px;
}

@media (max-width: 800px) {
    .footer__inner {
        display: block;
        padding: 0;
    }
}

.footer__logo img {
    max-width: 224px;
}

.footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 30px;
}

    .footer__col:last-child {
        padding-right: 0;
    }

@media (max-width: 1140px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}

@media (max-width: 800px) {
    .footer__col {
        margin-bottom: 40px;
        padding-right: 0;
    }

        .footer__col:last-child {
            margin-bottom: 0;
        }
}

.footer__col h3 {
    font-size: 20px;
    line-height: 24px;
    color: #003865;
    margin-bottom: 12px;
    font-family: serif;
}

@media (max-width: 800px) {
    .footer__col h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 16px;
    }
}

.footer__nav li {
    margin-bottom: 7px;
}

@media (max-width: 800px) {
    .footer__nav li {
        margin-bottom: 12px;
    }
}

.footer__nav li,
.footer__nav a {
    color: #003865;
    font-size: 12px;
    line-height: 14px;
}

@media (max-width: 800px) {
    .footer__nav li,
    .footer__nav a {
        font-size: 14px;
        line-height: 16px;
    }
}

.footer__nav a {
    position: relative;
}

@media (max-width: 800px) {
    .footer__nav a {
        display: block;
        white-space: nowrap;
    }

        .footer__nav a:after {
            display: none;
        }
}

.footer__nav a::after {
    width: 100%;
    height: 1px;
    background-color: #003865;
    position: absolute;
    left: 0;
    bottom: -0.05556rem;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__nav a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

@media (max-width: 800px) {
    .footer__social {
        margin-top: 25px;
    }
}

.footer__social li {
    margin-right: 6px;
}

    .footer__social li a:hover img {
        opacity: 0.85;
    }

    .footer__social li img {
        max-width: 40px;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

.footer__bottom {
    padding: 0 30px;
}

@media (max-width: 800px) {
    .footer__bottom {
        padding: 0;
    }
}

.footer__bottom p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
}

@media (max-width: 800px) {
    .footer__bottom p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

.footer__bottom p:last-child {
    margin-bottom: 0;
}

.footer__bottom p a {
    position: relative;
}

    .footer__bottom p a::after {
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        -webkit-transition: -webkit-transform .35s;
        transition: -webkit-transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .footer__bottom p a:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

@media (max-width: 800px) {
    .footer .container {
        padding: 0 15px;
    }
}

.links-list {
    margin-bottom: 20px;
}

.links-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

@media (max-width: 800px) {
    .links-list__inner {
        display: block;
    }
}

@media (max-width: 800px) {
    .links-list__info {
        margin-bottom: 25px;
    }
}

.links-list__info h2 {
    color: #003865;
    font-size: 32px;
    line-height: 35px;
    font-family: "NimbusSanL-Bol-webfont";
    margin-bottom: 17px;
}

@media (max-width: 960px) {
    .links-list__info h2 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 14px;
    }
}

.links-list__info p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px;
}

@media (max-width: 960px) {
    .links-list__info p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 14px;
    }
}

.links-list__info p:last-child {
    margin-bottom: 0;
}

.links-list__info p a {
    color: #005398;
    font-family: "NimbusSanL-Bol-webfont";
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .links-list__info p a:hover {
        color: #003865;
    }

.links-list__info-inner {
    padding: 0 40px 0 8px;
}

@media (max-width: 800px) {
    .links-list__info-inner {
        padding: 0 8px;
    }
}

.links-list__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.links-list__wrapper-inner {
    background-color: #fff;
    border-bottom: 5px solid #003865;
    padding-bottom: 27px;
    margin: 0 8px;
}

@media (max-width: 800px) {
    .links-list__wrapper-inner {
        border-bottom-width: 4px;
        padding-bottom: 0;
    }
}

.links-list__wrapper-inner ul {
    padding: 0 16px;
}

    .links-list__wrapper-inner ul li {
        padding: 19px 0 21px;
        border-bottom: 1px solid #d3d3d3;
    }

@media (max-width: 800px) {
    .links-list__wrapper-inner ul li {
        padding: 0;
    }
}

.links-list__wrapper-inner ul li:last-child {
    border-bottom: 0;
}

.links-list__wrapper-inner ul li a {
    font-size: 14px;
    color: #003865;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .links-list__wrapper-inner ul li a:hover {
        padding-left: 5px;
    }

@media (max-width: 800px) {
    .links-list__wrapper-inner ul li a {
        display: block;
        padding: 19px 0 21px;
    }
}

.links-boxes {
    margin-bottom: 20px;
}

    .links-boxes:last-child {
        margin-bottom: 0;
    }

.links-boxes__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    .links-boxes__inner {
        display: block;
    }
}

.links-boxes__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 800px) {
    .links-boxes__item {
        margin-bottom: 15px;
    }

        .links-boxes__item:last-child {
            margin-bottom: 0;
        }
}

.links-boxes__item--purple .links-boxes__item-inner {
    background-color: #5B4D94;
}

.links-boxes__item--purple .links-boxes__item-info h2,
.links-boxes__item--purple .links-boxes__item-info p,
.links-boxes__item--purple .links-boxes__item-info ul li a {
    color: #fff;
}

    .links-boxes__item--purple .links-boxes__item-info ul li a:after {
        background: url("../images/arrow.svg");
        background-size: cover;
    }

.links-boxes__item-inner {
    height: 100%;
    margin: 0 8px;
    background-color: #fff;
}

@media (max-width: 800px) {
    .links-boxes__item-inner {
        height: inherit;
    }
}

.links-boxes__item-image .media-wrapper {
    padding-bottom: 42.85%;
}

.links-boxes__item-info {
    padding: 20px 15px 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .links-boxes__item-info h2 {
        font-size: 32px;
        line-height: 35px;
        color: #003865;
        margin-bottom: 14px;
    }

@media (max-width: 960px) {
    .links-boxes__item-info h2 {
        font-size: 25px;
        line-height: 28px;
    }
}

.links-boxes__item-info p {
    color: #003865;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
}

@media (max-width: 960px) {
    .links-boxes__item-info p {
        font-size: 14px;
        line-height: 22px;
    }
}

.links-boxes__item-info ul li {
    margin-bottom: 9px;
}

    .links-boxes__item-info ul li a {
        color: #003865;
        font-size: 16px;
        line-height: 20px;
        padding-left: 31px;
        position: relative;
        display: block;
    }

@media (max-width: 960px) {
    .links-boxes__item-info ul li a {
        padding-left: 25px;
        font-size: 14px;
        line-height: 22px;
    }
}

.links-boxes__item-info ul li a:after {
    background: url("../images/arrow-blue.svg");
    position: absolute;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
}

@media (max-width: 960px) {
    .links-boxes__item-info ul li a:after {
        width: 18px;
        height: 18px;
        top: 2px;
    }
}

.links-boxes__item-info ul li a:hover:after {
    -webkit-transform: translateX(6px) rotate(180deg);
    transform: translateX(6px) rotate(180deg);
}

.links-boxes--two-column .links-boxes__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.video-boxes__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    .video-boxes__inner {
        display: block;
    }
}

.video-boxes__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 800px) {
    .video-boxes__item {
        margin-bottom: 15px;
    }

        .video-boxes__item:last-child {
            margin-bottom: 0;
        }
}

.video-boxes__item-inner {
    height: 100%;
    margin: 0 8px;
    background-color: #003865;
}

@media (max-width: 800px) {
    .video-boxes__item-inner {
        height: inherit;
    }
}

.video-boxes__wrapper .media-wrapper {
    padding-bottom: 56.25%;
}

.video-boxes__item-info {
    padding: 20px 15px 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 960px) {
    .video-boxes__item-info {
        padding-bottom: 40px;
    }
}

.video-boxes__item-info h2 {
    font-size: 32px;
    line-height: 35px;
    color: #fff;
}

@media (max-width: 960px) {
    .video-boxes__item-info h2 {
        font-size: 25px;
        line-height: 28px;
    }
}

.text-info {
    margin-bottom: 30px;
}



.text-info__inner {
    background-color: #fafafa;
    border-radius: 6px;
    /*
        
        border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; */
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}

    .text-info__inner h2,
    .text-info__inner h3 {
        /* color: #fff; */
        font-size: 32px;
        line-height: 35px;
        font-family: "NimbusSanL-Bol-webfont";
        margin-bottom: 17px;
    }

@media (max-width: 960px) {
    .text-info__inner h2,
    .text-info__inner h3 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 14px;
    }
}

.text-info__inner h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 14px;
    padding-top: 8px;
}

@media (max-width: 960px) {
    .text-info__inner h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}

.text-info__inner p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px;
    /* color: #fff; */
}

@media (max-width: 960px) {
    .text-info__inner p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 14px;
    }
}

.text-info__inner p:last-child {
    margin-bottom: 0;
}

.text-info__inner p a {
    /* color: #fff; */
    font-family: "NimbusSanL-Bol-webfont";
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .text-info__inner p a:hover {
        /* color: #fff; */
    }

.text-info__inner ul li,
.text-info__inner ul a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    /* color: #fff; */
}

.bgWhite {
    /* background: #EDEDED !important; */
    background: #FFF !important;
    color: #4F5961 !important;
    max-width: 500px;
    text-align: left;
}

.bgRed {
    background: #f44336 !important;
    text-align: center;
}

.lheight25 {
    line-height: 25px !important;
}

.bgGrey {
    /* background: #EDEDED !important; */
    background: #FAFAFA !important;
    color: #4F5961 !important;
}

.bgConsent {
    background: #FFF !important;
    color: #4F5961 !important;
    max-width: 700px;
    text-align: left;
}

.bgForgotCode {
    max-width: 700px;
    text-align: left;
}

.bgConsent .lnk, .lnk {
    text-decoration: none;
    color: #4F5961 !important;
    line-height: 26px;
}

p {
    line-height: 26px !important;
    margin-bottom: 0px !important;
}

.bgConsentOptions {
    background: #FAFAFA !important;
    color: #4F5961 !important;
    max-width: 700px;
    text-align: left;
}

.bgUploadArea {
    /* background: #EDEDED !important; */
    background: #FAFAFA !important;
    color: #4f5961 !important;
    border: 4px dashed #dedede;
}

.file-preview-frame .kv-file-content {
    position: relative;
    height: 100% !important;
}


.bgGrey p, .bgGrey h2, .bgGrey h3, .bgWhite p, .bgWhite h2, .bgWhite h3, .bgConsent p, .bgConsent h2, .bgConsent h3, .bgConsentOptions p, .bgConsentOptions h2, .bgConsentOptions h3 {
    color: #4F5961 !important;
}


.bgUploadArea p, .bgUploadArea h2, .bgUploadArea h3 {
    color: #4F5961 !important;
}

.bgGrey .Question, .bgUploadArea .Question, .contenttext {
    margin-bottom: 5px !important;
    margin-top: 0px;
}

button, input {
    overflow: hidden !important;
}

.spacer {
    height: 15px;
    clear: both;
}

.spacer0 {
    height: 0px;
    clear: both;
}

.space0 {
    height: 0px;
    clear: both;
}

.space5 {
    height: 10px;
    clear: both;
}


.space10 {
    height: 10px;
    clear: both;
}

.space15 {
    height: 15px;
    clear: both;
}

.space20 {
    height: 20px;
    clear: both;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: left;
}

.kv-file-content {
    text-align: center;
    max-height: 215px;
}

.nomar {
    margin: 0px !important;
}

.marbot0 {
    margin-bottom: 0px !important;
}


.marbot20 {
    margin-bottom: 20px !important;
}


.marbot30 {
    margin-bottom: 30px !important;
}

.marbot40 {
    margin-bottom: 40px !important;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url(Preloader_11.gif) center no-repeat transparent ;*/
    background-color: rgba(0,0,0,0.3);
}

.spinner1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(Preloader_11.gif) center no-repeat transparent;
}

.catHeader {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    font-weight: bold;
}

.nopad {
    padding: 0px !important;
}



/* Style the element that is used for the panel class 

    REVISIT COMMENTED OUT CSS BELOW - NEEDS SOME WORK!!!

*/




/* Style the element that is used to open and close the accordion class */
p.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    margin-top: 0px !important;
    /* margin-top:20px !important; */
    margin-bottom: 0px !important;
    font-weight: bold;
    letter-spacing: -0.01em;
    font-size: 1.08rem;
}

    /* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    p.accordion.active, p.accordion:hover {
        background-color: #ddd;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    /* Unicode character for "plus" sign (+) */
    p.accordion:after {
        content: '\2795';
        font-size: 13px;
        color: #777;
        float: right;
        margin-left: 5px;
    }

    /* Unicode character for "minus" sign (-) */
    p.accordion.active:after {
        content: "\2796";
    }



/* Style the element that is used for the panel class */

div.panel {
    background-color: #FAFAFA !important;
    color: #4f5961 !important;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0px !important;
}

    div.panel.show {
        opacity: 1;
        padding: 30px !important;
        max-height: 10000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    }




/* Telerik Control Css Override */
.RadComboBox_Bootstrap .rcbInputCell,
.RadInput_Bootstrap .riTextBox {
    box-shadow: none !important;
}



.welcomeLabel {
    width: 100px;
    height: 28px;
    padding-right: 5px;
    float: left;
}

.welcomeLabelData {
    height: 28px;
    float: left;
    font-weight: bold;
}

.eu .main {
    max-width: 1215px;
    margin: 0 auto;
    padding: 0 15px;
}


.eu .flw {
    float: left;
    width: 100%;
    position: relative;
}

.eu div#headersection {
    padding: 23px 0 27px;
}

.eu div#bannersection img {
    width: 100%;
}

.eu img {
    border: 0 none;
    max-width: 100%;
	
    vertical-align: top;
}


.chkBox {
    margin-top: 15px;
}

    .chkBox span {
        padding-left: 6px !important;
    }

    .chkBox label {
        margin-left: 10px;
        /* display: block; */
        padding-top: 6px;
        margin-top: -3px;
        /* font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
        /*font-size: 20px;*/
        font-weight: 400;
        line-height: 22px;
        /* margin-bottom: 25px !important; */
        padding-left: 6px !important;
        /* color: #fff !important; */
        vertical-align: middle;
        padding-right: 15px;
    }

    .chkBox input[type=checkbox] {
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        /* float: left; */
        margin-left: 6px !important;
    }

.chkHorizontal, .chkHorizontal label {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.DBLabel {
    float: left;
    width: 100px;
}

.chkBox td {
    height: 35px;
}


.chkBox table {
    width: 100%;
}

.chkBox tr {
    height: 24px;
    margin-bottom: 10px;
}

.footerText {
    padding: 50px;
    color: #333 !important;
    font-size: 13px;
}

    .footerText a {
        color: #333 !important;
        text-decoration: underline !important;
        text-decoration-color: #333 !important
    }


@media only screen and (max-width:600px) {

    /* ComboBox */

    .RadComboBox_Bootstrap .rcbInput {
        font-size: 14px !important;
        height: 35px !important;
    }


    .RadComboBox .rcbInput {
        padding: 2px 10px 1px !important;
    }

    .RadComboBoxDropDown .rcbList li {
        font-size: 14px !important;
    }

    .RadComboBox_Bootstrap .rcbFocused .rcbArrowCell {
        width: 35px !important;
        vertical-align: middle !important;
    }

    .RadComboBox_Bootstrap .rcbHovered .rcbArrowCell {
        vertical-align: middle !important;
    }

    .RadComboBox_Bootstrap table td.rcbInputCell, .RadComboBox_Bootstrap table td.rcbArrowCell {
        vertical-align: middle !important;
    }

    .label {
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

    /* TextBox */

    .RadInput_Bootstrap.riSingle .riTextBox, .RadForm_Bootstrap.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
        height: 35px !important;
        font-size: 14px !important;
    }

    html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap {
        border-color: #ccc;
        color: #333;
        background-color: #fff;
        border-radius: 4px;
        font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    }
}

.leftAlign{
    text-align:left !important;
}

/* CAPCTHA */

#RadCaptcha1_CaptchaTextBox {
    width: 180px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #dedede;
    height: 34px;
    font-size: 16px;
    text-align: center;
    clear: both;
    z-index: 900;
}


#RadCaptcha1_CaptchaTextBoxLabel {
    display: none !important;
}



#RadCaptcha1_CaptchaLinkButtonXXX {
    display: block;
    padding: 5px;
    background-color: #fafafa;
    width: 180px;
    border: 1px solid #dedede;
    margin-top: 10px;
   
    text-align: center;
    text-decoration: none;
    color: #333;
}

#RadCaptcha1 p {
    clear: both;
}

#RadCaptcha1_CaptchaLinkButton1 {
    display: block;
    padding: 8px;
    width: 110px;
  
    text-decoration: none;
    margin-left: 8px;
    float: left;
    height: 51px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #003865;
    border-radius: 3px;
    background-color: #003865;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    text-transform: uppercase;
}


#RadCaptcha1_CaptchaLinkButton, .rcCaptchaAudioLink {
    display: block;
    padding: 12px;
    width: 110px;
  
    text-decoration: none;
    margin-left: 8px;
    float: left;
    height: 51px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #003865;
    border-radius: 3px;
    background-color: #003865;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    text-transform: uppercase;
}

.imageClass {
    height: 50px;
    width: 180px;
    display: block;
    float: left;
    z-index: 800;
}

.RadCaptcha .RadCaptcha_Bootstrap .rcInvalid {
    color: #cc0000;
    font-weight: bold;
}

.rcRefreshImage,
.rcCaptchaAudioLink {
    text-decoration: none;
}

    .rcRefreshImage:hover,
    .rcCaptchaAudioLink:hover {
        color: #fff;
    }

.RadCaptcha span {
    color: red;
    font-size: large;
    top: 120px;
    z-index: 1000;
    position: absolute;
    left: 210px;
}


@media only screen and (max-width:600px) {

    .RadCaptcha span {
        color: red;
        font-size: large;
        position: inherit;
        margin-bottom: 5px;
    }

    #RadCaptcha1_CaptchaTextBox {
        width: 100%;
        margin-top: 10px;
        border-radius: 3px;
        border: 1px solid #dedede;
        height: 34px;
        font-size: 16px;
        text-align: center;
        clear: both;
        z-index: 900;
    }


    #RadCaptcha1_CaptchaLinkButton {
        display: block;
        padding: 12px;
        width: 110px;
   
        text-decoration: none;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 10px;
        float: left;
        height: 51px;
        font-weight: 600;
        font-size: 20px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        border: 2px solid #003865;
        border-radius: 3px;
        background-color: #003865;
        color: #fff;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        text-transform: uppercase;
    }

    .rcCaptchaAudioLink {
        display: block;
        padding: 12px;
        width: 110px;
      
        text-decoration: none;
        margin-left: 0px;
        margin-top: 10px;
        height: 51px;
        font-weight: 600;
        font-size: 20px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        border: 2px solid #003865;
        border-radius: 3px;
        background-color: #003865;
        color: #fff;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        text-transform: uppercase;
    }
}

@media only screen and (max-width:620px) {

    .RadCaptcha span {
        color: red;
        font-size: large;
        position: inherit;
        margin-bottom: 5px;
    }

    .imageClass {
        height: 100px !important;
        width: 100% !important;
        display: block;
        float: none;
        z-index: 800;
        margin-bottom: 10px;
    }

    .rcCaptchaAudioLink {
        width: 48% !important;
        float: left;
    }

    .rcRefreshImage {
        margin-left: 0px !important;
        width: 48% !important;
        float: left;
    }

    #RadCaptcha1_CaptchaTextBox {
        width: 100%;
        margin-top: 10px;
        border-radius: 3px;
        border: 1px solid #dedede;
        height: 34px;
        font-size: 16px;
        text-align: center;
        clear: both;
        z-index: 900;
    }
}

@media only screen and (max-width:560px) {

    .RadCaptcha span {
        color: red;
        font-size: large;
        position: inherit;
    }

    .imageClass {
        height: 100px !important;
        width: 100% !important;
        display: block;
        float: none;
        z-index: 800;
        margin-bottom: 10px;
    }

    .rcCaptchaAudioLink {
        width: 100% !important;
        float: left;
    }

    .rcRefreshImage {
        margin-left: 0px !important;
        width: 100% !important;
        float: left;
    }

    #RadCaptcha1_CaptchaTextBox {
        width: 100%;
        margin-top: 10px;
        border-radius: 3px;
        border: 1px solid #dedede;
        height: 34px;
        font-size: 16px;
        text-align: center;
        clear: both;
        z-index: 900;
    }
}


.title {
    font-family: "news-gothic-std",sans-serif;
    font-weight: 600;
    font-size: 0.9375em;
    font-size:26px;
    line-height: 1.3;
    color: #000000;
    margin-bottom:2px !important;
}

.subtitle {
    font-family: "news-gothic-std",sans-serif;
    font-weight: 600;
    font-size: 0.9375em;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #000000;
}

.main-wrapper, .main-form__wrapper, .main-form
{
padding-top:0px !important;
}

.main-form__image-wrapper {
    padding-top: 40px !important;
}

.main-form
{
padding-bottom:0px !important
}




.main-form__image-wrapper {
padding-top: 0px !important;
}




..main-form__wrapper
{
padding-bottom:0px !important;
margin-bottom:0px !important;
}

.main-wrapper, .main-form__wrapper, .main-form {
padding-top: 0px !important;
padding-bottom: 0px !important;
}