a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.italic, i {
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #324043;
}

:-moz-placeholder {
    color: #324043;
}

::-moz-placeholder {
    color: #324043;
}

:-ms-input-placeholder {
    color: #324043;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

:focus {
    outline: 0;
}

*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}


*::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}

::-webkit-media-controls {
    display: none !important;
}

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

input[type=submit], input[type=button] {
    -webkit-appearance: none;
}

video {
    pointer-events: none;
}

video::-webkit-media-controls {
    display: none !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Martel', serif;
}

.bold, b, strong {
    font-weight: 700;
}

.semibold {
    font-weight: 600 !important;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
}

.float-l {
    float: left!important;
}

.float-r {
    float: right!important;
}

.marg-l-0 {
    margin-left: 0!important;
}

.marg-r-0 {
    margin-right: 0!important;
}

.marg-t-0 {
    margin-top: 0!important;
}

.marg-b-0 {
    margin-bottom: 0!important;
}

.padd-l-0 {
    padding-left: 0px !important;
}

.clear {
    clear: both;
}

p {
    color: #414144;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.block {
    display: block !important;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.full-width-row {
    float: left;
    clear: both;
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 3;
    padding: 30px 0px;
    border-bottom: solid 1px transparent;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.logo {
    display: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    float: left;
    cursor: pointer;
    background: url(../images/logo2x.png) no-repeat 0 0;
    width: 240px;
    height: 51px;
    background-size: cover !important;
}

.logo-mobile {
    display: none;
    float: left;
    cursor: pointer;
    background: url(../images/logo2x.png) no-repeat 0 0;
    background-size: cover !important;
    width: 240px;
    height: 51px;
}

.header.header-scroll, .inner-pages .header {
    border-bottom: solid 1px #e0e0e0;
}

.header.header-scroll .logo, .inner-pages .header .logo {
    display: inline-block;
}

.header.header-scroll nav ul, .inner-pages .header nav ul {
    float: right;
    margin-right: 60px;
    margin-top: 18px;
}

.header.header-scroll, .inner-pages .header {
    padding: 10px 0px;
}

.contentContainer {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

.contentContainer .desktop {
    display: block;
}

.contentContainer .mobile {
    display: none;
}

.header nav {
    float: left;
    clear: both;
    width: 100%;
}

.header nav ul {
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 13px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.header nav ul li {
    float: left;
    margin-left: 60px;
}

.header nav ul a {
    font-family: 'Martel', serif;
    color: #414144;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.header nav ul a:hover, .header nav .current {
    color: #0084be;
    text-decoration: underline;
}

.header .btnBlue {
    float: right;  
}
.header.header-scroll .btnBlue{
   margin-top: 3px; 
}
.btnBlue {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.75px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 30px;
    background-color: #0084be;
    border-radius: 3px;
    cursor: pointer;
    border: 0px;
}

.btnBlue:hover {
    opacity: 0.8;
}

.header-row {
    padding-top: 180px;
    padding-bottom: 85px;
}

h1 {
    color: #0e366c;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.25px;
    margin-bottom: 35px;
    margin-top: 70px;
}

.btnWhite {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #0084be;
    line-height: 1;
    letter-spacing: 0.75px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #0091d0;
    background: white;
    padding: 13px 40px;
}

.btnWhite:hover {
    color: white;
    background: #0091d0;
}

.about-section, .features-section, .contact-section {
    background: #f3f4f6;
    padding: 120px 0px;
}

.logosList {
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
    margin-top: 55px;
}

.logosList li {
    float: left;
    width: 100%;
    max-width: 20%;
    margin-bottom: 25px;
    text-align: center;
}

.logosList li img {
    width: 90%;
    height: auto;
}

.updates-section .news-items .posted-date {
    color: #969696;
    margin-bottom: 2px;
}

.updates-section .news-items ul {
    list-style-type: disc;
    margin-bottom: 35px;
}

.updates-section .news-items ul li {
    list-style-type: disc;
    margin-left: 35px;
}

.updates-section .news-items .slick-arrow {
    display: block !important;
    z-index: 1000;
}

.updates-section .news-items .slick-prev {
    right: 0 !important;
    left: auto;
    top: 0;
}

.updates-section .news-items .slick-next {
    right: 0 !important;
    top: auto;
    bottom: 0;
}

.updates-section .news-items .slick-prev:before,
.updates-section .news-items .slick-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    color: #cbcbcb;
}

.updates-section .news-items .slick-prev:before {
    content: "\f139";
}

.updates-section .news-items .slick-next:before {
    content: "\f13a";
}

.one-third, .two-third {
    width: 100%;
}

.one-third {
    float: left;
    max-width: 29%;
}

.two-third {
    max-width: 65%;
    float: right;
}

.inner-pages .two-third {
    float: left;
    clear: both;
    max-width: 100%;
}

.inner-pages .features-section {
    padding-top: 130px;
}

h2 {
    color: #0e366c;
    text-align: left;
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1;
}

.about-section .one-third p, .updates-section .one-third p, .features-section .one-third p, .partners-section .one-third p, .contact-section .one-third p {
    font-weight: 300;
    color: #414144;
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 1.5;
}

.about-section .two-third p, .updates-section .two-third p, .features-section .two-third p {
    margin-bottom: 35px;
}

.updates-section, .partners-section {
    background: white;
    padding: 120px 0px;
}

h3 {
    color: #000000;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1;
}

.half-width {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.about-section ul,
.features-section ul {
    padding-left: 20px;
    color: #0084be;
    margin-top: 25px;
    margin-bottom: 32px;
}

.about-section .two-third ul p,
.features-section .two-third ul p {
    margin-bottom: 5px;
}

.form-container {
    float: left;
    clear: both;
    width: 100%;
    padding: 28px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.form-container .half-width, .form-container .full-width-row {
    margin-bottom: 20px;
}

.form-container span, .form-container label.error {
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    font-weight: 400;
    color: #414144;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.25px;
}

.form-container label.error {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.txtBox.error, .txtArea.error {
    border: solid 1px red;
}

.form-container span label {
    float: right;
    color: #969696;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-top: 2px;
}

.form-container span i {
    font-style: normal;
    color: #414144;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.txtBox, .txtArea {
    float: left;
    clear: both;
    width: 100%;
    color: #414144;
    font-size: 16px;
    letter-spacing: 0.25px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    padding: 12px 10px;
    margin-top: 14px;
}

.txtArea {
    height: 145px;
    resize: none;
}

.txtBox:focus, .txtArea:focus {
    box-shadow: 0 2px 8px rgba(0, 132, 190, 0.18);
}

.footer {
    background: #ebecee;
    padding: 25px 0px;
}

.lblCopy {
    float: left;
    line-height: 1;
    color: #414144;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.footer ul {
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer ul li {
    float: left;
}

.footer ul li a, .footer ul li span {
    float: left;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 1;
}

.footer ul li a {
    color: #0084be;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer ul li span {
    color: #7c7c7f;
    padding: 0px 7px;
}

.inner-pages .two-third ul {
    list-style: none;
    padding-left: 30px;
}

#progress, #error {
    padding: 10px;
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 15px;
}

#progress {
    border: solid 1px green;
}

#error {
    border: solid 1px red;
}

#progress p, #error p {
    font-weight: 700;
    font-size: 20px;
    color: green;
}

#error p {
    color: red;
}

#progressSubmit {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #7ad6ff;
    border-radius: 2px;
    margin: 30px 0px 0px 0px;
    overflow: hidden;
}

#progressSubmit .indeterminate {
    background-color: #0084be;
}

#progressSubmit .indeterminate:before {
    content: '';
    position: absolute;
    background-color: #0084be;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

#progressSubmit .indeterminate:after {
    content: '';
    position: absolute;
    background-color: #0084be;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

.navTrigger {
    cursor: pointer;
    width: 40px;
    height: 25px;
    position: relative;
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navTrigger i {
    background-color: #0e366c;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.5s backwards;
    animation: outT 0.5s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.5s backwards;
    animation: outM 0.5s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.5s backwards;
    animation: outBtm 0.5s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.5s forwards;
    animation: inT 0.5s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.5s forwards;
    animation: inM 0.5s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.5s forwards;
    animation: inBtm 0.5s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-ms-viewport{width:device-width}

@media (max-width:1200px) {
    .header, .header-row, .about-section, .partners-section, .features-section, .contact-section, .footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header.header-scroll .logo, .inner-pages .header .logo {
        margin-left: 10px;
        margin-right: 10px;
    }

    .header .btnBlue {
        margin-right: 10px;
    }
}

@media (max-width:1000px) {
    .about-section, .partners-section, .features-section, .contact-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .slick-slide img {
        width: 100%;
    }

    .form-container span i {
        display: none;
    }

    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .homePage .header.header-scroll nav ul, .header.header-scroll nav ul, .inner-pages .header nav ul {
        margin-right: 10px;
    }
    .homePage .header.header-scroll nav ul li, .header.header-scroll nav ul li, .inner-pages .header nav ul li{
        margin-left: 10px;
    }
}

@media (max-width:768px) {
    .header-row {
        padding-bottom: 50px;
        padding-top: 100px;
    }

    .header-row img {
        width: 100%;
    }

    h1 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 26px;
    }

    h2 {
        font-size: 26px;
    }

    .one-third, .two-third, .half-width {
        max-width: 100%;
        margin-left: 0px;
        float: left;
        clear: both;
        width: 100%;
    }

    .one-third, .about-section .two-third p, .features-section .two-third p {
        margin-bottom: 20px;
    }

    .features-section ul {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .mt-0-mob {
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }

    .form-container span i {
        display: inline-block;
    }

    .lblCopy, .footer ul, .footer ul li {
        width: 100%;
        clear: both;
    }

    .footer ul li a {
        width: 100%;
        font-size: 18px;
        padding: 10px 0px;
    }

    .footer ul li span {
        display: none;
    }

    .lblCopy {
        font-size: 18px;
        line-height: 1.3;
    }

    .form-container {
        padding: 15px;
    }

    .btnWhite, .form-container .btnBlue {
        width: 100%;
        display: block;
    }

    .header nav {
        float: left;
        clear: both;
        width: 100%;
        transition: opacity 0.5s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    .navTrigger {
        display: block;
        float: right;
        margin-top: 15px;
    }

    .header nav ul, .header.header-scroll nav ul {
        margin-top: 0px;
        width: 100%;
        clear: both;
        margin-right: 0px;
    }

    .header nav ul li {
        float: left;
        clear: both;
        width: 100%;
        margin: 0px;
    }

    .header nav ul a {
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        padding: 10px 5px;
        float: left;
        clear: both;
    }

    .header .btnBlue {
        float: left;
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }

    .header.header-scroll .logo, .header .logo {
        display: none !important;
    }

    .logo-mobile {
        display: inline-block;
    }

    .header.header-scroll, .header, .inner-pages .header {
        padding: 10px 10px;
        border-bottom: solid 1px #e0e0e0;
    }

    .inner-pages .features-section {
        padding-top: 100px;
    }

    .homePage .header.header-scroll nav ul, .inner-pages .header nav ul {
        margin-right: 0px;
        float: left;
        width: 100%;
        text-align: left;
    }

    .homePage .header.header-scroll nav ul li, .homePage .header nav ul li {
        float: left;
        clear: both;
        width: 100%;
        margin-left: 0px;
    }

    .homePage .header.header-scroll nav ul a, .inner-pages .header nav ul a, .homePage .header nav ul a {
        text-align: left;
    }

    .menuOpen {
        opacity: 1 !important;
        height: auto !important;
        margin-top: 15px;
    }

    .logosList li {
        max-width: 33%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .logosList {
        margin-top: 30px;
    }
}

@media (max-width:480px) {
    .contentContainer .desktop {
        display: none;
    }
    
    .contentContainer .mobile {
        display: block;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 22px;
    }

    .logosList li {
        max-width: 50%;
    }
}

.logosList#organizations li {width: 100%; height: 150px;}
.logosList#organizations li a {width: 100%; display: block;}
.logosList#organizations li div {width: 90%; height: 150px; background-size: 100%; background-repeat: no-repeat; background-position: center center; margin: 0 auto;}

.terms-page p {color: #414144; font-size: 16px; line-height: 1.3; font-weight: 400; letter-spacing: 0.25px; margin-bottom: 35px;}
.terms-page ol {margin-left: 40px;}
.terms-page ol li {margin-bottom: 35px; margin-left: 0; padding-left: 15px;}
.terms-page ol li ol {margin-top: 35px;}