/* Custom Hide Menu on Certain Width */
@media (max-width: 1100px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}

:root {
    --primary: #002661;
    --secondary: #da2129;
}

/* TEMP CSS Area - Starts */

#footer .menu a {
    font-size: 16px;
}
/* TEMP CSS Area  - Ends */

.logo {
    padding-block: 5px;
}

#abc_footer {
    clip-path: polygon(75% 0, 100% 5%, 100% 100%, 0 100%, 0 5%);
}

@media (min-width: 768px) {
    #abc_footer {
        clip-path: polygon(75% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
    }
}

.plain-title .av-special-heading-tag {
    text-transform: none !important;
        line-height: 1 !important;
}
.blue-text {
    color: var(--primary) !important;
    font-weight: 600;
}

#top h2,
#top h3,
#top h4 {
    line-height: 1.1 !important;
}

.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}

.main_menu .menu-item-top-level.menu-item.location .avia-menu-text {
    font-weight: 600;
    color: var(--secondary) !important;
}
/*
@media (min-width: 990px) {
    .logo img {
        margin-top: 5px !important;
    }
}
*/
.avia-button {
    border-radius: 0 !important;
}

.large-button .avia-button,
.hero-button .avia-button {
    border: 5px solid #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: .5s;
}

.large-button .avia-button:hover,
.hero-button .avia-button:hover {
    background-color: var(--primary) !important;
    opacity: 1 !important;
}

.large-button .avia-button {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13)
}

.bolder-item,
.bolder-title .av-special-heading-tag {
    font-weight: 700 !important;
}

.avia_textblock strong {
    color: #333 !important;
}

.inner-ticklist ul {
    list-style-type: none !important;
    margin-block: 25px !important;
}

.inner-ticklist ul li:nth-child(n+2) {
    margin-top: 12px;
}

.inner-ticklist ul li {
    position: relative;
    margin-left: 0;
    padding-left: 25px;
}

.inner-ticklist ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    color: var(--secondary);
    top: 5px;
}

.inner-video {
    margin: 0 !important;
    border: 3px solid #fff !important;
}

.inner-video .avia_playpause_icon {
    border: 3px solid #fff !important;
    border-radius: 100% !important;
    width: 120px !important;
    height: 120px !important;
}

.inner-video .avia_playpause_icon:before {
    font-size: 75px !important;
    line-height: 120px !important;
}

.solo-iconbox .iconbox_content_title a {
    color: #fff !important;
}

.solo-iconbox .iconbox_icon {
    font-size: 45px;
    margin-right: 10px;
}

.solo-iconbox {
    padding-top: 15px;
}

.footer-text a {
    color: var(--secondary) !important;
}

.footer-text a:hover,
.solo-iconbox a:hover {
    opacity: .85;
}

#socket .container {
    text-align: center !important;
    padding-block: 25px !important;
}

#socket .copyright {
    float: none !important;
    font-size: 14px;
}


.simple-iconbox h3,
.alter-font .av-special-heading-tag,
.alter-font h3 {
    font-family: 'Barlow', sans-serif !important;
}

.sep-block { display: block; }

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0 !important;
}

/* Center Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}

@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Four Col - Center - END */

.wide-section .container {
    max-width: 1800px !important;
}
/* Global Popup Form CSS - Starts */
p.gform_required_legend {
    display: none;
}

.popup-notice {
    text-align: center;
    font-size: 14px;
}

.rdi-form .gform_footer input[type="submit"] {
    background-color: var(--secondary);
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    transition: .5s;
}

.rdi-form .gform_footer input[type="submit"]:hover {
    background-color: var(--primary);
    color: var(--secondary) !important;
}

.rdi-form .gform_body select,
.rdi-form .gform_body input {
    background-color: #f8f8f8 !important;
}

.popup-title {
    color: var(--primary);
}

h2.popup-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px !important;
}
/* Global Popup Form CSS - Ends */

#top form {
    margin-bottom: 0 !important;
}

.popup-btn {
    display: inline-block;
    padding-inline: 13px !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
}

.open-popup-link {
    cursor: pointer !important;
}

.menu-popup .popup-btn {
    padding-inline: 0 !important;
}

@media (max-width: 989px) {
    .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container,
    .responsive.html_mobile_menu_tablet #top #wrap_all #header {
        height: 120px !important;
        line-height: 120px !important;
    }
    
    .responsive #top .av-logo-container .avia-menu,
    .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {

        height: 100%;
    }

    .responsive #top .logo {
        height: 100% !important;
        width: 100% !important;
    }
    
    .responsive .logo img, .responsive .logo svg {
        max-height: 110px;
    }
    
    .responsive #top .av-logo-container .avia-menu {
        display: flex;
        align-items: center;
    }
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #222;
    font-family: 'Barlow', sans-serif;
}
.math-captcha .gfield_captcha_container {
    display: flex;
}
.math-captcha .gfield_captcha_input_container {
    margin-left: 20px;
}