/*
  Theme Name: CVCC
  Theme URI: http://pushcrankpress.com
  Description: PushCrankPress Default Theme
  Version: 1.0
  Author: PushCrankPress (webmaster@pushcrankpress.com)
  Author URI: http://pushcrankpress.com
  Tags: Default, HTML5, CSS3, PHP, JS

  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/

/*--------------------------------------------------------------*\
*------------------- IMPORT theme-options.css -------------------*
\*--------------------------------------------------------------*/

@import "theme-options.css";
@import "megamenu.css";
/* @import "menu.css"; */

/*--------------------------------------------------------------*\
*-------------------- SITE-SPECIFIC STYLING ---------------------*
\*--------------------------------------------------------------*/

/*.logo-fifty {
    position: relative;
    top: 1.8em;
}*/

.stack > * + * {
    margin-block-start: 1.5rem;
}

.logo-fifty {
    position: absolute;
    width: 175px;
    top: -2.67rem;
    z-index: 999999;
}

.logo-v3 {
    position: absolute;
    width: 145px;
    z-index: 999999;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    padding-left: 1.5rem;
}

@media only screen and (min-width: 800px) {
    .logo-v3 {
        width: 200px;
        top: calc(50% - 19px);
    }
}

#header .container {
    position: relative;
}
#header {
    height: 120px;
}
.menu-container {
    height: 120px;
    align-items: center;
}
.menu > ul {
    height: 120px;
    display: flex;
    align-items: center;
}
/*.sub-menu {
    width: calc(100vw - 4em);
    right: 1em;
}*/

.logo-fifty img {
    width: 100%;
}

.navbar {
    padding: 0 !important;
}

#header.v3 .menu > ul > li > ul.sub-menu {
    top: 97px;
}

#header.v3 .standard-menu ul.normal-sub > li {
    margin-bottom: 0em !important;
}



.flexslider .slides > li:first-child {
    display: block;
    -webkit-backface-visibility: visible;
}
.desktop-logo {
    display: block;
}
.mobile-logo {
    display: none;
}

.footer-content {
    flex-direction: row;
}
.copyright {
    background-color: #0150a6;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 3em;
    padding: 0 2em;
}
.copyright p {
    display: flex;
    flex-direction: row;
}
.copyright p {
    margin-bottom: 0;
}
.copyright a {
    color: #fff;
    font-weight: 400;
}
.sitenavigation li a {
    color: #fff;
    text-transform: none;
    font-size: 1em;
}

a.btn-solid-blue {
    height: 50px;
    min-width: 180px;
    width: fit-content;
    color: #fff;
    background-color: #0075dd;
    text-transform: uppercase;
    display: flex;
    padding: 0 1em;
    justify-content: center;
    align-items: center;
}

.header-bottom-bar {
    position: relative;
}
.header-bottom-menu ul {
    margin: 0;
    padding: 0;
}
    .header-bottom-menu li {
        list-style: none;
        display: inline;
        margin-right: 2em;
    }
    .header-bottom-menu a {
        color: #fff;
    }
    .header-bottom-menu a:hover {
        color: #f8ad3a;
    }
.header-bottom-search {
    height: 27px;
}
.header-bottom-search i {
    color: #f8ad3a;
    margin-right: 1em;
}
.header-bottom-search-form {
    display: none;
    margin-top: -2px;
    width: 0;
}
#search {
    color: #fff;
}
.search-input {
    background: #0000;
    border: solid 2px #fff;
    color: #fff;
}
.search-input::-webkit-input-placeholder {
   color: #aaa !important;
}

.search-input:-moz-placeholder { /* Firefox 18- */
   color: #aaa !important;
}

.search-input::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa !important;
}

.search-input:-ms-input-placeholder {
   color: #999 !important;
}
.search-input {
    border-radius: 15px;
    background: #0000;
    border: solid 2px #fff;
    padding: 0 .75em;
}
.search-input:focus {
    border: solid 2px #fff !important;
}
.search-submit {
    display: none;
}
.search-results-summary {
    margin-bottom: 2rem;
}
.search-results-summary .col {
    padding: 0;
}
.search-results-summary span {
    background-color: #eee;
    padding: .25em .5em;
}
.results-list {
    padding: 0;
}
.pagination {
    margin-top: 2em;
    display: flex;
    align-items: baseline;
}
.page-numbers {
    font-size: 1em;
    color: #063c76;
    font-weight: 400;
    margin-right: 5px;
    padding: .25em .5em;
}
.page-numbers:hover {
    text-decoration: none;
}
.pagination .current {
    background-color: transparent;
    color: #0075dd;
    font-weight: 900;
    font-size: 1.4em;
}
.reveal {
    width: fit-content;
    display: inline-flex;
    margin-right: 1.5em;
}
.social-icons a {
    color: #fff;
    margin: 0 0 0 1em;
}
.footer-social-search {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 1em !important;
}
.footer-social a {
    color: #fff;
    margin: 0 1em 0 0;
}
.social-icons a:hover,
.footer-social a:hover {
    color: #f8ad3a;
}

.quick-links-container {
  display: flex;
  justify-content: flex-end;
  height: 60px;
  position: absolute;
  top: calc(100%);
  z-index: 10;
  max-width: 1440px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.quick-links ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.quick-links li {
    list-style: none;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.quick-links i:before {
    color: #fff !important;
    font-size: 1.2em !important;
    font-weight: 900 !important;
}
.ql-academiccalendar {
    background-color: #f8ad3a;
    color: #fff;
}
.ql-careercoach {
    background-color: #ffc874;
    color: #fff;
}
.ql-aboutus {
    background-color: #063c76;
    color: #fff;
}
.ql-contactus {
    background-color: #0150a6;
    color: #fff;
}
.ql-courseschedule {
    background-color: #0075dd;
    color: #fff;
}
.flexslider {
    border: none;
    margin: 0 0 2em;
}
#flexslider-home-hero {
    border: none;
    margin: 0 !important;
}
#flexslider-home-hero .slides li {
    width: 100%;
    height: auto;
    padding: 56.25% 0 0 0;
    max-height: calc(100vh - 184px);
    border: none;
    background-size: cover !important;
    background-position: center top !important;
}



.important-events {
    padding: 0;
}
.important-events li {
    list-style: none;
    margin-bottom: 1em;
}

.headline-image {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    margin-bottom: 1em;
    background-size: cover !important;
    background-position: center !important;
}
.headline p.headline-title {
    font-size: 1.4em;
    font-weight: 900;
    margin-bottom: .5em;
}
.headline .button {
    height: 50px;
    min-width: 180px;
    width: fit-content;
    color: #fff;
    background-color: #0075dd;
    text-transform: uppercase;
    display: flex;
    padding: 0 1em;
    justify-content: center;
    align-items: center;
}
#flexslider-home-headlines .flex-control-nav {
    bottom: -100px;
}
#flexslider-home-headlines .flex-control-paging li a {
    background-color: #DBE5EF;
    box-shadow: none;
    width: 16px;
    height: 16px;
}
#flexslider-home-headlines .flex-control-paging li a.flex-active {
    background: #0075dd;
}
.interior-title-area {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    border: none;
    background-size: cover !important;
    background-position: center top !important;
    position: relative;
}
.page-title-bar,
.slider-title-bar {
    background-color: #003c76;
    padding: 1.5em 2em;
    position: absolute;
    bottom: 0;
}
.page-title-bar h1,
.slider-title-bar h1 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-size: 2em;
}
.title-fallback {
    background-color: #eee;
    padding: 3.5em 2em 1.5em;
}
.title-fallback h1 {
    color: #063C76;
    margin-bottom: 0;
    font-size: 2em;
}
.slide {
    display: flex;
    justify-content: center;
}
.slider-buttons {
    display: inline-flex;
    text-align: center;
    position: absolute;
    bottom: 10em;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}
.slider-buttons a {
    height: 50px;
    width: auto;
    margin: 0 0.5em;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    padding: 0 2.5em;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.flex-control-nav {
    bottom: 65px;
    z-index: 1;
}

.fromapirate {
    flex-direction: column;
    margin-bottom: 5em;
}
.fromapirate-photo {
    background-position: top !important;
    background-size: cover !important;
    height: auto;
    padding-bottom: 35%;
    order: 1;
}
.fromapirate-text {
    background: rgb(0,117,221);
    background: -moz-radial-gradient(circle, rgba(0,117,221,1) 0%, rgba(6,60,118,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(0,117,221,1) 0%, rgba(6,60,118,1) 100%);
    background: radial-gradient(circle, rgba(0,117,221,1) 0%, rgba(6,60,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0075dd",endColorstr="#063c76",GradientType=1);
    padding: 3em;
    display: flex;
    align-items: center;
    order: 2;
}
.fromapirate-text-inner {
    max-width: 600px;
    margin: 0 auto;
}
    .fromapirate-text h3 {
        font-size: 2.2em;
        color: #fff;
    }
.fromapirate-text p {
    color: #fff;
    margin-bottom: 1.5em;
}
.fromapirate-text strong {
    color: #fff;
}
.fromapirate-text a {
    height: 50px;
    min-width: 180px;
    width: fit-content;
    padding: 0 1em;
    color: #063c76;
    background-color: #f8ad3a;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.important-links {
    padding: 0;
    margin: 0 0 2em;

}
.important-links .col {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.important-links .col a {
    width: 100%;
    padding: 4em 1em;
    display: block;
    justify-content: center;
    align-items: center;
    font-family: utopia-std, serif;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
}
    .important-links .col:nth-child(1) {
        background-color: #f8ad3a;
    }
    .important-links .col:nth-child(2) {
        background-color: #ffc874;
    }
    .important-links .col:nth-child(3) {
        background-color: #0150a6;
    }
    .important-links .col:nth-child(4) {
        background-color: #0075dd;
    }


.sidebar {
    border-right: solid 2px #063C76;
    padding-right: 2em;
    color: #063c76;
    order: 1;
}
.sidebar strong {
    color: #063c76;
}
.sidebar ul {
    padding: 0;
    margin-top: 0;
}
.sidebar li {
    list-style: none;
    margin-bottom: 1em;
}
.sidebar a {
    color: #063c76;
    position: relative;
}
.sidebar a:hover {
    color: #f8ad3a;
}
.sidebar ul li ul li {
    margin-bottom: 0;
}
.sidebar ul li ul li a {
    font-weight: 400;
}
.sidebar [aria-current]:before {
    content: '•';
    display: inline-block;
    color: #f8ad3a;
    font-size: 2em;
    position: absolute;
    left: -.5em;
    line-height: .5;
}

.content-sidebar {
    padding-left: 2em;
    order: 2;
}
.footer-ship {
    width: 102%;
    height: auto;
    padding-bottom: 25%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/cvcc/img/footer-top.svg');
    position: relative;
    bottom: -6vw;
}
.footer-cta {
    background-color: #f8ad3a;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 100;
    justify-content: center;
}
.footer-cta h1 {
    color: #fff;
    padding: 0 0 3vw;
    margin-bottom: 0;
    display: inline-flex;
    text-align: center;
}
.footer-cta a {
    border: solid 3px #fff;
    font-size: 1.4em;
    color: #fff;
    padding: .5em;
    margin: 0 1em;
    width: fit-content;
    text-transform: uppercase;
    min-width: 150px;
    max-height: 55px;
    text-align: center;
}
.footer {
    background: linear-gradient(to right,#063C76e6, #063C76e6), url('/wp-content/uploads/2021/08/cvcc-ipac.jpg') no-repeat center;
    background-size: cover;
}
.footer .col {
    margin-bottom: 2em;
}
.footer ul {
    padding: 0;
}
.footer ul li {
    list-style: none;
}
.footer ul li a {
    text-decoration: none;
}
.modal {
    background-color: #063c76ee;
}
.modal-open .modal {
    background: rgba(0, 0, 0, 0.8);
}
.modal-dialog {
    max-width: 800px;
}
.modal-content {
    max-height: 65vh;
    border-radius: 0 !important;
    border: 9px solid #0075dd;
}
.modal-content h1 {
    margin-top: -10px;
}
.modal-body {
    overflow-y: scroll;
    padding: clamp(1rem, 2vw, 2rem);
}
.modal-more-info {
    background-color: #063c76;
    font-weight: 900;
}
.modal-more-info:hover {
    background-color: #f8ad3a;
    border-color: #f8ad3a;
}
.close {
    color: #fff !important;
    padding: 0;
    background-color: #0000;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: -35px;
    right: -35px;
}
.close:hover {
    color: #f8ad3a !important;
}
.program-overview {
    border-bottom: solid 1px #063c76;
    margin-bottom: 1em;
}
.program-overview .btn-primary,
.overview-header {
    background-color: #0000;
    border: none;
    color: #063c76;
    padding: 0;
    font-weight: 900;
    width: 100%;
    text-align: left;
}

.accordion-item {
    border:  none !important;
}
.accordion-header {
    background-color:  #0075dd;
    border-radius:  0;
    margin-bottom:  5px !important;
}
.accordion-button {
    background-color:  #0075dd;
    color:  #fff;
    font-size:  1.4rem;
    font-weight: 900;
}
.program-overview .accordion-button,
.program-overview .accordion-header {
    background-color:  #0000;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/themes/cvcc/img/accordion-chevron.svg) !important;
}
.accordion-button:not(.collapsed) {
    background-color: #0075dd;
    color:  #fff;
}


.overview-header .accordion-button {
    padding: 0;
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    color: #063c76;
}
.overview-header .accordion-button i {
    margin-left:  .5em;
}
.overview-header .accordion-button:not(.collapsed) {
    background:  #0000;
    box-shadow:  none;
}
.program-overview .accordion-item {
    border: none;
    padding: 1em 0;
}
.program-overview .accordion-body {
    padding: 0;
    margin-top: 1em;
}
.program-overview .accordion-item .wpb_content_element {
    margin-bottom: 0;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active {
    background-color: #0000 !important;
    color: #063c76 !important;
    box-shadow: none !important
}
ul.program-info {
    padding: 0;
}
.program-info li {
    list-style: none;
    display: inline-block;
    padding-right: 1em;
}
.program-info a {
    text-decoration: underline;
}
/* .program-info li:not(:last-child):after {
    content: '|';
    display: inline;
    padding: 0 .5em 0 .65em;
    font-size: 1.4em;
    position: relative;
    color: #0150a6;
    top: 3px;
} */
table {
    width: 100%;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em !important;
    border: none;
}
table tr:first-child,
table tr:first-child strong {
    background: #0075dd;
    color: #fff !important;
    font-weight: 900;
}
table tr:nth-child(2n+3) {
    background: #f2f2f2;
}

table td {
    width: 10%;
    padding: 0.25em 0.5em;
    border: solid 1px #d2d2d2;
}
.curriculum a {
    height: 50px;
    min-width: 180px;
    width: fit-content;
    padding: 0 1em;
    color: #fff;
    background-color: #063c76;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}
.collapsible-content {
    margin-bottom: 2em;
}
.collapsible-content .accordion-item {
    padding: 0;
    margin-bottom: 5px;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #eee;
}
.collapsible-content .accordion-header {
    padding: 0;
    background: #0075dd;
    border: none;
    border-radius: 0;
    font-size:  1.25em;
}
.collapsible-content .accordion-header button {
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background-color: #0075dd;
    padding: .5em 1em;
    font-weight: 900;
    font-size: 1em;
    border-radius: 0;
    white-space: normal;
}
.collapsible-content .accordion-body {
    padding:  0 1.25rem;
}
.collapsible-content .accordion-body p {
    padding-top: 1em;
}
.accordion-button:focus {
    box-shadow:  none;
    border-color:  #0000;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/themes/cvcc/img/accordion-chevron.svg) !important;
}

.parent-sidebar-menu li {
    margin-bottom: 0.75em !important;
}
.parent-sidebar-menu li a {
    font-size: 1.4em;
    font-family: utopia-std, serif;
    margin-bottom: 0.75em !important;
}
#advanced_sidebar_menu-2 ul li a {
    margin-bottom: 5em !important;
}
.child-sidebar-menu li:first-child() {
    margin-top: 5em !important;
}
.parent-sidebar-menu ul li a {
    font-size: 1em;
    font-weight: 900 !important;
    font-family: proxima-nova, sans-serif;
}
.parent-sidebar-menu ul li ul li {
    margin-bottom: 0 !important;
}
.parent-sidebar-menu ul li ul li a {
    font-weight: 400 !important;
}

.contact-info {
    padding-top: 1em;
    padding-bottom: 2em;
    border-bottom: solid 1px #eee;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
}
.contact-info .col {
    padding: 0;
}
.contact-info:last-child() {
    border-bottom: none;
}
.contact-info p {
    margin-bottom: 0;
}

.sidebar a:not([href]):not([tabindex]) {
    color: #063c76;
}


/*--------------------------------------------------------------*\
*------------------------- FORM STYLING -------------------------*
\*--------------------------------------------------------------*/

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 1em !important;
    letter-spacing: .01em !important;;
}
.gform_wrapper .gfield_required {
    color: #0075dd !important;
    font-size: 1.25em !important;
    padding-left: 2px !important;
    font-weight: 300;
    position: relative;
    top: 3px;
}
.gform_required_legend > .gfield_required_asterisk {
    font-size: 1.5em !important;
}
.gform_button {
    height: 50px;
    min-width: 180px;
    background-color: #0150a6;
    border: none;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    padding: 0 1em;
    justify-content: center;
    align-items: center;
}





.error404-pirate {
    position: absolute;
    top: 200px;
    left: -100px;
}









.lightbox {
        /** Hide the lightbox */
        display: none;

        /** Apply basic lightbox styling */
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color:#333333;
        }

    .lightbox:after {
        content: '';
        display: table;
        clear: both;
    }

    .lightbox .box {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        min-width:500px;
        margin: 2% auto;
        padding:20px;
        background-color:#FFF;
        box-shadow: 0px 1px 26px -3px #777777;
        }

    .lightbox .title {
        margin:0;
        padding:0 0 10px 0px;
        border-bottom:1px #ccc solid;
        font-size:22px;
        }

    .lightbox .content {
        display:block;
        padding:10px 0 0 0px;
        font-size:18px;
        line-height:22px;
        }

    .lightbox .close {
        float:right;
        display:block;
        text-decoration:none;
        font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:22px;
        color:#858585;
        }

    .lightbox .open {
        /** Show lightbox when mouse leaves the browser window */
        display: block;
        outline: none;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#videoModal .modal-body {
    overflow: hidden;
}
#videoModal .modal-dialog {
    max-width: 800px;
}
.home-video .btn-primary {
    background: #0000;
    border: none;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    border-radius: 0;
    background-size: cover !important;
    background-position: center !important;
}
.home-video .btn-primary:after {
    content: '\f144';
    font-family: 'Font Awesome 5 Free';
    font-size: 3em;
    font-weight: 900;
    display: block;
    position: absolute;
}
#flexslider-home-announcements .flex-control-nav {
    bottom: -40px;
}
.video-links {
    display: flex;
    flex-direction: row;
}
.covid19-cases {
    margin: 0;
    border-bottom: solid 1px #f6f6f6;
    padding: .25em 0;
}
.covid19-cases:nth-child(even) {
    background-color: #f6f6f6;
}
.hof-photo-grid li {
    width: 20%;

}
.hof-photo div {
    background-size: cover !important;
    background-position: center !important;
}


.wpb_single_image .vc_figure-caption {
    margin-top: 0;
    font-size: 1em;
    text-align: center;
}


.softball-player:nth-child(odd) {
    background:  #f6f6f6;
}


#foundation-scholarships {
    padding-top: 35px;
}

.vc_btn3-color-btn-solid-blue {
    min-height: 50px;
    margin: 0 0.5em;
    line-height: 1 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1em !important;
    display: flex !important;
    padding: .5em 1em !important;
    justify-content: center;
    align-items: center;
    background-color: #0075dd !important;
}
.vc_btn3-color-btn-solid-blue:hover {
    background-color: #134285 !important;
}
.vc_btn3-color-btn-solid-gold {
    min-height: 50px;
    margin: 0 0.5em;
    line-height: 1 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1em !important;
    display: flex !important;
    padding: .5em 1em !important;
    justify-content: center;
    align-items: center;
    background-color: #f8ad3a !important;
}
.vc_btn3-color-btn-solid-gold:hover {
    background-color: #da9a35 !important;
}


.additional-links {
    width: 50%;
}


.page-id-23373 .interior-title-area {
    background-size: 65% !important;
    background-position: center 30% !important;
    padding-bottom: unset;
    padding: 15vw 0;
    margin-bottom: 100px;

}
.page-id-23373 .page-title-bar {
    bottom: -100px;
}
.page-id-24012 .interior-title-area {
    background-size: cover !important;
    background-position: center 30% !important;
    /*padding-bottom: unset;*/
    padding: 15vw 0;
    margin-bottom: 100px;
}
.page-id-24012 .page-title-bar {
        bottom: -100px;
}




.tui-fee-header {
    padding: 25px 5px;
    background-color: #0150a6;
    color: #fff;
    font-weight: 600;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}
.tui-fee-header p {
    margin-bottom: 0;
}
.tui-fee-header .col {
    max-width: calc(100% / 11);
    font-size: 0.65em;
    line-height: 1;;
}
.tui-fee-row {
    background-color: #fff;
    height: 2.5em;
}
.tui-fee-row:nth-child(odd) {
    background-color: #eeeeee;
}
.tui-fee-row p {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.tui-fee-amounts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tui-fee-title {
    display: none;
}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container li {
    list-style: none;
}
.tribe-events-calendar-month__day--other-month {
    background-color: #f6f6f6;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #f8ad3a;
}
.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #0150a6;
}
.tribe-events .tribe-events-c-search__button {
    background-color: #0150a6;
}
.tribe-events-c-top-bar__datepicker-container table tr:first-child {
    background-color: #eee;
}
.tribe-events .datepicker .month {
    color: #0150a6;
}
.tribe-events .datepicker .past {
    color: #999;
}
.tribe-events .datepicker .month.active.focused:hover,
.tribe-events .datepicker .month {
    font-size: 1.2em !important;
}
.tribe-events .datepicker .month:hover {
    background-color: #f6f6f6;
    outline: solid #f8ad3a;
}
.tribe-events .datepicker .past:hover {
    outline: solid #ddd;
}
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active.focused:hover {
    background-color: #0150a6;
    color: #fff;
    outline: none;
}
.tribe-events-sub-nav {
    padding-left: 0;
}
.tribe-events-sub-nav li {
    list-style: none;
}


.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--checkbox .tribe-filter-bar-c-filter__filter-fields {
    margin-top: 3em;
}

#flexslider-home-new ul li.slide {
  position: relative;
  width: 100%;
  height: 960px;
  border: none;
  background-size: cover !important;
  background-position: center top !important;
}

#flexslider-home-new ul li.slide::before {
  position: absolute;
  top: 0;
  background-image: -webkit-linear-gradient( right, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.75 ) 100% );
  content: "\00a0";
  width: 100%;
  height: 100%;
}

#flexslider-home-new ul li.slide .slide-content {
  max-width: 1280px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  padding: 2rem;
}

#flexslider-home-new ul li.slide .slide-content :where(h2, a, p) {
  color: white !important;
  max-width: 600px;
}

#flexslider-home-new ul li.slide .slide-content a {
  display: inline-block;
  margin-top: 1rem;
  padding: 5px 10px;
  border: 1px solid white;
}

#flexslider-home-new .flex-direction-nav a {
  width: 50px;
  height: 50px;
}

#flexslider-home-new a.flex-next,
#flexslider-home-new a.flex-prev {
  overflow: visible !important;
}

#flexslider-home-new .flex-control-paging li a {
  background: white;
}

#flexslider-home-new .flex-control-paging li a.flex-active {
  background: black;
}

.flex-slider-wrapper {
  position: relative;
}

#flexslider-home-new + .button-container {
  position: absolute;
  bottom: 152px;
  width: 90% !important;
}

.new-slider .slider-buttons {
  width: 90% !important;
}

@media only screen and (max-width: 550px) {
  #flexslider-home-new ul li.slide .slide-content {
    transform: translate(-50%, 0%);
    top: 1rem;
  }
  #flexslider-home-new + .button-container {
    bottom: 94px;
  }
  #flexslider-home-new ul li.slide {
    height: auto;
    padding-bottom: 186px;
  }
}

/*--------------------------------------------------------------*\
*---------------------- RESPONSIVE STYLING ----------------------*
\*--------------------------------------------------------------*/

@media only screen and (max-width:1920px) {
    .footer-ship {
        bottom: -8vw;
    }
}
@media only screen and (max-width:1400px) {
    .important-links .col,
    .home-video .btn-primary  {
        height: 220px;
    }
    .important-links h4 {
        font-size: 1.2em;
    }
}
@media only screen and (max-width:1280px) {
    .footer-cta h1 {
        padding-bottom: 3vw;
    }
    .important-links .col a {
        padding: 3em 1em;
    }
}
@media only screen and (max-width:1199px) {
    .important-links .col {
        height: 180px;
    }
    .home-video .btn-primary {
        height: 360px;
    }
    .important-links h4 {
        font-size: 1.2em;
    }
}
@media only screen and (max-width:1070px) {

}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:991px) {
    .title-fallback {
        padding: 3.5em 1em 1.5em;
    }
    .social-icons {
        display: none;
    }
    /* .footer-social-search {
        margin-top: 2em;
    } */
    .header-bottom-menu a {
        font-size: .9em;
    }
    .page-title-bar h1,
    .slider-title-bar h1 {
        font-size: 1.4em;
    }
    .slider-buttons {
        display: inline-block;
    }
    .slider-buttons a {
        display: inline-flex;
        width: 40%;
        margin-bottom: 1.4em;
    }
    .sidebar {
        margin-top: 1em;
        border-top: solid 2px #063C76;
        padding: 2em 0 0 2em;
        border-right: none;
        order: 2;
    }
    .sidebar ul {
        padding: initial;
    }
    .sidebar [aria-current]:before {
        left: 0.35em;
    }
    .content-sidebar {
        padding-left: 1em;
        order: 1;
    }
    .important-links .col {
        height: 150px;
    }
    .home-video .btn-primary {
        height: 300px;
    }
    .fromapirate-photo {
        padding-bottom: 50%;
    }
    .fromapirate-text h3 {
        font-size: 1.8em;
        color: #fff;
    }
    .fromapirate-text p,
    .fromapirate-text a {
        font-size: .9em;
    }
    .footer-ship {
        bottom: -11vw;
    }
    .footer-cta h1 {
        color: #fff;
        padding: 1em 0;
        margin-bottom: 0;
    }
    .footer-cta {
        align-items: center;
        padding: 0 1em;
    }
    .footer-content {
        flex-direction: column;
    }
    .copyright {
        padding: 0 1em;
    }
    table {
        width: 100%;
        font-size: .8em;
    }
    table tr:first-child,
    table tr:first-child strong {
        background: #063c76;
        color: #fff !important;
    }
    table tr:nth-child(2n+3) {
        background: #f2f2f2;
    }
    table td:first-child {
        width: 40%;
        text-align: left;
    }
    table td {
        width: 12%;
        padding: .25em;
        text-align: center;
    }


    .tui-fee-header {
        display: none;
    }
    .tui-fee-row {
        height: fit-content;
        padding: 30px 15px;
    }
    .tui-fee-row p {
        display: inline;
    }
    .tui-fee-amounts {
        display: block;
    }
    .tui-fee-title {
        display: inline-block;
        font-weight: 600;
        color: #0150a6;
        width: 50%;
    }
    .tui-fee-total {
        margin-top: 15px;
        padding-top: 15px;
    }

    .page-id-24012 .interior-title-area {
        background-size: cover !important;
        margin-bottom: 85px;
    }
    .page-id-24012 .page-title-bar {
        bottom: -85px !important;
    }
    .logo-fifty {
        left: .4em;
    }
    .menu ul {
        display: none;
        height: unset;
        top: 100% !important;
        padding-top: 2.4em;
    }
    #header.v3 .menu ul {
        top: calc(100% - 23px) !important;
    }
    .sidebar .menu ul.sub-menu {
        display: block;
        padding-top: 0.25rem;
    }
    .sidebar [aria-current]:before {
        left: -1rem;
    }
    .menu > ul > li {
        height: unset;
    }
}

@media only screen and (max-width:840px) {
    .logo-fifty {
        top: -2em;
        width: 150px;
    }
}

@media only screen and (max-width:767px) {
    .additional-links {
        width:  100%;
    }
    .close {
        right: 0;
    }
    .modal-dialog {
        justify-content: center;
    }
    .modal-content {
        max-height: 70vh;
        top: 5vh;
        max-width: 90vw;
    }
    .important-links .col {
        height: 150px;
    }
    .home-video .btn-primary {
        height: auto;
        padding-bottom: 56.25%;
        margin-bottom: 2em;
    }
    .home-video .btn-primary:after {
        top: 50%;
        transform: translateY(-50%);
    }
    .important-links .col a {
        font-size: 1em;
        padding: 2em 1em;
    }
    .header-bottom-menu li {
        margin-right: 1em;
    }
    .header-bottom-menu a {
        font-size: .8em;
    }
    .header-bottom-menu li:last-child {
        margin-right: 0;
    }
    .header-bottom-search {
        display: none;
    }
    .quick-links {
        top: calc(100% + .5em);
    }
    .quick-links li {
        width: 40px;
        height: 40px;
    }
    .quick-links i:before {
        font-size: 1em !important;
    }
    /* #flexslider-home-hero .slides li {
        padding-bottom: 100%;
    } */
    #flexslider-home-headlines .flex-control-nav {
        bottom: -80px;
    }
    .slider-buttons a {
        font-size: .8em;
    }
    .important-links {
        margin: 0 0 2em;
    }
    .fromapirate {
        flex-direction: row;
    }
    .fromapirate-photo {
        background-position: center top !important;
        padding-bottom: 85%;
        order: 2;
    }
    .fromapirate-text {
        order: 1;
    }
    .footer .search-input {
        width: 200px;
    }
    .copyright {
        height: auto;
        padding: 1em;
    }
    .copyright p {
        flex-direction: column;
        font-size: .8em;
        text-align: center;
    }
    .footer-cta h1 {
        text-align: left;
        padding-top: .25em;
        font-size: 1.7em;
    }
    .footer-cta a {
        font-size: 1em;
    }
    .video-links {
        flex-direction: column-reverse;
    }
    #flexslider-home-hero .slides li {
        width: 100%;
        height: 70vh;
        border: none;
        background-size: cover !important;
        background-position: center top !important;
    }
    .slider-buttons {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        bottom: 7em;
    }
    .slider-buttons a {
        display: inline-flex;
        width: 45%;
        height: 4em;
        font-size: 12px;
    }
    .interior-title-area {
        padding-bottom: 60%;
    }
    .page-id-23373 .interior-title-area {
        background-size: cover !important;
        background-position: center 30% !important;
        padding-bottom: unset;
        padding: 0;
        padding-bottom: 60%;
    }
    .page-id-24012 .interior-title-area {
        padding: 25vw 0;
    }
    .logo-fifty {
        top: 0em;
        width: 150px;
    }
}
@media only screen and (max-width:640px) {
    .footer-ship {
        padding-bottom: 50%;
        background-size: 200%;
        background-position: 65%;
        bottom: -80px;
    }
    .page-title-bar h1,
    .slider-title-bar h1 {
        font-size: 1em;
    }
    .header-bottom-menu li {
        margin-right: 0.75em;
    }
    .header-bottom-menu a {
        font-size: .7em;
    }
}
@media only screen and (max-width:576px) {
    .page-id-24012 .interior-title-area {
        background-size: 100%;
        padding: 30vw 0;
    }
    .page-id-24012 .page-title-bar {
        bottom: -75px !important;
    }
    /*.logo-fifty {
        top: -.5em;
        width: 100px;
    }*/
    .logo-fifty {
        top: -.25em;
        left: 1em;
    }
    .logo-fifty img {
        width: 150px;
    }
    .menu ul {
        padding-top: 0;
    }
}
@media only screen and (max-width:480px) {

}

@media print {
    body {
        /* IE4-8 and 9 (deprecated). */
        filter: Gray();
        /* SVG version for IE10, Chrome 17, FF3.5,
           Safari 5.2 and Opera 11.6 */
        filter: url('#grayscale');
        /* CSS3 filter, at the moment Webkit only. Prefix it for
           future implementations */
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); /* future-proof */
    }
    .footer {
        display: none;
    }
    .print-footer {
        display: none;
    }
    #header,
    #header-bottom-bar,
    .sidebar,
    .program-landing-page-image,
    .footer-ship,
    .footer-cta,
    .copyright,
    .slider-buttons,
    .home-video,
    .important-links,
    .home-page-announcements,
    .fromapirate,
    .home-page-headlines {
        display: none;
    }
    .collapse:not(.show) {
        display: block;
    }
    .interior-title-area {
        height: 100px;
    }
    #flexslider-home-hero .slides li {
        height: 150px;
    }
    .page-id-152 {
        font-size: .5em !important;
    }
    .page-id-152 .interior-title-area {
        display: none;
    }
}

table.ics-calendar-month-grid tr:first-child {
    background: #0075dd;
    color: inherit !important;
    font-weight: 900;
}

/* Slider v3 Styles */

#flexslider-v3 {
   background: #003c76;
   margin: 0 0;
}

#flexslider-v3 .flex-viewport {
    aspect-ratio: 7/2 !important;
    min-height: 350px;
}

#flexslider-v3 .slides {
    height: 100% !important;
    height: -webkit-fill-available;
}

#flexslider-v3 .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    height: -webkit-fill-available;
}

#flexslider-v3 .flex-item {
    flex: 1;
    height: 100%;
    height: -webkit-fill-available;
}

#flexslider-v3 .flex-item.image-container {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    flex: 1 0 55%;
}

#flexslider-v3 .flex-item.content-container {
    padding: clamp(1.5rem, 5vw, 5rem);
    background: #003c76;
    color: white;
    flex: 1 0 45%;
}

#flexslider-v3 .flex-item.content-container h2, 
#flexslider-v3 .flex-item.content-container h2 p {
    color: white;
}

#flexslider-v3 .flex-item.content-container .button {
    display: inline-block;
    background: white;
    color: #003c76;
    border-radius: 100px;
    padding: 1rem 2rem 2.5rem 2rem;
    font-weight: 600;
    width: fit-content;
    height: 50px;
    margin-bottom: 3rem;
}

#flexslider-v3 .flex-item.image-container .triangle-scalene {
    position: absolute;
    right: -1px;
    height: 100%;
    height: -webkit-fill-available;
    width: 250px;
    background: #003c76;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

#flexslider-v3 .flex-control-paging li a {
    background: white;
}

#flexslider-v3 .flex-control-paging li a.flex-active {
    background: rgba(0, 0, 0, .9);
}

#flexslider-v3 .flex-direction-nav {
    display: none;
}

.space.no-hero {
    background: #003c76;
}

@media only screen and (max-width: 1280px) {
    #flexslider-v3 .flex-wrapper {
        display: block;
        height: auto;
    }
    #flexslider-v3 .flex-item.image-container {
        min-height: 350px;
        max-width: 100%;
        aspect-ratio: 5 / 2;
    }
    #flexslider-v3 .flex-item.content-container {
        height: auto;
    }
    #flexslider-v3 .flex-item.image-container .triangle-scalene {
        display: none;
    }
    #flexslider-v3 .flex-viewport {
        height: auto;
        max-width: 100%;
        aspect-ratio: unset !important;
    }
    #flexslider-v3 li {
        float: none !important;
        clear: both !important;
    }
}

.home-v3.slider-buttons {
    display: flex;
    text-align: center;
    position: static;
    transform: translateX(0%);
    margin: 0;
}

.home-v3.slider-buttons a {
    height: 75px;
    margin: 0 0rem;
    flex: 1;
    padding: 0 1rem;
}

.home-v3.slider-buttons a:first-of-type {
    border-bottom-left-radius: 1rem;
}

.home-v3.slider-buttons a:last-of-type {
    border-bottom-right-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .home-v3.slider-buttons a {
        width: 16%;
        padding: 0 1em;
        font-size: 11px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 767px) {
    #flexslider-v3 {
        margin-bottom: 2rem;
    }
    .home-v3.slider-buttons a {
        height: 50px;
        margin: 1rem;
        border-radius: 10px;
        min-width: 200px;
    }
}

@media only screen and (max-width: 850px) {
    td.fc-list-event-title {
        width: 40%;
    }
}

/* ------------------------------------------ */
/* ------------------------------------------ */
/* ---------- Style Overrides 2025 ---------- */
/* ------------------------------------------ */
/* ------------------------------------------ */

/* Header, Home Page, Footer*/

body {
    position: relative;
}

.header-bottom-bar-container {
    width: 100%;
    height: auto;
    background: #003da5;
    float: left;
}

#header-bottom-bar {
    background-color: #02358c;
    padding: 0 2em 0em 0em;
}

.header-bottom-menu li {
    padding-bottom: 2px;
}

#header-bottom-bar .apply-button:before,
#header-bottom-bar .apply-button:after {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0;
    bottom: 0;
    aspect-ratio: 1 / 1;
    height: 100%;
    background: #FFC874;
    transform: translateX(-100%);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 45% 100%);
    clip-path: polygon(100% 0, 100% 100%, 45% 100%);
}

#header-bottom-bar .apply-button:after {
    left: 100%;
    transform: translateX(-12px);
    clip-path: polygon(100% 0, 0 0, 45% 100%);
}

@media (min-width: 800px) {
    #header-bottom-bar {
        display: inline-block;
        width: auto;
        float: right;
        width: 870px;
    }
}

#header.v3 {
    background-color: #003da5;
}

#header.v3 .menu>ul>li>ul.sub-menu {
    top: 75px;
}

/* Home Page Slider v3 */

#flexslider-v3 .flex-item.content-container,
#flexslider-v3 .flex-item.image-container .triangle-scalene {
    background-color: #6699cc;
}

#flexslider-v3 .flex-item.content-container .button {
    background-color: #003da5 !important;
    color: white !important;
}

#flexslider-v3 .flex-item.content-container h2 {
    padding: 1rem 2rem;
    background-color: #003da5;
    position: relative;
}

#flexslider-v3 .flex-control-paging li a {
    background-color: white !important;
}

#flexslider-v3 .flex-control-paging li a.flex-active {
    background-color: #003da5 !important;
}

@media only screen and (min-width: 1281px) {
    #flexslider-v3 .flex-item.content-container {
        padding: clamp(1.5rem, 4vw, 4rem) clamp(1.5rem, 2.5vw, 2.5rem);
        padding-left: 0;
        padding-right: 15rem;
    }

    #flexslider-v3 .flex-item.content-container .button {
        background-color: #003da5 !important;
        color: white !important;
    }

    #flexslider-v3 .flex-item.content-container h2 {
        padding: 2rem 2rem;
        background-color: #003da5;
        width: 170%;
        position: relative;
        left: -100px;
    }

    #flexslider-v3 .flex-control-nav {
        bottom: 20px !important;
    }

    #flexslider-v3 .flex-item.content-container h2:before {
        content: '';
        position: absolute;
        display: block;
        left: 1px;
        top: 0;
        bottom: 0;
        aspect-ratio: 1/1;
        height: 100%;
        background: #003da5;
        transform: translateX(-100%);
        -webkit-clip-path: polygon(100% 0, 100% 100%, 45% 100%);
        clip-path: polygon(100% 0, 100% 100%, 45% 100%);
    }

    #flexslider-v3 .flex-item.content-container a.button {
        margin-top: 4px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1600px) {
    #flexslider-v3 .flex-item.content-container {
        padding: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 2.5vw, 2.5rem);
        padding-left: 0;
        padding-right: 2rem;
    }

    #flexslider-v3 .flex-item.content-container h2 {
        padding: 1.5rem 2rem;
        width: 130%;
        font-size: 30px;
    }

    #flexslider-v3 .flex-item.content-container a.button {
        margin-top: 4px;
    }

    #flexslider-v3 .flex-control-nav {
        bottom: 20px !important;
    }
}

.slider-buttons a {
    color: #003da5;
    background-color: #FFD478;
}

.slider-buttons a:hover {
    background-color: #fbe1b8 !important;
}

/* Home Page Headlines */

#home-headlines {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 3rem;
    row-gap: 5rem;
    padding-left: 5px;
    padding-right: 5px;
}

#home-headlines .headline {
    flex: 1 0 400px;
    max-width: 100%;
}

.home-page-headlines {
    padding-top: 0 !important;
    margin-top: 0rem !important;
}

.home-page-headlines.mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .home-page-headlines.desktop {
        display: none;
    }

    .home-page-headlines.mobile {
        display: flex;
    }
}

.home-page-headlines .headline {
    box-shadow: 0px 0px 10px 3px rgba(128, 128, 128, 0.333);
}

.home-page-headlines .headline-content {
    padding: 2rem;
}

.home-page-headlines :where(h3, .headline-title) {
    color: #003da5 !important;
}

.home-page-headlines .headline .button {
    background-color: #003da5 !important;
}

/* Footer */

@media (max-width: 1000px) {
    .home-page-headlines .headline-content {
        padding: 2rem;
    }
}

/* --- Main Menu --- */

.menu-container.v3 .menu>ul>li>a {
    padding: 1em 2em;
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .menu-container.v3 .menu>ul>li>a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .menu-container.v3 .menu>ul>li>a {
        font-size: 12px;
        padding: 1em 1.25em;
    }
}

@media only screen and (max-width: 991px) {
    #header .menu-mobile:after {
        transform: translateY(-40%);
    }

    #header .menu-dropdown-icon:before {
        padding: 18px 1.5em;
    }

    #header .menu>ul>li>ul {
        padding: 1em 2em;
    }

    #header .menu>ul {
        padding: 0px !important;
    }
}

.menu-container.v3,
ul#menu-header-main-menu-v3,
.menu>ul#menu-header-main-menu-v3>li {
    height: auto !important;
}

@media only screen and (max-width: 991px) {
    #header.v3 .menu ul {
        top: calc(100% + 13px) !important;
    }
}

@media only screen and (min-width: 992px) {

    .menu-container.v3,
    ul#menu-header-main-menu-v3,
    .menu>ul#menu-header-main-menu-v3>li {
        height: 75px !important;
    }
}

/* --- Top Menu Bar --- */

#menu-header-header-bottom-menu .apply-button {
    position: relative;
    background-color: #FFC874 !important;
    color: #003da5 !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

#menu-header-header-bottom-menu .apply-button a {
    text-transform: uppercase;
    color: #003da5 !important;
}

#menu-header-header-bottom-menu .apply-button:hover a {
    color: #003da5 !important;
}

/* Feaured Video Section */

#featured-video>.container {
    padding: 0 clamp(0rem, 10vw, 3rem) !important;
}

#featured-video .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 3rem;
    row-gap: 3rem;
    padding: 3rem clamp(3rem, 10vw, 15rem);
    background-color: #eaf0f5;
}

#featured-video .flex-item:first-of-type {
    flex: 1 0 320px;
    max-width: 100%;
}

#featured-video .flex-item:last-of-type {
    flex: 0 0 500px;
    max-width: 100%;
}

#featured-video .circular-video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    border: 0px solid transparent;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#featured-video .video-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

#featured-video .circular-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#featured-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#featured-video .play-button:after {
    content: '';
    display: block;
    margin-left: 8px;
    border-style: solid;
    border-width: 18px 0 18px 32px;
    border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 480px) {

    .header-bottom-menu a {
        font-size: .6em;
        position: relative;
        bottom: 1px;
    }

    .logo-v3 {
        transform: translateY(-56%);
    }

    #flexslider-v3 h2 {
        font-size: 1.75rem !important;
    }

    #flexslider-v3 li {
        background-color: #6699cc !important;
    }

    #flexslider-v3 .flex-control-nav {
        bottom: 1rem !important;
    }

    #flexslider-v3 .flex-item.content-container {
        padding: 0 !important;
    }

    #flexslider-v3 .flex-item.content-container p {
        padding-left: clamp(1.5rem, 5vw, 5rem) !important;
        padding-right: clamp(1.5rem, 5vw, 5rem) !important;
    }

    #flexslider-v3 .flex-item.content-container a {
        margin-left: clamp(1.5rem, 5vw, 5rem) !important;
        margin-right: clamp(1.5rem, 5vw, 5rem) !important;
    }

    .home-v3.slider-buttons a {
        border-radius: 0 !important;
        font-size: 15px;
    }

    #featured-video,
    #featured-video>.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    #featured-video .flex-wrapper {
        padding: 0 !important;
        row-gap: 0 !important;
    }

    #featured-video .flex-item:first-of-type {
        padding: 3rem clamp(3rem, 10vw, 15rem);
    }
}


/* --- Footer --- */

#footer-ship-v3 {
    position: relative;
    margin-top: 2rem;
}

footer {
    background: #003da5 !important;
    padding-top: 0 !important;
}

footer .content-area {
    padding-top: 1rem;
    padding-bottom: 0;
    background-color: #003da5;
}

footer .footer-content {
    justify-content: space-between;
}

footer .footer-content img {
    width: 200px;
    height: auto;
}

footer .footer-content .col {
    margin-bottom: 0 !important;
}

footer #menu-footer-three-column-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 0 !important;
}

footer #menu-footer-three-column-menu .standard-menu ul {
    width: auto !important;
}

footer #menu-footer-three-column-menu>li {
    flex: 0 0 auto;
}

footer #menu-footer-three-column-menu li.menu-item-has-children>a {
    display: none !important;
}

footer #menu-footer-three-column-menu li.menu-item-has-children>ul.sub-menu {
    margin-top: 0 !important;
}

#footer-bottom-bar {
    background-color: #02358c !important;
}

@media only screen and (max-width: 1274px) {
    footer .footer-content {
        justify-content: center;
    }
}

@media (max-width: 1000px) {
    #footer-ship-v3 {
        width: 1000px;
        position: relative;
        right: calc(1000px - 100%);
    }
}

@media only screen and (max-width: 991px) {
    footer .menu ul {
        display: block;
    }

    footer #menu-footer-three-column-menu {
        display: block;
        padding-top: 3rem;
        margin-bottom: 3rem;
    }
}

.interior-title-area {
    padding-bottom: 0 !important;
}

.interior-title-area .page-title-bar {
    position: static;
}
