@charset "UTF-8";

/*
Theme Name: SkillsCanadaWebsite
Author: Anonymous
Author URI:
Version: 1
Description: SkillsCanadaWebsite theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skillscanadawebs
Tags: one-column, two-columns
Theme URI:
*/

.tagcloud,
.bullet-list,
.list-columns,
.social-list,
.columns-list,
.logos-list,
.js-playlist,
.menu,
#header .header-holder,
.holder-page-size .size-list,
.nav-menu,
.nav-menu .drop-holder ul,
.footer-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

#content {
    padding: 3.625rem 0 6rem;
}

#content [class^="section"]:first-child,
#content [class*="section"]:first-child {
    padding-top: 0;
}

#content [class^="section"]:last-child,
#content [class*="section"]:last-child {
    padding-bottom: 0;
}

#content p:last-child {
    margin: 0;
}

#content iframe {
    width: 100%;
    max-width: 600px;
}

#content blockquote {
    border-left: 2px solid #cbcbcb;
    padding-left: 20px;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

table th,
table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.nav-links,
.navigation,
.navigation-comments,
.navigation-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a {
    background: #003862;
    color: #fff;
    border: 0.437rem;
    padding: 0.375rem 0.937rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

[id="sidebar"] {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    [id="sidebar"] {
        width: 30%;
        padding-left: 30px;
    }
}

.widget {
    margin-bottom: 20px;
}

.widget select {
    min-width: 150px;
    width: 100%;
}

.search-form,
.post-password-form {
    margin-bottom: 10px;
}

.search-form label,
.post-password-form label {
    display: block;
}

.search-form input,
.post-password-form input {
    float: left;
    margin-right: 5px;
    height: 39px;
    border: 1px solid #bfbfbf;
}

@media (min-width: 768px) {
    #sidebar .search-form input,
    #sidebar .post-password-form input {
        width: 100%;
        margin: 0 0 5px;
    }
}

.search-form input[type='submit'],
.post-password-form input[type='submit'] {
    margin: 0;
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.187rem solid transparent;
    background: #003862;
    color: #fff;
}

.search-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover {
    background: #290739;
}

.nav-links,
.navigation,
.navigation-comments {
    position: relative;
}

.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}

.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
    margin: 0 3px;
}

.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
    margin-left: 0;
}

.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
    margin-right: 0;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    transition: background 0.3s ease-in-out;
    text-decoration: none;
    max-width: 49%;
}

@media (max-width: 767px) {
    .nav-links .next,
    .nav-links .prev,
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        font-size: 0;
    }
    .nav-links .next:after,
    .nav-links .prev:after,
    .navigation .next:after,
    .navigation .prev:after,
    .navigation-comments .next:after,
    .navigation-comments .prev:after {
        content: '»';
        font-size: 1.125rem;
    }
}

.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    background: #290739;
}

@media (max-width: 767px) {
    .nav-links .prev:after,
    .navigation .prev:after,
    .navigation-comments .prev:after {
        content: '«';
    }
}

.navigation-single {
    width: 100%;
}

.navigation-single .next,
.navigation-single .prev {
    max-width: 49%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-single .next a,
.navigation-single .prev a {
    transition: background 0.3s ease-in-out;
    text-decoration: none;
    display: block;
}

@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        font-size: 0;
    }
    .navigation-single .next a:after,
    .navigation-single .prev a:after {
        content: '»';
        font-size: 1.125rem;
    }
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
    background: #290739;
}

@media (max-width: 767px) {
    .navigation-single .prev a:after {
        content: '«';
    }
}

.navigation-single {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.navigation-single .next,
.navigation-single .prev {
    padding: 0;
    margin: 0;
    max-width: 49%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
}

.navigation-single .next a,
.navigation-single .prev a {
    padding: 0.375rem 0.937rem;
    border: 0.437rem;
}

.comment-form input[type='text'],
.comment-form input[type='tel'],
.comment-form input[type='email'],
.comment-form input[type='search'],
.comment-form input[type='password'],
.comment-form input[type='url'],
.comment-form select,
.comment-form textarea {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #575757;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #bfbfbf;
    border: 1px solid #bfbfbf;
    width: 100%;
    max-width: 600px;
}

@media (min-width: 768px) {
    .comment-form input[type='text'],
    .comment-form input[type='tel'],
    .comment-form input[type='email'],
    .comment-form input[type='search'],
    .comment-form input[type='password'],
    .comment-form input[type='url'],
    .comment-form select,
    .comment-form textarea {
        max-width: 600px;
    }
}

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 250px !important;
}

.commentlist {
    margin: 0 0 1.2em;
}

.commentlist .edit-link {
    margin: 0;
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
    padding: 0;
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
    padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar #prev {
    text-align: left;
}

.widget_calendar #next {
    text-align: right;
}

#wp-calendar {
    width: 100%;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 0.437rem;
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
}

.wp-caption img {
    margin-bottom: 4px;
}

.wp-caption p {
    margin: 0;
}

.aligncenter {
    margin: 0 auto 20px;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}

.mejs-container {
    margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}

.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.gallery .gallery-item {
    margin: 0;
    padding: 0 10px 10px;
}

.gallery .gallery-item dt {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    width: 33.33%;
}

.tagcloud {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment-list {
    padding: 0;
}

.comment-list .comment-body {
    margin-bottom: 20px;
}

.comment-list ol,
.comment-list ul {
    padding: 0;
}

.comment-author img {
    margin-right: 10px;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
    margin-bottom: 0;
}

@media (min-width: 769px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 769px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
}

@media (min-width: 769px) {
    h3,
    .h3 {
        font-size: 1.5625rem;
    }
}

h5,
.h5 {
    font-size: 1.125rem;
}

@media (min-width: 769px) {
    h5,
    .h5 {
        font-size: 1.125rem;
    }
}

a {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

a:focus {
    outline: #bfbfbf auto 1px;
}

address {
    margin: 0 0 2.25rem;
}

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

[class^="icon-"],
[class*="icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e90a";
}

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

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

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

.icon-arrow-next:before {
    content: "\e908";
}

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

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

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

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

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

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


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */

.mejs__offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.mejs__container {
    background: #000;
    box-sizing: border-box;
    font-family: 'Helvetica', Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

.mejs__container * {
    box-sizing: border-box;
}


/* Hide native play button and control bar from iOS to favor plugin button */

.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs__container:focus {
    outline: none;
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important;
}


/* Start: LAYERS */

.mejs__background {
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    background: url("mejs-controls.svg") no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
}

.mejs__overlay:hover>.mejs__overlay-button {
    background-position: -80px -39px;
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px;
}

.mejs__overlay-loading-bg-img {
    animation: mejs__loading-spinner 1s linear infinite;
    background: transparent url("mejs-controls.svg") -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
}

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


/* End: LAYERS */


/* Start: CONTROL BAR */

.mejs__controls {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
}

.mejs__button>button {
    background: transparent url("mejs-controls.svg");
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}


/* :focus for accessibility */

.mejs__button>button:focus {
    outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}


/* End: CONTROL BAR */


/* Start: Time (Current / Duration) */

.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
}


/* End: Time (Current / Duration) */


/* Start: Play/Pause/Stop */

.mejs__play>button {
    background-position: 0 0;
}

.mejs__pause>button {
    background-position: -20px 0;
}

.mejs__replay>button {
    background-position: -160px 0;
}


/* End: Play/Pause/Stop */


/* Start: Progress Bar */

.mejs__time-rail {
    direction: ltr;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
}

.mejs__time-total {
    background: rgba(255, 255, 255, 0.3);
    margin: 5px 0 0;
    width: 100%;
}

.mejs__time-buffering {
    animation: buffering-stripes 2s linear infinite;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
    background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.15s ease-in all;
    width: 100%;
}

.mejs__time-buffering {
    transform: scaleX(1);
}

.mejs__time-hovered {
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
    transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    transform: translateX(0);
    z-index: 11;
}

.mejs__time-handle-content {
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    transform: scale(0);
    width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
    transform: scale(1);
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 36px;
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}

.mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px;
}

.mejs__long-video .mejs__time-float-current {
    width: 60px;
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
}


/* End: Progress Bar */


/* Start: Fullscreen */

.mejs__fullscreen-button>button {
    background-position: -80px 0;
}

.mejs__unfullscreen>button {
    background-position: -100px 0;
}


/* End: Fullscreen */


/* Start: Mute/Volume */

.mejs__mute>button {
    background-position: -60px 0;
}

.mejs__unmute>button {
    background-position: -40px 0;
}

.mejs__volume-button {
    position: relative;
}

.mejs__volume-button>.mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
    background: rgba(255, 255, 255, 0.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    width: 2px;
}

.mejs__volume-current {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 16px;
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px;
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px;
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mejs__horizontal-volume-handle {
    display: none;
}


/* End: Mute/Volume */


/* Start: Track (Captions and Chapters) */

.mejs__captions-button,
.mejs__chapters-button {
    position: relative;
}

.mejs__captions-button>button {
    background-position: -140px 0;
}

.mejs__chapters-button>button {
    background-position: -180px 0;
}

.mejs__captions-button>.mejs__captions-selector,
.mejs__chapters-button>.mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px;
}

.mejs__chapters-button>.mejs__chapters-selector {
    margin-right: -55px;
    width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%;
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: #21f8f8;
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs__captions-position-hover {
    bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
}


/* End: Track (Captions and Chapters) */


/* Start: Error */

.mejs__overlay-error {
    position: relative;
}

.mejs__overlay-error>img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em;
}

.mejs__cannotplay {
    position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}


/* End: Error */


/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #bfbfbf;
    background: #fff;
    min-width: 100%;
    height: 2.8125rem;
    padding: 0.6875rem 2.8125rem 0.6875rem 1.0625rem;
    margin: 0 0 0.75rem;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: transperent;
    width: 40px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:after {
    content: "";
    font-family: 'icomoon';
    font-size: 12px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    color: #003862;
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #bfbfbf;
}


/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    margin: 0 15px;
}


/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #bfbfbf;
}

.jcf-list ul li:last-child {
    border-bottom: none;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 18px;
    padding: 16px 17px;
    color: #000;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background-color: #ededed;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}


/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.btn {
    margin-bottom: 2.1875rem;
    min-width: 9.375rem;
}

@media (min-width: 769px) {
    .btn {
        min-width: 12.5rem;
    }
}

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

.btn.btn-white {
    background: #fff;
    color: #11BEE4;
}

.btn.btn-white:hover {
    background: #d9d9d9;
}

.link-arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1.25rem;
    margin-left: 1.5625rem;
    color: #F18F46;
}

@media (min-width: 769px) {
    .link-arrow {
        font-size: 1.375rem;
        margin-left: 1.875rem;
    }
}

.link-arrow:hover {
    color: #F18F46;
}

.link-arrow:after {
    content: "";
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.5625rem;
}

@media (min-width: 769px) {
    .link-arrow:after {
        left: -1.875rem;
    }
}

.btn-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.btn-holder>* {
    margin: 0 1.25rem 1.25rem 0;
}

@media (min-width: 769px) {
    .btn-holder>* {
        margin: 0 1.875rem 1.25rem 0;
    }
}

.btn-holder>*:last-child {
    margin-right: 0;
}

@media (min-width: 769px) {
    .btn-holder-secondary {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }
}

.btn-holder-secondary .btn {
    margin: 0 0 1.25rem;
}

@media (max-width: 768.98px) {
    .btn-holder-secondary .btn {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .btn-holder-secondary .btn {
        margin: 0 3.125rem 1.25rem 0;
        -ms-flex: 1 0;
        flex: 1 0;
    }
}

@media (min-width: 1025px) {
    .btn-holder-secondary .btn {
        margin: 0 5rem 1.25rem 0;
    }
}

@media (min-width: 1200px) {
    .btn-holder-secondary .btn {
        margin: 0 6.875rem 1.25rem 0;
    }
}

.link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
    z-index: 1;
}

.link.link-underline:after {
    right: 0;
    left: 0;
}

.link.link-underline:hover:after {
    left: 51%;
    right: 51%;
}

.link:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: currentColor;
    height: 0.0625rem;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.link:hover:after {
    left: 0;
    right: 0;
}

.accordion {
    padding: 0.9375rem 0;
}

.accordion:last-child {
    padding-bottom: 0;
}

.accordion .collapse-inner {
    padding: 3.125rem 0 0;
}

@media (min-width: 769px) {
    .accordion .collapse-inner {
        padding: 5rem 0 0;
    }
}

.accordion-opener {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: #F18F46;
}

.accordion-opener:after {
    content: "";
    font-family: 'icomoon';
    font-size: 65%;
    line-height: 1;
    text-indent: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.625rem;
}

.accordion-opener:hover {
    color: #F18F46;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 0.375rem 1.0625rem;
    font-size: 1rem;
    line-height: 1.5;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    border-radius: 0.125rem;
    background: #fff;
}

input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
input[type='url']:not(textarea),
textarea:not(textarea) {
    height: 2.8125rem;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
textarea:focus {
    outline: none;
    border-color: #80bdff;
    background: #fff;
    color: #575757;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6c757d;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #6c757d;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #6c757d;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #6c757d;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
textarea.placeholder {
    color: #6c757d;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    resize: vertical;
    vertical-align: top;
    overflow: auto;
}

.subscription-form {
    background: #e3e3e3;
    padding: 0.9375rem 1.25rem;
}

@media (min-width: 1025px) {
    .subscription-form {
        min-height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.subscription-form .required-text {
    display: none;
}

@media (min-width: 520px) {
    .subscription-form .small {
        padding-top: 0.625rem;
    }
}

.subscription-form .gform_wrapper {
    margin: 0 !important;
}

.subscription-form .gform_wrapper h3.gform_title {
    font-size: 0.875rem !important;
    margin-bottom: 1.2rem !important;
    margin-top: 0 !important;
    color: inherit;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

@media (max-width: 519.98px) {
    .subscription-form .gform_wrapper .gform_body {
        margin: 0 0 0.9375rem;
    }
}

@media (min-width: 520px) {
    .subscription-form .gform_wrapper .gform_body {
        width: calc(100% - 14px - 86px) !important;
        display: inline-block !important;
        vertical-align: top;
    }
}

.subscription-form .gform_wrapper ul.gform_fields li.gfield {
    position: relative !important;
    margin-top: 0 !important;
}

@media (min-width: 520px) {
    .subscription-form .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0.875rem !important;
    }
}

.subscription-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.subscription-form .gform_wrapper .field_description_below .gfield_description {
    position: absolute !important;
    left: 0;
    bottom: -13px;
}

.subscription-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
    height: 35px !important;
    border-radius: 0.125rem !important;
    border: 1px solid #bfbfbf !important;
}

.subscription-form .gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.subscription-form .gform_wrapper .gform_footer {
    position: relative !important;
    padding: 0 !important;
    margin: 0 0 0.9375rem !important;
    width: 100% !important;
    display: inline-block !important;
    vertical-align: top;
    text-align: center;
}

@media (min-width: 520px) {
    .subscription-form .gform_wrapper .gform_footer {
        width: 4.75rem !important;
        margin: 0 !important;
    }
}

.subscription-form .gform_wrapper .gform_footer input.button,
.subscription-form .gform_wrapper .gform_footer .gform_wrapper .gform_footer input[type=submit],
.subscription-form .gform_wrapper .gform_footer .gform_wrapper .gform_page_footer input.button,
.subscription-form .gform_wrapper .gform_footer .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0 !important;
}

.subscription-form .gform_wrapper div.validation_error {
    position: absolute !important;
    display: none !important;
}

.subscription-form .gform_wrapper li.gfield.gfield_error,
.subscription-form .gform_wrapper .subscription-form .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent !important;
}

.subscription-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}

.subscription-form .gform_wrapper li.gfield.gfield_error,
.subscription-form .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255, 223, 224, 0.25);
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.button {
    background: #11BEE4;
    color: #fff;
    padding: 0.315rem 0.937rem;
    font-size: 0.875rem !important;
    font-weight: 400;
    border-radius: 0.437rem;
    border-width: 0;
}

.button:hover {
    background: #190422;
}

.contact-block {
    position: relative;
}

.contact-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.contact-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}

.contact-block input {
    margin: 0 0 0.75rem !important;
}

.contact-block .gform_wrapper .gform_footer {
    padding: 1.875rem 0 0 !important;
    margin: 0 !important;
    clear: none;
}

.contact-block .gform_validation_error .gfield_label {
    color: #dc3545;
}

.contact-block .contact-error-message {
    top: -1.75rem;
    left: -1.25rem;
}

@media (min-width: 769px) {
    .contact-block .contact-error-message {
        left: -2.8125rem;
    }
}

@media only screen and (min-width: 641px) {
    .contact-block .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important;
    }
}

.contact-block .gform_wrapper ul li.gfield {
    clear: none;
}

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

.contact-block .gfield {
    margin-top: 0 !important;
}

@media (min-width: 769px) {
    .contact-block .form-columns .gform_fields {
        column-count: 2;
        column-gap: 2.0625rem;
    }
}

@media (min-width: 769px) {
    .contact-block .form-columns .gform_footer {
        margin: 0 0 0 auto !important;
        width: calc(50% - 17px) !important;
    }
}

.contact-block .gform_wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.contact-block .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-block .gform_wrapper li.gfield_error textarea {
    border: 1px solid #bfbfbf !important;
}

.contact-block .gform_wrapper .gform_footer input.button,
.contact-block .gform_wrapper .gform_footer input[type=submit],
.contact-block .gform_wrapper .gform_page_footer input.button,
.contact-block .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%;
    font-size: 1.125rem !important;
    font-weight: normal !important;
    padding: 0.375rem 0.625rem !important;
}

.contact-block .gform_wrapper .gfield_error .gfield_label {
    color: #dc3545;
}

.contact-block .gform_wrapper li.gfield.gfield_error,
.contact-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: none !important;
    border-bottom: none !important;
}

.contact-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.contact-block .validation_message {
    display: none !important;
}

.contact-block .gform_wrapper div.validation_error {
    margin: 0 !important;
    padding: 0 !important;
    color: #dc3545 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gfield_label {
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
}

.gfield_required {
    color: inherit !important;
}

.ginput_container {
    margin: 0 !important;
}

.gform_ajax_spinner {
    display: none !important;
}

.contact-error-message {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    left: 0;
    color: #dc3545;
    font-size: 0.875rem;
    font-weight: 700 !important;
}

@media (min-width: 769px) {
    .contact-error-message {
        font-size: 1.125rem;
    }
}

@media (min-width: 1025px) {
    .contact-error-message {
        padding: 0 0 0.875rem;
    }
}

.form-contact-main {
    position: relative;
}

.gform_wrapper textarea.large {
    height: 19.6875rem !important;
}

.required-text {
    font-weight: normal;
    padding: r4em-calc(0 0 12);
    font-size: 0.875rem;
}

@media (min-width: 769px) {
    .form-columns .required-text {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

.bullet-list {
    margin: 0 0 20px;
}

.bullet-list li {
    position: relative;
    padding: 0 0 0 1.6875rem;
}

.bullet-list li:before {
    position: absolute;
    left: 0;
    content: '•';
    margin: 0 30px 0 0;
}

.list-columns {
    line-height: 1.33;
}

@media (min-width: 769px) {
    .list-columns {
        column-count: 2;
    }
}

.list-columns li {
    margin: 0 0 1.0625rem;
}

.breadcrumbs-wrap {
    padding: 1.125rem 0;
}

/* .breadcrumbs-wrap+*:not(.contact-section) {
    padding-top: 0.625rem !important;
} */

.breadcrumb {
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #575757;
}

.breadcrumb:last-child {
    margin: 0;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #F18F46;
}

.social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap
    ;
    color: #bfbfbf;
    font-size: 2.3125rem;
    line-height: 1;
    margin: 0 -0.4375rem -0.3125rem;
}

.social-list li {
    padding: 0 0.4375rem 0.3125rem;
}

.social-list a {
    display: inline-block;
    vertical-align: top;
}

.social-list a:hover {
    text-decoration: none;
    color: #003862;
}

.columns-list:last-child {
    margin: 0 0 -0.8125rem;
}

@media (min-width: 769px) {
    .columns-list {
        column-count: 2;
    }
}

.columns-list li {
    margin: 0 0 0.8125rem;
}

.columns-list li:last-child {
    margin: 0;
}

.columns-list .link-arrow {
    font-size: inherit;
}

.links-box .links-header {
    background: #003862;
    color: #fff;
    padding: 1.0625rem 1.625rem;
    margin: 0;
}

.logos-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2.25rem;
}

.logos-list:last-child {
    margin-bottom: -3.125rem;
}

.logos-list li {
    margin: 0 2.25rem 3.125rem;
}

.logos-list a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.logos-list a:hover {
    transform: scale(1.2);
}

.intro-section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 15.8125rem 0 0;
}

.intro-section:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #fff;
    z-index: -1;
}

.intro-text {
    position: relative;
    color: #fff;
    z-index: 1;
    padding: 0.9375rem 1.25rem 0.9375rem 0;
}

@media (min-width: 520px) {
    .intro-text {
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 769px) {
    .intro-text {
        padding: 1.4375rem 1.875rem 1.4375rem 0;
    }
}

.intro-text:after {
    position: absolute;
    content: '';
    background: #FF6C0C;
    top: 0;
    bottom: 0;
    right: -1.25rem;
    left: -624.9375rem;
    z-index: -1;
}

.intro-text h1,
.intro-text h2,
.intro-text h3,
.intro-text h4,
.intro-text h5,
.intro-text h6 {
    color: inherit;
}

.intro-text h1:last-child,
.intro-text h2:last-child,
.intro-text h3:last-child,
.intro-text h4:last-child,
.intro-text h5:last-child,
.intro-text h6:last-child {
    margin: 0;
}

.info-section {
    position: relative;
    background: #f7f7f7;
}

.info-section:after {
    position: absolute;
    content: '';
    height: 0.625rem;
    width: 100%;
    background: #F18F46;
    top: 0;
    left: 0;
}

@media (min-width: 769px) {
    .info-section:after {
        height: 1rem;
        width: 64%;
    }
}

.info-section h1 {
    margin: 0 0 2.2rem;
}

.info-text {
    position: relative;
    z-index: 1;
}

@media (min-width: 769px) {
    .info-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: start;
    }
}

.info-text p:last-child {
    margin: 0;
}

.info-text-inner {
    padding: 2.1875rem 0;
}

@media (min-width: 769px) {
    .info-text-inner {
        margin: 0 0 0 auto;
        max-width: 41.5625rem;
    }
}

@media (min-width: 1025px) {
    .info-text-inner {
        padding: 1.875rem;
        margin: 0 -6.25rem 0 auto;
    }
}

.info-image {
    position: relative;
    padding-right: 0;
}

@media (max-width: 1024.98px) {
    .info-image {
        padding-left: 0;
    }
}

@media (min-width: 1025px) {
    .info-image {
        padding-left: 3.75rem;
    }
}

.info-image img {
    width: 100%;
}

@media (min-width: 769px) {
    .info-image img {
        object-fit: cover;
        height: 100%;
    }
}

.features-section {
    padding: 1.875rem 0 4.375rem;
}

.features-holder {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
}

.features-holder .row {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
}

.features-holder [class^="col"],
.features-holder [class*="col"] {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
}

a.feature-box:hover .feature-text {
    transform: translateY(-15px);
}

.feature-box {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 17rem;
    margin-bottom: 0.9375rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    overflow: hidden;
    text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1024.98px) {
    .feature-box {
        font-size: 0.8125rem;
    }
}

.feature-box.feature-box-lg {
    height: 28.125rem;
    padding-left: 0.625rem;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 520px) {
    .feature-box.feature-box-lg {
        padding-left: 1.25rem;
    }
}

@media (min-width: 1025px) {
    .feature-box.feature-box-lg {
        height: 34.6875rem;
    }
}

.feature-box.feature-box-lg.feature-secondary .feature-text:after {
    background: #FF6C0C;
}

.feature-box.feature-box-lg.feature-secondary .feature-text:before {
    background: #11BEE4;
}

.feature-box.feature-box-lg.feature-secondary .subtitle {
    color: #F18F46;
}

.feature-box.feature-box-lg .feature-text {
    position: relative;
    margin: 0 -5rem -2.5rem 0;
    z-index: 1;
}

@media (min-width: 520px) {
    .feature-box.feature-box-lg .feature-text {
        margin: 0 -8.125rem -2.5rem 0;
    }
}

.feature-box.feature-box-lg .feature-text:after,
.feature-box.feature-box-lg .feature-text:before {
    position: absolute;
    content: '';
    top: 50%;
    height: 624.9375rem;
    width: 50%;
    z-index: -1;
}

.feature-box.feature-box-lg .feature-text:after {
    background: #11BEE4;
    right: 0;
}

.feature-box.feature-box-lg .feature-text:before {
    background: #FF6C0C;
    left: 0;
}

.feature-box.feature-box-lg .feature-text .text-inner {
    min-width: 100%;
    max-width: 35rem;
    padding: 5.3125rem 25%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

@media (min-width: 375px) {
    .feature-box.feature-box-lg .feature-text .text-inner {
        padding: 5.3125rem 30%;
    }
}

@media (min-width: 1025px) {
    .feature-box.feature-box-lg .feature-text .text-inner {
        padding: 5.3125rem 10.9375rem;
    }
}

.feature-box h3 {
    font-weight: 400;
    line-height: 1.32;
    color: inherit;
}

.feature-text {
    transition: transform 0.3s ease-in-out;
}

.feature-text .text-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 0.625rem 1.5625rem;
    min-height: 4.5625rem;
    z-index: 1;
}

@media (min-width: 769px) and (max-width: 1024.98px) {
    .feature-text .text-inner {
        padding: 0.625rem 0.9375rem;
    }
}

.feature-text .text-inner:after {
    position: absolute;
    background: #003862;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: -0.9375rem;
    z-index: -1;
}

.feature-text p:last-child {
    margin: 0;
}

.desc-section {
    position: relative;
    background: #f7f7f7;
	margin-bottom: 30px;
}

.desc-section.desc-decor:after {
    position: absolute;
    content: '';
    height: 0.625rem;
    width: 100%;
    background: #F18F46;
    top: 0;
    left: 0;
}

.inline-text-btn{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.inline-title{
    padding-bottom: 4rem;
}

.dark-blue{
    background-color: #003862 !important;
    border-color: #003862 !important;
    max-width: 335.55px;
}

.env-icons{
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.sub-icons{
    justify-content: normal !important;
    border-bottom: 0px !important;
    padding-top: 2rem !important;
}

.icon-env{
    margin-right: -52px !important;
}

@media (min-width: 769px) {
    .desc-section.desc-decor:after {
        height: 1rem;
        width: 64%;
    }
}

.desc-section h1 {
    margin: 0 0 2.2rem;
}

@media (min-width: 769px) {
    .desc-holder {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.desc-text {
    position: relative;
    z-index: 1;
}

@media (min-width: 769px) {
    .desc-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: start;
    }
}

.desc-text p:last-child {
    margin: 0;
}

.desc-text-inner {
    padding: 2.1875rem 0;
}

.bg-secondary .desc-text-inner {
    color: #fff;
}

@media (min-width: 769px) {
    .desc-text-inner {
        margin: 0 auto 0 0;
        max-width: 33.4375rem;
        padding: 1.875rem 0;
    }
}

.desc-image {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.desc-image img {
    width: 100%;
}

@media (min-width: 769px) {
    .desc-image img {
        object-fit: cover;
        height: 100%;
    }
}

.reverses-section {
    padding: 30px 0;
}

.reverses-block {
    margin-bottom: 1.5rem;
}

.events-btn{
    background-color: #FF6C21 !important;
    border-color: #FF6C21 !important;
}

.events-btn:hover{
    background-color: #003862 !important;
}

@media (min-width: 769px) {
    .reverses-block {
        margin-bottom: 3rem;
    }
}

@media (min-width: 769px) {
    .reverses-block:nth-child(even) .reverses-holder {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 769px) {
    .reverses-block:nth-child(even) .reverses-text {
        padding-left: 0;
    }
}

@media (min-width: 769px) {
    .reverses-block p {
        margin-bottom: 1.8rem;
    }
}

.reverses-holder {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
}

.reverses-holder>[class^="col"],
.reverses-holder>[class*="col"] {
    padding-left: 0;
    padding-right: 0.4375rem;
}

.reverses-holder .reverses-image {
    /* padding-right: 3rem; */
    /* padding-bottom: 9rem; */
    padding-top: 2.75rem;
    position: relative;
    overflow: hidden;
}

@media (max-width: 769px) {
    .reverses-holder .reverses-image {
        order: 1;
        padding-top: 1rem;
    }
}

.reverses-holder .reverses-image img {
    max-width: 100%;
}
/* 
@media (min-width: 769px) {
    .reverses-holder .reverses-image img {
        height: 100%;
        object-fit: contain;
        object-position: top;
        padding-top: 3rem;
    }
} */

.reverses-holder .reverses-image .image-title {
    position: absolute;
    top: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1;
}

.modal-title{
    padding-bottom: 2rem !important;
}

.modal-body{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.modal-body span{
    float: right !important;
    background-image: url(../images/close-icon.png);
}

.modal-body h3{
    float: left !important;
}

/* .modal-content{
    width: 56rem !important;
    margin-left: -13rem;
    margin-top: 9rem;
} */

#gform_submit_button_46{
    color: #fff;
    background-color: #003862;
    border-color: #003862;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.videoModalFooter{
    font-weight: 100;
    color: #000;
    margin-right: 0.5rem;
    font-style: italic;
    font-size: smaller;
}

.gform_wrapper .required-text {
    display: none;
    }

.gform_wrapper .instruction {
    display: none;
}

#input_46_4{
width: 11rem;
}

#input_46_4::placeholder{
        font-style: italic;
        font-size: smaller;
    }

#input_46_6{
    width: 11rem;
}

#input_46_6::placeholder{
    font-style: italic;
    font-size: smaller;
}

ul.gfield_radio li{
    display: inline;
}

#label_46_3_0{
    padding-right: 2rem;
}

#label_46_3_1{
    padding-right: 2rem;
}
    
#gform_wrapper_46 #field_46_3 input:checked + label {
	color: #000000 !important;
}

#gform_confirmation_message_46{
    display: none;
}

#videoModal .modal-dialog .modal-content .modal-body .gform_wrapper .gform_body .gform_fields .ginput_container .gchoice_46_3_0 input {
    margin: 0 5px;
    -webkit-appearance: none;
    border: 2px solid #D9D9D9;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

#videoModal .modal-dialog .modal-content .modal-body .gform_wrapper .gform_body .gform_fields .ginput_container .gchoice_46_3_0 input:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
    left: 4px;
    background: #000;
    border-radius: 50%;
    width: 50%;
    height: 50%;
}

#videoModal .modal-dialog .modal-content .modal-body .gform_wrapper .gform_body .gform_fields .ginput_container .gchoice_46_3_1 input {
    margin: 0 5px;
    -webkit-appearance: none;
    border: 2px solid #D9D9D9;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

#videoModal .modal-dialog .modal-content .modal-body .gform_wrapper .gform_body .gform_fields .ginput_container .gchoice_46_3_1 input:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
    left: 4px;
    background: #000;
    border-radius: 50%;
    width: 50%;
    height: 50%;
}

#videoModal .modal-dialog .modal-content .modal-body .gform_wrapper .gform_body .gform_fields .ginput_container .gchoice_46_3_2 input {
    margin: 0 5px;
    -webkit-appearance: none;
    border: 2px solid #D9D9D9;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

#videoModal .modal-dialog .modal-content .modal-body .gform_wrapper .gform_body .gform_fields .ginput_container .gchoice_46_3_2 input:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
    left: 4px;
    background: #000;
    border-radius: 50%;
    width: 50%;
    height: 50%;
}

.hidden{
    display: none;
}

@media (min-width: 520px) {
    .reverses-holder .reverses-image .image-title {
        font-size: 4.375rem;
    }
}

@media (min-width: 769px) {
    .reverses-holder .reverses-image .image-title {
        font-size: 6.25rem;
    }
}

.reverses-holder .reverses-text {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

@media (min-width: 769px) {
    .reverses-holder .reverses-text {
        padding-right: 1.5625rem;
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem;
    }
}

.js-playlist-videos {
    padding: 0 0 3.75rem;
    margin: 0 0 2.8125rem;
}

@media (min-width: 769px) {
    .js-playlist-videos {
        padding: 0 0 4.6875rem;
        margin: 0 0 4.0625rem;
    }
}

.js-playlist-videos .slick-arrow {
    position: absolute;
    bottom: 0;
    margin: 0;
    min-width: 3.75rem;
    font-size: 1.125rem;
    padding: 0.3125rem 0.625rem;
}

@media (min-width: 769px) {
    .js-playlist-videos .slick-arrow {
        min-width: 11rem;
    }
}

.js-playlist-videos .slick-arrow.slick-prev {
    left: 0;
}

@media (min-width: 769px) {
    .js-playlist-videos .slick-arrow.slick-prev i {
        margin-right: 0.9375rem;
    }
}

.js-playlist-videos .slick-arrow.slick-next {
    right: 0;
}

@media (min-width: 769px) {
    .js-playlist-videos .slick-arrow.slick-next i {
        margin-left: 0.9375rem;
    }
}

@media (max-width: 768.98px) {
    .js-playlist-videos .slick-arrow .arrow-text {
        display: none;
    }
}

.js-playlist-videos .slick-arrow i,
.js-playlist-videos .slick-arrow span {
    display: inline-block;
    vertical-align: middle;
}

.js-playlist-videos .slick-disabled {
    opacity: 0.6;
    pointer-events: none;
}

@media (min-width: 769px) {
    .js-playlist-videos .play-button {
        font-size: 7.6875rem;
    }
}

.js-playlist-videos,
.js-video-thumbs {
    position: relative;
}

.js-playlist-videos .slick-slide:focus,
.js-video-thumbs .slick-slide:focus {
    outline: none;
}

.js-playlist {
    line-height: 1.2;
    font-weight: 700;
    font-size: 0.875rem;
}

@media (min-width: 520px) {
    .js-playlist {
        font-size: 1.125rem;
    }
}

@media (min-width: 1025px) {
    .js-playlist {
        font-size: 1.375rem;
    }
    .modal-content{
    width: 56rem !important;
    margin-left: -13rem;
    margin-top: 9rem;
    }
}

.js-playlist li {
    display: -ms-flexbox;
    display: flex;
    background: #ffb98c;
}

.js-playlist li .num {
    color: #ffb98c;
}

.js-playlist li:nth-child(1) {
    background: #003862;
}

.js-playlist li:nth-child(1).active-video .js-track-toggle {
    color: #003862;
}

.js-playlist li:nth-child(1) .num {
    border-width: 0.125rem 0.125rem 0.0625rem 0;
    color: #003862;
}

.js-playlist li:nth-child(2) {
    background: #104C79;
}

.js-playlist li:nth-child(2).active-video .js-track-toggle {
    color: #104C79;
}

.js-playlist li:nth-child(2) .num {
    color: #104C79;
}

.js-playlist li:nth-child(3) {
    background: #1A4CC3;
}

.js-playlist li:nth-child(3).active-video .js-track-toggle {
    color: #1A4CC3;
}

.js-playlist li:nth-child(3) .num {
    color: #1A4CC3;
}

.js-playlist li:nth-child(4) {
    background: #433EB1;
}

.js-playlist li:nth-child(4).active-video .js-track-toggle {
    color: #433EB1;
}

.js-playlist li:nth-child(4) .num {
    color: #433EB1;
}

.js-playlist li:nth-child(5) {
    background: #412396;
}

.js-playlist li:nth-child(5).active-video .js-track-toggle {
    color: #412396;
}

.js-playlist li:nth-child(5) .num {
    color: #412396;
}

.js-playlist li:nth-child(6) {
    background: #824663;
}

.js-playlist li:nth-child(6).active-video .js-track-toggle {
    color: #824663;
}

.js-playlist li:nth-child(6) .num {
    color: #824663;
}

.js-playlist li:nth-child(7) {
    background: #C34C2A;
}

.js-playlist li:nth-child(7).active-video .js-track-toggle {
    color: #C34C2A;
}

.js-playlist li:nth-child(7) .num {
    color: #C34C2A;
}

.js-playlist li:nth-child(8) {
    background: #D75720;
}

.js-playlist li:nth-child(8).active-video .js-track-toggle {
    color: #D75720;
}

.js-playlist li:nth-child(8) .num {
    color: #D75720;
}

.js-playlist li:nth-child(9) {
    background: #EB6116;
}

.js-playlist li:nth-child(9).active-video .js-track-toggle {
    color: #EB6116;
}

.js-playlist li:nth-child(9) .num {
    color: #EB6116;
}

.js-playlist li:nth-child(10) {
    background: #FF6C0C;
}

.js-playlist li:nth-child(10).active-video .js-track-toggle {
    color: #FF6C0C;
}

.js-playlist li:nth-child(10) .num {
    color: #FF6C0C;
}

.js-playlist li:nth-child(11) {
    background: #ff7b26;
}

.js-playlist li:nth-child(11).active-video .js-track-toggle {
    color: #ff7b26;
}

.js-playlist li:nth-child(11) .num {
    color: #ff7b26;
}

.js-playlist li:nth-child(12) {
    background: #ff8b3f;
}

.js-playlist li:nth-child(12).active-video .js-track-toggle {
    color: #ff8b3f;
}

.js-playlist li:nth-child(12) .num {
    color: #ff8b3f;
}

.js-playlist li:nth-child(13) {
    background: #ff9a59;
}

.js-playlist li:nth-child(13).active-video .js-track-toggle {
    color: #ff9a59;
}

.js-playlist li:nth-child(13) .num {
    color: #ff9a59;
}

.js-playlist li:nth-child(14) {
    background: #ffaa72;
}

.js-playlist li:nth-child(14).active-video .js-track-toggle {
    color: #ffaa72;
}

.js-playlist li:nth-child(14) .num {
    color: #ffaa72;
}

.js-playlist li:nth-child(15) {
    background: #ffb98c;
}

.js-playlist li:nth-child(15).active-video .js-track-toggle {
    color: #ffb98c;
}

.js-playlist li:nth-child(15) .num {
    color: #ffb98c;
}

.js-playlist li:last-child .num {
    border-width: 0.0625rem 0.125rem 0.125rem 0;
}

.js-playlist li.active-video .num {
    background: transparent;
    color: #fff;
}

.js-playlist li.active-video .num-time {
    color: #fff;
}

.js-playlist li.active-video .js-track-toggle {
    background: #fff;
    border: 0.125rem solid #bfbfbf;
    border-width: 0.0625rem 0 0.0625rem 0.125rem;
    padding-right: 0.5625rem;
}

@media (min-width: 769px) {
    .js-playlist li.active-video .js-track-toggle {
        padding-right: 0.875rem;
    }
}

.js-playlist li.active-video:first-child .js-track-toggle {
    border-width: 0.125rem 0 0.0625rem 0.125rem;
}

.js-playlist li.active-video:last-child .js-track-toggle {
    border-width: 0.0625rem 0 0.125rem 0.125rem;
}

.js-playlist .num {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0;
    flex: 1 0;
    border: 0.125rem solid #bfbfbf;
    border-width: 0.0625rem 0.125rem 0.0625rem 0;
    background: #f8f8f8;
    padding: 0.625rem 0.9375rem;
}

@media (min-width: 769px) {
    .js-playlist .num {
        padding: 0.625rem 1.875rem 0.625rem 2.3125rem;
    }
}

.js-playlist .num-text {
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 0 0.625rem 0 0;
}

.js-playlist .num-time {
    text-align: right;
    width: 3.75rem;
    font-weight: 400;
    color: #000;
}

@media (min-width: 520px) {
    .js-playlist .num-time {
        width: 7.5rem;
    }
}

.js-track-toggle {
    transition: opacity 0.3s ease-in-out;
    padding: 0.625rem;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.875rem;
}

@media (min-width: 520px) {
    .js-track-toggle {
        font-size: 2.1875rem;
    }
}

@media (min-width: 769px) {
    .js-track-toggle {
        font-size: 2.4375rem;
        padding: 0.9375rem;
    }
}

.js-track-toggle:focus {
    outline: none;
}

.js-track-toggle:hover {
    opacity: 0.7;
}

.play-button {
    transition: color 0.3s ease-in-out;
    font-size: 3.75rem;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

@media (min-width: 520px) {
    .play-button {
        font-size: 5.125rem;
    }
}

.play-button:after {
    content: "";
    font-family: 'icomoon';
    font-size: 0.5em;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0 0 .08em;
}

.play-button:focus {
    outline: none;
}

.play-button:hover {
    color: #F18F46;
}

.lazy-video-loading .play-button {
    pointer-events: none;
}

.play-pressed .play-button {
    visibility: hidden;
}

.lazy-video-loading:after {
    content: '';
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: loading 1s linear both infinite;
    z-index: 10;
}

.js-video-gallery {
    margin: 0 0 2.1875rem;
}

@media (min-width: 769px) {
    .js-video-gallery {
        margin: 0 0 3.4375rem;
    }
}

@media (min-width: 769px) {
    .js-video-gallery h2 {
        font-size: 2.5rem;
        margin-bottom: 2.3rem;
    }
}

.video-gallery-holder h1,
.video-gallery-holder h2,
.video-gallery-holder h3,
.video-gallery-holder h4,
.video-gallery-holder h5,
.video-gallery-holder h6 {
    font-weight: 600;
}

.video-gallery-holder+h1,
.video-gallery-holder+h2,
.video-gallery-holder+h3,
.video-gallery-holder+h4,
.video-gallery-holder+h5,
.video-gallery-holder+h6 {
    font-weight: 600;
}

.video-holder {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 56.25% 0 0;
    background: #000;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 0 2rem;
}

.video-holder.ready {
    background: #000 !important;
}

.js-playlist-videos .video-holder,
.js-video-gallery .video-holder {
    margin-bottom: 0;
}

.video-holder .overlay,
.video-holder video,
.video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-holder video,
.video-holder iframe {
    opacity: 0;
}

.video-holder.play-pressed video {
    opacity: 1;
}

.video-holder.play-pressed iframe {
    opacity: 1;
}

.video-holder .overlay {
    background: #000;
    background-position: 50% 50%;
    background-size: cover;
    /*@at-root .video-holder.is-touch-device .overlay {
			display: none;
		}*/
}

.video-holder.ready .overlay {
    display: none;
}

.js-video-thumbs {
    margin: 0 -0.4375rem 2.1875rem;
}

.js-video-thumbs .slick-arrow {
    position: absolute;
    top: 4.75rem;
    transform: translateY(-50%);
    margin: 0;
    min-width: auto;
    font-size: 1.125rem;
    padding: 0.3125rem 0.625rem;
    z-index: 999;
}

.js-video-thumbs .slick-arrow.slick-prev {
    left: -0.625rem;
}

.js-video-thumbs .slick-arrow.slick-next {
    right: -0.625rem;
}

.js-thumb {
    font-size: 0.875rem;
    margin: 0 0.4375rem;
}

.js-thumb h2,
.js-thumb h3,
.js-thumb h4,
.js-thumb h5,
.js-thumb h6 {
    font-weight: 600;
    color: inherit;
}

.js-thumb h4 {
    margin-bottom: 0.4375rem;
}

.js-thumb .text-muted {
    color: #575757 !important;
}

.thumb-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 9.5rem;
    margin: 0 0 1.125rem;
}

.thumb-play-button {
    transition: color 0.3s ease-in-out;
    font-size: 3.3125rem;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.thumb-play-button:after {
    content: "";
    font-family: 'icomoon';
    font-size: 0.5em;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0 0 .08em;
}

.thumb-play-button:focus {
    outline: none;
}

.thumb-play-button:hover {
    color: #F18F46;
}

.active-video .thumb-play-button {
    color: #F18F46;
}

.js-track[data-video-state="playing"] .icon-play {
    display: none;
}

.js-track[data-video-state="playing"] .icon-pause {
    display: block;
}

.js-track[data-video-state="paused"] .icon-play,
.js-track[data-video-state="ended"] .icon-play {
    display: block;
}

.js-track[data-video-state="paused"] .icon-pause,
.js-track[data-video-state="ended"] .icon-pause {
    display: none;
}

.js-track .icon-play {
    display: block;
}

.js-track .icon-pause {
    display: none;
}

@keyframes loading {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.full-section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 34.375rem;
    padding: 6.25rem 0 3.125rem;
    text-align: center;
}

@media (min-width: 769px) {
    .full-section {
        padding: 12.5rem 0 1.875rem;
        min-height: 44.0625rem;
    }
}

@media (min-width: 769px) {
    .full-section h1 {
        font-size: 2.375rem;
    }
}

.full-inner {
    background: rgba(255, 108, 12, 0.95);
    color: #fff;
    padding: 1.25rem 0;
}

.full-inner h1,
.full-inner .h1,
.full-inner h2,
.full-inner .h2,
.full-inner h3,
.full-inner .h3,
.full-inner h4,
.full-inner .h4,
.full-inner h5,
.full-inner .h5,
.full-inner h6,
.full-inner .h6 {
    color: inherit;
}

.team-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.1875rem;
}

@media (min-width: 769px) {
    .team-holder {
        padding-top: 1.375rem;
    }
}

.team-holder:last-child {
    margin-bottom: -3.4375rem;
}

.team-item {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0 0.1875rem 3.4375rem;
    width: 100%;
}

@media (min-width: 520px) {
    .team-item {
        width: 50%;
    }
}

@media (min-width: 769px) {
    .team-item {
        width: 33.3%;
    }
}

.team-item h4 {
    color: #000;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0 0 0.375rem;
}

.team-item p {
    margin: 0 0 0.625rem;
}

.team-item .image-holder {
    position: relative;
    width: 9.0625rem;
    height: 9.0625rem;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    padding: 0.375rem;
    background: #FF6C0C;
}

.team-item .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-item .image-holder .image-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    font-size: 1.375rem;
}

.contact-section {
    padding: 2.1875rem 0 2.5rem;
}

@media (min-width: 1025px) {
    .contact-section {
        padding: 2.1875rem 0 6.5625rem;
    }
}

.contact-section h5 {
    margin-bottom: 0;
    font-weight: 700;
    color: #343a40;
}

.contact-section .contact-holder {
    margin-bottom: 1.875rem;
}

.contact-section address {
    color: #343a40;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2rem;
}

.contact-section address span {
    display: block;
}

.contact-section address span a {
    text-decoration: none;
}

@media (min-width: 769px) {
    .contact-section .btn {
        min-width: 10.9375rem;
    }
}

.map-holder .map {
    height: 21.875rem;
}

@media (min-width: 769px) {
    .map-holder .map {
        height: 29.375rem;
    }
}

.map-holder .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.items-block {
    padding: 2.875rem 1.25rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.16);
    border-radius: 1.25rem;
}

.items-block.items-block-secondary {
    padding: 1.5625rem 1.25rem;
}

.items-block [class^="col"],
[class*="col"] .items-block {
    -ms-flex: 1 0;
    flex: 1 0;
}

.items-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: start;
    margin: 0 -0.9375rem;
    height: 100%;
}

.items-list:last-child {
    margin-bottom: -1.25rem;
}

@media (min-width: 769px) {
    .items-block-secondary .items-list .item {
        width: 50%;
    }
}

@media (min-width: 769px) and (max-width: 1024.98px) {
    .items-block-secondary .items-list .item {
        width: 100%;
    }
}

.items-list a.item {
    display: block;
}

.items-list a.item:hover .item-image {
    transform: scale(1.15);
}

.items-list .item {
    color: #003862;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    line-height: 1.375;
    padding: 0 0.9375rem 1.25rem;
}

@media (min-width: 520px) {
    .items-list .item {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .items-list .item {
        width: 25%;
    }
}

.items-list .item-image {
    transition: transform 0.3s ease-in-out;
    min-height: 6.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0.625rem;
}

html[data-size="large"] {
    font-size: calc(16px + 16px * .15);
}

html[data-size="small"] {
    font-size: calc(16px - 16px * .15);
}

#wrapper {
    overflow: hidden;
    position: relative;
}

@media (max-width: 1024.98px) {
    .nav-active {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
    }
}

#main {
    position: relative;
    z-index: 1;
    background: #f8f8f8;
}

#main:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-image: url(images/img-bg03.png);
    background-position: 50% 50%;
    z-index: -1;
}

@media (min-width: 769px) {
    #main:after {
        background-image: url(images/img-bg02.png);
        background-position: top, 50%;
        background-repeat: repeat-x;
    }
}

.container {
    width: 100%;
}

html[data-size="large"] .container {
    max-width: calc(768px + 768px * .15);
}

@media (min-width: 769px) {
    html[data-size="large"] .container {
        max-width: calc(960px + 960px * .15);
    }
}

@media (min-width: 1025px) {
    html[data-size="large"] .container {
        max-width: calc(1024px + 1024px * .15);
    }
}

@media (min-width: 1200px) {
    html[data-size="large"] .container {
        max-width: calc(1170px + 1170px * .15);
    }
}

html[data-size="small"] .container {
    max-width: calc(768px - 768px * .15);
}

@media (min-width: 769px) {
    html[data-size="small"] .container {
        max-width: calc(960px - 960px * .15);
    }
}

@media (min-width: 1025px) {
    html[data-size="small"] .container {
        max-width: calc(1024px - 1024px * .15);
    }
}

@media (min-width: 1200px) {
    html[data-size="small"] .container {
        max-width: calc(1170px - 1170px * .15);
    }
}

.section {
    padding: 3.625rem 0 6rem;
}

.section p:last-child {
    margin: 0;
}

.section-secondary,
.section {
    padding: 3.625rem 0 6rem;
}

.section-secondary+.section-secondary,
.section+.section-secondary {
    padding-top: 0;
    margin-top: -2.6875rem;
}

.section-secondary p:last-child,
.section p:last-child {
    margin: 0;
}

.text-holder {
    margin-bottom: 3.125rem;
}

.text-holder:last-child {
    margin-bottom: 0;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

.gx-1 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
}

.gx-1>[class^="col"],
.gx-1>[class*="col"] {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
}

.gx-2 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
}

.gx-2>[class^="col"],
.gx-2>[class*="col"] {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
}

@media (max-width: 768.98px) {
    .columns-holder>[class^="col"],
    .columns-holder>[class*="col"] {
        padding-bottom: 2.1875rem;
    }
}

@media (max-width: 768.98px) {
    .columns-holder>[class^="col"]:last-child,
    .columns-holder>[class*="col"]:last-child {
        padding-bottom: 0;
    }
}

.subtitle {
    display: block;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #11BEE4;
    margin: 0 0 0.625rem;
}

@media (max-width: 1023px) {
    .info-btn-holder {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 520px) {
    .info-btn-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -0.625rem -0.9375rem;
    }
}

@media (min-width: 1025px) {
    .info-btn-holder {
        margin: 0;
    }
}

.info-btn-holder .info-btn-text {
    display: block;
    -ms-flex: 1 0;
    flex: 1 0;
    text-align: center;
    font-size: 1.1875rem;
    font-weight: 700;
    color: #003862;
    line-height: 1.2;
}

@media (max-width: 1023px) {
    .info-btn-holder .info-btn-text {
        display: none;
    }
}

.info-btn-holder .info-btn-text>span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.625rem;
    padding: 0 1.875rem;
}

.info-btn-holder .info-btn-text>span:after,
.info-btn-holder .info-btn-text>span:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.info-btn-holder .info-btn-text>span:before {
    content: "";
    font-family: 'icomoon';
    font-size: inherit;
    line-height: 1;
    text-indent: 0;
    left: 0;
}

.info-btn-holder .info-btn-text>span:after {
    content: "";
    font-family: 'icomoon';
    font-size: inherit;
    line-height: 1;
    text-indent: 0;
    right: 0;
}

.info-btn-holder .btn {
    min-width: 100%;
    margin: 0 0 0.9375rem;
}

@media (min-width: 520px) {
    .info-btn-holder .btn {
        margin: 0 0.625rem 0.9375rem;
        max-width: 11rem;
        min-width: 11rem;
    }
}

@media (min-width: 1024px) {
    .info-btn-holder .btn {
        margin: 0;
    }
}

.menu li.active a {
    font-weight: 700;
    background: #cbcbcb;
}

.menu a {
    display: block;
    border-top: 0.125rem solid #fff;
    text-decoration: none;
    background: #ebebeb;
    padding: 0.4375rem 1.625rem;
}

.menu a:hover {
    background: #cbcbcb;
}

.contact-block {
    background: transparent;
    padding: 1.75rem 1.25rem;
}

@media (min-width: 769px) {
    .contact-block {
        padding: 1.75rem 2.8125rem;
    }
}

.title-decor>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 1.125rem;
    margin: 0 0 1.5625rem;
}

.columns-holder .title-decor>*:last-child {
    margin: 0;
}

.title-decor>*:after {
    position: absolute;
    content: '';
    right: 0;
    left: -624.9375rem;
    background: #003862;
    height: 0.125rem;
    bottom: 0;
}

.title-decor>*:last-child {
    margin: 0 0 1.5625rem;
}

.title-decor:last-child {
    margin: 0;
}

.info-holder {
    margin: 0 0 1.5625rem;
}

.info-holder>* {
    margin-bottom: 0.125rem;
}

.info-holder:last-child {
    margin: 0;
}

.info-holder h5 {
    text-transform: none;
    color: inherit;
}

.title-border {
    border-bottom: 0.125rem solid currentColor;
    padding: 0 0 1.25rem;
    margin: 0 0 1.9375rem;
}

#header {
    background: #003862;
    color: #fff;
}

@media (min-width: 1025px) {
    #header {
        position: relative;
    }
}

@media (min-width: 1025px) {
    #header .header-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header-top {
    position: relative;
    z-index: 1;
    font-size: 0.6875rem;
    min-height: 2.1875rem;
}

.header-top:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-image: url(images/img-bg01.svg);
    background-position: 50% 50%;
    z-index: -1;
}

.header-top .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header-top .btn {
    border-radius: 0;
    min-width: 7.875rem;
    font-size: inherit;
    font-weight: 600;
}

@media (max-width: 768.98px) {
    .header-top .btn {
        padding: 0.3125rem 0.625rem;
    }
}

@media (min-width: 1025px) {
    .header-top .btn {
        margin-right: 3.125rem;
    }
}

.header-top .btn:hover span:after {
    left: 51%;
    right: 51%;
}

.header-top .btn span {
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    position: relative;
}

.header-top .btn span:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: currentColor;
    height: 0.0625rem;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.logo {
    margin: 0 1.25rem 0 0;
}

.logo img {
    width: 5.375rem;
}

@media (min-width: 769px) {
    .logo img {
        width: 6.875rem;
    }
}

@media (min-width: 1200px) {
    .logo img {
        width: 7.9375rem;
    }
}

.header-main {
    position: relative;
    padding: 0.9375rem 0 0.625rem;
}

@media (min-width: 1025px) {
    .header-main {
        padding: 1.25rem 0 1.5625rem;
    }
}

@media (min-width: 1025px) {
    .header-main .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.holder-page-size {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
}

@media (min-width: 769px) {
    .holder-page-size {
        top: 0.625rem;
        right: 0.625rem;
    }
}

.holder-page-size .size-text {
    font-size: 0.5625rem;
    display: block;
    margin-right: 0.625rem;
}

@media (min-width: 769px) {
    .holder-page-size .size-text {
        font-size: 0.6875rem;
    }
}

.holder-page-size .size-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -0.125rem;
}

.holder-page-size .size-list button {
    transition: color 0.3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: 1.375rem;
    height: 1.375rem;
    background: #FF6C21;
    border: none;
    color: inherit;
    margin: 0 0.125rem;
    padding: 0;
    line-height: 1;
}

@media (min-width: 769px) {
    .holder-page-size .size-list button {
        width: 1.5625rem;
        height: 1.5625rem;
    }
}

.holder-page-size .size-list button[data-page-size="small"] {
    font-size: 0.6875rem;
}

@media (min-width: 769px) {
    .holder-page-size .size-list button[data-page-size="small"] {
        font-size: 0.5625rem;
    }
}

.holder-page-size .size-list button[data-page-size="medium"] {
    font-size: 0.9375rem;
}

@media (min-width: 769px) {
    .holder-page-size .size-list button[data-page-size="medium"] {
        font-size: 0.75rem;
    }
}

.holder-page-size .size-list button[data-page-size="large"] {
    font-size: 1.25rem;
}

@media (min-width: 769px) {
    .holder-page-size .size-list button[data-page-size="large"] {
        font-size: 1.0625rem;
    }
}

.holder-page-size .size-list button:focus {
    outline: none;
    color: #F18F46;
}

.holder-page-size .size-list button:hover {
    color: #F18F46;
}

.holder-page-size .size-list button.active-size {
    color: inherit;
}

@media (min-width: 1025px) {
    .main-nav {
        -ms-flex: 1 0;
        flex: 1 0;
        padding-top: 3rem;
    }
}

.nav-opener {
    width: 1.3125rem;
    height: 1.625rem;
    float: right;
    position: relative;
    margin: -2.25rem 0 0;
}

@media (min-width: 1025px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #fff;
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    height: 0.125rem;
    transition: transform .2s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: '';
    top: 0.9375rem;
}

.nav-opener:after {
    top: 1.4375rem;
}

.text-white .nav-opener:before,
.text-white .nav-opener:after,
.text-white .nav-opener span {
    background: #fff;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0;
}

.nav-active .nav-opener:after {
    transform: rotate(-45deg);
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-menu {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@media (min-width: 1025px) {
    .nav-menu {
        -ms-flex: 1 0;
        flex: 1 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 -0.9375rem;
    }
}

.nav-menu .dropdown-toggle:after {
    vertical-align: middle;
}

.nav-menu .icon-home {
    font-size: 1.5rem;
}

.nav-menu li {
    position: relative;
}

@media (min-width: 1025px) {
    .nav-menu li {
        margin: 0 0.9375rem;
    }
}

.nav-menu li.active>a {
    font-weight: 700;
}

@media (max-width: 1024.98px) {
    .nav-menu li.active>a {
        color: #F18F46;
    }
}

@media (min-width: 1025px) {
    .nav-menu li.active:before {
        opacity: 1;
        visibility: visible;
    }
}

.nav-menu li.home_item a {
    position: relative;
    width: 1.5625rem;
    text-indent: -624.9375rem;
}

.nav-menu li.home_item a:after {
    content: "";
    font-family: 'icomoon';
    font-size: 1.5rem;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -35%);
}

@media (max-width: 1024.98px) {
    .nav-menu li.button_wrap {
        margin: 0.625rem 0;
    }
}

.nav-menu li.button_wrap>a {
    background: #fff;
    color: #003862;
    padding: 0.1875rem 0.9375rem;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 0.437rem;
}

.nav-menu li.button_wrap>a:hover {
    background: #d9d9d9;
    color: #003862;
}

@media (min-width: 1025px) {
    .nav-menu li:before {
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        bottom: -1.75rem;
        border: 0.8125rem solid transparent;
        border-bottom: 0.8125rem solid currentColor;
        opacity: 0;
        visibility: hidden;
    }
}

.nav-menu li.menu-item-has-children.button_wrap>a:after {
    content: '';
    font-size: 1.125rem;
}

.nav-menu li.menu-item-has-children.button_wrap>a:hover {
    color: #003862;
}

@media (min-width: 1025px) {
    .nav-menu li.menu-item-has-children.button_wrap .drop-holder {
        padding-top: 1.5rem;
    }
}

@media (min-width: 769px) {
    .nav-menu li.menu-item-has-children:after {
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        bottom: -1.75rem;
        border: 0.8125rem solid transparent;
        border-bottom: 0.8125rem solid #FF6C21;
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1024.98px) {
    .nav-menu li.menu-item-has-children>a {
        padding-bottom: 0.3125rem;
    }
}

@media (min-width: 1025px) {
    .nav-menu li.menu-item-has-children>a:after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.5em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        vertical-align: middle;
    }
}

.nav-menu li.menu-item-has-children>a:hover {
    color: inherit;
}

@media (min-width: 1025px) {
    .nav-menu li.hover {
        z-index: 9999;
    }
}

.nav-menu li.hover:after {
    opacity: 1;
    visibility: visible;
}

.nav-menu li.hover .drop-holder {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1024.98px) {
    .nav-menu li.hover .drop-holder {
        position: relative;
        top: 0;
        left: 0;
    }
}

.nav-menu a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.125rem;
}

@media (max-width: 1024.98px) {
    .nav-menu a {
        padding: 0.625rem 0;
        font-weight: 600;
    }
}

@media (min-width: 1025px) and (max-width: 1199.98px) {
    .nav-menu a {
        font-size: 1rem;
    }
}

.nav-menu a:hover {
    color: #F18F46;
}

.nav-menu a.btn {
    color: #11BEE4;
}

@media (max-width: 1024.98px) {
    .nav-menu a.btn {
        margin: 0.625rem 0;
    }
}

.nav-menu a.btn:hover {
    color: #11BEE4;
}

.nav-menu .drop-holder {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1;
    line-height: 1.4;
}

@media (min-width: 1025px) {
    .nav-menu .drop-holder {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 100%;
        right: 0.125rem;
        transform: translateX(50%);
        width: 20rem;
        padding-top: 1.6875rem;
        z-index: 999;
    }
}

.nav-menu .drop-holder ul {
    position: relative;
    z-index: 1;
}

@media (min-width: 1025px) {
    .nav-menu .drop-holder ul {
        background: #FF6C21;
        padding: 0.8125rem 0;
    }
}

.nav-menu .drop-holder li {
    margin: 0;
}

.nav-menu .drop-holder li:before {
    display: none;
}

.nav-menu .drop-holder li.active a {
    color: #003862;
    font-weight: 400;
}

.nav-menu .drop-holder a {
    display: inline-block;
    vertical-align: top;
    font-size: 0.75rem;
    text-transform: none;
    font-weight: 400;
}

@media (max-width: 1024.98px) {
    .nav-menu .drop-holder a {
        padding: 0.625rem 0;
        font-weight: normal;
    }
}

@media (min-width: 1025px) {
    .nav-menu .drop-holder a {
        padding: 0.625rem 2.0625rem;
        font-size: 1.125rem;
        margin: 0;
    }
}

.nav-menu .drop-holder a:hover {
    color: #003862;
}

.nav-drop {
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 1024.98px) {
    .nav-drop {
        transform: translateX(100%);
        overflow: hidden;
        position: absolute;
        top: 6.125rem;
        left: 0;
        right: 0;
        z-index: 999;
        background: #FF6C21;
        text-align: center;
        padding: 1.375rem 1.5625rem 7.5rem;
        height: calc(100vh - 98px);
        height: calc(var(--vh, 1vh) * 100 - 98px);
    }
}

@media (max-width: 768.98px) {
    .nav-drop {
        top: 5.125rem;
        height: calc(100vh - 82px);
        height: calc(var(--vh, 1vh) * 100 - 82px);
    }
}

@media (min-width: 1025px) {
    .nav-drop {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1024.98px) {
    .nav-active .nav-drop {
        transform: translateX(0);
        overflow: auto;
    }
}

.resize-active * {
    transition: none !important;
}

.search-wrap {
    z-index: 999;
}

@media (max-width: 1024.98px) {
    .search-wrap {
        position: relative;
    }
}

@media (min-width: 1025px) {
    .search-wrap {
        margin: -0.625rem 0 0 1.25rem;
    }
}

.search-wrap .search-opener {
    width: 35px;
    height: 32px;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    font-size: 1.5rem;
}

@media (min-width: 1025px) {
    .search-wrap .search-opener {
        width: 32px;
        height: 32px;
    }
}

.search-wrap .search-opener:hover {
    color: #F18F46;
}

.search-wrap .search-slide {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0.9375rem 1.25rem;
    height: auto !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 1025px) {
    .search-wrap .search-slide {
        background: #FF6C21;
    }
}

.search-wrap .search-slide.show {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    visibility: visible;
}

.search-wrap .search-slide .search-opener {
    display: none;
}

.search-wrap .search-slide .search-opener:hover:after {
    transform: rotate(30deg);
}

.search-wrap .search-slide .search-opener:hover:before {
    transform: rotate(-30deg);
}

@media (min-width: 1025px) {
    .search-wrap .search-slide .search-opener {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.search-wrap .search-slide .search-opener:after,
.search-wrap .search-slide .search-opener:before {
    content: '';
    position: absolute;
    top: 43%;
    display: block;
    transform-origin: center;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform 0.2s ease-in-out;
}

.search-wrap .search-slide .search-opener:after {
    transform: rotate(45deg);
}

.search-wrap .search-slide .search-opener:before {
    transform: rotate(-45deg);
}

.header-search-form button[type="submit"],
.header-search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: transparent;
    border: none;
}

.header-search-form {
    max-width: 25rem;
    margin: 0 auto;
}

.header-search-form .field-wrap {
    position: relative;
    z-index: 1;
    height: 2.375rem;
}

.header-search-form .field-wrap .form-control {
    float: none;
    margin-right: 0;
    padding-right: 1.875rem;
}

#footer h5 {
    font-weight: normal;
    margin: 0 0 0.3125rem;
    color: inherit;
    font-weight: 600;
    font-size: .75rem;
}

#footer p {
    margin: 0;
}

#footer address:last-child {
    margin: 0;
}

#footer .columns-holder>[class^="col"],
#footer .columns-holder>[class*="col"] {
    padding-bottom: 1.5625rem;
}

@media (max-width: 519.98px) {
    #footer .social-list {
        margin-bottom: 0.625rem;
    }
}

@media (max-width: 1024.98px) {
    #footer .subscription-form {
        margin-bottom: 2.1875rem;
    }
}

.footer-head {
    background: #003862;
    color: #fff;
    padding: 0.9375rem 0;
}

.footer-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem;
    margin: 0 0 -0.625rem -2%;
}

@media (min-width: 1200px) {
    .footer-navigation {
        margin: 0 0 -0.625rem -2.6%;
    }
}

.footer-navigation li {
    position: relative;
    margin: 0 0 0.625rem;
    padding: 0 calc(2% + 1px) 0 2%;
}

@media (min-width: 1200px) {
    .footer-navigation li {
        padding: 0 calc(2.6% + 1px) 0 2.6%;
    }
}

.footer-navigation li:after {
    position: absolute;
    content: '|';
    top: 50%;
    transform: translateY(-50%);
    right: -0.1875rem;
    opacity: 0.2;
}

.footer-navigation li:last-child {
    padding-right: 0;
}

.footer-navigation li:last-child:after {
    display: none;
}

.footer-navigation li.active a {
    color: #F18F46;
}

.footer-navigation a {
    text-decoration: none;
}

.footer-navigation a:hover {
    color: #F18F46;
}

@media (min-width: 769px) {
    .logo-footer {
        margin-top: -0.625rem;
    }
}

.logo-footer img {
    width: 8.4375rem;
}

.footer-main {
    background: #ebebeb;
    padding: 1.875rem 0;
    font-size: 0.75rem;
    line-height: 1.83;
}

@media (min-width: 769px) {
    .footer-main {
        padding: 3.4375rem 0;
    }
}

.footer-main a {
    text-decoration: none;
}

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

.footer-main .social-list a:hover {
    text-decoration: none;
}

@media (min-width: 1025px) {
    .footer-main br {
        display: none;
    }
}

.copy {
    display: block;
}

.js-playlist.js-playlist__grid li {
    background: transparent;
    margin-bottom: 54px;
}

.js-playlist.js-playlist__grid li:last-child {
    margin-bottom: 157px;
}

.js-playlist.js-playlist__grid li.active-video .js-track-toggle {
    border: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease-in-out;
}

.js-playlist.js-playlist__grid li.active-video .js-track-toggle:hover {
    color: #F18F46;
}

.video-description .js-track-toggle,
.js-playlist.js-playlist__grid li.active-video .video-description .js-track-toggle {
    font-weight: 400;
    color: #fff;
    background-color: #F18F46;
    border-color: #F18F46;
    border: 0.187rem solid transparent;
    padding: 0.375rem 0.937rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.437rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.video-description .js-track-toggle:hover,
.js-playlist.js-playlist__grid li.active-video .video-description .js-track-toggle:hover {
    color: #fff;
    background-color: #003862;
    border-color: #003862;
    opacity: 1;
}

.js-playlist.js-playlist__grid .thumb-image {
    min-width: 279px;
    background-size: cover;
    background-position: center;
}

.video-description {
    margin-left: 36px;
}

.video-description .btn-secondary {
    margin: 0 30px 0 0;
}

.video-description p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.page-resources.page-essential-skills .contact-block .gform_wrapper .gform_footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.page-resources.page-essential-skills .contact-block .gform_wrapper .gform_footer .gform_button {
    max-width: 366px;
}

.page-resources.page-essential-skills .gform_wrapper ul.gfield_radio li {
    display: flex;
    align-items: baseline;
}

.page-resources.page-essential-skills #main {
    background-color: #fff;
}

.page-resources.page-essential-skills .accordion-opener {
    font-weight: 300;
}

@media screen and (max-width: 790px) {
    .video-description {
        margin-left: 26px;
    }
    .video-description .btn-secondary {
        margin: 0 15px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .js-playlist.js-playlist__grid li {
        display: flex;
        flex-direction: column;
    }
    .video-description {
        margin-left: 0;
    }
    .page-resources.page-essential-skills .contact-block .gform_wrapper .gform_footer {
        flex-direction: column-reverse;
    }
    .required-text {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 352px) {
    .video-description .btn-secondary {
        margin: 0 0 10px;
    }
    .video-description .btn {
        width: 100%;
    }
}

.info_grid {
    background-color: #e3e3e3;
    border-top: 16px solid #F18F46;
    margin-top: 79px;
}

.info_grid__row {
    padding-top: 55px;
}

.info_grid__row:first-child {
    padding-top: 78px;
}

.info_grid__row:last-child {
    padding-bottom: 60px;
}

.info_grid__img img {
    border: 1px solid #707070;
    padding: 0;
}

@media (max-width: 425px) {
    .info_grid__row .button-group .btn {
        width: 100%;
    }
}

.info_grid__content p {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 400;
}

.info_grid .btn {
    min-width: 258px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.info_grid .btn:first-child {
    margin-right: 26px;
}

.description-section {
    padding: 104px 0 !important;
    position: relative;
}

.description-section .row {
    align-items: center;
}

.description-section__hr {
    width: 40%;
    height: 1px;
    background: #F18F46;
    margin-left: 0;
    position: absolute;
    top: 52%;
}

.forms-templates_section {
    padding-top: 108px;
    padding-bottom: 79px;
    position: relative;
}


/* .description-section h2,
.forms-templates_section h2 {
    padding-left: 25px;
} */

.forms-templates_section .col:first-child {
    margin-bottom: 85px;
}

.link__yellow {
    color: #F18F46;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}

.faq-section {
    padding-top: 88px;
    padding-bottom: 75px;
    position: relative;
}

.faq-section .row {
    align-items: center;
}

.forms-templates_section .col-md-5 {
    padding: 0;
}


/* .faq-section .col:first-child, .description-section .col:first-child, .forms-templates_section .col:first-child {
        border-bottom: 3px solid #F18F46;
        padding-bottom: 6px;} */

.description-section__description {
    max-width: 644px;
    margin-left: 145px;
}

.faq-section .accordion-row>div {
    margin-left: 40px;
}

.accordion.faq-section__accordion {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #707070;
    padding: 15px 27px 14px 25px;
}

.accordion.faq-section__accordion:last-child {
    border-bottom: 1px solid #707070;
}

.faq-section__accordion .accordion-opener {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}

.faq-section__accordion .accordion-opener::after {
    font-size: 100%;
    transition: all 0.5s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-section__accordion .accordion-opener.collapsed::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-opener {
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.accordion-opener.flip::after {
    transform: rotate(90deg);
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.faq-section__accordion:nth-child(1) .accordion-opener:after {
    color: #003862;
}

.faq-section__accordion:nth-child(2) .accordion-opener:after {
    color: #5e185c;
}

.faq-section__accordion:nth-child(3) .accordion-opener:after {
    color: #722252;
}

.faq-section__accordion:nth-child(4) .accordion-opener:after {
    color: #862d48;
}

.faq-section__accordion:nth-child(5) .accordion-opener:after {
    color: #9a373e;
}

.faq-section__accordion:nth-child(6) .accordion-opener:after {
    color: #af4234;
}

.faq-section__accordion:nth-child(7) .accordion-opener:after {
    color: #c34c2a;
}

.faq-section__accordion:nth-child(8) .accordion-opener:after {
    color: #d75720;
}

.faq-section__accordion:nth-child(9) .accordion-opener:after {
    color: #eb6116;
}

.faq-section__accordion:nth-child(10) .accordion-opener:after {
    color: #F18F46;
}

.faq-section__accordion:nth-child(11) .accordion-opener:after {
    color: #ff7b26;
}

.faq-section__accordion:nth-child(12) .accordion-opener:after {
    color: #ff8b3f;
}

.faq-section__accordion:nth-child(13) .accordion-opener:after {
    color: #ff9a59;
}

.faq-section__accordion:nth-child(14) .accordion-opener:after {
    color: #ffaa72;
}

.faq-section__accordion:nth-child(15) .accordion-opener:after {
    color: #ffb98c;
}

.accordion.faq-section__accordion .collapse-inner {
    padding: 1rem 0 0;
}

.contact-section_purple {
    background-color: #003862;
    padding: 0;
}

.contact-section_purple p {
    color: #fff;
}

.contact-section_purple h3 {
    color: #fff;
}

.contact-section__content {
    margin-top: 37px;
    padding-left: 89px;
}

.contact-section_volunteers h3 {
    font-size: 2.5rem;
    color: #003862;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 54px;
    text-align: left;
}

.contact-section_volunteers p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 32px;
}

@media (max-width: 860px) {
    .faq-section__hr,
    .description-section__hr {
        top: 57%;
    }
}

@media (min-width: 768px) {
    .info_grid h3 {
        margin-top: 6px;
    }
}

@media (max-width: 768px) {
    /* .faq-section h2,
    .description-section h2 {
        padding-left: 15px;
    } */
    .faq-section .col:first-child,
    .description-section .col:first-child,
    .forms-templates_section .col:first-child {
        margin-bottom: 25px;
        margin-right: 25%;
    }
    .description-section__hr {
        top: 138px;
    }
    .forms-templates_section .col-md-4 {
        margin-bottom: 20px;
    }
    .faq-section__hr {
        top: 120px;
    }
    .forms-templates_section__hr {
        top: 160px;
    }
    .info_grid h3 {
        margin-top: 20px;
    }
}

@media (max-width: 330px) {
    .forms-templates_section__hr {
        top: 190px;
    }
    .description-section h2 {
        font-size: 1.6875rem;
    }
}

.contest-description {
    padding-bottom: 70px;
}

.contest-description__title {
    padding-top: 27px;
}

.contest-description__title img {
    width: 136px;
    margin-left: 119px;
}

.contest-description__content .btn-holder {
    margin-top: 31px;
}

.contest-description__content .btn-holder .btn {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .contest-description__content .btn-holder .btn {
        margin-bottom: 15px;
    }
    .accordion.faq-section__accordion {
        margin-left: 0;
    }
    .description-section__description {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .contest-description__title img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .faq-section .col:first-child,
    .description-section .col:first-child,
    .forms-templates_section .col:first-child {
        margin-right: 0;
    }
}

@media (max-width: 425px) {
    .contest-description__content .btn-holder .btn {
        width: 100%;
        margin-right: 0;
    }
}

.list_of_applicants {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
}

.list_of_applicants table,
.list_of_applicants .accordion-heading {
    margin-bottom: 45px !important;
}

.list_of_applicants thead td {
    vertical-align: middle;
}

.list_of_applicants.accordion .accordion-heading:last-of-type {
    margin-bottom: 0;
}

.list_of_applicants thead {
    background-color: #003862;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 16px;
}

.list_of_applicants tbody {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 16px;
}

.list_of_applicants .table th,
.list_of_applicants .table td {
    padding-left: 23px;
    padding-top: 15px;
    padding-bottom: 15px
}

.list_of_applicants .collapse {
    overflow: auto;
}

.list_of_applicants .table-striped tbody tr {
    background-color: #f8f8f8;
}

.list_of_applicants .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e3e3e3;
}

.list_of_applicants .accordion-opener {
    font-weight: 300;
    font-size: 24px;
}

.list_of_applicants .accordion-opener:after {
    margin: 0 0 0 1.5rem;
}

.list_of_applicants_download {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.list_of_applicants_download .btn {
    margin-bottom: 0px;
    margin-left: 10px;
}

.download-button {
    padding: 1.125rem 0;
    text-align: end;
}

.download-button .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.contact-section_volunteers {
    padding-bottom: 0;
    padding-top: 3.75rem;
}

.contact-section_purple {
    margin-top: 3.75rem;
}

.text_with_one_buttons .btn {
    margin-top: 40px;
}

.contact-section_purple .row {
    align-items: center;
}

.contact-section__content {
    padding-bottom: 37px;
}

@media (max-width: 768px) {
    .contact-section__image {
        text-align: center;
        padding-top: 37px;
    }
    .contact-section__content {
        padding-left: 20px;
    }
}

.single-post #content {
    padding: 2.5rem 0 6rem;
}

.single-post .breadcrumbs-wrap {
    padding: 0 0 3.8125rem;
}

.single-post .meta-info {
    margin-bottom: 0;
}

.single-post .title h1 {
    text-transform: uppercase;
    margin-bottom: .5rem
}

.single-post .meta-info a {
    text-decoration: none;
}

.single-post .meta-info a time {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.post__content__hr {
    border-bottom: 16px solid #F18F46;
    padding-right: 0;
    text-align: end;
}

.post__content>div>div {
    padding-left: 18px;
}

.single-post .social-title {
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
}

.single-post .social-list a {
    text-decoration: none;
    color: #003862;
}

.single-post .social-list a:hover {
    color: #bfbfbf;
}

.single-post .social-list li {
    padding: 0 .8rem 0.3125rem;
}

.thumbnail-caption {
    color: #575757;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 8px 0 20px 0;
}

.single-post .meta ul {
    padding: 0;
    margin-bottom: 4rem;
    list-style-type: none;
}

.single-post .meta ul li a {
    color: #575757;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none
}

.single-post .navigation-single .next a,
.single-post .navigation-single .prev a {
    padding: .5rem 2.937rem;
    border-radius: 8px;
}

.contact-section__video .video-holder {
    margin-bottom: 0;
}

.faq-section .col:first-child.disable-hr {
    border-bottom: 0;
}

.bg-grey {
    background-color: #e3e3e3;
}

.headline_text {
    margin-bottom: 5.6875rem;
}

.registration-form {
    margin-bottom: 3.1875rem;
}

.registration-form .datepicker {
    width: 100% !important;
}

.address-input {
    width: 50%;
    margin-top: -5px !important;
}

.registration-form .gform_wrapper .gform_footer {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 38px;
}

.registration-form .gform_button,
.registration-form .required-text {
    margin-right: auto !important;
}

.registration-form .gform_button {
    padding: 15px 25px;
    border-radius: 7px;
    background-color: #11BEE4;
    font-size: 18px !important;
    font-weight: 400;
    margin-left: 125px !important;
}

.registration-form ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.registration-form ul li a img {
    min-width: 317px;
    max-height: 210px;
    object-fit: cover;
}

.registration-form .gform_wrapper {
    margin: 0;
}

.lightbox-demo {
    padding: 5px;
    width: 300px;
}

.lightbox-demo h2 {
    margin: 0 0 10px;
}

.lightbox-demo p {
    margin: 0;
}

.list_with_video h2 {
    margin-bottom: 1rem;
}

.list_with_video .container .row {
    /* align-items: center; */
}

.list_with_video .container .row .list_with_video__content .row {
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.list_with_video__content .button-group .btn {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 1rem;
    width: 100%;
}

.list_with_video__content .button-group .btn:first-child {
    /* margin-right: 10px; */
}

.image_grid_header{
    font-weight: 900;
    color: #000;
}

.image_grid_text{
    text-align: center;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.image_grid_text h5{
    padding-top: 1rem;
}
.image_grid_text a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .list_with_video__content .list_with_video__content-text, 
    .list_with_video__content .button-group { 
        padding-left: 0;
    }
}

.list_with_video__content-text p {
    margin-bottom: 0;
}

.list_with_video {
    padding-top: 39px;
    padding-bottom: 30px;
}

.grid-card {
    margin-top: 104px;
    padding-left: 40px;
}

.blog .pagination .nav-links {
    margin-left: auto;
    margin-right: 15%;
}

.blog .pagination .nav-links .page-numbers {
    max-width: 100%;
}

.blog .pagination .nav-links .page-numbers {
    border: 1px solid;
    padding: 0 10px;
    margin-right: 3px;
    text-decoration: none;
    background-color: #fff;
}

.blog .pagination .nav-links .next {
    border: 1px solid;
    background: #fff;
    color: #000;
    padding: 2px 25px;
}

.blog .meta-info {
    margin-top: 18px;
    margin-bottom: 10px;
}

.blog .meta-info a {
    text-decoration: none;
    text-transform: uppercase;
    color: #575757;
    font-size: 18px;
    font-weight: 400;
}

.grid-card .title h3 a {
    text-decoration: none;
    margin-bottom: 7px;
}

.grid-card img {
    width: 100%;
    height: 361px;
    object-fit: cover;
}

.grid-card .col-md-4 {
    margin-bottom: 100px;
}

/* Print Media Queries */

@media print {

    #main:after {
        background-image: none;
    }

    #header {
        display: none;
    }

    .intro-section {
        display: none;
    }

    .breadcrumbs {
        display: none;
    }

    .pb-0 {
        display: none;
    }

    .list_of_applicants_download {
        display: none;
    }

    .collapse:not(.show) {
        display: inline-block;
    }

    .list_of_applicants thead {
        color: black;
    }

    #footer {
        display: none;
    }

}

.two-column-grid  {
    margin-top: 0;
    padding: 75px 0;
}

.two-column-grid .content {
    margin-bottom: 2rem;
}

.two-column-grid .content > h2 {
    margin-top: 2rem;
}

@media (max-width: 768px) {
.two-column-grid .content > a {
        margin-bottom: 25px;
    }
}

.iconrows {
    padding-bottom: 75px;
    padding-top: 50px;
}

.iconrows h2 {
    color: #e55a00;
}

.iconrows .row {
    margin: 75px 0px;
    justify-content: space-between;
}

.iconrows .row::after {
    background-color:  #e55a00;
    height: 3px;
    position: relative;
    width: 100%;
    left: -68%;
    content: '';
}

#text-2 > h5{
    font-weight: 900;
}

#text-3 > h5{
    font-weight: 900;
}

#text-4 > h5{
    font-weight: 900;
}

@media (max-width: 860px) {
    .iconrows .row {
        flex-direction: column;
    }
}

.iconrows .col-left {
    display: flex;
    flex-direction: column;
    max-width: 35%;
    position: relative;
}


.iconrows .col-left .image-text {
    display: flex;
    margin-bottom: 10px;
    margin-right: 30px;
    align-items: flex-end;
}

.iconrows .col-left .image-text img {
    padding-right: 30px;
}

.iconrows .col-left .image-text h2 {
    color: #003862;
} 

.iconrows .col-right {
    display: flex;
    max-width: 65%;
    padding: 0px 25px;
	flex-direction: column;
}



@media (max-width: 860px) {
    .iconrows .col-left-line {
        left: -50px;
    }
}

@media (max-width: 860px) {

    .iconrows .col-left,
    .iconrows .col-right {
         max-width: unset;
         padding: unset;
     }

}


/*# sourceMappingURL=style.css.map */