/* COLOURS

#004a92 : Blue
#1b92ce : Blue (Light)
#F17300 : Red
#3a3a3a : Grey
#aaaaaa : Grey (Light)

*/

/* RESET */

* {
    position: relative;
}

/* FLEX */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex--1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex--2 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex--3 {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.flex.direction--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex.wrap--enabled {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex.align--left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex.align--centre {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex.align--right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex.justify--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex.justify--centre {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex.justify--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex.justify--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex.justify--around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex.justify--evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.col__half,
.col__third,
.col__quarter,
.col__two_third,
.col__three_quarter {
    width: 100%;
}

@media screen and (min-width: 600px) {
    .col__half {
        width: 50%;
    }

    .col__third {
        width: 33.3332%;
    }

    .col__quarter {
        width: 25%;
    }

    .col__two_third {
        width: 66.6664%;
    }

    .col__three_quarter {
        width: 75%;
    }
}

/* ASTRA */

aside.widget_flexipages > ul > li {
    display: none;
}

aside.widget_flexipages > ul > .current_page_ancestor,
aside.widget_flexipages > ul > .current_page_item {
    display: list-item;
}

.ast-above-header > div,
.main-header-bar > div,
.ast-below-header > div {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

#secondary {
    z-index: 50;
}

#ast-scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.ast-sticky-active {
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.footer-adv .ast-container {
    padding: 42px;
}

.site-footer {
    background-color: #004a92;
}

.ast-small-footer-wrap {
    padding: 16px 28px;
}

.footer-sml-layout-2 .ast-small-footer-section-1,
.footer-sml-layout-2 .ast-small-footer-section-2 {
    text-align: left;
    font-size: 0.875em;
}

.ast-footer-overlay {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item a {
    padding: 0;
}

.footer-adv .widget-title {
    font-size: 0.875em;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-adv .menu-item,
.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item {
    font-size: 0.875em;
    text-transform: uppercase;
}

.footer-adv .menu-item a {
    display: block;
    padding: 3px 0;
}

.footer-adv .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 52px;
    height: 5px;
    background-color: #f17300;
}

.ast-scroll-to-top-right {
    right: 42px;
    bottom: 56px;
}

.site-footer a:hover {
    color: #f17300 !important;
}

.astra-full-megamenu-wrapper {
    opacity: 0 !important;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s;
}

.astra-full-megamenu-wrapper.is--active {
    opacity: 1 !important;
    height: auto;
}

.ast-search-box.header-cover {
    background: #f17300;
}

.ast-search-box.header-cover .ast-search-wrapper .search-form {
    padding: 0 24px;
}

.entry-content {
    padding-bottom: 32px;
}

.ast-pagination,
.post-navigation {
    border: none !important;
    padding: 16px 0 !important;
}

.ast-pagination .nav-links,
.post-navigation .nav-links {
    padding: 16px 24px !important;
    background-color: #f6f6f6;
}

.blog-layout-1,
.single-layout-1 {
    border-bottom: 4px solid #f6f6f6;
}

.post-navigation {
    border: none;
}

h2,
.entry-content h2 {
    font-size: 38px;
    font-size: 2.375rem;
}

h3,
.entry-content h3 {
    font-size: 30px;
    font-size: 1.875rem;
}

h4,
.entry-content h4 {
    font-size: 24px;
    font-size: 1.5rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #004a92;
}

.entry-content p a {
    display: inline-block;
    color: #f17300;
    border-bottom: 3px solid rgba(208, 78, 81, 0.2);
}

.entry-content p a:hover {
    color: #004a92;
    border-bottom-color: #004a92;
}

.entry-content blockquote {
    display: inline-block;
    margin: 0 0 2.4em;
    padding: 24px;
    color: #3a3a3a;
    background-color: rgba(0, 74, 146, 0.1);
    border: none;
    border-left: 4px solid #f17300;
}

.entry-content blockquote p {
    margin-bottom: 1.5em;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content blockquote cite {
    text-transform: uppercase;
    font-style: normal;
    font-size: 75%;
    letter-spacing: 0.04em;
    color: #004a92;
    padding-left: 48px;
}

.entry-content blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 36px;
    height: 2px;
    background-color: #004a92;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 2em;
    padding: 0 0 0 2.5em;
    border-left: 4px solid #f17300;
}

.entry-content ul ul,
.entry-content ol ol {
    margin-top: 1.5em;
    border-color: rgba(208, 78, 81, 0.5);
    list-style-type: circle;
}

.entry-content li {
    padding-left: 4px;
    margin-bottom: 0.6em;
}

.wp-caption .wp-caption-text {
    margin: 4px 0;
    padding: 0.5em 1em;
    line-height: 140%;
    font-size: 90%;
    text-align: left;
    border-left: 4px solid #f17300;
    background-color: rgba(0, 74, 146, 0.1);
}

.entry-content .gallery {
    display: flex;
    margin: 0 -10px 2.4em;
}

.entry-content .gallery-item {
    margin-bottom: 10px;
    transition: all 0.3s;
}

.entry-content .gallery-item:last-child {
    margin-bottom: 0;
}

.entry-content .gallery-item > div {
    border: none;
    height: 100%;
}

.entry-content .gallery-item > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.entry-content .gallery-item > div > a > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100% !important;
    width: auto !important;
}

.entry-content .gallery-item::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -2px;
    height: 4px;
    background-color: #f17300;
    transition: all 0.3s;
}

.entry-content .gallery-item:hover::after {
    left: 10px;
    right: 10px;
}

.entry-content .gallery-item:hover {
    transform: scale(1.1);
}

.entry-content .gallery-caption {
    display: none;
}

.single .type-page .entry-content {
    padding-bottom: 80px;
    margin-bottom: 64px;
}

.ast-archive-description {
    display: none;
}

.type-post .entry-title,
.type-event .entry-title,
.type-gallery .entry-title {
    display: inline-block;
    color: #004a92;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.entry-title a {
    color: #004a92;
}

.type-post .entry-title::after,
.type-event .entry-title::after,
.type-gallery .entry-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 5px;
    background-color: #f17300;
}

.type-gallery .ast-single-post-order {
    text-align: center;
}

.ast-below-header-navigation {
    cursor: pointer;
}

figure > a {
    display: block;
    z-index: 10;
}

.sl-navigation > button {
    display: block !important;
}

.post-thumb img {
    max-width: 800px;
    width: 100%;
}

.entry-content .gallery {
    flex-wrap: wrap;
}

.mobile--only.menu-item {
    display: none;
}

body.single-testimonial #flexipages-2 {
    display: none;
}

.type-page > .entry-header .entry-title {
    display: inline-block;
    font-size: 2.5em;
    color: #004a92;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

#main .entry-header {
    display: none;
}

.no-gd-page-banner #main .entry-header {
    display: block;
}

.ast-featured-post .entry-title {
    font-size: 2em;
}

.entry-header .entry-title {
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.entry-header .entry-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f17300;
    height: 5px;
}

.post-navigation a {
    line-height: 120%;
    padding: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: none;
}

body.single-gallery .post-navigation {
    padding-left: 0 !important;
}

body.single-event #secondary {
    display: none;
}

body.single-event #primary {
    width: 100%;
}

body.single-event #main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

body.archive #content,
body.blog #content {
    margin-top: -40px;
}

table {
    margin-bottom: 2.4em;
    border: none;
}

table th,
table td {
    padding: 8px 12px;
    border: none;
    border-bottom: 2px solid #ffffff;
    transition: all 0.3s;
}

table thead th {
    color: #004a92;
}

table thead th {
    /* border-top: 2px solid rgba(0, 74, 146, .1); */
}

table tbody tr {
    background-color: rgba(0, 74, 146, 0.05);
    transition: all 0.3s;
}

table tbody tr:nth-child(even) {
    background-color: rgba(0, 74, 146, 0.1);
}

table tbody tr:hover {
    /* transform: scale(1.02); */
    background-color: rgba(208, 78, 81, 0.3);
}

table tbody {
    position: relative;
}

body .sl-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.85);
}

body .sl-wrapper .sl-close,
body .sl-wrapper .sl-counter,
body .sl-wrapper .sl-navigation button {
    color: #ffffff;
}

@media screen and (max-width: 599px) {
    table th {
        display: none;
    }

    table td {
        display: block;
    }

    figure.alignleft,
    figure.alignright,
    figure.aligncenter {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }

    .entry-header .entry-title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1024px) {
    .entry-content .gallery-item {
        max-width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .entry-content .gallery-item {
        max-width: 33.3332%;
    }
}

@media screen and (max-width: 600px) {
    .entry-content .gallery-item {
        max-width: 50%;
    }

    .gd_above_footer_first_widget {
        width: 100%;
    }

    .zoom-social-icons-list {
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    .entry-content .gallery-item {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .single .ast-pagination,
    .single .post-navigation {
        border: none !important;
        padding: 16px 0 16px 48px !important;
    }
}

@media screen and (min-width: 1024px) {
    .entry-content blockquote {
        margin: 0 -32px 2.4em;
        padding: 32px;
    }

    .entry-content .gallery-item:hover {
        transform: scale(1.05);
    }
}

@media screen and (min-width: 960px) {
    .footer-sml-layout-2 .ast-small-footer-section-2 .menu-item {
        display: inline-block;
    }

    .ast-small-footer-wrap {
        padding: 16px 42px;
    }

    .footer-adv .ast-container {
        padding: 64px;
    }

    .footer-sml-layout-2 .ast-small-footer-section-2 .menu-item a {
        padding: 0 1em 0 0;
        margin-right: 1em;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .footer-sml-layout-2 .ast-small-footer-section-2 .menu-item:last-child a {
        padding: 0;
        margin-right: 0;
        border-right: none;
    }

    .footer-sml-layout-2 .ast-small-footer-section-2 {
        text-align: right;
    }

    .footer-sml-layout-2 .ast-small-footer-section-2 .menu-item {
        text-transform: uppercase;
        font-size: 0.75em;
    }

    #ast-fixed-header .ast-below-header {
        background-color: #2564a1;
    }

    .ast-masthead-custom-menu-items {
        order: -1;
    }

    .zoom-social-icons-widget {
        transform: translateY(2px);
    }

    .zoom-social_icons-list-span {
        color: #004a92 !important;
        transition: color 0.3s !important;
    }

    .zoom-social_icons-list-span.dashicons-facebook {
        font-size: 18px !important;
    }

    .zoom-social_icons-list__link:hover .zoom-social_icons-list-span {
        color: #f17300 !important;
    }

    .ast-below-header-section-wrap {
        min-height: 56px;
    }

    .ast-below-header {
        line-height: 56px;
    }

    .ast-below-header-menu a {
        padding: 0 1.5em;
    }

    .site-header .menu-text {
        text-transform: uppercase;
        user-select: none;
    }

    .ast-below-header-section-wrap {
        background-color: #ffffff;
    }

    #below_header-menu > .menu-item > .menu-link {
        color: #ffffff;
        background-color: #004a92;
    }

    #below_header-menu > .menu-item > .menu-link:hover,
    #below_header-menu > .current-menu-item > .menu-link,
    #below_header-menu > .current-menu-ancestor > .menu-link {
        background-color: #f17300;
    }

    .astra-full-megamenu-wrapper {
        border-top: 12px solid #f17300 !important;
    }

    .ast-search-icon .astra-search-icon {
        color: #004a92;
        margin-right: 1em;
        font-size: 1.7em;
    }

    .ast-search-icon .astra-search-icon:hover {
        color: #f17300;
    }

    .ast-search-box.full-screen {
        background: rgba(0, 74, 146, 0.95);
    }

    #primary-menu .menu-text {
        font-size: 0.8125em;
        text-transform: uppercase;
        color: #004a92;
    }

    #primary-menu #menu-item-117 .menu-link {
        height: 40px;
        padding: 0 40px;
        background-color: #f17300;
    }

    #primary-menu #menu-item-117 .menu-link:hover {
        background-color: #004a92;
    }

    #primary-menu #menu-item-117 .menu-text {
        color: #ffffff;
    }

    #primary-menu #menu-item-118 {
        margin: 0 24px;
    }

    #primary-menu .menu-text {
        transition: all 0.3s;
    }

    #primary-menu #menu-item-118 .menu-link:hover .menu-text {
        color: #f17300;
    }

    .astra-megamenu {
        flex-wrap: wrap;
        padding-bottom: 40px !important;
    }

    .astra-megamenu .sub-menu {
        margin-left: 16px !important;
        border-left: 2px solid #f17300 !important;
    }

    .astra-megamenu .sub-menu li {
        font-size: 0.85em;
    }

    .astra-megamenu > li {
        min-width: 33.3332% !important;
        max-width: 33.3332% !important;
    }

    .menu-item-109 .astra-megamenu > li {
        min-width: 50% !important;
        max-width: 50% !important;
    }

    .astra-megamenu .sub-menu li a {
        padding: 12px 24px;
    }

    .astra-megamenu .sub-menu li li a {
        padding-left: 0 !important;
    }

    /*#menu-item-366 a {
        padding-left: 32px !important;
    }*/

    #menu-item-629 a {
        padding-left: 0 !important;
    }

    .menu-item-110 .astra-megamenu {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-template-areas:
            "c1_1 c2_1 c3_1"
            "c1_2 c2_1 c3_2"
            "c1_3 c2_1 c3_3"
            "c1_4 c2_1 c3_4"
            "c1_5 c2_1 c3_5"
            "c1_6 c2_1 c3_6"
            "c1_7 c2_1 c3_7"
            "c1_8 c2_1 c3_8"
            "c1_9 c2_1 c3_9"
            "c1_10 c2_1 c3_10"
            "c1_11 c2_1 c3_11"
            "c1_12 c2_1 c3_12";
    }

    .menu-item-110 .astra-megamenu .menu-item {
        min-width: 100% !important;
        max-width: 100% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .menu-item-110 .astra-megamenu .menu-item.c1_1 {
        grid-area: c1_1;
    }

    .menu-item-110 .astra-megamenu .menu-item.c1_2 {
        grid-area: c1_2;
    }

    .menu-item-110 .astra-megamenu .menu-item.c1_3 {
        grid-area: c1_3;
    }

    .menu-item-110 .astra-megamenu .menu-item.c1_4 {
        grid-area: c1_4;
    }

    .menu-item-110 .astra-megamenu .menu-item.c2_1 {
        grid-area: c2_1;
    }

    .menu-item-110 .astra-megamenu .menu-item.c3_1 {
        grid-area: c3_1;
    }

    .menu-item-110 .astra-megamenu .menu-item.c3_2 {
        grid-area: c3_2;
    }

    .menu-item-110 .astra-megamenu .menu-item.c3_3 {
        grid-area: c3_3;
    }

    .menu-item-110 .astra-megamenu .menu-item.c3_4 {
        grid-area: c3_4;
    }
}

@media screen and (min-width: 1440px) {
    .single .ast-pagination,
    .single .post-navigation {
        border: none !important;
        padding: 16px 0 16px 64px !important;
    }
}

/* LAZY */

.js--lazy {
    opacity: 0;
    transition: opacity 0.6s;
}

.js--lazy[data-loaded],
.js--lazy.has--loaded {
    opacity: 1;
}

/* FEATHER */

.feather,
[data-feather] {
    min-width: 24px;
    opacity: 0;
    transition: opacity 0.2s;
}

body.gd-feather-icons .feather {
    opacity: 1;
}

/* GD_CONTAINER */

.gd_container {
    margin: 0 auto;
}

.gd_container.is--boxed {
    max-width: 1840px;
    padding: 0 20px;
}

.gd_container.is--boxed::before,
.site-footer .ast-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.2s;
}

.gd_container.is--boxed::after,
.site-footer .ast-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.2s;
}

@media screen and (min-width: 1840px) {
    .gd_container.is--boxed::before,
    .site-footer .ast-container::before {
        left: -100%;
        right: 100%;
        width: auto;
        margin-right: -20px;
    }

    .gd_container.is--boxed::after,
    .site-footer .ast-container::after {
        left: 100%;
        right: -100%;
        width: auto;
        margin-left: -20px;
    }
}

/* GD_SECTION_DIVIDER */

.gd_section_divider {
}

.gd_section_divider__link {
    min-height: 44px;
}

.gd_section_divider__tag {
    font-size: 0.9375em;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #004a92;
    transition: all 0.3s;
}

.gd_section_divider .feather {
    width: 24px;
    margin: 0 20px 0 0;
    color: #004a92;
    transition: all 0.3s;
}

.gd_section_divider:hover .gd_section_divider__tag,
.gd_section_divider:hover .feather {
    color: #f17300;
}

@media screen and (min-width: 768px) {
    .gd_section_divider__link {
        min-height: 52px;
    }

    .gd_section_divider .feather {
        margin: 0 30px;
    }
}

@media screen and (min-width: 1440px) {
    .gd_section_divider__link {
        min-height: 60px;
    }

    .gd_section_divider__tag {
        font-size: 1.1em;
    }
}

/* GD_CARD */

.gd_card {
    display: block;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.3s;
}

.gd_card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 24px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    z-index: 15;
}

.gd_card__highlight {
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 24px;
    opacity: 0;
    background-color: #f17300;
    transition: all 0.3s;
    z-index: 15;
}

.gd_card.is--active .gd_card__highlight,
.gd_card:hover .gd_card__highlight {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.gd_card > .gd_container {
    padding-bottom: 24px;
    z-index: 20;
}

.gd_card__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 24px;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-size: cover;
    transition: all 0.3s;
    z-index: 10;
}

.gd_card__content {
    padding: 72px 20px;
    text-align: left;
    transition: all 0.3s;
}

.gd_card__content.justify--centre {
    text-align: center;
}

.gd_card__content.align--right .gd_card__content_wrapper {
    text-align: left;
}

.gd_card__content_wrapper {
    max-width: 100%;
    transition: all 0.3s;
}

.gd_card__icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #f17300;
    margin: 0 0 16px;
    transition: all 0.3s;
}

.gd_card__icon > .feather {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    min-width: 24px;
    max-width: 24px;
    color: #ffffff;
    transition: all 0.3s;
}

.gd_card__title {
    font-size: 1.6em;
    line-height: 110%;
    text-transform: uppercase;
    color: #ffffff;
}

.gd_card__subtitle {
    font-size: 0.9375em;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin: 0 0 12px;
}

.gd_card__summary {
    font-size: 0.9375em;
    line-height: 140%;
    color: #ffffff;
    margin: 24px 0 0;
}

.gd_card__content .gd_button {
    margin: 32px 0 0;
}

.gd_card.has--image {
    background-color: rgba(0, 74, 146, 1);
}

.gd_card.no--image {
    background-color: rgba(0, 74, 146, 0.2);
}

.gd_card.no--image .gd_card__content {
    padding: 88px 32px;
}

.gd_card.no--image .gd_card__content_wrapper {
    max-width: 100%;
}

.gd_card.no--image .gd_card__title {
    color: #004a92;
    transition: all 0.3s;
}

.gd_card.no--image .gd_card__overlay {
    background-color: rgba(0, 74, 146, 0.15);
}

.gd_card.no--image .gd_card__icon .feather {
    color: #f17300;
}

.gd_card.no--image:hover .gd_card__overlay {
    background-color: rgba(0, 74, 146, 1);
}

.gd_card.no--image:hover .gd_card__title,
.gd_card.no--image:hover .gd_card__icon > .feather {
    color: #ffffff;
}

.gd_card.no--image:hover .gd_card__icon {
    animation: 1s borderColorFadeThroughWhite infinite;
}

#card-484 .gd_card__media {
    background-position-x: 65%;
}

#card-669 .gd_card__media {
    background-position-x: 60%;
}

#card-673 .gd_card__media {
    background-position-x: 32%;
}

#card-674 .gd_card__media {
    background-position-x: 60%;
}

#card-691 .gd_card__media {
    background-position-x: 60%;
}

.entry-content .gd_card__title {
    text-transform: uppercase;
    font-size: 1.3em;
}

.entry-content .gd_card__content {
    padding: 48px 32px 32px !important;
}

.entry-content .gd_card__icon {
    margin-bottom: 8px !important;
}

@keyframes borderColorFadeThroughWhite {
    0% {
        border-color: rgba(208, 78, 81, 1);
    }

    35% {
        border-color: rgba(255, 255, 255, 1);
    }

    100% {
        border-color: rgba(208, 78, 81, 1);
    }
}

@media screen and (min-width: 600px) {
    .gd_card__content {
        padding: 72px 44px;
    }
}

@media screen and (min-width: 768px) {
    .gd_card__content {
        padding: 84px;
    }

    .gd_card__content_wrapper {
        max-width: 75%;
    }

    .gd_card__title {
        font-size: 2em;
    }
}

@media screen and (min-width: 1024px) {
    .gd_card__content_wrapper {
        max-width: 50%;
    }
}

@media screen and (min-width: 1440px) {
    .gd_card__content {
        padding: 112px 84px;
    }

    .gd_card__content_wrapper {
        font-size: 1.1em;
        max-width: 50%;
    }
}

@media screen and (min-width: 1700px) {
    .gd_card__content {
        padding: 156px 84px;
    }

    .gd_card__content_wrapper {
        max-width: 40%;
        font-size: 1.2em;
    }

    .gd_card__content_wrapper .gd_button__label {
        background-position: right 4px;
    }
}

@media screen and (min-width: 2000px) {
    .gd_card__content_wrapper {
        font-size: 1.3em;
    }
}

/* GD_BUTTON */

.gd_button {
    display: inline-block;
    padding: 16px 0 0 0;
    transition: all 0.3s;
}

.gd_button + .gd_button {
    margin: 0 1em 0 0;
}

.gd_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #f17300;
    animation: 0.3s buttonLeave;
    animation-fill-mode: forwards;
}

.gd_button__label {
    font-size: 0.875em;
    line-height: 110%;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 64px 0 0;
    color: #004a92;
    background: transparent url(../images/button_arrow_right_blue.png) no-repeat scroll right bottom;
    background-size: 50px;
    background-position: right 3px;
    user-select: none;
    transition: all 0.3s;
}

.gd_button:hover {
    padding: 8px 0;
}

.gd_button:hover::before {
    animation: 0.3s buttonEnter;
    animation-fill-mode: forwards;
}

.gd_button:hover .gd_button__label,
.gd_button.is--reversed .gd_button__label {
    color: #ffffff;
    background-image: url(../images/button_arrow_right_white.svg);
}

@keyframes buttonEnter {
    0% {
        left: 0px;
        right: 0px;
        height: 5px;
    }

    70% {
        left: -20px;
        right: -20px;
        height: 5px;
    }

    100% {
        left: -20px;
        right: -20px;
        height: 100%;
    }
}

@keyframes buttonLeave {
    0% {
        left: -20px;
        right: -20px;
        height: 100%;
    }

    70% {
        left: -20px;
        right: -20px;
        height: 5px;
    }

    100% {
        left: 0px;
        right: 0px;
        height: 5px;
    }
}

/* GD_PAGE_HEADER */

.gd_page_header {
    padding: 2.5em 0;
    text-align: center;
}

.gd_page_header__title {
    font-size: 1.4em;
    line-height: 110%;
    text-transform: uppercase;
    padding: 0 0 24px;
    margin: 0;
    color: #004a92;
}

.gd_page_header__title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 5px;
    width: 80px;
    margin-left: -40px;
    background-color: #f17300;
}

.gd_page_header__summary {
    font-size: 1em;
    line-height: 140%;
    margin: 24px auto 0;
    max-width: 700px;
}

@media screen and (min-width: 1024px) {
    .gd_page_header__title {
        font-size: 1.75em;
    }
}

@media screen and (min-width: 1440px) {
    .gd_page_header__title {
        font-size: 2.4em;
    }
    .gd_page_header__summary {
        font-size: 1.2em;
        max-width: 60%;
    }
}

/* GD_HERO */

.gd_hero {
    background-color: #ffffff;
    animation: 0.6s heroLoad;
}

@keyframes heroLoad {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.gd_hero__cards {
    z-index: 10;
    transition: all 0.3s;
}

.gd_hero__cards .gd_card__content {
    min-height: calc(100vh - (160px + 72px));
}

body.admin-bar .gd_hero__cards .gd_card__content {
    min-height: calc(100vh - (32px + 160px + 72px));
}

.gd_hero__cards .gd_card {
    display: none;
}

.gd_hero__cards .gd_card.is--active {
    display: block;
}

.gd_hero .gd_hero__cards .gd_card .gd_card__content_wrapper {
    opacity: 0;
}

.gd_hero.cards--single .gd_hero__cards .gd_card.is--active .gd_card__content_wrapper {
    animation: 0.8s heroCardContentActiveSingle;
    animation-fill-mode: forwards;
}

.gd_hero.cards--multiple .gd_hero__cards .gd_card.is--active .gd_card__content_wrapper {
    animation: 0.8s heroCardContentActiveMultiple;
    animation-fill-mode: forwards;
}

.gd_hero .gd_hero__cards .gd_card.is--active .gd_card__media {
    animation: 0.6s heroCardMediaActive;
    animation-fill-mode: forwards;
}

@keyframes heroCardContentActiveSingle {
    0% {
        opacity: 0;
        transform: translateY(48px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes heroCardContentActiveMultiple {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(-48px);
    }
}

@keyframes heroCardMediaActive {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.gd_hero__buttons {
    position: absolute;
    bottom: 56px;
    left: 50%;
    width: 80%;
    margin: 0 0 0 -40%;
    list-style: none;
    z-index: 20;
    transition: all 0.3s;
}

.gd_hero__button {
    font-size: 0.9375em;
    line-height: 120%;
    padding: 24px 16px;
    margin: 0 4px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(0, 74, 146, 0.85);
    cursor: pointer;
    user-select: none;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.gd_hero__button .feather {
    margin-right: 16px;
}

.gd_hero__button:hover,
.gd_hero__button.is--active {
    background-color: #f17300;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
    z-index: 20;
}

.gd_hero .gd_card__content_wrapper {
    max-width: 95%;
}

.gd_hero .gd_card__highlight {
    left: 0;
    right: auto;
    bottom: 0;
    opacity: 1;
    width: 0%;
    transition: all 0.25s linear;
}

.gd_hero .gd_card__title {
    font-size: 1.6em;
}

@media screen and (max-width: 600px) {
    .gd_hero__cards .gd_card__content {
        min-height: 100px;
    }

    .gd_hero__buttons {
        display: block;
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0;
        width: 100%;
        flex-wrap: wrap;
    }

    .gd_hero__button {
        display: block;
        margin: 0;
        padding: 16px;
    }

    .gd_hero.cards--multiple .gd_hero__cards .gd_card.is--active .gd_card__content_wrapper {
        opacity: 1;
        animation: none;
    }

    .gd_hero .gd_card__content {
        padding: 64px 8px;
    }
}

@media screen and (max-width: 325px) {
    .gd_hero .gd_card__content {
        padding: 48px 0;
    }
}

@media screen and (min-width: 768px) {
    .gd_hero .gd_card__content_wrapper {
        max-width: 80%;
    }

    .gd_hero .gd_card__title {
        font-size: 2em;
    }
}

@media screen and (min-width: 1024px) {
    .gd_hero .gd_card__title {
        font-size: 2.6em;
    }
}

@media screen and (min-width: 1440px) {
    .gd_hero__buttons {
        bottom: 64px;
        width: 60%;
        margin: 0 0 0 -30%;
    }

    .gd_hero__button {
        padding: 32px 24px;
    }

    .gd_hero .gd_card__title {
        font-size: 3.2em;
    }

    .gd_hero .gd_card__content_wrapper {
        max-width: 90%;
    }
}

/* GD_BELOW_FOOTER */

.gd_below_footer {
    color: #ffffff;
    background-color: #004a92;
}

.gd_below_footer__widgets {
    padding: 16px 28px;
}

.gd_below_footer__text {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.8125em;
    letter-spacing: 0.05em;
}

.gd_below_footer__text a {
    color: #ffffff;
    transition: all 0.3s;
}

.gd_below_footer__text a:hover {
    color: #f17300;
}

.gd_footer_widget__text {
    font-size: 0.875em;
    overflow: hidden;
}

.gd_above_footer__widgets {
    padding: 20px 12px;
}

@media screen and (min-width: 960px) {
    .gd_below_footer__widgets {
        padding: 16px 42px;
    }

    .gd_above_footer__widgets {
        padding: 20px 32px;
    }
}

/* GD_PAGE_BANNER */

.gd_page_banner {
    background-color: #004a92;
    background: linear-gradient(0deg, #004a92 0%, #1b92ce 100%);
    overflow: hidden;
}

.gd_page_banner.is--active {
    opacity: 1;
}

.gd_page_banner > .gd_container {
    z-index: 20;
}

.gd_page_banner__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.3;
    z-index: 10;
}

.gd_page_banner__content {
    padding: 200px 0 0;
    transition: all 0.3s;
}

.gd_page_banner__content_wrapper {
    padding: 32px 32px 56px 16px;
    background-color: rgba(0, 74, 146, 0.7);
}

.gd_page_banner__content_wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: rgba(0, 74, 146, 0.6);
}

.gd_page_banner__content_wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: -100%;
    background-color: rgba(0, 74, 146, 0.6);
}

.gd_page_banner__title {
    display: inline-block;
    font-size: 3em;
    line-height: 110%;
    letter-spacing: -0.03em;
    padding-bottom: 12px;
    color: #ffffff;
    max-width: 73%;
}

.gd_page_banner__title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 5px;
    background-color: #f17300;
}

body.gd-page-banner .type-page > .entry-header,
body.gd-page-banner .type-testimonial .entry-header {
    display: none;
}

article.type-page,
article.type-post,
article.type-event,
article.type-testimonial,
.ast-archive-description {
    /* padding-left: 16px; */
}

body.no-gd-page-banner .type-page > .entry-header {
    display: block;
}

@media screen and (min-width: 768px) {
    article.type-page,
    article.type-post,
    article.type-event,
    article.type-testimonial,
    .ast-archive-description,
    .gd_page_banner__content_wrapper {
        padding-left: 48px;
    }
}

@media screen and (min-width: 1440px) {
    .gd_page_banner__content {
        padding-top: 300px;
    }

    article.type-page,
    article.type-post,
    article.type-event,
    article.type-testimonial,
    .ast-archive-description,
    .gd_page_banner__content_wrapper {
        padding-left: 64px;
    }
}

@media screen and (min-width: 2000px) {
    .gd_page_banner__content {
        padding-top: 400px;
    }
}

/*GD_GRID*/

.gd_grid {
    margin-bottom: 24px;
}

.gd_grid:last-child {
    margin-bottom: 0;
}

.gd_grid + .gd_section_divider {
    margin-top: -36px;
}

.gd_grid__cards {
    margin: -12px;
}

.gd_grid__card {
    padding: 12px;
    width: 100%;
}

.gd_grid__card,
.gd_grid__card a.gd_card {
    cursor: pointer;
}

.gd_grid__card .gd_card.has--image .gd_card__content {
    padding: 320px 32px 16px;
}

.gd_grid__card .gd_card.has--image .gd_card__content_wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.gd_grid__card .gd_card.has--image .gd_card__overlay {
    top: auto;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
}

.gd_grid__card .gd_card.has--image .gd_card__title {
    font-size: 1.1em;
}

.gd_grid__card .gd_card.has--image .gd_card__icon {
    margin: 0 20px 0 0;
    min-width: 52px;
}

.gd_grid__card .gd_card.has--image .gd_card__media {
    transition: all 0.3s;
}

.gd_grid__card .gd_card.has--image:hover .gd_card__media {
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
}

.gd_grid__card .gd_card.has--image:hover .gd_card__overlay {
    background-color: rgba(0, 74, 146, 0.7);
    height: 100%;
}

.gd_grid__card .gd_card.has--image:hover .gd_card__highlight {
    opacity: 0.8;
}

.gd_grid__card .gd_card.has--image:hover .gd_card__content {
    padding: 168px 32px;
}

.gd_grid__card .gd_card.has--image:hover .gd_card__icon {
    animation: 1s gridCardHoverIcon infinite;
}

@keyframes gridCardHoverIcon {
    0% {
        border-color: rgba(208, 78, 81, 0.3);
        transform: translateX(0px);
    }

    50% {
        border-color: rgba(208, 78, 81, 1);
        transform: translateX(6px);
    }

    100% {
        border-color: rgba(208, 78, 81, 0.3);
        transform: translateX(0px);
    }
}

@media screen and (min-width: 700px) {
    .gd_grid__card {
        width: 50%;
    }

    .gd_grid__card.column--third + .gd_grid__card.column--third + .gd_grid__card.column--third {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .gd_grid__card.column--third {
        width: 33.3332% !important;
    }

    .gd_grid__card.column--two-third {
        width: 66.6668%;
    }
}

@media screen and (min-width: 1440px) {
    .gd_grid__card.column--quarter {
        width: 25%;
    }

    .gd_grid__card.column--three-quarter {
        width: 75%;
    }

    .gd_grid__card .gd_card__title {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 2000px) {
    .gd_grid__card .gd_card.has--image .gd_card__content {
        padding: 460px 32px 16px;
    }

    .gd_grid__card .gd_card.has--image:hover .gd_card__content {
        padding: 238px 32px;
    }
}

/* GD_SLIDER */

.gd_slider {
    margin-bottom: 24px;
    overflow: hidden;
}

.gd_slider.is--active {
    opacity: 1;
    transform: translateY(0px);
}

.gd_slider + .gd_section_divider {
    margin-top: -24px;
}

.gd_slider__cards {
    margin: -12px;
    overflow: hidden;
}

.gd_slider__card {
    padding: 12px;
    width: 20%;
    overflow: hidden;
    transition: all 0.3s;
}

.gd_slider__card.is--active {
    width: 75%;
}

.gd_slider__card .gd_card__content {
    padding: 32px;
    min-height: 520px;
    max-height: 520px;
}

.gd_slider__card.is--active .gd_card__highlight {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.gd_slider__card.is--active .gd_card__content_wrapper {
    animation: 0.6s sliderCardActive;
}

.ast-date-meta {
    transform: translateX(-24px) translateY(-116px);
}

@keyframes sliderCardActive {
    0% {
        opacity: 0;
        transform: translateY(64px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media screen and (min-width: 2000px) {
    .gd_slider__card .gd_card__content {
        min-height: 680px;
        max-height: 680px;
    }
}

@media screen and (max-width: 767px) {
    .gd_slider__cards {
        flex-wrap: wrap;
    }

    .gd_slider__card {
        width: 100% !important;
    }

    .gd_slider__card .gd_card__content {
        min-height: 400px;
        max-height: 9999px;
    }
}

@media screen and (min-width: 768px) {
    .gd_slider__card:not(.is--active) .gd_card__content {
        align-items: flex-start;
    }

    .gd_slider__card:not(.is--active) .gd_card__summary,
    .gd_slider__card:not(.is--active) .gd_button {
        display: none;
    }

    .gd_slider__card:not(.is--active) .gd_card__content_wrapper {
        max-width: 100%;
    }

    .gd_slider__card:not(.is--active) .gd_card__title {
        transform: rotate(90deg);
        text-align: left;
        font-size: 1.3em;
        width: 400px;
        position: absolute;
        top: 264px;
        left: -174px;
    }

    .gd_slider__card:not(.is--active) .gd_card__icon {
        transform: rotate(180deg);
    }

    .gd_slider__card:first-child:not(.is--active) .gd_card__icon,
    .gd_slider__card:first-child:not(.is--active) + .gd_slider__card:not(.is--active) .gd_card__icon {
        transform: rotate(0deg);
    }

    .gd_slider__card:not(.is--active) {
        cursor: pointer;
    }

    .gd_slider__card:not(.is--active):hover {
        width: 40%;
    }

    .gd_slider__card:not(.is--active):hover .gd_card__overlay {
        background-color: rgba(0, 74, 146, 0.7);
    }
}

/* WIDGET_FLEXIPAGES */

.sidebar-main .widget-title {
    cursor: pointer;
    background-color: rgba(0, 74, 146, 0.4);
}

.sidebar-main .widget-title:hover {
    background-color: #004a92;
}

.sidebar-main .widget-title.is--collapsed + ul {
    /* display: none; */
}

.sidebar-main .widget-title .feather {
    transition: all 0.2s;
}

.sidebar-main .widget-title.is--collapsed .feather {
    transform: rotate(180deg);
}

#secondary aside.widget {
    background-color: rgba(0, 74, 146, 0.7);
}

#secondary aside.widget:last-child {
    padding-bottom: 24px;
}

#secondary aside.widget .widget-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 16px 32px 16px 56px;
    margin: 0;
}

#secondary aside.widget ul,
#secondary aside.widget li {
    padding: 0 !important;
    margin: 0 !important;
}

#secondary aside.widget a {
    display: block;
    padding: 18px 16px 18px 56px;
    color: #ffffff;
    line-height: 125%;
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#secondary aside.widget .children > li > a {
    padding-left: 56px;
}

#secondary aside.widget .children .children > li > a {
    padding-left: 80px;
}

#secondary aside.widget a:hover {
    background-color: rgba(0, 74, 146, 1);
}

#secondary aside.widget .current_page_item > a,
#secondary aside.widget .current-cat > a {
    background-color: #f17300;
}

#secondary aside.widget .current_page_parent > a {
    background-color: rgba(0, 74, 146, 1);
}

#secondary aside.widget .children {
    background-color: rgba(255, 255, 255, 0.15);
}

#secondary aside.widget .feather {
    color: #ffffff;
    position: absolute;
    top: 14px;
    left: 16px;
    z-index: 20;
}

#secondary aside.widget .widget-title .feather {
    top: 16px;
}

#secondary aside.widget .current_page_parent > .feather-chevron-right,
#secondary aside.widget .current_page_item > .feather-chevron-right {
    display: none;
}

@media screen and (min-width: 769px) {
    #primary,
    #secondary {
        border: none !important;
    }

    #secondary {
        position: sticky;
        position: -webkit-sticky;
        top: 228px;
    }

    body.admin-bar #secondary {
        top: 260px;
    }

    body.blog #secondary,
    body.archive #secondary,
    body.single #secondary {
        top: 56px;
    }

    body.admin-bar.blog #secondary,
    body.admin-bar.archive #secondary,
    body.admin-bar.single #secondary {
        top: 88px;
    }

    body.blog #secondary aside.widget,
    body.archive #secondary aside.widget,
    body.single #secondary aside.widget {
        transform: translateY(0px);
    }

    #secondary aside.widget {
        margin: 0 0 0 -56px;
        transform: translateY(-176px);
    }
}

@media (max-width: 992px) {
    .ast-right-sidebar #primary {
        padding-right: 48px;
    }
}

@media screen and (max-width: 959px) {
    #primary {
        width: 100%;
        padding: 0;
        margin: 4em 0 2em;
    }

    #secondary {
        position: relative;
        top: 0;
        margin: 0;
        padding: 0 !important;
        float: none;
        width: 100%;
        clear: both;
    }

    #secondary aside.widget {
        margin: 0;
        transform: translateY(0px);
    }

    .gd_page_banner__title {
        font-size: 2.5em;
        max-width: 100%;
    }

    .gd_page_banner__content_wrapper {
        padding: 24px 32px 32px 48px;
    }
}

@media screen and (max-width: 767px) {
    #primary {
        padding: 0 4px !important;
    }

    .gd_page_banner__content_wrapper {
        padding: 24px;
    }

    .gd_page_banner__title {
        font-size: 2.3em;
    }
}

@media screen and (min-width: 1024px) {
    .gd_slider__card {
        width: 12.5%;
    }

    .gd_slider__card:not(.is--active):hover {
        width: 25%;
    }
}

/* GD_BREADCRUMBS */

.gd_breadcrumbs {
    display: none;
    background-color: rgba(0, 74, 146, 0.1);
}

.gd_breadcrumbs > .gd_container {
    padding: 12px 32px;
}

.page-template-template-landing-page .gd_breadcrumbs,
.page-template-template-events .gd_breadcrumbs,
.page-template-template-downloads .gd_breadcrumbs,
.page-template-template-galleries .gd_breadcrumbs {
    display: none;
}

.gd_breadcrumbs > .gd_container > span:first-child > span:first-child > a {
    font-size: 0;
}

.gd_breadcrumbs a {
    padding: 0 4px;
}

.gd_breadcrumbs > .gd_container > span > span > a .feather {
    transform: translateX(-2px) translateY(5px);
}

@media screen and (min-width: 426px) {
    .gd_breadcrumbs {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .gd_breadcrumbs > .gd_container {
        padding-left: 64px;
    }
}

@media screen and (min-width: 1440px) {
    .gd_breadcrumbs > .gd_container {
        padding-left: 80px;
    }
}

/* GD_MEDIA */

.gd_medias {
    margin: 0 auto 56px;
    padding: 0 16px;
    max-width: 2200px;
}

.gd_medias__filters {
    list-style: none;
    margin: 16px 0;
    width: 100%;
}

.gd_medias__filter_link {
    display: block;
    padding: 8px 24px;
    text-transform: uppercase;
    color: #004a92;
    user-select: none;
    background-color: #f4f4f4;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

.gd_medias__filter_link.is--active,
.gd_medias__filter_link:hover {
    color: #ffffff;
    background-color: #f17300;
}

.gd_medias__filter_label {
    padding: 8px 24px;
    text-transform: uppercase;
    color: #004a92;
    user-select: none;
}

.gd_media {
    width: 100%;
    padding: 16px 0;
    transition: all 0.3s;
}

.gd_media__link {
    transition: all 0.3s;
}

.gd_media__link:hover {
    transform: scale(1.02);
    -webkit-box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.2);
}

.gd_media hr {
    height: 0;
}

.gd_media__link {
    width: 100%;
}

.gd_media__title {
    padding: 16px;
    margin: 0;
    font-size: 1.25em;
    line-height: 125%;
    text-align: center;
    color: #ffffff;
    background-color: #004a92;
}

.gd_media__date {
    padding: 16px;
    margin: 0;
    font-size: 1em;
    line-height: 125%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #f17300;
}

.gd_media__image {
    text-align: center;
    padding: 40px 16px;
    margin: auto 0;
}

.gd_media.for--testimonial .gd_media__image {
    padding: 0;
    min-height: 160px;
    flex: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.gd_media__image img {
    display: inline-block;
    max-width: 320px;
    width: 100% !important;
}

.gd_media__image.for--download img {
    max-width: 200px;
}

.gd_media__image.is--cover {
    padding: 56.25% 0 0;
    flex: 1;
}

.gd_media__image.is--cover img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100% !important;
    height: auto !important;
}

.gd_media__date .feather {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.gd_medias__noresults {
    margin: 48px auto;
    padding: 16px;
    width: 100%;
    max-width: 1200px;
}

.gd_medias__noresults .feather {
    color: #f17300;
    margin-right: 16px;
}

.gd_media__info_text {
    font-size: 1.25em !important;
    margin-bottom: 1em !important;
}

.gd_media__info_text strong {
    font-size: 0.75em;
    color: #004a92;
    text-transform: uppercase;
    margin-right: 8px;
}

.gd_media__info_text .feather {
    width: 18px;
    height: 18px;
    margin-left: 4px;
}

.gd_media__info {
    padding: 24px 0 12px;
    margin: 32px 0;
    border-top: 4px solid #f4f4f4;
    border-bottom: 4px solid #f4f4f4;
}

@media screen and (min-width: 768px) {
    .gd_media {
        width: 50%;
        padding: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .gd_media {
        width: 33.3332%;
    }
}

@media screen and (min-width: 1440px) {
    .gd_medias {
        padding: 0 40px;
    }

    .gd_media {
        width: 25%;
    }
}

@media screen and (min-width: 2000px) {
    .gd_media {
        width: 20%;
    }
}

/* GD_CONTACTS */

.gd_contacts__emails {
    background-color: rgba(0, 74, 146, 0.15);
}

.gd_contacts__card {
    padding: 48px 16px;
    text-align: center;
    background-color: transparent;
    transition: all 0.3s;
}

.gd_contacts__card .feather {
    color: #f17300;
}

.gd_contacts__card .gd_card__icon {
    margin: 0 0 4px;
}

.gd_contacts__card_title {
    color: #004a92;
    font-size: 1.2em;
    line-height: 120%;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.gd_contacts__card.for--email:hover {
    background-color: #f17300;
}

.gd_contacts__card.for--email:hover .gd_contacts__card_title,
.gd_contacts__card.for--email:hover .feather {
    color: #ffffff;
}

.gd_contacts__card.for--email:hover .gd_card__icon {
    animation: 0.8s contactIconEmailFade infinite;
}

@keyframes contactIconEmailFade {
    0% {
        border-color: #ffffff;
    }

    50% {
        border-color: rgba(255, 255, 255, 0.1);
    }

    100% {
        border-color: #ffffff;
    }
}

.gd_contacts__card.for--telephone:hover .gd_card__icon {
    animation: 0.8s contactIconTelephoneFade infinite;
}

@keyframes contactIconTelephoneFade {
    0% {
        border-color: #f17300;
    }

    50% {
        border-color: rgba(208, 78, 81, 0.1);
    }

    100% {
        border-color: #f17300;
    }
}

.gd_contacts__subtitle_wrapper {
    background-color: #004a92;
}

.gd_contacts__subtitle {
    padding: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 1em;
    line-height: 120%;
}

.gd_contacts__card_media {
    margin: 2px 0 0;
}

.gd_contacts__media {
    background-color: rgba(0, 74, 146, 0.15);
}

.gd_contacts__media_card {
    padding: 56px 20px;
    text-align: center;
}

.gd_contacts__media_subtitle,
.gd_contacts__media_email {
    margin: 0;
}

.gd_contacts__media_email {
    font-size: 1.5em;
}

.gd_contacts__media_email a {
    color: #f17300;
}

.gd_contacts__media_email a:hover,
.gd_contacts__card_media a:hover,
.gd_contacts__media_subtitle a:hover {
    color: #004a92 !important;
}

.gd_contacts__media_avatar {
    display: block;
    width: 120px;
    border-radius: 50%;
    margin: 0 32px 0 0;
}

.gd_contacts__media_subtitle {
    text-align: left;
}

.gd_contacts__media_subtitle.for--name {
    color: #004a92;
}

@media screen and (max-width: 768px) {
    .gd_contacts__card {
        flex-basis: 50%;
        padding: 32px 16px;
    }

    .gd_contacts__media_card {
        flex-basis: 100%;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 425px) {
    .gd_contacts__card {
        flex-basis: 100%;
        padding: 24px 16px;
    }

    .gd_contacts__media_block {
        flex-direction: column;
    }

    .gd_contacts__media_avatar {
        margin: -40px 0 24px;
    }

    .gd_contacts__media_subtitle {
        text-align: center;
    }
}

/* GD_POSTS */

.gd_posts {
}

.gd_posts___wrapper {
    z-index: 1;
}

.gd_posts__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    right: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
}

.gd_posts__info_wrapper {
    padding: 200px 0 40px;
    z-index: 2;
}

.gd_posts__info {
    width: 100%;
    color: #ffffff;
    padding: 32px 56px 32px 128px;
    background-color: rgba(0, 74, 146, 0.8);
    transition: all 0.3s;
}

.gd_posts__title {
    font-size: 1.3em;
    line-height: 140%;
    color: #ffffff;
    margin: 0 0 20px;
}

.gd_posts__excerpt {
    margin: 0 0 28px;
}

.gd_posts__title a {
    color: #ffffff;
}

.gd_posts__date {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0.1em;
    transform: translateX(96px) translateY(40px) rotate(90deg);
    transform-origin: top left;
}

.gd_posts__info .read-more,
.read-more + p {
    display: none;
}

.gd_posts__switcher {
    display: none;
    list-style: none;
    position: absolute;
    top: 40px;
    right: 100px;
    margin: 0;
    z-index: 5;
}

.gd_posts__switch_link {
    display: block;
    padding: 10px 16px;
    min-width: 50px;
    text-align: center;
    color: #f17300;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.gd_posts__switch_link.is--active,
.gd_posts__switch_link:hover {
    color: #ffffff;
    background-color: #f17300;
}

@media screen and (min-width: 600px) {
    .gd_posts__switcher {
        display: flex;
        flex-direction: row;
    }

    .gd_posts___wrapper {
        z-index: 1;
        opacity: 0;
        overflow: hidden;
        height: 0;
        transition: opacity 0.3s;
    }

    .gd_posts___wrapper.is--active {
        opacity: 1;
        height: auto;
        z-index: 2;
    }

    .gd_posts__info {
        transform: translateX(40px);
    }

    .gd_posts___wrapper.is--active .gd_posts__info {
        transform: translateX(0px);
    }
}

@media screen and (max-width: 599px) {
    .gd_posts__image {
        position: relative;
        min-height: 250px;
        left: 0;
        right: 0;
    }

    .gd_posts__info_wrapper {
        padding: 0 0 24px;
    }

    .gd_posts__info {
        padding: 32px 20px;
    }

    .gd_posts__date {
        position: relative;
        margin: 0 0 16px;
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }
}

@media screen and (min-width: 768px) {
    .gd_posts__switcher {
        flex-direction: column;
    }

    .gd_posts__info_wrapper {
        padding: 400px 0 40px;
    }

    .gd_posts__info {
        max-width: 100%;
    }

    .gd_posts__title {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 1024px) {
    .gd_posts__info {
        max-width: 75%;
    }
}

@media screen and (min-width: 1440px) {
    .gd_posts__info_wrapper {
        padding: 300px 0 40px;
    }

    .gd_posts__info {
        max-width: 50%;
    }

    .gd_posts__title {
        font-size: 1.75em;
    }
}

/* MOBILE MENUS */

@media screen and (max-width: 959px) {
    #masthead {
        position: sticky;
        z-index: 100;
        min-height: 96px;
        top: -150px;
        transition: top 0.75s;
    }

    .gd-page-nav-sticky #masthead {
        top: 0px;
    }

    .ast-header-break-point .ast-mobile-menu-buttons {
        display: none;
    }

    .site-header .ast-site-identity {
        padding: 2em 1em;
    }

    .astra-search-icon {
        color: #004a92 !important;
    }

    .ast-below-header {
        padding: 0 !important;
        border: none !important;
        background-color: #ffffff !important;
    }

    .main-header-bar-wrap {
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .ast-search-bar-active .main-header-bar-wrap {
        z-index: 1;
    }

    .main-header-bar {
        background-color: transparent;
        padding: 0 !important;
    }

    .ast-below-header-wrap {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        border: none;
    }

    .ast-below-header-section-wrap {
        padding: 1.5em;
        -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
    }

    .ast-below-header-section-wrap {
        flex-direction: row !important;
    }

    .ast-below-header-navigation > .ast-button-wrap {
    }

    .ast-below-header-navigation,
    .below-header-user-select {
        width: auto !important;
    }

    .ast-below-header-navigation {
        justify-content: flex-end !important;
    }

    .menu-toggle-icon {
        margin: -3px -24px 0 0;
    }

    .below-header-user-select {
        top: -8px;
        left: -72px;
        z-index: 30;
    }

    #ast-search-form {
        z-index: 50;
    }

    .astra-search-icon::before,
    .menu-toggle-icon::before {
        font-size: 28px;
    }

    .ast-header-stick-scroll-active {
    }

    #ast-below-header-navigation {
        padding-top: 48px;
        width: 100% !important;
        z-index: 1000;
    }

    .ast-flyout-below-menu-overlay .main-header-bar-wrap {
        z-index: 10;
    }

    .ast-flyout-below-menu-overlay .ast-below-header-wrap {
        z-index: 20;
    }

    .ast-flyout-below-menu-overlay .menu-below-header-toggle,
    .ast-flyout-below-menu-overlay .ast-search-icon {
        display: none;
    }

    #below_header-menu,
    #below_header-menu a {
        border-color: #245e96 !important;
        background-color: transparent !important;
    }

    .ast-below-header-menu .sub-menu {
        background-color: transparent !important;
    }

    #ast-below-header-navigation .ast-nav-close {
        display: inline-block;
        right: 18px;
        top: 12px;
        z-index: 100;
    }

    #ast-below-header-navigation .ast-nav-close::after {
        font-size: 24px;
    }

    .menu-item-has-children > .ast-menu-toggle {
        right: 8px !important;
    }

    #below_header-menu .menu-item:hover {
    }

    #below_header-menu .menu-item:hover > .menu-link {
        background-color: #f17300 !important;
    }

    .ast-menu-toggle:hover {
        border-color: transparent;
    }

    .ast-submenu-expanded .astra-full-megamenu-wrapper {
        height: auto;
        opacity: 1 !important;
    }

    .astra-full-megamenu-wrapper .menu-item a.menu-link {
        color: #ffffff !important;
    }

    .astra-full-megamenu-wrapper {
        background-color: transparent !important;
    }

    .ast-menu-toggle {
        color: #ffffff !important;
    }

    .ast-below-header-menu .sub-menu {
        padding-left: 20px !important;
    }

    .ast-below-header-menu .sub-menu a {
        padding-left: 10px !important;
    }

    .ast-button-wrap {
        z-index: 10 !important;
    }

    .ast-below-header-navigation-wrap {
        z-index: 20 !important;
    }

    .ast-flyout-below-menu-overlay .ast-button-wrap {
        display: none !important;
    }

    .ast-header-stick-scroll-active #ast-fixed-header {
        display: none !important;
    }

    .ast-flyout-below-menu-overlay #ast-fixed-header,
    .ast-header-stick-scroll-active .ast-below-header-actual-nav,
    .ast-flyout-below-menu-overlay .ast-below-header-actual-nav {
        display: block !important;
    }

    .ast-scroll-to-top-right {
        right: 20px;
        bottom: 20px;
    }

    .ast-flyout-below-menu-overlay .astra-full-megamenu-wrapper {
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    }

    .mobile--only.menu-item {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .ast-below-header-section-wrap {
        padding: 1em;
    }

    .ast-site-identity .custom-logo {
        margin-top: -3px;
        max-width: 220px !important;
    }

    #masthead {
        min-height: 75px;
    }

    .astra-search-icon::before,
    .menu-toggle-icon::before {
        font-size: 24px;
    }

    .below-header-user-select {
        top: -6px;
        left: -78px;
    }

    .menu-toggle-icon {
        margin: -1px -12px 0 0;
    }
}

@media screen and (max-width: 425px) {
    .ast-below-header-section-wrap {
        padding: 0.5em;
    }

    .ast-site-identity .custom-logo {
        max-width: 200px !important;
        margin: -6px 0 0 -16px;
    }

    #masthead {
        min-height: 60px;
    }

    .astra-search-icon::before,
    .menu-toggle-icon::before {
        font-size: 24px;
    }

    .below-header-user-select {
        top: -6px;
        left: -52px;
    }

    .menu-toggle-icon {
        margin: -1px -24px 0 0;
    }

    .main-header-bar .ast-container {
        padding-right: 0;
    }

    .search-form #close {
        right: -14px;
        top: 2px;
    }

    .search-form #close::before {
        font-size: 24px;
    }

    .ast-below-header #ast-search-form.header-cover .search-field {
        font-size: 1.4em;
    }
}

/* GD_TESTIMONIALS */

.gd_testimonials {
    margin: 0 auto 32px;
    max-width: 960px;
}

.gd_testimonial {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.9s;
    z-index: 30;
}

.gd_testimonial.is--active {
    width: auto;
    height: auto;
    opacity: 1;
}

.gd_testimonial__image {
    min-height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.gd_testimonial__info {
    margin: -148px 32px 0;
    padding: 24px 24px 48px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(36, 94, 150, 0.85);
    transform: translateY(-24px);
    transition: all 0.6s;
    z-index: 20;
}

.gd_testimonial.is--active .gd_testimonial__info {
    transform: translateY(0px);
}

.gd_testimonial__title {
    line-height: 130% !important;
    color: #ffffff !important;
}

.gd_testimonial__dots {
    text-align: center;
    padding: 32px;
    z-index: 40;
}

.gd_testimonial__dot {
    display: inline-block;
    margin: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #f17300;
    transition: all 0.3s;
}

.gd_testimonial__dot:hover,
.gd_testimonial__dot.is--active {
    background-color: #f17300;
}

.gd_testimonials__arrow {
    display: inline-block;
    position: absolute;
    top: 174px;
    padding: 10px 8px 4px;
    background-color: #f17300;
    cursor: pointer;
    z-index: 50;
}

.gd_testimonials__arrow.to--left {
    left: 0;
    margin-left: -24px;
}

.gd_testimonials__arrow.to--right {
    right: 0;
    margin-right: -24px;
}

.gd_testimonials__arrow .feather {
    width: 20px;
    height: 20px;
    color: #ffffff;
}

.page-id-1201 #flexipages-2 {
    display: none;
}

@media screen and (max-width: 600px) {
    .gd_testimonial__info {
        margin: 0;
        padding: 24px 16px;
    }

    .gd_testimonial__title {
        font-size: 1.6em !important;
    }

    .gd_testimonial__image {
        min-height: 250px;
    }

    .gd_testimonials__arrow {
        top: 208px;
    }

    .gd_testimonials__arrow.to--left {
        margin-left: 0;
    }

    .gd_testimonials__arrow.to--right {
        margin-right: 0;
    }
}

.ast-below-header-menu .menu-item .astra-megamenu.sub-menu > li {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

body.search-results .type-card {
    display: none !important;
}

.ast-oembed-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4em;
}

/* .gd-vacancies */

.gd-vacancies {
    --vacancies-color-base: #e9eef4;
    --vacancies-color-text: #3a3a3a;
    --vacancies-color-border: #d4d8de;
    --vacancies-color-brand: #004a92;
    --vacancies-color-primary: #f17300;
    --vacancies-color-hover: #f6f6f8;

    display: grid;
    gap: 1.75em;
}

.gd-vacancies__filter {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1em;
    padding: 1em;
    background-color: var(--vacancies-color-base);
}

.gd-vacancies__filter-item {
    flex: 1;
}

.gd-vacancies__filter-tools {
    display: flex;
    align-items: center;
    gap: 1em;
}

.gd-vacancies__filter-total {
    font-size: 1.25em;
    font-weight: 600;
    border-radius: 1em;
    padding: 0.25em 0.75em;
    background-color: var(--vacancies-color-base);
}

.gd-vacancies__filter-clear {
    text-align: right;
    margin: 0 0 0 auto;
}

.gd-vacancies__input[type="text"],
.gd-vacancies__input[type="search"],
.gd-vacancies__select {
    position: relative;
    color: var(--vacancies-color-text);
    height: 3em;
    width: 100%;
    border: 2px solid var(--vacancies-color-border) !important;
    background-color: white !important;
}

.gd-vacancies__input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    margin-left: 0.4em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
}

.gd-vacancies__input[type="text"]:focus,
.gd-vacancies__select:focus {
    border-color: var(--vacancies-color-primary) !important;
}

.gd-vacancies__input.for--search::after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/magnifying-glass.svg);
    z-index: 10;
}

.gd-vacancies__select {
    width: 100%;
}

.gd-vacancies__list {
    display: grid;
    gap: 0.2em;
}

.gd-vacancies__list-header,
.gd-vacancies__list-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1em;
    padding: 1.25em 0;
    border-bottom: 2px solid var(--vacancies-color-base);
    transition: ease 200ms;
}

.gd-vacancies__list-item:hover {
    background-color: var(--vacancies-color-hover);
}

.gd-vacancies__list-header {
    padding: 0 0 1.5em;
}

.gd-vacancies__list-header span {
    display: none;
    font-weight: 700;
    text-transform: uppercase;
    flex: 1;
}

.gd-vacancies__list-header span:first-child {
    display: inline-block;
}

.gd-vacancies__list-header span:first-child {
    flex: 3;
}

.gd-vacancies__list-item h3 {
    font-size: 1.5em;
    line-height: 1.2;
    flex: 3;
}

.gd-vacancies__list-item a {
    color: var(--vacancies-color-text);
    transition: ease 200ms;
}

.gd-vacancies__list-item a:hover {
    color: var(--vacancies-color-primary);
}

.gd-vacancies__list-item p {
    flex: 1;
    margin: 0;
}

.gd-vacancies__spinner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gd-vacancies__spinner {
    width: 48px;
    height: 48px;
    border: 5px solid var(--vacancies-color-base);
    border-bottom-color: var(--vacancies-color-primary);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: spinner 1s linear infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 640px) {
    .gd-vacancies__list-header,
    .gd-vacancies__list-item,
    .gd-vacancies__filter {
        flex-direction: row;
        align-items: center;
    }

    .gd-vacancies__list-item h3 {
        font-size: 1.75em;
    }

    .gd-vacancies__list-header span {
        display: inline-block;
    }
}

.page-id-5173 .gd_page_banner__image {
    background-position: 50% 25% !important;
}
