@font-face {
    font-family: 'Gotham Extra';
    src: url('fonts/Gotham-ExtraLight.eot');
    src: url('fonts/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-ExtraLight.woff2') format('woff2'),
        url('fonts/Gotham-ExtraLight.woff') format('woff'),
        url('fonts/Gotham-ExtraLight.ttf') format('truetype'),
        url('fonts/Gotham-ExtraLight.svg#Gotham-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.eot');
    src: url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Thin.woff2') format('woff2'),
        url('fonts/Gotham-Thin.woff') format('woff'),
        url('fonts/Gotham-Thin.ttf') format('truetype'),
        url('fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype'),
        url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype'),
        url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-Ultra.eot');
    src: url('fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Ultra.woff2') format('woff2'),
        url('fonts/Gotham-Ultra.woff') format('woff'),
        url('fonts/Gotham-Ultra.ttf') format('truetype'),
        url('fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.eot');
    src: url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff'),
        url('fonts/Gotham-Black.ttf') format('truetype'),
        url('fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: white;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media (max-width:540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    -webkit-transition: padding 0.15s, max-height 0.15s;
    -o-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    -webkit-transition: padding 0.25s, max-height 0.25s;
    -o-transition: padding 0.25s, max-height 0.25s;
    transition: padding 0.25s, max-height 0.25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

.sweet-alert .sa-input-error:after,
.sweet-alert .sa-input-error:before {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.sweet-alert input:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 3px #c4e6f5;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    -o-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    -o-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    -o-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.sweet-alert button:hover {
    background-color: #a1d9f2
}

.sweet-alert button:active {
    background-color: #81ccee
}

.sweet-alert button.cancel {
    background-color: #D0D0D0
}

.sweet-alert button.cancel:hover {
    background-color: #c8c8c8
}

.sweet-alert button.cancel:active {
    background-color: #b6b6b6
}

.sweet-alert button.cancel:focus {
    -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset!important;
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset!important
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success:after,
.sweet-alert .sa-icon.sa-success:before {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success:before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success:after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    -ms-transform-origin: 0px 60px;
    transform-origin: 0px 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    to {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    to {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

.row {
    max-width: 1240px
}

.column,
.columns {
    padding-left: 20px;
    padding-right: 20px
}

.row .row {
    margin-left: -20px;
    margin-right: -20px
}

.bgcover {
    background-position: center;
    background-size: cover
}

.block {
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.clearul {
    margin: 0;
    padding: 0
}

.clearul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.accordion .accordion-navigation>.content,
.accordion dd>.content {
    max-height: 0;
    display: block;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0
}

.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
    max-height: 1000px;
    opacity: 1
}

p:last-child {
    margin-bottom: 0
}

.valignout {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed
}

.valignin {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: table-cell
}

figure {
    padding: 0;
    margin: 0
}

.op0 {
    opacity: 0
}

.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat
}

#cboxOverlay {
    background-color: rgba(8, 48, 84, 0.95)
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: left, top, -webkit-transform;
    transition-property: left, top, -webkit-transform;
    -o-transition-property: transform, left, top;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.reveal-modal.team .text {
    padding-right: 10px
}

.reveal-modal.team .text::-webkit-scrollbar {
    width: 5px
}

.reveal-modal.team .text::-webkit-scrollbar-track {
    background-color: #D9D9D9;
    border-radius: 10px
}

.reveal-modal.team .text::-webkit-scrollbar-thumb {
    background-color: #1E3E9F;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.reveal-modal.team .text::-webkit-scrollbar-thumb:hover {
    background-color: #7BB1CC
}

.font1 {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif
}

h2,
h3,
h4,
h5 {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif
}

body {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif
}

.button,
button {
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #264FCB;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    padding: 0.85em 1em;
    line-height: 1
}

.button.noround,
button.noround {
    border-radius: 0
}

.button.tiny,
button.tiny {
    padding: 8px 10px;
    text-transform: none
}

.button:focus,
.button:hover,
button:focus,
button:hover {
    background: #183181
}

.button.hollow,
button.hollow {
    border-color: #EBEBEB;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 35px;
    border-width: 3px;
    font-size: 1.125rem
}

.inner header {
    position: relative;
    background: #274FCB;
    height: 110px
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

header h1 {
    position: absolute;
    margin: 0;
    top: 25px;
    left: 20px
}

header h1 a {
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden;
    width: 150px;
    height: 55px;
    background: url(img/logo.svg) no-repeat;
    background-size: 100% auto
}

header h1 a:after {
    position: absolute;
    bottom: -8px;
    right: 7px;
    width: 1000px;
    height: 1px;
    background: #fff;
    content: '';
    display: block
}

header nav {
    position: absolute;
    top: 30px;
    right: 00px
}

header nav ul {
    margin: 0;
    padding: 0
}

header nav ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

header nav ul li {
    float: left;
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

header nav ul li a {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 18px 15px;
    font-weight: bold;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

header nav ul li a:after {
    height: 1px;
    background: #fff;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

header nav ul li a:focus,
header nav ul li a:hover {
    color: #fff
}

header nav ul li a:focus:after,
header nav ul li a:hover:after {
    opacity: 1
}

header nav ul li.menu-item-has-children>a {
    padding-bottom: 25px
}

header nav ul li.menu-item-has-children:focus>a,
header nav ul li.menu-item-has-children:hover>a {
    background: #274FCB
}

header nav ul li.menu-item-has-children>a:after {
    display: none
}

header nav ul li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible
}

header nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #183181;
    padding: 25px 15px;
    border-top: 5px solid #274FCB;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    min-width: 250px
}
header nav ul li:nth-child(1) ul {left:auto; right:0;}

header nav ul li ul li {
    display: block;
    float: none;
    padding: 7px 0
}

header nav ul li ul li a {
    padding: 0 0 1px;
    display: inline-block;
    text-transform: none
}

header nav ul li ul li a:after {
    display: block
}

.hero {
    height: 605px;
    position: relative;
    background: #000;
    margin-bottom: 45px
}

.hero .bx-viewport,
.hero .bx-wrapper {
    height: 100%!important
}

.hero ul {
    height: 100%;
    margin: 0;
    padding: 0
}

.hero ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.hero ul li {
    height: 100%
}

.hero ul li .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.hero ul li .text {
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 100%
}

.hero ul li .text h2 {
    color: #fff;
    font-size: 54px;
    text-align: center
}

.homecontent {
    overflow: hidden
}

.homeslider {
    height: 445px;
    position: relative;
    margin-bottom: 42px
}

.homeslider .bx-viewport,
.homeslider .bx-wrapper {
    height: 100%!important
}

.homeslider ul {
    margin: 0;
    padding: 0;
    height: 100%
}

.homeslider ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.homeslider ul li {
    position: relative;
    height: 100%;
    padding-bottom: 35px
}

.homeslider .bg {
    height: 100%;
    background-position: center;
    background-size: cover
}

.homeslider .text {
    background: #274FCB;
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    max-width: 400px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.homeslider .text:hover {
    background: #183181
}

.homeslider .text .sub {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    float: left;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif
}

.homeslider .text h3 {
    color: #fff;
    clear: both;
    font-size: 24px;
    font-weight: 300
}

.homeslider .text h3 a {
    color: #fff
}

.homeslider .text .lm {
    color: #fff;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    background: url(img/arrow.svg) no-repeat right;
    padding-right: 15px;
    display: inline-block
}

.homeslider .bx-pager {
    position: absolute;
    bottom: 10px;
    right: 2px
}

.homeslider .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 12px
}

.homeslider .bx-pager .bx-pager-item a {
    width: 11px;
    height: 11px;
    background: #A1A1A1;
    border-radius: 100%;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden
}

.homeslider .bx-pager .bx-pager-item a.active {
    background: #4A90E2
}

.homeslider .bx-next,
.homeslider .bx-prev {
    background: url(img/slider-next.svg) no-repeat;
    width: 23px;
    height: 42px;
    top: 50%;
    right: 20px;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    margin-top: -40px
}

.homeslider .bx-prev {
    right: auto;
    left: 20px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.newslist ul {
    margin: 0;
    padding: 0
}

.newslist ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.newslist ul li {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.newslist .date {
    color: #0C0C0C;
    font-size: 12px
}

.newslist .date a {
    color: #0C0C0C;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.newslist .date a:hover {
    color: #274FCB
}

.newslist h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0
}

.newslist h3 a {
    color: #183181
}

.newslist h3 a:hover {
    text-decoration: underline
}

.newslist .allnews {
    font-size: 12px;
    color: #183181;
    text-transform: uppercase;
    font-weight: bold
}

.news {
    margin-bottom: 15px
}

.news .n {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0 20px 20px;
    background: #F1F4FC
}

.news .n figure {
    margin: 0 -20px 20px
}

.news .n figure img {
    width: 100%
}

.news .n h3 {
    font-weight: bold;
    font-size: 16px;
    color: #183181;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.news .n h3 a {
    color: #183181
}

.news .n:hover {
    background: #274FCB
}

.news .n:hover h3 {
    color: #fff
}

.news .n:hover .lm {
    color: #fff;
    background: url(img/arrow.svg) no-repeat right
}

.news .lm {
    color: #183181;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    background: url(img/arrowblue.svg) no-repeat right;
    padding-right: 15px;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.join {
    margin-bottom: 20px;
    padding-bottom: 70px
}

.join h2 {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    color: #264FCB;
    font-size: 1.9375rem;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold
}

.join h2:after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 2000px;
    height: 1px;
    background: #264FCB
}

.join h5 {
    font-size: 20px;
    color: #111
}

.join input {
    background: #D8D8D8
}

.join::-webkit-input-placeholder {
    color: #868686
}

.join::-moz-placeholder {
    color: #868686
}

.join:-ms-input-placeholder {
    color: #868686
}

.join:-moz-placeholder {
    color: #868686
}

.quotes {
    height: 425px;
    position: relative;
    background: #000
}

.quotes .bx-viewport,
.quotes .bx-wrapper {
    height: 100%!important
}

.quotes ul {
    height: 100%;
    margin: 0;
    padding: 0
}

.quotes ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.quotes ul li {
    position: relative;
    height: 100%
}

.quotes .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.quotes .text {
    position: absolute;
    bottom: 90px;
    right: 70px;
    width: 100%
}

.quotes .text .by {
    color: #fff;
    font-size: 12px;
    text-align: right;
    clear: both;
    position: relative;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.quotes .text .by:after {
    width: 2000px;
    bottom: 0;
    height: 1px;
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.quotes .text h3 {
    float: right;
    max-width: 630px;
    color: #fff;
    margin: 0 0 12px
}

.quotes .share {
    position: absolute;
    bottom: 20px;
    right: 55px;
    z-index: 100
}

.quotes .share a {
    width: 54px;
    display: block;
    float: left;
    margin-left: 10px;
    height: 54px;
    border-radius: 5px;
    color: #fff;
    position: relative
}

.quotes .share .a2a_kit {
    display: inline-block
}

.quotes .share .fb {
    background: #3A5284
}

.quotes .share .fb i {
    position: absolute;
    font-size: 46px;
    bottom: -4px;
    left: 15px;
    line-height: 100%
}

.quotes .share .tw {
    background: #379ECC
}

.quotes .share .tw i {
    position: absolute;
    font-size: 42px;
    bottom: 5px;
    left: 7px;
    line-height: 100%
}

.quotes .share .lab {
    float: left;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    padding-right: 5px
}

footer {
    background: #000000;
    padding: 25px 0 35px;
    overflow: hidden;
    margin-top: 70px;
    position: relative;
}

footer .footerlogo {
    display: block;
    float: left;
    width: 150px;
    height: 55px;
    margin-top: 5px;
    background: url(img/logo.svg) no-repeat;
    background-size: 100% auto;
    position: relative
}

footer .footerlogo:after {
    position: absolute;
    top: -10px;
    right: 5px;
    width: 1000px;
    height: 1px;
    background: #fff;
    content: '';
    display: block
}

footer ul {
    margin: 0;
    padding: 0;
    float: right;
    margin-top: -10px
}

footer ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

footer ul li {
    display: inline-block;
    margin-left: 30px
}

footer ul li a {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 4px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

footer ul li a:hover {
    color: #7ca4ff
}

footer .social a {
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

footer .social a:hover {
    color: #7ca4ff
}

footer .forms {
    max-width: 475px;
    clear: both;
    float: right;
    margin-top: 50px;
    margin-bottom: 15px
}

footer .forms form {
    position: relative;
    margin: 0
}

footer .forms .columns {
    padding: 0 15px
}

footer .forms input {
    border: 1px solid #D2D2D2;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 39px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    padding-left: 10px;
    padding-right: 60px;
    font-size: 1rem
}

footer .forms input:focus {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff
}

footer .forms button {
    height: 39px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0
}

footer .forms .search button {
    background: url(img/search.png) no-repeat center
}

footer .forms .newsletter button {
    background: url(img/newsletter.png) no-repeat center
}

footer p.copy {
    font-size: 12px;
    color: #fff;
    letter-spacing: 4px;
    display: inline-block;
    position: relative;
    padding-top: 10px;
    margin-bottom: 23px
}

footer p.copy:before {
    height: 1px;
    width: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background: #fff
}

footer .bottomul {
    margin-top: 0
}

.pageheader {
    height: 680px;
    position: relative;
    padding-top: 145px;
    text-align: center
}

.pageheader .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.pageheader .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    max-height: 100%;
    content: '';
    display: block;
    background: -moz-linear-gradient(top, #274fca 0%, rgba(39, 79, 202, 0) 100%);
    background: -webkit-linear-gradient(top, #274fca 0%, rgba(39, 79, 202, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#274fca), to(rgba(39, 79, 202, 0)));
    background: -o-linear-gradient(top, #274fca 0%, rgba(39, 79, 202, 0) 100%);
    background: linear-gradient(to bottom, #274fca 0%, rgba(39, 79, 202, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#274fca', endColorstr='#00274fca', GradientType=0)
}

.pageheader h4 {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0
}

.pageheader h2 {
    font-size: 48px;
    color: #fff
}

.pageheader h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px
}

.pageheader.alt {
    height: 530px
}

.pageheader.alt .bg:after {
    background-color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    opacity: .5
}

.pageheader.alt .text {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%
}

.resources-header {
    height: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    max-height: 620px;
    position: relative;
    z-index: -1;
}

.resources-header h2 {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 65px;
    color: #fff;
    margin-top: 75px;
    margin-bottom: 85px;
}

.stories-header {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #FFCA05;
}

.stories-header-content {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin: auto;
    background: #fff;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.stories-header-content .logo-story {

}

.stories-header-content .description-page-story {
    margin-top: 20px;
}

.stories-header-content .description-page-story p {
    color: #5E5E5E;
    font-size: 14px;
    line-height: 19px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.stories-content .row {
    max-width: 1335px;
}

.stories-content {
    background: #fff;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    max-width: 1335px;
    min-height: 200px;
    padding-bottom: 15px;
}

.stories-content h2 {
    color: #8BC340;
    font-size: 65px;
    line-height: 58px;
    font-weight: 900;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    margin-left: 35px;
    margin-top: 0;
}

.stories-content .description-page-story {
    margin-top: 15px;
}
/*
.stories-content p {
    font-size: 24px;
    line-height: 29px;
    color: #4A4A4A;
    font-weight: 300;
}
*/
.map-story {
    padding: 0;
    margin-top: 0;
}

.acf-map {
    height: 500px;
}

@media (min-width: 1200px) {
    .acf-map {
        height: 650px;
    }
}

@media (min-width: 1440px) {
    .acf-map {
        height: 850px;
    }
}


#map-canvas { height: 100%; margin: 0; padding: 0; height: 777px;}

.content-story-people .story-people,
.content-story-people .story-people p{
    display: block;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.content-story-people .story-people.last,
.content-story-people .story-people.last p{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
}

.story-manager {
    margin-top: 15px;
}

.story-manager-content {
    max-width: 1335px;
    background: #FFF;
    margin: auto;
    padding: 15px 0;
}
.story-manager-content .row {
    max-width: 1360px;
}
.story-manager-content .share-story {
    line-height: 1;
}
.story-manager-content .share-story span {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    float: left;
    margin-right: 10px;
}

.story-manager-content .share-story a {
    color: #183181;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    float: left;
    margin-right: 10px;
    text-decoration: none;
}

.story-manager-content .share-story a:hover {
    text-decoration: underline;
}

.story-manager-content .share {
    float: right;
}

.story-manager-content .share span {
    float: left;
    display: block;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    margin-top: 8px;
}

.story-manager-content .share .a2a_kit.a2a_kit_size_32 {
    float: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    line-height: 1em !important;
}

.story-manager-content .share a {
    color: #183181;
    font-size: 24px;
    float: left;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.story-manager-content .share a:hover {
    color: #274FCB;
}

.featured-stories {
    margin-top: 60px;
}

.featured-stories h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.featured-story-item {
    margin-top: 15px;
}

.featured-stories-content .row {
    position: relative;
    overflow: hidden;
}

.featured-stories-content .featured-story-image {
    max-height: 180px;
    overflow: hidden;
    position: relative;
}

.featured-stories-content .featured-story-image img {
    width: 100%;
}

.featured-stories-content .featured-story-image .watch-video-resource:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/play-dark-story.png) no-repeat center;
    content: '';
    display: block;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-size: 20%;
}

.featured-stories-content .featured-story-image:hover .watch-video-resource:after {
    opacity: 1;
}

.featured-stories-content .featured-story-description {
    margin-top: 30px;
    min-height: 160px;
}

.featured-stories-content .featured-story-description p {
    color: #000;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.featured-stories-content .featured-story-link a {
    color: #274FCB;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
}

.featured-stories-content .featured-story-link a:hover {
    text-decoration: underline;
}

.box-out {
    background: #183181;
    bottom: 0;
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0px;
    margin: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: -1;
    margin-left: -100%;
}

.box-out-inner {
    border: 1px solid #2140c1;
    overflow: hidden;
    margin: 0.5%;
    padding: 10px;
    height: 97%;
}

.box-out-inner .medium-4 {
    padding: 0;
}

.box-out-inner .featured-image-inner {
    float: left;
    width: 100%;
}

.box-out-inner .featured-image-inner img {
    width: 100%;
}

.box-out-inner .featured-author-inner {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.box-out-inner .featured-author-inner .item-popup {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.box-out-inner .featured-description-inner {
    float: left;
    width: 100%;
}

.box-out-inner .featured-description-inner p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.box-out-inner .close-popup-story {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.box-out-inner .close-popup-story:hover {
    text-decoration: none;
}

.box-in {
    margin-left: 0;
    z-index: 9;
}

.box-content-bottom {
    margin-top: 90px;
    margin-bottom: 90px;
}

.box-content-bottom-layout {
    background: transparent url(img/5-layers.png) no-repeat scroll center center;
    background-size: cover;
    padding: 40px 20px;
    overflow: hidden;
}

.box-content-bottom-layout .bottom-box-info {
    background: #fff;
    padding: 20px;
}

.box-content-bottom-layout span {
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    color: #000;
    margin-bottom: 30px;
}

.box-content-bottom-layout p {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 300;
    min-height: 75px;
}

.box-content-bottom-layout a {
    color: #274FCB;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
}

.box-content-bottom-layout a:hover {
    text-decoration: underline;
}

.pagecontent {
    background: #fff;
    padding: 30px 20px;
    margin: 0 auto 105px;
    margin-top: -45px;
    position: relative;
    max-width: 920px;
    min-height: 200px
}

.pagecontent a {
    color: #274FCB
}

.pagecontent a:hover {
    text-decoration: underline
}

.pagecontent.single {
    margin-bottom: 0px;
    margin-top: -75px
}

.pagecontent.single .row {
    float: left;
    width: 100%;
    margin-top: -50px
}

.pagecontent h2,
.pagecontent h3,
.pagecontent h4 {
    color: #274FCB;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold
}

.pagecontent h2 {
    margin-bottom: 15px
}

.pagecontent h3 {
    margin-bottom: 10px
}

.pagecontent .share {
    position: absolute;
    right: 100%;
    background: #F1F4FC;
    top: 90px;
    width: 68px
}

.pagecontent .share h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DADBE1;
    padding: 5px 0
}

.pagecontent .share a {
    color: #274FCB;
    display: block;
    font-size: 24px;
    text-align: center
}

.pagecontent p {
    font-size: 18px;
    color: #474747;
    margin-bottom: 30px
}

.pagecontent p:last-child {
    margin-bottom: 0
}

.pagecontent .about {
    border-top: 1px solid #DEDEDE;
    padding-left: 255px;
    position: relative;
    min-height: 150px;
    padding-top: 40px
}

.pagecontent .about figure {
    width: 255px;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0
}

.pagecontent .about p {
    color: #9D9D9D;
    font-size: 18px
}

.pagecontent .about a {
    font-size: 18px;
    color: #274FCB
}

.pagecontent .about a:hover {
    text-decoration: underline
}

.pagecontent.pillar {
    margin-top: 0;
    padding-top: 40px;
    max-width: 1020px
}

.pagecontent.pillar .share {
    top: 60px
}

.pagecontent.pillar .news .n {
    padding: 0 15px 15px
}

.pagecontent.pillar .news .n figure {
    margin: 0 -15px 15px
}

.pagecontent.pillar .news .n h3 {
    font-size: 14px;
    font-weight: 300;
    text-transform: none
}

.pagecontent .board {
    margin: 40px 0 0!important;
    padding: 20px!important
}

.pagecontent .board h3 {
    font-size: 18px;
    font-weight: 300
}

.resources-types {
    background: #fff;
    padding: 55px 20px;
    margin: 0 auto 105px;
    margin-top: -370px;
    position: relative;
    max-width: 1360px;
    min-height: 200px;
    padding-bottom: 0;
    box-shadow:0 0 8px 0 rgba(0,0,0,.4)
}

.resources-types-inner {
    position:relative;
    z-index:2;
    padding:20px;
}
.resources-types:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    content: '';
    background: linear-gradient(transparent 0%,#fff 20%);
    transform: scale(1.1);
}

.resources-types .row {
    max-width: 1280px;
}

.description-resource {
    max-width: 997px;
    margin: auto;
    margin-bottom: 100px;
}

.description-resource p {
    font-size: 20px;
    color: #000;
    line-height: 29px;
    text-align: center;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.title-resource-type {
    display: block;
    width: 100%;
    border-bottom: 3px solid #183181;
    text-align: center;
    margin-bottom: 15px;
}

.title-resource-type h3 {
    background: #183181;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 15px 65px;
    font-size: 18px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.row-resource {
    margin-bottom: 80px !important;
}

.resource-image-child {
    max-height: 180px;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.resource-image-child .watch-video-resource:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/play-resource.png) no-repeat center;
    content: '';
    display: block;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.resource-image-child:hover .watch-video-resource:after {
    opacity: 1;
}

.resource-description-child p {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    margin-top: 35px;
    margin-bottom: 30px;
}

.resource-link-child a {
    color: #274FCB;
    font-size: 20px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

.resource-link-child a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #274FCB;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.resource-link-child a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.row-resource .column + .column:last-child,
.row-resource .columns + .column:last-child,
.row-resource .column + .columns:last-child,
.row-resource .columns + .columns:last-child {
    float: left;
}

.media-page-content .media-contact {
  position: absolute;
  right:20px;
  top:40px;
}
.media-page-content .media-contact p {
  text-align: right;
  font-size: 14px;
  color:#122370;
  line-height: 1.4;
  font-weight: 200;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}
.media-page-content .media-contact p strong {font-weight: 700;}

.media-page-content h2 {
    color: #767676;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 45px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.media-page-content h2:after {
    width: 160px;
    height: 1px;
    background: #969696;
    content: '';
    display: block;
    margin: 5px auto 0;
}

.media-row {
    margin-bottom: 40px;
}

.media-box-colored {
    background: #F1F4FC;
    border-top: 3px solid #1c3bc3;
    padding: 0 20px;
    float: left;
    width: 100%;
    padding-bottom:54px;
    position: relative;
}

.title-box-media {
    display: block;
    border-bottom: 1px solid #E7E7E8;
    float: left;
    width: 100%;
}

.title-box-media span {
    display: block;
    color: #000;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.list-media-contacts {
    display: block;
    float: left;
    width: 100%;
}

.list-media-contacts iframe {margin:15px 0!important;}

#media_contact::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#media_contact::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#media_contact::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #274FCB;
}

.list-media-contacts ul {
    padding: 0;
    margin: 0;
}

.list-media-contacts ul li {
    display: block;
    border-bottom: 1px solid #E7E7E8;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.3;
}

.videos-block .list-media-contacts ul li {border:0;}

.list-media-contacts .name-media-contact {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.list-media-contacts .position-media-contact {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.list-media-contacts .email-media-contact {
    font-size: 14px;
    color: #274FCB;
}

.list-media-contacts .email-media-contact:hover {
    text-decoration: underline;
}

.list-media-contacts .date {
    font-size: 12px;
    color: #000;
    display: block;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.list-media-contacts .title-media-new {
    color: #122370;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.list-media-contacts .title-media-new a {
    color: #122370;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.list-media-contacts .video-media-image {
    position: relative;
}

.list-media-contacts .video-media-description {
   display: block;
}

.list-media-contacts .video-media-description p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 15px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    color: #000;
}

.list-media-contacts .video-media-image .watch-video-resource:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/play-resource.png) no-repeat center;
    content: '';
    display: block;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-size: 20%;
}

.list-media-contacts .video-media-image:hover .watch-video-resource:after {
    opacity: 1;
}

.list-media-socials ul {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    float: left;
}

.list-media-socials ul li {
    display: block;
    color: #274FCB;
    font-size: 14px;
    padding: 10px 0;
}


.list-media-socials ul li a {
    color: #274FCB;
    font-size: 14px;
}

.list-media-socials ul li a i {
    width: 18px;
    font-size: 18px;
}

.more-content {
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.more-content.border {border-top: 1px solid #E7E7E8;}

.more-content a {
    font-size: 14px;
    color: #1c3bc3;
    font-weight: 600;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.ctf-tweet-content a,
.list-media-contacts p a {color: #1c3bc3;}

.more-content a:hover,
.ctf-tweet-content a:hover,
.list-media-contacts p a:hover {
    text-decoration: underline;
}

.list-media-contacts p {font-size: 14px;font-weight: 300;}

.text-bottom-media {
    background: #F0F0F0;
    margin-bottom: -70px;
    padding: 50px 0;
}

.text-bottom-media p {
    text-align: center;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: 400;
    max-width: 850px;
    margin: auto;
}

.content {
    padding-top: 55px
}

.content .sidebar {
    background: #F1F4FC;
    border-top: 3px solid #274FCB;
    padding: 20px
}

.content .sidebar h3 {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #E7E7E8;
    padding-bottom: 3px
}

.content .sidebar select {
    display: none
}

.content .sidebar ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    padding-left: 15px
}

.content .sidebar ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.content .sidebar ul li {
    display: block;
    padding: 0;
    margin: 0
}

.content .sidebar ul li a {
    color: #183181;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 7px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 100%
}

.content .sidebar ul li a:hover {
    background: #183181;
    color: #fff;
    text-decoration: none
}

.content .sidebar ul li.current-cat {
    background: #274FCB
}

.content .sidebar ul li.current-cat a {
    color: #fff
}

.content li a {
    color: #274FCB
}

.content li a:hover {
    text-decoration: underline
}

.content p a {
    color: #274FCB
}

.content p a:hover {
    text-decoration: underline
}

.content.about {
    margin-bottom: 50px
}

.content.about h3 {
    color: #274FCB;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.content.about h3:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 1000px;
    background: #274FCB;
    content: '';
    display: block
}

.content h4 {
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase
}

.post {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-top: 10px
}

.post .date {
    font-size: 14px;
    text-transform: uppercase
}

.post h2 {
    margin: 0;
    font-size: 24px;
    color: #183181;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 120%
}

.post h2 a {
    color: #183181
}

.post h2 a:hover {
    text-decoration: underline
}

.post p {
    font-size: 18px
}

.post p a {
    color: #183181;
    font-weight: bold
}

.post.hasimg {
    padding-right: 300px;
    min-height: 150px
}

.post.hasimg figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px
}

.singleheader {
    background: #F1F4FC;
    padding-top: 10px
}

.singleheader .back {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    color: #000
}

.singleheader .back:before {
    width: 6px;
    height: 9px;
    display: inline-block;
    background: url(img/arrowblack.svg) no-repeat;
    content: '';
    margin-right: 10px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.singleheader h2 {
    font-size: 50px;
    text-align: center;
    line-height: 100%;
    margin: 0 auto 10px;
    margin-top: 30px;
    max-width: 900px
}

.singleheader .by {
    font-size: 18px;
    max-width: 305px;
    border-top: 1px solid #D4D5D6;
    padding-top: 15px;
    margin: 10px auto 95px;
    text-align: center
}

.singlebottom hr {
    margin: 30px 0 25px
}

.singlebottom h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px
}

.singlebottom h3 a {
    text-transform: none;
    color: #274FCB
}

.singlebottom .twitterwidget {
    background: #F1F4FC
}

.singlebottom .recent li {
    padding-bottom: 30px
}

.singlebottom .recent .postrel {
    height: 206px;
    background: #F1F4FC;
    padding: 20px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.singlebottom .recent .postrel:hover {
    background: #274FCB
}

.singlebottom .recent .postrel:hover .date,
.singlebottom .recent .postrel:hover h3 {
    color: #fff
}

.singlebottom .recent .postrel .date {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #274FCB
}

.singlebottom .recent .postrel h3 {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0;
    font-size: 24px;
    text-transform: none;
    color: #183181;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 120%
}

.singlebottom .recent .postrel h3 a {
    color: #183181
}

.singlebottom .recent .postrel h3 a:hover {
    text-decoration: underline
}

.militarycontentsubmits {
    background: #F1F4FC;
    padding-bottom: 70px;
    margin-bottom: -70px
}

.militarycontentsubmits h3 {
    text-transform: uppercase;
    color: #274FCB;
    font-size: 15px;
    padding-bottom: 0px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center
}

.militarycontentsubmits h3:after {
    width: 175px;
    height: 1px;
    background: #274FCB;
    content: '';
    display: block;
    margin: 2px auto 0
}

.militarycontentsubmits h2 {
    font-size: 65px;
    line-height: 95%;
    color: #274FCB;
    max-width: 1000px;
    margin: 0 auto 20px
}

.militarycontentsubmits .toprow {
    padding: 50px 0 40px;
    text-align: center
}

.militarycontentsubmits .toprow p {
    font-size: 18px;
    text-align: center
}

.militarycontentsubmits .i_first {
    width: 100%;
    padding: 0 20px 0;
    margin-bottom: 40px
}

.militarycontentsubmits .i_first figure {
    margin-right: 35px;
    float: left;
}

.militarycontentsubmits .i {
    width: 50%;
    padding: 0 20px 0;
    margin-bottom: 40px
}

.militarycontentsubmits .i figure {
    margin-bottom: 20px
}

.militarycontentsubmits .i .in,
.militarycontentsubmits .i_first .in {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow: hidden;
}

.militarycontentsubmits .i p,
.militarycontentsubmits .i_first p {
    font-size: 16px;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    line-height: 130%;
    color: #555555
}

.militarycontentsubmits .i .author,
.militarycontentsubmits .i_first .author {
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    margin-top: -10px
}

.militarycontentsubmits .i .con,
.militarycontentsubmits .i_first .con {
    text-align: center
}

.militarycontentsubmits .i .con,
.militarycontentsubmits .i_first .con p {
    font-size: 32px;
    color: #274FCB;
    padding: 20px 0 30px
}

.militarycontentsubmits .i .con2,
.militarycontentsubmits .i_first .con2 {
    text-align: center
}

.militarycontentsubmits .i .con2 p,
.militarycontentsubmits .i_first .con2 p {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 150%;
    padding: 15px 0 15px
}

.militarycontentsubmits .share {
    position: absolute;
    right: 100%;
    background: #fff;
    top: 0px;
    width: 68px
}

.militarycontentsubmits .share h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DADBE1;
    padding: 5px 0
}

.militarycontentsubmits .share h3:after {
    display: none
}

.militarycontentsubmits .share a {
    color: #274FCB;
    display: block;
    font-size: 24px;
    text-align: center
}

.heromilitary {
    text-align: center;
    padding: 67px 0
}

.heromilitary h3 {
    text-transform: uppercase;
    color: #274FCB;
    font-size: 15px;
    padding-bottom: 0px;
    font-weight: bold
}

.heromilitary h3:after {
    width: 175px;
    height: 1px;
    background: #274FCB;
    content: '';
    display: block;
    margin: 2px auto 0
}

.heromilitary h2 {
    font-size: 65px;
    line-height: 95%;
    color: #274FCB;
    max-width: 1000px;
    margin: 0 auto
}

.militarycontent .main blockquote {
    padding: 15px 0;
    font-size: 14px;
    border: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 150%
}

.militarycontent .main blockquote p {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    line-height: 150%
}

.militarycontent .side p {
    font-size: 12px;
    text-align: center;
    color: #474746
}

.militarycontent .side p a {
    color: #274FCB
}

.militarycontent .sidebar {
    border-top: 5px solid #274FCB;
    background: #F1F4FC;
    padding: 15px 20px 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 350px;
    width: 100%;
    float: none;
    font-size: 12px;
    color: #474746
}

.militarycontent .sidebar a {
    color: #274FCB
}

.militarycontent .sidebar h3 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px
}

.militarycontent .sidebar h3+p {
    text-align: left;
    margin-top: -10px;
    margin-bottom: 20px
}

.militarycontent .sidebar small {
    font-size: 10px;
    line-height: 120%;
    display: block;
    margin-bottom: 10px
}

.militarycontent .sidebar h4 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000
}

.militarycontent .sidebar label {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 3px
}

.militarycontent .sidebar label span {
    font-weight: normal
}

.militarycontent .sidebar input,
.militarycontent .sidebar textarea {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid #898988
}

.militarycontent .sidebar input:focus,
.militarycontent .sidebar textarea:focus {
    border-bottom: 2px solid #274FCB;
    outline: none
}

.militarycontent .sidebar .file {
    margin-bottom: 20px
}

.militarycontent .sidebar .file .wpcf7-form-control-wrap {
    display: none
}

.militarycontent .sidebar .wpcf7-form-control-wrap {
    display: block
}

.militarycontent .sidebar .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 20px
}

.militarycontent .sidebar label.checkbox,
.militarycontent .sidebar span.wpcf7-checkbox {
    margin-bottom: 20px
}

.militarycontent .sidebar label.checkbox input,
.militarycontent .sidebar span.wpcf7-checkbox input {
    display: none
}

.militarycontent .sidebar label.checkbox span.wpcf7-list-item-label,
.militarycontent .sidebar span.wpcf7-checkbox span.wpcf7-list-item-label {
    display: block;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
    min-height: 28px;
    padding-top: 5px
}

.militarycontent .sidebar label.checkbox span.wpcf7-list-item-label:before,
.militarycontent .sidebar span.wpcf7-checkbox span.wpcf7-list-item-label:before {
    width: 28px;
    height: 28px;
    background: #fff;
    position: absolute;
    content: '';
    display: block;
    border-bottom: 2px solid #898988;
    top: 0;
    left: 0
}

.militarycontent .sidebar label.checkbox input:checked+span:before,
.militarycontent .sidebar span.wpcf7-checkbox input:checked+span:before {
    border-bottom: 2px solid #274FCB;
    background: #fff url(img/check.svg) no-repeat center
}

.militarycontent .sidebar .group {
    padding-left: 15px;
    margin-bottom: 20px;
    padding-top: 9px
}

.militarycontent .sidebar .group label.checkbox {
    margin-bottom: 5px
}

.militarycontent .sidebar select {
    background: #fff url(img/select.svg) no-repeat right 10px center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #898988;
    outline: none;
    margin-bottom: 20px
}

.militarycontent .sidebar select:focus {
    border-bottom: 2px solid #274FCB
}

.militarycontent .sidebar hr {
    border-color: #fff
}

.militarycontent .sidebar p {
    font-size: 12px;
    color: #474746;
    margin-bottom: 5px
}

.militarycontent .sidebar h5 {
    font-size: 12px;
    color: #474746;
    font-weight: bold;
    margin: 0
}

.militarycontent .sidebar .p {
    margin-bottom: 20px
}

.militarycontent .sidebar .s {
    font-size: 12px;
    color: #0291C9;
    font-weight: bold;
    display: inline-block
}

.militarycontent .sidebar .s:after {
    background: url(img/arrowdown.svg) no-repeat;
    width: 8px;
    height: 4px;
    content: '';
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}

.militarycontent div.wpcf7-response-output {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 30px;
    color: #fff;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center
}

.militarycontent div.wpcf7-acceptance-missing,
.militarycontent div.wpcf7-validation-errors {
    background: #f7e700;
    border: none
}

.militarycontent div.wpcf7-mail-sent-ok {
    background: #274FCB;
    border: none
}

.militarycontent .share {
    position: absolute;
    right: 100%;
    background: #F1F4FC;
    top: 0px;
    width: 68px
}

.militarycontent .share h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DADBE1;
    padding: 5px 0
}

.militarycontent .share a {
    color: #274FCB;
    display: block;
    font-size: 24px;
    text-align: center
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.pageheaderalt {
    height: 340px;
    position: relative
}

.pageheaderalt .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.pageheaderalt h2 {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 300;
    margin: 0
}

.pageheaderalt h4 {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 0
}

.pageheaderalt .text {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0
}

.pageheaderalt.pillar {
    height: 400px
}

.pageheaderalt .credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)
}

.sidebar {
    margin-top: 20px
}

.aboutcontent {
    overflow: hidden;
    padding-bottom: 40px
}

.pillarssidebar {
    background: #274FCB;
    padding: 40px 0 50px 50px;
    position: relative;
    margin-bottom: 30px
}

.pillarssidebar:after {
    width: 500px;
    height: 100%;
    background: #274FCB;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%
}

.pillarssidebar h3 {
    color: #fff;
    font-size: 1.3125rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px
}

.pillarssidebar h3:after {
    display: none
}

.pillarssidebar ul {
    margin: 0;
    padding: 0
}

.pillarssidebar ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.pillarssidebar ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    height: 135px
}

.pillarssidebar ul li figure {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #608EE1;
    width: 144px
}

.pillarssidebar ul li a {
    display: block;
    position: relative;
    height: 100%;
    padding-left: 160px;
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 130%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.pillarssidebar ul li a:hover {
    background: rgba(255, 255, 255, 0.1)
}

.board {
    background: #ebebeb;
    padding: 40px 0;
    margin: 30px
}

.board.alt {
    background: #274FCB;
    padding-top: 60px
}

.board.alt .boradintro {
    border-bottom: 1px solid #fff
}

.board.alt .boradintro h3,
.board.alt .boradintro p {
    color: #fff
}

.board.alt .boradintro.noline {
    border-bottom: none
}

.board.alt hr {
    opacity: .7
}

.board.secondstaff {
    margin-top: -30px
}

.board .tabs {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 50px!important
}

.board .tabs dd {
    margin-right: 50px
}

.board .tabs dd a {
    background: none;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    padding: 10px 0;
    font-size: 1.125rem
}

.board .tabs dd a:focus {
    outline: none
}

.board .tabs dd.active a {
    color: #fff;
    border-color: #fff
}

.boradintro {
    padding-bottom: 30px;
    border-bottom: 1px solid #274FCB;
    margin-bottom: 30px
}

.boradintro h3 {
    font-size: 1.9375rem;
    text-transform: uppercase;
    color: #274FCB;
    font-weight: bold;
    left: 4px;
    margin-bottom: 20px
}

.boradintro p {
    font-size: 1.25rem
}

.about-leadership {
    margin: 0 -20px
}

.about-leadership img {
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border: 10px solid #608EE1;
    margin: 0 auto 15px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.about-leadership li {
    text-align: center;
    color: #274FCB;
    padding: 0 20px 40px
}

.about-leadership a {
    display: block
}

.about-leadership a:hover h3:after {
    width: 100%
}

.about-leadership a:hover img {
    border-color: #759de5
}

.about-leadership h3 {
    font-size: 1.5rem;
    color: #274FCB;
    display: inline-block
}

.about-leadership h3:after {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    content: '';
    background: #274FCB;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    width: 0
}

.about-leadership h4 {
    font-size: 1rem;
    letter-spacing: 2px;
    color: #274FCB
}

.alt .about-leadership h3,
.alt .about-leadership h4 {
    color: #fff
}

.alt .about-leadership h3:after {
    background: #fff
}

.reveal-modal.team {
    background: #274FCB;
    border: 20px solid #1e3fa2
}

.reveal-modal.team .text {
    overflow-y: auto;
    height: 400px
}

.reveal-modal.team p {
    color: #fff
}

.reveal-modal.team h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.reveal-modal.team h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}

.reveal-modal.team img {
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border: 10px solid #608EE1;
    margin: 0 auto 15px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.reveal-modal.team .close-reveal-modal {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 20px;
    right: 20px
}

.reveal-modal.team .close-reveal-modal:after,
.reveal-modal.team .close-reveal-modal:before {
    content: "";
    background: #fff;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

.reveal-modal.team .close-reveal-modal:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.reveal-modal.team .close-reveal-modal:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.reveal-modal-bg {
    background: rgba(255, 255, 255, 0.8)
}

.is-reveal-open>:not(.reveal-modal) {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.singlequote {
    background: #F1F4FC;
    padding: 40px 0
}

.singlequote .row {
    max-width: 1000px
}

.singlequote p {
    font-size: 24px
}

.singlequote .author {
    font-size: 20px
}

.videos .n {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #274FCB;
    margin-bottom: 20px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    color: #111
}

.videos .n strong {
    font-size: 14px;
    display: block
}

.videos .n figure {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.videos .n figure:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/play2.png) no-repeat center;
    content: '';
    display: block
}

.videos .n:hover {
    color: #274FCB;
    text-decoration: none
}

.pillarbottom {
    padding-top: 50px
}

.pillarbottom h5 {
    font-size: 16px;
    margin-bottom: 15px
}

.pillarbottom .row {
    max-width: 1000px
}

.pillarbottom .hl {
    position: relative;
    padding-left: 285px;
    margin-bottom: 30px
}

.pillarbottom .hl figure {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 255px;
    background: #000
}

.pillarbottom .hl figure img {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.pillarbottom .hl figure a {
    display: block;
    position: relative
}

.pillarbottom .hl figure a:hover img {
    opacity: .7
}

.pillarbottom .hl.video figure a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/play.png) no-repeat center;
    content: '';
    display: block
}

.pillarbottom .hl .date {
    color: #959595;
    font-size: 16px
}

.pillarbottom .hl h4 {
    font-size: 16px;
    line-height: 150%
}

.pillarbottom .hl h4 a {
    font-size: 16px;
    color: #333
}

.pillarbottom .hl h4 a:hover {
    color: #274FCB
}

.pillarbottom .hl a {
    color: #274FCB
}

.pillarbottom .hl a:hover {
    text-decoration: underline
}

.pillarbottom .seeall {
    color: #274FCB;
    font-size: 14px;
    font-weight: bold
}

.pillarbottom .seeall:hover {
    text-decoration: underline
}

.rnsidebar {
    background: #F1F4FC;
    padding: 15px;
    margin-bottom: 10px
}

.rnsidebar .post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
    padding-top: 0
}

.rnsidebar .post .date {
    font-size: 12px;
    text-transform: uppercase
}

.rnsidebar .post .date a {
    color: #000
}

.rnsidebar .post .date a:hover {
    color: #274FCB
}

.rnsidebar .post h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0
}

.rnsidebar .post h5 a {
    color: #274FCB
}

.rnsidebar .post h5 a:hover {
    text-decoration: underline
}

.rnsidebar .post:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.resources {
    margin-bottom: 30px
}

.resources h3 {
    font-size: 18px;
    color: #000;
    text-transform: none;
    font-weight: bold;
    margin: 0
}

.resources ul {
    margin: 0;
    padding: 0
}

.resources ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.resources ul li a {
    font-size: 18px;
    color: #274FCB
}

.submenu {
    background: #F1F4FC;
    padding: 20px 0
}

.submenu .row {
    max-width: 980px
}

.submenu ul {
    margin: 0;
    padding: 0
}

.submenu ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.submenu ul li {
    display: inline-block;
    margin-right: 50px
}

.submenu ul li a {
    color: #274FCB;
    font-size-adjust: 16px
}

.submenu ul li.current a {
    color: #333
}

.smallheader {
    background: #F1F4FC;
    text-align: center;
    padding: 30px 0 0;
    margin-bottom: -10px
}

.smallheader h2 {
    font-size: 24px;
    font-weight: 200
}

.smallheader h2:after {
    width: 100px;
    height: 1px;
    background: #969696;
    content: '';
    display: block;
    margin: 5px auto 0
}

.smallheader h2 span {
    color: #767676;
    text-transform: uppercase
}

.smallheader.alt {
    background: none
}

.subheader {
    height: 680px;
    max-width: 1110px;
    position: relative;
    padding: 50px 50px 0;
    margin: 40px auto 0
}

.subheader .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.subheader .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    max-height: 100%;
    content: '';
    display: block;
    background: -moz-linear-gradient(top, #274fca 0%, rgba(39, 79, 202, 0) 100%);
    background: -webkit-linear-gradient(top, #274fca 0%, rgba(39, 79, 202, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#274fca), to(rgba(39, 79, 202, 0)));
    background: -o-linear-gradient(top, #274fca 0%, rgba(39, 79, 202, 0) 100%);
    background: linear-gradient(to bottom, #274fca 0%, rgba(39, 79, 202, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#274fca', endColorstr='#00274fca', GradientType=0)
}

.subheader .row {
    position: relative
}

.subheader .row h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    text-align: center
}

.pagecontent.partnerships {
    margin-top: -105px
}

.pagecontent.partnerships .share {
    top: 160px
}

.pagecontent.partnerships .logos {
    margin-bottom: 40px
}

.pagecontent.partnerships .logos .img {
    display: inline-block;
    margin-right: 100px;
    max-width: 120px;
    position: relative
}

.pagecontent.partnerships .logos .img:after {
    position: absolute;
    top: 20px;
    left: 100%;
    margin-left: 30px;
    width: 24px;
    height: 43px;
    background: url(img/plus.png) no-repeat center;
    content: '';
    display: block
}

.pagecontent.partnerships .logos .img:last-child:after {
    display: none
}

.pagecontent.partnerships .logos .img:last-child {
    margin-right: 0
}

.wp-caption.alignright {
    float: right;
    margin-right: -150px;
    margin-left: 40px
}

.wp-caption.alignleft {
    float: left;
    margin-left: -150px;
    margin-right: 40px
}

.wp-caption .wp-caption-text {
    padding-top: 10px;
    color: #9d9d9d;
    font-size: 12px;
    padding-bottom: 20px
}

.numbers {
    margin-left: -90px;
    margin-top: 50px;
    margin-bottom: 70px
}

.numbers li {
    border-left: 4px solid #274FCB;
    font-size: 20px;
    color: #757575;
    padding: 0 20px 0 20px;
    line-height: 130%;
    font-weight: 100
}

.numbers li strong {
    line-height: 120%;
    display: block;
    font-weight: normal;
    color: #274FCB;
    font-size: 44px
}

.numbers .medium-block-grid-3 li {
    font-size: 16px
}

.numbers .medium-block-grid-3 li strong {
    font-size: 26px;
    margin-bottom: 3px
}

.fellow {
    margin-top: 40px
}

.fellow .text {
    padding: 10px 0 0 40px
}

.fellow h2 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold
}

.fellow p {
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300
}

.pagination {
    margin-top: 20px
}

.pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold
}

.pagination a {
    color: #274FCB;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.pagination a:hover {
    background: #eee
}

.pagination span {
    color: #333
}

#cboxOverlay {
    background: #fff
}

#colorbox {
    background: #000
}

#cboxClose {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.aboutcontent form {
    margin-top: 30px
}

.aboutcontent form input {
    background-color: #D8D8D8
}

.aboutcontent form::-webkit-input-placeholder {
    color: #868686
}

.aboutcontent form::-moz-placeholder {
    color: #868686
}

.aboutcontent form:-ms-input-placeholder {
    color: #868686
}

.aboutcontent form:-moz-placeholder {
    color: #868686
}

.aboutcontent form input[type=submit] {
    width: 267px;
    background: #274FCB
}

.pillarslider {
    margin: -50px 0 50px
}

.pillarslider .bx-viewport,
.pillarslider .bx-wrapper {
    height: 100%!important
}

.pillarslider .bx-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pillarslider .sliderout {
    padding-bottom: 60%;
    position: relative
}

.pillarslider .sliderout ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%
}

.pillarslider .sliderout ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.pillarslider .sliderout ul li {
    position: relative;
    height: 100%
}

.pillarslider .sliderout ul li .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.pillarslider .sliderout ul li .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-right: 200px
}

.pillarslider .bx-pager {
    position: absolute;
    bottom: 20px;
    right: 30px
}

.pillarslider .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 10px;
    vertical-align: baseline
}

.pillarslider .bx-pager .bx-pager-item a {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100%;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden
}

.pillarslider .bx-pager .bx-pager-item a.active {
    background: #274FCB
}

.pillarslider .bx-next,
.pillarslider .bx-prev {
    background: url(img/slider-next.svg) no-repeat;
    width: 23px;
    height: 42px;
    top: 50%;
    right: 20px;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    margin-top: -20px
}

.pillarslider .bx-prev {
    right: auto;
    left: 20px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pillars-template-snigle-pillars-asyouare-php .submenu ul {
    text-align: center
}

.pillars-template-snigle-pillars-asyouare-php .submenu ul li {
    display: inline-block
}

.pillars-template-snigle-pillars-asyouare-php .asyouare {
    padding: 30px 0;
    background-position: center;
    background-size: cover
}

.pillars-template-snigle-pillars-asyouare-php .asyouare .in {
    padding: 20px;
    background: #fff
}

.pillars-template-snigle-pillars-asyouare-php .asyouare .row {
    max-width: 1150px
}

.pillars-template-snigle-pillars-asyouare-php .asyouare p {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.5
}

.pillars-template-snigle-pillars-asyouare-php .pagecontent {
    margin-top: 0
}

.pillars-template-snigle-pillars-asyouare-php .flex-video {
    padding-bottom: 60%
}

.pillars-template-snigle-pillars-asyouare-php .pagecontent {
    max-width: 1150px;
    padding-left: 0;
    padding-right: 0
}

.pillars-template-snigle-pillars-asyouare-php .content {
    border-top: 5px solid #274FCB;
    background: #F1F4FC;
    padding: 25px 20px 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
    float: none;
    font-size: 12px;
    color: #474746
}

.pillars-template-snigle-pillars-asyouare-php .content a {
    color: #274FCB
}

.pillars-template-snigle-pillars-asyouare-php .content form {
    max-width: 630px;
    margin: 0 auto
}

.pillars-template-snigle-pillars-asyouare-php .content h3 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px
}

.pillars-template-snigle-pillars-asyouare-php .content h3+p {
    text-align: left;
    margin-top: -10px;
    margin-bottom: 20px
}

.pillars-template-snigle-pillars-asyouare-php .content small {
    font-size: 10px;
    line-height: 120%;
    display: block;
    margin-bottom: 10px
}

.pillars-template-snigle-pillars-asyouare-php .content h4 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000
}

.pillars-template-snigle-pillars-asyouare-php .content label {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 3px
}

.pillars-template-snigle-pillars-asyouare-php .content label span {
    font-weight: normal
}

.pillars-template-snigle-pillars-asyouare-php .content input,
.pillars-template-snigle-pillars-asyouare-php .content textarea {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid #898988
}

.pillars-template-snigle-pillars-asyouare-php .content input:focus,
.pillars-template-snigle-pillars-asyouare-php .content textarea:focus {
    border-bottom: 2px solid #274FCB;
    outline: none
}

.pillars-template-snigle-pillars-asyouare-php .content .file {
    margin-bottom: 20px
}

.pillars-template-snigle-pillars-asyouare-php .content .file .wpcf7-form-control-wrap {
    display: none
}

.pillars-template-snigle-pillars-asyouare-php .content .wpcf7-form-control-wrap {
    display: block
}

.pillars-template-snigle-pillars-asyouare-php .content .acceptance .wpcf7-form-control-wrap {
    display: inline-block;
    margin-top: 10px
}

.pillars-template-snigle-pillars-asyouare-php .content .acceptance .wpcf7-form-control-wrap input {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.pillars-template-snigle-pillars-asyouare-php .content .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 20px
}

.pillars-template-snigle-pillars-asyouare-php .content label.checkbox,
.pillars-template-snigle-pillars-asyouare-php .content span.wpcf7-checkbox {
    margin-bottom: 20px
}

.pillars-template-snigle-pillars-asyouare-php .content label.checkbox input,
.pillars-template-snigle-pillars-asyouare-php .content span.wpcf7-checkbox input {
    display: none
}

.pillars-template-snigle-pillars-asyouare-php .content label.checkbox span.wpcf7-list-item-label,
.pillars-template-snigle-pillars-asyouare-php .content span.wpcf7-checkbox span.wpcf7-list-item-label {
    display: block;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
    min-height: 28px;
    padding-top: 5px
}

.pillars-template-snigle-pillars-asyouare-php .content label.checkbox span.wpcf7-list-item-label:before,
.pillars-template-snigle-pillars-asyouare-php .content span.wpcf7-checkbox span.wpcf7-list-item-label:before {
    width: 28px;
    height: 28px;
    background: #fff;
    position: absolute;
    content: '';
    display: block;
    border-bottom: 2px solid #898988;
    top: 0;
    left: 0
}

.pillars-template-snigle-pillars-asyouare-php .content label.checkbox input:checked+span:before,
.pillars-template-snigle-pillars-asyouare-php .content span.wpcf7-checkbox input:checked+span:before {
    border-bottom: 2px solid #274FCB;
    background: #fff url(img/check.svg) no-repeat center
}

.pillars-template-snigle-pillars-asyouare-php .content .group {
    padding-left: 15px;
    margin-bottom: 20px;
    padding-top: 9px
}

.pillars-template-snigle-pillars-asyouare-php .content .group label.checkbox {
    margin-bottom: 5px
}

.pillars-template-snigle-pillars-asyouare-php .content select {
    background: #fff url(img/select.svg) no-repeat right 10px center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #898988;
    outline: none;
    margin-bottom: 20px
}

.pillars-template-snigle-pillars-asyouare-php .content select:focus {
    border-bottom: 2px solid #274FCB
}

.pillars-template-snigle-pillars-asyouare-php .content hr {
    border-color: #fff
}

.pillars-template-snigle-pillars-asyouare-php .content p {
    font-size: 12px;
    color: #474746;
    margin-bottom: 5px
}

.pillars-template-snigle-pillars-asyouare-php .content h5 {
    font-size: 12px;
    color: #474746;
    font-weight: bold;
    margin: 0
}

.pillars-template-snigle-pillars-asyouare-php .content .p {
    margin-bottom: 20px
}

.pillars-template-snigle-pillars-asyouare-php .content .s {
    font-size: 12px;
    color: #0291C9;
    font-weight: bold;
    display: inline-block
}

.pillars-template-snigle-pillars-asyouare-php .content .s:after {
    background: url(img/arrowdown.svg) no-repeat;
    width: 8px;
    height: 4px;
    content: '';
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}

.pillars-template-snigle-pillars-asyouare-php div.wpcf7-response-output {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    background: #fff
}

.pillars-template-snigle-pillars-asyouare-php div.wpcf7-mail-sent-ok {
    border-color: #274FCB
}

.pillars-template-snigle-pillars-asyouare-php span.wpcf7-not-valid-tip {
    position: absolute;
    top: 5px;
    right: 10px;
    white-space: nowrap
}

header {transition: all 0.3s ease;}
.notification-bar--active {padding-top:100px;transition: all 0.3s ease;}
.notification-bar--active:not(.inner) > header {margin-top:100px;}

.notification-bar {
  float:left;
  width:100%;
  position: absolute;
  top:0;
  left:0;
  background: #243e94;
  text-align:center;
  color:#fff;
  font-size:16px;
  padding: 0 100px;
  box-shadow: rgba(0,0,0,.5) 0 0 20px;
  display: flex;
  align-items: center;
  height: 100px;
}
.notification-bar p {text-align: center;padding: 20px 0;width: 100%; line-height: 1.2}
.notification-bar p a {font-weight: bold;color:#fff;border-bottom:1px solid #fff;}
.notification-bar .close {
  float:right; font-size:12px; color:#fff; border-bottom:1px solid #fff; font-weight: bold; text-transform: uppercase;
  border: 1px solid #fff; line-height: 30px; height: 30px; padding: 0 15px; position: absolute;top:35px; right:40px; cursor: pointer;
}
.notification-bar .close:hover {background: #fff; color:#274FCB;}

@media only screen and (max-width:1300px) {
    header nav ul li#menu-item-914 ul {
        left: auto;
        right: 0
    }
}

@media only screen and (max-width:1100px) {
    html.js {
        margin-top: 0!important
    }
    html #wpadminbar {
        top: auto;
        bottom: 0
    }
    .inner header {
        height: 60px
    }
    .mobilemenu {
        width: 36px;
        height: 33px;
        display: block;
        top: 10px;
        right: 15px;
        z-index: 1501;
        position: fixed;
        padding: 0 5px;
        padding-top: 5px;
        -webkit-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out
    }
    .notification-bar--active .mobilemenu {margin-top:100px;}

    .mobilemenu span {
        display: block;
        height: 5px;
        background: #fff;
        margin-bottom: 4px;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out
    }
    .menuopen .mobilemenu span:first-child {
        -webkit-transform: rotate(45deg) translateX(6px) translateY(7px);
        -ms-transform: rotate(45deg) translateX(6px) translateY(7px);
        transform: rotate(45deg) translateX(6px) translateY(7px)
    }
    .menuopen .mobilemenu span:nth-child(2) {
        -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px);
        -ms-transform: rotate(-45deg) translateX(0px) translateY(0px);
        transform: rotate(-45deg) translateX(0px) translateY(0px)
    }
    .menuopen .mobilemenu span:nth-child(3) {
        opacity: 0
    }
    .scroll .mobilemenu {
        background: #274FCB
    }
    header nav {
        height: 100%;
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        right: auto;
        width: 50%;
        background: #274FCB;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 1500;
        top: 0!important;
        padding: 30px 0;
        -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0);
        z-index: 10
    }
    .menuopen header nav {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5)
    }
    header nav ul {
        float: none
    }
    header nav ul li {
        float: none;
        padding: 0 20px!important;
        display: block;
        margin-bottom: 10px;
        height: auto!important
    }
    header nav ul li a,
    header nav ul li span {
        padding: 10px 10px!important;
        line-height: 130%!important;
        color: #fff;
        height: auto!important;
        display: block
    }
    header nav ul li a:focus,
    header nav ul li a:hover,
    header nav ul li span:focus,
    header nav ul li span:hover {
        color: #fff
    }
    header nav ul li ul {
        position: relative;
        background: none;
        top: auto;
        left: auto;
        padding-top: 5px;
        padding: 0;
        opacity: 1;
        visibility: visible
    }
    header nav ul li ul li {
        height: auto;
        white-space: normal
    }
    header nav ul li ul li a {
        color: #fff;
        padding: 7px 0;
        text-transform: none
    }

    .pagecontent.single {
        margin-left: 70px;
        margin-right: 70px
    }
    .board {
        margin-left: 0;
        margin-right: 0
    }
    .pillarssidebar {
        padding-left: 30px
    }
    .pillarssidebar ul li a {
        padding-left: 140px;
        font-size: 20px
    }
    .pillarssidebar ul li a figure {
        width: 120px
    }
    .numbers {
        margin-left: 0
    }
    .numbers li {
        font-size: 18px
    }
    .numbers li strong {
        font-size: 36px
    }
    .subheader {
        height: 550px
    }
    .wp-caption.alignright {
        margin-right: -40px
    }
    .wp-caption.alignleft {
        margin-left: -40px
    }
    .pagecontent .share {
        right: auto;
        left: 0;
        margin-left: -50px;
        width: 60px
    }
    .page-template-media .media-box .columns {
      padding-left: 5px;
      padding-right: 5px;
    }
    header h1 {
        top: 10px;
        left: 25px
    }
    header h1 a {
        width: 120px
    }
    header h1 a:after {
        display: none
    }
}

@media only screen and (max-width:900px) {
  .notification-bar { padding: 20px 40px;padding-right:120px;}
  .notification-bar .close {right:20px;}

    .pageheader {
        height: 480px;
        padding-top: 80px
    }
    .pageheader h4 {
        font-size: 13px
    }
    .pageheader h2 {
        font-size: 36px;
        line-height: 130%
    }
    .pageheader.alt {
        height: 400px
    }
    .pagecontent {
        margin: -27px 25px 70px;
        padding: 50px 5px 0
    }
    .pagecontent.single {
        margin-left: 25px;
        padding-top: 30px;
        margin-right: 25px
    }
    .pagecontent.single .row {
        margin-top: 0
    }
    .pagecontent.single .share {
        margin-top: -50px;
        float: left;
        width: 100%;
        padding-left: 25px;
        position: relative;
        top: auto;
        width: auto;
        background: none;
        right: auto;
        text-align: center
    }
    .pagecontent.single .share h3 {
        border: none;
        display: inline-block;
        margin-right: 10px
    }
    .pagecontent.single .share a {
        margin-right: 10px;
        display: inline-block
    }
    .pagecontent.single .share .a2a_kit {
        display: inline-block
    }
    .hero {
        height: 550px
    }
    .hero ul li .text {
        bottom: 60px
    }
    .hero ul li .text h2 {
        font-size: 48px
    }
    .homeslider .text {
        max-width: 370px
    }
    .homeslider .bx-pager .bx-pager-item {
        margin-left: 6px
    }
    .singleheader h2 {
        font-size: 36px
    }
    .content .sidebar ul {
        padding-left: 10px
    }
    .heromilitary h2 {
        font-size: 42px
    }
    .militarycontent .main blockquote p {
        font-size: 20px
    }
    .newslist {
        padding-top: 20px
    }
    .newslist .columns {
        width: 100%
    }
    .newslist .sidebar {
        border-top: none;
        margin-bottom: 20px;
        overflow: hidden;
        padding: 10px 20px
    }
    .newslist .sidebar .filter {
        width: 50%;
        float: left
    }
    .newslist .sidebar .filter ul {
        display: none
    }
    .newslist .sidebar .filter h3 {
        display: inline-block;
        border-bottom: none
    }
    .newslist .sidebar .filter select {
        display: inline-block;
        max-width: 240px;
        background: #fff url(img/select.svg) no-repeat right 10px center;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-bottom: 2px solid #898988;
        outline: none;
        margin-bottom: 0px;
        margin-left: 10px
    }
    .newslist .sidebar .filter select:focus {
        border-bottom: 2px solid #274FCB
    }
    .numbers {
        margin-left: 0
    }
    .numbers li {
        font-size: 16px;
        padding-left: 15px
    }
    .numbers li strong {
        font-size: 32px
    }
    .subheader {
        height: 500px
    }
    .wp-caption.alignright {
        margin-right: -20px;
        margin-left: 20px
    }
    .wp-caption.alignleft {
        margin-left: -20px;
        margin-right: 20px
    }
    .pagecontent {
        margin-left: auto;
        margin-right: auto
    }
    .pagecontent.partnerships .share,
    .pagecontent.pillar .share,
    .pagecontent .share {
        left: auto;
        margin-left: auto;
        margin-top: -40px;
        float: left;
        width: 100%;
        padding-left: 25px;
        position: relative;
        top: auto;
        width: auto;
        background: none;
        right: auto;
        text-align: center
    }
    .pagecontent.partnerships .share .a2a_kit,
    .pagecontent.pillar .share .a2a_kit,
    .pagecontent .share .a2a_kit {
        display: inline-block
    }
    .pagecontent.partnerships .share h3,
    .pagecontent.pillar .share h3,
    .pagecontent .share h3 {
        border: none;
        display: inline-block;
        margin-right: 10px
    }
    .pagecontent.partnerships .share a,
    .pagecontent.pillar .share a,
    .pagecontent .share a {
        margin-right: 10px;
        display: inline-block
    }
    .pagecontent.pillar .share {
        text-align: left;
        margin-top: 0px;
        display: block;
        float: none
    }
    .about-leadership li {
        padding: 0 10px 40px
    }
    .submenu {
        padding: 0;
        height: auto
    }
    .submenu.open ul {
        max-height: 300px
    }
    .submenu.open ul .current:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .submenu ul {
        padding-top: 60px;
        position: relative;
        max-height: 60px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
    .submenu ul li {
        display: block
    }
    .submenu ul li a {
        padding: 15px 10px;
        display: block
    }
    .submenu ul .current {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
    .submenu ul .current:after {
        width: 40px;
        height: 40px;
        background: url(img/arrowblue.svg) no-repeat center;
        background-size: 10px auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 10px;
        right: 30px;
        content: '';
        display: block
    }
    .pillarbottom .hl {
        padding-left: 240px
    }
    .pillarbottom .hl figure {
        max-width: 210px
    }
    .pillarbottom .hl .date,
    .pillarbottom .hl a,
    .pillarbottom .hl h4 {
        font-size: 16px
    }
    .asyouare .columns {
        width: 100%;
        height: auto!important
    }
    .pillars-template-snigle-pillars-asyouare-php .asyouare .in {
        margin-bottom: 30px
    }
    .media-page-content h2 {margin-bottom:15px;}
    .media-page-content .media-contact {width:100%; position: static; margin-bottom:40px;}
    .media-page-content .media-contact p {width: 100%; text-align: center;}
}

@media only screen and (max-width:640px) {
    .mobilemenu {
        width: 32px;
        height: 32px;
        padding: 7px 5px
    }
    .mobilemenu span {
        height: 3px;
        margin-bottom: 5px
    }
    .menuopen .mobilemenu span:first-child {
        -webkit-transform: rotate(45deg) translateX(6px) translateY(5px);
        -ms-transform: rotate(45deg) translateX(6px) translateY(5px);
        transform: rotate(45deg) translateX(6px) translateY(5px)
    }
    .menuopen .mobilemenu span:nth-child(2) {
        -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px);
        -ms-transform: rotate(-45deg) translateX(0px) translateY(0px);
        transform: rotate(-45deg) translateX(0px) translateY(0px)
    }
    .menuopen .mobilemenu span:nth-child(3) {
        opacity: 0
    }
    header nav {
        width: 75%
    }
    .hero {
        height: 400px
    }
    .hero ul li .text {
        bottom: 40px
    }
    .hero ul li .text h2 {
        font-size: 36px
    }
    .homeslider {
        height: auto;
        padding-bottom: 20px
    }
    .homeslider ul li {
        background: #274FCB;
        padding-bottom: 0
    }
    .homeslider .bg {
        height: auto;
        padding-bottom: 60%
    }
    .homeslider .text {
        position: relative
    }
    .homeslider .bx-pager {
        position: relative;
        text-align: center;
        bottom: 0;
        right: auto;
        padding-top: 5px
    }
    .homeslider .bx-pager .bx-pager-item {
        display: inline-block;
        float: none
    }
    .homeslider .bx-next,
    .homeslider .bx-prev {
        top: 31%
    }
    .newslist {
        margin-bottom: 40px
    }
    .news {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }
    .news .n {
        height: auto!important
    }
    .join {
        padding-bottom: 40px
    }
    .join form {
        margin-top: 40px
    }
    .quotes .text {
        position: relative;
        top: auto;
        right: auto;
        padding: 20px;
        bottom: auto
    }
    .quotes .text h3 {
        font-size: 20px
    }
    footer .footerlogo {
        display: none
    }
    footer ul {
        float: none
    }
    footer ul li {
        float: none;
        display: block;
        margin-left: 0
    }
    footer p.copy {
        margin-top: 20px;
        float: left
    }
    .post.hasimg {
        padding-right: 220px
    }
    .post.hasimg figure {
        width: 200px
    }
    .post h2 {
        font-size: 22px;
        margin-bottom: 20px
    }
    .post p {
        font-size: 16px
    }
    .pageheader.alt {
        height: 300px
    }
    .heromilitary {
        padding: 40px 0
    }
    .heromilitary h2 {
        font-size: 36px;
        margin-bottom: 20px;
        margin-top: 15px
    }
    .militarycontent .sidebar {
        margin-top: 40px
    }
    .pageheader {
        height: 350px;
        padding-top: 70px
    }
    .pageheader h2 {
        font-size: 28px
    }
    .pageheader .bg:after {
        height: 80%
    }
    .pagecontent {
        margin: 0;
        padding-top: 40px
    }
    .pagecontent .about {
        padding: 0;
        padding-top: 30px
    }
    .pagecontent .about figure {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin-bottom: 20px
    }
    .pagecontent .about p {
        font-size: 16px
    }
    .singleheader h2 {
        font-size: 28px
    }
    .singleheader .by {
        margin-bottom: 20px
    }
    .pagecontent.single {
        margin: 0
    }
    .pagecontent.single .share {
        margin-top: 0
    }
    .pagecontent.single p {
        font-size: 16px
    }
    .subheader .row h2 {
        font-size: 30px;
        line-height: 120%
    }
    .subheader {
        height: 300px
    }
    .pagecontent.partnerships {
        margin-top: 10px
    }
    .numbers {
        margin: 30px 0
    }
    .numbers li {
        margin-bottom: 10px
    }
    .pageheaderalt h2 {
        font-size: 42px
    }
    .featuredcol {
        margin-top: 30px
    }
    .reveal-modal.team {
        border: none;
        padding: 30px 10px;
        z-index: 10000
    }
    .pagecontent .board {
        margin-left: -20px!important;
        margin-right: -20px!important;
        padding-left: 30px!important;
        padding-right: 30px!important
    }
    .pillarssidebar {
        padding-left: 20px;
        margin-left: -20px
    }
    .reveal-modal.team img {
        max-width: 260px;
        display: block
    }
    .reveal-modal.team .text {
        height: auto;
        max-height: 100000px
    }
    .board.alt .boradintro h3 {
        font-size: 30px
    }
    .board.alt .boradintro p {
        font-size: 18px
    }
    .fellow .text {
        padding: 20px 0 0
    }
    .fellow .text h2 {
        font-size: 26px
    }
    .fellow .text p {
        font-size: 16px
    }
    .singlebottom .recent .postrel {
        height: auto!important
    }
    .page-template-media .media-row > .columns {margin-bottom:40px;}
    .page-template-media .media-row > .columns:nth-last-child(1) {margin-bottom: 0; }
    .page-template-media .media-row .mobile-centered {text-align: center;}
    .page-template-media .media-row .list-media-socials ul:nth-child(2) {padding-top:0;}
    .list-media-contacts ul li {padding: 15px 0;}
    .text-bottom-media {padding: 20px;}
    footer {padding: 20px;}
    .media-box-colored {padding-left:10px; padding-right:10px;}
}

@media only screen and (max-width:500px) {
    .post.hasimg {
        padding-right: 0px
    }
    .post.hasimg figure {
        position: relative;
        width: 100%;
        margin-bottom: 20px
    }
    .post h2 {
        font-size: 22px;
        margin-bottom: 20px
    }
    .post p {
        font-size: 16px
    }
    .newslist .sidebar .filter {
        width: 100%;
        margin-bottom: 10px
    }
    .newslist .sidebar .filter:last-child {
        margin-bottom: 0
    }
    .newslist .sidebar .filter h3 {
        width: 40%;
        float: left;
        padding-top: 5px
    }
    .newslist .sidebar .filter select {
        width: 60%;
        float: left;
        margin-left: 0
    }
    .pillarbottom .hl {
        padding-left: 0px;
        max-width: 340px;
        margin: 0 auto 30px
    }
    .pillarbottom .hl figure {
        max-width: 340px;
        position: relative;
        margin-bottom: 20px
    }
    .pillarbottom .hl .date,
    .pillarbottom .hl a,
    .pillarbottom .hl h4 {
        font-size: 16px
    }
    .pageheaderalt,
    .pageheaderalt.pillar {
        height: 300px
    }
    .pageheaderalt.pillar h2,
    .pageheaderalt h2 {
        font-size: 32px
    }
    .pagecontent {
        padding-left: 0;
        padding-right: 0
    }
    .pagecontent p {
        font-size: 16px
    }
    .subheader {
        height: 250px
    }
    .pagecontent.partnerships .logos .img {
        margin-right: 80px;
        max-width: 100px
    }
    .pageheader h3 {
        font-size: 28px
    }
    .pageheader.alt .text {
        bottom: 30px
    }
    .newslist .sidebar {
        margin-top: -20px;
        margin-right: -20px;
        margin-left: -20px
    }
    .newslist .sidebar .filter select {
        padding-right: 65px
    }
    .pagecontent .board h3 {
        font-size: 15px
    }
}
