@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, #aspnetForm, label, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong {
    font-weight: 700;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

*[hidden] {
    display: none;
}

body {
    line-height: 1;
}

.homepage menu, 
.homepage ol, 
.homepage ul {
    list-style: none;
}

.buffer ol,
.buffer ul {
    padding-left: 40px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon.eot?1h7y06');
  src:  url('../fonts/icomoon.eot?1h7y06#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1h7y06') format('truetype'),
    url('../fonts/icomoon.woff?1h7y06') format('woff'),
    url('../fonts/icomoon.svg?1h7y06#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-coin-dollar:before {
  content: "\e902";
}
.icon-note:before {
  content: "\e903";
}
.icon-dc-icon:before {
  content: "\e904";
}
.icon-pin:before {
  content: "\e905";
}
.icon-chat:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e907";
}
.icon-search2:before {
  content: "\e908";
}
.icon-launch:before {
  content: "\e909";
}
.icon-arrow_right:before {
  content: "\e90a";
}
.icon-arrow_left:before {
  content: "\e90b";
}
.icon-controller-play:before {
  content: "\e90c";
}
.icon-instagram-circle:before {
  content: "\e90d";
}
.icon-facebook-circle:before {
  content: "\e90e";
}
.icon-twitter-circle:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}
.icon-flag:before {
  content: "\e933";
}
.icon-play-circle:before {
  content: "\e94d";
}
.icon-mail2:before {
  content: "\e94e";
}
.icon-threads-circle:before {
  content: "\e918";
}
.icon-x-circle:before {
  content: "\e919";
}
.icon-x:before {
  content: "\e900";
}
.icon-threads:before {
  content: "\e901";
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.accordion-container ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.accordion-container a{
  color: #346eeb;
  text-decoration: underline;
}

.form-lightbox .fancybox-content {
    max-width: 80%;
}

.art-table {
    display: flex;
    margin: 0 0 40px;
}

.art-piece {
    width: 32%;
    text-align: center;
    padding: 0 5px;
}

.art-piece img {
    max-height: 300px;
}

#aspnetForm input[maxlength="5"] {
    width: 75px !important;
}

#aspnetForm  input[maxlength="4"] {
    width: 70px !important;
}

#aspnetForm  input[maxlength="3"] {
    width: 56px !important;
}

#aspnetForm input[data-fieldname$="PriorFYFunding"], 
#aspnetForm input[data-fieldname$="PriorFYFundingNumber"],
#aspnetForm input[data-fieldname$="PresidentsBudgetRequestNumber"],
#aspnetForm input[data-fieldname$="YourFundingRequestNumber"]
 {
    width: 450px !important;
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}

#live {
  background: #c80000;
  color: #ffffff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 20px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align:center;
}
#live a {
  color: #fff;
  text-decoration: underline;
}

#live a:hover {
  color:#fff;
  text-decoration: none;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 1.875rem;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.social-list, .main-nav, .main-subnav, .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

body {
    color: #010d10;
    background-color: #fff;
    font-family: "gill-sans-nova", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 768px) {
    body {
        font-size: 20px;
    }
}

a {
    -webkit-transition: color 0.3s ease-in-out, 0.35s 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, 0.35s 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, 0.35s 0.3s ease-in-out;
    color: #045b92;
    text-decoration: none;
}

a:hover {
    color: #034c79;
    text-decoration: none;
}

ul,
ol,
dl,
p {
    margin-bottom: 1.5em;
}

h1,
.h1 {
    font-size: 35px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 14px;
}

h1 {
    display: block;
    line-height: 1.1;
    margin: 0 0 16px;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 55px;
        margin: 0 0 23px;
    }
}

@media (min-width: 1600px) {
    h1 {
        margin: 0 0 26px;
    }
}

h2 {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    h2 {
        margin: 0 0 18px;
    }
}

@media (min-width: 1366px) {
    h2 {
        margin: 0 0 30px;
    }
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-transition: border-color 0.3s ease-in-out, 0.35s 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, 0.35s 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, 0.35s 0.3s ease-in-out;
    border: 1px solid currentColor;
    background-color: transparent;
    width: 100%;
    min-width: 0;
    padding: .75rem 1.5rem;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "gill-sans-nova", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #010d10;
}

input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, textarea::-moz-placeholder {
    color: #010d10;
}

input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #010d10;
}

input[type='text']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #010d10;
}

input[type='text']::placeholder,
  input[type='tel']::placeholder,
  input[type='email']::placeholder,
  input[type='search']::placeholder,
  input[type='password']::placeholder,
  textarea::placeholder {
    color: #010d10;
}

html {
    -webkit-text-size-adjust: 100%;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

.container {
    max-width: 1120px;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1340px;
    }
}

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.accessibility:focus {
    position: static;
    width: auto;
    height: auto;
}

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none;
    }
}

.show-mobile-only {
    display: none;
}

@media (max-width: 767px) {
    .show-mobile-only {
        display: block;
    }
}

.section-heading {
    margin: 0 0 14px;
}

.section-heading .subtitle {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    color: #136168;
    letter-spacing: 3.5px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 2px 8px;
}

@media (min-width: 768px) {
    .section-heading .subtitle {
        font-size: 16px;
        letter-spacing: 4.2px;
    }
}

.text-white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.nav-active {
    overflow: hidden !important;
}

.social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
    margin: 0 -5px -10px;
}

.social-list li {
    padding: 0 5px 10px;
}

.social-list a {
    color: currentColor;
}

.social-list a:hover {
    color: #3078a7;
}

.search-form {
    max-width: 232px;
    margin: 0 auto 38px;
}

@media (min-width: 1280px) {
    .search-form {
        margin: 0;
    }
}

.search-form .input-holder {
    position: relative;
}

.search-form input[type='text'],
  .search-form input[type='search'] {
    color: currentColor;
    border-color: currentColor;
    background-color: rgba(255, 255, 255, 0.17);
    padding-left: 52px;
}

.search-form input[type='text']::-webkit-input-placeholder, .search-form input[type='search']::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1;
}

.search-form input[type='text']::-moz-placeholder, .search-form input[type='search']::-moz-placeholder {
    color: currentColor;
    opacity: 1;
}

.search-form input[type='text']:-ms-input-placeholder, .search-form input[type='search']:-ms-input-placeholder {
    color: currentColor;
    opacity: 1;
}

.search-form input[type='text']::-ms-input-placeholder, .search-form input[type='search']::-ms-input-placeholder {
    color: currentColor;
    opacity: 1;
}

.search-form input[type='text']::placeholder,
    .search-form input[type='search']::placeholder {
    color: currentColor;
    opacity: 1;
}

.search-form [class*=icon-] {
    position: absolute;
    left: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
}

.main-nav {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 50px;
}

@media (min-width: 1280px) {
    .main-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
        max-width: -webkit-calc(100% - 232px);
        max-width: calc(100% - 232px);
        margin: 0;
    }
}

@media (min-width: 1366px) {
    .main-nav {
        font-size: 18px;
    }
}

@media (min-width: 1800px) {
    .main-nav {
        font-size: 20px;
    }
}

.main-nav a {
    color: currentColor;
}

.main-nav > li {
    margin: 0 0 33px;
}

@media (min-width: 1280px) {
    .main-nav > li {
        margin: 0 10px;
        position: relative;
    }
}

@media (min-width: 1366px) {
    .main-nav > li {
        margin: 0 15px;
    }
}

@media (min-width: 1600px) {
    .main-nav > li {
        margin: 0 23px;
    }
}

.main-nav > li > a {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

@media (min-width: 1280px) {
    .main-nav > li > a {
        padding: 13px 0;
    }
}

@media (min-width: 1280px) {
    .main-nav > li > a:before {
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        width: 100%;
        height: 3px;
        content: '';
        background-color: currentColor;
        position: absolute;
        top: -42px;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
}

@media (min-width: 1440px) {
    .main-nav > li > a:before {
        top: -47px;
    }
}

@media (min-width: 1280px) {
    .main-nav > li.hover > a:before {
        opacity: 1;
        visibility: visible;
    }
}

.main-nav .drop {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out;
    opacity: 0;
    max-height: 0;
    display: block;
}

@media (max-width: 1279px) {
    .main-nav .drop {
        visibility: hidden;
    }
}

@media (min-width: 1280px) {
    .main-nav .drop {
        opacity: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 167px;
        max-height: none;
        display: none;
        text-align: left;
        background-color: #19516e;
        padding: 20px 15px;
    }
}

@media (min-width: 1366px) {
    .main-nav .drop {
        padding: 25px 20px;
    }
}

.main-nav .hover > .drop {
    opacity: 1 !important;
    z-index: 2;
}

@media (max-width: 1279px) {
    .main-nav .hover > .drop {
        visibility: visible;
        max-height: 500px;
        padding: 22px 0 0;
    }
}

.main-subnav {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

@media (min-width: 1366px) {
    .main-subnav {
        font-size: 18px;
    }
}

.main-subnav > li {
    margin: 0 0 12px;
}

@media (min-width: 1280px) {
    .main-subnav > li {
        margin: 0 0 15px;
    }
}

.main-subnav > li:last-child {
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .main-subnav > li > a:hover {
        text-decoration: underline;
    }
}

.logo {
    display: block;
    line-height: 1;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo img {
    max-height: 100%;
}

.homepage-header {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-color: #19516e;
    color: #fff;
    padding: 9px 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

@media (min-width: 768px) {
    .homepage-header {
        padding: 22px 0;
    }
}

@media (min-width: 1024px) {
    .homepage-header {
        background-color: transparent;
        padding: 27px 0 0;
    }
}

.nav-active .homepage-header {
    background-color: #19516e;
}

.homepage-header > .container {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 18px;
}

@media (min-width: 768px) {
    .homepage-header > .container {
        padding: 0 20px;
    }
}

@media (min-width: 1024px) {
    .homepage-header > .container {
        padding: 0 28px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.homepage-header .logo {
    width: 163px;
    height: 56px;
}

@media (min-width: 768px) {
    .homepage-header .logo {
        width: 200px;
        height: 68px;
    }
}

@media (min-width: 1024px) {
    .homepage-header .logo {
        background-color: #19516e;
        padding: 20px 25px;
        width: 320px;
        height: 133px;
        margin: 0 0 0 -28px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .homepage-header .logo {
        width: 375px;
        padding: 24px 30px 24px 39px;
        height: 153px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .homepage-header .logo {
        width: 320px;
        height: 133px;
        padding: 20px 25px;
    }
}

@media (min-width: 1600px) {
    .homepage-header .logo {
        width: 400px;
        height: 162px;
    }
}

@media (min-width: 1800px) {
    .homepage-header .logo {
        width: 512px;
        height: 201px;
        padding: 27px 31px 27px 30px;
    }
}

.homepage-header .social-list {
    font-size: 40px;
    margin: 0 -11px -22px;
}

@media (min-width: 1280px) {
    .homepage-header .social-list {
        display: none;
    }
}

.homepage-header .social-list li {
    padding: 0 11px 22px;
}

.nav-opener {
    width: 16px;
    height: 14px;
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .nav-opener {
        width: 24px;
        height: 16px;
    }
}

@media (min-width: 1280px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:before, .nav-opener:after {
    content: '';
}

.nav-opener:before, .nav-opener:after,
  .nav-opener > span {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 2px;
}

.nav-opener:before {
    top: 0;
}

.nav-opener > span {
    top: 6px;
}

@media (min-width: 768px) {
    .nav-opener > span {
        top: 7px;
    }
}

.nav-opener:after {
    top: 12px;
}

@media (min-width: 768px) {
    .nav-opener:after {
        top: 14px;
    }
}

.nav-active .nav-opener:before, .nav-active .nav-opener:after {
    opacity: 0;
}

.nav-active .nav-opener > span {
    background-color: transparent;
}

.nav-active .nav-opener > span:before {
    content: 'X';
    text-indent: initial;
    font-size: 21px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1279px) {
    .main-nav-drop {
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: -webkit-calc(100vh - 100%);
        height: calc(100vh - 100%);
        height: -webkit-calc((var(--vh, 1vh) * 100) - 100%);
        height: calc((var(--vh, 1vh) * 100) - 100%);
        background-color: #19516e;
        padding: 22px;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
    }
}

@media (min-width: 1280px) {
    .main-nav-drop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: -webkit-calc(100% - 292px);
        width: calc(100% - 292px);
        padding: 15px 0 0 10px;
    }
}

@media (min-width: 1440px) {
    .main-nav-drop {
        width: -webkit-calc(100% - 347px);
        width: calc(100% - 347px);
        padding: 20px 0 0 15px;
    }
}

@media (min-width: 1600px) {
    .main-nav-drop {
        width: -webkit-calc(100% - 372px);
        width: calc(100% - 372px);
        padding: 20px 0 0 30px;
    }
}

@media (min-width: 1800px) {
    .main-nav-drop {
        width: -webkit-calc(100% - 484px);
        width: calc(100% - 484px);
        padding: 20px 30px 0 42px;
    }
}

@media (max-width: 1279px) {
    .nav-active .main-nav-drop {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1280px) {
    .main-nav-drop .search-form {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1280px) {
    .main-nav-drop .main-nav {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.footer {
    color: #fff;
}

.footer-top {
    background: #6ba9e7;
    padding: 52px 15px 59px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .footer-top {
        margin: 0 39px -140px;
        padding: 35px 15px;
    }
}

@media (min-width: 1200px) {
    .footer-top {
        max-width: 1120px;
        padding: 52px 43px 59px;
    }
}

@media (min-width: 1280px) {
    .footer-top {
        margin: 0 auto -134px;
    }
}

.footer-top .decor {
    width: 238px;
    height: 377px;
    position: absolute;
    opacity: .3;
}

.footer-top .decor.decor-1 {
    -webkit-transform: rotate(-314deg);
    -ms-transform: rotate(-314deg);
    transform: rotate(-314deg);
    left: -45px;
    top: 31px;
}

@media (max-width: 1199px) {
    .footer-top .decor.decor-2 {
        display: none;
    }
}

@media (min-width: 1200px) {
    .footer-top .decor.decor-2 {
        right: -57px;
        top: -13px;
        -webkit-transform: rotate(-170deg);
        -ms-transform: rotate(-170deg);
        transform: rotate(-170deg);
    }
}

.address-list {
    position: relative;
    z-index: 1;
    margin: 0 0 -51px;
}

@media (min-width: 400px) and (max-width: 639px) {
    .address-list {
        max-width: 300px;
        margin: 0 auto -51px;
    }
}

@media (min-width: 640px) {
    .address-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.address-list address,
  .address-list .address {
    margin: 0 0 51px;
}

@media (min-width: 640px) {
    .address-list address,
      .address-list .address {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .address-list address,
      .address-list .address {
        width: 48%;
    }
}

address,
.address {
    font-size: 17px;
    line-height: 1.353;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

address .text,
  .address .text {
    display: block;
    margin: 0 0 9px;
}

address .text a,
    .address .text a {
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    color: inherit;
}

address .text a:hover,
      .address .text a:hover {
    -webkit-box-shadow: inset 0 -1px 0 currentColor;
    box-shadow: inset 0 -1px 0 currentColor;
}

address .text-col,
  .address .text-col {
    margin: 0 0 18px;
    display: block;
}

@media (min-width: 1024px) {
    address .text-col,
      .address .text-col {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin-bottom: 0;
    }
}

address .text-col.main-address,
    .address .text-col.main-address {
    font-size: 19px;
    line-height: 1.158;
}

@media (min-width: 1024px) {
    address .text-col.main-address,
        .address .text-col.main-address {
        margin: 1px 0 0;
    }
}

address .text-col .text:last-child,
    .address .text-col .text:last-child {
    margin-bottom: 0;
}

address .img-holder,
  .address .img-holder {
    width: 99px;
    padding: 11px 0 0;
}

@media (min-width: 1024px) {
    address .img-holder,
      .address .img-holder {
        width: 85px;
    }
}

@media (min-width: 1200px) {
    address .img-holder,
      .address .img-holder {
        width: 99px;
    }
}

address .img-holder [class*=icon-],
    .address .img-holder [class*=icon-] {
    font-size: 60px;
    line-height: 1;
}

address .text-holder,
  .address .text-holder {
    width: -webkit-calc(100% - 99px);
    width: calc(100% - 99px);
}

@media (min-width: 1024px) {
    address .text-holder,
      .address .text-holder {
        width: -webkit-calc(100% - 85px);
        width: calc(100% - 85px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    address .text-holder,
      .address .text-holder {
        width: -webkit-calc(100% - 99px);
        width: calc(100% - 99px);
    }
}

address .h3,
  .address .h3 {
    line-height: 1.333;
    display: block;
    margin: 0 0 14px;
}

@media (min-width: 1024px) {
    address .h3,
      .address .h3 {
        width: 100%;
        margin: 0 0 13px;
    }
}

@media (min-width: 768px) {
    address .h3 br,
      .address .h3 br {
        display: none;
    }
}

.footer-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 35px 0 49px;
}

@media (min-width: 1024px) {
    .footer-bottom {
        padding: 171px 0 39px;
    }
}

@media (min-width: 1280px) {
    .footer-bottom {
        padding: 173px 0 30px;
    }
}

.footer-bottom > .container {
    padding: 0 15px;
}

.footer-bottom .logo {
    width: 238px;
    height: 82px;
    margin: 0 auto 50px;
}

@media (min-width: 1024px) {
    .footer-bottom .logo {
        width: 338px;
        height: 116px;
        margin: 0 auto 42px;
    }
}

@media (min-width: 1280px) {
    .footer-bottom .logo {
        width: 449px;
        height: 154px;
        margin: 0 auto 43px;
    }
}

.subscribe-form {
    max-width: 475px;
    margin: 0 auto 52px;
}

@media (min-width: 1024px) {
    .subscribe-form {
        margin: 0 auto 39px;
    }
}

.subscribe-form .input-holder {
    position: relative;
}

.subscribe-form input[type=email],
  .subscribe-form input[type=text] {
    background-color: #fff;
    color: #12293e;
    padding-left: 62px;
    height: 52px;
    font-size: 16px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .subscribe-form input[type=email],
      .subscribe-form input[type=text] {
        padding: 5px;
        padding-left: 64px;
    }
}

.subscribe-form [class*=icon-] {
    color: #12293e;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 32px;
}

.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.footer-menu .drop {
    display: none;
}

@media (max-width: 1023px) {
    .footer-menu {
        display: none;
    }
}

@media (min-width: 1024px) {
    .footer-menu {
        font-size: 20px;
        margin: 0 0 44px;
    }
}

@media (min-width: 1280px) {
    .footer-menu {
        margin: 0 0 33px;
    }
}

.footer-menu li {
    padding: 0 10px 10px;
}

@media (min-width: 1024px) {
    .footer-menu li {
        padding: 0 26px 20px;
    }
}

.footer-menu a {
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    color: inherit;
}

.footer-menu a:hover {
    -webkit-box-shadow: inset 0 -2px 0 currentColor;
    box-shadow: inset 0 -2px 0 currentColor;
}

.btn,
#aspnetForm input[type="submit"] {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    color: #045b92;
    background: transparent;
    padding: 14px 16px;
    font-family: "gill-sans-nova", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #065d93;
    text-align: center;
    border-radius: 26px;
}

#meeting-form textarea {
    height: auto;
}

@media (min-width: 768px) {
    .btn {
        font-size: 16px;
        padding: 15px 20px;
    }
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #045b92;
}

@media (max-width: 767px) {
    .btn.btn-lg {
        font-size: 16px;
        padding: 15px 20px;
    }
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    line-height: normal;
    padding: 5px 15px;
    font-weight: 600;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.internal-section {
    position: relative;
    margin-top: -107px;
}

/*Issues page with images*/
.buffer a.issues-item {
    padding: 10rem 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    position: relative;
    background-image: url(/images/issues.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.buffer a.issues-item:hover {
    transform: scale(1.05);
}

.buffer a.issues-item[href*="14891"] {
    background-image: url(/images/issues/economy.jpg);
}

.buffer a.issues-item[href*="14933"] {
    background-image: url(/images/issues/fiscal-2.jpg);
}

.buffer a.issues-item[href*="14893"] {
    background-image: url(/images/issues/energy.jpg);
}

.buffer a.issues-item[href*="14892"] {
    background-image: url(/images/issues/education-2.jpg);
}

.buffer a.issues-item[href*="14928"] {
    background-image: url(/images/issues/foreign-relations.jpg);
}

.buffer a.issues-item[href*="14890"] {
    background-image: url(/images/issues/government-2.jpg);
}

.buffer a.issues-item[href*="14932"] {
    background-image: url(/images/issues/health-2.jpg);
}

.buffer a.issues-item[href*="14927"] {
    background-image: url(/images/issues/security-2.jpg);
}

.buffer a.issues-item[href*="14929"] {
    background-image: url(/images/issues/native-2.jpg);
}

.buffer a.issues-item[href*="14935"] {
    background-image: url(/images/issues/red-hill-2.jpg);
}

.buffer a.issues-item[href*="14926"] {
    background-image: url(/images/issues/veterans-2.jpg);
}

.buffer a.issues-item[href*="14936"] {
    background-image: url(/images/issues/ira.jpg);
}

.buffer a.issues-item[href*="14937"] {
    background-image: url(/images/issues/bil.jpg);
}


@media (min-width: 767px) and (max-width: 1023px) {
    .internal-section {
        margin: -107px auto 100px;
        max-width: 750px;
    }
}

@media (min-width: 1024px) {
    .internal-section {
        margin: -125px 60px 100px;
    }
}

.internal-section .container {
    padding: 0;
}

@media (min-width: 768px) {
    .internal-section > .container {
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
        background-color: #fff;
    }
}

.internal-section .text-holder h3 a {
    text-transform: capitalize;
}

#aspnetForm tr {
    width: 100%;
    padding: 5px 0;
}

@media (min-width: 1150px) {
    #securityInfoTable tbody tr > td:first-child {
        min-width: 540px;
    }
}

#aspnetForm td,
#securityInfoTable tbody tr td table tbody tr td:first-child {
    min-width: 110px;
}

#aspnetForm td:nth-child(2n) {
    width: 100%;
}

#aspnetForm .ui-datepicker td {
    min-width: unset;
}

#aspnetForm .ui-datepicker td:nth-child(2n) {
    width: unset;
}

#aspnetForm input[type="text"],
#aspnetForm input[type="tel"],
#aspnetForm input[type="email"] {
    margin: 5px 0;
}

#aspnetForm textarea {
    min-height: 200px;
}

#securityInfoTable input[name*=DOB] {
    width: 100% !important;
    min-width:  117px;
}

.about-section {
    padding: 38px 0 0;
}

@media (min-width: 1024px) {
    .about-section {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .about-section {
        max-width: 460px;
        margin: 0 auto;
    }
    .responsive-table {
        max-width: calc(100vw - 5rem);
        overflow-x: auto;
        margin: 0 auto;
        word-break: initial;
    }
}

.about-section .img-holder {
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .about-section .img-holder {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .about-section .img-holder img {
        margin: -80px 0 0 0;
        max-width: 435px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .about-section .img-holder img {
        margin: -34px 0 0 0;
    }
}

@media (min-width: 1024px) {
    .about-section .img-holder img {
        margin: -284px 0 0 -38px;
        max-width: 635px;
    }
}

@media (min-width: 1800px) {
    .about-section .img-holder img {
        margin: -423px 0 0 33px;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .about-section .img-holder img {
        margin: 0 -10px;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .about-section .section-heading {
        margin: 0 0 40px;
    }
}

@media (min-width: 1024px) {
    .about-section .section-heading p {
        margin: 0 0 43px;
    }
}

@media (min-width: 1600px) {
    .about-section .section-heading p {
        margin: 0 0 33px;
    }
}

@media (min-width: 768px) {
    .about-section .section-heading .btn {
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .about-section-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1600px) {
    .about-section-wrap {
        padding-left: 144px;
    }
    .internal-section .about-section-wrap {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about-section-wrap {
        max-width: 460px;
        margin: 0 auto;
        padding: 0 16px 0;
    }
    .internal-section .about-section-wrap {
        max-width: unset;
        padding: 0 31px 0;
    }
}

@media (min-width: 768px) {
    .about-section-wrap .section-heading {
        width: 60%;
        padding: 0 15px;
    }
    .internal-section .about-section-wrap .section-heading {
        padding: 0 43px;
    }
}

@media (min-width: 1024px) {
    .about-section-wrap .section-heading {
        width: 59%;
        padding: 0 32px;
    }
}

@media (min-width: 1600px) {
    .about-section-wrap .section-heading {
        width: 65%;
    }
}

@media (min-width: 768px) {
    .about-section-wrap .img-holder {
        width: 40%;
        padding: 0 15px;
    }
}

@media (min-width: 1024px) {
    .about-section-wrap .img-holder {
        width: 41%;
    }
}

@media (min-width: 1600px) {
    .about-section-wrap .img-holder {
        width: 35%;
    }
}

@media (max-width: 399px) {
    .int .intro-section .social-list {
        bottom: 140px;
    }
    .int .intro-section .bg-block {
        min-height: 330px;
    }
    .int .intro-section .content {
        padding: 70px 0 30px;
    }
    .fb-comments.news-comments {
        max-width: 250px;
    }
}

@media (min-width: 400px) and (max-width: 768px) {
    .int .intro-section .social-list {
        bottom: 138px;
    }
}

.internal-section .section-heading {
    margin: 50px 0 80px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1439px) {
    .internal-section .section-heading {
        margin: 0 0 80px;
    }
}

.intro-section {
    position: relative;
    color: #fff;
}

.int .intro-section {
    margin-top: 74px;
}

@media (min-width: 768px) {
    .intro-section {
        padding: 0 0 100px;
    }
    .int .intro-section {
        margin-top: 112px;
    }
}

@media (min-width: 1024px) {
    .intro-section {
        padding: 0 0 67px;
    }
    .int .intro-section {
        margin-top: 0;
    }
}

@media (min-width: 1366px) {
    .intro-section {
        padding: 0 0 57px;
    }
}

.intro-section .bg-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.int .intro-section .bg-block {
    max-height: 525px;
}

.intro-section .content-holder {
    padding: 74px 0 0;
}

@media (min-width: 768px) {
    .intro-section .content-holder {
        padding: 113px 0 0;
        position: relative;
    }
}

@media (min-width: 1024px) {
    .intro-section .content-holder {
        padding: 160px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .int .intro-section .bg-block:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(00, 00, 00, 0.5) 100%);
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 40%, rgba(00, 00, 00, 0.5) 100%);
        z-index: -1;
    }
}

@media (min-width: 1200px) {
    .intro-section .content-holder {
        padding: 180px 0 0;
    }
}

@media (min-width: 768px) {
    .intro-section .content-holder:before {
        width: 100%;
        height: 100px;
        content: '';
        background-image: url(../images/decor-2.png);
        position: absolute;
        left: 0;
        bottom: 0;
        background-size: 100% auto;
        background-position: top center;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
}

@media (min-width: 1024px) {
    .intro-section .content-holder:after {
        content: '';
        display: block;
        width: 0;
        min-height: 301px;
    }
    .int .intro-section .content-holder:after {
        min-height: 200px;
    }
}

@media (min-width: 1200px) {
    .intro-section .content-holder:before {
        height: 232px;
        margin: 0 0 -17px;
    }
    .int .intro-section .content-holder:after {
        min-height: 350px;
    }
}

.intro-section .content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .intro-section .content {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .intro-section .content {
        position: static;
    }
}

.intro-section .content:after {
    content: '';
    display: block;
    width: 0;
    padding-bottom: 49.7%;
}

@media (min-width: 640px) {
    .intro-section .content:after {
        padding-bottom: 45%;
    }
}

@media (min-width: 768px) {
    .intro-section .content:after {
        padding-bottom: 40%;
    }
}

@media (min-width: 1024px) {
    .intro-section .content:after {
        display: none;
    }
}

.intro-section .social-list {
    position: absolute;
    display: block;
    bottom: 38px;
    right: 19px;
    font-size: 20px;
    z-index: 9;
}

@media (min-width: 768px) {
    .intro-section .social-list {
        font-size: 33px;
    }
}

@media (min-width: 1200px) {
    .intro-section .social-list {
        bottom: 104px;
        right: 57px;
    }
}

@media (min-width: 1366px) {
    .intro-section .social-list {
        bottom: 107px;
        right: 54px;
    }
}

.intro-section .social-list li {
    padding: 4px 0;
}

@media (min-width: 1200px) {
    .intro-section .social-list li {
        padding: 8px 0;
    }
}

.intro-section .slider-holder {
    margin: 0 -20px;
}

.description-holder {
    position: relative;
}

@media (min-width: 768px) {
    .description-holder {
        top: -35px;
        right: 220px;
    }
}

@media (min-width: 1024px) {
    .description-holder {
        right: 180px;
    }
}

@media (min-width: 1100px) {
    .description-holder {
        right: 210px;
    }
}

@media (min-width: 1200px) {
    .description-holder {
        top: -24px;
        right: 280px;
    }
}

@media (min-width: 1280px) {
    .description-holder {
        top: -25px;
        right: 310px;
    }
}

@media (min-width: 1440px) {
    .description-holder {
        top: 0;
        right: 325px;
    }
}

@media (min-width: 768px) {
    .intro-section .slider-holder {
        margin: -70px 0 0;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 1024px) {
    .intro-section .slider-holder {
        margin: -163px 0 0;
    }
}

@media (min-width: 1200px) {
    .intro-section .slider-holder > .container,
    .description-holder > .container {
        max-width: 100%;
        padding: 0 84px;
    }
}

.open-video-btn {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.78);
    margin: 0 auto;
    color: #010d10;
}

@media (min-width: 768px) {
    .open-video-btn {
        width: 70px;
        height: 70px;
        font-size: 40px;
    }
}

@media (min-width: 1024px) {
    .open-video-btn {
        width: 90px;
        height: 90px;
        font-size: 55px;
    }
}

@media (min-width: 1200px) {
    .open-video-btn {
        width: 111px;
        height: 111px;
        font-size: 70px;
    }
}

.open-video-btn:hover {
    background: white;
    color: #010d10;
}

.open-video-btn:before {
    content: "";
    margin: 0 0 0 3px;
}

@media (min-width: 1024px) {
    .open-video-btn:before {
        margin: 4px 0 0 4px;
    }
}

@media (min-width: 1200px) {
    .open-video-btn:before {
        margin: 5px 0 0 5px;
    }
}

@media (min-width: 1024px) {
    .news-slider,
    .desc-slider {
        max-width: 66%;
    }
}

@media (min-width: 1440px) {
    .news-slider,
    .desc-slider {
        max-width: 60%;
    }
}

@media (min-width: 1600px) {
    .news-slider,
    .desc-slider {
        max-width: 55%;
    }
}

@media (min-width: 1800px) {
    .news-slider,
    .desc-slider {
        max-width: 50.9%;
    }
}

.news-slider .text-holder,
.desc-slider .text-holder {
    background-color: rgba(0, 104, 170, 0.84);
    color: #fff;
    padding: 21px 31px 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .news-slider .text-holder,
    .desc-slider .text-holder {
        width: 75%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: -50px 0 0 auto;
        min-height: 120px;
    }
}

@media (min-width: 1200px) {
    .news-slider .text-holder,
    .desc-slider .text-holder {
        width: 75.6%;
        margin: -65px 0 0 auto;
        padding: 23px 30px 30px 61px;
    }
}

@media (min-width: 1440px) {
    .news-slider .text-holder,
    .desc-slider .text-holder {
        width: 70.6%;
        margin: -93px 0 0 auto;
    }
}

.news-slider .subtitle,
.desc-slider .subtitle {
    display: block;
/*    color: #121b4f;*/
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 3.78px;
    font-weight: 700;
    margin: 0 0 11px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .news-slider .subtitle,
    .desc-slider .subtitle {
        margin: 0 0 6px;
    }
}

.news-slider h3,
.news-slider .h3,
.desc-slider h3,
.desc-slider .h3 {
    line-height: 1.333;
}

@media (min-width: 1200px) {
    .news-slider h3,
    .news-slider .h3,
    .desc-slider h3,
    .desc-slider .h3 {
        font-size: 28px;
        line-height: 1em;
    }
}

.news-slider h3 a,
.news-slider .h3 a,
.desc-slider h3 a,
.desc-slider .h3 a {
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    color: inherit;
}

.news-slider h3 a:hover,
 .news-slider .h3 a:hover,
.desc-slider h3 a:hover,
.desc-slider .h3 a:hover {
    -webkit-box-shadow: inset 0 -2px 0 #fff;
    box-shadow: inset 0 -2px 0 #fff;
}

.news-slider .img-holder {
    padding-bottom: 61%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (min-width: 768px) {
    .news-slider .img-holder {
        width: 75%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 35%;
    }
}

@media (min-width: 1200px) {
    .news-slider .img-holder {
        width: 80.1%;
    }
}

@media (min-width: 1440px) {
    .news-slider .img-holder {
        width: 90%;
        padding-bottom: 39.4%;
    }
}

@media (min-width: 768px) {
    .news-slider .item,
    .desc-slider .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.news-slider .slick-arrow {
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    width: 31px;
    height: 31px;
    border: 1px solid transparent;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.59);
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    color: rgba(3, 3, 3, 0.49);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    bottom: -webkit-calc(100vw * .305);
    bottom: calc(100vw * .305);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    cursor: pointer;
}

@media (min-width: 768px) {
    .news-slider .slick-arrow {
        width: 43px;
        height: 43px;
        bottom: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-color: #030303;
        color: #030303;
        background-color: transparent;
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .news-slider .slick-arrow {
        bottom: 21px;
    }
}

@media (min-width: 1440px) {
    .news-slider .slick-arrow {
        bottom: 2px;
    }
}

.news-slider .slick-arrow:hover {
    color: #fff;
    background-color: #3078a7;
}

@media (min-width: 768px) {
    .news-slider .slick-arrow:hover {
        background-color: #030303;
    }
}

.news-slider .slick-arrow.slick-prev {
    left: 16px;
}

@media (min-width: 768px) {
    .news-slider .slick-arrow.slick-prev {
        left: 19px;
    }
}

@media (min-width: 1440px) {
    .news-slider .slick-arrow.slick-prev {
        left: 12%;
    }
}

@media (min-width: 1600px) {
    .news-slider .slick-arrow.slick-prev {
        left: 16%;
    }
}

.news-slider .slick-arrow.slick-next {
    right: 16px;
}

@media (min-width: 768px) {
    .news-slider .slick-arrow.slick-next {
        right: auto;
        left: 68px;
    }
}

@media (min-width: 1440px) {
    .news-slider .slick-arrow.slick-next {
        left: -webkit-calc(12% + 10px);
        left: calc(12% + 10px);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@media (min-width: 1600px) {
    .news-slider .slick-arrow.slick-next {
        left: -webkit-calc(16% + 10px);
        left: calc(16% + 10px);
    }
}

.services-section {
    padding: 66px 0 96px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .services-section {
        padding: 76px 0 152px;
    }
}

@media (min-width: 1440px) {
    .services-section {
        padding: 67px 0 152px;
    }
}

.services-section .section-heading {
    margin-right: auto;
    margin-left: auto;
    max-width: 460px;
}

@media (min-width: 768px) {
    .services-section .section-heading {
        font-size: 24px;
        line-height: 1.4;
        max-width: 612px;
    }
}

@media (min-width: 1024px) {
    .services-section .section-heading {
        max-width: 594px;
    }
}

@media (min-width: 768px) {
    .services-section .section-heading br {
        display: none;
    }
}

@media (max-width: 767px) {
    .services-section .section-heading p {
        display: none;
    }
}

.services-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding: 73px 0 0;
}

@media (min-width: 520px) {
    .services-block {
        margin: 0 auto;
        max-width: 420px;
    }
}

@media (min-width: 1024px) {
    .services-block {
        padding: 38px 0 0;
        margin: 0 10px;
        max-width: none;
    }
}

@media (min-width: 1440px) {
    .services-block {
        padding: 45px 0 0;
        margin: 0 -46px;
    }
}

.services-block li {
    padding: 0 30px;
    margin: 0 0 63px;
    width: 50%;
    text-align: center;
}

@media (min-width: 1024px) {
    .services-block li {
        width: 33.33%;
        padding: 0 80px;
        margin: 0 0 80px;
    }
}

@media (min-width: 1440px) {
    .services-block li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .services-block li.order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .services-block li.order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 767px) {
    .services-block li.order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 767px) {
    .services-block li.order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}

.services-item .icon-holder {
    display:block;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 16px;
}

@media (min-width: 768px) {
    .services-item .icon-holder {
        width: 142px;
        height: 142px;
        margin: 0 auto 22px;
    }
}

.services-item .icon-holder [class^="icon-"] {
    font-size: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 768px) {
    .services-item .icon-holder [class^="icon-"] {
        font-size: 80px;
    }
}

.services-item .title {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    display: block;
}

@media (min-width: 768px) {
    .services-item .title br {
        display: none;
    }
}

.services-item a {
    color: #fff;
    display: block;
}

.services-item a:hover .icon-holder {
    background: rgba(4, 91, 146, 0.7)
}

.media-section {
    padding: 32px 0;
    position: relative;
}

@media (min-width: 768px) {
    .media-section {
        padding: 118px 0;
    }
}

@media (min-width: 768px) {
    .media-section:before {
        width: 140%;
        height: 85px;
        content: '';
        background-image: url(../images/decor-3.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        bottom: 100%;
        background-size: 100% auto;
        background-position: top center;
    }
}

@media (min-width: 1024px) {
    .media-section:before {
        width: 100%;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .media-section:before {
        height: 100px;
    }
}

.media-section .section-heading {
    margin: 0 0 38px 14px;
}

@media (min-width: 1024px) {
    .media-section .section-heading {
        margin: 0 10px 38px 30px;
    }
}

@media (max-width: 767px) {
    .media-section .section-heading h1,
      .media-section .section-heading .h1 {
        font-size: 40px;
        line-height: 1.13;
    }
}

@media (min-width: 1024px) {
    .media-section .section-heading h1,
      .media-section .section-heading .h1 {
        margin: 0 0 38px;
    }
}

@media (min-width: 768px) {
    .media-section .section-heading h1 br,
      .media-section .section-heading .h1 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .media-section .section-heading .btn {
        display: none;
    }
}

.media-section .section-heading h2,
    .media-section .section-heading .h2 {
    padding: 0 10px;
}

@media (min-width: 768px) {
    .news-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -12px 85px;
    }
}

@media (min-width: 1600px) {
    .news-wrap {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .news-wrap {
        max-width: 460px;
        margin: 0 auto 28px;
    }
}

@media (min-width: 768px) {
    .news-wrap .col {
        width: 33.33%;
        padding: 0 6px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .news-wrap .col {
        padding: 0 12px;
    }
}

@media (min-width: 1600px) {
    .news-wrap .col {
        width: 50%;
    }
}

@media (min-width: 1600px) {
    .news-wrap .col.layout-rebuild {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
    }
}

@media (min-width: 1600px) {
    .news-wrap .col.layout-rebuild .column {
        width: 50%;
        padding: 0 12px;
    }
}

.section-layout-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .section-layout-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -15px;
    }
}

@media (min-width: 1600px) {
    .section-layout-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1600px) {
    .section-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -32px;
    }
}

@media (max-width: 767px) {
    .section-wrap {
        margin: 0 auto;
        max-width: 420px;
    }
}

@media (min-width: 1600px) {
    .section-wrap .news-wrap {
        width: 58.5%;
        padding: 20px 32px 0;
    }
}

@media (min-width: 1600px) {
    .section-wrap .section-layout-holder {
        width: 41.5%;
        padding: 0 32px;
    }
}

.news-item {
    background: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 56px;
}

@media (min-width: 768px) {
    .news-item {
        margin: 0 0 22px;
    }
}

.news-item a,
.news-item .news-card {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: block;
    padding: 71px 38px 54px;
    color: #010d10;
    -webkit-box-shadow: 0 22px 34px rgba(18, 18, 43, 0.14);
    box-shadow: 0 22px 34px rgba(18, 18, 43, 0.14);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media (min-width: 768px) {
    .news-item a {
        padding: 16px 16px 20px;
    }
    .news-item .news-card {
        padding: 16px 0 20px;
    }
}

@media (min-width: 1024px) {
    .news-item a,
    .news-item .news-card {
        padding: 16px 34px 22px 42px;
        min-height: 345px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .news-item .news-card {
        padding: 16px 0 22px;
    }
}

.news-item a:hover {
    opacity: .7;
}

@media (min-width: 768px) {
    .news-item p {
        margin: 0 0 27px;
    }
}

.news-item .title {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    color: #3078a7;
    letter-spacing: 4px;
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.news-item .news-card .title {
    padding: 0 34px 0 42px;
}

.news-item .date {
    display: none;
}

@media (min-width: 768px) {
    .news-item .date {
        display: block;
        font-size: 13px;
    }
}

.news-item.top-news {
    height: 100%;
    color: #fff;
}

.news-item.top-news a {
    color: inherit;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

@media (min-width: 1024px) {
    .news-item.top-news a {
        padding: 28px 34px 48px 42px;
    }
}

.news-item.top-news a:after {
    content: '';
    display: block;
    width: 0;
    min-height: 710px;
}

.news-item.top-news a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(67%, rgba(0, 0, 0, 0)), to(black));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, black 100%);
}

.news-item.top-news .title {
    color: inherit;
}

@media (min-width: 1366px) {
    .youtube-wrap {
        padding: 24px 50px 0;
    }
}

@media (max-width: 767px) {
    .youtube-wrap h2,
  .youtube-wrap .h2 {
        margin: 0 0 31px;
    }
}

@media (min-width: 1024px) {
    .youtube-wrap h2,
  .youtube-wrap .h2 {
        margin: 0 0 33px;
    }
}

.facebook-wrap {
    margin: 0 0 45px;
}

@media (min-width: 768px) {
    .facebook-wrap {
        width: 50%;
        padding: 0 15px;
    }
}

@media (min-width: 1024px) {
    .facebook-wrap {
        margin: 0 0 58px;
    }
}

@media (min-width: 1600px) {
    .facebook-wrap {
        width: 100%;
        margin-bottom: 22px;
    }
}

.twitter-wrap {
    margin: 0 0 46px;
}

@media (min-width: 768px) {
    .twitter-wrap {
        width: 50%;
        padding: 0 15px;
    }
}

@media (min-width: 1024px) {
    .twitter-wrap {
        margin: 0 0 58px;
    }
}

@media (min-width: 1600px) {
    .twitter-wrap {
        width: 100%;
        margin-bottom: 22px;
    }
}

.facebook-block {
    margin: 0 0 53px;
}

@media (min-width: 1366px) {
    .facebook-block {
        margin-bottom: 0;
    }
}

.twitter-block {
    margin: 0 0 60px;
}

@media (min-width: 1366px) {
    .twitter-block {
        margin-bottom: 0;
    }
}

.video-block {
    margin: 0 0 43px;
}

@media (min-width: 768px) {
    .video-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -8px;
    }
}

@media (min-width: 1024px) {
    .video-block {
        margin: 0 -18px;
    }
}

@media (min-width: 1600px) {
    .video-block {
        margin: 0 -8px;
    }
}

@media (min-width: 768px) {
    .video-block .col {
        padding: 0 8px;
        width: 33.33%;
    }
}

@media (min-width: 1024px) {
    .video-block .col {
        padding: 0 18px;
    }
}

@media (min-width: 1600px) {
    .video-block .col {
        padding: 0 8px;
    }
}

.video-item .title {
    font-size: 20px;
    line-height: 1.3;
    display: block;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .video-item .title {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .video-item .title {
        font-size: 20px;
    }
}

.video-item .img-preview {
    padding-top: 56%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    margin: 0 0 26px;
}

@media (min-width: 768px) {
    .video-item .img-preview {
        margin: 0 0 15px;
    }
}

@media (min-width: 1024px) {
    .video-item .img-preview {
        padding-top: 63%;
        margin: 0 0 10px;
    }
}

@media (min-width: 1600px) {
    .video-item .img-preview {
        padding-top: 64%;
        margin: 0 0 16px;
    }
}

.video-item .icon-controller-play {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 46px;
}

.video-item a {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    color: #010d10;
}

.video-item a:hover .icon-controller-play {
    opacity: 0.6;
}
