@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

body {
    margin: 0;
    padding: 0;
}

html,body, #master, .form-wrapper {
    height: 100% !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
    border: none;
}

.navbar .form-control {
    margin-bottom: 0!important;
    border: 1px solid #ccc;
    border-radius: 0;
    background: white;
}
.navbar-toggler.collapsed .close-icon {
    display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.bg-video-wrap h1 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    z-index: 3;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: calc(1.375rem + 2.5vw);
}

.hero-title {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    z-index: 3;
}

.hero-title:after {
    content: '';
    position: relative;
    height: 40px;
    width: 40px;
    margin: 40px auto 0;
    top: 0;
    z-index: 3;
    background: white;
    background: url(https://portofastoria.com/images/down-arrow.png) no-repeat;
    background-size: contain;
}


/* HOME PAGE VIDEO HEADER STYLES */

    .bg-video-wrap {
        background-color:rgba(0,0,0,.15);
        height:100%;
        left:0;
        position:relative;
        top:0;
        transition:background-color 300ms ease;
        width:100%;
        max-height: 930px;
    }
    
    /* Hero Video + Fallback */
    #hero-vid {
        backface-visibility:hidden;
        background:url("https://portofastoria.com/images/Astoria-Port-Hero.jpeg") no-repeat scroll 0 0 #000;
        background-size:cover;
        bottom:0;
        height:auto;
        min-height:100%;
        min-width:100%;
        perspective:1000;
        position:fixed;
        right:0;
        width:auto;
        z-index:-1;
    }
    
    #hero-pic {
        display:block;
        height:auto;
        width:100%;
    }
    
    #content {
        background: white;
        position:relative;
        z-index:1;
    }
    
    @media only screen and (max-width:768px) {
        .bg-video-wrap { height:auto;  margin-top: 70px }
    }
    
    @media only screen and (min-width:769px) {
        .visible-mobile,.visible-tablet,.hidden-desktop { display:none !important; }
    }
    
    @media only screen and (min-width:480px) and (max-width:768px) {
        .visible-mobile,.hidden-tablet,.visible-desktop { display:none !important; }
    }
    
    @media only screen and (max-width:479px) {
        .hidden-mobile,.visible-tablet,.visible-desktop { display:none !important; }
    }



.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-image: url("../images/AerialIMAGE.jpg");
  background-size: cover!important;
  background-position: center!important;
  min-height: 400px!important;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
  .hero-title {
    height: auto;
    top: 190px;
  }
}

.at-the-mouth h2, .news h2, .about h2 {
    font-size: calc(1.175rem + 2vw);
    letter-spacing: 0.07em;
}

.at-the-mouth .text-primary {
    color: var(--bs-gray-dark) !important;
    font-size: 23px;
    font-weight: 200;
}

.at-the-mouth .card-body {
    padding: 30px;
}

.about p {
    font-size: 18px;
}

.at-the-mouth .card p.card-text, .at-the-mouth .card p {
    font-weight: 200;
    margin-top: 15px;
    font-size: 16px;
}

.underline-h2, .underline-center-h2 {
    font-weight: 600;
    color: #253C91;  
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}

.underline-h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100px;
    height: 10px;
    background: #D4292D;
}


.underline-center-h2:after {
    content: '';
    display: block;
    position: relative;
    bottom: -25px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100px;
    height: 10px;
    background: #D4292D;
}

.stat-section h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 82px;
    text-align: center;
    color: #D4292D;    
}

.stat-section p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}


.stat-section .col  {
    position: relative;
}

.stat-section .col:after  {
    content: '';
    width: 2px;
    height: 50%;
    right: -15px;
    top: 0%;
    position: relative;
    background: white;
}

.stat-section .col:last-child:after  {
    display: none;
}

.stat-section .w-100 {
    padding: 20px;
}

.stat-section p {
   font-weight: 600;
}

@media (max-width: 576px) {
    .stat-section .col:after  {
        display: none;
    }
}

@media (max-width: 768px) {
    .stat-section .col:nth-child(2)::after  {
        display: none;
    }
}

@media (min-width: 992px) {
    .bg-video-wrap h1 {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        z-index: 3;
        font-size: calc(1.175rem + 2.2vw);
        width: 100%;
        letter-spacing: 0.05em;
    }
    .at-the-mouth h2 {
        font-size: calc(1.175rem + 2vw);
    }
}


.news-items .card {
    border: 1px solid #cccccc;
    padding: 0!important;
}

.news-items .card:hover h5.card-title, .news-items .card:hover p {
    color: #D4292D
}

.news h5.card-title {
    color: #253C91;
    font-size: 23px;
    line-height: 1.5;
}

.news-items .card-body {
    padding: 30px
 }
 
.news-items p {
    font-size: 16px;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

/* Footer */

footer {
    padding: 7em 0;
}

.footer {
    background: white;
    padding-bottom: 0;
    border-top: 10px solid #D4292D;
}

.footer .border-top {
    background: #253C91;
}

.footer .footer-heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #253C91;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px
}

.footer .footer-heading:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100px;
    height: 5px;
    background: #D4292D;
}

.footer .spacer.footer-heading:after {
    background: none
}

@media (max-width:768px){
    .footer .spacer.footer-heading {
       display: none;
    }
}

.footer h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #253C91;
}

.footer h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;  
    color: #D4292D;
}
.footer p {
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
}

.footer a {
    color: #253C91;
}

.footer .list-unstyled li a {
    color: #253C91;
}

.link-list  {
    margin: 0px 0px 20px
}
.link-list a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #253C91;
    text-decoration: none;
    margin: 5px 0px
}

.link-list a:hover {
    color:#253C91;
}

.ftco-footer-social {
    display: inline-block;
    list-style-type: none;
}
.ftco-footer-social li {
    display: inline-block;
    list-style-type: none;
    border: none;
    padding: 10px;
    margin: 0px 10px 0px 0px;
}
.ftco-footer-social li span {
    font-size: 0;
}
.ftco-footer-social li span:before {
    font-size: 32px;
}

.ftco-footer-social li a {
    border: none;
    color: #949494;
    font-size: 30px;
}
.ftco-footer-social li a:hover {
    color:#253C91;
}


.footer .copyright {
    color: rgba(255, 255, 255, 0.8);
}



    /* ============ NAVIGATION ============ */
    @media all and (min-width:1200px) {

        .dropdown-menu li{
            position: relative;
        }
        .dropdown-menu .submenu{ 
            display: none;
            position: absolute;
            left:100%; top:-7px;
        }
        
        
        li.nav-item.dropdown:last-child .dropdown-menu .submenu, li.nav-item.dropdown:nth-child(6) .dropdown-menu .submenu{ 
            right:100%; top:-7px;
            left: auto;
        }
        
        .dropdown-menu .submenu-left{ 
            right:100%; left:auto;
        }
  
        .dropdown-menu > li > .submenu,  .dropdown-menu > li > .submenu a {
            color: #253c91;
        }

        .dropdown-menu > li:hover > .submenu {
            display: block;
            font-size: 1rem;
            color: #253c91;
            text-align: left;
            list-style: none;
            background-color: #c0d2e5;
        }


        .dropdown-menu > li:hover > .submenu{
            display: block;
        }

        .dropdown-menu > li:focus-within a {
           background:#c0d2e5;
        }
        .dropdown-menu > li:active > a {
            background:#182a6b;
            color: white;
         }

        .dropdown-menu > li:hover a {
            background:#c0d2e5;
            color: #182a6b;
         }

         .dropdown-menu > li > .submenu li:hover a {
            background:#d2e0ef;
            color: #182a6b;
        }
         .dropdown-menu > li > .submenu li:hover a {
            color: #182a6b;
        }
        .dropdown-item {
            position: relative;
        }
        

        .dropdown-menu li:has(.submenu):after {
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1.3;
            vertical-align: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F285";
            font-family: boot;
            font-size: 12px;
            margin-left: 5px;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -6px;
          }
        
          .dropdown-menu li:has(.submenu):hover:after {
            color: #182a6b !important;;
          }

    }	
    /* ============ NAVIGATION  view .end// ============ */
    
    /* ============ NAVIGATION small devices ============ */
    @media (max-width: 1199px) {
        .dropdown-item {
            position: relative;
        }

        .nav-item.dropdown a.nav-link.dropdown-toggle {
            position: relative;
        }

        .nav-item.dropdown > a.nav-link.dropdown-toggle:after {
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: 900!important;
            font-variant: normal;
            text-transform: none;
            line-height: 1.3;
            vertical-align: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F285";
            font-family: boot;
            pointer-events: none;
            font-size: 16px;
            margin-left: 5px;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 20px;
            top: 9px;
            color: white;
            margin-top: 0;
          }

          .nav-item.dropdown > a.nav-link.dropdown-toggle.show:after {
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;

            font-variant: normal;
            text-transform: none;
            line-height: 1.3;
            vertical-align: 0;
            font-weight: 900!important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F282";
            font-family: boot;
            pointer-events: none;
            font-size: 16px;
            margin-left: 5px;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 20px;
            top: 9px;
            color: white;
            margin-top: 0;
          }

        .dropdown-menu li:has(.submenu):after {
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: 900!important;
            font-variant: normal;
            text-transform: none;
            line-height: 1.3;
            vertical-align: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F285";
            font-family: boot;
            font-size: 16px;
            pointer-events: none;
            margin-left: 5px;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 20px;
            top: 9px;
            margin-top: 0;
          }

          .dropdown-menu li:has(.submenu.opened):after {
            content: "\F282";
            top: 11px;
          }


          .dropdown-menu li:has(.submenu) {
            position: relative!important;
          }

          .dropdown-menu li:has(.submenu):hover:after {
            color: #182a6b !important;;
          }

            .dropdown-menu .dropdown-menu{
                    margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
            }
            .dropdown-menu > li:active > a,  .dropdown-menu > li:focus-within > a,  .dropdown-menu > li:focus > a {
                background:#d2e0ef!important;
                color: #182a6b!important;
            }

            .dropdown-menu li .submenu{ 
                display: none;
                position: relative;
                left: 0;
                top: 0;
                margin: 0;
                background: #ffffff1a;
            }
            .dropdown-menu .submenu-left{ 
                right:0; left:auto;
            }
        
            nav .input-group:after {
                color: #182a6b!important;
            }
}	
    /* ============ NAVIGATION  small devices .end// ============ */
/* Ensure nested dropdowns are displayed correctly on mobile */
@media (max-width: 1199px) {
    .dropdown-menu .submenu {
        display: none;
    }
    .dropdown-menu.show .submenu.show {
        display: block;
        position: relative;
        margin: 0;
        background: #ffffff1a;
    }
    .dropdown-menu > li:active > a, .dropdown-menu > li:focus-within > a, .dropdown-menu > li:focus > a {
        background: #d2e0ef !important;
        color: #182a6b !important;
    }
}




.media-slider div:nth-child(2) .card-body, .media-slider div:nth-child(4) .card-body, .media-slider div:nth-child(6) .card-body {
    color: var(--bs-body-color)!important;
    --bs-bg-opacity: 1!important;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.media-slider div:nth-child(2) .card-body h5, .media-slider div:nth-child(4) .card-body h5, .media-slider div:nth-child(6) .card-body h5 {
    color: #253C91!important;
}

.media-slider .card-body h5 {
    font-size: 22px;
    font-weight: 600;
}

nav .input-group {
    position: relative;
}

nav .input-group:after {
    content: '0';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 900 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.3;
    vertical-align: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F52A";
    font-family: boot;
    font-size: 18px;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 9;
    color: white;
    margin-top: -11px;
}

nav .input-group .btn {
    width: 40px;
    border-radius: 0;
}

#carouselExampleIndicators .carousel-item img {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height: 400px;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    background: #243d90c4;
}

@media (min-width: 992px) {

    #carouselExampleIndicators .carousel-item img {
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        height: 600px;
      }
}

.news-slider .card .bg-dark {
    color: var(--bs-body-color)!important;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}


.row.news-slider {
    --bs-gutter-x: 2rem!important;
}


.page-hero-area {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}
@media (max-width:991px) {
    .page-hero-area.half-fluid .left-half, .page-hero-area.half-fluid .right-half {
        left: 0;
        margin-left: 0vw;
        max-width: 100vw;
        position: relative;
        right: 0;
        width: 100vw;
        padding: 0px;
    }
}

.page-hero-area .hero-text-area {
    margin: 0px 0;
    background: #253C91; 
    color: white
}

.container.checklist-wrap {
        max-width: 90%;

}

.checklist-wrap ul.checklist  {
    list-style-type: none;
    margin: 25px 0px;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width:992px) {

    .checklist-wrap ul.checklist  {
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%;
        display: grid;
        grid-auto-rows: auto;
        grid-template-rows: 1fr 1fr 1fr;
        column-gap: 15px;
        row-gap: 5px;
    }

    .page-hero-area {
        margin-top: 150px
    }

    .page-hero-area.half-fluid .right-half {
        z-index: -1; 
        left: 35%; 
        right: 5%;
    }
    .page-hero-area .hero-text-area {
        margin: 40px 0px 40px 4%;
    }
    .page-hero-area {
        margin-bottom: 80px;
    }
    .hero-body {
        padding: 50px;
    }
}


@media (min-width: 1600px) {
    .container.checklist-wrap {
        max-width: 1040px;

    }
}
.checklist-wrap ul.checklist li {
    font-size: 22px;
    margin: 0;
    padding: 0px 0 0px 70px;
    position: relative;
    font-weight: 200;
    display: flex;
    align-items: center;
}
.checklist-wrap ul.checklist li:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 44px;
    height: 31px;
    background-position: center;
    background-size: cover;
     background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMidYMid meet' data-bbox='42.999 60.001 114 79.999' viewBox='42.999 60.001 114 79.999' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='color' role='presentation' aria-hidden='true' aria-labelledby='svgcid--uduj09-qkxens'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lf1mmkss svg %5Bdata-color='1'%5D %7Bfill: %23E50E0B;%7D%3C/style%3E%3C/defs%3E%3Ctitle id='svgcid--uduj09-qkxens'%3E%3C/title%3E%3Cg%3E%3Cpath d='M80.125 140a4.028 4.028 0 0 1-2.831-1.159l-33.125-32.772a3.915 3.915 0 0 1 .005-5.587 4.037 4.037 0 0 1 5.657.005l30.294 29.971 70.044-69.298c1.562-1.543 4.094-1.546 5.657-.005s1.565 4.043.005 5.587l-72.875 72.099A4.03 4.03 0 0 1 80.125 140z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.checklist-wrap p, .large-text p {
        font-size: 22px;
        font-weight: 200;
}
.checklist-wrap h3 {
    font-size: 30px;
    font-weight: 400;
    color: #253c91;
    letter-spacing: 0.5px;
}
.checklist-wrap ul.checklist li a {
    color: #253c91;
    font-weight: 200;
}

.underline-h3, .underline-center-h3 {
    font-weight: 400;
    color: #253C91;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.underline-center-h3:after {
    content: '';
    display: block;
    position: relative;
    bottom: -25px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100px;
    height: 10px;
    background: #D4292D;
}
.text-red { 
    color: #D4292D;
}

.callout-section h4 {
    font-weight: 400;
    font-size: 23px;
    margin: 0px 0px;
}
.callout-section p {
    font-weight: 400;
    font-size: 23px;
    margin: 0px 0px!important;
}

.page-form label {
font-size: 20px;
font-weight: 500;
color: rgb(37, 60, 145);
}
.email-form label
{
	color: white;
}

.page-form .form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: rgb(192, 210, 229);
background-clip: padding-box;
border: none;
border-bottom: 2px solid rgba(32, 32, 32, 0);
-webkit-appearance: none;
-moz-appearance: none;
    appearance: none;
border-radius:0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
margin-bottom: 10px;
height: 53px;
outline: none;
box-shadow: none;
font-weight: 200;
font-size: 18px;
color: rgb(37, 60, 145);
}

.page-form .form-control:hover {
background-color: rgb(228, 236, 242);
border-bottom-color: rgb(55, 59, 77);
outline: none;
font-weight: 200;
box-shadow: none;
color: rgb(37, 60, 145)
}
.page-form .form-control:focus {
background-color: rgb(245, 245, 245);
border-bottom-color: rgb(55, 59, 77);
outline: none;
font-weight: 200;
color: rgb(37, 60, 145);
box-shadow: none;
}

.page-form .form-control::placeholder {
font-weight: 200;
color: rgb(37, 60, 145);
}

.page-form .was-validated .form-control:invalid, .page-form .form-control.is-invalid {
background-color: rgba(255, 64, 64, 0.1);
border-bottom-color: rgb(255, 64, 64);
}

.large-submit {
font-size: 18px;
padding: 5px 90px;
font-weight:600;
height: 56px;
background:rgb(192, 210, 229);
color: rgb(37, 60, 145);
border: none;
border-radius: 0;
}
svg [data-color="1"] {
fill: #E50E0B;

}
.checklist-wrap ul.checklist li.airplane:before {
height: 100%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMidYMid meet' data-bbox='41.5 41.5 117 117' viewBox='41.5 41.5 117 117' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='color' role='presentation' aria-hidden='true' aria-labelledby='svgcid-rb1u50bfi94q'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lhl3v6t2 svg %5Bdata-color='1'%5D %7Bfill: %23E50E0B;%7D%3C/style%3E%3C/defs%3E%3Ctitle id='svgcid-rb1u50bfi94q'%3E%3C/title%3E%3Cg%3E%3Cpath d='M59.345 145.702c-1.531 0-2.727-.471-3.651-1.396-2.917-2.917-1.318-8.547 5.351-18.825 4.519-6.966 9.991-13.79 12.045-15.843l59.595-59.595c3.817-3.816 18.394-12.27 23.968-6.695 5.573 5.575-2.878 20.152-6.695 23.968l-59.595 59.595c-2.053 2.054-8.877 7.525-15.843 12.045-7.022 4.555-11.876 6.746-15.175 6.746zM151.5 46.877c-3.369 0-11.561 3.678-14.933 7.049l-59.595 59.595c-4.999 4.998-16.889 22.021-17.197 26.704 4.682-.307 21.706-12.198 26.704-17.197l59.595-59.595c3.958-3.959 8.338-14.557 6.695-16.202-.243-.243-.683-.354-1.269-.354z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M132.258 155.154a2.746 2.746 0 0 1-2.424-1.455l-15.063-28.286-13.398-13.398 3.883-3.883 13.687 13.687c.192.192.354.412.483.65l14.466 27.165 1.823-.028-12.445-61.64 5.382-1.086 13.1 64.876a2.746 2.746 0 0 1-2.646 3.288l-6.803.109-.045.001z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M87.991 98.633L74.587 85.229 46.301 70.166a2.749 2.749 0 0 1-1.455-2.468l.109-6.803a2.746 2.746 0 0 1 3.288-2.646l64.859 13.096-1.086 5.382-61.623-12.443-.028 1.823L77.53 80.574c.239.129.459.291.65.483L91.874 94.75l-3.883 3.883z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M81.068 158.5a2.744 2.744 0 0 1-2.356-1.333l-10.52-17.535 4.709-2.826 9.26 15.434 2.361-1.075-2.83-21.837 5.446-.705 3.09 23.848a2.745 2.745 0 0 1-1.585 2.852l-6.438 2.931a2.748 2.748 0 0 1-1.137.246z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M60.368 131.808l-17.535-10.52a2.748 2.748 0 0 1-1.086-3.493l2.931-6.438a2.759 2.759 0 0 1 2.852-1.585l23.848 3.09-.705 5.446-21.837-2.83-1.075 2.361 15.434 9.26-2.827 4.709z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.checklist-wrap ul.checklist li.gaspump:before  {
height: 100%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMidYMid meet' data-bbox='17.5 9.999 165.001 180.001' viewBox='17.5 9.999 165.001 180.001' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='color' role='presentation' aria-hidden='true'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lhl2trc41 svg %5Bdata-color='1'%5D %7Bfill: %23E50E0B;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M63.052 55.022c0-1.707 1.351-3.494 3.043-3.729 2.251-.313 4.043 1.52 4.043 3.707v7.584h59.218c.28 0 .506-.226.506-.506V32.753a.507.507 0 0 0-.506-.506h-89.08a.505.505 0 0 0-.506.506v29.326c0 .279.227.506.506.506h22.776v-7.563z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M181.096 59.972l-13.45-13.437c-.899-.898-2.177-1.375-3.43-1.159-3.546.611-4.29 4.666-2.232 6.722l12.309 12.297c.108.108.108.216.108.324v98.838c0 6.113-5.016 11.124-11.135 11.124s-11.135-5.011-11.135-11.124V122.45a15.142 15.142 0 0 0-15.184-15.169V100H33.19a.505.505 0 0 0-.506.506v85.247A4.262 4.262 0 0 0 36.936 190h96.773c2.338 0 4.252-1.911 4.252-4.247v-70.685c3.926 0 7.086 3.337 7.086 7.483v40.955c0 10.315 8.402 18.708 18.727 18.708 10.325 0 18.727-8.393 18.727-18.708V63.1c-.001-1.187-.541-2.265-1.405-3.128z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M32.538 92.921h115.86c2.119 0 3.734-1.73 3.734-3.765v-74.91a4.262 4.262 0 0 0-4.252-4.247H21.752c-2.338 0-4.252 1.911-4.252 4.247v74.91a3.74 3.74 0 0 0 3.734 3.765h11.304zm4.398-67.752h96.773c2.338 0 4.252 1.911 4.252 4.247v36a4.262 4.262 0 0 1-4.252 4.247H36.936c-2.338 0-4.252-1.911-4.252-4.247v-36a4.262 4.262 0 0 1 4.252-4.247z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.checklist-wrap ul.checklist li.dollar:before {
height: 100%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMidYMid meet' data-bbox='17 17 166 166' viewBox='17 17 166 166' xmlns='http://www.w3.org/2000/svg' data-type='color' role='presentation' aria-hidden='true'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lhl2trbq svg %5Bdata-color='1'%5D %7Bfill: %23E50E0B;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M100 17c-45.8 0-83 37.2-83 83s37.2 83 83 83 83-37.2 83-83-37.2-83-83-83zm1.7 118.3v6.7c0 1.8-1.5 3.2-3.3 3.2s-3.3-1.5-3.3-3.2v-6.8c-9.1-1.3-16.8-8.1-16.8-17.6 0-1.8 1.7-3.2 3.6-3.2s3.2 1.5 3.2 3.2c0 8.3 7.3 11.3 14.2 11.3 6.9 0 14.2-3 14.2-11.3 0-6.6-2.7-8.1-12.9-13.1-.9-.4-1.8-.9-2.8-1.4s-2-.9-2.8-1.3c-10-4.9-16.6-8.1-16.6-19 0-9.6 7.6-16.4 16.8-17.7v-6c0-1.8 1.5-3.2 3.3-3.2s3.3 1.5 3.3 3.2V65c11.6 1.1 17.8 7.9 17.8 17.8 0 1.8-1.2 3.2-3 3.2s-3.3-1.5-3.3-3.2c0-10.5-10.7-11.4-13.9-11.4-6.9-.1-14.3 2.9-14.3 11.3 0 6.6 2.7 8.1 12.9 13.1.9.4 1.7.9 2.7 1.4.9.5 1.8.9 2.7 1.3 10 4.9 16.4 8.1 16.4 19 0 9.9-6.5 16.7-18.1 17.8z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); 
}

.checklist-wrap ul.checklist li.handshake:before {
height: 100%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMidYMid meet' data-bbox='25.502 49.499 148.998 101.005' viewBox='25.502 49.499 148.998 101.005' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='color' role='presentation' aria-hidden='true'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lhl2trby svg %5Bdata-color='1'%5D %7Bfill: %23E50E0B;%7D %23comp-lhl2trby svg %5Bdata-color='2'%5D %7Bfill: %23E50E0B;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M150.812 98.779a2.692 2.692 0 0 0-3.758.626l-7.272 10.193-13.538-9.249a9.477 9.477 0 0 0-.258-.169c-1.316-.975-16.082-11.899-27.309-19.416.356-1.162-.013-2.489-1.048-3.157a2.695 2.695 0 0 0-3.909 1.111l-9.112 16.9c-.46.851-1.319 1.161-1.79 1.269-.931.212-1.988.05-2.901-.444l-.294-.16c-.916-.496-1.631-1.294-1.962-2.189-.168-.454-.381-1.344.078-2.195l8.819-16.345a.041.041 0 0 1 .023-.02l10.686-4.002a5.38 5.38 0 0 1 2.158-.335l18.195.92.006.001 12.122 2.163a2.7 2.7 0 0 0 3.156-2.417c.132-1.43-.988-2.68-2.4-2.932l-12.098-2.159-.345-.039-20.034-1.012a2.77 2.77 0 0 0-1.079.167l-13.15 4.924c-.51.191-.956.529-1.27.975-.177.251-.34.513-.488.788l-.264.489c-4.956-.321-12.9-1.405-12.986-1.417a2.689 2.689 0 0 0-3.035 2.308c-.202 1.478-4.617 2.25 2.303 3.041.307.035 6.038.821 10.916 1.261l-5.975 11.075c-1.073 1.988-1.215 4.407-.391 6.638.791 2.139 2.372 3.938 4.451 5.063l.293.159a9.716 9.716 0 0 0 4.623 1.19c.687 0 1.373-.076 2.046-.231 2.313-.531 4.255-1.975 5.328-3.963l6.807-12.616c11.522 7.743 26.555 18.898 26.716 19.018.07.051.141.1.216.144l15.837 10.814a2.937 2.937 0 0 1 1.232 1.897 2.943 2.943 0 0 1-.455 2.216l-.164.241a2.954 2.954 0 0 1-4.106.778l-15.707-10.73a2.686 2.686 0 0 0-3.743.71 2.7 2.7 0 0 0 .708 3.75l12.233 8.356c.141.156.296.303.477.427a2.937 2.937 0 0 1 1.232 1.897 2.943 2.943 0 0 1-.455 2.216l-.164.241c-.918 1.35-2.759 1.697-4.163.741l-13.66-8.828a2.689 2.689 0 0 0-3.724.805 2.702 2.702 0 0 0 .804 3.731l11.184 7.227c.153.18.322.35.527.489a2.937 2.937 0 0 1 1.232 1.897 2.943 2.943 0 0 1-.455 2.216l-.164.241a2.958 2.958 0 0 1-4.117.771l-11.008-7.436a2.69 2.69 0 0 0-3.74.729 2.703 2.703 0 0 0 .727 3.747l7.434 5.022c.165.208.352.402.583.56a2.937 2.937 0 0 1 1.232 1.897 2.943 2.943 0 0 1-.455 2.216l-.164.241c-.919 1.348-2.76 1.698-4.094.787l-9.857-6.808 2.053-2.921c2.324-3.307 1.53-7.892-1.771-10.222l-.624-.44a7.273 7.273 0 0 0-2.454-1.109c.622-3.053-.552-6.33-3.253-8.236l-.688-.486a7.988 7.988 0 0 0-5.154-1.449c-.01-.066-.013-.133-.025-.199a8.297 8.297 0 0 0-3.406-5.404l-.24-.17c-2.9-2.046-6.662-1.967-9.449-.098-.473-.68-1.047-1.305-1.761-1.809l-.624-.44a7.25 7.25 0 0 0-5.466-1.224 7.264 7.264 0 0 0-4.735 2.998l-1.251 1.78-5.385-7.97c-6.868-10.67-2.509-1.557-3.741-.722a2.702 2.702 0 0 0-.721 3.748l6.529 9.664-3.307 4.704a7.296 7.296 0 0 0-1.222 5.477 7.285 7.285 0 0 0 2.993 4.744l.625.441a7.235 7.235 0 0 0 3.437 1.277c.053 2.57 1.272 5.083 3.526 6.673l.236.167a8.254 8.254 0 0 0 4.778 1.521c.481 0 .967-.042 1.452-.126a8.49 8.49 0 0 0 1.292-.34 8.026 8.026 0 0 0 2.803 3.529l.688.486a7.985 7.985 0 0 0 4.619 1.47c.235 0 .471-.041.707-.061.389 1.703 1.356 3.28 2.89 4.363l.626.442a7.27 7.27 0 0 0 4.204 1.335 7.315 7.315 0 0 0 5.997-3.109l2.72-3.869 9.913 6.847a8.292 8.292 0 0 0 4.687 1.449 8.336 8.336 0 0 0 6.905-3.647l.164-.241a8.315 8.315 0 0 0 1.409-3.934c.342.043.686.075 1.028.075a8.336 8.336 0 0 0 6.905-3.647l.164-.241a8.329 8.329 0 0 0 1.446-4.637 8.333 8.333 0 0 0 6.81-3.641l.164-.241a8.294 8.294 0 0 0 1.402-3.837c.344.044.69.078 1.04.078.524 0 1.051-.049 1.577-.149a8.282 8.282 0 0 0 5.343-3.497l.164-.241a8.313 8.313 0 0 0 1.298-6.261 8.358 8.358 0 0 0-1.49-3.414l7.477-10.48a2.71 2.71 0 0 0-.627-3.77zm-90.018 24.84a1.912 1.912 0 0 1-1.193.732 1.914 1.914 0 0 1-1.443-.32l-.625-.441a1.922 1.922 0 0 1-.786-1.253 1.92 1.92 0 0 1 .319-1.445l7.876-11.204a1.92 1.92 0 0 1 1.25-.788 1.904 1.904 0 0 1 1.444.32l.624.44a1.935 1.935 0 0 1 .545 2.56l-8.011 11.399zm8.681 7.814a2.929 2.929 0 0 1-1.911 1.206 2.946 2.946 0 0 1-2.207-.491l-.236-.167a2.967 2.967 0 0 1-.715-4.125l.748-1.065c.032-.043.073-.076.103-.12l7.876-11.204c.03-.042.046-.09.074-.132l2.145-3.051a2.93 2.93 0 0 1 1.912-1.206c.174-.03.347-.045.52-.045.603 0 1.187.183 1.682.533l.241.17a2.967 2.967 0 0 1 .714 4.125l-10.946 15.572zm10.628 5.136a2.66 2.66 0 0 1-1.734 1.093 2.652 2.652 0 0 1-1.999-.443l-.689-.486a2.692 2.692 0 0 1-.648-3.741l9.527-13.554a2.678 2.678 0 0 1 3.732-.65l.689.486a2.692 2.692 0 0 1 .648 3.741v-.001l-9.526 13.555zm15.679-4.809l-7.876 11.204a1.933 1.933 0 0 1-2.693.469l-.625-.442a1.943 1.943 0 0 1-.468-2.699l7.876-11.204a1.923 1.923 0 0 1 1.251-.788 1.904 1.904 0 0 1 1.443.32l.624.44a1.944 1.944 0 0 1 .468 2.7z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M174.3 96.518l-31.78-46.522a1.138 1.138 0 0 0-1.585-.297l-16.671 11.433a1.144 1.144 0 0 0-.297 1.588l31.781 46.522a1.138 1.138 0 0 0 1.585.297l16.671-11.433a1.144 1.144 0 0 0 .296-1.588z' fill='%23E50E0B' data-color='2'%3E%3C/path%3E%3Cpath d='M72.839 61.978l-17.496-10.12a1.137 1.137 0 0 0-1.557.418l-28.133 48.823a1.147 1.147 0 0 0 .417 1.56l17.496 10.12a1.135 1.135 0 0 0 1.558-.417l28.133-48.823a1.147 1.147 0 0 0-.418-1.561z' fill='%23E50E0B' data-color='2'%3E%3C/path%3E%3Cpath fill='%23E50E0B' d='M44.723 97.769a4.15 4.15 0 0 1-4.146 4.154 4.15 4.15 0 0 1-4.146-4.154 4.15 4.15 0 0 1 4.146-4.154 4.15 4.15 0 0 1 4.146 4.154z' data-color='1'%3E%3C/path%3E%3Cpath fill='%23E50E0B' d='M163.157 94.395a4.15 4.15 0 0 1-4.146 4.154 4.15 4.15 0 0 1-4.146-4.154 4.15 4.15 0 0 1 4.146-4.154 4.15 4.15 0 0 1 4.146 4.154z' data-color='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.checklist-wrap ul.checklist li.clock:before {
height: 100%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMidYMid meet' data-bbox='27.071 27.071 145.858 145.858' xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='27.071 27.071 145.858 145.858' data-type='color' role='presentation' aria-hidden='true'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lhl2trc63 svg %5Bdata-color='1'%5D %7Bfill: %23E50E0B;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath fill='%23E50E0B' d='M100 27.071c-40.213 0-72.929 32.716-72.929 72.929S59.787 172.929 100 172.929s72.929-32.716 72.929-72.929S140.213 27.071 100 27.071zm34.668 128.974l-5.814-10.071a2 2 0 10-3.464 2l5.821 10.083c-8.744 4.719-18.671 7.504-29.21 7.821v-11.637a2 2 0 00-4 0v11.637c-10.539-.316-20.466-3.101-29.21-7.821l5.821-10.083a2 2 0 10-3.464-2l-5.814 10.071a66.438 66.438 0 01-21.377-21.377l10.071-5.814a2 2 0 10-2-3.464l-10.083 5.821c-4.719-8.744-7.505-18.671-7.821-29.21h11.637a2 2 0 000-4H34.122c.316-10.539 3.101-20.466 7.821-29.21l10.083 5.821a2 2 0 002-3.464l-10.071-5.814a66.438 66.438 0 0121.377-21.377l5.814 10.071a2 2 0 103.464-2l-5.82-10.085c8.744-4.719 18.671-7.505 29.21-7.821v11.637a2 2 0 004 0V34.122c10.539.316 20.466 3.101 29.21 7.821l-5.821 10.083a2 2 0 103.464 2l5.814-10.071a66.438 66.438 0 0121.377 21.377l-10.071 5.814a2 2 0 102 3.464l10.083-5.821c4.719 8.744 7.505 18.671 7.821 29.21H154.24a2 2 0 000 4h11.637c-.316 10.539-3.101 20.466-7.821 29.21l-10.083-5.821a2 2 0 10-2 3.464l10.071 5.814a66.402 66.402 0 01-21.376 21.379z' data-color='1'%3E%3C/path%3E%3Cpath fill='%23E50E0B' d='M120.611 98H102V69.625a2 2 0 00-4 0V100a2 2 0 002 2c.189 0 .369-.035.542-.084.174.049.353.084.542.084h19.526a2 2 0 00.001-4z' data-color='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); 
}

.checklist-wrap ul.checklist li.phone:before {
height: 100%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMidYMid meet' data-bbox='13.5 13.5 173 173' viewBox='13.5 13.5 173 173' xmlns='http://www.w3.org/2000/svg' data-type='color' role='presentation' aria-hidden='true'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lhl2trc9 svg %5Bdata-color='1'%5D %7Bfill: %23E50E0B;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M88.4 77.9c1.6-1.6 1.4-5.4-.3-7.1L74.7 57.4c-1.6-1.6-4.8-1.3-6.4.3l-3.4 3.4L85 81.3l3.4-3.4z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M102.1 122.2c-6.1 0-12.6-2.2-17.7-7.3-8.7-8.7-8.5-21.5-3.1-29.4L61.2 65.4C57.7 70.8 57 78.6 59 87.8c2.7 11.6 9.6 23.4 19.4 33.2 9.7 9.7 22 16.9 33.6 19.7 9.3 2.2 17.3 1.6 22.7-1.8l-20.2-20.2c-3.4 2.2-7.8 3.5-12.4 3.5z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M100 13.5c-47.7 0-86.5 38.8-86.5 86.5s38.8 86.5 86.5 86.5 86.5-38.8 86.5-86.5-38.8-86.5-86.5-86.5zm46.3 122.3l-5.4 5.4c-.2.2-.3.3-.4.3-4.5 4.1-10.9 6.1-18.4 6.1-3.6 0-7.4-.5-11.5-1.5-12.8-3.1-25.7-10.6-36.2-21.2s-17.9-23.3-20.8-36c-2.9-12.4-1-23.1 5.2-29.7.1-.1.2-.2.2-.3l5.4-5.4c2-2 4.8-3.1 7.6-3.1 2.7 0 5.1 1 6.8 2.8L92 66.8c4 4 4.2 11.3.3 15.1l-5 5.1c-5.4 5.4-6.1 16.8 1 23.9 7.4 7.4 19.2 7 24.6 1.7l5-5c2-2 4.8-3.1 7.6-3.1 2.7 0 5.1 1 6.8 2.8l13.4 13.4c4.2 3.9 4.4 11.2.6 15.1z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3Cpath d='M128.5 111.2c-1.6-1.6-4.8-1.3-6.4.3l-3.4 3.4 20.2 20.2 3.4-3.4c1.6-1.6 1.4-5.4-.3-7.1l-13.5-13.4z' fill='%23E50E0B' data-color='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.Airport-master-container, .West-Basin-Marina-master-container, .Boatyard-master-container {
    max-width: 100%!important;
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;

}

.Airport-master-container h1.is-not-landing, .West-Basin-Marina-master-container h1.is-not-landing, .Boatyard-master-container h1.is-not-landing {
   display: none!important
}

.Airport-master-row, .West-Basin-Marina-master-row, .Boatyard-master-row,  {
    max-width: 100%!important;
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    --bs-gutter-y: 0!important;
    --bs-gutter-x: 0!important;
}

.Airport-master-row .row, .West-Basin-Marina-master-row .row, .Boatyard-master-row .row {
    --bs-gutter-x: 0!important;
    --bs-gutter-y: 0!important;
}


.Airport-master-col, .West-Basin-Marina-master-col, .Boatyard-master-col {
    max-width: 100%!important;
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    --bs-gutter-y: 0!important;
    --bs-gutter-x: 0!important;
}




@media(min-width: 1200px){
.search-box {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    background: #253c91;
    height: 40px;
    border-radius: 40px;
    padding: 0px;
  }
  
  .search-box:hover > .search-text{
    width: 240px;
    padding: 0 0 0 10px;
  }
  
  .search-box:hover > .search-btn{
    background: #253c91;
    cursor: pointer!important;
  }
  
  .search-box .search-btn {
    display: none;
    color: #ffffff;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #253c91;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer!important;
    text-decoration: none;
    position: relative;
  }

  .search-box:hover .search-btn {
    display: block;
  }

    .search-box:after {
        content: '0';
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 900 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1.3;
        vertical-align: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\F52A";
        font-family: boot;
        font-size: 18px;
        margin-left: 5px;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 17px;
        top: 50%;
        z-index: 9;
        color: white;
        margin-top: -11px;
  }
  
  .search-box .search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: white;
    font-size: 16px;
    font-weight: normal;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
  }
  .search-box .search-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
  }

}