@charset "UTF-8";

.section.breadcrumbs {
    background-color: #1a2d59
}

.section.breadcrumbs .shell {
    max-width: 1344px
}

.section.breadcrumbs ul {
    padding: 0;
    margin: 0
}

.section.breadcrumbs ul li {
    list-style-type: none;
    color: #fff;
    display: inline-block;
    padding: 10px 0
}

@media (min-width:768px) {
    .section.breadcrumbs ul li {
        padding: 20px 0
    }
}

.section.breadcrumbs ul li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    padding: 0 10px;
    width: 6px;
    height: 10px;
    background: url(../images/arrow.png) no-repeat center;
    background-size: contain
}

@media (min-width:768px) {
    .section.breadcrumbs ul li:not(:last-of-type)::after {
        padding: 0 20px
    }
}

.section.breadcrumbs ul li a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px
}

@media (min-width:768px) {
    .section.breadcrumbs ul li a {
        font-size: 14px
    }
}

.section.breadcrumbs ul li a,
.section.breadcrumbs ul li span {
    text-transform: uppercase
}

.section.links .shell-large {
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media (min-width:1200px) {
    .section.links .shell-large {
        max-width: 1420px
    }
}

.section.links .link-item {
    position: relative;
    background-color: #fafafa;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    margin: 15px 0
}

@media (min-width:768px) {
    .section.links .link-item {
        margin: 40px 0
    }
}

.section.links .link-item .content,
.section.links .link-item div[class^=featured-image] {
    width: 100%
}

@media (min-width:768px) {

    .section.links .link-item .content,
    .section.links .link-item div[class^=featured-image] {
        width: 50%
    }
}

.section.links .link-item .content {
    display: inline-block;
    margin-top: 165px;
    padding: 10px 15px
}

@media (min-width:768px) {
    .section.links .link-item .content {
        margin-top: 0;
        padding: 77px 0
    }

    .section.links .link-item .content.with-image-left {
        padding-left: 54px;
        margin-left: 50%;
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .section.links .link-item .content.with-image-left {
        padding-left: 134px
    }
}

@media (min-width:768px) {
    .section.links .link-item .content.with-image-right {
        padding-right: 60px;
        padding-left: 30px
    }

    .section.links .link-item .content.with-image-right p {
        padding-right: 100px
    }
}

.section.links .link-item .content p.button-wrapper {
    margin-top: 15px
}

@media (min-width:768px) {
    .section.links .link-item .content p.button-wrapper {
        margin-top: 40px
    }
}

.section.links .link-item .content a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width:768px) {
    .section.links .link-item .content a {
        text-align: left
    }
}

.section.links .link-item .content .button {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #d31245;
    min-width: 225px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 10px;
    letter-spacing: 2px
}

.section.links .link-item .content h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #1a2d59;
    font-size: 24px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .section.links .link-item .content h3 {
        font-size: 40px;
        line-height: 48px
    }
}

.section.links .link-item .content p {
    font-family: "Open Sans", sans-serif;
    color: #222
}

@media (min-width:768px) {
    .section.links .link-item .content p {
        font-size: 16px;
        line-height: 32px
    }
}

.section.links .link-item div[class^=featured-image] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px
}

@media (min-width:768px) {
    .section.links .link-item div[class^=featured-image] {
        height: 100%;
        width: 50%
    }
}

.section.links .link-item div[class^=featured-image].featured-image-right {
    right: 0
}

.section.links .link-item div[class^=featured-image].featured-image-left {
    left: 0
}

.section.links .link-item div[class^=featured-image] a {
    display: block;
    height: 100%;
    width: 100%
}

.section.links .link-item div[class^=featured-image] a.logo {
    display: flex;
    justify-content: center
}

.section.links .link-item div[class^=featured-image] .bg {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !important
}

.section.links .link-item div[class^=featured-image] .bg.contain {
    background-size: contain !important;
    background-repeat: no-repeat
}

.section.links .link-item div[class^=featured-image] .bg.logo {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center !important;
    max-width: 350px
}

@media (min-width:992px) {
    .blocked-content.content-area .content p.full-width {
        max-width: 1000px
    }
}

.blocked-content .section__box.section__box--blue ul {
    list-style: none
}

.blocked-content .section__box.section__box--blue ul li a:before {
    background: url(../images/plus-icon.png) no-repeat center;
    background-size: 24px 24px
}

@media (min-width:768px) {
    .section-images .section__content .content {
        padding-right: 40px
    }
}

@media (min-width:1024px) {
    .section-images .section__content .content {
        padding-right: 60px
    }
}

.section-text.section-two-columns-content {
    padding-bottom: 0
}

@media (min-width:768px) {
    .section-text.section-text--2-columns .content {
        width: 70%;
        margin: 0 auto
    }
}

.section-text.section-text--3-columns {
    padding-bottom: 0
}

@media (min-width:768px) {
    .section-text.section-text--3-columns {
        padding-bottom: 40px
    }
}

.section-text.map .acf-map {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .section-text.map .acf-map {
        margin-bottom: 0
    }
}

.section-text .gform_wrapper {
    padding: 0 16px
}

@media (min-width:768px) {
    .section-text .gform_wrapper {
        padding: 0
    }
}

.section-text .gform_wrapper .contact-form .gform_footer input[type=submit] {
    max-width: 225px !important;
    margin: 0 auto !important
}

@media (min-width:768px) {
    .section-text .gform_wrapper .contact-form .gform_footer input[type=submit] {
        max-width: 192px !important;
        margin: 0 16px 0 0 !important
    }
}

.section-text .gform_wrapper form .gfield_required {
    color: #d31245
}

.section-text .gform_wrapper form .gfield_error .gfield_label {
    color: #d31245
}

.section-text .gform_wrapper form .validation_message {
    color: #d31245
}

.section-text .gform_wrapper form ul li.gfield.gfield_error {
    color: #d31245
}

.section-text .gform_wrapper form .gform_footer {
    padding-top: 0 !important
}

@media (min-width:768px) {
    .section-text .gform_wrapper form .gform_footer {
        padding-top: 37px !important
    }
}

.section-text .gform_wrapper form .gform_footer input[type=submit] {
    max-width: 225px !important;
    margin: 0 auto !important
}

.section-text .gform_wrapper .gfield--checkbox input:checked~label:before {
    background-color: transparent !important;
    background: url(../images/checked-checkbox.png) no-repeat center;
    background-size: cover
}

.section-text.section-accordion {
    padding-bottom: 45px
}

.section-text.section-accordion .accordion {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.section-text.section-accordion .accordion .accordion__head h3:after {
    background: url(../images/plus-icon.png) no-repeat center;
    background-size: 24px 24px
}

.section-text.section-accordion .accordion .expanded .accordion__head h3:after {
    background: url(../images/minus-icon.png) no-repeat center;
    background-size: 24px 24px
}

.custom-dropdown span.select2-container.select2-container--default,
.custom_select span.select2-container.select2-container--default {
    padding: 26px 0 !important
}

.custom-dropdown span.select2-container.select2-container--default .select2-selection,
.custom_select span.select2-container.select2-container--default .select2-selection {
    border: none
}

.custom-dropdown span.select2-selection__arrow,
.custom_select span.select2-selection__arrow {
    width: 0 !important;
    top: 50% !important;
    right: 30px !important;
    transform: translateY(-50%)
}

span.select2-container.select2-container--default .select2-results__option {
    background: #f8f8f8 !important;
    padding: 15px 10px
}

span.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
    background: #d8d8d8 !important
}

span.select2-container.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background: #d31245 !important
}

.select2-dropdown.select2-dropdown--below {
    border: none
}

.section-form .shell .title {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .section-form .shell .title {
        width: 80%
    }
}

.acf-map {
    min-height: 300px
}

@media (min-width:768px) {
    .acf-map {
        min-height: 560px
    }
}

@media (max-width:768px) {
    .section-text--2-columns h3::after {
        display: none
    }
}

section.section-featured .slider__slide-image {
    position: relative
}

section.section-featured .slider__slide-image a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 99
}

section.section-featured .slick-arrow {
    padding: 30px;
    background-repeat: no-repeat
}

.gform_confirmation_message {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #002a5b;
    margin: 0 0 40px;
    line-height: 1.6;
    text-align: center
}

.section-text .gform_wrapper .onlinePaymentForm .ginput_container {
    width: calc(100% - 142px) !important
}

@media (min-width:768px) {
    .section-text .gform_wrapper .onlinePaymentForm .ginput_container {
        width: calc(100% - 192px) !important
    }
}

.section-text .gform_wrapper .onlinePaymentForm label {
    width: 142px !important
}

@media (min-width:768px) {
    .section-text .gform_wrapper .onlinePaymentForm label {
        width: 192px !important
    }
}

.onlinePaymentForm_wrapper {
    padding: 0 16px !important
}

.onlinePaymentForm__hidden {
    display: none !important
}

.onlinePaymentForm .gfield select {
    display: none
}

.onlinePaymentForm .gfield .select2 {
    width: 100% !important
}

.onlinePaymentForm .ginput_container_name {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .onlinePaymentForm .ginput_container_name {
        flex-direction: row
    }
}

@media (min-width:768px) {

    .onlinePaymentForm .ginput_container_name .name_first,
    .onlinePaymentForm .ginput_container_name .name_last {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.onlinePaymentForm .ginput_container_address .address_city .select2,
.onlinePaymentForm .ginput_container_address .address_city input,
.onlinePaymentForm .ginput_container_address .address_country .select2,
.onlinePaymentForm .ginput_container_address .address_country input,
.onlinePaymentForm .ginput_container_address .address_line_1 .select2,
.onlinePaymentForm .ginput_container_address .address_line_1 input,
.onlinePaymentForm .ginput_container_address .address_line_2 .select2,
.onlinePaymentForm .ginput_container_address .address_line_2 input,
.onlinePaymentForm .ginput_container_address .address_state .select2,
.onlinePaymentForm .ginput_container_address .address_state input,
.onlinePaymentForm .ginput_container_address .address_zip .select2,
.onlinePaymentForm .ginput_container_address .address_zip input {
    float: right;
    width: calc(100% - 142px) !important;
    position: relative
}

@media (min-width:768px) {

    .onlinePaymentForm .ginput_container_address .address_city .select2,
    .onlinePaymentForm .ginput_container_address .address_city input,
    .onlinePaymentForm .ginput_container_address .address_country .select2,
    .onlinePaymentForm .ginput_container_address .address_country input,
    .onlinePaymentForm .ginput_container_address .address_line_1 .select2,
    .onlinePaymentForm .ginput_container_address .address_line_1 input,
    .onlinePaymentForm .ginput_container_address .address_line_2 .select2,
    .onlinePaymentForm .ginput_container_address .address_line_2 input,
    .onlinePaymentForm .ginput_container_address .address_state .select2,
    .onlinePaymentForm .ginput_container_address .address_state input,
    .onlinePaymentForm .ginput_container_address .address_zip .select2,
    .onlinePaymentForm .ginput_container_address .address_zip input {
        width: calc(100% - 192px) !important
    }
}

.onlinePaymentForm .ginput_container_address .address_city label,
.onlinePaymentForm .ginput_container_address .address_country label,
.onlinePaymentForm .ginput_container_address .address_line_1 label,
.onlinePaymentForm .ginput_container_address .address_line_2 label,
.onlinePaymentForm .ginput_container_address .address_state label,
.onlinePaymentForm .ginput_container_address .address_zip label {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 30px 0 !important;
    color: #a1a1a4;
    width: 142px !important;
    float: left
}

@media (min-width:768px) {

    .onlinePaymentForm .ginput_container_address .address_city label,
    .onlinePaymentForm .ginput_container_address .address_country label,
    .onlinePaymentForm .ginput_container_address .address_line_1 label,
    .onlinePaymentForm .ginput_container_address .address_line_2 label,
    .onlinePaymentForm .ginput_container_address .address_state label,
    .onlinePaymentForm .ginput_container_address .address_zip label {
        width: 192px !important
    }
}

.onlinePaymentForm .ginput_container_creditcard .gform_card_icon_container {
    display: none
}

.onlinePaymentForm .ginput_container_creditcard .ginput_full input {
    float: right;
    width: calc(100% - 142px) !important;
    position: relative
}

@media (min-width:768px) {
    .onlinePaymentForm .ginput_container_creditcard .ginput_full input {
        width: calc(100% - 192px) !important
    }
}

.onlinePaymentForm .ginput_container_creditcard .ginput_full label {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 30px 0 !important;
    color: #a1a1a4;
    width: 142px !important;
    float: left
}

@media (min-width:768px) {
    .onlinePaymentForm .ginput_container_creditcard .ginput_full label {
        width: 192px !important
    }
}

.onlinePaymentForm .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_field label {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 30px 0 !important;
    color: #a1a1a4;
    width: 142px !important;
    float: left
}

@media (min-width:768px) {
    .onlinePaymentForm .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_field label {
        width: 192px !important
    }
}

.onlinePaymentForm .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_field .select2 {
    width: calc((100% - 142px)/ 2) !important;
    position: relative;
    float: right
}

@media (min-width:768px) {
    .onlinePaymentForm .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_field .select2 {
        width: calc((100% - 192px)/ 2) !important
    }
}

.onlinePaymentForm .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code_icon {
    display: none
}

.onlinePaymentForm .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code {
    max-width: none !important
}

.onlinePaymentForm .ginput_container_name input::placeholder,
.onlinePaymentForm .ginput_container_number input::placeholder {
    color: #ccc !important
}

.section-text .gform_wrapper .onlinePaymentForm .gfield--address .ginput_container,
.section-text .gform_wrapper .onlinePaymentForm .gfield--creditcard .ginput_container {
    width: 100% !important;
    margin-top: 0 !important
}

@media (min-width:768px) {

    .section-text .gform_wrapper .onlinePaymentForm .gfield--address .ginput_container,
    .section-text .gform_wrapper .onlinePaymentForm .gfield--creditcard .ginput_container {
        width: calc(100% - 192px) !important
    }
}

.gfield.reduced-width .gfield_label {
    width: 20% !important
}

.section-posts .link-wrapper {
    text-align: center
}

.section-posts .link-wrapper .btn {
    text-align: center
}

section:last-of-type.single-navigation {
    margin-bottom: -25px
}

@media (min-width:768px) {
    section:last-of-type.single-navigation {
        margin-bottom: -45px
    }
}

.single-navigation .shell-fluid {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none
}

@media (min-width:768px) {
    .single-navigation .shell-fluid {
        height: 420px
    }
}

@media (min-width:1024px) {
    .single-navigation .shell-fluid {
        height: 480px
    }
}

@media (max-width:767px) {
    .single-navigation .col {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.single-navigation .backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%
}

.single-navigation .contents {
    position: relative;
    z-index: 1
}

.single-navigation .nav-item {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    text-decoration: none
}

@media (min-width:768px) {
    .single-navigation .nav-item {
        height: 420px
    }
}

@media (min-width:1024px) {
    .single-navigation .nav-item {
        height: 480px
    }
}

.single-navigation .nav-item.active .flex-wrap .parent,
.single-navigation .nav-item:hover .flex-wrap .parent {
    color: #fff
}

.single-navigation .nav-item.active .flex-wrap h3,
.single-navigation .nav-item:hover .flex-wrap h3 {
    color: #fff
}

.single-navigation .nav-item.active .bg,
.single-navigation .nav-item:hover .bg {
    opacity: 1;
    background-color: #222
}

@media (max-width:767px) {
    .single-navigation .nav-item.prev {
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8
    }
}

.single-navigation .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0
}

.single-navigation .bg::after {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 1
}

.single-navigation .flex-wrap {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px 0
}

@media (min-width:375px) {
    .single-navigation .flex-wrap {
        padding: 50px
    }
}

@media (min-width:768px) {
    .single-navigation .flex-wrap {
        padding: 70px 50px
    }
}

@media (min-width:992px) {
    .single-navigation .flex-wrap {
        padding: 90px 50px
    }
}

@media (min-width:1024px) {
    .single-navigation .flex-wrap {
        padding: 130px 50px
    }
}

.single-navigation .flex-wrap .parent {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a2d59;
    letter-spacing: 3px;
    line-height: 1.6;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .single-navigation .flex-wrap .parent {
        margin-bottom: 40px
    }
}

@media (min-width:1024px) {
    .single-navigation .flex-wrap .parent {
        margin-bottom: 50px
    }
}

.single-navigation .flex-wrap .parent::before {
    content: "—";
    display: block;
    font-weight: 400
}

.single-navigation .flex-wrap h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #1a2d59;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 27px
}

@media (min-width:768px) {
    .single-navigation .flex-wrap h3 {
        font-size: 40px;
        line-height: 48px
    }
}

.single-navigation .flex-wrap .button {
    display: inline-block;
    margin: 0 auto 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #d31245;
    min-width: 225px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 10px;
    letter-spacing: 2px
}

.section-featured .slider-featured .slick-arrow {
    background-size: 32px 64px !important
}

.section-featured .slider-featured .slick-arrow.slick-prev {
    background-image: url(../images/slider-prev.png)
}

.section-featured .slider-featured .slick-arrow.slick-next {
    background-image: url(../images/slider-next.png)
}

.slider .slider__slide-entry {
    min-height: 240px;
    height: auto !important
}

@media (min-width:768px) {
    .slider .slider__slide-entry {
        min-height: 320px
    }
}

.slider .slider__slide-entry h2 {
    margin-bottom: 0
}

.slider .slider__slide-entry .btn {
    margin-top: 20px;
    width: 225px
}

@media (min-width:768px) {
    .slider .slider__slide-entry .btn {
        margin-top: 40px
    }
}

.slider .slider__slide-image {
    position: relative;
}

.slider .slider__slide-image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 700px;
    background-size: cover !important;
    background-position: center !important;
    margin-left: 0px;
}

.slider-nav .slider__slides:not(.slick-initialized) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap
}

@media (min-width:1024px) {
    .slider-nav .slider__slides:not(.slick-initialized) {
        justify-content: space-around
    }
}

.slider-nav .slider__slides:not(.slick-initialized)::-webkit-scrollbar {
    display: none
}

.slider-nav .slider__slides:not(.slick-initialized) .slider__slide {
    display: inline-block
}

.slider-nav .slider__slides:not(.slick-initialized) a,
.slider-nav .slider__slides:not(.slick-initialized) a.active {
    color: #fff;
    padding: 32px 25px 32px 25px
}

.slider-nav .slider__slides:not(.slick-initialized) a.active:hover,
.slider-nav .slider__slides:not(.slick-initialized) a:hover {
    color: #d31245
}

.slider-nav .shell {
    transition: opacity .3s
}

.slider-nav .slider__clip {
    position: relative
}

.slider-nav .slick-arrow {
    background-image: none;
    width: 30px;
    height: 40px;
    margin-top: 0;
    top: calc(50% - 20px)
}

.slider-nav .slick-arrow.prev {
    left: -15px
}

.slider-nav .slick-arrow.prev span {
    background-image: url(../images/images/sprite/slider-prev-secondary.html)
}

.slider-nav .slick-arrow.next {
    right: -15px
}

.slider-nav .slick-arrow.next span {
    background-image: url(../images/images/sprite/slider-next-secondary.html)
}

.slider-nav .slick-arrow span {
    display: block;
    width: 12px;
    height: 20px;
    margin: 0 auto
}

.slider-nav a {
    transition: .2s
}

.slider-nav a.active,
.slider-nav a:hover {
    color: #d31245
}

.slider-nav a.active::after,
.slider-nav a:hover::after {
    display: none
}

.slider-nav.opacity .shell {
    opacity: 0
}

.honour-roll .honour-roll-container {
    min-height: 70vh
}

.honour-roll .honour-roll-container .search-wrapper {
    background-color: #fafafa;
    padding: 0
}

.honour-roll .honour-roll-container .go-back {
    display: inline-block;
    color: #d31245;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 20px 20px;
    margin-left: -10px
}

.honour-roll .honour-roll-container .go-back::before {
    content: "";
    display: inline-block;
    background: url(../images/arrow-down.svg) no-repeat center;
    width: 16px;
    height: 8px;
    transform: rotate(90deg);
    margin-right: 5px;
    position: relative;
    top: -2px
}

@media (max-width:991px) {
    .honour-roll .honour-roll-container .go-back {
        margin-left: -20px
    }
}

.honour-roll .honour-roll-container .clickable {
    padding: 20px 0
}

.honour-roll .honour-roll-container .clickable:hover {
    cursor: pointer;
    cursor: hand
}

.honour-roll .honour-roll-container .clickable:hover h3 {
    color: #d31245
}

.honour-roll .honour-roll-container .clickable h3 {
    display: block;
    text-align: center;
    margin: 0;
    letter-spacing: .03em;
    vertical-align: middle;
    transition: all .3s ease 0s
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .clickable h3 {
        font-size: 1.125em
    }
}

.honour-roll .honour-roll-container .clickable h3::before {
    display: none
}

.honour-roll .honour-roll-container .clickable h3:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(../images/search-icon2.png) no-repeat center;
    background-size: 26px 26px;
    margin-left: 8px
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .clickable h3:after {
        width: 22px;
        height: 22px;
        background-size: 22px 22px
    }
}

.honour-roll .honour-roll-container .tabs h3 {
    float: left;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 3px 10px 5px;
    letter-spacing: .03em;
    vertical-align: middle;
    transition: all .3s ease 0s;
    width: 50%;
    background-color: #efefef
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .tabs h3 {
        padding: 16px 10px 24px
    }
}

.honour-roll .honour-roll-container .tabs h3 span {
    display: none
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .tabs h3 span {
        display: inline
    }
}

.honour-roll .honour-roll-container .tabs h3.active {
    background-color: #fafafa
}

.honour-roll .honour-roll-container .tabs h3:hover {
    cursor: pointer;
    cursor: hand;
    color: #d31245
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .tabs h3 {
        font-size: 1.125em
    }
}

.honour-roll .honour-roll-container .tabs h3::before {
    display: none
}

.honour-roll .honour-roll-container .search-field {
    position: relative;
    clear: both;
    padding: 30px 15px 30px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .search-field {
        padding: 40px 15px 60px
    }
}

.honour-roll .honour-roll-container .search-field input[type=text] {
    display: block;
    border: none;
    font-size: 1em;
    color: #a1a1a4;
    width: 100%;
    padding: 9px 30px 9px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .search-field input[type=text] {
        padding: 18px 30px 12px
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .search-field input[type=text] {
        font-size: 1.25em
    }
}

.honour-roll .honour-roll-container .search-field:after {
    content: "";
    position: absolute;
    display: block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(../images/search-icon2.png) no-repeat center;
    background-size: 26px 26px;
    right: 30px;
    top: 40px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .search-field:after {
        top: 55px
    }
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .search-field:after {
        width: 22px;
        height: 22px;
        background-size: 22px 22px
    }
}

.honour-roll .honour-roll-container .inductees-wrapper .inductions {
    padding: 36px 0
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions {
        padding: 56px 0
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions {
        padding: 96px 0
    }
}

.honour-roll .honour-roll-container .inductees-wrapper .induction-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #1a2d59;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 28px;
    text-align: center
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .inductees-wrapper .induction-title {
        margin-bottom: 58px
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .inductees-wrapper .induction-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 98px
    }
}

.honour-roll .honour-roll-container .inductees-wrapper .inductions-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 44px;
    min-height: 150px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction {
        min-height: 200px
    }
}

.honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction:hover {
    cursor: pointer;
    cursor: hand
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 88px
    }
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction.view-all {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction .icon {
    display: block;
    width: 100%;
    height: 84px;
    text-align: center;
    margin-bottom: 20px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction .icon {
        height: 100px
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction .icon {
        margin-bottom: 40px
    }
}

.honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction .icon svg {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto
}

.honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction .induction-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #1a2d59;
    text-transform: uppercase;
    letter-spacing: .03em;
    max-width: 140px;
    margin: 0 auto
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction .induction-name {
        font-size: 22px;
        line-height: 30px;
        max-width: 210px
    }
}

@media (min-width:992px) {
    .honour-roll .honour-roll-container .inductees-wrapper .inductions-list .induction .induction-name {
        font-size: 28px;
        line-height: 40px;
        max-width: 230px
    }
}

.honour-roll .honour-roll-container .results-wrapper {
    padding: 0
}

.honour-roll .honour-roll-container .results-wrapper .results {
    padding: 22px 15px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .results-wrapper .results {
        padding: 30px 15px
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .results {
        padding: 60px 15px
    }
}

.honour-roll .honour-roll-container .results-wrapper .total {
    margin-bottom: 46px;
    text-align: center
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .results-wrapper .total {
        text-align: left
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .total {
        margin-bottom: 54px
    }
}

.honour-roll .honour-roll-container .results-wrapper .total p {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #222;
    letter-spacing: .03em
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .total p {
        font-size: 18px
    }
}

.honour-roll .honour-roll-container .results-wrapper .total .search-term {
    color: #d31245
}

.honour-roll .honour-roll-container .results-wrapper .profiles {
    margin-bottom: 38px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles {
        margin-bottom: 68px
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles {
        margin-bottom: 98px
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .profile-heading {
    position: relative;
    padding: 0 15px;
    margin-bottom: 20px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .profile-heading {
        margin: 0
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .profile-heading {
        padding: 0 15px
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles h3 {
    font-size: 24px;
    margin: 0
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles h3 {
        font-size: 40px
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .profile-titles {
    padding: 38px 15px 4px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .profile-titles {
        display: flex
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .profile-titles {
        padding: 38px 30px 4px
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .profile-titles .title {
    flex: 0 0 25%;
    max-width: 25%
}

.honour-roll .honour-roll-container .results-wrapper .profiles .profile-titles .title h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #222;
    letter-spacing: .03em;
    margin: 0 10px 0 0
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .profile-titles .title h4 {
        font-size: 18px
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .total-results {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #222;
    letter-spacing: .03em;
    display: block;
    margin: 0 0 20px -15px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .total-results {
        margin: 0 0 20px 0
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .total-results {
        position: absolute;
        top: 12px;
        right: 0
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .total-results {
        font-size: 18px
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .profile {
    position: relative;
    padding: 18px 15px;
    margin: 0 -15px
}

@media (min-width:375px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .profile {
        margin: 0
    }
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .profile {
        padding: 18px 30px
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .profile:hover.view-more {
    background-color: #f8f8f8
}

.honour-roll .honour-roll-container .results-wrapper .profiles .achievements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 16px;
    z-index: 0;
    overflow: hidden
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column {
        flex: 0 0 25%;
        max-width: 25%;
        line-height: 32px
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column p {
    display: inline-block;
    margin: 0 10px 17px 0;
    line-height: 1.2em;
    vertical-align: middle
}

@media (min-width:768px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column p {
        margin: 0 10px 5px 0
    }
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.year {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.name {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.achievement {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.achievement p {
        margin-bottom: 0
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.link {
    text-align: right
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.link {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.link .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 192px;
    transition: all .3s ease 0s
}

@media (max-width:767px) {
    .honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.link .btn {
        min-width: auto;
        background-color: transparent;
        width: 100%;
        height: 100%
    }

    .honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.link .btn span {
        display: none
    }
}

.honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.link .btn:hover {
    opacity: 1
}

.honour-roll .honour-roll-container .results-wrapper .profiles .achievements .column.link .btn:after {
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    content: "";
    display: block;
    background: url(../images/arrow-right-red-big.png) no-repeat center;
    background-size: 12px 20px;
    width: 12px;
    height: 20px
}

.honour-roll .honour-roll-container .results-wrapper .profiles .achievements:hover .column.link .btn {
    opacity: 1
}

.honour-roll .honour-roll-container .results-wrapper .profiles .load-more-results {
    width: auto;
    text-align: center;
    margin: 30px 0
}

.honour-roll .honour-roll-container .results-wrapper .profiles .load-more-results .btn {
    border: none;
    min-width: 192px
}

.honour-roll .accordion .accordion__head h3 {
    color: #1a2d59;
    text-transform: uppercase
}

.honour-roll .accordion .expanded .accordion__head h3 {
    color: #1a2d59
}

.honour-roll .mention-heading {
    border-bottom: 1px solid #d8d8d8
}

.honour-roll .mention-heading span {
    font-weight: 700;
    color: #d31245;
    line-height: 22px;
    display: inline-block;
    padding: 4px 0
}

.honour-roll .mention-heading span:first-of-type {
    min-width: 90px
}

.honour-roll .mention-content {
    margin-bottom: 38px
}

.honour-roll .mention-content span {
    line-height: 32px;
    color: #222;
    display: inline-block;
    padding: 4px 0
}

.honour-roll .mention-content span:first-of-type {
    min-width: 90px
}

.honour-roll .col--1of3 {
    display: none
}

@media (min-width:768px) {
    .honour-roll .col--1of3 {
        display: block
    }
}

#honour-roll-form div.error {
    background-color: #d31245;
    color: #fff;
    padding: 15px !important;
    margin-bottom: 30px !important
}

#honour-roll-form p.title {
    color: #d31245;
    font-weight: 700
}

@media (min-width:768px) {
    #honour-roll-form p.title {
        font-size: 18px
    }
}

#honour-roll-form p.title.spaced {
    margin-top: 40px !important
}

#honour-roll-form span.error {
    color: #d31245;
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

#honour-roll-form .files-wrapper,
#honour-roll-form .text-area-wrapper {
    border-bottom: 0;
    margin-top: 30px !important
}

#honour-roll-form .files-wrapper .ginput_container,
#honour-roll-form .text-area-wrapper .ginput_container {
    width: 100% !important
}

#honour-roll-form .files-wrapper textarea,
#honour-roll-form .text-area-wrapper textarea {
    margin-top: 15px !important;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    padding: 15px !important
}

#honour-roll-form .files-wrapper .files {
    margin-top: 15px !important;
    border: 2px dashed #d8d8d8;
    padding: 15px !important;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#honour-roll-form .files-wrapper .files .dz-message {
    color: #d8d8d8
}

#honour-roll-form .files-wrapper .files .dz-message .fa-plus {
    display: block;
    width: 23px !important;
    height: 25px;
    margin: 10px auto !important;
    background: url(../images/plus-icon-gray.png) no-repeat center;
    background-size: cover !important
}

#honour-roll-form .files-wrapper .files .dz-message p small {
    font-size: 16px
}

#honour-roll-form .files-wrapper .files .dz-preview,
#honour-roll-form .files-wrapper .files .dz-preview * {
    width: 120px !important
}

#honour-roll-form .files-wrapper .files .dz-progress {
    margin-top: -8px !important;
    width: 80px !important;
    margin-left: -40px !important
}

#honour-roll-form .files-wrapper .files .dz-error-mark,
#honour-roll-form .files-wrapper .files .dz-success-mark {
    margin-left: -27px !important;
    margin-top: -27px !important
}

#honour-roll-form .button.gform_button {
    position: relative
}

#honour-roll-form .button.gform_button .loader-1 {
    width: 32px !important
}

.loader-1 {
    height: 32px;
    width: 32px !important;
    -webkit-animation: loader-1-1 4.8s linear infinite;
    animation: loader-1-1 4.8s linear infinite;
    position: absolute;
    top: 6px;
    right: 10px
}

@-webkit-keyframes loader-1-1 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes loader-1-1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-1 span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    height: 32px !important;
    width: 32px;
    clip: rect(0, 32px, 32px, 16px);
    -webkit-animation: loader-1-2 1.2s linear infinite;
    animation: loader-1-2 1.2s linear infinite
}

@-webkit-keyframes loader-1-2 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(220deg)
    }
}

@keyframes loader-1-2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(220deg)
    }
}

.loader-1 span::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px !important;
    clip: rect(0, 32px, 32px, 16px);
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: loader-1-3 1.2s cubic-bezier(.77, 0, .175, 1) infinite;
    animation: loader-1-3 1.2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-1-3 {
    0% {
        -webkit-transform: rotate(-140deg)
    }

    50% {
        -webkit-transform: rotate(-160deg)
    }

    100% {
        -webkit-transform: rotate(140deg)
    }
}

@keyframes loader-1-3 {
    0% {
        transform: rotate(-140deg)
    }

    50% {
        transform: rotate(-160deg)
    }

    100% {
        transform: rotate(140deg)
    }
}

.payment-form {
    max-width: 640px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px
}

.payment-form .gform_wrapper .footer {
    position: relative
}

.payment-form .gform_wrapper .gform_ajax_spinner {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: calc(100% + 30px) !important
}

.payment-form .gform_wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 640px
}

.payment-form .gform_wrapper form {
    position: relative
}

.payment-form .gform_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important
}

.payment-form .gform_wrapper li {
    border-bottom: 1px solid #d8d8d8;
    @util clearfix;
    display: block;
    overflow: hidden
}

.payment-form .gform_wrapper input {
    display: block;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 30px 0 !important;
    letter-spacing: .5px;
    color: #222;
    appearance: none;
    border: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 1px !important
}

.payment-form .gform_wrapper input:focus::placeholder {
    opacity: 0
}

.payment-form .gform_wrapper textarea:focus::placeholder {
    opacity: 0
}

.payment-form .gform_wrapper label {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 30px 0 !important;
    color: #a1a1a4;
    width: 192px !important;
    float: left
}

.payment-form .gform_wrapper .ginput_container {
    float: right;
    width: calc(100% - 192px) !important;
    position: relative
}

.payment-form .gform_wrapper .ginput_container .validation_message {
    display: none !important
}

.payment-form .gform_wrapper .gfield--checkbox {
    border: none !important
}

.payment-form .gform_wrapper .gfield--checkbox input {
    display: none !important
}

.payment-form .gform_wrapper .gfield--checkbox label {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: .5px !important;
    color: #222;
    width: 100% !important;
    padding-left: 37px !important;
    position: relative;
    display: block;
    padding-right: 230px !important
}

.payment-form .gform_wrapper .gfield--checkbox label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #d8d8d8;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px
}

.payment-form .gform_wrapper .gfield--checkbox input:checked~label:before {
    background-color: #a1a1a4
}

.payment-form .gform_wrapper .gfield--checkbox .ginput_container {
    width: 100% !important;
    float: none
}

.payment-form .gform_wrapper .gfield--checkbox .validation_message {
    display: none !important
}

.payment-form .gform_wrapper .gfield--checkbox li {
    border: none
}

.payment-form .gform_wrapper .gfield--checkbox .gfield_label {
    display: none
}

.payment-form .gform_wrapper .gform_footer {
    text-align: center;
    padding-top: 20px !important
}

.payment-form .gform_wrapper .gform_footer img {
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.payment-form .gform_wrapper .gform_button {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    line-height: 40px !important;
    min-height: 1px !important;
    background-color: #d31245;
    padding: 0 !important;
    width: 225px !important;
    transition: .3s
}

.payment-form .gform_wrapper .gform_button:hover {
    background-color: #002a5b
}

.payment-form .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    margin: 0 !important;
    border-width: 0 0 1px !important
}

.payment-form .gform_wrapper li.gfield.gfield_error input {
    border: none !important
}

.payment-form .gform_wrapper div.validation_error {
    display: none
}

.payment-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important
}

.payment-form #payment-option {
    margin-top: 30px !important
}

.section-posts .section__title a {
    text-decoration: none
}

.menu-active .header.header--shrink .header__popup {
    height: calc(100vh - 60px)
}

.menu-active .header .header__popup {
    height: calc(100vh - 20px);
}

.menu-active .header .nav-utilities .nav__login-mobile {
    display: inline-block;
    margin-right: 0
}

.menu-active .header .nav-utilities .nav__login-mobile .ico-login {
    width: 17px;
    height: 21px;
    background: url(../images/login-icon.svg) no-repeat center
}

.menu-active .header .nav-utilities .ico-phone {
    background: url(../images/phone-blue-icon.png) no-repeat center;
    background-size: 16px 21px
}

@media (min-width:768px) {
    .menu-active .header .nav-utilities .ico-phone {
        background-size: 18px 24px
    }
}

.menu-active .header .nav-utilities .ico-location {
    background: url(../images/location-blue-icon.png) no-repeat center;
    background-size: 14px 19px
}

@media (min-width:768px) {
    .menu-active .header .nav-utilities .ico-location {
        background-size: 18px 24px
    }
}

.menu-active .header .nav-utilities .ico-search {
    background: url(../images/search-blue-icon.png) no-repeat center;
    background-size: 16px 16px
}

@media (min-width:768px) {
    .menu-active .header .nav-utilities .ico-search {
        background-size: 24px 24px
    }
}

@media (min-width:768px) {
    .header.header--shrink .nav-utilities ul li:not(.nav__login) {
        opacity: 0;
        transform: translateY(-50px)
    }

    .menu-active .header.header--shrink .nav-utilities ul li:not(.nav__login) {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (min-width:768px) {
    .header .logo img {
        display: block;
        margin: 0 auto;
    }
}

.header .nav-back:before {
    background: url(../images/arrow-left-red-big.png) no-repeat center;
    background-size: 10px 16px
}

.header .header__content .header__link {
    display: none;
    width: auto
}

@media (min-width:768px) {
    .header .header__content .header__link {
        display: inline-block
    }
}

@media (min-width:768px) {
    .header .header__content a {
        flex: 0 0 33.33333%;
        display: block
    }

    .header .header__content a:last-of-type {
        text-align: right
    }
}

.header .nav-utilities {
    transition: .3s;
    display: block;
    width: auto
}

@media (min-width:768px) {
    .header .nav-utilities {
        width: 100%
    }
}

.header .nav-utilities ul li {
    transition: .3s;
    opacity: 1;
    transform: translateY(0)
}

@media (min-width:768px) {
    .header .nav-utilities ul li.nav__login {
        opacity: 1;
        transform: translateY(0)
    }
}

.header .nav-utilities ul li.nav__login .ico-login {
    background: url(../images/logo-login.png) no-repeat center;
    background-size: 99px 160px;
    height: 160px;
    width: 99px;
    margin-right: -16px
}

.header .nav-utilities ul li.nav__search {
    display: inline-block
}

.header .nav-utilities ul li.nav__login-mobile {
    display: inline-block;
    margin-right: 21px
}

.header .nav-utilities ul li.nav__login-mobile .ico-login {
    width: 17px;
    height: 21px;
    background: url(../images/login-icon.svg) no-repeat center
}

@media (min-width:768px) {
    .header .nav-utilities ul li.nav__login-mobile {
        display: none !important
    }
}

.header .nav-utilities ul li.phone {
    overflow: hidden
}

.header .nav-utilities ul li.phone a {
    cursor: pointer
}

.header .nav-utilities ul li.phone span {
    display: none;
    color: #fff;
    font-family: "Open Sans";
    font-weight: 700;
    transition: .2s transform;
    transform: translateX(-100%)
}

@media (min-width:768px) {
    .header .nav-utilities ul li.phone span {
        display: inline-block;
        padding-right: 10px
    }
}

.header .nav-utilities ul li.phone:hover span {
    transform: translateX(0)
}

.header .nav-utilities ul li a {
    display: block
}

.header .nav-utilities .ico-phone {
    background: url(../images/phone-blue-icon.png) no-repeat center;
    background-size: 16px 21px
}

@media (min-width:768px) {
    .header .nav-utilities .ico-phone {
        background: url(../images/phone-icon.png) no-repeat center;
        background-size: 18px 24px
    }
}

.header .nav-utilities .ico-location {
    background: url(../images/location-blue-icon.png) no-repeat center;
    background-size: 14px 19px
}

@media (min-width:768px) {
    .header .nav-utilities .ico-location {
        background: url(../images/location-icon.png) no-repeat center;
        background-size: 18px 24px
    }
}

.header .nav-utilities .ico-search {
    background: url(../images/search-blue-icon.png) no-repeat center;
    background-size: 16px 16px
}

@media (min-width:768px) {
    .header .nav-utilities .ico-search {
        background: url(../images/search-icon.png) no-repeat center;
        background-size: 24px 24px
    }
}

@media (min-width:770px) {
    .header .header__popup {
        overflow-y: hidden
    }
}

.header .header__popup .nav {
    margin-bottom: 40px;
    height: calc(100vh - 350px)
}

@media (min-width:768px) {
    .header .header__popup .nav {
        height: auto;
        margin-bottom: 50px;
    }
}

.header .header__popup .nav ul li a {
    padding-bottom: 0;
    font-weight: 900;
}

@media (min-width:768px) {
    .header .header__popup .nav ul li a {
        padding-bottom: 4px;
        font-size: 12px;
    }
}

@media (min-width:992px) {
    .header .header__popup .nav ul li a {
        padding-bottom: 10px
    }
}

.header .header__popup .nav ul li.menu-item-has-children>a {
    position: relative;
    font-size: 16px;
}

.header .header__popup .nav ul li.menu-item-has-children>a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: none;
    background: url(../images/arrow-right-red-big.png) no-repeat center;
    background-size: 10px 16px;
    width: 10px;
    height: 16px;
    margin-top: -8px
}

@media (min-width:1024px) {
    .header .header__popup .nav ul li.menu-item-has-children>a:after {
        right: 10%
    }
}

.header .header__popup .nav ul li.menu-item-has-children.hover>a:after,
.header .header__popup .nav ul li.menu-item-has-children:hover>a:after {
    display: block
}

.header .header__popup .nav ul.sub-menu {
    padding-left: 0
}

@media (min-width:768px) {
    .header .header__popup .nav ul.sub-menu {
        padding-top: 22px;
        padding-left: 20px
    }
    .header .header__popup .nav ul li.menu-item-has-children>a {
        position: relative;
        font-size: 12px;
    }
    
}

@media (min-width:770px) {
    .header .header__popup .nav .nav__second-level {
        display: none
    }
}

.header .header__popup .nav .nav__second-level .menu-item-has-children>a:after {
    background: url(../images/arrow-right-blue-big.png) no-repeat center;
    background-size: 10px 16px
}

.header .header__popup .nav .nav__second-level .menu-item-has-children>a:hover:after {
    background: url(../images/arrow-right-red-big.png) no-repeat center;
    background-size: 10px 16px
}

.header .widget-search .search-form .search__field {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase
}

.header .widget-search .search-form .search__field::-webkit-input-placeholder {
    text-align: center
}

.header .nav-secondary {
    display: none
}

@media (min-width:1200px) {
    .header .nav-secondary {
        display: block
    }
}

.header .socials ul li {
    display: inline-block;
    margin: 0 6px 6px
}

@media (min-width:992px) {
    .header .socials ul li {
        margin: 0 8px 8px
    }
}

.header .socials ul li:last-child {
    display: inline-block
}

.header .socials a {
    display: block;
    width: 40px;
    height: 40px
}

@media (min-width:992px) {
    .header .socials a {
        width: 56px;
        height: 56px
    }
}

.header .socials em {
    width: 40px;
    height: 40px
}

@media (min-width:992px) {
    .header .socials em {
        width: 56px;
        height: 56px
    }
}

.header .socials .ico-linkedin {
    background: url(../images/linkedin.svg) no-repeat center;
    background-size: cover
}

.mobile-only {
    display: block
}

@media (min-width:768px) {
    .mobile-only {
        display: none !important
    }
}

.footer .scrollUp {
    opacity: 0;
    transition: .3s;
    position: fixed;
    bottom: 80px;
    right: 50px;
    visibility: hidden;
    border: none;
    border: 0
}

@media (min-width:768px) {
    .footer .scrollUp {
        border-radius: 50%;
        background-image: url(../images/scroll-up.svg);
        color: #fff;
        width: 46px;
        height: 46px;
        min-width: 0;
        text-align: center;
        padding: 0
    }

    .footer .scrollUp.visible {
        visibility: visible;
        opacity: 1
    }
}

.footer-messages {
    width: 100%;
    clear: both;
    padding-top: 4rem
}

@media (min-width:768px) {
    .footer-messages {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        text-align: left
    }

    .footer-messages .copyright {
        display: flex;
        align-self: flex-end;
        margin-top: auto
    }
}

.footer-messages>* {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .footer-messages>* {
        flex: 0 0 33%
    }
}

.footer-messages>* p {
    max-width: 350px;
    padding-left: 15px;
    margin: 0 auto
}

@media (min-width:768px) {
    .footer-messages>* p {
        max-width: none;
        margin: 0;
        padding-left: 0;
        padding-right: 15px
    }
}

.footer-messages .acknowledgement,
.footer-messages .message {
    color: #fff;
    opacity: .6
}

.content-area .content ul {
    max-width: 640px;
    margin: 0 auto 1.3em
}

.content-area .content ul li {
    margin: 0
}

.content-area .content ul a {
    color: #d31245;
    text-decoration: none;
    opacity: .7;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.content-area .content ul a:hover {
    opacity: 1
}

.single .article .article__entry ul {
    padding-left: 15px
}

@media (min-width:768px) {
    .single .article .article__entry .img-fluid:not(.preserve) {
        width: 100%;
        max-width: 700px;
        margin: 0 auto 80px
    }
}

.single .article .article__entry .img-fluid.alighright,
.single .article .article__entry .img-fluid.alignleft {
    margin-bottom: 0
}

.single .article .article__entry table {
    max-width: 640px !important;
    width: 100% !important;
    margin: 0 auto 20px
}

.single .article .article__entry table.aligncenter {
    display: table
}

.single .article .article__entry table.alignleft {
    display: table
}

.single .article .article__entry table.alignright {
    display: table
}

.single .article .article__entry tr {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8
}

.single .article .article__entry td {
    display: table-cell;
    padding: 5px 10px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8
}

.single .article .article__entry.business .business__logo img {
    width: 100px;
    height: 100px;
    margin-bottom: 0
}

@media (min-width:375px) {
    .single .article .article__entry.business .business__logo img {
        height: 100px;
        width: 100px
    }
}

@media (min-width:768px) {
    .single .article .article__entry.business .business__logo img {
        height: 150px;
        width: 150px
    }
}

@media (min-width:992px) {
    .single .article .article__entry.business .business__logo img {
        height: 200px;
        width: 200px
    }
}

.single .article .article__entry.business .article__entry.business p:last-of-type {
    margin-bottom: 0
}

.single .article .article__entry.business .socials {
    display: flex;
    justify-content: right;
    max-width: 640px;
    margin: 0 auto;
    padding-right: 2px
}

.single .article .article__entry.business .socials a {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 12px
}

.single .article .article__entry.business .socials a:after {
    display: none
}

.single .article .article__entry.business .socials a em {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.single .article .article__entry.business .socials .ico-facebook,
.single .article .article__entry.business .socials .ico-gplus,
.single .article .article__entry.business .socials .ico-instagram,
.single .article .article__entry.business .socials .ico-twitter {
    width: 42px;
    height: 42px
}

.single .article .article__entry.business .socials .ico-linkedin {
    width: 18px;
    height: 18px
}

@media (max-width:767px) {
    .single .article .gallery .gallery-item {
        width: 100%
    }
}

.single .article .gallery .bg {
    height: 236px;
    background-position: center !important;
    background-size: cover !important
}

@media (min-width:375px) {
    .single .article .gallery .bg {
        height: 291px
    }
}

@media (min-width:768px) {
    .single .article .gallery .bg {
        height: 214px
    }
}

@media (min-width:992px) {
    .single .article .gallery .bg {
        height: 314px
    }
}

@media (min-width:1200px) {
    .single .article .gallery .bg {
        height: 353px
    }
}

.single-business .intro {
    padding-bottom: 96px
}

.section.intro.intro--small {
    padding-bottom: 96px
}

.socials .business-icon {
    transform: scale(2);
    margin-top: 8px
}

.single-profile .main {
    padding-top: 0
}

.single-profile .go-back {
    display: inline-block;
    color: #d31245;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 20px 20px;
    margin-left: -10px
}

.single-profile .go-back::before {
    content: "";
    display: inline-block;
    background: url(../images/arrow-down.svg) no-repeat center;
    width: 16px;
    height: 8px;
    transform: rotate(90deg);
    margin-right: 5px;
    position: relative;
    top: -2px
}

@media (max-width:991px) {
    .single-profile .go-back {
        margin-left: -20px
    }
}

.single-profile .load-content-wrapper {
    text-align: center
}

@media (min-width:375px) {
    .single-profile .load-content-wrapper {
        text-align: left
    }
}

.single-profile .load-content-wrapper .btn {
    margin: 15px 0
}

.single-profile .load-content-wrapper .btn.load-less-content {
    display: none !important
}

.single-profile .more-content {
    display: none
}

.single-profile .profile-header .shell {
    padding: 0
}

.single-profile .photo {
    width: 250px;
    height: 250px;
    background-position: center;
    background-size: cover !important;
    border-radius: 50%;
    margin: 0 auto
}

@media (min-width:375px) {
    .single-profile .photo {
        width: 320px;
        height: 320px
    }
}

@media (min-width:768px) {
    .single-profile .photo {
        width: 369px;
        height: 369px
    }
}

.single-profile .section-text {
    padding-top: 30px
}

@media (min-width:768px) {
    .single-profile .section-text {
        padding-top: 0
    }
}

@media (min-width:768px) {
    .single-profile .section-text .shell h3 {
        margin-top: -6px;
        font-size: 40px
    }
}

@media (min-width:768px) {
    .single-profile .section-text .col.no-photo {
        padding-top: 35px
    }
}

.single-profile .profiles {
    margin-bottom: 8px;
    padding: 0
}

.single-profile .profiles .profile-heading {
    position: relative;
    padding: 0 15px;
    margin-bottom: 20px
}

@media (min-width:375px) {
    .single-profile .profiles .profile-heading {
        margin: 0
    }
}

@media (min-width:768px) {
    .single-profile .profiles .profile-heading {
        padding: 0 15px
    }
}

.single-profile .profiles h3 {
    font-size: 24px;
    margin: 0
}

@media (min-width:768px) {
    .single-profile .profiles h3 {
        font-size: 40px
    }
}

.single-profile .profile-heading {
    position: relative;
    padding: 0 15px;
    margin-bottom: 20px
}

@media (min-width:375px) {
    .single-profile .profile-heading {
        margin: 0
    }
}

@media (min-width:768px) {
    .single-profile .profile-heading {
        padding: 0 15px
    }
}

.single-profile .profile-titles {
    padding: 38px 15px 4px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8
}

@media (min-width:768px) {
    .single-profile .profile-titles {
        display: flex
    }
}

@media (min-width:768px) {
    .single-profile .profile-titles {
        padding: 38px 30px 4px
    }
}

.single-profile .profile-titles .title {
    flex: 0 0 25%;
    max-width: 25%
}

.single-profile .profile-titles .title h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #222;
    letter-spacing: .03em;
    margin: 0 10px 0 0
}

@media (min-width:768px) {
    .single-profile .profile-titles .title h4 {
        font-size: 18px
    }
}

.single-profile .profile {
    position: relative;
    padding: 18px 15px;
    margin: 0 -15px
}

@media (min-width:375px) {
    .single-profile .profile {
        margin: 0
    }
}

@media (min-width:768px) {
    .single-profile .profile {
        padding: 18px 30px
    }
}

.single-profile .profile:hover.view-more {
    background-color: #f8f8f8
}

.single-profile .profile .achievements .column.year {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .single-profile .profile .achievements .column.year {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.single-profile .profile .achievements .column.name {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .single-profile .profile .achievements .column.name {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.single-profile .profile .achievements .column.achievement {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .single-profile .profile .achievements .column.achievement {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.single-profile .achievements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.single-profile .achievements .column {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 16px;
    z-index: 0;
    overflow: hidden
}

@media (min-width:768px) {
    .single-profile .achievements .column {
        flex: 0 0 25%;
        max-width: 25%;
        line-height: 32px
    }
}

.single-profile .achievements .column p {
    display: inline-block;
    margin: 0 10px 17px 0;
    line-height: 1.2em;
    vertical-align: middle
}

@media (min-width:768px) {
    .single-profile .achievements .column p {
        margin: 0 10px 5px 0
    }
}

@media (max-width:767px) {
    .single-profile .achievements .column.year {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width:767px) {
    .single-profile .achievements .column.name {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (max-width:767px) {
    .single-profile .achievements .column.achievement {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .single-profile .achievements .column.achievement p {
        margin-bottom: 0
    }
}

.single-profile .achievements .column.link {
    text-align: right
}

@media (max-width:767px) {
    .single-profile .achievements .column.link {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
}

.single-profile .achievements .column.link .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 192px;
    transition: all .3s ease 0s
}

@media (max-width:767px) {
    .single-profile .achievements .column.link .btn {
        min-width: auto;
        background-color: transparent;
        width: 100%;
        height: 100%
    }

    .single-profile .achievements .column.link .btn span {
        display: none
    }
}

.single-profile .achievements .column.link .btn:hover {
    opacity: 1
}

.single-profile .achievements .column.link .btn:after {
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    content: "";
    display: block;
    background: url(../images/arrow-right-red-big.png) no-repeat center;
    background-size: 12px 20px;
    width: 12px;
    height: 20px
}

.single-profile .achievements:hover .column.link .btn {
    opacity: 1
}

.single-profile .gallery-profile .slider {
    margin: 0 -15px
}

.single-profile .gallery-profile .slick-track {
    margin-left: 0;
    margin-right: 0
}

.single-profile .gallery-profile .slick-slide {
    margin: 0 15px
}

.single-profile .gallery-profile .slide {
    display: inline-block
}

.single-profile .gallery-profile .slide a {
    display: block
}

.single-profile .gallery-profile .slide .bg {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px
}

@media (min-width:375px) {
    .single-profile .gallery-profile .slide .bg {
        height: 280px
    }
}

.single-profile .gallery-profile .slider .slick-next,
.single-profile .gallery-profile .slider .slick-prev {
    display: block !important;
    width: 50px;
    background: 0 0;
    border: 0
}

.single-profile .gallery-profile .slider .slick-next::before,
.single-profile .gallery-profile .slider .slick-prev::before {
    background: url(../images/slider-next.png) no-repeat center;
    background-size: cover;
    height: 32px;
    width: 30px;
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
    z-index: 1000;
    content: "";
    transform: rotate(180deg)
}

@media (min-width:768px) {

    .single-profile .gallery-profile .slider .slick-next::before,
    .single-profile .gallery-profile .slider .slick-prev::before {
        height: 64px;
        width: 60px;
        top: calc(50% - 32px)
    }
}

.single-profile .gallery-profile .slider .slick-next {
    left: auto;
    right: 0;
    opacity: 1
}

.single-profile .gallery-profile .slider .slick-next::before {
    left: auto;
    right: 20px;
    transform: rotate(0)
}

.single-profile .name.title::before {
    display: none
}

@media (min-width:768px) {
    .search .search-results {
        padding-top: 59px
    }
}

.search p.total {
    font-weight: 700;
    color: #1a2d59;
    font-size: 13px;
    position: relative;
    text-transform: uppercase
}

.search p.total::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 1px;
    width: 12px;
    height: 1px;
    border-top: 2px solid #1a2d59
}

@media (min-width:768px) {
    .search p.total::before {
        top: -10px
    }
}

@media (min-width:768px) {
    .search .posts {
        padding-top: 60px
    }
}

.search .text-center {
    text-align: center
}

.search .heading {
    position: relative
}

.search .heading h2 {
    color: #1a2d59;
    display: inline-block;
    margin-bottom: 40px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .search .heading h2 {
        font-size: 40px;
        margin-bottom: 80px
    }
}

.search .results {
    display: inline-block;
    font-weight: 700;
    color: #002a5b;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 46px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .search .results {
        bottom: 91px
    }
}

.search .post__content h3 {
    color: #1a2d59
}

@media (min-width:768px) {
    .search .post__content h3 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.search .post__content h3 a {
    text-decoration: none
}

.search .post__content p {
    color: #1a2d59;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: .5px
}

.search .post__content a.permalink {
    color: #a1a1a4;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none
}

.search ul.posts {
    margin: 0
}

.search ul.posts li {
    display: inline-block;
    float: none;
    padding-left: 0;
    vertical-align: top
}

@media (min-width:768px) {
    .search ul.posts li {
        padding-bottom: 80px
    }
}

.search ul.posts li:hover h3 {
    color: #d31245
}

.search p.text-center {
    margin: 0 0 60px
}

@media (min-width:768px) {
    .search p.text-center {
        margin: 0 0 12px
    }
}

.search .article--not-found .results {
    position: relative;
    right: auto;
    bottom: 0
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.files,
.files * {
    box-sizing: border-box
}

.files {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px 20px
}

.files.dz-clickable {
    cursor: pointer
}

.files.dz-clickable * {
    cursor: default
}

.files.dz-clickable .dz-message,
.files.dz-clickable .dz-message * {
    cursor: pointer
}

.files.dz-started .dz-message {
    display: none
}

.files.dz-drag-hover {
    border-style: solid
}

.files.dz-drag-hover .dz-message {
    opacity: .5
}

.files .dz-message {
    text-align: center;
    margin: 2em 0
}

.files .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.files .dz-preview:hover {
    z-index: 1000
}

.files .dz-preview:hover .dz-details {
    opacity: 1
}

.files .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.files .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.files .dz-preview.dz-image-preview {
    background: #fff
}

.files .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.files .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.files .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.files .dz-preview:hover .dz-details {
    opacity: 1
}

.files .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.files .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.files .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.files .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.files .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.files .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.files .dz-preview .dz-details .dz-filename span,
.files .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.files .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.files .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.files .dz-preview .dz-image img {
    display: block
}

.files .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.files .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.files .dz-preview .dz-error-mark,
.files .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.files .dz-preview .dz-error-mark svg,
.files .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.files .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.files .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.files .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.files .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.files .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.files .dz-preview.dz-error .dz-error-message {
    display: block
}

.files .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.files .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

.files .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.lead-magnet-form {
    padding: 60px;
    background-color: #fafafa;
    align-items: center
}

@media (max-width:375px) {
    .lead-magnet-form {
        justify-content: center
    }
}

@media (max-width:768px) {
    .lead-magnet-form {
        justify-content: center
    }
}

.lead-magnet-form__img-adj {
    margin-right: 0 !important
}

@media (max-width:375px) {
    .lead-magnet-form__img-adj {
        order: 0 !important
    }
}

@media (max-width:768px) {
    .lead-magnet-form__img-adj {
        order: 0 !important
    }
}

@media (max-width:375px) {
    .lead-magnet-form {
        padding: 20px
    }
}

@media (max-width:768px) {
    .lead-magnet-form {
        padding: 30px
    }
}

@media (max-width:992px) {
    .lead-magnet-form {
        padding: 40px
    }
}

.lead-magnet-form-section__form-input {
    padding: 23px 0;
    border-bottom: 1px solid #a1a1a4
}

.lead-magnet-form-section__btn-wrap {
    text-align: center
}

.lead-magnet-form-section__btn {
    margin-top: 34px;
    background-color: #d31245;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    color: #fff;
    border: none
}

.lead-magnet-form-section__btn:hover {
    background-color: #1a2d59
}

.lead-magnet-form-section label {
    font-size: 14px;
    font-weight: 700;
    color: #a1a1a4;
    display: inline-block;
    width: 150px
}

.lead-magnet-form-section input {
    background: 0 0;
    border: none;
    color: #222;
    font-size: 16px;
    min-width: 100%
}

@media (min-width:1200px) {
    .lead-magnet-form-section input {
        min-width: 69%
    }
}

.business-directory .business-directory-container {
    min-height: 50vh
}

.business-directory .business-directory-container .search-wrapper {
    background-color: #fafafa;
    padding: 0
}

.business-directory .business-directory-container .clickable {
    padding: 20px 0
}

.business-directory .business-directory-container .clickable:hover {
    cursor: pointer;
    cursor: hand
}

.business-directory .business-directory-container .clickable:hover h3 {
    color: #d31245
}

.business-directory .business-directory-container .clickable h3 {
    display: block;
    text-align: center;
    margin: 0;
    letter-spacing: .03em;
    vertical-align: middle;
    transition: all .3s ease 0s
}

@media (max-width:767px) {
    .business-directory .business-directory-container .clickable h3 {
        font-size: 1.125em
    }
}

.business-directory .business-directory-container .clickable h3::before {
    display: none
}

.business-directory .business-directory-container .clickable h3:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(../images/search-icon2.png) no-repeat center;
    background-size: 26px 26px;
    margin-left: 8px
}

@media (max-width:767px) {
    .business-directory .business-directory-container .clickable h3:after {
        width: 22px;
        height: 22px;
        background-size: 22px 22px
    }
}

.business-directory .business-directory-container .tabs h3 {
    float: left;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 3px 10px 5px;
    letter-spacing: .03em;
    vertical-align: middle;
    transition: all .3s ease 0s;
    width: 50%;
    background-color: #efefef
}

@media (min-width:375px) {
    .business-directory .business-directory-container .tabs h3 {
        padding: 16px 10px 24px
    }
}

.business-directory .business-directory-container .tabs h3 span {
    display: none
}

@media (min-width:768px) {
    .business-directory .business-directory-container .tabs h3 span {
        display: inline
    }
}

.business-directory .business-directory-container .tabs h3.active {
    background-color: #fafafa
}

.business-directory .business-directory-container .tabs h3:hover {
    cursor: pointer;
    cursor: hand;
    color: #d31245
}

@media (max-width:767px) {
    .business-directory .business-directory-container .tabs h3 {
        font-size: 1.125em
    }
}

.business-directory .business-directory-container .tabs h3::before {
    display: none
}

.business-directory .business-directory-container .search-field {
    position: relative;
    clear: both;
    padding: 30px 15px 30px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .search-field {
        padding: 40px 15px 60px
    }
}

.business-directory .business-directory-container .search-field input[type=text] {
    display: block;
    border: none;
    font-size: 1em;
    color: #a1a1a4;
    width: 100%;
    padding: 9px 30px 9px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .search-field input[type=text] {
        padding: 18px 30px 12px
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .search-field input[type=text] {
        font-size: 1.25em
    }
}

.business-directory .business-directory-container .search-field:after {
    content: "";
    position: absolute;
    display: block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(../images/search-icon2.png) no-repeat center;
    background-size: 26px 26px;
    right: 30px;
    top: 40px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .search-field:after {
        top: 55px
    }
}

@media (max-width:767px) {
    .business-directory .business-directory-container .search-field:after {
        width: 22px;
        height: 22px;
        background-size: 22px 22px
    }
}

.business-directory .business-directory-container .business-wrapper .businesses {
    padding: 36px 0
}

.business-directory .business-directory-container .business-wrapper .businesses .cta {
    text-align: center;
    margin-bottom: 36px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .business-wrapper .businesses {
        padding: 56px 0
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .business-wrapper .businesses {
        padding: 96px 0
    }
}

.business-directory .business-directory-container .business-wrapper .business-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #1a2d59;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 28px;
    text-align: center
}

@media (min-width:375px) {
    .business-directory .business-directory-container .business-wrapper .business-title {
        margin-bottom: 58px
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .business-wrapper .business-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 98px
    }
}

.business-directory .business-directory-container .business-wrapper .business-sector {
    font-size: 12px;
    line-height: 40px;
    color: #a1a1a4;
    letter-spacing: 3px;
    text-transform: uppercase
}

.business-directory .business-directory-container .business-wrapper .business-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.business-directory .business-directory-container .business-wrapper .business-list .business {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 44px;
    min-height: 150px;
    text-decoration: none
}

@media (min-width:375px) {
    .business-directory .business-directory-container .business-wrapper .business-list .business {
        min-height: 200px
    }
}

.business-directory .business-directory-container .business-wrapper .business-list .business:hover {
    cursor: pointer
}

.business-directory .business-directory-container .business-wrapper .business-list .business:hover h3 {
    color: #d31245
}

@media (min-width:375px) {
    .business-directory .business-directory-container .business-wrapper .business-list .business {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .business-wrapper .business-list .business {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 88px
    }
}

@media (min-width:375px) {
    .business-directory .business-directory-container .business-wrapper .business-list .business.view-all {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.business-directory .business-directory-container .business-wrapper .business-list .business .icon {
    display: block;
    width: 84px;
    height: 84px;
    text-align: center;
    margin: 0 auto 20px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .business-wrapper .business-list .business .icon {
        height: 100px;
        width: 100px
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .business-wrapper .business-list .business .icon {
        height: 150px;
        width: 150px
    }
}

@media (min-width:992px) {
    .business-directory .business-directory-container .business-wrapper .business-list .business .icon {
        height: 200px;
        width: 200px
    }
}

.business-directory .business-directory-container .business-wrapper .business-list .business .icon img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto
}

.business-directory .business-directory-container .business-wrapper .business-list .business .business-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #1a2d59;
    text-transform: uppercase;
    letter-spacing: .03em;
    max-width: 140px;
    margin: 0 auto;
    transition: color .3s ease-in-out
}

@media (min-width:768px) {
    .business-directory .business-directory-container .business-wrapper .business-list .business .business-name {
        font-size: 22px;
        line-height: 30px;
        max-width: 210px
    }
}

@media (min-width:992px) {
    .business-directory .business-directory-container .business-wrapper .business-list .business .business-name {
        font-size: 28px;
        line-height: 40px;
        max-width: 230px
    }
}

.business-directory .business-directory-container .results-wrapper {
    padding: 0
}

.business-directory .business-directory-container .results-wrapper .results {
    padding: 22px 15px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .results-wrapper .results {
        padding: 30px 15px
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .results {
        padding: 60px 15px
    }
}

.business-directory .business-directory-container .results-wrapper .total {
    margin-bottom: 46px;
    text-align: center
}

@media (min-width:375px) {
    .business-directory .business-directory-container .results-wrapper .total {
        text-align: left
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .total {
        margin-bottom: 54px
    }
}

.business-directory .business-directory-container .results-wrapper .total p {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #222;
    letter-spacing: .03em
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .total p {
        font-size: 18px
    }
}

.business-directory .business-directory-container .results-wrapper .total .search-term {
    color: #d31245
}

.business-directory .business-directory-container .results-wrapper .profiles {
    margin-bottom: 38px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .results-wrapper .profiles {
        margin-bottom: 68px
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles {
        margin-bottom: 98px
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .profile-heading {
    position: relative;
    padding: 0 15px;
    margin-bottom: 20px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .results-wrapper .profiles .profile-heading {
        margin: 0
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles .profile-heading {
        padding: 0 15px
    }
}

.business-directory .business-directory-container .results-wrapper .profiles h3 {
    font-size: 24px;
    margin: 0
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles h3 {
        font-size: 40px
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .profile-titles {
    padding: 38px 15px 4px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles .profile-titles {
        display: flex
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles .profile-titles {
        padding: 38px 30px 4px
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .profile-titles .title {
    flex: 0 0 25%;
    max-width: 25%
}

.business-directory .business-directory-container .results-wrapper .profiles .profile-titles .title h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #222;
    letter-spacing: .03em;
    margin: 0 10px 0 0
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles .profile-titles .title h4 {
        font-size: 18px
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .total-results {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #222;
    letter-spacing: .03em;
    display: block;
    margin: 0 0 20px -15px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .results-wrapper .profiles .total-results {
        margin: 0 0 20px 0
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles .total-results {
        position: absolute;
        top: 12px;
        right: 0
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles .total-results {
        font-size: 18px
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .profile {
    position: relative;
    padding: 18px 15px;
    margin: 0 -15px
}

@media (min-width:375px) {
    .business-directory .business-directory-container .results-wrapper .profiles .profile {
        margin: 0
    }
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles .profile {
        padding: 18px 30px
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .profile:hover.view-more {
    background-color: #f8f8f8
}

.business-directory .business-directory-container .results-wrapper .profiles .achievements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.business-directory .business-directory-container .results-wrapper .profiles .achievements .column {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 16px;
    z-index: 0;
    overflow: hidden
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles .achievements .column {
        flex: 0 0 25%;
        max-width: 25%;
        line-height: 32px
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .achievements .column p {
    display: inline-block;
    margin: 0 10px 17px 0;
    line-height: 1.2em;
    vertical-align: middle
}

@media (min-width:768px) {
    .business-directory .business-directory-container .results-wrapper .profiles .achievements .column p {
        margin: 0 10px 5px 0
    }
}

@media (max-width:767px) {
    .business-directory .business-directory-container .results-wrapper .profiles .achievements .column.year {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width:767px) {
    .business-directory .business-directory-container .results-wrapper .profiles .achievements .column.name {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (max-width:767px) {
    .business-directory .business-directory-container .results-wrapper .profiles .achievements .column.achievement {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .business-directory .business-directory-container .results-wrapper .profiles .achievements .column.achievement p {
        margin-bottom: 0
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .achievements .column.link {
    text-align: right
}

@media (max-width:767px) {
    .business-directory .business-directory-container .results-wrapper .profiles .achievements .column.link {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .achievements .column.link .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 192px;
    transition: all .3s ease 0s
}

@media (max-width:767px) {
    .business-directory .business-directory-container .results-wrapper .profiles .achievements .column.link .btn {
        min-width: auto;
        background-color: transparent;
        width: 100%;
        height: 100%
    }

    .business-directory .business-directory-container .results-wrapper .profiles .achievements .column.link .btn span {
        display: none
    }
}

.business-directory .business-directory-container .results-wrapper .profiles .achievements .column.link .btn:hover {
    opacity: 1
}

.business-directory .business-directory-container .results-wrapper .profiles .achievements .column.link .btn:after {
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    content: "";
    display: block;
    background: url(../images/arrow-right-red-big.png) no-repeat center;
    background-size: 12px 20px;
    width: 12px;
    height: 20px
}

.business-directory .business-directory-container .results-wrapper .profiles .achievements:hover .column.link .btn {
    opacity: 1
}

.business-directory .business-directory-container .results-wrapper .profiles .load-more-results {
    width: auto;
    text-align: center;
    margin: 30px 0
}

.business-directory .business-directory-container .results-wrapper .profiles .load-more-results .btn {
    border: none;
    min-width: 192px
}

.business-directory .accordion .accordion__head h3 {
    color: #1a2d59;
    text-transform: uppercase
}

.business-directory .accordion .expanded .accordion__head h3 {
    color: #1a2d59
}

.business-directory .mention-heading {
    border-bottom: 1px solid #d8d8d8
}

.business-directory .mention-heading span {
    font-weight: 700;
    color: #d31245;
    line-height: 22px;
    display: inline-block;
    padding: 4px 0
}

.business-directory .mention-heading span:first-of-type {
    min-width: 90px
}

.business-directory .mention-content {
    margin-bottom: 38px
}

.business-directory .mention-content span {
    line-height: 32px;
    color: #222;
    display: inline-block;
    padding: 4px 0
}

.business-directory .mention-content span:first-of-type {
    min-width: 90px
}

.business-directory .col--1of3 {
    display: none
}

@media (min-width:768px) {
    .business-directory .col--1of3 {
        display: block
    }
}

.intro__wrap {
    display: block;
    position: relative;
}

.announcement {
    position: relative;
    background-color: #fff;
    padding: 16px;
    z-index: 10
}

@media (min-width:768px) {
    .announcement {
        background-color: transparent;
        position: absolute;
        bottom: 16px;
        right: 16px;
        max-width: 45%;
        padding: 0
    }
}

@media (min-width:992px) {
    .announcement {
        max-width: 550px
    }
}

.announcement__inner {
    background-color: #1a2d59;
    padding: 24px
}

@media (min-width:768px) {
    .announcement__inner {
        padding: 32px
    }
}

.announcement__diagonal {
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    background-color: transparent
}

.announcement__diagonal::after,
.announcement__diagonal::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.announcement__diagonal::before {
    z-index: 1;
    left: 0;
    background: linear-gradient(to top right, #1a2d59 50%, transparent 50%)
}

.announcement__diagonal::after {
    right: 0;
    background: linear-gradient(to top left, #d31245 50%, transparent 50%)
}

.announcement__title {
    display: block;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .announcement__title {
        font-size: 28px;
        margin-bottom: 24px
    }
}

@media (min-width:) {
    .announcement__title {
        font-size: 32px
    }
}

.announcement__content {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .announcement__content {
        margin-bottom: 24px
    }
}

.announcement__cta {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center
}

.announcement__cta:hover .announcement__cta--caret {
    padding-left: 16px
}

.announcement__cta--caret {
    transition: padding .2s ease-in-out;
    padding-top: 2px;
    padding-left: 8px
}

.announcement__cta--link {
    text-decoration: none
}

.hero .slick-slide {
    position: relative;
    background-color: #000
}

.hero .slick-dots {
    max-width: 1184px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px
}

@media (max-width:768px) {
    .hero .slick-dots {
        position: absolute;
        padding: 0 16px
    }
}

.hero__slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 480px;
    z-index: 1;
    padding-left: 16px;
    padding-right: 16px
}

.hero__slide--wrap {
    max-width: 1184px;
    margin: auto;
    padding: 40px 0 80px;
    display: block !important
}

@media (min-width:768px) {
    .hero__slide--wrap {
        padding: 160px 0
    }
}

.hero__slide--wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__background--image {
    background-size: cover;
    background-position: center
}

.hero__background--video {
    object-fit: cover
}

.hero__subtitle {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.6
}

.hero__subtitle::before {
    content: "—";
    display: block;
    font-weight: 400
}

.hero__content {
    position: relative
}

@media (min-width:768px) {
    .hero__content::before {
        display: block;
        content: "";
        position: absolute;
        top: 6%;
        left: -70px;
        width: 2px;
        height: 90%;
        background-color: #d31245
    }
}

.hero__title {
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.3
}

@media (min-width:768px) {
    .hero__title {
        font-size: 48px;
        max-width: 60%;
        letter-spacing: 3px;
        line-height: 1.3;
    }
}

.hero__cta {
    margin: 16px 0
}

.hero__trigger {
    width: 48px;
    height: 48px;
    margin: 16px auto;
    background: url(../images/play-icon.svg) no-repeat 0 0;
    display: inline-block;
    float: left;
    transition: .4s opacity;
    background-size: cover
}

@media (min-width:768px) {
    .hero__trigger {
        width: 60px;
        height: 60px
    }
}

@media (min-width:992px) {
    .hero__trigger {
        width: 80px;
        height: 80px
    }
}

.hero__trigger:hover {
    opacity: .7
}

.hero__popup {
    padding: 16px
}

.hero__popup-video {
    padding: 16px;
    width: 100%;
    height: 100%
}

.hero__popup .mfp-close {
    color: #fff !important
}

.arrow-left-red {
    background-position: 98.4% 37.37864077669903%
}

.arrow-left-red,
.arrow-right-blue {
    background-image: url(../images/images/sprite.png);
    background-size: 2877.777777777778% 1387.5%;
    width: 9px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.arrow-right-blue {
    background-position: 98.4% 47.0873786407767%
}

.arrow-right-red {
    background-position: 98.4% 56.79611650485437%;
    background-size: 2877.777777777778% 1387.5%;
    width: 9px;
    height: 16px
}

.arrow-right-red,
.facebook {
    background-image: url(../images/images/sprite.png);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.facebook {
    background-position: 0 100%;
    background-size: 1850% 925%;
    width: 14px;
    height: 24px
}

.facebook-2 {
    background-position: 100% 0;
    background-size: 1992.3076923076924% 888.0000000000001%;
    width: 13px;
    height: 25px
}

.facebook-2,
.gplus {
    background-image: url(../images/images/sprite.png);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.gplus {
    background-position: 25.738396624472575% 81.59203980099502%;
    background-size: 1177.2727272727273% 1057.142857142857%;
    width: 22px;
    height: 21px
}

.gplus-2 {
    background-image: url(../images/images/sprite.png);
    background-position: 92.05020920502092% 79.20792079207921%;
    background-size: 1295% 1110%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-minus {
    background-position: 78.72340425531915% 66.66666666666666%;
    background-size: 1079.1666666666665% 925%;
    width: 24px
}

.ico-minus,
.ico-phone {
    background-image: url(../images/images/sprite.png);
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-phone {
    background-position: 91.28630705394191% 24.242424242424242%;
    background-size: 1438.888888888889% 925%;
    width: 18px
}

.instagram {
    background-position: 66.08695652173913% 68.04123711340206%;
    background-size: 893.1034482758621% 792.8571428571429%;
    height: 28px
}

.instagram,
.instagram-2 {
    background-image: url(../images/images/sprite.png);
    width: 29px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.instagram-2 {
    background-position: 0 85.41666666666666%;
    background-size: 893.1034482758621% 740%;
    height: 30px
}

.linkedin {
    background-position: 92.82700421940928% 0
}

.linkedin,
.linkedin-2 {
    background-image: url(../images/images/sprite.png);
    background-size: 1177.2727272727273% 1110%;
    width: 22px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.linkedin-2 {
    background-position: 92.82700421940928% 11.881188118811881%
}

.location-blue {
    background-image: url(../images/images/sprite.png);
    background-position: 15.510204081632653% 98.01980198019803%;
    background-size: 1850% 1110%;
    width: 14px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.location-icon {
    background-position: 91.28630705394191% 38.38383838383838%
}

.location-icon,
.location-white {
    background-image: url(../images/images/sprite.png);
    background-size: 1438.888888888889% 925%;
    width: 18px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.location-white {
    background-position: 91.28630705394191% 52.52525252525253%
}

.login-button-new {
    background-position: 0 0;
    background-size: 323.75% 138.75%;
    width: 80px;
    height: 160px
}

.login-button-new,
.phone-blue {
    background-image: url(../images/images/sprite.png);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.phone-blue {
    background-position: 7.4074074074074066% 98.01980198019803%;
    background-size: 1618.75% 1110%;
    width: 16px;
    height: 20px
}

.phone-white {
    background-position: 90.9090909090909% 66.66666666666666%;
    background-size: 1523.5294117647059% 925%;
    width: 17px
}

.phone-white,
.plus-icon {
    background-image: url(../images/images/sprite.png);
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.plus-icon {
    background-position: 35.74468085106383% 66.66666666666666%;
    background-size: 1079.1666666666665% 925%;
    width: 24px
}

.search-icon-blue {
    background-image: url(../images/images/sprite.png);
    background-position: 57.20164609053497% 79.6116504854369%;
    background-size: 1618.75% 1387.5%;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.search-icon {
    background-position: 47.65957446808511% 66.66666666666666%
}

.search-icon,
.search-white {
    background-image: url(../images/images/sprite.png);
    background-size: 1079.1666666666665% 925%;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.search-white {
    background-position: 14.042553191489363% 82.82828282828282%
}

.slider-next-secondary {
    background-position: 99.59514170040485% 14.356435643564355%;
    background-size: 2158.333333333333% 1110%;
    width: 12px;
    height: 20px
}

.slider-next,
.slider-next-secondary {
    background-image: url(../images/images/sprite.png);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.slider-next {
    background-position: 43.07692307692308% 0;
    background-size: 404.6875% 173.4375%;
    width: 64px;
    height: 128px
}

.slider-prev-secondary {
    background-position: 99.59514170040485% 26.237623762376238%;
    background-size: 2158.333333333333% 1110%;
    width: 12px;
    height: 20px
}

.slider-prev,
.slider-prev-secondary {
    background-image: url(../images/images/sprite.png);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.slider-prev {
    background-position: 77.94871794871796% 0;
    background-size: 404.6875% 173.4375%;
    width: 64px;
    height: 128px
}

.twitter {
    background-position: 37.02127659574468% 80.78817733990148%;
    background-size: 1079.1666666666665% 1168.421052631579%;
    width: 24px;
    height: 19px
}

.twitter,
.twitter-2 {
    background-image: url(../images/images/sprite.png);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.twitter-2 {
    background-position: 48.11715481171548% 80%;
    background-size: 1295% 1305.8823529411764%;
    width: 20px;
    height: 17px
}

body {
    background: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #000
}

a {
    color: inherit;
    text-decoration: underline
}

a:hover,
a[href^=tel] {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .65em
}

blockquote,
dl,
hr,
ol,
p,
table,
ul {
    margin-bottom: 1.3em
}

blockquote:last-child,
dl:last-child,
h1:last-child,
h1[class],
h2:last-child,
h2[class],
h3:last-child,
h3[class],
h4:last-child,
h4[class],
h5:last-child,
h5[class],
h6:last-child,
h6[class],
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0
}

@font-face {
    font-family: Georgia;
    src: url(../fonts/Georgiad41d.html?#iefix) format("embedded-opentype"), url(../fonts/fonts/Georgia.woff) format("woff"), url(../fonts/Georgia.html) format("truetype"), url(../images/fonts/Georgia.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.notext {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.hidden,
[hidden] {
    display: none !important
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.disabled,
[disabled] {
    cursor: default
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.col {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

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

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

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

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

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

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

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

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

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

template {
    display: none
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: transparent
}

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

audio,
iframe,
img,
object,
video {
    max-width: 100%
}

iframe,
img {
    border: 0 none
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle
}

b,
strong {
    font-weight: 700
}

address {
    font-style: normal
}

svg:not(:root) {
    overflow: hidden
}

a,
button,
input[type=button],
input[type=file],
input[type=image],
input[type=reset],
input[type=submit],
label[for] {
    cursor: pointer
}

a[href^=tel],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a[href^=tel],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

button,
select {
    text-transform: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

nav ol,
nav ul {
    list-style: none outside none
}

.aligncenter,
.alignleft,
.alignnone,
.alignright {
    margin: 5px 15px 10px
}

.alignleft {
    margin-left: 0
}

.alignnone,
.alignright {
    margin-right: 0
}

.alignnone {
    display: block;
    margin-left: 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    position: relative
}

.wp-caption img {
    width: 100%
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.gallery {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px
}

.gallery .wp-caption-text {
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: left
}

.gallery-item {
    float: left;
    position: relative;
    padding: 10px
}

.gallery-columns-1 .gallery-item,
.gallery-item img {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.67%
}

.gallery-columns-7 .gallery-item {
    width: 14.29%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.11%
}

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption {
    display: none
}

.paging {
    padding: 0 0 20px;
    text-align: center
}

.paging ul {
    list-style: none outside none
}

.paging li,
.paging ul {
    display: inline-block;
    vertical-align: top
}

.paging a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #000;
    margin: 0 2px;
    text-decoration: none;
    border-radius: 4px
}

.paging .current a,
.paging a:hover {
    text-decoration: none;
    background: #000;
    color: #fff
}

.paging-label {
    padding-right: 10px
}

.section-comments {
    padding-top: 15px
}

.section-comments a {
    text-decoration: none
}

.section-comments p {
    padding-bottom: 18.2px
}

.section-comments ol,
.section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none
}

.section-comments h3 {
    position: relative;
    padding: 0 0 10px
}

.section-comments h3 small {
    position: absolute;
    top: 0;
    right: 0
}

.comments,
.comments .children {
    position: relative
}

.comments .children:after,
.comments .children:before {
    content: "";
    position: absolute;
    display: block
}

.comments .children:before {
    top: 33px;
    left: 23px;
    width: 32px;
    height: 27px;
    border-left: 8px solid #c3c3c3;
    border-bottom: 8px solid #c3c3c3;
    border-radius: 0 0 0 8px
}

.comments .children:after {
    top: -5px;
    left: 8px;
    border: 20px solid transparent;
    border-width: 20px 19px;
    border-bottom-color: #c3c3c3
}

.comments .comment {
    position: relative;
    border-top: 1px dashed #363636
}

.comments .children {
    padding-left: 70px
}

.comments .avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.comments .says {
    padding-left: 5px
}

.comments .moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999
}

.comments .comment-entry {
    position: relative;
    padding: 30px 0 30px 65px
}

.comments .comment-text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.comments .comment-meta {
    padding-bottom: 12px
}

.comments .comment-meta a {
    color: #363636
}

.comments .comment-reply {
    padding-top: 10px;
    text-align: right
}

.comments .comment-reply a {
    display: inline-block;
    padding: 5px 10px;
    background: #363636;
    color: #fff;
    border-radius: 6px
}

.comments .comment-reply a:hover {
    text-decoration: none;
    opacity: .8
}

.comment-respond {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #363636
}

.comment-respond h3 {
    position: relative
}

.comment-respond small {
    position: absolute;
    top: 0;
    right: 0
}

.comment-respond label {
    display: block;
    padding-bottom: 4px
}

.comment-respond input[type=text],
.comment-respond textarea {
    display: block;
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7
}

.comment-respond textarea {
    height: 100px
}

.comment-respond input[type=text]:focus {
    background-color: #fff
}

.comment-respond input[type=text]::-webkit-input-placeholder {
    color: #777
}

.comment-respond input[type=text]::-moz-placeholder {
    color: #777
}

.comment-respond input[type=text]:-ms-input-placeholder,
.comment-respond input[type=text]::-ms-input-placeholder {
    color: #777
}

.comment-respond input[type=text]::placeholder {
    color: #777
}

.comment-respond textarea {
    width: 100%
}

.comment-respond .required {
    color: #e40000
}

.comment-respond .comment-notes {
    padding-top: 15px
}

.comment-respond .form-submit input {
    display: block;
    width: 160px;
    height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #363636;
    cursor: pointer;
    border-radius: 4px
}

.nocomments {
    padding-top: 12px;
    font-weight: 700;
    font-size: 18px
}

.search-form {
    overflow: hidden
}

.search-form .search-field {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7
}

.search-form .search-field:focus {
    background-color: #fff
}

.search-form .search-field::-webkit-input-placeholder {
    color: #777
}

.search-form .search-field::-moz-placeholder {
    color: #777
}

.search-form .search-field:-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
    color: #777
}

.search-form .search-field::placeholder {
    color: #777
}

.search-form .screen-reader-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: .5;
    visibility: hidden
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

input::placeholder {
    color: inherit;
    opacity: 1
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1
}

textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

textarea::placeholder {
    color: inherit;
    opacity: 1
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #d31245;
    min-width: 225px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 10px;
    letter-spacing: 2px
}

.btn:hover {
    opacity: .7
}

.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0
}

.wrapper {
    min-height: 100vh;
    padding-top: 120px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(max-width:767px) {
    .wrapper {
        padding-top: 80px
    }
}

.shell {
    max-width: 1184px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto
}

.shell--fluid {
    max-width: none
}

.admin-bar .header {
    top: 32px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%
}

.header.header--shrink .header__content {
    padding: 10px 0
}

.header.header--shrink .logo img {
    max-height: 60px;
    width: auto;
    z-index:10000;
}

.header .header__content {
    background-color: #fff;
    padding: 20px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header .header__content .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1344px
}

.header .header__link {
    color: #d31245;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 40px;
    width: 125px
}

.header .header__link:hover {
    color: #002a5b
}

.header .header__search {
    display: none;
    background: url(../images/images/search-blue.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
    background-size: cover
}

.menu-trigger {
    display: block;
    text-decoration: none;
    width: 125px
}

.menu-trigger em {
    font-size: 14px;
    color: #1a2d59;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 52px;
    margin-left: 15px
}

.menu-trigger em,
.menu-trigger strong {
    display: inline-block;
    vertical-align: middle
}

.menu-trigger strong {
    width: 30px;
    height: 20px;
    position: relative
}

.menu-trigger span {
    position: absolute;
    height: 2px;
    width: 30px;
    background: #002a5b;
    display: block;
    left: 0;
    right: 0;
    -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s;
    border-radius: 0
}

.menu-trigger span:first-child {
    top: 0
}

.menu-trigger span:nth-child(2) {
    top: 9px
}

.menu-trigger span:nth-child(3) {
    top: 18px
}

.menu-trigger.active span {
    -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s
}

.menu-trigger.active span:first-child,
.menu-trigger.active span:nth-child(3) {
    top: 9px
}

.menu-trigger.active span:nth-child(2) {
    opacity: 0
}

.menu-trigger.active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-trigger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-active .header .header__popup {
    height: calc(100vh - 120px);
    padding: 40px 0;
}

.menu-active .header.header--shrink .header__popup {
    height: calc(100vh - 80px);
    margin-top: -3px;
    z-index: -1;
}

.header .header__popup {
    background-color: #fafafa;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 0
}

.header .header__popup .header__link {
    display: none
}

.header .header__popup>* {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.menu-active .header .header__popup>* {
    opacity: 1;
    -webkit-transition: .3s .2s;
    -o-transition: .3s .2s;
    transition: .3s .2s
}

.menu-active .admin-bar .header .header__popup {
    height: calc(100vh - 152px)
}

.menu-active .admin-bar .header.header--shrink .header__popup {
    height: calc(100vh - 112px)
}

.header .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header .header__entry {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-bottom: 13px
}

.header .header__entry h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d21245;
    margin-bottom: 11px
}

.header .header__entry p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .3px
}

.header .header__entry p a {
    text-decoration: none
}

.header .cols {
    margin: 0 -10px
}

.header .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.2%;
    flex: 0 0 28.2%;
    padding: 0 10px
}

.header .col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.header .widget-search {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #002a5b;
    padding: 0 15px
}

.header--shrink .widget-search {
    top: 80px
}

.admin-bar .header .widget-search {
    top: 152px
}

.admin-bar .header--shrink .widget-search {
    top: 112px
}

.search-active .header .widget-search {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
    height: calc(100% - 120px);
    z-index: 11
}

.search-active .header.header--shrink .widget-search {
    height: calc(100% - 80px)
}

.search-active.admin-bar .header .widget-search {
    height: calc(100% - 152px)
}

.search-active.admin-bar .header.header--shrink .widget-search {
    height: calc(100% - 112px)
}

.header .widget-search form {
    width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header .widget-search .select {
    display: none !important
}

.header .widget-search .search__btn {
    visibility: hidden;
    opacity: 0
}

.header .widget-search .search__field {
    background-color: transparent;
    border-width: 0 0 3px;
    padding-left: 0;
    padding-right: 0
}

.header .socials li:last-child {
    display: none
}

@media(max-width:782px) {
    .admin-bar .header {
        top: 46px
    }

    .header .widget-search {
        top: 80px
    }

    .header--shrink .widget-search {
        top: 68px
    }

    .admin-bar .header .widget-search {
        top: 126px
    }

    .admin-bar .header.header--shrink .widget-search {
        top: 114px
    }

    .search-active .header .widget-search {
        height: calc(100% - 80px)
    }

    .search-active .header.header--shrink .widget-search {
        height: calc(100% - 68px)
    }

    .search-active.admin-bar .header .widget-search {
        height: calc(100% - 126px)
    }

    .search-active.admin-bar .header.header--shrink .widget-search {
        height: calc(100% - 114px)
    }
}

@media(max-width:767px) {
    .menu-trigger {
        width: 24px
    }

    .menu-trigger em {
        display: none
    }

    .menu-trigger strong {
        height: 16px
    }

    .menu-trigger span:nth-child(2) {
        top: 7px
    }

    .menu-trigger span:nth-child(3) {
        top: 14px
    }

    .menu-trigger.active span:first-child,
    .menu-trigger.active span:nth-child(3) {
        top: 7px
    }

    .header .nav-utilities {
        display: none
    }

    .header .header__content .nav-utilities {
        display: block;
        position: static
    }

    .header .header__content .shell {
        min-height: 48px
    }

    .header .header__content {
        padding: 16px 0
    }

    .header .header__search {
        display: block
    }

    .header .header__content .header__link {
        display: none
    }

    .menu-active .header .header__popup {
        padding: 20px 0;
        margin-top: 100px;
    }

    .menu-active .admin-bar .header .header__popup,
    .menu-active .header .header__popup {
        height: calc(100vh - 80px)
    }

    .menu-active .admin-bar .header.header--shrink .header__popup,
    .menu-active .header.header--shrink .header__popup {
        height: calc(100vh - 68px)
    }

    .header .header__popup .header__link {
        display: block;
        text-align: center;
        width: 100%;
        padding-bottom: 20px
    }

    .header .header__entry .col {
        display: none
    }

    .header .header__entry .col:last-child {
        display: block;
        text-align: center;
        padding: 0
    }

    .header .socials ul {
        display: inline-block;
        vertical-align: middle
    }

    .header .widget-search form {
        max-width: 100%
    }

    .header .widget-search form .search__field {
        padding: 16px 41px 16px 21px
    }

    .header .widget-search form .search__btn {
        top: 18px;
        right: 10px
    }

    .header .socials li:last-child {
        display: block
    }
}

@media(max-width:600px) {
    .admin-bar .header {
        top: 0
    }

    .admin-bar .header .widget-search,
    .header .widget-search {
        top: 80px
    }

    .admin-bar .header.header--shrink .widget-search,
    .header.header--shrink .widget-search {
        top: 68px
    }

    .search-active .header .widget-search,
    .search-active.admin-bar .header .widget-search {
        height: calc(100% - 80px)
    }

    .search-active .header.header--shrink .widget-search,
    .search-active.admin-bar .header.header--shrink .widget-search {
        height: calc(100% - 68px)
    }
}

.logo {
    width: 218px;
    display: inline-block;
    -webkit-transition: opacity .9s;
    -o-transition: opacity .9s;
    transition: opacity .9s
}

.logo:hover {
    opacity: .7;
    z-index:10000;
}

.logo img {
    height: 80px;
    -webkit-transition: .9s;
    -o-transition: .9;
    transition: .9s
}

@media(max-width:767px) {
    .logo {
        width: 131px
    }

    .logo img {
        margin-left: 8px;
        height: 48px;
        top: -15px;
    }

    .menu-active .logo {
        display: none
    }
}

.ico-login,
.menu-active .search-active .ico-login {
    background: url(../images/images/login-button.svg) no-repeat 0 0;
    width: 80px;
    height: 160px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover
}

.ico-search,
.menu-active .search-active .ico-search {
    background: url(../images/images/search-white.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover
}

.ico-location,
.menu-active .search-active .ico-location {
    background: url(../images/images/location-white.svg) no-repeat 0 0;
    width: 18px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover
}

.ico-phone,
.menu-active .search-active .ico-phone {
    background: url(../images/images/phone-white2.svg) no-repeat 0 0;
    width: 18px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover
}

.menu-active .ico-search {
    background-image: url(../images/images/search-icon.svg)
}

.menu-active .ico-location {
    background-image: url(../images/images/location.svg)
}

.menu-active .ico-phone {
    background-image: url(../images/images/phone.svg)
}

.nav-utilities {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1344px;
    margin: auto;
    z-index: 11;
    height: 0;
    padding: 0 16px
}

.nav-utilities i {
    -webkit-transition: background-image .3s;
    -o-transition: background-image .3s;
    transition: background-image .3s
}

.nav-utilities a:hover {
    opacity: .7
}

.nav-utilities ul {
    float: right
}

.nav-utilities ul:after {
    content: "";
    display: block;
    clear: both
}

.nav-utilities ul li {
    float: left;
    margin-top: 15px
}

.nav-utilities ul li:last-child {
    margin-top: 0
}

.nav-utilities ul li+li {
    margin-left: 32px
}

@media(max-width:767px) {
    .nav-utilities {
        padding: 0;
        margin: 0;
        width: 94px;
        height: auto
    }

    .nav-utilities ul {
        margin-left: 16px;
        float: none
    }

    .nav-utilities .nav__login {
        display: none !important
    }

    .nav-utilities ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        float: none
    }

    .nav-utilities ul li+li {
        margin-left: 0
    }

    .nav-utilities i {
        display: block
    }

    .nav-utilities .ico-location {
        background-image: url(../images/images/location-blue.svg);
        width: 14px;
        height: 19px
    }

    .nav-utilities .ico-phone {
        background-image: url(../images/images/phone-blue.svg);
        width: 16px;
        height: 21px
    }

    .nav-utilities .ico-search {
        background-image: url(../images/images/search-blue.svg);
        width: 16px;
        height: 16px
    }

    .nav-utilities ul li {
        display: none
    }

    .nav-utilities .nav__search {
        display: block
    }

    .nav-utilities {
        width: 16px
    }

    .menu-active .nav-utilities {
        width: 191px
    }

    .menu-active .nav-utilities ul li {
        display: inline-block
    }

    .menu-active .nav-utilities ul li+li {
        margin-left: 21px
    }
}

.ico-facebook {
    background: url(../images/images/facebook.svg) no-repeat 50%;
    background-size: cover
}

.ico-facebook,
.ico-twitter {
    width: 57px;
    height: 57px;
    display: inline-block
}

.ico-twitter {
    background: url(../images/images/twitter.svg) no-repeat 50%;
    background-size: cover
}

.ico-instagram {
    background: url(../images/images/instagram.svg) no-repeat 50%;
    width: 57px;
    height: 57px;
    display: inline-block;
    background-size: cover
}

.ico-linkedin {
    background-image: url(../images/images/sprite.png);
    background-position: 92.82700421940928% 0;
    background-size: 1177.2727272727273% 1110%;
    width: 22px;
    height: 20px;
    display: inline-block
}

.ico-gplus {
    background: url(../images/images/gplus.svg) no-repeat 50%;
    width: 57px;
    height: 57px;
    display: inline-block;
    background-size: cover
}

.socials ul {
    display: block;
    list-style-type: none;
    margin: 0 -9px
}

.socials ul:after {
    content: "";
    display: block;
    clear: both
}

.socials ul li {
    float: left;
    margin: 0 8px
}

.socials a {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff
}

.socials a:hover {
    opacity: .7
}

.socials a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width:767px) {
    .socials a {
        width: 40px;
        height: 40px
    }

    .socials a i {
        -webkit-transform: translate(-50%, -50%) scale(.7);
        -ms-transform: translate(-50%, -50%) scale(.7);
        transform: translate(-50%, -50%) scale(.7)
    }
}

.nav {
    font-size: 26px;
    font-weight: 400;
    color: #002a5b;
    margin-bottom: 40px
}

.nav,
.nav-back {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px
}

.nav-back {
    display: none;
    font-size: 16px;
    font-weight: 700;
    color: #d31245;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 0 15px 20px
}

.nav-back:before {
    content: "";
    background-image: url(../images/images/sprite.png);
    background-position: 98.4% 37.37864077669903%;
    background-size: 2877.777777777778% 1387.5%;
    width: 9px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 12px
}

.nav ul {
    position: relative;
    width: 337px
}

.nav li a {
    padding-bottom: 20px;
    display: block
}

.nav li:last-child {
    margin-bottom: 0
}

.nav a {
    text-decoration: none;
    display: block;
    padding-right: 10px
}

.nav a:hover,
.nav li.current-menu-item>a,
.nav li.hover>a,
.nav li:hover>a {
    color: #d21245
}

.nav ul ul {
    position: absolute;
    top: -46px;
    left: 100%;
    width: 336px;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav ul li.hover>ul {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.nav ul ul ul {
    width: 266px;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px
}

.nav ul ul ul li a {
    padding-bottom: 0
}

@media(max-width:1200px) {
    .nav ul {
        width: 270px
    }
}

@media(max-width:1023px) {
    .nav {
        font-size: 20px
    }

    .nav ul {
        width: 200px
    }

    .nav ul ul {
        width: 250px;
        font-size: 15px
    }

    .nav li a {
        padding-bottom: 0
    }
}

@media(max-width:769px) {
    .nav {
        font-size: 16px;
        text-align: center;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        height: calc(100vh - 310px)
    }

    .nav a {
        padding: 0
    }

    .nav ul li {
        margin: 0;
        padding: 0
    }

    .nav ul,
    .nav ul ul,
    .nav ul ul ul {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .nav ul ul,
    .nav ul ul ul {
        position: static;
        visibility: visible;
        opacity: 1;
        display: none
    }

    .nav .nav__second-level,
    .nav .nav__third-level {
        font-size: 14px;
        letter-spacing: .54px;
        font-weight: 400;
        display: block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .nav .nav__second-level a {
        position: relative;
        padding: 0 15px
    }

    .nav .nav__second-level .menu-item-has-children>a:after {
        content: "";
        background-image: url(../images/images/sprite.png);
        background-position: 98.4% 47.0873786407767%;
        background-size: 2877.777777777778% 1387.5%;
        width: 9px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px
    }

    .nav .nav__second-level .menu-item-has-children>a:hover:after {
        background-image: url(../images/images/sprite.png);
        background-position: 98.4% 56.79611650485437%;
        background-size: 2877.777777777778% 1387.5%
    }

    .nav .nav__third-level a {
        text-transform: none
    }

    .nav .nav__third-level a:after {
        display: none
    }

    .nav .nav__second-level,
    .nav .nav__third-level {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: all
    }

    .nav .animate~ul {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        position: absolute;
        pointer-events: all
    }

    .nav .animate,
    .nav ul {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        position: relative;
        top: 0;
        left: 0;
        pointer-events: all
    }

    .header__popup {
        overflow: hidden
    }

    .header__popup .header-top-wrapper {
        overflow: hidden;
        position: relative
    }

    .header__popup.show-back-button .header__link {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .header__popup.show-back-button .nav-back {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        left: 0
    }

    .header__popup .header__link,
    .header__popup .nav-back {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .header__popup .nav-back {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .nav-secondary,
    .nav-utilities {
        display: none
    }
}

@media(max-width:767px) {
    .nav {
        font-size: 16px;
        text-align: center;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        height: calc(100vh - 310px)
    }

    .nav a {
        padding: 0
    }

    .nav ul li {
        margin: 0;
        padding: 0
    }

    .nav ul,
    .nav ul ul,
    .nav ul ul ul {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .nav ul ul,
    .nav ul ul ul {
        position: static;
        visibility: visible;
        opacity: 1;
        display: none
    }

    .nav .nav__second-level,
    .nav .nav__third-level {
        font-size: 14px;
        letter-spacing: .54px;
        font-weight: 400;
        display: block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .nav .nav__second-level a {
        position: relative;
        padding: 0 15px
    }

    .nav .nav__second-level .menu-item-has-children>a:after {
        content: "";
        background-image: url(../images/images/sprite.png);
        background-position: 98.4% 47.0873786407767%;
        background-size: 2877.777777777778% 1387.5%;
        width: 9px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px
    }

    .nav .nav__second-level .menu-item-has-children>a:hover:after {
        background-image: url(../images/images/sprite.png);
        background-position: 98.4% 56.79611650485437%;
        background-size: 2877.777777777778% 1387.5%
    }

    .nav .nav__third-level a {
        text-transform: none
    }

    .nav .nav__third-level a:after {
        display: none
    }

    .nav .nav__second-level,
    .nav .nav__third-level {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: all
    }

    .nav .animate~ul {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        position: absolute;
        pointer-events: all
    }

    .nav .animate,
    .nav ul {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        position: relative;
        top: 0;
        left: 0;
        pointer-events: all
    }

    .header__popup {
        overflow: hidden
    }

    .header__popup .header-top-wrapper {
        overflow: hidden;
        position: relative
    }

    .header__popup.show-back-button .header__link {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .header__popup.show-back-button .nav-back {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        left: 0
    }

    .header__popup .header__link,
    .header__popup .nav-back {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .header__popup .nav-back {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.nav-secondary {
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    color: #002a5b;
    letter-spacing: 1px;
    float: left;
    width: 337px
}

.nav-secondary a {
    display: block;
    text-decoration: none
}

.nav-secondary a:hover {
    color: #d21245
}

@media(max-width:1200px) {
    .nav-secondary {
        width: 270px
    }
}

@media(max-width:1023px) {
    .nav-secondary {
        width: 150px
    }
}

@media(max-width:767px) {
    .nav-secondary {
        display: none
    }
}

.play-button {
    background: url(../images/images/play-icon.svg) no-repeat 0 0;
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    -webkit-transition: opacity .4s;
    -o-transition: .4s opacity;
    transition: opacity .4s
}

.play-button~* {
    display: block;
    overflow: hidden
}

.play-button:hover {
    opacity: .7
}

.intro {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 800px;
    padding: 160px 0;
    z-index: 1
}

@media only screen and (max-width:600px) {
    #sm-mobile {
        font-size: 50px
    }
}

.intro-button {
    margin: 1.5rem 0
}

.intro .intro__scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    height: 50px;
    z-index: 11;
    overflow: hidden
}

.intro .intro__scroll-down:before {
    content: "";
    background-color: #fff;
    height: 50px;
    display: block;
    width: 2px;
    -webkit-animation: a 1.5s infinite;
    animation: a 1.5s infinite;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes a {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.intro--small .intro__scroll-down {
    display: none !important
}

.intro .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s .3s;
    -o-transition: .3s .3s;
    transition: .3s .3s
}

.intro h6 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.6
}

.intro h6:before {
    content: "—";
    display: block;
    font-weight: 400
}

.intro .h2,
.intro h2 {
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.intro .h2:before,
.intro h2:before {
    display: block;
    content: "";
    position: absolute;
    top: 6%;
    left: -70px;
    width: 2px;
    height: 90%;
    background-color: #d31245
}

.intro h3 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 44px;
    margin: 0;
    color: #fff
}

.intro h4 {
    font-size: 28px;
    font-weight: 400;
    margin: 0
}

.intro h4,
.intro p {
    line-height: 40px;
    color: #fff
}

.intro p {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-left: 110px
}

.intro .shell {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1
}

.intro .col:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.intro .col:last-child:not(:first-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 340px;
    flex: 0 1 340px
}

.intro .col+.col:before {
    display: none
}

.intro .col:before {
    height: 120px;
    width: 2px;
    right: 100%;
    margin-right: 68px;
    display: none;
    background-color: #d31245
}

.intro .col:before,
.intro:before {
    content: "";
    position: absolute;
    bottom: 0
}

.intro:before {
    background-color: #222;
    opacity: .7;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1
}

.intro .shell {
    position: relative;
    z-index: 3
}

.intro--small {
    padding: 160px 0 80px;
    min-height: 520px
}

.intro--small .shell {
    height: 280px
}

.intro--small:before {
    opacity: .6
}

.intro--blog .col:before {
    bottom: auto;
    top: 10px
}

.intro .video {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    display: block !important;
    padding-top: 0
}

.intro .video,
.intro.fadeOutElements .shell {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.intro.fadeOutElements .video {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s .3s;
    -o-transition: .3s .3s;
    transition: .3s .3s
}

.intro.fadeOutElements .video .video__close {
    display: block
}

.video {
    position: relative;
    padding-top: 56.4%
}

.video .video__close {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1184px;
    padding: 0 16px;
    z-index: 11;
    top: 50px;
    margin: auto;
    display: none
}

.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video .video__close span {
    position: absolute;
    height: 8px;
    width: 50px;
    background: #002a5b;
    display: block;
    left: 0;
    border-radius: 0;
    top: 11px
}

.video .video__close span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.video .video__close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media(max-width:1350px) {
    .intro .col:before {
        margin-right: 14px
    }
}

@media(max-width:1200px) {
    .intro .col {
        padding-left: 16px
    }

    .intro .col:before {
        margin-right: 0
    }

    .intro h2:before {
        left: 0
    }
}

@media(max-width:1023px) {
    .intro {
        min-height: 600px;
        padding: 100px 0
    }

    .intro .shell {
        height: 380px
    }

    .intro--small {
        min-height: 1px
    }

    .intro--small .shell {
        height: 200px
    }

    .intro br {
        display: none
    }

    .intro h2 {
        font-size: 50px
    }

    .intro h3 {
        font-size: 38px
    }

    .intro h4 {
        font-size: 25px
    }

    .intro p {
        letter-spacing: 1.5px;
        margin-left: 80px
    }

    .intro .col:last-child:not(:first-child) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 340px;
        flex: 0 1 340px
    }

    .intro .col:before {
        height: auto;
        top: 0;
        bottom: 0;
        max-height: 120px
    }

    .play-button {
        margin-right: 15px;
        width: 60px;
        height: 60px;
        background-size: cover;
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .intro {
        padding: 40px 0 80px;
        min-height: 1px
    }

    .intro--blog,
    .intro--small {
        padding-bottom: 0
    }

    .intro .shell {
        height: auto
    }

    .intro .cols {
        display: block
    }

    .intro .col {
        width: 100%
    }

    .intro br {
        display: none
    }

    .intro h6 {
        margin-bottom: 80px
    }

    .intro h2 {
        font-size: 40px;
        margin-bottom: 40px
    }

    .intro h2:before {
        left: 0
    }

    .intro h3 {
        font-size: 20px;
        line-height: 23px
    }

    .intro h4 {
        font-size: 16px;
        line-height: 1.2
    }

    .intro p {
        display: none
    }

    .play-button {
        width: 40px;
        height: 40px;
        margin-right: 8px;
        margin-top: 2px;
        margin-bottom: 0
    }
}

.article {
    max-width: 1152px;
    padding: 0 16px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 80px;
    position: relative
}

.article,
.article .article__meta {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px
}

.article .article__meta {
    font-size: 12px;
    line-height: 40px;
    color: #a1a1a4;
    letter-spacing: 3px;
    max-width: 864px
}

.article .article__meta span {
    display: inline-block;
    vertical-align: middle;
    min-width: 110px
}

.article .article__meta a {
    font-size: 11px;
    color: #d31245;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.5px
}

.article .article__meta a:hover {
    text-decoration: underline
}

.article h2 {
    max-width: 864px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #1a2d59;
    margin: 80px auto;
    text-transform: uppercase;
    letter-spacing: 0
}

.article h3 {
    max-width: 640px;
    margin: 0 auto 40px;
    font-size: 24px;
    font-weight: 700;
    color: #d31245
}

.article hr {
    display: block;
    height: 1px;
    background-color: #d8d8d8
}

.article h3:before,
.article hr {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none
}

.article h3:before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #d31245;
    position: absolute;
    left: -10px;
    margin: 12px 0 0
}

.article img {
    margin-bottom: 80px
}

.article .article__entry {
    font-size: 15px;
    line-height: 28px
}

.article .article__entry ol,
.article .article__entry p,
.article .article__entry ul {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: .5px
}

.page-template-default .article {
    margin-bottom: 0
}

.page-template-default .article__entry {
    max-width: 640px;
    margin: auto
}

.article .article__entry h1,
.article .article__entry h2,
.article .article__entry h3,
.article .article__entry h4,
.article .article__entry h5,
.article .article__entry h6,
.content-area .content h1,
.content-area .content h2,
.content-area .content h3,
.content-area .content h4,
.content-area .content h5,
.content-area .content h6,
.content-area .section__content .content h3,
.page-template-default .article__entry h1,
.page-template-default .article__entry h2,
.page-template-default .article__entry h3,
.page-template-default .article__entry h4,
.page-template-default .article__entry h5,
.page-template-default .article__entry h6,
.single-post .article .article__entry h1,
.single-post .article .article__entry h2,
.single-post .article .article__entry h3,
.single-post .article .article__entry h4,
.single-post .article .article__entry h5,
.single-post .article .article__entry h6 {
    max-width: 640px;
    margin: 0 auto 20px;
    font-weight: 700;
    color: #d31245;
    text-transform: none;
    letter-spacing: 0
}

.content-area .content p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.article .article__entry h3:before {
    display: none
}

.page-template-default .article__entry h3.special {
    max-width: none;
    margin: 0 -326.5px 10px;
    position: relative;
    padding-left: 55px
}

.page-template-default .article__entry h3.special:before {
    content: "";
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #d31245;
    display: block;
    height: 100%;
    margin: 0
}

.page-template-default .article__entry h1 {
    font-size: 45px
}

.content-area .content h1:before,
.content-area .content h2:after,
.content-area .content h2:before,
.content-area .content h3:before,
.content-area .content h4:before,
.content-area .content h5:before,
.content-area .content h6:before,
.content-area .shell .content h3:before,
.page-template-default .article__entry h1:before,
.page-template-default .article__entry h2:before,
.page-template-default .article__entry h3:before,
.page-template-default .article__entry h4:before,
.page-template-default .article__entry h5:before,
.page-template-default .article__entry h6:before {
    display: none
}

.page-template-default .article__entry a {
    color: #d31245;
    text-decoration: none;
    opacity: .7;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.page-template-default .article__entry a:hover {
    opacity: 1
}

.page-template-default .article__entry img {
    margin-bottom: 5px
}

.page-template-default .article__entry ol,
.page-template-default .article__entry ul {
    padding-left: 20px
}

.page-template-default .article__entry .wp-caption-text {
    bottom: 5px
}

.article .article__entry h1,
.content-area .content h1,
.single-post .article .article__entry h1 {
    font-size: 68px;
    line-height: 1;
    color: #1a2d59;
    text-align: left;
    text-transform: uppercase
}

.article .article__entry h2,
.content-area .content h2,
.single-post .article .article__entry h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #1a2d59;
    text-align: left;
    padding: 0;
    text-transform: uppercase
}

.article .article__entry h3,
.content-area .content h3,
.content-area .section__content .content h3,
.content-area.section-form .content h3,
.single-post .article .article__entry h3 {
    font-size: 28px;
    line-height: 1.43;
    color: #1a2d59;
    text-align: left;
    padding: 0;
    text-transform: uppercase
}

.article .article__entry h4,
.content-area .content h4,
.single-post .article .article__entry h4 {
    font-size: 28px;
    line-height: 1.43;
    color: #1a2d59;
    font-weight: 400;
    text-align: left
}

.article .article__entry h5,
.content-area .content h5,
.single-post .article .article__entry h5 {
    font-size: 24px;
    line-height: 1.17;
    color: #d31245;
    text-align: left
}

.article .article__entry h6,
.content-area .content h6,
.single-post .article .article__entry h6 {
    font-size: 16px;
    line-height: 1.88;
    color: #d31245;
    text-align: left
}

.error404 .article__entry {
    text-align: center
}

.error404 .article__entry form {
    display: inline-block
}

.error404 .article__entry a {
    color: #d31245;
    text-decoration: none;
    opacity: .7;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.error404 .article__entry a:hover {
    opacity: 1
}

@media(max-width:1350px) {
    .page-template-default .article__entry h3.special {
        margin: 0 -272px 10px;
        position: relative;
        padding-left: 15px
    }
}

@media(max-width:1250px) {
    .page-template-default .article__entry h3.special {
        margin: 0 0 10px
    }
}

@media(max-width:1200px) {
    .article h3:before {
        left: 0;
        margin-top: -22px
    }
}

@media(max-width:767px) {
    .article {
        border: none;
        padding-bottom: 0
    }

    .article .article__meta {
        margin-bottom: 40px
    }

    .article h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 40px 0
    }

    .article h3 {
        font-size: 20px;
        line-height: 32px
    }

    .article h2~h2 {
        margin: 65px 0
    }

    .article h2+h3 {
        padding-top: 24px
    }

    .article h3:before {
        width: 40px
    }

    .article img {
        float: none;
        display: block;
        max-width: calc(100% + 64px);
        height: auto;
        width: calc(100% + 64px);
        margin: 0 -32px 80px
    }

    .article .article__entry h1,
    .content-area .content h1,
    .single-post .article .article__entry h1 {
        font-size: 38px;
        margin-bottom: 10px
    }

    .article .article__entry h2,
    .content-area .content h2,
    .single-post .article .article__entry h2 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .article .article__entry h3,
    .content-area .content h3,
    .content-area .section__content .content h3,
    .single-post .article .article__entry h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding: 0
    }

    .article .article__entry h4,
    .content-area .content h4,
    .single-post .article .article__entry h4 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .article .article__entry h5,
    .content-area .content h5,
    .single-post .article .article__entry h5 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .article .article__entry h6,
    .content-area .content h6,
    .single-post .article .article__entry h6 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .single-post .article h2 {
        margin: 40px 0
    }
}

.slider-nav {
    background-color: #222;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    letter-spacing: 2.04px;
    text-transform: uppercase
}

.slider-nav .shell {
    max-width: 1347px
}

.slider-nav a {
    display: block;
    text-decoration: none;
    padding: 32px 50px 32px 0;
    text-transform: uppercase
}

.slider-nav a:hover:after {
    opacity: 1
}

.slider-nav a:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 1px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slider-nav .hide-next-arrow .slick-next {
    opacity: 0 !important;
    visibility: hidden !important
}

.slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 20px;
    margin-top: -10px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    z-index: 11
}

.slider-nav .slick-slider {
    padding: 0 15px
}

.slider-nav .slick-arrow:hover {
    opacity: .7
}

.slider-nav .slick-disabled {
    opacity: 0 !important
}

.slider-nav .prev {
    left: 0;
    background-position: 99.59514170040485% 26.237623762376238%
}

.slider-nav .next,
.slider-nav .prev {
    background-image: url(../images/images/sprite.png);
    background-size: 2158.333333333333% 1110%
}

.slider-nav .next {
    right: 0;
    background-position: 99.59514170040485% 14.356435643564355%
}

.slider .slider__slide {
    display: none
}

.slider .slider__slide:first-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.slider .slider__slide {
    background-color: #fafafa
}

.slider .slick-prev {
    display: none !important
}

.slider .slick-next {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%
}

.slider .slider__slide-content,
.slider .slider__slide-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.slider .slider__slide-image {
    height: 600px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.slider .slider__slide-content {
    padding: 80px 0 132px;
    position: relative
}

.slider .slider__slide-entry {
    display: block;
    max-width: 592px;
    margin-left: auto;
    padding-right: 130px;
    padding-left: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 16px;
    line-height: 2;
    max-height: 100%;
    overflow: auto;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.slider .slider__slide-entry>* {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slider .slick-current .slider__slide-entry>* {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slider .slick-current .slider__slide-entry>h6 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.slider .slick-current .slider__slide-entry>h3 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.slider .slick-current .slider__slide-entry>h2 {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.slider .slick-current .slider__slide-entry>p {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.slider .slider__slide img {
    display: none
}

.slider h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #002a5b;
    margin: 0 0 40px;
    line-height: 1.6
}

.slider h6:before {
    content: "—";
    display: block;
    font-weight: 400
}

.slider h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 0;
    color: #1a2d59;
    font-weight: 400
}

.slider h2 {
    color: #1a2d59;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: uppercase
}

.slider .slick-dots+.slick-dots,
.slider .slider__slides>.slick-dots {
    display: none !important
}

.slick-dots {
    margin-left: auto;
    max-width: 592px;
    position: absolute;
    right: 0;
    left: 27%;
    /* bottom: 96px; */
    display: block;
    list-style-type: none;
    padding-left: 16px;
}

.slick-dots li {
    float: left;
    margin-bottom: 2px;
    margin-right: 16px;
    display: none;
}

.slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    position: relative;
   
}

.slick-dots button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    background-color: #a1a1a4;
    height: 2px
}

.slick-dots .slick-active button:before {
    background-color: #ca0a43
}

@media(max-width:1200px) {
    .slider .slider__slide-content {
        padding: 80px 0 
    }

    .slick-dots {
        bottom: 50px
    }
}

@media(max-width:1023px) {
    .slider .slider__slide-image {
        height: 420px
    }

    .slider .slider__slide-content {
        padding: 40px 0 60px
    }

    .slider h6 {
        margin-bottom: 15px
    }

    .slider h2 {
        margin-bottom: 20px
    }

    .slick-dots {
        bottom: 20px
    }

    .slider .slider__slide-entry {
        padding-right: 16px;
        max-height: 658px
    }
}

@media(max-width:767px) {
    .slider .slider__slide:first-child {
        display: block !important
    }

    .slider .slider__slide-entry {
        max-width: 100%;
        padding: 0 0 0 0;
        height: 240px;
        max-height: none
    }

    .slider .slider__slide-content {
        padding: 40px 16px 38px;
        text-align: center
    }

    .slider .slider__slide-image {
        height: 300px
    }

    .slider h6 {
        margin-bottom: 40px
    }

    .slider h3 {
        font-size: 20px;
        line-height: 40px
    }

    .slider h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
        text-transform: uppercase
    }

    .slider .btn {
        width: 100%
    }

    .slider .slick-arrow {
        display: none !important
    }

    .slick-dots {
        position: static;
        padding: 55px 0 0;
        max-width: 100%;
        text-align: center
    }

    .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

.section-text {
    padding: 80px 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .5px
}

.section-text .cols {
    margin: 0 -16px
}

.section-text .col {
    padding: 0 16px
}

.section-text h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #1a2d59;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0
}

.section-text.section-form h3 {
    text-align: center
}

.section-text.section-form .shell h3:before {
    display: none
}

.section-text p {
    margin-bottom: 24px
}

.section-text h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    color: #d31245;
    letter-spacing: 0
}

.section-text h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #002a5b;
    margin: 0 0 40px;
    line-height: 1.6;
    text-align: center
}

.section-text h6:before {
    content: "—";
    display: block;
    font-weight: 400
}

.section-text ul {
    display: block;
    padding-left: 18px
}

.section-text ul.styled {
    list-style-type: none;
    display: block
}

.section-text hr {
    display: block;
    height: 1px;
    background-color: #d8d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 40px;
    border: none
}

.section-text ul li {
    margin-bottom: 39px
}

.section-text ul.styled li {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 39px
}

.section-text ul li:last-child {
    margin-bottom: 0
}

.section-text p+table {
    margin-top: -24px
}

.section-text table {
    text-align: left;
    margin-bottom: 40px
}

.section-text table th {
    color: #002a5b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0;
    background: 0 0 !important;
    border: none !important
}

.section-text table td {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    border: 1px solid #d8d8d8;
    border-width: 0 0 1px;
    padding: 0
}

.section-text table td:first-child {
    color: #d31245;
    font-weight: 700
}

.section-text .col--2of3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative
}

.section-text .col--2of3:before {
    content: "";
    width: 2px;
    height: 80px;
    display: none;
    background-color: #d31245;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 55px
}

.section-text .col--1of3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 496px;
    flex: 0 1 496px;
    margin-right: -128px;
    margin-left: 112px;
    padding-right: 0
}

.section-text .shell>h3 {
    position: relative
}

.section-text .shell>h3:after {
    right: 100%;
    top: 13px;
    margin-right: 68px;
    height: 80px;
    display: none
}

.section-text .shell h3:before,
.section-text .shell>h3:after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #d31245
}

.section-text .shell h3:before {
    top: 12%;
    left: -70px;
    display: block;
    height: 80%
}

.section-text .section__box {
    padding: 40px 32px;
    background-color: #fafafa;
    margin-bottom: 40px
}

.section-text .section__box:last-child {
    margin-bottom: 0
}

.section-text .section__box p {
    line-height: 30px
}

.section-text .section__box :last-child {
    margin-bottom: 0
}

.section-text .section__box--blue {
    color: #fff;
    background-color: #1a2d59
}

.section-text .section__box--blue h5 {
    color: #fff
}

.section-text .section__box--blue ul {
    font-size: 15px;
    font-weight: 700;
    text-transform: none
}

.section-text .section__box--blue ul li {
    padding: 0;
    margin: 0;
    border: none
}

.section-text .section__box--blue ul a {
    display: block;
    padding: 4px 0 4px 32px;
    text-decoration: none;
    position: relative
}

.section-text .section__box--blue ul a:before {
    content: "";
    background: url(../images/images/plus-icon.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 8px
}

.section-text .section__box--blue ul a:hover {
    text-decoration: underline
}

.gform_wrapper .footer {
    position: relative
}

.gform_wrapper .gform_ajax_spinner {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    left: calc(100% + 30px) !important
}

.section-text .gform_wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 640px
}

.section-text .gform_wrapper form {
    position: relative
}

.section-text .gform_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important
}

.section-text .gform_wrapper li {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    overflow: hidden
}

.section-text .gform_wrapper li:after {
    content: "";
    display: block;
    clear: both
}

.section-text .gform_wrapper input {
    display: block;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 30px 0 !important;
    letter-spacing: .5px;
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: 1px !important
}

.section-text .gform_wrapper input:focus::-webkit-input-placeholder {
    opacity: 0
}

.section-text .gform_wrapper input:focus::-moz-placeholder {
    opacity: 0
}

.section-text .gform_wrapper input:focus::-ms-input-placeholder {
    opacity: 0
}

.section-text .gform_wrapper input:focus::placeholder {
    opacity: 0
}

.section-text .gform_wrapper textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.section-text .gform_wrapper textarea:focus::-moz-placeholder {
    opacity: 0
}

.section-text .gform_wrapper textarea:focus::-ms-input-placeholder {
    opacity: 0
}

.section-text .gform_wrapper textarea:focus::placeholder {
    opacity: 0
}

.section-text .gform_wrapper label {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 30px 0 !important;
    color: #a1a1a4;
    width: 192px !important;
    float: left
}

.section-text .gform_wrapper .ginput_container {
    float: right;
    width: calc(100% - 192px) !important
}

.section-text .gform_wrapper .ginput_container .validation_message {
    display: none !important
}

.section-text .gform_wrapper .gfield--checkbox {
    border: none !important
}

.section-text .gform_wrapper .gfield--checkbox input {
    display: none !important
}

.section-text .gform_wrapper .gfield--checkbox label {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: .5px !important;
    color: #222;
    width: 100% !important;
    padding-left: 37px !important;
    position: relative;
    display: block;
    padding-right: 230px !important
}

.section-text .gform_wrapper .gfield--checkbox label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #d8d8d8;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px
}

.section-text .gform_wrapper .gfield--checkbox input:checked~label:before {
    background-color: #a1a1a4
}

.section-text .gform_wrapper .gfield--checkbox .ginput_container {
    width: 100% !important;
    float: none
}

.section-text .gform_wrapper .gfield--checkbox .validation_message {
    display: none !important
}

.section-text .gform_wrapper .gfield--checkbox li {
    border: none
}

.section-text .gform_wrapper .gfield--checkbox .gfield_label {
    display: none
}

.section-text .gform_wrapper .gform_footer {
    text-align: center;
    padding-top: 20px !important
}

.section-text .gform_wrapper .gform_footer img {
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-text .gform_wrapper .gform_button {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    line-height: 40px !important;
    min-height: 1px !important;
    background-color: #d31245;
    padding: 0 !important;
    width: 225px !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section-text .gform_wrapper .gform_button:hover {
    background-color: #002a5b
}

.section-text .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    margin: 0 !important;
    border-width: 0 0 1px !important
}

.section-text .gform_wrapper li.gfield.gfield_error input {
    border: none !important
}

.section-text .gform_wrapper div.validation_error {
    display: none
}

.section-text .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important
}

.section-text--2-columns .cols {
    margin: 0
}

.section-text--2-columns h3 {
    position: relative
}

.section-text.section-text--2-columns h3:before {
    display: none
}

.section-text--2-columns h3:after {
    content: "";
    width: 120px;
    height: 2px;
    /* background-color: #d31245; */
    position: absolute;
    bottom: -53px;
    left: 100%;
    margin-left: -10px
}

.section-text--2-columns h4,
.section-text--2-columns p {
    max-width: 336px;
    margin-left: 80px
}

.section-text--2-columns .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: none;
    padding: 0 10px;
    max-width: 547px
}

.section-text--2-columns .col--1of2:first-child {
    margin-left: -144px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% + 143px);
    flex-basis: calc(50% + 143px);
    padding-left: 0;
    max-width: none
}

.section-text--2-columns-alt h3:after {
    left: auto;
    right: 100%;
    margin-right: -10px;
    margin-left: 0
}

.section-text--2-columns-alt .col--1of2:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: -144px;
    padding-left: 16px;
    padding-right: 0
}

.section-text--3-columns {
    padding-bottom: 120px
}

.section-text.section-text--3-columns h3:before {
    display: none
}

.section-text--3-columns .cols {
    padding-right: 23px;
    margin: 0
}

.section-text--3-columns .col {
    padding: 0 16px
}

.section-text--3-columns .col--size1 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 496px;
    flex-basis: 496px;
    margin-left: -143px;
    padding-left: 0
}

.section-text--3-columns .col--size2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38.9%;
    flex: 0 1 38.9%
}

@media(max-width:1439px) {
    .section-text .col--1of3 {
        margin-right: 0;
        margin-left: 0
    }

    .section-text--2-columns-alt .col--1of2:first-child {
        margin-right: 0;
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media(max-width:1350px) {
    .section-text--2-columns .col--1of2:first-child {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }

    .section-text .col--2of3 {
        margin-left: 16px
    }

    .section-text .col--2of3:before {
        margin-right: 0
    }

    .section-text--2-columns h3:after {
        width: 50px;
        left: auto;
        right: -10px;
        margin-left: 0
    }

    .section-text--2-columns-alt h3:after {
        right: auto;
        left: -10px;
        margin-right: 0
    }

    .section-text .shell>h3:after {
        margin-right: 12px
    }

    .section-text .shell h3:before {
        left: -18px
    }
}

@media(max-width:1200px) {
    .section-text .shell>h3 {
        margin-left: 16px
    }
}

@media(max-width:1023px) {
    .section-text .col--1of3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px
    }

    .section-text--2-columns p {
        margin-left: 0;
        margin-right: 50px;
        max-width: none
    }

    .section-text--2-columns-alt p {
        margin-left: 50px;
        margin-right: 0
    }

    .section-text--3-columns .cols {
        padding: 0
    }

    .section-text--3-columns .col--size1 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 16px 40px;
        margin: 0
    }

    .section-text--3-columns .col--size1 img {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .section-text--3-columns .col--size2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media(max-width:767px) {
    .section-text {
        padding: 45px 0 0
    }

    .section-text .col {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-bottom: 40px;
        max-width: 100%
    }

    .section-text .col--1of3 {
        padding: 0
    }

    .section-text .col--1of3 img {
        width: 100%
    }

    .section-text .col--2of3 {
        margin: 0 16px
    }

    .section-text .col:last-child {
        padding-bottom: 0
    }

    .section-text br {
        display: none
    }

    .section-text h3 {
        font-size: 24px;
        line-height: 32px
    }

    .section-text hr {
        margin-left: -16px;
        margin-right: -16px;
        width: auto;
        max-width: none
    }

    .section-text h5 {
        font-size: 24px
    }

    .section-text ul li {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px
    }

    .section-text table th {
        line-height: 16px;
        padding: 12px 10px 12px 0;
        vertical-align: top;
        font-size: 12px
    }

    .section-text table td {
        padding-right: 10px;
        font-size: 12px
    }

    .section-text .shell>h3:after {
        bottom: 0;
        top: auto
    }

    .section-text .shell h3:before {
        left: -18px
    }

    .section-text .shell>h3~.cols .col {
        padding-bottom: 0;
        margin: 0 16px
    }

    .section-text--2-columns h6 {
        display: none
    }

    .section-text--2-columns h3:after {
        right: 0;
        width: 40px
    }

    .section-text--2-columns .col--1of2 {
        max-width: 100%;
        width: 100%;
        padding: 0
    }

    .section-text--2-columns .col--1of2:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: -16px;
        margin-left: -16px
    }

    .section-text--2-columns .col--1of2:first-child img {
        margin-bottom: 20px;
        width: 100%
    }

    .section-text--2-columns-alt {
        margin-bottom: 16px
    }

    .section-text--2-columns-alt h3:after {
        left: 0
    }

    .section-text--3-columns {
        padding-bottom: 64px
    }

    .section-text--3-columns .col {
        padding: 0
    }

    .section-text--3-columns .col--size1 {
        margin: 0 -16px 40px;
        padding: 0;
        max-width: none
    }

    .section-text--3-columns .col--size1 img {
        width: 100%
    }

    .section-text .section__box {
        margin: 0 -16px 40px;
        padding: 40px 16px
    }

    .section-text .section__box:last-child {
        margin-bottom: 40px
    }

    .section-text .gform_wrapper label {
        width: 100px !important
    }

    .section-text .gform_wrapper .ginput_container {
        width: calc(100% - 100px) !important
    }

    .section-text .gform_wrapper .gform_footer {
        position: relative;
        width: 100% !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .section-text .gform_wrapper .gform_button {
        width: 100% !important
    }

    .section-text .gform_wrapper .gfield--checkbox label {
        padding-right: 0 !important
    }
}

.section-boxes {
    background-color: #222;
    position: relative;
    z-index: 33;
    padding-bottom: 60px
}

.section-boxes .cols {
    margin: 0 -16px
}

.section-boxes .col {
    padding: 0 16px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.section-boxes .content-wrapper.collapsed {
    display: none
}

.section-boxes .content-wrapper+.plus-btn.expand-parent {
    display: block
}

.section-boxes .plus-btn {
    background: url(../images/images/plus-icon.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
    margin-top: 10px
}

.section-boxes .plus-btn.active {
    background-image: url(../images/images/ico-minus.svg)
}

.section-boxes .section__content {
    top: -200px;
    background-color: #fff;
    position: relative;
    min-height: 400px;
    margin: 0 auto -120px;
    max-width: 928px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .5px;
    color: #222;
    padding: 40px 16px
}

.section-boxes .section__content p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px
}

.section-boxes .section__content p:last-child {
    margin-bottom: 0
}

.section-boxes .section__content h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #1a2d59;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    letter-spacing: 0;
    max-width: 672px
}

@media(max-width:767px) {
    .section-boxes {
        padding-bottom: 0
    }

    .section-boxes .section__content p:first-of-type~p {
        display: none
    }

    .section-boxes .cols {
        top: -40px;
        position: relative
    }

    .section-boxes .col {
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-bottom: 40px
    }
}

.box {
    background-color: #1a2d59;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.box h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.57;
    color: #fff;
    margin: 0
}

.box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.box:hover {
    background-color: #d31245
}

.box .box__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 224px;
    flex: 0 1 224px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 224px;
    height: 224px
}

.box .box__image img {
    opacity: 0
}

.box .box__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 20px 40px 20px 32px
}

@media(max-width:1023px) {
    .box .box__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 175px;
        flex: 0 1 175px;
        width: 175px;
        height: 175px
    }

    .box h2 {
        font-size: 20px
    }

    .box .box__content {
        padding: 20px 16px
    }
}

@media(max-width:767px) {
    .box a {
        display: block
    }

    .box .box__image {
        max-width: 100%;
        width: 100%;
        height: 288px
    }

    .box .box__image img {
        width: 100%
    }

    .box .box__content {
        padding: 40px 16px
    }

    .box h2 {
        font-size: 28px
    }
}

.accordion .accordion__section {
    border-bottom: 1px solid #d8d8d8
}

.accordion .accordion__head h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .56px;
    margin: 0;
    text-transform: none;
    padding: 20px 30px 20px 0;
    position: relative;
    color: #222;
    cursor: pointer
}

.accordion .accordion__head h3:after {
    content: "";
    background: url(../images/images/plus-icon.svg) no-repeat 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background-size: cover
}

.accordion .accordion__head h3:before {
    display: none
}

.accordion .expanded .accordion__head h3 {
    color: #d31245
}

.accordion .expanded .accordion__head h3:after {
    background-image: url(../images/images/ico-minus.svg)
}

.accordion .accordion__body {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .5px;
    color: #222;
    display: none
}

.accordion .accordion__body p {
    margin-bottom: 28px
}

@media(max-width:767px) {
    .accordion {
        margin: 0 -16px
    }

    .accordion .accordion__head h3 {
        line-height: 24px
    }
}

.section-quote {
    padding: 40px 0
}

.section-quote blockquote {
    text-align: center;
    font-size: 28px;
    color: #1a2d59;
    line-height: 40px;
    padding: 39px 0;
    border: 1px solid #d8d8d8;
    border-width: 1px 0
}

.section-video {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 680px;
    overflow: hidden
}

.section-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    opacity: .54
}

.section-video .shell {
    position: relative;
    z-index: 3
}

.section-video .section__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 337px
}

.section-video h3 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 44px;
    margin: 0;
    color: #fff
}

.section-video h4 {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0
}

.section-video p {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    margin-left: 110px
}

.section-video .video {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 88;
    display: block !important
}

.section-video .video__close {
    display: block
}

.section-video .section__content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s .3s;
    -o-transition: .3s .3s;
    transition: .3s .3s
}

.section-video.fadeOutElements .section__content {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden
}

.section-video.fadeOutElements .video {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s .3s;
    -o-transition: .3s .3s;
    transition: .3s .3s
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@media(max-width:1023px) {
    .section-video {
        min-height: 450px
    }

    .section-video .section__content {
        min-width: 260px
    }

    .section-video h3 {
        font-size: 38px
    }

    .section-video h4 {
        font-size: 25px
    }

    .section-video p {
        letter-spacing: 1.5px;
        margin-left: 80px
    }
}

@media(max-width:767px) {
    .section-video {
        min-height: 280px
    }

    .section-video .section__content {
        min-width: 145px
    }

    .section-video h3 {
        font-size: 20px;
        line-height: 1.2
    }

    .section-video h4 {
        font-size: 16px;
        line-height: 1.2
    }

    .section-video p {
        display: none
    }
}

.section-images {
    padding: 80px 0 105px
}

.section-images .cols {
    padding-left: 33px
}

.section-images .section__image {
    position: relative;
    left: 80px;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: 50%
}

.section-images .section__image--right {
    left: 0;
    z-index: 11;
    margin-top: 120px;
    width: 100%;
    height: 640px
}

.section-images h2 {
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #1a2d59;
    margin-bottom: 40px;
    position: relative;
    padding-top: 64px
}

.section-images h2:after {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #d31245;
    position: absolute;
    left: -114px;
    bottom: -61px
}

.section-images p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .5px;
    max-width: 336px
}

.section-images .content {
    margin: 0 0 20px 79px
}

@media(max-width:1200px) {
    .section-images h2 {
        font-size: 50px
    }

    .section-images h2:after {
        left: 0;
        width: 60px
    }
}

@media(max-width:1023px) {
    .section-images h2 {
        font-size: 40px
    }

    .section-images .col--1of2:last-child {
        padding-left: 15px
    }

    .section-images .section__image {
        height: 200px
    }

    .section-images .section__image--right {
        height: 400px
    }
}

@media(max-width:767px) {
    .section-images {
        padding: 80px 0
    }

    .section-images h2 {
        padding: 0;
        font-size: 38px
    }

    .section-images h2:after {
        width: 40px
    }

    .section-images .content {
        margin-left: 56px
    }

    .section-images .cols {
        padding: 0
    }

    .section-images .col {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        padding: 0
    }

    .section-images .col:last-child {
        padding: 0
    }

    .section-images .section__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        left: -16px;
        height: 164px
    }

    .section-images .section__image--right {
        left: auto;
        right: -16px;
        margin-top: -40px;
        height: 330px
    }
}

.section-featured {
    background-color: #222;
    padding: 40px 0 1px;
    /* margin-top: 200px; */
}

.section-featured .section__title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px
}

.section-featured .section__title:before {
    content: "—";
    display: block;
    font-weight: 400
}

.section-featured+.diagonal {
    margin-top: 80px
}

@media(max-width:767px) {
    .section-featured {
        padding: 40px 0
    }
}

.slider-featured {
    text-align: center
}

.slider-featured img {
    display: block;
    margin: auto;
    opacity: .7;
    width: 100%;
    height: auto
}

.slider-featured h2 {
    font-size: 29px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 13px
}

.slider-featured .slider__slide {
    position: relative;
    padding: 0 10px
}

.slider-featured .slider__slide-link {
    background: url(../images/images/plus-icon.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover
}

.slider-featured .slider__slide-link img {
    height: 0;
    width: 0;
    margin: 0 auto
}

.slider-featured .slider__slide-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    z-index: 5
}

.slider-featured .slider__slide-image {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 82%
}

.slider-featured .slider__slide-image:before {
    content: "";
    background-color: #222;
    display: block;
    position: absolute;
    top: -5%;
    left: -5%;
    right: 0;
    bottom: 0;
    opacity: .8;
    z-index: 55;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 110%;
    height: 110%
}

.slider-featured .slider__slide-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 480px
}

.slider-featured .slider__slide-image img {
    display: none
}

.slider-featured .slick-current .slider__slide-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s .5s;
    -o-transition: .3s .5s;
    transition: .3s .5s
}

.slider-featured .slick-current .slider__slide-image:before {
    opacity: 0;
    -webkit-transition: .3s .5s;
    -o-transition: .3s .5s;
    transition: .3s .5s
}

.slider-featured .slick-arrow {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    border: none;
    border-radius: 0;
    width: 32px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 111
}

.slider-featured .slick-arrow:hover {
    opacity: .7
}

.slider-featured .slick-prev {
    background-position: 77.94871794871796% 0;
    left: 80px
}

.slider-featured .slick-next,
.slider-featured .slick-prev {
    background-image: url(../images/images/sprite.png);
    background-size: 404.6875% 173.4375%
}

.slider-featured .slick-next {
    background-position: 43.07692307692308% 0;
    right: 80px
}

@media(max-width:1023px) {
    .slider-featured h2 {
        font-size: 30px
    }

    .slider-featured .slider__slide-image {
        width: 90%;
        height: 380px
    }

    .slider-featured .slick-prev {
        left: 16px
    }

    .slider-featured .slick-next {
        right: 16px
    }
}

@media(max-width:767px) {
    .slider-featured .slider__slide {
        padding: 0 16px
    }

    .slider-featured .slider__slide-image {
        width: 100%;
        height: 320px
    }

    .slider-featured h2 {
        font-size: 24px;
        margin-bottom: 24px
    }
}

.section-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 544px
}

.section-image img {
    display: none
}

@media(max-width:1023px) {
    .section-image {
        height: 440px
    }
}

.section-testimonial {
    background-color: #1a2d59;
    padding: 40px 0 48px;
    text-align: center
}

.section-testimonial .shell {
    max-width: 896px
}

.section-testimonial h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px
}

.section-testimonial h6:before {
    content: "—";
    display: block;
    font-weight: 400
}

.section-testimonial blockquote {
    font-family: Georgia, Times New Roman, serif;
    font-style: italic;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 48px
}

.section-testimonial blockquote a {
    font-style: normal;
    font-family: Open Sans, sans-serif
}

.section-testimonial .section__author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.section-testimonial .section__author h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    left: 40px;
    margin: 0
}

.section-testimonial .section__author h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #d31245
}

.section-testimonial .section__image {
    max-width: 144px;
    margin-right: 16px
}

.section-testimonial .section__image img {
    border-radius: 50%;
    overflow: hidden
}

@media(max-width:767px) {
    .section-testimonial blockquote {
        font-size: 24px
    }

    .section-testimonial .section__image {
        max-width: 80px;
        margin-right: 11px
    }

    .section-testimonial .section__inner {
        min-width: 174px
    }

    .section-testimonial .section__author h3 {
        font-size: 16px
    }

    .section-testimonial .section__author h4 {
        font-size: 12px
    }
}

.section-posts {
    padding: 40px 0
}

.section-posts .section__title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px
}

.section-posts .section__title:before {
    content: "—";
    display: block;
    font-weight: 400
}

@media(max-width:767px) {
    .section-posts {
        padding: 40px 0 100px
    }
}

.posts {
    list-style-type: none;
    margin: 0 -36px
}

.posts:after {
    content: "";
    display: block;
    clear: both
}

ul.posts {
    margin-bottom: 0
}

.post {
    float: left;
    width: 33.33%;
    padding: 0 36px 50px
}

.post:nth-child(3n+1) {
    clear: both
}

.post img {
    display: block
}

.post p {
    font-size: 12px;
    color: #a1a1a4;
    line-height: 1.5em;
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 10px
}

.post p a {
    font-size: 11px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    color: #d31245;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle
}

.post p a:hover {
    text-decoration: underline
}

.post p span {
    display: block;
    min-width: 112px;
    vertical-align: middle
}

.post h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #1a2d59;
    margin: 0
}

.post h2 a {
    text-decoration: none
}

.post .post__image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.post .post__image:before {
    content: "";
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: c;
    animation-name: c;
    width: 150%;
    height: 150%;
    top: 0;
    right: 0;
    left: -50%;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #1a2d59;
    opacity: .8
}

.post:hover .post__image:before {
    -webkit-animation-name: b;
    animation-name: b
}

@-webkit-keyframes b {
    0% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: 150%
    }

    40% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: 0
    }

    to {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 0
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 0
    }

    40% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: 0
    }

    to {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: 150%
    }
}

@keyframes c {
    0% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 0
    }

    40% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: 0
    }

    to {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: 150%
    }
}

@media(max-width:1300px) {
    .posts {
        margin: 0 -16px
    }

    .post {
        padding: 0 16px 30px
    }
}

@media(max-width:767px) {
    .post {
        width: 100%;
        margin: 0 auto 60px;
        float: none;
        display: block;
        padding-bottom: 0
    }

    .post:last-child {
        margin-bottom: 0
    }

    .post img {
        width: 100%;
        height: auto
    }

    .post h2 {
        font-size: 18px
    }
}

.main {
    padding: 80px 0
}

.load-more {
    display: block;
    width: 225px;
    margin: auto;
    margin-top: 60px;
    position: relative
}

.load-more.loading:after {
    content: "";
    background: url(../images/images/loader.gif) no-repeat 50%;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px
}

@media(max-width:1023px) {
    .main {
        padding: 40px 0 80px
    }
}

@media(max-width:767px) {
    .load-more {
        width: 100%
    }
}

.blog-filters {
    margin-bottom: 80px
}

.blog-filters:after {
    content: "";
    display: block;
    clear: both
}

.blog-filters .select {
    float: left;
    margin-right: 36px
}

.cat-select .fs-scrollbar-bar {
    display: none
}

.fs-scrollbar-bar {
    display: none !important
}

.blog-filters .search-form {
    float: left;
    overflow: visible
}

.blog-filters .form-holder {
    max-width: 560px;
    width: 100%;
    float: left;
    position: relative;
    margin-right: 32px
}

.blog-filters .search-form {
    width: 100% !important;
    max-width: 100%
}

.blog-filters .select:after {
    display: none
}

.loading .main {
    position: relative
}

.loading .main:after {
    display: block;
    content: "";
    position: absolute
}

@media(max-width:1023px) {
    .blog-filters {
        margin-bottom: 40px
    }

    .blog-filters .search-form {
        max-width: 100%
    }

    .blog-filters .form-holder {
        max-width: 380px;
        margin-right: 25px
    }
}

@media(max-width:767px) {

    .blog-filters .form-holder,
    .blog-filters .search-form {
        max-width: 100%
    }

    .blog-filters .search-form .search__field {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        padding: 0 71px 0 16px
    }

    .blog-filters .search-form .search__btn {
        top: 50%;
        margin-top: -12px
    }

    .blog-filters .select {
        margin-right: 17px
    }

    .blog-filters .select:last-child {
        margin-right: 0
    }
}

.select2,
.select2-container {
    cursor: pointer !important
}

.select2-container {
    max-width: 183px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.select2-container::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.select2-container--default .select2-selection--multiple {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    color: #222 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    line-height: 25px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    padding: 0 28px 0 0 !important;
    cursor: pointer !important
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    height: auto;
    line-height: 25px;
    border: none;
    font-size: 13px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    vertical-align: middle;
    padding: 0 28px 0 5px;
    max-width: 183px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--multiple:after {
    content: "";
    background: url(../images/images/arrow-down.svg) no-repeat 0 0;
    width: 16px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    margin-top: -4px;
    right: 0;
    position: absolute;
    pointer-events: none;
    border: none
}

.select2-container--default .select2-results>.select2-results__options {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.select2-container .select2-selection--multiple[aria-expanded=true]:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select2-results {
    border: none;
    background-color: #fff;
    border-bottom: 3px solid #ca0b43;
    min-width: 160px;
    margin-left: -5px;
    padding-left: 5px
}

.select2-selection__choice {
    display: none
}

.select2-search__field {
    width: 100% !important;
    cursor: pointer !important
}

span.select2-container.select2-container--default .select2-results__option {
    background-color: transparent !important;
    line-height: 30px;
    height: auto;
    padding: 0 5px
}

span.select2-container.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #dc6687 !important
}

span.select2-container.select2-container--default .select2-results__option[aria-selected=true]:before {
    content: "  ";
    background: url(../images/images/tick.svg) no-repeat 0 0;
    background-size: 12px 12px;
    width: 14px;
    height: 12px;
    display: inline-block
}

.select {
    padding: 28px 0;
    position: relative
}

.select:after {
    content: "";
    background: url(../images/images/arrow-down.svg) no-repeat 0 0;
    width: 16px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    margin-top: -4px;
    right: 0;
    position: absolute;
    pointer-events: none
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    padding: 0 28px 0 0
}

.select .fs-dropdown.fs-light .fs-dropdown-selected,
.select select {
    font-size: 13px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 25px;
    vertical-align: middle
}

.select .fs-dropdown.fs-light .fs-dropdown-selected {
    height: auto;
    border: none;
    padding: 0 28px 0 5px;
    max-width: 183px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select .fs-dropdown.fs-light .fs-dropdown-selected:hover,
.select .fs-dropdown.fs-light.fs-dropdown-focus .fs-dropdown-selected {
    background-color: transparent !important;
    border: none !important;
    color: #222 !important
}

.select .fs-dropdown.fs-light .fs-dropdown-selected:after {
    content: "";
    background: url(../images/images/arrow-down.svg) no-repeat 0 0;
    width: 16px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    margin-top: -4px;
    right: 0;
    position: absolute;
    pointer-events: none;
    border: none
}

.select .fs-dropdown-open .fs-dropdown-selected:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select .fs-dropdown.fs-light .fs-dropdown-options {
    border: none;
    background-color: #fff;
    border-bottom: 3px solid #ca0b43;
    min-width: 160px;
    margin-left: -5px;
    padding-left: 5px
}

.select .fs-dropdown.fs-light .fs-dropdown-item {
    background-color: transparent;
    line-height: 30px;
    height: auto;
    padding: 0 5px
}

.select .fs-dropdown.fs-light .fs-dropdown-item:hover,
.select .fs-dropdown.fs-light .fs-dropdown-item_selected {
    background-color: transparent !important;
    color: #dc6687 !important
}

.search-form {
    width: 100%;
    max-width: 560px;
    position: relative
}

.search-form .search__field {
    font-size: 20px;
    line-height: 1;
    padding: 26px 41px 26px 31px;
    letter-spacing: .5px;
    border: 1px solid #d8d8d8;
    color: #a1a1a4;
    width: 100%;
    background-color: #fff;
    border-radius: 0
}

.search-form .search__btn,
.search-form .search__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.search-form .search__btn {
    background: url(../images/images/search.svg) no-repeat 0 0;
    width: 24px;
    height: 24px;
    display: block;
    visibility: visible;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 28px;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    left: auto;
    bottom: auto
}

.sidebar {
    max-width: 1088px;
    margin: auto;
    padding: 0 16px
}

.sidebar .widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 39.4%;
    flex: 0 1 39.4%
}

@media(max-width:1023px) {
    .sidebar .widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%
    }
}

@media(max-width:767px) {
    .sidebar .widgets {
        display: block
    }

    .sidebar .widget {
        margin-bottom: 40px
    }

    .sidebar .widget:last-child {
        margin-bottom: 0
    }

    .sidebar .widget:last-child .post:last-child {
        padding-bottom: 0
    }
}

.widgets {
    list-style: none outside none
}

.widget {
    margin-bottom: 15px
}

.widget ul {
    list-style: none outside none;
    margin: 0
}

.widget li {
    padding: 5px 0
}

.widget .widget__title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002a5b;
    letter-spacing: 3px;
    line-height: 1.6;
    margin-bottom: 40px
}

.widget .widget__title:before {
    content: "—";
    display: block;
    font-weight: 400
}

.widget_categories .screen-reader-text {
    display: none
}

.widget_categories .post-form {
    width: 100%;
    padding: 5px
}

.widget_calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center
}

.widget_calendar td,
.widget_calendar th {
    padding: 5px;
    border: 1px solid #000
}

.widget_calendar caption {
    padding: 12px;
    font-weight: 700
}

.widget_calendar tfoot {
    font-weight: 700
}

.widget_rss .rsswidget {
    vertical-align: middle
}

.widget_rss .rsswidget img {
    float: left;
    margin: 5px 8px 0 0
}

.widget-posts li {
    padding: 0 0 40px
}

.widget-posts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    float: none
}

.widget-posts .post__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 192px;
    flex: 0 1 192px;
    padding-top: 100%;
    min-width: 192px
}

.widget-posts .post__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 10px 0 10px 32px
}

.widget-posts .post p span {
    min-width: 100px
}

.widget-posts .post a:hover {
    text-decoration: underline
}

@media(max-width:1023px) {
    .widget-posts .post__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100px;
        flex: 0 1 100px;
        min-width: 100px
    }

    .widget-posts .post__content {
        padding-left: 15px
    }
}

@media(max-width:767px) {
    .widget-posts .post {
        display: block;
        margin-bottom: 0
    }

    .widget-posts .post__image {
        width: 100%
    }

    .widget-posts .post__image img {
        width: 100%;
        height: auto
    }

    .widget-posts .post__content {
        padding: 0
    }

    .widget-posts .post h2 {
        font-size: 20px
    }
}

.footer .ico-facebook {
    background-image: url(../images/images/facebook.svg);
    width: 32px;
    height: 32px
}

.footer .ico-gplus {
    background-image: url(../images/images/gplus.svg);
    width: 32px;
    height: 32px
}

.footer .ico-twitter {
    background-image: url(../images/images/twitter.svg);
    width: 32px;
    height: 32px
}

.footer .ico-instagram {
    background-image: url(../images/images/instagram.svg);
    width: 32px;
    height: 32px
}

.footer .ico-linkedin {
    background-image: url(../images/images/sprite.png);
    background-position: 92.82700421940928% 0;
    background-size: 1177.2727272727273% 1110%;
    width: 22px;
    height: 20px
}

.footer {
    background-color: #1a2d59;
    padding-bottom: 65px;
    position: relative;
    z-index: 11
}

.footer a:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    width: 100%;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer a:hover {
    text-decoration: none
}

.footer a:hover:after {
    opacity: 1
}

.footer .shell:after {
    content: "";
    display: block;
    clear: both
}

.footer h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0
}

.footer .socials {
    margin-top: 21px;
    float: left;
    min-width: 220px
}

.footer .socials li+li {
    margin-left: 13px;
    margin-right: 0;
    float: none;
    display: inline-block;
    vertical-align: middle
}

.footer .socials a {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%
}

.footer .socials a:after {
    display: none
}

.footer .socials em {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.footer .socials .ico-linkedin {
    -webkit-transform: translate(-50%, -50%) scale(.6);
    -ms-transform: translate(-50%, -50%) scale(.6);
    transform: translate(-50%, -50%) scale(.6)
}

.footer__nav {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px
}

.footer__nav ul {
    list-style-type: none;
    display: block
}

.footer__nav ul:after {
    content: "";
    display: block;
    clear: both
}

.footer__nav ul li {
    float: left;
    margin-right: 30px
}

.footer__nav ul a {
    display: block;
    padding: 12px 0;
    text-decoration: none
}

.diagonal {
    display: block;
    height: 80px;
    overflow: hidden;
    width: 100%
}

@media(max-width:1200px) {
    .footer .socials {
        min-width: 250px
    }

    .footer .socials li {
        margin: 0
    }

    .footer .socials a {
        padding: 0 9px
    }
}

@media(max-width:767px) {
    .footer {
        padding: 0 0 40px;
        text-align: center
    }

    .footer h4 {
        display: none
    }

    .footer__nav {
        font-size: 11px;
        font-weight: 700;
        line-height: 20px;
        padding: 6px 0;
        letter-spacing: 3px;
        margin-bottom: 10px
    }

    .footer__nav ul li a {
        display: inline-block;
        vertical-align: middle
    }

    .footer__nav ul li {
        display: block;
        float: none;
        margin: 0
    }

    .footer .socials {
        float: none;
        width: 100%;
        min-width: 1px
    }

    .footer .socials ul {
        display: inline-block;
        margin: 0 -12px
    }

    .footer .socials ul li {
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    .footer .socials li,
    .footer .socials li+li {
        margin: 0 12px
    }

    .footer .copyright {
        display: block;
        float: none;
        width: 100%;
        text-align: center
    }

    .diagonal {
        height: 40px
    }
}

.copyright {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .46px;
    color: #fff
}

.copyright a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #d31245;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #d31245, 0 0 5px #d31245;
    box-shadow: 0 0 10px #d31245, 0 0 5px #d31245;
    opacity: 1;
    -webkit-transform: rotate(3deg) translateY(-4px);
    -ms-transform: rotate(3deg) translateY(-4px);
    transform: rotate(3deg) translateY(-4px)
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #d31245;
    border-left-color: #d31245;
    border-radius: 10px;
    -webkit-animation: d .4s linear infinite;
    animation: d .4s linear infinite
}

@-webkit-keyframes d {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.index--page--main {
    position: relative
}

.index--page--main .ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
    background: rgba(26, 45, 89, .05)
}

.loading .index--page--main .ajax-loader {
    display: block
}

.loading .index--page--main .ajax-loader .cssload-thecube {
    top: 300px
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative
}

.cssload-thecube,
.cssload-thecube .cssload-cube {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d31245;
    animation: e 2.76s infinite linear both;
    -o-animation: e 2.76s infinite linear both;
    -ms-animation: e 2.76s infinite linear both;
    -webkit-animation: e 2.76s infinite linear both;
    -moz-animation: e 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotate(90deg);
    -o-transform: scale(1.1) rotate(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    -webkit-transform: scale(1.1) rotate(90deg);
    -moz-transform: scale(1.1) rotate(90deg)
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotate(180deg);
    -o-transform: scale(1.1) rotate(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    -webkit-transform: scale(1.1) rotate(180deg);
    -moz-transform: scale(1.1) rotate(180deg)
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotate(270deg);
    -o-transform: scale(1.1) rotate(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    -webkit-transform: scale(1.1) rotate(270deg);
    -moz-transform: scale(1.1) rotate(270deg)
}

.cssload-thecube .cssload-c2:before {
    animation-delay: .35s;
    -o-animation-delay: .35s;
    -ms-animation-delay: .35s;
    -webkit-animation-delay: .35s;
    -moz-animation-delay: .35s
}

.cssload-thecube .cssload-c3:before {
    animation-delay: .69s;
    -o-animation-delay: .69s;
    -ms-animation-delay: .69s;
    -webkit-animation-delay: .69s;
    -moz-animation-delay: .69s
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s
}

@keyframes e {

    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0);
        transform: perspective(136px) rotateX(0);
        opacity: 1
    }

    90%,
    to {
        -webkit-transform: perspective(136px) rotateY(180deg);
        transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-webkit-keyframes e {

    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0);
        opacity: 1
    }

    90%,
    to {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.fs-dropdown {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%
}

.fs-dropdown,
.fs-dropdown *,
.fs-dropdown :after,
.fs-dropdown :before,
.fs-dropdown:after,
.fs-dropdown:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.fs-dropdown-element {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

.fs-dropdown-mobile .fs-dropdown-element,
.fs-dropdown-native .fs-dropdown-element {
    z-index: 7
}

.fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element,
.fs-dropdown-native.fs-dropdown-multiple .fs-dropdown-element {
    z-index: -1
}

.fs-dropdown-selected {
    border: none;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid;
    color: #000;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: left;
    -o-text-overflow: clip;
    text-overflow: clip
}

.fs-dropdown-options {
    width: 100%;
    max-height: 260px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background: #fff;
    border: 1px solid;
    display: none;
    overflow: auto;
    overflow-x: hidden
}

.fs-dropdown-options.fs-scrollbar {
    position: absolute
}

.fs-dropdown-group {
    display: block;
    font-size: 75%
}

.fs-dropdown-item {
    border: none;
    padding: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.fs-dropdown-item_placeholder {
    display: none
}

.fs-dropdown-item_selected {
    background: #ddd
}

.fs-dropdown-item_disabled {
    cursor: default;
    opacity: .5
}

.fs-dropdown-open {
    z-index: 3
}

.fs-dropdown-open .fs-dropdown-options {
    display: block
}

.fs-dropdown-open .fs-dropdown-selected {
    z-index: 6
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
    z-index: 4
}

.fs-dropdown-cover .fs-dropdown-options {
    top: 0
}

.fs-dropdown-bottom .fs-dropdown-options {
    top: auto;
    bottom: 100%
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
    top: auto;
    bottom: 0
}

.fs-dropdown-multiple .fs-dropdown-options {
    width: 100%;
    position: static;
    display: block
}

.fs-dropdown-disabled {
    opacity: .5
}

.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item,
.fs-dropdown-disabled .fs-dropdown-selected {
    cursor: default
}

.fs-dropdown-options.fs-scrollbar {
    overflow: hidden
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
    border: 1px solid;
    border-width: 0 0 0 1px
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
    max-height: 260px;
    height: auto
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
    padding: 0
}

.fs-scrollbar {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative
}

.fs-scrollbar,
.fs-scrollbar * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.fs-scrollbar,
.fs-scrollbar-bar,
.fs-scrollbar-content,
.fs-scrollbar-handle,
.fs-scrollbar-track {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fs-scrollbar>.fs-scrollbar-content {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fs-scrollbar>.fs-scrollbar-content::-webkit-resizer,
.fs-scrollbar>.fs-scrollbar-content::-webkit-scrollbar,
.fs-scrollbar>.fs-scrollbar-content::-webkit-scrollbar-button,
.fs-scrollbar>.fs-scrollbar-content::-webkit-scrollbar-corner,
.fs-scrollbar>.fs-scrollbar-content::-webkit-scrollbar-thumb,
.fs-scrollbar>.fs-scrollbar-content::-webkit-scrollbar-track,
.fs-scrollbar>.fs-scrollbar-content::-webkit-scrollbar-track-piece {
    background: 0 0;
    opacity: 0
}

.fs-scrollbar>.fs-scrollbar-bar {
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    border: 1px solid;
    border-width: 0 0 0 1px;
    display: none
}

.fs-scrollbar>.fs-scrollbar-bar .fs-scrollbar-track {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden
}

.fs-scrollbar>.fs-scrollbar-bar .fs-scrollbar-handle {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #999;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.fs-scrollbar-horizontal>.fs-scrollbar-content {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 20px
}

.fs-scrollbar-horizontal>.fs-scrollbar-bar {
    width: 100%;
    height: 20px;
    top: auto;
    bottom: 0;
    border-width: 1px 0 0
}

.fs-scrollbar-horizontal>.fs-scrollbar-bar .fs-scrollbar-handle {
    width: 40px;
    height: 20px;
    top: auto;
    right: auto;
    bottom: 0
}

.fs-scrollbar-active>.fs-scrollbar-content,
.fs-scrollbar-setup>.fs-scrollbar-content {
    padding: 20px
}

.fs-scrollbar-active>.fs-scrollbar-bar,
.fs-scrollbar-setup>.fs-scrollbar-bar {
    display: block
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-canister {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fs-carousel.fs-light.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
    -webkit-transition: height .5s ease, -webkit-transform .5s ease;
    transition: height .5s ease, -webkit-transform .5s ease;
    -o-transition: height .5s ease, transform .5s ease;
    transition: height .5s ease, transform .5s ease;
    transition: height .5s ease, transform .5s ease, -webkit-transform .5s ease
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    display: block;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity .15s ease, visibility .15s ease;
    -o-transition: opacity .15s ease, visibility .15s ease;
    transition: opacity .15s ease, visibility .15s ease;
    visibility: hidden;
    white-space: nowrap
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible {
    opacity: 1;
    visibility: visible
}

.no-touchevents .fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible:hover {
    background: #cfd8dc
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control_previous,
.fs-carousel.fs-light.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next {
    right: auto;
    left: 20px
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control_previous:before,
.fs-carousel.fs-light.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10.5px solid #263238;
    border-left: none;
    margin-left: 13.7px;
    margin-right: auto
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control_next,
.fs-carousel.fs-light.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous {
    left: auto;
    right: 20px
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control_next:before,
.fs-carousel.fs-light.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10.5px solid #263238;
    border-right: none;
    margin-right: 13.7px;
    margin-left: auto
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control_disabled {
    opacity: 0
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-pagination {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-page {
    width: 10px;
    height: 10px;
    background: #263238;
    border-radius: 100%;
    margin: 0 3px;
    opacity: .5;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap
}

.fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-page.fs-carousel-active,
.no-touchevents .fs-light.fs-carousel-enabled .fs-carousel-page:hover {
    opacity: 1
}

.fs-checkbox-label.fs-light {
    color: #263238;
    font-size: 14px;
    line-height: 20px
}

.fs-checkbox.fs-light .fs-checkbox-marker {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #546e7a;
    border-radius: 2px;
    margin: 0 10px 0 0
}

.fs-checkbox.fs-light .fs-checkbox-flag:before {
    width: 5px;
    height: 10px;
    border: 2px solid #546e7a;
    border-top: 0;
    border-left: 0;
    margin: 3px 0 0 6px
}

.fs-light.fs-checkbox-radio .fs-checkbox-marker {
    border-radius: 100%
}

.fs-light.fs-checkbox-radio .fs-checkbox-flag {
    width: 10px;
    height: 10px;
    background: #546e7a
}

.fs-checkbox-label.fs-light.fs-checkbox-focus,
.no-touchevents .fs-checkbox-label.fs-light:hover {
    color: #141a1e
}

.fs-light.fs-checkbox-focus .fs-checkbox-marker,
.no-touchevents .fs-light:hover .fs-checkbox-marker {
    background: #cfd8dc;
    border-color: #263238
}

.fs-light.fs-checkbox-focus .fs-checkbox-flag:before,
.no-touchevents .fs-light:hover .fs-checkbox-flag:before {
    border-color: #263238
}

.fs-light.fs-checkbox-radio.fs-checkbox-focus .fs-checkbox-flag,
.no-touchevents .fs-light.fs-checkbox-radio:hover .fs-checkbox-flag {
    background: #263238
}

.fs-light.fs-checkbox-disabled {
    opacity: .5
}

.fs-checkbox-label.fs-light.fs-checkbox-disabled,
.no-touchevents .fs-checkbox-label.fs-light.fs-checkbox-disabled:hover {
    color: #263238
}

.fs-light.fs-checkbox-disabled .fs-checkbox-marker,
.no-touchevents .fs-light.fs-checkbox-disabled:hover .fs-checkbox-marker {
    background: #fff;
    border-color: #546e7a
}

.fs-light.fs-checkbox-disabled .fs-checkbox-flag:before,
.no-touchevents .fs-light.fs-checkbox-disabled:hover .fs-checkbox-flag:before {
    border-color: #546e7a
}

.fs-light.fs-checkbox-radio.fs-checkbox-disabled .fs-checkbox-flag,
.no-touchevents .fs-light.fs-checkbox-radio.fs-checkbox-disabled:hover .fs-checkbox-flag {
    background: #546e7a
}

.fs-checkbox-label.fs-light.fs-checkbox-toggle {
    line-height: 40px
}

.fs-light.fs-checkbox-toggle .fs-checkbox-marker {
    width: 100px;
    height: 40px;
    border-radius: 2px
}

.fs-light.fs-checkbox-toggle .fs-checkbox-flag {
    background: #546e7a;
    border: 2px solid #fff;
    border-radius: 4px
}

.fs-light.fs-checkbox-toggle .fs-checkbox-flag:before {
    display: none
}

.fs-light.fs-checkbox-toggle .fs-checkbox-flag:after {
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 3px 0 0 #fff, -3px 0 0 #fff;
    box-shadow: 3px 0 0 #fff, -3px 0 0 #fff;
    content: "";
    margin: auto
}

.no-touchevents .fs-light.fs-checkbox-toggle:hover .fs-checkbox-flag:after {
    opacity: 1
}

.fs-light.fs-checkbox-toggle .fs-checkbox-state {
    color: #455a64;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase
}

.fs-light.fs-checkbox-toggle.fs-checkbox-focus .fs-checkbox-flag,
.no-touchevents .fs-light.fs-checkbox-toggle:hover .fs-checkbox-flag {
    background: #263238;
    border-color: #cfd8dc
}

.fs-light.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag,
.no-touchevents .fs-light.fs-checkbox-toggle.fs-checkbox-disabled:hover .fs-checkbox-flag {
    background: #546e7a;
    border-color: #fff
}

.fs-dropdown.fs-light .fs-dropdown-selected {
    height: 40px;
    background: #fff;
    border: 1px solid #546e7a;
    border-radius: 2px;
    color: #263238;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    padding: 0 40px 0 15px
}

.fs-dropdown.fs-light .fs-dropdown-selected:after {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #546e7a;
    content: "";
    display: block;
    margin: auto 0
}

.fs-dropdown.fs-light.fs-dropdown-focus .fs-dropdown-selected,
.no-touchevents .fs-dropdown.fs-light .fs-dropdown-selected:hover {
    background-color: #cfd8dc;
    border-color: #263238;
    color: #263238
}

.fs-dropdown.fs-light.fs-dropdown-focus .fs-dropdown-selected:after,
.no-touchevents .fs-dropdown.fs-light .fs-dropdown-selected:hover:after {
    border-top-color: #263238
}

.fs-dropdown.fs-light .fs-dropdown-options {
    max-height: 260px;
    border: 1px solid #263238;
    border-width: 0 1px 1px;
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    margin: 0;
    padding: 0
}

.fs-dropdown.fs-light .fs-dropdown-group {
    border-bottom: 1px solid #78909c;
    color: #546e7a;
    font-size: 11px;
    padding: 10px 15px;
    text-transform: uppercase
}

.fs-dropdown.fs-light .fs-dropdown-item {
    background: #fff;
    color: #263238;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 15px;
    text-align: left
}

.fs-dropdown.fs-light .fs-dropdown-item:first-child {
    border-radius: 0
}

.fs-dropdown.fs-light .fs-dropdown-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 2px 2px
}

.no-touchevents .fs-dropdown.fs-light .fs-dropdown-item:hover {
    color: #141a1e;
    background-color: #cfd8dc
}

.fs-dropdown.fs-light .fs-dropdown-item_selected,
.no-touchevents .fs-dropdown.fs-light .fs-dropdown-item_selected:hover {
    background: #b0bec5
}

.fs-dropdown.fs-light .fs-dropdown-item_disabled,
.no-touchevents .fs-dropdown.fs-light .fs-dropdown-item_disabled:hover {
    color: #263238;
    background-color: #fff;
    border-color: #546e7a;
    opacity: .5
}

.fs-light.fs-dropdown-open .fs-dropdown-options {
    border-radius: 0 0 2px 2px
}

.fs-light.fs-dropdown-open .fs-dropdown-selected {
    border-radius: 2px 2px 0 0;
    background-color: #fff
}

.fs-light.fs-dropdown-cover .fs-dropdown-options {
    border-radius: 2px;
    border-width: 1px
}

.fs-light.fs-dropdown-cover .fs-dropdown-item:first-child {
    border-radius: 2px 2px 0 0
}

.fs-light.fs-dropdown-bottom .fs-dropdown-options {
    border-width: 1px 1px 0
}

.fs-light.fs-dropdown-bottom .fs-dropdown-item:last-child {
    border: none
}

.fs-light.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
    border-radius: 0 0 2px 2px
}

.fs-light.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
    border-radius: 2px 2px 0 0
}

.fs-light.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
    border-radius: 2px
}

.fs-light.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
    border-radius: 2px;
    border-width: 1px
}

.fs-light.fs-dropdown-multiple {
    border: 1px solid #546e7a;
    border-radius: 2px
}

.fs-light.fs-dropdown-multiple .fs-dropdown-options {
    border: none;
    border-radius: 2px
}

.fs-light.fs-dropdown-disabled {
    opacity: .5
}

.fs-light.fs-dropdown-disabled .fs-dropdown-selected,
.no-touchevents .fs-light.fs-dropdown-disabled .fs-dropdown-selected:hover {
    background: #fff;
    border-color: #546e7a;
    color: #263238;
    cursor: default
}

.fs-light.fs-dropdown-disabled .fs-dropdown-selected:after,
.no-touchevents .fs-light.fs-dropdown-disabled .fs-dropdown-selected:hover:after {
    border-top-color: #546e7a
}

.fs-light.fs-dropdown-disabled .fs-dropdown-options {
    background: #fff;
    border-color: #546e7a
}

.fs-light.fs-dropdown-disabled .fs-dropdown-group,
.fs-light.fs-dropdown-disabled .fs-dropdown-item {
    border-color: #546e7a;
    color: #263238
}

.fs-light.fs-dropdown-disabled .fs-dropdown-item,
.no-touchevents .fs-light.fs-dropdown-disabled .fs-dropdown-item:hover {
    color: #263238;
    background-color: #fff
}

.fs-light.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touchevents .fs-light.fs-dropdown-disabled .fs-dropdown-item_selected:hover {
    background: #fff
}

.fs-light.fs-dropdown-options.fs-scrollbar {
    overflow: hidden
}

.fs-light.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
    border: 1px solid #546e7a;
    border-width: 0 0 0 1px
}

.fs-light.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
    border: none;
    max-height: 260px;
    height: auto
}

.fs-light.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
    padding: 0
}

.fs-light.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar,
.fs-light.fs-dropdown-options.fs-scrollbar .fs-scrollbar-track {
    border-radius: 0 2px 2px 0
}

.fs-lightbox.fs-light {
    z-index: 101;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 25px #141a1e;
    box-shadow: 0 0 25px #141a1e;
    padding: 10px
}

.fs-light.fs-lightbox-inline {
    padding: 30px
}

.fs-light.fs-lightbox-animating {
    -webkit-transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease;
    -o-transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease;
    transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease
}

.fs-light.fs-lightbox-animating .fs-lightbox-content,
.fs-light.fs-lightbox-animating .fs-lightbox-control,
.fs-light.fs-lightbox-animating .fs-lightbox-meta,
.fs-light.fs-lightbox-animating .fs-lightbox-thumbnails,
.fs-light.fs-lightbox-animating .fs-lightbox-tools {
    -webkit-transition: opacity .25s linear .25s, visibility .25s linear .25s;
    -o-transition: opacity .25s linear .25s, visibility .25s linear .25s;
    transition: opacity .25s linear .25s, visibility .25s linear .25s
}

.fs-light.fs-lightbox-overlay {
    z-index: 100;
    background: #141a1e;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.fs-light.fs-lightbox-overlay.fs-lightbox-open {
    opacity: .75
}

.fs-lightbox.fs-light .fs-lightbox-close {
    width: 30px;
    height: 30px;
    top: -7.5px;
    right: -7.5px;
    z-index: 105;
    background: #fff;
    border-radius: 100%;
    text-indent: 200%;
    white-space: nowrap
}

.fs-lightbox.fs-light .fs-lightbox-close:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #263238;
    content: "\00d7";
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: auto;
    text-align: center;
    text-indent: 0;
    -webkit-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear
}

.fs-lightbox.fs-light .fs-lightbox-loading_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    display: block;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .25s linear, visibility .25s linear;
    -o-transition: opacity .25s linear, visibility .25s linear;
    transition: opacity .25s linear, visibility .25s linear;
    visibility: hidden
}

.fs-lightbox.fs-light .fs-lightbox-loading_icon:after,
.fs-lightbox.fs-light .fs-lightbox-loading_icon:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 110%;
    content: "";
    display: block
}

.fs-lightbox.fs-light .fs-lightbox-loading_icon:before {
    border: 5px solid rgba(38, 50, 56, .25)
}

.fs-lightbox.fs-light .fs-lightbox-loading_icon:after {
    -webkit-animation: f .75s linear infinite;
    animation: f .75s linear infinite;
    border: 5px solid transparent;
    border-top-color: #263238
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fs-lightbox.fs-light .fs-lightbox-container {
    z-index: 103;
    background: #fff
}

.fs-lightbox.fs-light .fs-lightbox-content {
    background: #fff
}

.fs-lightbox.fs-light .fs-lightbox-meta {
    padding: 10px 10px 0
}

.fs-lightbox.fs-light .fs-lightbox-control {
    width: 40px;
    height: 40px;
    z-index: 105;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(20, 26, 30, .25);
    box-shadow: 0 0 5px rgba(20, 26, 30, .25);
    opacity: 1;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity .15s linear, visibility .15s linear;
    -o-transition: opacity .15s linear, visibility .15s linear;
    transition: opacity .15s linear, visibility .15s linear;
    visibility: visible
}

.fs-lightbox.fs-light .fs-lightbox-control:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto
}

.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control:hover {
    background: #cfd8dc
}

.fs-lightbox.fs-light .fs-lightbox-control_previous {
    left: 20px
}

.fs-lightbox.fs-light .fs-lightbox-control_previous:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10.4px solid #263238;
    margin-left: 14px
}

.fs-lightbox.fs-light .fs-lightbox-control_next {
    right: 20px
}

.fs-lightbox.fs-light .fs-lightbox-control_next:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10.4px solid #263238;
    margin-right: 14px
}

.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control {
    opacity: 0;
    visibility: hidden
}

.no-touchevents .fs-lightbox.fs-light:hover .fs-lightbox-control {
    opacity: 1;
    visibility: visible
}

.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox.fs-light:hover .fs-lightbox-control_disabled {
    opacity: 0;
    cursor: default;
    visibility: hidden
}

.fs-lightbox.fs-light .fs-lightbox-position {
    color: #78909c;
    font-size: 12px;
    margin: 5px 0;
    padding: 0
}

.fs-lightbox.fs-light .fs-lightbox-caption p {
    color: #546e7a;
    font-size: 14px;
    line-height: 1.6;
    margin: 5px 0;
    padding: 0
}

.fs-lightbox.fs-light .fs-lightbox-error {
    width: 250px
}

.fs-lightbox.fs-light .fs-lightbox-error p {
    color: #900;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
    text-transform: uppercase
}

.fs-lightbox-thumbnails {
    height: 60px
}

.fs-lightbox-thumbnail_container {
    height: 80px;
    padding: 0 0 30px
}

.fs-lightbox.fs-light .fs-lightbox-thumbnail_item {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    opacity: .25;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.fs-lightbox.fs-light .fs-lightbox-thumbnail_item:last-child {
    margin: 0
}

.fs-lightbox.fs-light .fs-lightbox-thumbnail_item.fs-lightbox-active,
.no-touchevents .fs-lightbox.fs-light .fs-lightbox-thumbnail_item:hover {
    opacity: 1
}

.fs-light.fs-lightbox-loading .fs-lightbox-content,
.fs-light.fs-lightbox-loading .fs-lightbox-control,
.fs-light.fs-lightbox-loading .fs-lightbox-meta,
.fs-light.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-light.fs-lightbox-loading .fs-lightbox-tools {
    opacity: 0;
    -webkit-transition: opacity .25s linear, visibility .25s linear;
    -o-transition: opacity .25s linear, visibility .25s linear;
    transition: opacity .25s linear, visibility .25s linear;
    visibility: hidden
}

.fs-light.fs-lightbox-loading .fs-lightbox-loading_icon,
.fs-light.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-light.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
    opacity: 1;
    visibility: visible
}

.fs-light.fs-lightbox-mobile {
    background: #141a1e;
    border-radius: 0;
    padding: 40px 0 0
}

.fs-light.fs-lightbox-mobile .fs-lightbox-loading_icon {
    top: 0;
    bottom: 0
}

.fs-light.fs-lightbox-mobile .fs-lightbox-close {
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    background: #141a1e;
    border-radius: 0
}

.fs-light.fs-lightbox-mobile .fs-lightbox-close:before {
    color: #78909c;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px
}

.fs-light.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
    border-color: rgba(144, 164, 174, .25)
}

.fs-light.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
    border-top-color: #90a4ae
}

.fs-light.fs-lightbox-mobile .fs-lightbox-container {
    background: #141a1e
}

.fs-light.fs-lightbox-mobile .fs-lightbox-content {
    background-color: #141a1e;
    padding: 0 15px
}

.fs-light.fs-lightbox-mobile .fs-lightbox-tools {
    background-color: #263238
}

.fs-light.fs-lightbox-mobile .fs-lightbox-control {
    width: 50px;
    height: 100%;
    min-height: 50px;
    background: #263238;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.no-touchevents .fs-light.fs-lightbox-mobile .fs-lightbox-control:hover {
    background: #263238
}

.fs-light.fs-lightbox-mobile .fs-lightbox-control_previous {
    left: 0
}

.fs-light.fs-lightbox-mobile .fs-lightbox-control_previous:before {
    border-right-color: #90a4ae;
    margin-left: 19px
}

.fs-light.fs-lightbox-mobile .fs-lightbox-control_next {
    right: 0
}

.fs-light.fs-lightbox-mobile .fs-lightbox-control_next:before {
    border-left-color: #90a4ae;
    margin-right: 19px
}

.no-touchevents .fs-light.fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-light.fs-lightbox-mobile:hover .fs-lightbox-control {
    opacity: 1;
    visibility: visible
}

.fs-light.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-light.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-light.fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
    cursor: default !important;
    opacity: 0;
    visibility: hidden
}

.fs-light.fs-lightbox-mobile .fs-lightbox-meta {
    padding: 15px 65px
}

.fs-light.fs-lightbox-mobile .fs-lightbox-position {
    color: #90a4ae;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 0 15px 0 0
}

.fs-light.fs-lightbox-mobile .fs-lightbox-caption p {
    color: #cfd8dc;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0
}

.fs-light.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content,
.fs-light.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
    height: 100%
}

.fs-light.fs-lightbox-mobile .fs-lightbox-thumbnail_item:first-child {
    margin-left: 15px
}

.fs-light.fs-lightbox-mobile .fs-lightbox-thumbnail_item:last-child {
    margin-right: 15px
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
    width: auto;
    position: static;
    background: 0 0
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
    width: 100%;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    background-color: #263238;
    padding: 0 65px
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
    background: 0 0;
    color: #90a4ae;
    display: inline-block;
    font-size: 12px;
    line-height: 50px
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
    padding: 15px 15px 65px
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta,
.fs-light.fs-lightbox-touch .fs-lightbox-thumbnails {
    z-index: 104;
    background: #37474f;
    -webkit-box-shadow: 0 0 25px #141a1e;
    box-shadow: 0 0 25px #141a1e;
    -webkit-transition: opacity .25s linear .25s, visibility .25s linear .25s, -webkit-transform .25s ease;
    transition: opacity .25s linear .25s, visibility .25s linear .25s, -webkit-transform .25s ease;
    -o-transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s;
    transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s;
    transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s, -webkit-transform .25s ease
}

.fs-light.fs-lightbox-touch .fs-lightbox-thumbnails {
    width: 100%;
    height: 130px;
    padding: 15px 0 65px
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
    height: 100px
}

.fs-light.fs-lightbox-touch .fs-lightbox-thumbnail_item:first-child {
    margin-left: 15px
}

.fs-light.fs-lightbox-touch .fs-lightbox-thumbnail_item:last-child {
    margin-right: 15px
}

.fs-lightbox.fs-light.fs-lightbox-mobile .fs-lightbox-container,
.fs-lightbox.fs-light.fs-lightbox-mobile .fs-lightbox-content {
    overflow: visible
}

.fs-lightbox.fs-light.fs-lightbox-mobile .fs-lightbox-content {
    position: relative
}

.fs-lightbox.fs-light .fs-viewer,
.fs-lightbox.fs-light .fs-viewer .fs-viewer-wrapper {
    height: auto;
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    background: #141a1e
}

.fs-lightbox.fs-light .fs-viewer {
    top: 0;
    bottom: 0
}

.fs-lightbox.fs-light.fs-lightbox-thumbnailed .fs-viewer {
    bottom: 60px
}

.fs-lightbox.fs-light.fs-lightbox-touch .fs-viewer,
.fs-lightbox.fs-light.fs-lightbox-touch.fs-lightbox-thumbnailed .fs-viewer {
    bottom: 50px
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-wrapper {
    top: 0;
    bottom: 0
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-loading_icon {
    display: none !important
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-viewport {
    top: 5px;
    right: 15px;
    bottom: 15px;
    left: 15px
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-controls {
    height: 40px;
    width: 80px;
    background: #141a1e;
    padding: 0
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-control,
.no-touchevents .fs-lightbox.fs-light .fs-viewer .fs-viewer-control:hover {
    height: 40px;
    width: 40px;
    background: #141a1e;
    border-radius: 0;
    padding: 0
}

.fs-light.fs-navigation-enabled {
    margin: 0
}

.fs-navigation,
.fs-navigation *,
.fs-navigation :after,
.fs-navigation :before,
.fs-navigation:after,
.fs-navigation:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.fs-light.fs-navigation-toggle-nav.fs-navigation-enabled {
    background: #fff;
    border: 1px solid #607d8b;
    border-width: 0 1px 1px;
    border-radius: 0 0 2px 2px;
    padding: 20px
}

.fs-light.fs-navigation-toggle-handle.fs-navigation-enabled {
    width: 100%;
    background: #fff;
    border: 1px solid #607d8b;
    border-radius: 2px;
    color: #263238;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 45px 0 15px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fs-light.fs-navigation-toggle-handle.fs-navigation-enabled.fs-navigation-focus,
.no-touchevents .fs-light.fs-navigation-toggle-handle.fs-navigation-enabled:hover {
    background: #cfd8dc
}

.fs-light.fs-navigation-toggle-handle.fs-navigation-open {
    border-radius: 2px 2px 0 0
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled,
.fs-light.fs-navigation-push-nav.fs-navigation-enabled,
.fs-light.fs-navigation-reveal-nav.fs-navigation-enabled {
    background: #eceff1;
    padding: 20px
}

.fs-light.fs-navigation-push-nav.fs-navigation-enabled,
.fs-light.fs-navigation-reveal-nav.fs-navigation-enabled {
    visibility: hidden
}

.fs-light.fs-navigation-reveal-nav.fs-navigation-animated {
    -webkit-transition: visibility 1ms linear .2s;
    -o-transition: visibility 1ms linear .2s;
    transition: visibility 1ms linear .2s
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-animated,
.fs-light.fs-navigation-push-nav.fs-navigation-animated {
    -webkit-transition: visibility 1ms linear .2s, -webkit-box-shadow 1ms linear .2s, -webkit-transform .2s ease;
    transition: visibility 1ms linear .2s, -webkit-box-shadow 1ms linear .2s, -webkit-transform .2s ease;
    -o-transition: box-shadow 1ms linear .2s, transform .2s ease, visibility 1ms linear .2s;
    transition: box-shadow 1ms linear .2s, transform .2s ease, visibility 1ms linear .2s;
    transition: box-shadow 1ms linear .2s, transform .2s ease, visibility 1ms linear .2s, -webkit-box-shadow 1ms linear .2s, -webkit-transform .2s ease
}

.fs-light.fs-navigation-push-nav.fs-navigation-enabled,
.fs-light.fs-navigation-reveal-nav.fs-navigation-enabled {
    z-index: 0
}

.fs-light.fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-light.fs-navigation-push-left-nav.fs-navigation-enabled {
    -webkit-transform: translate3D(-270px, 0, 0);
    -ms-transform: translate3D(-270px, 0, 0);
    transform: translate3D(-270px, 0, 0)
}

.fs-light.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-light.fs-navigation-push-right-nav.fs-navigation-enabled {
    -webkit-transform: translate3D(270px, 0, 0);
    -ms-transform: translate3D(270px, 0, 0);
    transform: translate3D(270px, 0, 0)
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled {
    z-index: 3;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px rgba(0, 0, 0, .15)
}

.fs-light.fs-navigation-overlay-left-nav.fs-navigation-open {
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, .15);
    box-shadow: 2px 0 2px rgba(0, 0, 0, .15)
}

.fs-light.fs-navigation-overlay-right-nav.fs-navigation-open {
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, .15);
    box-shadow: -2px 0 2px rgba(0, 0, 0, .15)
}

.fs-light.fs-navigation-reveal-nav.fs-navigation-open {
    visibility: visible;
    -webkit-transition: visibility 1ms ease;
    -o-transition: visibility 1ms ease;
    transition: visibility 1ms ease
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-open,
.fs-light.fs-navigation-push-nav.fs-navigation-open {
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-transition: visibility 1ms ease, -webkit-box-shadow 1ms ease, -webkit-transform .2s ease;
    transition: visibility 1ms ease, -webkit-box-shadow 1ms ease, -webkit-transform .2s ease;
    -o-transition: box-shadow 1ms ease, transform .2s ease, visibility 1ms ease;
    transition: box-shadow 1ms ease, transform .2s ease, visibility 1ms ease;
    transition: box-shadow 1ms ease, transform .2s ease, visibility 1ms ease, -webkit-box-shadow 1ms ease, -webkit-transform .2s ease;
    visibility: visible
}

.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled,
.fs-light.fs-navigation-push-handle.fs-navigation-enabled,
.fs-light.fs-navigation-reveal-handle.fs-navigation-enabled {
    background: #fff;
    border: 1px solid #607d8b;
    border-radius: 2px;
    color: #263238;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 45px 0 15px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled.fs-navigation-focus,
.fs-light.fs-navigation-push-handle.fs-navigation-enabled.fs-navigation-focus,
.fs-light.fs-navigation-reveal-handle.fs-navigation-enabled.fs-navigation-focus,
.no-touchevents .fs-light.fs-navigation-overlay-handle.fs-navigation-enabled:hover,
.no-touchevents .fs-light.fs-navigation-push-handle.fs-navigation-enabled:hover,
.no-touchevents .fs-light.fs-navigation-reveal-handle.fs-navigation-enabled:hover {
    background: #cfd8dc
}

.fs-light.fs-navigation-overlay-content:before {
    background: #fff;
    background: hsla(0, 0%, 100%, .75);
    opacity: 0;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease;
    visibility: hidden
}

.fs-light.fs-navigation-overlay-content.fs-navigation-open:before {
    opacity: 1;
    visibility: visible
}

.fs-light.fs-navigation-push-content.fs-navigation-enabled,
.fs-light.fs-navigation-reveal-content.fs-navigation-enabled {
    z-index: 1;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0)
}

.fs-light.fs-navigation-push-content.fs-navigation-animated,
.fs-light.fs-navigation-reveal-content.fs-navigation-animated {
    -webkit-transition: -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
    transition: -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
    -o-transition: box-shadow .2s ease, transform .2s ease;
    transition: box-shadow .2s ease, transform .2s ease;
    transition: box-shadow .2s ease, transform .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease
}

.fs-light.fs-navigation-push-left-content.fs-navigation-enabled,
.fs-light.fs-navigation-reveal-left-content.fs-navigation-enabled {
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, .15);
    box-shadow: -2px 0 2px rgba(0, 0, 0, .15)
}

.fs-light.fs-navigation-push-right-content.fs-navigation-enabled,
.fs-light.fs-navigation-reveal-right-content.fs-navigation-enabled {
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, .15);
    box-shadow: 2px 0 2px rgba(0, 0, 0, .15)
}

.fs-light.fs-navigation-push-left-content.fs-navigation-open,
.fs-light.fs-navigation-reveal-left-content.fs-navigation-open {
    -webkit-transform: translate3D(270px, 0, 0);
    -ms-transform: translate3D(270px, 0, 0);
    transform: translate3D(270px, 0, 0)
}

.fs-light.fs-navigation-push-right-content.fs-navigation-open,
.fs-light.fs-navigation-reveal-right-content.fs-navigation-open {
    -webkit-transform: translate3D(-270px, 0, 0);
    -ms-transform: translate3D(-270px, 0, 0);
    transform: translate3D(-270px, 0, 0)
}

.fs-light.fs-navigation-handle.fs-navigation-enabled {
    position: relative
}

.fs-light.fs-navigation-handle.fs-navigation-enabled:after {
    height: 3px;
    width: 15px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    background: #607d8b;
    -webkit-box-shadow: 0 5px 0 #607d8b, 0 -5px 0 #607d8b;
    box-shadow: 0 5px 0 #607d8b, 0 -5px 0 #607d8b;
    content: "";
    display: block;
    margin: auto 0
}

.fs-light.fs-navigation-handle.fs-navigation-open:after {
    width: 15px;
    height: 15px;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #607d8b;
    content: "\00d7";
    font-size: 22px;
    font-weight: 700;
    line-height: 13px;
    text-align: center
}

.fs-number.fs-light {
    position: relative;
    border-radius: 2px;
    margin: 0 0 10px
}

.fs-light .fs-number-element {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #546e7a;
    border-radius: 2px;
    color: #263238;
    font-size: 15px;
    margin: 0;
    padding: 0 40px 0 15px
}

.fs-light .fs-number-arrow {
    width: 25px;
    height: 50%;
    position: absolute;
    right: 1px;
    z-index: 1;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    text-indent: 200%;
    white-space: nowrap
}

.fs-light .fs-number-arrow:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: block;
    margin: auto
}

.no-touchevents .fs-light .fs-number-arrow:hover {
    background: #cfd8dc
}

.fs-light .fs-number-arrow.fs-number-up {
    top: 1px
}

.fs-light .fs-number-arrow.fs-number-up:after {
    border-bottom: 5px solid #546e7a
}

.fs-light .fs-number-arrow.fs-number-down {
    bottom: 1px
}

.fs-light .fs-number-arrow.fs-number-down:after {
    border-top: 5px solid #546e7a
}

.fs-light.fs-number-focus .fs-number-element,
.no-touchevents .fs-light:hover .fs-number-element {
    border-color: #263238
}

.fs-light.fs-number-focus .fs-number-arrow.fs-number-up:after,
.no-touchevents .fs-light:hover .fs-number-arrow.fs-number-up:after {
    border-bottom-color: #263238
}

.fs-light.fs-number-focus .fs-number-arrow.fs-number-down:after,
.no-touchevents .fs-light:hover .fs-number-arrow.fs-number-down:after {
    border-top-color: #263238
}

.fs-light.fs-number-disabled,
.no-touchevents .fs-light.fs-number-disabled:hover {
    opacity: .5
}

.fs-light.fs-number-disabled .fs-number-element,
.no-touchevents .fs-light.fs-number-disabled:hover .fs-number-element {
    border-color: #546e7a
}

.fs-light.fs-number-disabled .fs-number-arrow,
.no-touchevents .fs-light.fs-number-disabled:hover .fs-number-arrow {
    background: #fff
}

.fs-light.fs-number-disabled .fs-number-arrow.fs-number-up:after,
.no-touchevents .fs-light.fs-number-disabled:hover .fs-number-arrow.fs-number-up:after {
    border-bottom-color: #546e7a
}

.fs-light.fs-number-disabled .fs-number-arrow.fs-number-down:after,
.no-touchevents .fs-light.fs-number-disabled:hover .fs-number-arrow.fs-number-down:after {
    border-top-color: #546e7a
}

.fs-pagination.fs-light {
    position: relative;
    background: #fff;
    border: 1px solid #546e7a;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 10px
}

.fs-pagination.fs-light .fs-pagination-pages {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.fs-pagination-mobile.fs-light .fs-pagination-position,
.fs-pagination.fs-light .fs-pagination-control,
.fs-pagination.fs-light .fs-pagination-ellipsis,
.fs-pagination.fs-light .fs-pagination-page {
    color: #546e7a;
    font-size: 14px;
    text-decoration: none
}

.fs-pagination.fs-light .fs-pagination-ellipsis,
.fs-pagination.fs-light .fs-pagination-page {
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    padding: 0 7px
}

.fs-pagination-mobile.fs-light .fs-pagination-position,
.fs-pagination.fs-light .fs-pagination-control {
    height: 40px;
    line-height: 40px
}

.fs-pagination.fs-light .fs-pagination-page {
    border-radius: 2px
}

.fs-pagination.fs-light .fs-pagination-active,
.no-touchevents .fs-light .fs-pagination-page:focus,
.no-touchevents .fs-light .fs-pagination-page:hover {
    background: #cfd8dc;
    color: #263238
}

.fs-pagination.fs-light .fs-pagination-control {
    width: 40px;
    position: relative;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    display: block;
    opacity: 0;
    overflow: hidden;
    text-indent: 200%;
    visibility: hidden;
    white-space: nowrap
}

.fs-pagination.fs-light .fs-pagination-control:before {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: ""
}

.fs-pagination.fs-light .fs-pagination-control_previous {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.fs-pagination.fs-light .fs-pagination-control_previous:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10.5px solid #263238;
    border-left: none;
    margin-left: 12.3px;
    margin-right: auto
}

.fs-pagination.fs-light .fs-pagination-control_next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.fs-pagination.fs-light .fs-pagination-control_next:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10.5px solid #263238;
    border-right: none;
    margin-right: 12.3px;
    margin-left: auto
}

.fs-pagination.fs-light .fs-pagination-control:focus,
.no-touchevents .fs-pagination.fs-light .fs-pagination-control:hover {
    background: #cfd8dc
}

.fs-pagination.fs-light .fs-pagination-control.fs-pagination-visible {
    opacity: 1;
    visibility: visible
}

.fs-pagination-mobile.fs-light .fs-pagination-position {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.fs-pagination-mobile.fs-light .fs-pagination-current,
.fs-pagination-mobile.fs-light .fs-pagination-total {
    color: #263238
}

.fs-range.fs-light .fs-range-track {
    height: 20px;
    background: #fff;
    border: 1px solid #546e7a;
    border-radius: 2px;
    margin: 10px 0
}

.fs-range.fs-light .fs-range-fill {
    background: #90a4ae
}

.fs-range.fs-light .fs-range-marker {
    width: 30px;
    height: 30px;
    position: relative;
    background: #546e7a;
    border-radius: 2px;
    margin: -6px 0 0 -15px
}

.fs-range.fs-light .fs-range-marker:after {
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 3px 0 0 #fff, -3px 0 0 #fff;
    box-shadow: 3px 0 0 #fff, -3px 0 0 #fff;
    content: "";
    margin: auto
}

.fs-light.fs-range-focus .fs-range-track,
.no-touchevents .fs-light:hover .fs-range-track {
    border-color: #263238
}

.fs-light.fs-range-focus .fs-range-marker,
.no-touchevents .fs-light:hover .fs-range-marker {
    background: #263238
}

.fs-range.fs-light .fs-range-label {
    color: #263238;
    font-size: 14px;
    line-height: 38px
}

.fs-light.fs-range-vertical {
    width: 60px;
    height: 300px
}

.fs-light.fs-range-vertical .fs-range-track {
    width: 20px;
    height: 75%;
    margin: 0 auto
}

.fs-light.fs-range-vertical .fs-range-marker {
    margin: -15px 0 0 -6px
}

.fs-light.fs-range-vertical .fs-range-label {
    line-height: 38px
}

.fs-light.fs-range-disabled {
    opacity: .5
}

.fs-light.fs-range-disabled .fs-range-marker {
    cursor: default
}

.fs-light.fs-range-disabled.fs-range-focus .fs-range-track,
.no-touchevents .fs-light.fs-range-disabled:hover .fs-range-track {
    border-color: #546e7a
}

.fs-light.fs-range-disabled.fs-range-focus .fs-range-marker,
.no-touchevents .fs-light.fs-range-disabled:hover .fs-range-marker {
    background: #546e7a
}

.fs-scrollbar.fs-light {
    background: #fff;
    border: 1px solid #546e7a;
    border-radius: 2px
}

.fs-scrollbar.fs-light>.fs-scrollbar-bar {
    width: 20px;
    background: #fff;
    border: 1px solid #546e7a;
    border-radius: 0 2px 2px 0;
    border-width: 0 0 0 1px
}

.fs-scrollbar.fs-light>.fs-scrollbar-bar .fs-scrollbar-track {
    background: #fff;
    border-radius: 0 2px 2px 0
}

.fs-scrollbar.fs-light>.fs-scrollbar-bar .fs-scrollbar-handle {
    width: 12px;
    height: 24px;
    right: 4px;
    background: #546e7a;
    border-radius: 10px
}

.fs-light.fs-scrollbar-horizontal>.fs-scrollbar-content {
    padding: 0 0 20px
}

.fs-light.fs-scrollbar-horizontal>.fs-scrollbar-bar {
    width: 100%;
    height: 20px;
    border-width: 1px 0 0
}

.fs-light.fs-scrollbar-horizontal>.fs-scrollbar-bar .fs-scrollbar-handle {
    width: 24px;
    height: 12px;
    bottom: 4px
}

.fs-light.fs-scrollbar-active>.fs-scrollbar-bar .fs-scrollbar-content,
.fs-light.fs-scrollbar-setup>.fs-scrollbar-bar .fs-scrollbar-content {
    padding: 20px
}

.fs-light.fs-tabs-tab.fs-tabs-enabled,
.fs-light.fs-tabs-tab_mobile {
    background: #b0bec5;
    border: 1px solid #546e7a;
    border-radius: 2px;
    color: #263238;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none
}

.no-touchevents .fs-light.fs-tabs-tab.fs-tabs-enabled:hover,
.no-touchevents .fs-light.fs-tabs-tab_mobile:hover {
    background: #cfd8dc
}

.fs-light.fs-tabs-tab.fs-tabs-active,
.fs-light.fs-tabs-tab_mobile.fs-tabs-active,
.no-touchevents .fs-light.fs-tabs-tab.fs-tabs-active:hover,
.no-touchevents .fs-light.fs-tabs-tab_mobile.fs-tabs-active:hover {
    background: #fff;
    color: #263238
}

.fs-light.fs-tabs-tab.fs-tabs-mobile {
    display: none
}

.fs-light.fs-tabs-tab.fs-tabs-tab_mobile {
    width: 100%;
    border-radius: 2px;
    display: none;
    margin: 10px 0
}

.fs-light.fs-tabs-tab_mobile.fs-tabs-mobile {
    display: block
}

.fs-light.fs-tabs-tab_mobile.fs-tabs-active {
    border-radius: 2px 2px 0 0;
    margin: 10px 0 0
}

.fs-light.fs-tabs-content.fs-tabs-mobile {
    border-radius: 0 0 2px 2px
}

.fs-tooltip.fs-light {
    z-index: 10;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fs-tooltip.fs-light .fs-tooltip-content {
    background: #263238;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 10px 15px;
    position: relative
}

.fs-tooltip.fs-light .fs-tooltip-caret {
    width: 0;
    height: 0;
    content: "";
    display: block;
    margin: 0;
    position: absolute
}

.fs-light.fs-tooltip-right .fs-tooltip-caret {
    top: 0;
    left: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #263238
}

.fs-light.fs-tooltip-left .fs-tooltip-caret {
    top: 0;
    right: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #263238
}

.fs-light.fs-tooltip-bottom .fs-tooltip-caret,
.fs-light.fs-tooltip-top .fs-tooltip-caret {
    display: block;
    float: none;
    margin: 0 auto
}

.fs-light.fs-tooltip-top .fs-tooltip-caret {
    bottom: -5px;
    left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #263238
}

.fs-light.fs-tooltip-bottom .fs-tooltip-caret {
    top: -5px;
    left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #263238
}

.fs-upload.fs-light .fs-upload-target {
    background: #fff;
    border: 3px dashed #607d8b;
    border-radius: 2px;
    color: #455a64;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
    -webkit-transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear;
    -o-transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear;
    transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear
}

.fs-light.fs-upload-dropping .fs-upload-target,
.fs-light.fs-upload-focus .fs-upload-target,
.no-touchevents .fs-light:hover .fs-upload-target {
    background: #cfd8dc;
    border-color: #546e7a;
    color: #263238
}

.fs-light.fs-upload-disabled {
    opacity: .5
}

.fs-light.fs-upload-disabled .fs-upload-target,
.fs-light.fs-upload-disabled.fs-upload-dropping .fs-upload-target,
.fs-light.fs-upload-disabled.fs-upload-focus .fs-upload-target,
.no-touchevents .fs-light.fs-upload-disabled.fs-upload-dropping:hover .fs-upload-target,
.no-touchevents .fs-light.fs-upload-disabled:hover .fs-upload-target {
    background: #fff;
    border-color: #607d8b;
    color: #455a64
}

.fs-viewer {
    position: relative
}

.fs-viewer.fs-light .fs-viewer-source {
    display: none !important
}

.fs-viewer.fs-light .fs-viewer-wrapper {
    position: relative;
    background: #eceff1;
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: 300px
}

.fs-viewer.fs-light .fs-viewer-viewport {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px
}

.fs-viewer.fs-light .fs-viewer-container {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 1;
    margin: 0;
    opacity: 1;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.fs-viewer.fs-light.fs-viewer-loading .fs-viewer-container {
    opacity: 0
}

.fs-viewer.fs-light.fs-viewer-image {
    position: absolute
}

.fs-viewer.fs-light.fs-viewer-scaling .fs-viewer-container,
.fs-viewer.fs-light.fs-viewer-scaling .fs-viewer-image {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.fs-viewer.fs-light .fs-viewer-controls {
    width: 70px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 4;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(20, 26, 30, .25);
    box-shadow: 0 0 5px rgba(20, 26, 30, .25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 5px
}

.fs-viewer.fs-light .fs-viewer-control {
    width: 30px;
    height: 30px;
    position: relative;
    background: #fff;
    border: none;
    border-radius: 2px;
    color: #546e7a;
    display: block;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap
}

.fs-viewer.fs-light .fs-viewer-control:after,
.fs-viewer.fs-light .fs-viewer-control:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto
}

.no-touchevents .fs-viewer.fs-light .fs-viewer-control:hover {
    background: #cfd8dc;
    color: #263238
}

.no-touchevents .fs-viewer.fs-light .fs-viewer-control_disabled,
.no-touchevents .fs-viewer.fs-light:hover .fs-viewer-control_disabled {
    opacity: 0;
    cursor: default;
    visibility: hidden
}

.fs-viewer.fs-light .fs-viewer-control_next,
.fs-viewer.fs-light .fs-viewer-control_previous {
    display: none;
    font-size: 10px
}

.fs-viewer.fs-light .fs-viewer-control_next:after,
.fs-viewer.fs-light .fs-viewer-control_previous:after {
    display: none
}

.fs-viewer.fs-light .fs-viewer-control_previous:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8.4px solid #546e7a;
    margin-left: 9.9px
}

.fs-viewer.fs-light .fs-viewer-control_next:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8.4px solid #546e7a;
    margin-right: 9.9px
}

.fs-viewer.fs-light .fs-viewer-control_zoom_in,
.fs-viewer.fs-light .fs-viewer-control_zoom_out {
    font-size: 20px
}

.fs-viewer.fs-light .fs-viewer-control_zoom_in:after,
.fs-viewer.fs-light .fs-viewer-control_zoom_in:before,
.fs-viewer.fs-light .fs-viewer-control_zoom_out:after,
.fs-viewer.fs-light .fs-viewer-control_zoom_out:before {
    background: #546e7a
}

.fs-viewer.fs-light .fs-viewer-control_zoom_in:before,
.fs-viewer.fs-light .fs-viewer-control_zoom_out:before {
    width: 11px;
    height: 3px
}

.fs-viewer.fs-light .fs-viewer-control_zoom_out:after {
    display: none
}

.fs-viewer.fs-light .fs-viewer-control_zoom_in:after {
    width: 3px;
    height: 11px;
    background: #546e7a
}

.fs-viewer.fs-light.fs-viewer-gallery .fs-viewer-controls {
    width: 130px
}

.fs-viewer.fs-light.fs-viewer-gallery .fs-viewer-control_next,
.fs-viewer.fs-light.fs-viewer-gallery .fs-viewer-control_previous {
    display: block
}

.fs-viewer.fs-light .fs-viewer-loading_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    display: block;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .25s linear, visibility .25s linear;
    -o-transition: opacity .25s linear, visibility .25s linear;
    transition: opacity .25s linear, visibility .25s linear;
    visibility: hidden
}

.fs-viewer.fs-light .fs-viewer-loading_icon:after,
.fs-viewer.fs-light .fs-viewer-loading_icon:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 110%;
    content: "";
    display: block
}

.fs-viewer.fs-light .fs-viewer-loading_icon:before {
    border: 5px solid rgba(38, 50, 56, .25)
}

.fs-viewer.fs-light .fs-viewer-loading_icon:after {
    -webkit-animation: f .75s linear infinite;
    animation: f .75s linear infinite;
    border: 5px solid transparent;
    border-top-color: #263238
}

@keyframes f {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fs-light.fs-viewer-loading .fs-viewer-loading_icon {
    opacity: 1;
    visibility: visible
}