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

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

input, textarea {
    -webkit-border-radius: 0;
    border-radius: 0
}

input[type=button], input[type=submit] {
    -webkit-appearance: none
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
}

blockquote, q {
    quotes: none
}

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

:focus {
    outline: 0
}

::-moz-focus-inner {
    border: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*---------- RESPONSIVE GRID ----------*/
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .nav-pills > li {
    float: left
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.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-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-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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

@-ms-viewport {
    width: device-width
}

/*---------- RESPONSIVE UTILITY HELPERS ----------*/
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

@font-face {
    font-family: 'montserratthin';
    src: url('fonts/montserrat-thin-webfont.eot');
    src: url('fonts/montserrat-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-thin-webfont.woff') format('woff'),
    url('fonts/montserrat-thin-webfont.ttf') format('truetype'),
    url('fonts/montserrat-thin-webfont.svg#montserratthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-regular-webfont.woff') format('woff'),
    url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
    url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('fonts/montserrat-medium-webfont.eot');
    src: url('fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-medium-webfont.woff') format('woff'),
    url('fonts/montserrat-medium-webfont.ttf') format('truetype'),
    url('fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-bold-webfont.woff') format('woff'),
    url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?tc59ew');
    src: url('fonts/icomoon.eot?tc59ew#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tc59ew') format('truetype'),
    url('fonts/icomoon.woff?tc59ew') format('woff'),
    url('fonts/icomoon.svg?tc59ew#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
    content: "\e901";
}

.icon-add:before {
    content: "\e902";
}

.icon-mission:before {
    content: "\e903";
}

.icon-bullseye:before {
    content: "\e904";
}

.icon-location-arrow:before {
    content: "\e900";
}

.icon-cancel-circle:before {
    content: "\ea0d";
}

.icon-arrow-up2:before {
    content: "\ea3a";
}

.icon-arrow-right2:before {
    content: "\ea3c";
}

.icon-arrow-down2:before {
    content: "\ea3e";
}

.icon-arrow-left2:before {
    content: "\ea40";
}

.icon-google-plus:before {
    content: "\ea8b";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-linkedin2:before {
    content: "\eaca";
}

.icon-search:before {
    content: "\f002";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-play:before {
    content: "\f04b";
}

.icon-caret-down:before {
    content: "\f0d7";
}

html,
body {
    font-family: 'montserratregular', Arial, sans-serif;
    margin: 0;
    font-size: 16px;
    color: #6f6f6f;
    min-height: 100%;
    overflow-x: hidden;
}

body #body {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

body #body.menu-open {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate(250px, 0);
}

body #body.menu-open #menu-button:after,
body #body.menu-open #menu-button:before {
    border-bottom: 0;
    height: 0;
    top: 17px;
}

a,
a:focus,
a img {
    text-decoration: none;
    outline: none;
}

a {
    transition: all .3s ease-out;
    color: inherit;
}

p {
    margin-bottom: 15px;
    line-height: 190%;
}

ul {
    padding: 0;
    list-style: none;
}

ul.default {
    list-style: disc;
    margin: 0 0 20px 30px;
}

ul.default li {
    margin-bottom: 20px;
    /*    font-size: 85%;*/
    line-height: 130%;
}

ul.list-inline li {
    display: inline-block;
}

select {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.text-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-wrapper blockquote {
    border-left: solid 3px rgba(210, 215, 217, 0.75);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

.text-wrapper ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
    line-height: 140%;
}

.text-wrapper ul li {
    padding-left: 0.5em;
    margin-bottom: 10px;
}

@media (max-width: 2048px) {
    .text-wrapper {
        max-width: 1140px;
    }
}

@media (max-width: 1920px) {
    .text-wrapper {
        max-width: 1140px;
    }
}

@media (max-width: 1200px) {
    .text-wrapper {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .text-wrapper {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .text-wrapper {
        max-width: 720px;
    }
}

@media (max-width: 576px) {
    .text-wrapper {
        max-width: 540px;
    }
}


.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    font-family: 'icomoon';
    content: "\f078";
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 5;
}

.btn {
    font-family: 'montserratbold';
    border: 0;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    padding: 15px 25px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.btn:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.btn-primary {
    background-color: #009583;
    color: #fff;
}

.btn-primary:hover {
    background-color: #007b6c;
}

.btn-sec {
    background-color: #005f85;
    color: #ffffff;
}

.btn-sec:hover {
    background-color: #005f85;
}

.btn-style-1 {
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-style-1:hover {
    background-color: #fff;
    color: #283f5e;
    border: 1px solid #fff;
}

.btn-block {
    width: 100%;
}

.btn-xs {
    font-size: 12px;
    padding: 8px 10px;
}

.btn-sm {
    font-size: 12px;
    padding: 8px 20px;
}

.btn-lg {
    padding: 20px 40px;
    font-size: 16px;
}

@media ( max-width: 425px) {
    .btn-lg {
        padding: 15px 25px;
        font-size: 15px;
    }
}

.btn-arrow {
    position: relative;
    padding-right: 50px;
}

.jobs-list a.btn.btn-lg.btn-sec.btn-arrow:hover {
    background-color: #000;
}

.btn-arrow:after {
    font-family: 'icomoon' !important;
    content: "\ea3c";
    margin-left: 30px;
    position: absolute;
    right: 15px;
}

.btn-lg.btn-arrow {
    padding-right: 60px;
}

.section-apply .btn-lg.btn-arrow:after {
    top: 22px;
}

@media (min-width: 801px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: inherit;
    }
}

.row-bordered div[class^="col-"] {
    border-right: 1px solid #183f5f;
    padding-right: 30px;
    padding-left: 30px;
}

.row-bordered div[class^="col-"]:last-child {
    border-right: 0;
}

@media (max-width: 800px) {
    .row-bordered div[class^="col-"] {
        border-right: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .values {
        max-width: 100px !important;
        padding-right: 30px;
    }

    .member-content li {
        display: block;
        padding: 0 0 20px;
        text-align: center;
    }

    .vertical-align {
        flex-direction: column !important;

    }

}

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1800px;
    }
}

.img-responsive {
    max-width: 100%;
}

.values {
    max-width: 180px;
    padding-right: 30px;
}

@media ( max-width: 425px) {
    .img-responsive {
        margin: auto;
        margin-bottom: 35px;
    }
}

.spacer {
    width: 100%;
    height: 60px;
}

.spacer-0x {
    height: 15px;
}

.spacer-1x {
    height: 35px;
}

.spacer-2x {
    height: 70px;
}

.tx-center {
    text-align: center;
}

.tx-right {
    text-align: right;
}

.tx-larger {
    /* font-size: 115%;*/
    font-size: 100%;
}

.tx-bold {
    font-weight: 700;
}

.header {
    font-family: 'montserratmedium', Arial, sans-serif;
    font-weight: 400;
    font-variant: normal;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 170px;
    /*position: fixed;*/
    /*    padding: 30px 0;*/
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    /* transition: all 0.3s ease 0s; */
}

/*#body.menu-open .header {
    height: 100%;
}*/
.top-heder {
    background-color: #e6e7e8;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    text-align: right;
}

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

.lang-select {
    cursor: pointer;
    display: inline-block;
}

.lang-select > li i {
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}

.lang-select .lang-menu {
    position: absolute;
    z-index: 100;
    right: -10px;
    top: 15px;
    display: none;
    background-color: #e6e7e8;
}

.lang-select:hover .lang-menu {
    display: block;
    text-align: left;
    padding: 10px 0 8px;
}

.lang-select .lang-menu li a {
    padding: 5px 20px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
}

.lang-select .lang-menu li a:hover {
    background-color: #cccccc;
}

.header .container {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.background-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.hear-content-wrapper .background-image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.hear-content-wrapper .background-image .container-fluid {
    display: block;
    padding: 0;
    width: 100%;
}

.sec-header {
    display: block;
    background-color: #009383;
    padding: 20px;
    width: 70%;
    color: #ffffff;
    font-size: 21px;
}

.sec-header h1 {
    font-size: 2.5em;
    /*letter-spacing: -10px;*/
}

.sec-header p {
    font-size: 0.8em;
}

.sec-body {
    display: block;
    padding: 20px;
    width: 70%;
    color: #ffffff;
    font-size: 24px;
}

.sec-body p {
    font-size: 0.8em;
    /*text-transform: uppercase;*/
    padding: 20px 0;
    font-weight: 600;
    line-height: 1.5;
}

.sec-body a {
    width: 50%;
    background-color: #ffffff;
    color: #009383;
}

.sec-body a:hover {
    color: #ffffff;
}

@media (min-width: 1024px) {
    .header {
        background-color: transparent;
    }

    .header .container {
        height: inherit;
        min-width: auto;
        position: relative;
    }
}

@media (max-width: 425px) {
    .header {
        height: 105px;
    }
}

.header #menu-button {
    background: 0 0;
    border: none;
    border-radius: 25px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 9pt;
    font-family: 'montserratmedium', Arial, sans-serif;
    line-height: 9pt;
    min-width: 84px;
    overflow: hidden;
    padding: 9pt 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    -ms-touch-action: none;
    touch-action: none;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
    top: 22px;
    left: 3.75%;
    padding-left: 2pc;
    z-index: 10;
}

.header #menu-button:after,
.header #menu-button:before {
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: all .3s ease-in;
}

.header #menu-button:before {
    border: 1px solid #ffffff;
    border-left: 0;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    width: 13px;
    height: 9px;
    top: 10pt;
}

.header #menu-button:after {
    border: 1px solid #ffffff;
    border-left: 0;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    width: 13px;
    border-bottom: 0;
    height: 0;
    top: 17px;
}

#body.menu-open #menu-button:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

#body.menu-open #menu-button:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

@media (min-width: 1024px) {
    .header #menu-button {
        display: none;
    }
}

.header .uhai-img-logo {
    display: block;
    background: transparent url(../img/uhai-logo.png) center center no-repeat;
    background-size: contain;
    text-indent: -999em;
    margin: 15px auto auto;
    overflow: hidden;
    height: 71px;
    z-index: 1;
}

@media (min-width: 1024px) {
    .header .uhai-img-logo {
        height: 100%;
        margin: 0;
        position: absolute;
        top: 10px;
        width: 150px;
    }
}

@media (max-width: 1024px) {
    .header .uhai-img-logo {
        width: 130px;
        background-position-y: 0;
    }
}

@media (max-width: 425px) {
    .header .uhai-img-logo {
        width: 70px;
        background-position: 0 0;
        float: right;
        margin-right: 14px;
    }
}

.header .main-menu {
    background-color: #20349b;
    background-image: radial-gradient(circle farthest-side at center bottom, #b943c5, #103397 110%);
    border-right: 1px solid rgba(255, 255, 255, .3);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    min-height: 1500px;
    position: absolute;
    padding: 30px 0;
    top: 0;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    width: 250px;
}

.icons {
    font-family: icomoon;
    text-decoration: none;
    color: #009583;
    background-color: #fff;
    font-size: 73px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    /* border: 1px solid #e7ecef; */
    border-radius: 100%;
    /* position: absolute; */
    /* left: -111px; */
    /* top: 35px; */
    border: 3px solid #009583;
    box-shadow: 0 0 0 5px #fff;
}

.icon-location-arrow {
    content: "\e900";
    font-family: icomoon;
}

.icon-bullseye {
    content: "\e904";
    font-family: icomoon;
}

.icon-mission {
    content: "\e903";
    font-family: icomoon;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.header .main-menu .mobile-search .form-group {
    position: relative;
}

.header .main-menu .mobile-search input {
    height: 35px;
    width: 100%;
    padding: 0 35px 0 10px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.header .main-menu .mobile-search input:focus {
    border-color: #fff;
}

.header .main-menu .mobile-search input::-webkit-input-placeholder {
    color: #fff;
}

.header .main-menu .mobile-search input::-moz-placeholder {
    color: #fff;
}

.header .main-menu .mobile-search input:-ms-input-placeholder {
    color: #fff;
}

.header .main-menu .mobile-search input:-moz-placeholder {
    color: #fff;
}

.header .main-menu .mobile-search button {
    position: absolute;
    height: 35px;
    width: 40px;
    font-size: 17px;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.5);
}

.header .main-menu .mobile-search input:focus + button {
    color: rgb(255, 255, 255);
}

.header .main-menu .mobile-search,
.header .main-menu .mobile-give {
    display: none;
}

.header .main-menu .mobile-give {
    margin-top: 20px;
}

.header .main-menu .mobile-give a {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    background-color: #b3282d;
}

.header .main-menu .mobile-give a:hover {
    background-color: #b3282d;
}

@media (min-width: 1024px) {
    .header .main-menu {
        background: 0 0;
        border-right: none;
        min-height: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        padding-left: 0;
    }
}

.header .main-menu > ul {
    margin: 5px 0 0;
}

.header .main-menu ul li.has-children {
    position: relative;
}

.header .main-menu ul li.has-children .sub-menu {
    position: absolute;
    left: 0;
    width: 250px;
    display: none;
    text-align: left;
    padding: 10px 0;
}

.header .main-menu ul li.has-children:hover .sub-menu {
    display: block;
    background-color: #0b0c3b;
}

.header .main-menu li a.active {
    background-color: #0b0c3b;
    color: #fff !important;
}

.header .sub-menu li a {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    line-height: 20px;
}

.header .sub-menu li a:hover {
    background-color: #632466;
}

@media (min-width: 1024px) {
    .header .main-menu > ul {
        text-align: right;
        margin-right: 200px;
    }

    .header .main-menu > ul > li {
        display: inline-block;
    }
}

@media (max-width: 1366px) {
    .header .main-menu > ul {
        margin-right: 160px;
    }
}

@media (max-width: 1024px) {
    .header .main-menu > ul {
        margin-right: 140px;
    }
}

@media (max-width: 800px) {
    .header .main-menu > ul {
        margin-right: 0;
        margin-top: 20px;
    }

    .header .main-menu {
        padding: 20px;
    }
}

@media (max-width: 425px) {
    .header .main-menu .mobile-search,
    .header .main-menu .mobile-give {
        display: block;
    }
}

.header .main-menu > ul > li > a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.main-menu li.active.has-children > a {
    border-top: 4px solid #ed174c;
    color: red !important;
}

.header .main-menu > ul > li > a:active {
    color: red !important;
}

@media (max-width: 1280px) {
    .header .main-menu > ul > li > a {
        padding: 5px 10px;
    }
}

@media (min-width: 1024px) {
    .header .main-menu > ul > li > a {
        /* padding: 10px 35px;*/
        padding: 10px 14px !important;
        font-size: 14px !important;
    }

}

@media (max-width: 1024px) {
    .header .main-menu > ul > li > a {
        /* padding: 10px 35px;*/
        padding: 10px 7px !important;
        font-size: 14px !important;
    }

    .home-slide {
        background-position: -92px 88px !important;
    }

}

@media (max-width: 800px) {
    .header .main-menu > ul > li > a {
        padding: 10px 0px;
        width: 100%;
    }
}

.header .header-buttons {
    position: absolute;
    top: 30px;
    right: 0;
}

.header-buttons .give-btn {
    font-family: 'montserratbold';
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 15px;
    background-color: #0b3254;
    margin-right: 10px;
    float: left;
}

@media ( max-width: 1024px) {
    .header-buttons .give-btn {
        font-size: 15px;
        padding: 13px 20px;
    }
}

@media ( max-width: 768px) {
    .header-buttons .give-btn {
        font-size: 15px;
        padding: 13px 25px;
    }
}

@media ( max-width: 425px) {
    .header-buttons .give-btn {
        display: none;
    }
}

.header-search {
    float: left;
    overflow: hidden;
    /* margin-left: 25px; */
}

.header-search .form-group {
    position: relative;
}

.header-search .form-control {
    height: 40px;
    width: 40px;
    font-size: 16px;
    text-indent: 100px;
    border: none;
    overflow: hidden;
    background: transparent;
    transition: all .6s ease-in-out;
}

.search-open .form-control {
    background-color: #fff;
    padding: 0 45px 0 15px;
    text-indent: 0;
    width: 800px;
}

.header-search .search-btn {
    cursor: pointer;
    height: 40px;
    width: 40px;
    font-size: 20px;
    color: #fff;
    border: none;
    background: transparent;
    position: absolute;
    top: 4px;
    right: 0;
}

.search-open .search-btn {
    color: #333;
}

@media ( max-width: 1366px) {
    .search-open .form-control {
        width: 600px;
        height: 46px;
    }
}

@media ( max-width: 1280px) {
    .search-open .form-control {
        width: 625px;
    }
}

@media (max-width: 1024px) {
    .header .header-buttons {
        top: 20px;
    }

    .header-search {
        margin-left: 5px;
    }

    .search-open .form-control {
        width: 630px;
    }
}

@media (max-width: 800px) {
    .header .header-buttons {
        right: 25px;
    }

    .search-open .form-control {
        width: 500px;
    }
}

@media (min-width: 980px) {
    .header ~ div,
    .header ~ footer,
    .header ~ section {
        position: relative;
        top: 0;
        transition: all .3s ease-out;
    }
}

@media (min-width: 1024px) {
    body #main {
        padding-top: 0;
        -webkit-transition: padding-top .3s ease-out;
        -moz-transition: padding-top .3s ease-out;
        -ms-transition: padding-top .3s ease-out;
        transition: padding-top .3s ease-out;
    }
}

@media (max-width: 425px) {
    .header .header-buttons {
        display: none;
    }
}

.global-footer {
    background-color: #dbd9d6;
}

.footer-wrapper .title {
    font-family: 'montserratbold';
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}

.top-footer {
    padding: 15px 0;
}

.top-footer .footer-logo {
    max-width: 105px;
}

.top-footer .footer-logo img {
    width: 100%;
}

.top-footer .footer-wrapper {
    text-align: center;
}

.social-wrapper,
.newsletter-wrapper {
    padding: 20px 0;
}

@media ( max-width: 425px) {
    .social-wrapper,
    .newsletter-wrapper {
        padding: 10px 0;
    }
}

.newsletter-wrapper .form-group {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.newsletter-wrapper .form-control {
    padding: 0 35px 0 25px;
    font-size: 12px;
    border: none;
    width: 100%;
    height: 35px;
}

.newsletter-wrapper button {
    position: absolute;
    top: 0;
    right: 0px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: none;
    padding: 0;
    background-color: #fff;
    border-radius: 0 30px 30px 0;
}

.social-wrapper {
    text-align: center;
}

.social-wrapper .social {
    margin-top: 15px;
}

.social-wrapper .social li {
    display: inline-block;
    margin-right: 10px;
}

.social-wrapper .social li a {
    color: #58595b;
    font-size: 25px;
    padding: 0 5px;
}

.social-wrapper .social li a:hover {
    color: #00b389;
}

.bottom-footer {
    background-color: #efeeed;
    padding: 25px 0 10px;
}

.bottom-footer .footer-nav li {
    color: #6d6e71;
    margin-bottom: 5px;
    line-height: 16px;
    font-size: 13px;
}

.bottom-footer a:hover {
    text-decoration: underline;
}

.bottom-footer .copyright {
    text-align: center;
    margin-top: 30px;
}

.bottom-footer .copyright p {
    font-family: 'montserratbold';
    font-size: 11px;
    margin: 0;
}

@media ( min-width: 801px) and ( max-width: 1024px) {
    .bottom-footer .footer-nav li {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .bottom-footer .row > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media ( min-width: 425px) and ( max-width: 800px) {
    .bottom-footer .footer-wrapper {
        margin-bottom: 30px;
    }
}

@media ( max-width: 425px) {
    .bottom-footer .footer-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
}

#main {
    /* overflow-x: hidden;*/
}

/*.header.scrolling, .header.menu-open {
    background: rgba(158, 0, 6, 1);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

.header.scrolling .uhai-img-logo {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100px;
    background-position: center 22px;
}

.header.scrolling {
    padding: 0;
}*/

/*.header.scrolling .main-menu>ul {
    margin: 20px 0 0;
}

.header.scrolling .header-buttons {
    top: 48px;
}*/

.hero-container {
    height: 650px;
}

.hero-container.hear {
    height: 350px;
}

.hear .hero {
    min-height: 350px;
}

.hear .hero .hero-elusion {
    top: 85px;
    font-size: 130px;
    width: 27%;
}

.hear .hero-content .title {
    color: #0B3254;
}

.header.hear .uhai-img-logo {
    top: 74px;
}

.header.hear .main-menu > ul > li > a {
    color: #6D6E71;
}

.hear .hero:before {
    background: rgba(255, 255, 255, 0.7);
    filter: saturate(2.3);
}

.hear .hero-elusion {
    color: #6D6E71;
}

.home-hero-container {
    /*    height: 1150px;*/
    height: 100vh;
}

@media ( max-width: 1440px) {
    .home-hero-container {
        /* height: 940px;*/
    }
}

@media ( max-width: 1280px) {
    /*    .home-hero-container {
            height: 910px;
        }*/
    .home-hero-content .title {
        text-align: left;
        font-size: 43px;
    }
}

@media ( max-width: 1024px) {
    .home-hero-container {
        height: 650px;
    }

    .home-hero-content .title {
        text-align: left;
        font-size: 43px;
    }
}

@media ( max-width: 425px) {
    .home-hero-container {
        height: 500px;
    }
}

.hero-container:first-of-type .home-hero {
    overflow: hidden;
}

.home-slide {
    display: table;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.hero {
    position: relative;
    min-height: 450px;
    height: inherit;
    width: 100%;
}

.hero:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    z-index: 10;
    right: 0;
    background: rgba(2, 105, 92, 0.7);
    filter: saturate(2.3);
}

.hero-alt:before,
.home-hero:before {
    background: rgba(158, 0, 6, 0.7);
    filter: saturate(.9);
}

.hero-alt-01:before {
    background: rgba(86, 41, 101, 0.7);
    filter: saturate(1.5);
}

.hero-alt-02:before {
    content: none;
}

.hero > img {
    position: relative;
    left: -6%;
    height: 100%;
}

.home-hero > img {
    left: -9%;
}

@media ( max-width: 1440px) {
    .home-hero:before {
        width: 70%;
    }

    .hero > img,
    .home-hero > img {
        left: -17%;
    }
}

@media ( max-width: 1366px) {
    .home-hero:before {
        width: 71%;
    }

    .hero > img,
    .home-hero > img {
        left: -23%;
    }
}

@media ( max-width: 1280px) {
    /*    .hero-container {
            height: 770px;
        }*/
    .hero > img {
        left: -15%;
    }
}

@media ( max-width: 1024px) {
    .hero:before,
    .home-hero:before {
        width: 74%;
    }

    .hero > img {
        left: -34%;
    }

    .home-hero > img {
        left: -10%;
    }
}

@media ( max-width: 800px) {
    .hero:before,
    .home-hero:before {
        width: 100%;
    }

    .hero > img,
    .home-hero > img {
        left: -10%;
    }
}

@media ( max-width: 425px) {
    .hero-container {
        height: 450px;
    }

    .home-hero:before {
        width: 100%;
    }

    .hero {
        min-height: 350px;
    }

    .hero > img {
        left: -100%;
    }

    .home-hero > img {
        left: -120px;
    }
}

@media ( max-width: 360px) {
    .hero-container {
        height: 420px;
    }

    .hero {
        min-height: 300px;
    }
}

.hero-elusion {
    font-family: 'montserratbold';
    position: absolute;
    font-size: 200px;
    line-height: 100%;
    opacity: 0.1;
    z-index: 100;
    bottom: 0;
    right: 0;
    width: 60%;
    color: #fff;
    text-align: right;
}

.hero-elusion {
    font-size: 120px;
}

.hero-alt-01 .hero-elusion {
    opacity: 0.05;
}

.home-hero-elusion {
    font-size: 300px;
    opacity: 0.04;
    margin-bottom: 3%;
    text-align: left;
}

@media ( max-width: 1024px) {
    .hero-elusion {
        font-size: 200px;
    }
}

@media ( max-width: 425px) {
    .hero-elusion {
        display: none;
    }
}

.hero-content {
    position: absolute;
    width: 100%;
    z-index: 100;
    margin: auto;
    color: #fff;
    bottom: 0;
}

@media ( max-width: 1400px) {
    .home-hero-content {
        margin-top: -14% !important;
    }

}

.hero-content p {
    font-size: 30px;
}

.home-hero-content {
    top: 50%;
    margin-top: -10%;
}

.home-hero-content p {
    font-size: 17px;
}

.hero-content .title {
    font-family: 'montserratthin';
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 100px;
    position: relative;
    text-align: right;
    line-height: 100%;
}

.hero-content .title span {
    font-family: 'montserratregular';
}

.home-hero-content .title {
    text-align: left;
    font-size: 50px;
}

.home-hero-content .title:after {
    position: absolute;
    bottom: -13px;
    left: 5px;
    content: "";
    width: 90px;
    height: 5px;
    background-color: #fff;
    top: unset;
}

.hero-alt-02 .hero-content {
    bottom: 10%;
}

.hero-alt-02 .hero-content .title {
    text-align: left;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 5px;
}

.hero-alt-02 .hero-content .title + p {
    font-size: 20px;
}

@media ( max-width: 1024px) {
    .home-hero-content {
        top: 50%;
    }

    .hero-content .title {
        font-size: 80px;
    }

    .home-hero-content .title {
        font-size: 30px;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

    .home-hero-content p {
        font-size: 15px;
        padding: 10px 0;
    }
}

@media ( max-width: 425px) {
    .home-hero-content {
        top: 35%;
    }

    .hero-content .title {
        font-size: 60px;
    }

    .hero-alt-02 .hero-content {
        bottom: 0;
    }

    .hero-alt-02 .hero-content .title {
        font-size: 50px;
    }

    .hero-alt-02 .hero-content .title + p {
        font-size: 16px;
    }
}

.home-hero + .cycle-pager {
    position: absolute;
    text-align: center;
    z-index: 110;
    width: 100%;
    bottom: 30%;
}

.home-hero + .cycle-pager > span {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
    position: relative;
}

.home-hero + .cycle-pager > span span {
    transition: all .3s ease-out;
    width: 60%;
    height: 60%;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    right: 0;
    left: 1px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    opacity: 0;
}

.home-hero + .cycle-pager > span.cycle-pager-active span {
    opacity: 1;
}

.home-nav-container {
    position: absolute;
    bottom: 30px;
    z-index: 100;
    width: 100%;
}

.home-nav-wrapper {
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    padding: 45px 30px 45px 45px;
    width: 100%;
    filter: contrast(1.2);
    color: #fff;
}

.home-nav-wrapper.hear {
    background-color: rgba(173, 39, 69, 0.8);
}

.home-nav-wrapper.be {
    background-color: rgba(0, 149, 131, 0.8);
}

.home-nav-wrapper.echo {
    background-color: rgba(99, 36, 102, 0.8);
}

.home-nav-wrapper span {
    position: relative;
    transition: all .3s ease-out;
    font-family: 'montserratregular';
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-nav-wrapper span.title-top {
    top: -15px;
    opacity: 0;
}

.home-nav-wrapper span.title-bottom {
    bottom: -15px;
    opacity: 0;
}

.home-nav-wrapper:hover span.title-top {
    top: 0;
    opacity: 1;
}

.home-nav-wrapper:hover span.title-bottom {
    bottom: 0;
    opacity: 1;
}

.home-nav-wrapper span.title {
    position: static;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-size: 35px;
    line-height: 35px;
}

.home-nav-wrapper span.title i {
    transition: all .3s ease-out .2s;
    position: relative;
    left: -10px;
    float: right;
    font-size: 25px;
    line-height: 35px;
    opacity: 0;
}

.home-nav-wrapper:hover span.title i {
    opacity: 1;
    left: 0px;
}

@media ( max-width: 1440px) {
    .home-nav-wrapper {
        padding: 30px 30px;
        border-radius: 40px;
    }

    .home-nav-wrapper span {
        font-size: 14px;
        line-height: 14px;
    }

    .home-nav-wrapper span.title {
        font-size: 25px;
        line-height: 25px;
    }

    .home-nav-wrapper span.title i {
        line-height: 25px;
    }
}

@media ( max-width: 1024px) {
    .home-nav-wrapper {
        padding: 20px 30px;
        border-radius: 40px;
    }

    .home-nav-wrapper span {
        font-size: 14px;
        line-height: 14px;
    }

    .home-nav-wrapper span.title {
        font-size: 20px;
        line-height: 25px;
    }

    .home-nav-wrapper span.title-top,
    .home-nav-wrapper span.title-bottom {
        line-height: 12px;
    }

    .home-hero + .cycle-pager {
        bottom: 26%;
    }
}

@media ( max-width: 800px) {
    .home-nav-container {
        position: static;
    }

    .home-nav-container .container,
    .home-nav-container .container div[class^="col-"] {
        padding: 0;
        width: 100%;
    }

    .home-nav-wrapper {
        border-radius: 0;
        padding: 20px 35px;
    }

    .home-nav-wrapper span.title i,
    .home-nav-wrapper span.title-top,
    .home-nav-wrapper span.title-bottom {
        left: 0;
        top: 0;
        bottom: 0;
        opacity: 1;
    }
}

@media ( max-width: 425px ) {
    .home-hero + .cycle-pager {
        display: none;
    }
}

#scroll-spy-container {
    position: relative;
    padding-top: 65px;
}

.scroll-spy-nav {
    border-bottom: 1px solid #cacaca;
    background: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.scroll-spy-container.sticky {
    padding-top: 80px;
}

.scroll-spy-container.sticky .scroll-spy-nav {
    position: fixed;
}

.scroll-spy-nav ul {
    margin: 0 auto;
}

.scroll-spy-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.scroll-spy-nav ul li a {
    font-size: 15px;
    display: block;
    height: 75px;
    line-height: 75px;
    /*padding: 0 73px;*/
    padding: 0 40px;
    text-transform: uppercase;
}

.scroll-spy-nav ul li a.active {
    background-color: #183f5f;
    color: #fff !important;
}

@media ( max-width: 1366px ) {
    .scroll-spy-nav ul li a {
        font-size: 15px;
        height: 60px;
        padding: 0 40px;
        line-height: 60px;
    }
}

@media ( max-width: 1280px ) {
    .scroll-spy-nav ul li a {
        padding: 0 40px;
    }
}

.content-section {
    padding: 60px 0 0;
    position: relative;
}

.content-section.background-green {
    background-color: #009583;
    color: #fff;
    padding: 30px 0;
}

.content-section .elusion-container {
    position: relative;
    overflow: hidden;
}

.content-section .elusion {
    font-family: 'montserratbold';
    position: absolute;
    font-size: 130px;
    margin: 0 auto;
    width: 100%;
    max-height: 165px;
    /* overflow: hidden; */
    line-height: 112%;
    top: -10%;
    white-space: nowrap;
    text-align: center;
    color: #193f5f;
    z-index: 0;
    opacity: .05;
}

.content-section .section-title {
    font-family: 'montserratbold';
    text-transform: uppercase;
    position: relative;
    padding: 40px 0;
    line-height: 100%;
    margin-bottom: 40px;
    font-size: 50px;
    text-align: center;
    color: #183f5f;
    z-index: 1;
}

.who {
    font-family: 'montserratbold';
    text-transform: uppercase;
    position: relative;
    padding: 0 0 35px;
    line-height: 100%;
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
    color: #183f5f;
    z-index: 1;
    display: block;
}

.elusion-left .elusion {
    text-align: left;
}

.elusion-left .section-title {
    text-align: left;
}

.elusion-left .section-title:after {
    left: 0;
    right: auto !important;
}

@media ( max-width: 425px ) {
    .content-section .section-title {
        font-size: 37px;
    }
}

.content-section .section-title:after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    height: 7px;
    width: 90px;
    background-color: #193f5f;
}

.background-blue .section-title {
    color: #fff;
    padding-bottom: 0;
    padding-top: 0;
}

.background-blue .section-title:after {
    content: none;
}

.content-section h3 {
    position: relative;
    line-height: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    /*
    font-size: 25px;
    */
    font-size: 25px;
}

.content-section h3:after {
    background-color: #fff;
    height: 5px;
    width: 60px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 1px;
}

.content-section h4 {
    font-family: 'montserratbold';
    color: #183f5f;
    line-height: 100%;
    /* margin-bottom: 20px;
    font-size: 27px;*/
    font-size: 23px;
    margin-bottom: 10px;
}

.content-section h4.small {
    font-size: 17px;
}

.content-section.background-blue {
    background-color: #005f85;
    color: #fff;
    padding: 30px 0;
}

.content-section.background-blue h4 {
    color: #fff;
}

.content-section h5 {
    font-family: 'montserratbold';
    color: #183f5f;
    line-height: 100%;
    margin-bottom: 20px;
    font-size: 20px;
}

.section-apply {
    background: url(../img/apply-bgnd.jpg) bottom center no-repeat fixed;
    background-size: cover;
    padding: 0 !important;
}

.section-apply .section-title {
    font-size: 35px;
}

.section-apply-wrapper {
    background-color: rgba(0, 101, 142, 0.81);
    padding: 60px 0;
}

.section-apply-wrapper .form-group {
    margin-bottom: 0;
}

.section-apply-wrapper .form-control {
    border: 2px solid #fff;
    font-size: 19px;
    color: #fff;
    padding: 10px 20px;
    background-color: transparent;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}

.section-apply-wrapper .select-wrapper:after {
    top: 20px;
}

.section-apply-wrapper input::-webkit-input-placeholder {
    color: #fff;
}

.section-apply-wrapper input::-moz-placeholder {
    color: #fff;
}

.section-apply-wrapper input:-ms-input-placeholder {
    color: #fff;
}

.section-apply-wrapper input:-moz-placeholder {
    color: #fff;
}

.section-apply-wrapper textarea.form-control {
    height: auto;
    resize: horizontal;
}

@media ( max-width: 1024px) {
    #scroll-spy-container {
        padding-top: 55px;
    }

    .scroll-spy-nav ul li a {
        height: 55px;
        line-height: 55px;
        padding: 0 30px;
        font-size: 14px;
    }

    .scroll-spy-content .content-section {
        padding: 20px 0 0;
    }

    .scroll-spy-content .content-section .section-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .scroll-spy-content .content-section .elusion {
        font-size: 90px;
        top: 0;
    }
}

@media ( max-width: 800px) {
    .scroll-spy-content .content-section h4 br {
        display: none;
    }

    #scroll-spy-container {
        padding-top: 0;
    }
}

@media ( max-width: 425px ) {
    #scroll-spy-container {
        padding-top: 0;
    }

    .scroll-spy-content .content-section .section-title {
        font-size: 30px;
    }

    .scroll-spy-content .content-section .elusion {
        display: none;
    }

    .scroll-spy-content .content-section h4 {
        font-size: 25px;
    }
}

.members-slider-container {
    display: inline-block;
    text-align: center;
    margin: 30px 0;
    width: 100%;
}

.members-slider {
    position: relative;
}

.members-grid {
    margin: auto;
    display: inline-block;
}

.members-grid .members-slide,
.members-slider .members-slide {
    background-color: #fff;
    width: 360px;
    margin-right: 33px;
}

@media ( max-width: 1024px ) {
    .members-grid .members-slide,
    .members-slider .members-slide {
        width: 370px;
        margin-right: 15px;
    }
}

.members-grid .members-slide {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.members-slide .member-content {
    text-align: left;
    overflow: hidden;
    padding: 15px 30px;
}

.members-slide .member-content .name {
    font-family: 'montserratbold';
    font-size: 16px;
    color: #183f5f;
    margin: 0;
}

p.name {
    font-family: 'montserratbold';
    font-size: 16px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    display: block;
    padding: 0 0 0;
}

.member-content p.title {
    color: #009583;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    line-height: 147%;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
}

.member-content li {
    display: block;
    padding: 0 0 20px;
}

.members-slide .member-content .title {
    color: #009583;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    line-height: 147%;
    height: 65px;
    font-size: 14px;
}

.member-content .member-social {
    margin-top: 10px;
}

.member-content .member-social li {
    display: inline-block;
    margin-right: 10px;
}

.member-content .member-social li a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 47px;
    border-radius: 50%;
    font-size: 18px;
    overflow: hidden;
    background-color: #bdbfc1;
}

.member-content .member-social li.facebook a:hover {
    background-color: #475996;
}

.member-content .member-social li.twitter a:hover {
    background-color: #90d5fc;
}

.member-content .member-social li.instagram a:hover {
    background-color: #435c84;
}

.member-content .member-social li.linkedin a:hover {
    background-color: #4173ae;
}

.members-slide .member-thumb {
    width: 100%;
    /*height: 350px;*/
    max-height: 100%;
    overflow: hidden;
    /*background-color: #009583;*/
    background-color: #ccc;
}

.members-slide .member-thumb img {
    width: 90%;
    /*   height: 100%;*/
    /* width: 100%; */
    height: 100%;
    max-width: 100%;
    /*padding: 20px 40px;*/
    padding: 20px 20px;
}

.members-slider .slider-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 40px;
    text-align: center;
    background-color: #009583;
    color: #fff;
}

.members-slider .slider-nav.next {
    right: 0;
    left: initial;
}

.members-slider .slider-nav:hover {
    background-color: #026f62;
}

.messy-stats-container {
    margin: 30px 0 60px;
}

.messy-stats-container .messy-stats {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.messy-stats .stat-title {
    font-family: 'montserratbold';
    font-size: 25px;
    margin: 0;
    color: #009583;
}

.messy-stats .stat-wrapper {
    font-family: 'montserratbold';
    padding-right: 10px;
    float: left;
    display: inline-block;
}

.messy-stats .stat-wrapper span {
    font-size: 13px;
    display: inline-block;
    line-height: 100%;
}

.messy-stats .stat-wrapper span:first-child {
    font-size: 77px;
}

.messy-stats.geo .stat-wrapper {
    width: 14%;
}

.messy-stats.geo:after {
    content: "";
    background-color: #549483;
    width: 1px;
    height: 160px;
    right: 0;
    top: 0;
    position: absolute;
}

.messy-stats.pop .stat-wrapper {
    width: 20%;
}

.messy-stats.pop .stat-wrapper span {
    max-width: 60%;
    word-wrap: break-word;
    text-align: left;
    padding-top: 16px;
}

.messy-stats.pop .stat-wrapper span:first-child {
    float: left;
    line-height: 100%;
    padding: 0;
}

.spy-section .jobs-list ul li {
    display: block;
    width: 100%;
    padding: 0 0 10px;
}

@media (max-width: 1024px) {
    .messy-stats.geo:after {
        content: none;
    }
}

@media ( max-width: 425px ) {
    .messy-stats .stat-wrapper span:first-child {
        display: block;
    }

    .messy-stats.pop .stat-wrapper span {
        max-width: 60%;
    }

    .messy-stats.pop .stat-wrapper {
        width: 50%;
    }

    .messy-stats.geo .stat-wrapper {
        width: 24%;
    }
}

.section-quote {
    padding: 50px 0;
    background: url(../img/quote-bgnd.png) no-repeat 80% center;
}

.section-quote .quote-body {
    background: url(../img/quote-open.png) no-repeat top left;
    padding-left: 100px;
}

.section-quote .quote-footer {
    background: url(../img/quote-close.png) no-repeat bottom right;
    padding-bottom: 10px;
    padding-right: 80px;
    padding-left: 100px;
}

.quote-thumb {
    border: 8px solid #fff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.quote-thumb img {
    width: 100%;
    height: 100%;
}

.quote-content {
    margin-top: 35px;
}

.section-grey {
    background-color: #f1f1f2;
    padding: 0;
}

@media ( max-width: 1024px ) {
    .quote-thumb {
        width: 190px;
        height: 190px;
    }

    .quote-content {
        margin-top: 15px;
    }
}

@media ( max-width: 800px ) {
    .quote-thumb {
        margin-top: 10%;
        width: 170px;
        height: 170px;
    }
}

@media ( max-width: 425px ) {
    .quote-thumb {
        width: 200px;
        height: 200px;
    }

    .quote-thumb {
        margin: auto;
    }
}

@media ( max-width: 375px ) {
    .section-quote .quote-body {
        padding-left: 60px;
        background-size: 50px;
    }

    .section-quote .quote-footer {
        padding-left: 60px;
        padding-bottom: 0;
        background-size: 50px;
    }
}

.another-unique-title {
    font-size: 70px;
    position: relative;
    padding-bottom: 20px;
    line-height: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.another-unique-title:after {
    content: " ";
    background-color: white;
    height: 7px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.another-unique-title span {
    font-family: 'montserratthin';
}

@media ( max-width: 425px ) {
    .another-unique-title {
        font-size: 50px;
        padding-bottom: 15px;
    }

    .another-unique-title:after {
        height: 5px;
    }
}

.echo-tab .resp-tabs-container {
    font-size: 15px;
    background-color: #612467;
    padding: 20px 25px;
    min-height: 285px;
    color: #f5f5f5;
}

h2.resp-tab-active {
    background-color: #3e1542;

}

.echo-tab-alt .resp-tabs-container {
    background-color: #213655;
}

.echo-tab-alt h2.resp-tab-active {
    background: #0f1c2f;
}

.resp-tabs-list li {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}

.resp-tabs-list li:last-child {
    margin-bottom: 0;
}

.resp-tabs-list li span {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    width: 95%;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    border: 1px solid #7d7d7d;
}

.resp-tabs-list .resp-tab-active {
    width: 100%;
    color: #fff;
    background-color: #612467;
}

.resp-tabs-list .resp-tab-active span {
    border-color: #612467;
}

.echo-tab-alt .resp-tabs-list .resp-tab-active {
    background-color: #213655;
}

.echo-tab-alt .resp-tabs-list .resp-tab-active span {
    background-color: #213655;
    border-color: #213655;
}

.echo-tab .form-group {
    margin-bottom: 15px;
}

.echo-tab .form-group .lbl {
    display: inline-block;
    margin-bottom: 15px;
}

.echo-tab .form-control {
    background-color: transparent;
    font-size: 17px;
    width: 100%;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #fff;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

@media ( max-width: 800px ) {
    .resp-vtabs ul.resp-tabs-list {
        width: 40%;
    }

    .resp-vtabs .resp-tabs-container {
        width: 58%;
    }
}

@media ( max-width: 425px ) {
    .resp-vtabs ul.resp-tabs-list {
        width: 100%;
    }

    .resp-vtabs .resp-tabs-container {
        width: 100%;
        padding: 0;
        min-height: auto;
    }

    .resp-vtabs .resp-tab-content {
        padding: 20px;
    }
}

.supporter-grid .owl-item {
    display: table;
    height: 150px;
}

.supporter-grid .supporter {
    position: relative;
    padding: 0 5px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.supporter-grid .supporter img {
    max-width: 100%;
    margin: 0 auto;
}

.hear-slider {
    margin-bottom: 50px;
}

.hear-slider-nav {
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 10;
    top: 110px;
}

.hear-slider-nav ul li {
    display: inline-block;
    margin-left: 15px;
}

.hear-slider-nav ul li a {
    border: 1px solid #c3c5c7;
    padding: 10px 30px;
}

.hear-slider-nav ul li a.active {
    background-color: #193f5f;
    border-color: #193f5f;
    color: #fff !important;
}

@media ( min-width: 425px ) {
    .hear-content-wrapper {
        height: 640px;
    }

}

.report-thumb-wrapper {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    height: 335px;
}

.report-thumb-wrapper:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

@media ( max-width: 1024px ) {
    .hear-content-wrapper {
        height: 500px;
    }

    .report-thumb-wrapper {
        height: 235px;
    }
}

@media ( max-width: 800px ) {
    .hear-content-wrapper {
        height: auto;
    }

    .report-thumb-wrapper {
        height: auto;
    }
}

.report-main-thumb {
    width: auto;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
}

.report-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.report-thumb img {
    min-width: 100%;
    min-height: 100%;
}

.report-thumb-wrapper .btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.report-thumb-wrapper:nth-child(2) .btn,
.report-thumb-wrapper:nth-child(3) .btn {
    background-color: #183f5f;
}

.report-thumb-wrapper:nth-child(2) .btn:hover,
.report-thumb-wrapper:nth-child(3) .btn:hover {
    background-color: #0c2840;
}

@media ( min-width: 641px ) and ( max-width: 1024px ) {
    .report-thumb-wrapper .btn {
        padding: 13px 10px;
        font-size: 13px;
    }
}

@media ( max-width: 800px ) {
    .report-main-thumb {
        margin-bottom: 15px;
        height: auto;
    }

    .report-thumb {
        margin-bottom: 10px;
        height: auto;
    }
}

.map-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.story-container {
    height: 100%;
    background-color: #fff;
    padding: 30px 40px;
}

.story-container p {
    font-size: 16px;
    margin-bottom: 10px;
}

.story-container .title {
    font-family: 'montserratbold';
    color: #0b3254;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px;
}

@media ( min-width: 800px ) and ( max-width: 1024px ) {
    .story-container .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .story-container p {
        font-size: 14px;
    }

    .story-container {
        padding: 20px;
    }
}

.story-container .btn {
    border-color: #223654;
    border: none;
    color: #223654;
    padding: 7px 0;
}

.story-container .btn:hover {
    color: #000;

}

.story-container .share {
    margin-top: 0;
}

.story-container .share li {
    margin-right: 15px;
}

.story-container .share li a {
    font-size: 20px;
}

.video-container {
    position: relative;
    height: 335px;
    overflow: hidden;
    margin-bottom: 25px;
}

.video-container img {
    height: 100%;
}

.video-container.feat-video {
    height: 100%;
    margin-bottom: 0;
}

.video-container .video-overlay {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 150, 131, 0.63);
}

@media ( max-width: 1366px ) {
    .video-container.feat-video {
        height: 545px;
    }

    .video-container {
        height: 260px;
    }
}

.feat-video .video-overlay {
    padding: 10px;
}

.video-container .video-overlay .video-overlay-wrapper {
    position: absolute;
    padding: 20px;
    bottom: 0;
    width: 100%;
}

.video-container .video-overlay p {
    font-size: 20px;
}

.video-container .video-overlay .title {
    font-family: 'montserratbold';
    font-size: 20px;
    margin-bottom: 0;
}

.feat-video .video-overlay .title {
    font-size: 40px;
}

.video-btn {
    position: absolute;
    text-align: center;
    width: 100px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.video-btn i {
    font-size: 40px;
}

.feat-video i {
    font-size: 80px;
}

.video-btn a {
    display: inline-block;
}

.video-btn a:hover i {
    color: #ed1f24;
}

/*---------- LEADERSHIP ----------*/
.leadership-tabs-wrapper {
    font-size: 0;
    padding-top: 20px;
}

.leadership-tab {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 41px;
    line-height: 37px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    font-size: 18px;
    font-family: 'Bliss2-Bold', Arial, sans-serif;
    color: #666;
    margin: 0 11px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.leadership-tab:hover {
    background-color: #e0e0e0;
}

.leadership-tab.active {
    background-color: #ff9900;
    color: #fff;
    border-color: #ff9900;
    pointer-events: none;
}

.leadership-tab-container {
    display: none;
}

.leadership-tab-container.active {
    display: block;
}

.leadership-list {
    font-size: 0;
    margin: 60px 0 0 -32px;
    text-align: center;
}

.leadership-list .cd-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25%;
    padding: 0 0 32px 32px;
}

.leadership-list .cd-trigger {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000;
}

.leadership-list .cd-item.empty-box .cd-trigger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #39454d;
}

.leadership-list .caption {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 20px;
}

.leadership-list .caption span {
    display: block;
    color: #fff;
}

.leadership-list .caption .title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0;
}

.leadership-list .caption .designation {
    font-size: 15px;
    height: 0;
    line-height: 21px;
}

.leadership-list .cd-trigger img {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.6s;
    transition: opacity 0.35s, transform 0.6s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
}

.leadership-list .cd-trigger:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.leadership-list .quick-view-content {
    display: none;
}

.cd-quick-view {
    display: block;
    position: fixed;
    max-width: 900px;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 2500;
}

.cd-quick-view:after {
    content: "";
    display: table;
    clear: both;
}

.cd-quick-view.is-visible {
    visibility: visible;
}

.cd-quick-view.animate-width {
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.cd-img-wrapper {
    position: relative;
    display: inline-block;
    float: left;
    z-index: 3;
}

.cd-img-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.cd-img-wrapper img {
    display: block;
    width: 100%;
    max-width: 355px;
}

.add-content .cd-img-wrapper {
    margin-right: 40px;
}

.cd-item-info {
    position: absolute;
    padding: 40px 20px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility 0s;
    -moz-transition: opacity .3s, visibility 0s;
    transition: opacity .3s, visibility 0s;
}

.cd-item-info h2 {
    font-size: 26px;
    color: #39454d;
    font-family: 'Bliss2-Medium', Arial, sans-serif;
    margin-bottom: 20px;
}

.cd-item-info h2 span {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 21px;
}

.cd-item-info p {
    color: #555;
    font-size: 15px;
    margin: 15px 0 0 0;
}

.cd-item-info p:first-child {
    margin-top: 0;
}

.cd-item-info .desc {
    height: 270px;
    padding-right: 20px;
    overflow: auto;
}

.nicescroll-rails {
    left: 874px !important;
}

.add-content .cd-item-info {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.add-content .cd-item-info h2 {
    -webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}

.add-content .cd-item-info p {
    -webkit-animation: cd-slide-in 0.4s;
    -moz-animation: cd-slide-in 0.4s;
    animation: cd-slide-in 0.4s;
}

@-webkit-keyframes cd-slide-in {
    0% {
        -webkit-transform: translate3d(-40px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes cd-slide-in {
    0% {
        -moz-transform: translate3d(-40px, 0, 0);
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
    }
}

@keyframes cd-slide-in {
    0% {
        -webkit-transform: translate3d(-40px, 0, 0);
        -moz-transform: translate3d(-40px, 0, 0);
        -ms-transform: translate3d(-40px, 0, 0);
        -o-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.cd-close {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
    -moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
    transition: transform .3s 0s, visibility 0s .3s;
}

.cd-close:before, .cd-close:after {
    /* close icon in css */
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    display: inline-block;
    height: 4px;
    width: 20px;
    background: #666;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-close:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.no-touch .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.add-content .cd-close {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
    transition: transform .3s 0s, visibility 0s 0s;
}

.cd-close:hover:before,
.cd-close:hover:after {
    background: #000;
}

/*FAQ'S*/

ul.accordion {
    list-style-type: none !important;
    margin-bottom: 30px;
}

.accordion > li {
    background-color: #fff;
    margin-bottom: 12px;
    border: 1px solid #dadbdd;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.accordion ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    vertical-align: text-top;
}

.accordion .title {
    background-color: #083563;
    display: block;
    padding: 15px 60px 15px 15px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
}

.accordion .title {
    position: relative;
}

.resp-vtabs ul.resp-tabs-list {
    padding-right: 1px;
}

.accordion .title:after {
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "\e902";
    font-size: 18px;
    display: block;
    font-weight: bolder;
    color: #083563;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.accordion .title:before, .title:after {
    content: " ";
    display: block;
    position: absolute;
    right: 20px;
    top: 21px;
    font-style: normal;
    height: 21px;
    line-height: 1;
    overflow: hidden;
    font-family: icomoon !important;
    font-size: 20px;
    background: #00C37E;
    -webkit-transition: .35s;
    transition: .35s;
}

h2.section-title.faq {
    font-family: 'montserratbold';
    text-transform: uppercase;
    position: relative;
    padding: 20px 0 40px;
    line-height: 100%;
    margin-bottom: 0px;
    font-size: 38px;
    text-align: center;
    color: #183f5f;
    z-index: 1;
}

.content-section.faqs {
    padding: 0;
}

.title:before {
    z-index: 2;
}

.accordion .desc {
    padding: 30px;
    display: none;
}

.accordion .content-visible .title:after {
    content: "\e901";
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    -moz-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}

.menu-open #content_mask {
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
}

.menu-open #content_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
}

#content_container .content-wrapper {
    padding: 20px;
}

/*----- HEADER -----*/
#header {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

#header .menu-icon {
    width: 47px;
    height: 47px;
    float: right;
    cursor: pointer;
}

#header .icon {
    background: url(../images/icons-sprite.png) 0 0 no-repeat;
    background-size: 700%;
    display: block;
}

#header .menu-icon span {
    width: 18px;
    height: 15px;
    margin: 15px auto 0 auto;
    background-position: 0 0;
}

.menu-open #header .menu-icon span {
    background-position: -18px 0;
}

#header .logo {
    display: block;
    width: 111px;
    margin: 8px auto 0 auto;
}

#header .search-icon {
    width: 47px;
    height: 47px;
    float: left;
    cursor: pointer;
}

#header .search-icon span {
    width: 20px;
    height: 20px;
    margin: 15px auto 0 auto;
    background-position: -40px 0;
}

.search-open #header .search-icon span {
    background-position: -60px 0;
}

/*----- MOBILE MENU -----*/
body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

body.menu-open {
    overflow: hidden;
!important;
}

body.menu-open:after {
    visibility: visible;
    opacity: 1;
    z-index: 2500;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

header .btn-menu {
    display: none;
    position: relative;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #0e0f17;
    vertical-align: middle;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
}

#mobile_nav_wrapper {
    width: 256px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: #f3f1ef;
    display: block;
    visibility: hidden;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    -webkit-transform: matrix(1, 0, 0, 1, -256, 0);
    transform: matrix(1, 0, 0, 1, -256, 0);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.menu-open #mobile_nav_wrapper {
    display: block;
    overflow-y: auto;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#mobile_nav_wrapper .mobile-nav-content {
    position: relative;
    z-index: 100;
    height: 100%;
}

#mobile_nav_wrapper .header {
    background-color: #6ab344;
    height: 130px;
    padding: 20px;
    position: relative;
    z-index: 200;
}

#mobile_nav_wrapper .header .menu-close {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: block;
}

#mobile_nav_wrapper .header .logo {
    display: block;
    max-width: 101px !important;
    margin: 0 auto;
}

#mobile_nav_wrapper img {
    text-decoration: none;
    outline: none;
    width: 100%;
}

.mobile-nav,
.mobile-nav ul {
    padding: 130px 15px 20px 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 150;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-overflow-scrolling: touch;
    background-color: #C64762;
}

.mobile-nav ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.mobile-nav a {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    font-family: Arial, sans-serif;
}

.mobile-nav > li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px dashed #fff;
    display: block;
    line-height: 16px;
    padding: 21px 40px 19px 20px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.mobile-nav.move-out > li > a,
.mobile-nav ul.move-out > li > a {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-nav li.has-children > a {
    position: relative;
    padding-right: 32px;
}

/*.mobile-nav li.has-children > a:after{content:""; display:block; width:14px; height:14px;
    position:absolute;right:0;top:50%;margin-top:-7px;
    background:url(../images/menu-arrow.png) 0 0 no-repeat;transition:all 0.2s ease-in-out 0s;
    background-size:14px;
}*/

.mobile-nav li.has-children > a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.mobile-nav li.go-back > a:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -6px;
    transition: all 0.2s ease-in-out 0s;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    display: block;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.mobile-nav li.go-back > a {
    position: relative;
    padding-left: 32px;
}

/*.mobile-nav li.go-back > a:before{content:""; display:block;width:14px; height:14px;
    position:absolute;left:0;top:50%;margin-top:-7px;
    background:url(../images/menu-arrow.png) 0 0 no-repeat;transition:all 0.2s ease-in-out 0s;
    background-size:14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
.mobile-nav > li a.active {
    color: #000;
    font-weight: bold;
}

.mobile-nav > li .secondary-nav a.active {
    color: #000;
}

.mobile-nav > li.has-children.open > a {
    background-color: #749f1b;
}

@media (max-width: 500px) {
    .hero-content .title {
        font-size: 30px;
        text-align: center;
    }

    .home-hero-content .title:after {
        position: absolute;
        bottom: -7px;
        left: 5px;
        content: "";
        width: 90px;
        height: 3px;
        background-color: #fff;
        top: unset;
        margin: 0 auto;
    }

    .home-hero-content p {
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
    }

    .home-slide {
        background-position: 7% center;
    }

    .home-hero-content {
        top: 50%;
    }

    /* About-us-page */
    .hero-container {
        height: 450px;
    }

    .who {
        padding: 27px 0 10px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .scroll-spy-content .content-section .section-title {
        font-size: 25px;
        margin-bottom: 0px;
        padding: 15px 0 10px;
    }

    .content-section .section-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 4px;
        width: 90px;
        background-color: #193f5f;
    }

    .tx-larger {
        /* font-size: 115%; */
        font-size: 90%;
        text-align: center;
    }

    .spacer {
        width: 100%;
        height: 8px;
    }

    .scroll-spy-content .content-section h4 {
        font-size: 20px;
        text-align: center;
        text-transform: capitalize;
    }

    ul.default li {
        text-align: left;
    }

    .content-section h4 {
        line-height: 109%;
    }

    p {
        margin-bottom: 15px;
        line-height: 190%;
        text-align: center;
    }

    .leadership-list .cd-item {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 100%;
        padding: 0 0 32px 0px;
    }

    .leadership-list .caption {
        left: 20px;
        right: 20px;
        padding: 20px 20px;
    }

    .tx-center {
        text-align: center;
        padding: 0 15px;
    }

    .values {
        max-width: 150px;
        padding-right: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }

    .vertical-align {
        flex-direction: column;
    }

    .content-section h3 {
        font-size: 20px;
        text-align: center;
    }

    .icons {
        font-size: 43px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 30px;
    }

    .content-section h3:after {
        height: 4px;
        content: "";
        bottom: 0;
        left: 42%;
    }

    .content-section {
        padding: 20px 0 0;
        position: relative;
    }

    .content-section .elusion {
        font-size: 45px;
        max-height: 165px;
    }

    .content-section .section-title {
        padding: 0 0;
        margin-bottom: 27px;
        font-size: 35px;
    }

    .content-section .section-title:after {
        content: "";
        position: absolute;
        bottom: -13px;
        left: 0;
        right: 0;
        margin: auto;
        height: 4px;
        width: 90px;
        background-color: #193f5f;
    }
}

@media (max-width: 450px) {
    .icons {
        font-size: 23px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .hero > img, .home-hero > img {
        left: -126% !important;
    }

    .leadership-list .cd-item {
        width: 100% !important;
    }
}

@media (max-width: 380px) {
    .home-hero-content p {
        font-size: 13px;
    }

    .hero {
        min-height: 289px;
    }

    .content-section .section-title {
        font-size: 30px;
    }

    .report-thumb-wrapper {
        height: 300px;
    }
}

@media (max-width: 1100px) {
    .leadership-list .cd-item {
        width: 33.33%;
    }

    .values {
        max-width: 130px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .hero > img, .home-hero > img {
        left: -64%;
    }

    .content-section h4 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .header {
        position: fixed;
        background-color: #C53F4C;
    }

    .header #menu-button {
        top: 32px;
    }

}

@media (max-width: 650px) {

    .hear-slider-nav {
        position: unset;
        text-align: center;
        top: 10px;
    }

    .hear-slider-nav ul li {
        display: block;
        margin-left: 0px;
        margin-bottom: 40px;
    }

    .video-container img {
        height: auto;
    }

    .story-container .btn {
        padding-right: 50px;
    }

    .story-container .title {
        padding-top: 30px;
    }

    .story-container .title {
        line-height: 131%;
    }

    .story-container .tx-bold {
        text-align: left;
        padding-top: 15px;
    }

    .bottom-footer .footer-nav li {
        color: #6d6e71;
        margin-bottom: 5px;
        line-height: 16px;
        font-size: 13px;
        text-align: center;
    }

    .content-section h4 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .hero-elusion {
        font-size: 76px;
    }

    .hero > img, .home-hero > img {
        left: -93%;
    }
}

.home .header-buttons .give-btn {
    background-color:#0b3254;
}

.header-buttons .give-btn {
    font-family: 'montserratbold';
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 15px;
    background-color: #B50001;
    margin-right: 10px;
    float: left;
}
a.give-btn.home {
    background-color:#0b3254 !important;
}
.leadership-list.staf .cd-item {
    width: 50%;
}
.leadership-list.staf .caption {
    padding: 20px 20px 40px;
}
