/**************************************************************************************************************
                                      Copied over from Library Interior
**************************************************************************************************************/

.font-language .row {
    position: absolute;
    right: 272px;
    text-align: right;
    top: 8px;
    width: 50%;
    z-index: 10;
}

/* Page and layout styling */
/* Interior oage header and nav */
.branding {
    padding-left: 10px;
}

.menu-bg, .menu-bg-boxed, .top-nav ul {
    height: 32px;
}

.bm-container {
    height: 32px;
    padding-top: 0;
}

.slidemenu-toggler {
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 960px !important;
    height: 0;
    overflow: visible;
}

#main-mobile-toggle {
    position: absolute;
    left: 259px;
    font-size: 14px;
}

.shadow {
    top: 31px;
}

#top-nav {
    border-bottom: 1px solid #ccc;
}

.top-nav {
    position: absolute;
    z-index: 2;
}

    .top-nav ul li.branding {
        height: 32px;
        float: none;
        position: relative;
        z-index: 200;
        max-width: 255px;
    }

        .top-nav ul li.branding a {
            padding-top: 6px;
            margin-top: 0;
            line-height: 1;
            height: 31px;
            display: block;
        }

.top-nav-mega-full-width {
    top: 75px;
}

.interior-header {
    position: relative;
    background: #fff;
    border-bottom: 0 solid #036293;
    min-height: 79px;
    width: 960px;
    margin: 0 auto;
    margin-bottom: 11px;
    padding-left: 3%;
    padding-right: 3%;
}

    .interior-header img {
        position: absolute;
        z-index: 2;
    }

    .interior-header h2 {
        color: #000;
        font-size: 36px;
        font-weight: 200;
        line-height: 1;
        margin: 0;
        text-transform: uppercase;
        width: 100%;
        padding: 28px 0 12px;
    }

.breadcrumbs-wrap {
    background: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.breadcrumbs {
    color: #fff;
    padding-left: 3%;
    width: 100%;
    font-size: 12px;
    background: #1abfdb;
    text-transform: uppercase;
}

    .breadcrumbs a {
        color: #fff;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        padding: 7px 4px 7px;
        text-transform: uppercase;
        white-space: nowrap;
    }

/* Main content section */
.main-content-wrap {
    padding-top: 28px;
    padding-bottom: 36px;
    position: relative;
    background: #fff;
    padding-left: 3%;
    padding-right: 3%;
}

.main-content {
    float: left;
    padding-left: 0;
    line-height: 1.5;
    max-width: 100%;
}

    .main-content.full-width {
        padding-left: 0;
    }

    .main-content .col-md-6, .main-content .col-md-12 {
        padding-right: 0;
    }

    .main-content.right-col {
        padding-right: 4%;
    }

        .main-content.right-col .col-md-8 {
            padding-right: 3%;
        }

            .main-content.right-col .col-md-8 + .col-md-4 {
                background: #D4DEE1;
                padding-left: 3%;
            }

    .main-content .col-md-6:last-child {
        padding-right: 2%;
        padding-left: 4%;
    }

    .main-content .col-md-4 {
        padding-right: 6%;
    }

/* Secondary (side) nav */
.secondary-menu {
    background: #f1f1f1;
    overflow: visible;
    position: absolute;
    max-width: 255px;
    height: 100%;
    display: none;
}

    .secondary-menu > ul.fixed {
        position: fixed;
        top: 0;
        height: 200px;
        z-index: 1;
    }

    .secondary-menu li {
        display: block;
        list-style-type: none;
    }

        .secondary-menu li.selected {
            background: url(/common/img/secondMenu-selected.png) no-repeat left top;
            width: 264px;
        }

            .secondary-menu li.selected > a {
                color: #5e737e;
                font-weight: 600;
            }

            .secondary-menu li.selected li a {
                padding-left: 24px;
                font-size: 12px;
                background: #E4E7E7;
            }

            .secondary-menu li.selected li li a {
                padding-left: 36px;
                font-size: 12px;
                background: #E4E7E7;
            }

            .secondary-menu li.selected li a:before {
                content: "\00BB";
                display: inline-block;
                padding-right: 6px;
            }

            .secondary-menu li.selected li li a:before {
                content: "\22c5";
                display: inline-block;
                padding-right: 6px;
            }

        .secondary-menu li a {
            border-bottom: 1px solid #cacaca;
            color: #404040;
            display: block;
            font-size: 13px;
            max-width: 255px;
            padding: 8px 12px 7px 18px;
            text-transform: uppercase;
        }

.top-nav ul li.branding + li {
    padding-left: 8px;
}

.top-nav ul li.top-nav-mega {
    margin-top: 0;
    padding-top: 4px;
}

#search {
    height: 31px;
    overflow: hidden;
}

.search, #search {
    float: right;
    -webkit-transition: height 200ms ease-out;
    -moz-transition: height 200ms ease-out;
    -o-transition: height 200ms ease-out;
    transition: height 200ms ease-out;
}

    .search .mobile-search-toggle {
        display: none;
    }

    .search input[type="text"] {
        background: url(/common/img/interior-search-icon.jpg) no-repeat 8px 5px;
        font-size: 13px;
        height: 32px;
        border: none;
        -webkit-box-shadow: inset 1px 0 5px 0 #ccc;
        box-shadow: inset 1px 0 5px 0 #ccc;
        padding: 1px 4px 2px 32px;
        vertical-align: top;
    }

    .search #btnSearch {
        background: rgb(214,226,230); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(214,226,230,1) 0%, rgba(169,193,202,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,226,230,1)), color-stop(100%,rgba(169,193,202,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(214,226,230,1) 0%,rgba(169,193,202,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(214,226,230,1) 0%,rgba(169,193,202,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(214,226,230,1) 0%,rgba(169,193,202,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(214,226,230,1) 0%,rgba(169,193,202,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e2e6', endColorstr='#a9c1ca',GradientType=0 ); /* IE6-9 */
        border: 1px solid #95B2BC;
        color: #fff;
        padding: 5px 3px;
    }

/* media queries */

@media all and (max-width: 959px) and (min-width: 600px) {
    .font-language .row {
        right: 245px;
    }

    #main-mobile-toggle {
        left: 209px;
        right: auto;
    }

    .main-content {
        padding-left: 24px;
    }

    .slidemenu-toggler {
        width: 100% !important;
    }

    .top-nav ul li.top-nav-mega {
        margin-top: 0;
        padding-top: 4px;
    }

    .interior-header h2 {
        font-size: 28px;
        padding-bottom: 16px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .main-content .col-md-6 {
        padding-right: 6%;
    }

        .main-content .col-md-6:last-child {
            padding-right: 6%;
            padding-left: 0;
        }

    .main-content.full-width {
        padding-left: 6%;
    }

    .main-content.right-col .col-md-8 {
        padding-right: 0;
    }

        .main-content.right-col .col-md-8 + .col-md-4 {
            background: #D4DEE1;
            margin-right: 6%;
            padding-left: 4%;
            padding-right: 4%;
            padding-top: 18px;
        }

    .search input[type="text"] {
        width: 180px;
    }
}

@media (max-width:767px) {
    .font-language .row {
        right: 165px;
    }

    .top-nav ul li.top-nav-mega {
        margin-top: 0;
        padding-top: 0;
    }

    .search {
        height: 32px;
        width: 32px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
    }

        .search .mobile-search-toggle {
            display: block;
            background: url("/common/img/interior-search-icon.jpg") no-repeat scroll 5px 5px #fff;
            height: 32px;
            width: 31px;
            float: right;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
        }

        .search.expand {
            height: 77px;
            width: 320px;
        }

    #search {
        clear: both;
        padding: 6px 0 38px 18px;
        background: #eee;
        margin-top: 0;
        border-bottom: 1px solid #ccc;
    }

    .search input[type="text"] {
        background: #fff;
        float: left;
        height: 32px;
        border: 1px solid #ccc;
        padding: 1px 4px 2px 8px;
        width: 242px
    }

    #main-mobile-toggle {
        right: 32px;
        position: absolute;
        left: auto;
    }
}
/*prevent top-nav Menu from underline hover effect*/
@media (max-width: 768px) and (min-width: 600px) {
    .top-nav > ul > li:hover > a {
        border-bottom-color: white;
    }
}

@media all and (max-width: 599px) {
    .font-language .row {
        right: 150px;
        width: 36px;
    }

    .font-language .goog-te-gadget-simple .goog-te-menu-value span {
        display: none;
    }

    .top-nav {
        height: 32px;
        position: relative;
    }

    .top-nav-mega-full-width {
        top: 0;
    }

    .slidemenu-toggler {
        left: auto;
        right: 0;
        max-width: 111px;
    }

    .top-nav ul li.branding + li {
        padding-left: 2%;
    }

    .top-nav ul li.branding {
        padding-left: 9px;
        width: auto;
        max-width: 200px;
        background: transparent;
        margin-top: 0;
    }

        .top-nav ul li.branding img {
            width: auto;
            max-width: 138px;
            padding-top: 2px;
        }

    .interior-header {
        min-height: 98px;
    }

        .interior-header img {
            display: none;
        }

        .interior-header h2 {
            font-size: 28px;
            padding-bottom: 16px;
            position: relative;
            padding-left: 2%;
            padding-right: 6%;
        }

    .breadcrumbs {
        padding-left: 6%;
        padding-right: 6%;
    }

    .main-content-wrap {
        padding-bottom: 0;
    }

    .main-content {
        padding-left: 6%;
        padding-right: 6%;
        width: 100%;
    }

        .main-content .col-md-6, .main-content .col-md-4, .main-content .col-md-12 {
            padding-right: 0;
        }

            .main-content .col-md-6:last-child {
                padding-right: 0;
                padding-left: 0;
            }

        .main-content.full-width {
            padding-left: 6%;
        }

        .main-content.right-col {
            padding-right: 6%;
        }

            .main-content.right-col .col-md-8 {
                padding-right: 0;
                padding-left: 0;
            }

                .main-content.right-col .col-md-8 + .col-md-4 {
                    background: #D4DEE1;
                    padding-left: 4%;
                    padding-right: 4%;
                    padding-top: 12px;
                }

    .secondary-menu {
        background: #f1f1f1;
        margin-top: 32px;
        position: relative;
        max-width: none;
        height: 100%;
    }

        .secondary-menu ul {
            margin-bottom: 0;
        }

        .secondary-menu li, .secondary-menu li.selected, .secondary-menu li a {
            max-width: none;
            width: 100%;
        }

            .secondary-menu li.selected {
                background: url("/common/img/secondMenu-selected.png") no-repeat -233px top;
            }

            .secondary-menu li a {
                padding-left: 12%;
                padding-right: 12%;
            }

    #footer .col-xs-12 {
        padding-left: 6%;
        padding-right: 6%;
    }
}

#column-a ul li:before, #column-b ul li:before, #column-c ul li:before {
    margin-right: 3px;
}

#services-wrap .row-label, #businesses-wrap .row-label,
#residents-wrap .row-label, #visitors-wrap .row-label {
    margin-left: 3px;
}


/**************************************************************************************************************
                                               Overrides
**************************************************************************************************************/

/* Dept Header */

.dept-menu-wrap {
    z-index: 100;
    background: #f5f5f5;
}

#dept-nav > ul > li > a {
    color: #454545;
}

    #dept-nav > ul > li > a:hover,
    #dept-nav > ul > li > a:active {
        background: #fff;
        color: #62b5e5;
    }

a.fw-hovered {
    color: #62b5e5 !important;
    background: #fff !important;
}

#dept-nav .top-nav-mega-full-width {
    color: #454545;
    background: #fff;
}

    #dept-nav .top-nav-mega-full-width h1,
    #dept-nav .top-nav-mega-full-width h2,
    #dept-nav .top-nav-mega-full-width h4,
    #dept-nav .top-nav-mega-full-width h5,
    #dept-nav .top-nav-mega-full-width h6,
    #dept-nav .top-nav-mega-full-width ul li a,
    #dept-nav .top-nav-mega-full-width ol li a {
        color: #454545;
    }

    #dept-nav .top-nav-mega-full-width h3 {
        color: #62b5e5;
    }

    #dept-nav .top-nav-mega-full-width .col-md-4 > a {
        color: #f6be00;
    }

@media (min-width: 320px) {
    #dept-mobile-toggle {
        color: #454545;
    }

        #dept-mobile-toggle:before {
            background: #454545;
            box-shadow: 0 0.25em 0 0 #454545, 0 0.5em 0 0 #454545;
        }

    .dept-branding img {
        margin: 10px 30px;
        height: 70px;
    }
}

@media (min-width: 480px) {
    #dept-mobile-toggle {
        color: #454545;
    }

        #dept-mobile-toggle:before {
            background: #454545;
            box-shadow: 0 0.25em 0 0 #454545, 0 0.5em 0 0 #454545;
        }

    .dept-branding img {
        margin: 10px 30px;
        height: 70px;
    }
}

@media (min-width: 768px) {
    #dept-mobile-toggle {
        color: #454545;
    }

        #dept-mobile-toggle:before {
            background: #454545;
            box-shadow: 0 0.25em 0 0 #454545, 0 0.5em 0 0 #454545;
        }

    .dept-branding img {
        margin: 12px 28px 0 28px;
        height: unset;
    }
}

/* Table */

table .sortableTable {
    width: 100%;
}

.sortableTable .sortableColumn {
    cursor: pointer !important;
}

.selectedColumn {
    color: #62b5e5;
}

.sortableColumn.colAsc::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0de";
    margin-left: 10px;
}

.sortableColumn.colDesc::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    margin-left: 10px;
}

.lgb-interior-page .table {
    border-radius: 10px;
}

    .lgb-interior-page .table > tbody > tr:nth-child(odd) > td,
    .lgb-interior-page .table > tbody > tr:nth-child(odd) > th {
        background-color: rgba(98, 181, 229, 0.1);
    }

    .lgb-interior-page .table > thead > tr > th,
    .lgb-interior-page .table > tbody > tr > th,
    .lgb-interior-page .table > tfoot > tr > th,
    .lgb-interior-page .table > thead > tr > td,
    .lgb-interior-page .table > tbody > tr > td,
    .lgb-interior-page .table > tfoot > tr > td {
        padding: 10px 15px;
        border: none;
    }

    .lgb-interior-page .table > tbody img {
        mix-blend-mode: multiply;
    }

@media (min-width: 320px) {
    .lgb-interior-page .table > thead > tr > th,
    .lgb-interior-page .table > tbody > tr > th,
    .lgb-interior-page .table > tfoot > tr > th,
    .lgb-interior-page .table > thead > tr > td,
    .lgb-interior-page .table > tbody > tr > td,
    .lgb-interior-page .table > tfoot > tr > td {
        padding: 5px;
    }
}

@media (min-width: 480px) {
    .lgb-interior-page .table > thead > tr > th,
    .lgb-interior-page .table > tbody > tr > th,
    .lgb-interior-page .table > tfoot > tr > th,
    .lgb-interior-page .table > thead > tr > td,
    .lgb-interior-page .table > tbody > tr > td,
    .lgb-interior-page .table > tfoot > tr > td {
        padding: 10px 15px;
    }
}


/**************************************************************************************************************
                                               LGB Layout
**************************************************************************************************************/

/* Global */

body {
    font-family: 'Open Sans', sans-serif;
}

.lgb-container {
    width: 960px;
    margin: 0 auto;
}

.lgb-section-title {
    font-family: neo-sans, sans-serif;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 20px;
    text-align: center;
    overflow-wrap: break-word;
}

    .lgb-section-title span {
        background: -webkit-linear-gradient(right, #62b5e5, #f6be00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inherit;
    }

.lgb-section-sub-title {
    font-family: neo-sans, sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #5d5e5b;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}

.lgb-section-wysiwyg {
    margin-bottom: 20px;
}

    .lgb-section-wysiwyg img {
        max-width: 100%;
        height: auto;
    }

@media (min-width: 320px) {
    .lgb-container {
        width: 90%;
    }

    .lgb-section-title {
        font-size: 40px;
        line-height: 50px;
        display: block;
    }
}

@media (min-width: 480px) {
    .lgb-container {
        width: 90%;
    }

    .lgb-section-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 768px) {
    .lgb-container {
        width: 90%;
    }

    .lgb-section-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 960px) {
    .lgb-container {
        width: 90%;
    }

    .lgb-section-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 992px) {
    .lgb-container {
        width: 90%;
    }

    .lgb-section-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 1200px) {
    .lgb-container {
        width: 960px;
    }

    .lgb-section-title {
        font-size: 54px;
        line-height: 64px;
    }
}

/* Homepage */

.lgb-homepage {
    background-color: #f5f5f5;
}

/* Interior Page */

.lgb-interior-page {
    background-color: #f5f5f5;
}

.lgb-interior-section {
    margin: 40px auto 20px auto;
}

.lgb-interior-title {
    font-family: neo-sans, sans-serif;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 20px;
    text-align: center;
    overflow-wrap: break-word;
}

    .lgb-interior-title span {
        background: -webkit-linear-gradient(right, #62b5e5, #f6be00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inherit;
    }

.lgb-interior-wysiwyg ul {
    margin: 0 0 20px 40px;
}

.lgb-interior-wysiwyg img {
    max-width: 100%;
    height: auto;
}

/*.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

    .video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/

@media (min-width: 320px) {
    .lgb-interior-title {
        font-size: 40px;
        line-height: 50px;
        display: block;
    }
}

@media (min-width: 480px) {
    .lgb-interior-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 768px) {
    .lgb-interior-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 960px) {
    .lgb-interior-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 1200px) {
    .lgb-interior-title {
        font-size: 54px;
        line-height: 64px;
    }
}

/* Breadcrumb */

.lgb-breadcrumb-container {
    background-color: #fff;
}

.lgb-breadcrumb-inner-container {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
}

@media (min-width: 320px) {
    .lgb-breadcrumb-inner-container {
        width: 90%;
        padding: 10px;
    }
}

@media (min-width: 480px) {
    .lgb-breadcrumb-inner-container {
        width: 90%;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .lgb-breadcrumb-inner-container {
        width: 90%;
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .lgb-breadcrumb-inner-container {
        width: 90%;
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .lgb-breadcrumb-inner-container {
        width: 960px;
        padding: 10px 0;
    }
}

/* Row Sidebar */

.lgb-row-sidebar-section {
    margin: 40px auto;
}

    .lgb-row-sidebar-section > .row > .col-md-4 {
        padding-left: 20px;
    }

@media (min-width: 320px) {
    .lgb-row-sidebar-section > .row > .col-md-4 {
        padding-left: 0;
    }
}

@media (min-width: 480px) {
    .lgb-row-sidebar-section > .row > .col-md-4 {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .lgb-row-sidebar-section > .row > .col-md-4 {
        padding-left: 0;
    }
}

@media (min-width: 960px) {
    .lgb-row-sidebar-section > .row > .col-md-8 {
        width: 100%;
    }

    .lgb-row-sidebar-section > .row > .col-md-4 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .lgb-row-sidebar-section > .row > .col-md-8 {
        width: 66.66666667%;
    }

    .lgb-row-sidebar-section > .row > .col-md-4 {
        width: 33.33333333%;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .lgb-row-sidebar-section > .row > .col-md-4 {
        padding-left: 20px;
    }
}

/* Footer */

.lgb-footer-container {
    background-color: #fff;
    padding: 20px;
}

    .lgb-footer-container .row .col-sm-4:nth-child(1),
    .lgb-footer-container .row .col-sm-4:nth-child(2) {
        padding-right: 40px;
    }

.lgb-footer-logo,
.lgb-footer-links {
    border-right: 1px solid #bfc4ce;
    height: 250px;
}

.lgb-footer-inner-container {
    width: 960px;
    margin: 0 auto;
}

.lgb-footer-logo {
    padding: 70px 0;
}

.lgb-footer-links {
    padding: 40px 0;
}

    .lgb-footer-links a {
        color: #949a90;
    }

    .lgb-footer-links ul {
        list-style: none;
    }

.lgb-footer-social-icons {
    list-style: none;
    display: inline-flex;
}

    .lgb-footer-social-icons li {
        text-align: center;
        background-color: #5d5e5b;
        width: 35px;
        height: 35px;
        padding: 8px 0;
        border-radius: 20px;
        margin-right: 20px;
    }

        .lgb-footer-social-icons li a {
            color: #f0f1f4;
        }

            .lgb-footer-social-icons li a:hover,
            .lgb-footer-social-icons li a:active {
                color: #fff;
                text-decoration: none;
            }

    .lgb-footer-social-icons i {
        font-size: 20px;
    }

.lgb-footer-social-follow {
    color: #949a90;
    width: 200px;
    margin: 20px 0;
}

.lgb-footer-search {
    padding-top: 40px;
}

    .lgb-footer-search .container {
        padding: 0;
    }

    .lgb-footer-search .search-bar {
        max-width: 300px;
    }

    .lgb-footer-search button {
        display: inline-block;
        border: none;
        background: none;
        top: 0 !important;
    }

    .lgb-footer-search input {
        border-radius: 15px;
        box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,.1);
    }

    .lgb-footer-search i {
        background-color: #f6be00;
        color: #fff;
        border-radius: 20px;
        font-size: 12px;
        width: 25px !important;
        height: 25px !important;
        top: 5px !important;
        right: 5px !important;
        line-height: 25px !important;
    }

@media (min-width: 320px) {
    .lgb-footer-inner-container {
        width: 90%;
    }

    .lgb-footer-logo,
    .lgb-footer-links {
        border-right: none;
        height: unset;
    }

    .lgb-footer-container .row .col-sm-4:nth-child(1),
    .lgb-footer-container .row .col-sm-4:nth-child(2) {
        padding-right: unset;
    }

    .lgb-footer-logo {
        padding: 0;
    }

        .lgb-footer-logo img {
            margin: auto;
        }

    .lgb-footer-links {
        text-align: center;
    }

    .lgb-footer-search {
        padding-top: 0;
    }

        .lgb-footer-search .search-bar {
            margin: auto;
        }

    .lgb-footer-social-follow,
    .lgb-footer-social-icons {
        margin: auto;
        text-align: center;
    }

    .lgb-footer-social-icons {
        display: flex;
        padding: 20px;
        width: 270px;
    }
}

@media (min-width: 480px) {
    .lgb-footer-inner-container {
        width: 90%;
    }

    .lgb-footer-logo,
    .lgb-footer-links {
        border-right: none;
        height: unset;
    }

    .lgb-footer-container .row .col-sm-4:nth-child(1),
    .lgb-footer-container .row .col-sm-4:nth-child(2) {
        padding-right: unset;
    }

    .lgb-footer-logo {
        padding: 0;
    }

        .lgb-footer-logo img {
            margin: auto;
        }

    .lgb-footer-links {
        text-align: center;
    }

    .lgb-footer-search {
        padding-top: 0;
    }

        .lgb-footer-search .search-bar {
            margin: auto;
        }

    .lgb-footer-social-follow,
    .lgb-footer-social-icons {
        margin: auto;
        text-align: center;
    }

    .lgb-footer-social-icons {
        display: flex;
        padding: 20px;
        width: 220px;
    }
}

@media (min-width: 768px) {
    .lgb-footer-inner-container {
        width: 90%;
    }

    .lgb-footer-logo,
    .lgb-footer-links {
        border-right: 1px solid #bfc4ce;
        height: 250px;
    }

    .lgb-footer-logo {
        padding: 70px 0;
    }

    .lgb-footer-container .row .col-sm-4:nth-child(1),
    .lgb-footer-container .row .col-sm-4:nth-child(2) {
        padding-right: unset;
    }

    .lgb-footer-logo img {
        margin: auto;
    }

    .lgb-footer-links {
        text-align: unset;
    }

    .lgb-footer-search {
        padding-top: 40px;
    }

        .lgb-footer-search .search-bar {
            margin: auto;
        }

    .lgb-footer-social-follow,
    .lgb-footer-social-icons {
        margin: 10px 0;
        text-align: unset;
    }

    .lgb-footer-social-icons {
        display: inline-flex;
        padding: unset;
    }
}

@media (min-width: 992px) {
    .lgb-footer-inner-container {
        width: 90%;
    }

    .lgb-footer-logo,
    .lgb-footer-links {
        border-right: 1px solid #bfc4ce;
        height: 250px;
    }

    .lgb-footer-container .row .col-sm-4:nth-child(1),
    .lgb-footer-container .row .col-sm-4:nth-child(2) {
        padding-right: 40px;
    }

    .lgb-footer-logo {
        padding: 70px 0;
    }

        .lgb-footer-logo img {
            margin: unset;
        }

    .lgb-footer-links {
        text-align: unset;
    }

    .lgb-footer-search {
        padding-top: 40px;
    }

        .lgb-footer-search .search-bar {
            margin: unset;
        }

    .lgb-footer-social-follow,
    .lgb-footer-social-icons {
        margin: 10px 0;
        text-align: unset;
    }

    .lgb-footer-social-icons {
        display: inline-flex;
        padding: unset;
    }
}

@media (min-width: 1200px) {
    .lgb-footer-inner-container {
        width: 960px;
    }

    .lgb-footer-logo {
        padding: 70px 0;
    }

    .lgb-footer-logo,
    .lgb-footer-links {
        border-right: 1px solid #bfc4ce;
        height: 250px;
    }

    .lgb-footer-container .row .col-sm-4:nth-child(1),
    .lgb-footer-container .row .col-sm-4:nth-child(2) {
        padding-right: 40px;
    }

    .lgb-footer-logo img {
        margin: unset;
    }

    .lgb-footer-links {
        text-align: unset;
    }

    .lgb-footer-search {
        padding-top: 40px;
    }

        .lgb-footer-search .search-bar {
            margin: unset;
        }

    .lgb-footer-social-follow,
    .lgb-footer-social-icons {
        margin: 10px 0;
        text-align: unset;
    }

    .lgb-footer-social-icons {
        display: inline-flex;
        padding: unset;
    }
}

/* Slick Carousel */

.lgb-prev-arrow {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
    color: #5d5e5b;
    font-size: 30px;
}

.lgb-next-arrow {
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 0;
    color: #5d5e5b;
    font-size: 30px;
}

.slick-list {
    width: 95%;
    margin: auto;
}

.slick-slide {
    margin: 0 10px;
}

/* News Carousel */

.lgb-news-carousel-1t-section {
    border-radius: 20px;
    background-image: linear-gradient(to left, #62b5e5, #f6be00);
    padding: 80px 50px;
    color: #fff;
    margin: -150px auto 40px auto;
}

.lgb-news-carousel-1t-content {
    margin-bottom: 0 !important;
}

    .lgb-news-carousel-1t-content .lgb-next-arrow,
    .lgb-news-carousel-1t-content .lgb-prev-arrow {
        color: #fff;
    }

.lgb-news-carousel-1t-section .slick-list {
    width: 90%;
}

@media (min-width: 320px) {
    .lgb-news-carousel-1t-section {
        padding: 20px;
    }

        .lgb-news-carousel-1t-section .lgb-airport-update-img {
            padding-right: 0px;
        }

            .lgb-news-carousel-1t-section .lgb-airport-update-img img {
                margin: 20px auto;
            }
}

@media (min-width: 480px) {
    .lgb-news-carousel-1t-section {
        padding: 20px;
    }

        .lgb-news-carousel-1t-section .lgb-airport-update-img {
            padding-right: 0px;
        }

            .lgb-news-carousel-1t-section .lgb-airport-update-img img {
                margin: 40px auto;
            }
}

@media (min-width: 768px) {
    .lgb-news-carousel-1t-section {
        padding: 50px 25px;
    }

        .lgb-news-carousel-1t-section .lgb-airport-update-img {
            padding-right: 0px;
        }

            .lgb-news-carousel-1t-section .lgb-airport-update-img img {
                margin: 40px auto;
            }
}

@media (min-width: 960px) {
    .lgb-news-carousel-1t-section {
        padding: 80px 50px;
    }

        .lgb-news-carousel-1t-section .lgb-airport-update-img {
            padding-right: 40px;
        }

            .lgb-news-carousel-1t-section .lgb-airport-update-img img {
                margin: unset;
            }
}

@media (min-width: 1200px) {
    .lgb-news-carousel-1t-section {
        padding: 80px 50px;
    }

        .lgb-news-carousel-1t-section .lgb-airport-update-img {
            padding-right: 40px;
        }

            .lgb-news-carousel-1t-section .lgb-airport-update-img img {
                margin: unset;
            }
}

/* News Page */

.lgb-news-page {
    background-color: #f5f5f5;
}

.lgb-news-section {
    margin: 40px auto;
}

.lgb-news-section-content ul {
	margin-left: 30px;
}

.lgb-news-section-date {
    margin-bottom: 20px;
}

.lgb-news-section-img {
	margin-bottom: 20px;
}

/* Search Page */

.lgb-search-page {
    margin: 40px auto;
}

    .lgb-search-page .search-bar {
    }

    .lgb-search-page button {
        display: inline-block;
        border: none;
        background: none;
        top: 0 !important;
    }

    .lgb-search-page input {
        border-radius: 15px;
        box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,.1);
    }

    .lgb-search-page i {
        background-color: #f6be00;
        color: #fff;
        border-radius: 20px;
        font-size: 12px;
        width: 25px !important;
        height: 25px !important;
        top: 5px !important;
        right: 5px !important;
        line-height: 25px !important;
    }

.lgb-search-page-results #cmspages,
.lgb-search-page-results #services {
    margin-bottom: 40px;
}

    .lgb-search-page-results #news img,
    .lgb-search-page-results #services img {
        padding-right: 30px;
    }

.lgb-search-page-results .modal-heading {
    text-align: left;
    line-height: 1.4;
    border-bottom: 2px solid #000;
    padding-bottom: .3em !important;
    margin-bottom: 8px;
    font-weight: 500;
}

.lgb-search-page-results .articles > ul li {
    margin: 0;
    padding: 16px 16px 16px 0;
    border-bottom: 1px solid #eee;
    list-style: none;
}

/**************************************************************************************************************
                                               LGB Blocks
**************************************************************************************************************/

/* Video Hero */

.lgb-hero-loading-section {
    position: relative;
    width: 100%;
    height: 700px;
    background-image: linear-gradient(to left, #62b5e5, #f6be00);
}

    .lgb-hero-loading-section .fa-circle-notch {
        position: absolute;
        top: 40%;
        right: 50%;
        color: #fff;
    }

.lgb-hero-video-section {
    position: relative;
    width: 100%;
    height: 700px;
    font-family: neo-sans, sans-serif;
    background-image: linear-gradient(90deg, #f6be00 50%, #62b5e5 50%);
}

.lgb-hero-video-overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: inherit;
    background-repeat: no-repeat;
    /*box-shadow: inset -200px 0px 100px -50px rgb(104, 184, 230), inset 200px 0px 100px -50px rgb(246, 190, 0);*/
}

.lgb-hero-video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 700px;
}

.lgb-hero-video-content {
    z-index: 3;
    position: absolute;
    color: #fff;
    width: 960px;
    margin: auto;
    left: 0;
    right: 0;
    top: 430px;
}

.lgb-hero-video-headline-lg {
    font-size: 80px;
    text-transform: lowercase;
}

.lgb-hero-video-headline-sm {
    font-size: 24px;
    margin-top: 10px;
    text-transform: capitalize;
}

.lgb-hero-video-headline-underline {
    border-bottom: 2px solid #fff;
    padding-left: 260px;
    position: relative;
    bottom: 17px;
}

@media (min-width: 320px) {
    .lgb-hero-loading-section {
        height: 400px;
    }

    .lgb-hero-video-section {
        background-image: linear-gradient(to left, #62b5e5, #f6be00);
        height: 400px;
    }

    .lgb-hero-video-overlay {
        position: unset;
    }

    .lgb-hero-video-content {
        width: 280px;
        top: 80px;
    }

    .lgb-hero-video-headline-lg {
        font-size: 50px;
        line-height: 50px;
    }

    .lgb-hero-video-headline-sm {
        margin-top: 30px;
    }

    .lgb-hero-video-headline-underline {
        padding-left: 50px;
    }

    .lgb-hero-video {
        display: none;
    }

    .lgb-airport-updates-ticker {
        display: none;
    }
}

@media (min-width: 480px) {
    .lgb-hero-loading-section {
        height: 500px;
    }

    .lgb-hero-video-section {
        background-image: linear-gradient(to left, #62b5e5, #f6be00);
        height: 500px;
    }

    .lgb-hero-video-overlay {
        position: unset;
    }

    .lgb-hero-video-content {
        width: 400px;
        top: 120px;
    }

    .lgb-hero-video-headline-lg {
        font-size: 60px;
        line-height: 60px;
    }

    .lgb-hero-video-headline-sm {
        margin-top: 30px;
    }

    .lgb-hero-video-headline-underline {
        padding-left: 100px;
    }

    .lgb-hero-video {
        display: none;
    }

    .lgb-airport-updates-ticker {
        display: block;
    }
}

@media (min-width: 768px) {
    .lgb-hero-loading-section {
        height: 600px;
    }

    .lgb-hero-video-section {
        background-image: linear-gradient(90deg, #f6be00 50%, #62b5e5 50%);
        height: 600px;
    }

    .lgb-hero-video-overlay {
        position: absolute;
        background-size: cover;
    }

    .lgb-hero-video-content {
        width: 600px;
        top: 370px;
    }

    .lgb-hero-video-headline-lg {
        font-size: 50px;
        line-height: unset;
    }

    .lgb-hero-video-headline-sm {
        margin-top: 10px;
    }

    .lgb-hero-video-headline-underline {
        padding-left: 260px;
    }

    .lgb-hero-video {
        display: block;
        height: 600px;
    }
}

@media (min-width: 992px) {
    .lgb-hero-loading-section {
        height: 700px;
    }

    .lgb-hero-video-section {
        background-image: linear-gradient(90deg, #f6be00 50%, #62b5e5 50%);
        height: 700px;
    }

    .lgb-hero-video-overlay {
        position: absolute;
        background-size: inherit;
    }

    .lgb-hero-video-content {
        width: 900px;
        top: 430px;
    }

    .lgb-hero-video-headline-lg {
        font-size: 70px;
        line-height: unset;
    }

    .lgb-hero-video-headline-sm {
        margin-top: 10px;
    }

    .lgb-hero-video-headline-underline {
        padding-left: 260px;
    }

    .lgb-hero-video {
        display: block;
        height: 700px;
    }
}

@media (min-width: 1200px) {
    .lgb-hero-video-section {
        background-image: linear-gradient(90deg, #f6be00 50%, #62b5e5 50%);
        height: 700px;
    }

    .lgb-hero-video-overlay {
        position: absolute;
        background-size: inherit;
    }

    .lgb-hero-video-content {
        width: 960px;
        top: 430px;
    }

    .lgb-hero-video-headline-lg {
        font-size: 80px;
        line-height: unset;
    }

    .lgb-hero-video-headline-sm {
        margin-top: 10px;
    }

    .lgb-hero-video-headline-underline {
        padding-left: 260px;
    }

    .lgb-hero-video {
        display: block;
        height: 700px;
    }
}

/* Static Hero */

.lgb-hero-static-section {
    position: relative;
    width: 100%;
    height: 570px;
}

.lgb-hero-static-overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
}

.lgb-hero-static-content {
    position: absolute;
    color: #fff;
    width: 960px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 130px;
}

.lgb-hero-static-headline-lg {
    font-family: neo-sans, sans-serif;
    font-size: 110px;
    line-height: 111px;
    text-transform: lowercase;
    overflow-wrap: break-word;
}

.lgb-hero-static-headline-sm {
    font-family: neo-sans, sans-serif;
    font-size: 24px;
    margin-top: 60px;
    text-transform: capitalize;
}

.lgb-hero-static-headline-underline {
    border-bottom: 2px solid #fff;
    padding-left: 260px;
    position: relative;
    bottom: 17px;
}

@media (min-width: 320px) {
    .lgb-hero-static-section {
        height: 400px;
    }

    .lgb-hero-static-content {
        width: 280px;
        bottom: 60px;
    }

    .lgb-hero-static-headline-lg {
        font-size: 50px;
        line-height: 60px;
    }

    .lgb-hero-static-headline-sm {
        margin-top: 30px;
        font-size: 24px;
    }

    .lgb-hero-static-headline-underline {
        padding-left: 50px;
    }
}

@media (min-width: 480px) {
    .lgb-hero-static-section {
        height: 400px;
    }

    .lgb-hero-static-content {
        width: 400px;
        bottom: 80px;
    }

    .lgb-hero-static-headline-lg {
        font-size: 60px;
        line-height: 70px;
    }

    .lgb-hero-static-headline-sm {
        margin-top: 30px;
        font-size: 24px;
    }

    .lgb-hero-static-headline-underline {
        padding-left: 100px;
    }
}

@media (min-width: 768px) {
    .lgb-hero-static-section {
        height: 300px;
    }

    .lgb-hero-static-content {
        width: 700px;
        bottom: 60px;
    }

    .lgb-hero-static-headline-lg {
        font-size: 60px;
        line-height: 70px;
    }

    .lgb-hero-static-headline-sm {
        margin-top: 30px;
        font-size: 24px;
    }

    .lgb-hero-static-headline-underline {
        padding-left: 200px;
    }
}

@media (min-width: 992px) {
    .lgb-hero-static-section {
        height: 400px;
    }

    .lgb-hero-static-content {
        width: 900px;
        bottom: 90px;
    }

    .lgb-hero-static-headline-lg {
        font-size: 80px;
        line-height: 90px;
    }

    .lgb-hero-static-headline-sm {
        margin-top: 40px;
        font-size: 24px;
    }

    .lgb-hero-static-headline-underline {
        padding-left: 260px;
    }
}

@media (min-width: 1200px) {
    .lgb-hero-static-section {
        height: 570px;
    }

    .lgb-hero-static-content {
        width: 960px;
        bottom: 130px;
    }

    .lgb-hero-static-headline-lg {
        font-size: 110px;
        line-height: 111px;
    }

    .lgb-hero-static-headline-sm {
        margin-top: 60px;
    }
}

/* Arrivals and Departures */

.lgb-flight-section {
    position: relative;
    z-index: 3;
    width: 960px;
    margin: -60px auto 20px auto;
}

.lgb-flight-arrivals {
    margin-right: 10px;
}

.lgb-flight-departures {
    margin-left: 10px;
}

.lgb-flight-arrivals,
.lgb-flight-departures {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.lgb-flight-search input {
    border-radius: 15px;
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,.1);
}

.lgb-flight-search i {
    background-color: #f6be00;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    width: 25px !important;
    height: 25px !important;
    top: 5px !important;
    right: 5px !important;
    line-height: 25px !important;
}

.lgb-flight-header {
    font-size: 30px;
    font-weight: 600;
    color: #62b5e5;
    margin-bottom: 20px;
}

    .lgb-flight-header .fas {
        color: #f6be00;
        font-size: 24px;
        margin-right: 5px;
    }

    .lgb-flight-header a {
        font-size: 14px;
        font-weight: 400;
        color: #62b5e5;
        float: right;
        line-height: 40px;
    }

        .lgb-flight-header a:hover,
        .lgb-flight-header a:active {
            color: #62b5e5;
        }

.lgb-flight-table {
    margin-top: 20px;
    font-size: 14px;
}

    .lgb-flight-table thead {
        color: #62b5e5;
    }

@media (min-width: 320px) {
    .lgb-flight-section {
        width: 320px;
        margin: 40px auto 20px auto;
    }

        .lgb-flight-section .col-md-6 {
            width: inherit;
        }

    .lgb-flight-arrivals {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .lgb-flight-departures {
        margin-left: 0;
    }

    .lgb-flight-arrivals .lgb-flight-search i {
        top: 5px !important;
    }

    .lgb-flight-departures .lgb-flight-search i {
        top: 25px !important;
    }

    .lgb-flight-table {
        font-size: 10px;
    }
}

@media (min-width: 414px) {
    .lgb-flight-section {
        width: 350px;
        margin: -60px auto 20px auto;
    }

    .lgb-flight-arrivals .lgb-flight-search i {
        top: 5px !important;
    }
}

@media (min-width: 480px) {
    .lgb-flight-section {
        width: 440px;
    }

        .lgb-flight-section .col-md-6 {
            width: inherit;
            float: inherit;
        }

    .lgb-flight-arrivals {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .lgb-flight-departures {
        margin-left: 0;
    }

    .lgb-flight-arrivals .lgb-flight-search i {
        top: 5px !important;
    }

    .lgb-flight-departures .lgb-flight-search i {
        top: 5px !important;
    }

    .lgb-flight-table {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .lgb-flight-section {
        width: 700px;
    }

        .lgb-flight-section .col-md-6 {
            width: inherit;
            float: inherit;
        }

    .lgb-flight-arrivals {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .lgb-flight-departures {
        margin-left: 0;
    }

    .lgb-flight-search i {
        top: 5px !important;
    }

    .lgb-flight-table {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .lgb-flight-section {
        width: 900px;
    }

        .lgb-flight-section .col-md-6 {
            width: 50%;
            float: left;
        }

    .lgb-flight-arrivals {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .lgb-flight-departures {
        margin-left: 10px;
    }

    .lgb-flight-search i {
        top: 5px !important;
    }

    .lgb-flight-table {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .lgb-flight-section {
        width: 960px;
    }

        .lgb-flight-section .col-md-6 {
            width: 50%;
            float: left;
        }

    .lgb-flight-arrivals {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .lgb-flight-departures {
        margin-left: 10px;
    }

    .lgb-flight-search i {
        top: 5px !important;
    }

    .lgb-flight-table {
        font-size: 14px;
    }
}

/* Arrivals and Departures Full */

.lgb-flight-full-section {
}

.lgb-flight-full-toggle {
    margin-bottom: 20px;
}

.lgb-flight-full-toggle-arrivals {
    margin-right: 10px;
}

.lgb-flight-full-toggle-departures {
    margin-left: 10px;
}

.activeBtn {
    background-color: #62b5e5;
    color: #fff;
}

.notActiveBtn {
    background-color: #dddfe7;
    color: #bfc4ce;
}

.lgb-flight-full-toggle-arrivals,
.lgb-flight-full-toggle-departures {
    border-radius: 10px;
    font-size: 30px;
    font-weight: 600;
    padding: 50px 0;
    text-align: center;
    cursor: pointer;
}

    .lgb-flight-full-toggle-arrivals i,
    .lgb-flight-full-toggle-departures i {
        color: #f6be00;
        margin-right: 10px;
    }

    .lgb-flight-full-toggle-arrivals:hover,
    .lgb-flight-full-toggle-departures:hover {
        opacity: 0.8;
    }

.lgb-flight-full-table {
    background-color: #fff;
}

    .lgb-flight-full-table img {
        height: 30px;
    }

@media (min-width: 320px) {
    .lgb-flight-full-toggle-arrivals {
        margin-right: 0;
    }

    .lgb-flight-full-toggle-departures {
        margin-left: 0;
        margin-top: 20px;
    }

    .lgb-flight-full-arrivals, .lgb-flight-full-departures {
        overflow-x: scroll;
        margin-bottom: 20px;
    }

        .lgb-flight-full-arrivals table, .lgb-flight-full-departures table {
            margin-bottom: 0;
            font-size: 10px;
        }

    .lgb-flight-full-table img {
        height: 15px;
    }
}

@media (min-width: 480px) {
    .lgb-flight-full-toggle-arrivals {
        margin-right: 0;
    }

    .lgb-flight-full-toggle-departures {
        margin-left: 0;
        margin-top: 20px;
    }

    .lgb-flight-full-arrivals, .lgb-flight-full-departures {
        overflow-x: scroll;
        margin-bottom: 20px;
    }

        .lgb-flight-full-arrivals table, .lgb-flight-full-departures table {
            margin-bottom: 0;
            font-size: 10px;
        }

    .lgb-flight-full-table img {
        height: 15px;
    }
}

@media (min-width: 768px) {
    .lgb-flight-full-toggle-arrivals {
        margin-right: 0;
    }

    .lgb-flight-full-toggle-departures {
        margin-left: 0;
        margin-top: 20px;
    }

    .lgb-flight-full-arrivals, .lgb-flight-full-departures {
        overflow-x: unset;
        margin-bottom: 0;
    }

        .lgb-flight-full-arrivals table, .lgb-flight-full-departures table {
            margin-bottom: 20px;
            font-size: 14px;
        }

    .lgb-flight-full-table img {
        height: 30px;
    }
}

@media (min-width: 960px) {
    .lgb-flight-full-toggle-arrivals {
        margin-right: 10px;
    }

    .lgb-flight-full-toggle-departures {
        margin-left: 10px;
        margin-top: 0;
    }

    .lgb-flight-full-arrivals, .lgb-flight-full-departures {
        overflow-x: unset;
        margin-bottom: 0;
    }

        .lgb-flight-full-arrivals table, .lgb-flight-full-departures table {
            margin-bottom: 20px;
            font-size: 14px;
        }

    .lgb-flight-full-table img {
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .lgb-flight-full-toggle-arrivals {
        margin-right: 10px;
    }

    .lgb-flight-full-toggle-departures {
        margin-left: 10px;
        margin-top: 0;
    }

    .lgb-flight-full-arrivals, .lgb-flight-full-departures {
        overflow-x: unset;
        margin-bottom: 0;
    }

        .lgb-flight-full-arrivals table, .lgb-flight-full-departures table {
            margin-bottom: 20px;
            font-size: 14px;
        }

    .lgb-flight-full-table img {
        height: 30px;
    }
}

/* Airlines and Destinations */

.lgb-airlines-destinations-table {
    background-color: #fff;
}

    .lgb-airlines-destinations-table tbody img {
        height: 30px;
    }

@media (min-width: 320px) {
    .lgb-airlines-destinations-table tbody img {
        height: 15px;
    }
}

@media (min-width: 480px) {
    .lgb-airlines-destinations-table tbody img {
        height: 30px;
    }
}

@media (min-width: 768px) {
    .lgb-airlines-destinations-table tbody img {
        height: 30px;
    }
}

@media (min-width: 992px) {
    .lgb-airlines-destinations-table tbody img {
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .lgb-airlines-destinations-table tbody img {
        height: 30px;
    }
}

/* Plan Your Visit */

.lgb-plan-section {
    margin: 40px auto;
}

.lgb-plan-icon {
    margin: 0 auto;
}

.lgb-plan-icon,
.lgb-plan-icon-outline {
    border-radius: 120px;
    padding: 50px 30px;
    height: 220px;
    width: 220px;
    text-align: center;
}

    .lgb-plan-icon a {
        color: #fff;
    }

        .lgb-plan-icon a:hover {
            text-decoration: none;
            opacity: 0.6;
        }

    .lgb-plan-icon i,
    .lgb-plan-icon-outline i {
        font-size: 80px;
    }

.lgb-plan-icon-title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}

.lgb-plan-icon-container .col-md-3:nth-child(1) .lgb-plan-icon {
    background-color: #949a90;
}

.lgb-plan-icon-container .col-md-3:nth-child(2) .lgb-plan-icon {
    background-color: #9ab9ad;
}

.lgb-plan-icon-container .col-md-3:nth-child(3) .lgb-plan-icon {
    background-color: #62b5e5;
}

.lgb-plan-icon-container .col-md-3:nth-child(4) .lgb-plan-icon {
    background-color: #f6be00;
}

.lgb-plan-icon-container .col-md-3:nth-child(1) .lgb-plan-icon-outline {
    color: #949a90;
    border: 5px solid #949a90;
}

.lgb-plan-icon-container .col-md-3:nth-child(2) .lgb-plan-icon-outline {
    color: #9ab9ad;
    border: 5px solid #9ab9ad;
}

.lgb-plan-icon-container .col-md-3:nth-child(3) .lgb-plan-icon-outline {
    color: #62b5e5;
    border: 5px solid #62b5e5;
}

.lgb-plan-icon-container .col-md-3:nth-child(4) .lgb-plan-icon-outline {
    color: #f6be00;
    border: 5px solid #f6be00;
}

.lgb-plan-total-container div .col-md-3:nth-child(1),
.lgb-plan-total-container div .col-md-3:nth-child(2),
.lgb-plan-total-container div .col-md-3:nth-child(3) {
    border-right: 1px solid #fff;
}

.lgb-plan-total-container {
    background-color: #5d5e5b;
    padding: 50px 30px 180px 30px !important;
    margin: 40px 0;
}

.lgb-plan-total-inner-container {
    width: 960px;
    margin: 0 auto 0 auto;
}

.lgb-plan-total {
    text-align: center;
}

    .lgb-plan-total .odometer {
        font-size: 56px;
        font-weight: 600;
        color: #f6be00;
    }

    .lgb-plan-total .title {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

@media (min-width: 320px) {
    .lgb-plan-icon-container .col-md-3 {
        width: 100%;
        padding-bottom: inherit;
    }

    .lgb-plan-icon {
        margin: 20px auto;
    }

    .lgb-plan-total-inner-container {
        width: 280px;
    }

    .lgb-plan-total-container div .col-md-3:nth-child(1),
    .lgb-plan-total-container div .col-md-3:nth-child(2),
    .lgb-plan-total-container div .col-md-3:nth-child(3) {
        border-right: none;
    }

    .lgb-plan-total {
        margin: 20px 0;
    }

    .lgb-plan-icon-outline {
        margin: 20px auto;
    }
}

@media (min-width: 480px) {
    .lgb-plan-icon-container .col-md-3,
    .lgb-plan-total-inner-container .col-md-3 {
        width: inherit;
        padding-bottom: inherit;
    }

    .lgb-plan-icon {
        margin: 20px auto;
    }

    .lgb-plan-total-inner-container {
        width: 400px;
    }

    .lgb-plan-total-container div .col-md-3:nth-child(1),
    .lgb-plan-total-container div .col-md-3:nth-child(2),
    .lgb-plan-total-container div .col-md-3:nth-child(3) {
        border-right: none;
    }

    .lgb-plan-total {
        margin: 20px 0;
    }

    .lgb-plan-icon-outline {
        margin: 20px auto;
    }
}

@media (min-width: 768px) {
    .lgb-plan-icon-container .col-md-3,
    .lgb-plan-total-inner-container .col-md-3 {
        width: 50%;
        padding-bottom: 40px;
        float: left;
    }

    .lgb-plan-icon {
        margin: 20px auto;
    }

    .lgb-plan-total-inner-container {
        width: 700px;
    }

    .lgb-plan-total-container div .col-md-3:nth-child(1),
    .lgb-plan-total-container div .col-md-3:nth-child(2),
    .lgb-plan-total-container div .col-md-3:nth-child(3) {
        border-right: none;
    }

    .lgb-plan-total {
        margin: 20px 0;
    }

    .lgb-plan-icon-outline {
        margin: 20px auto;
    }
}

@media (min-width: 960px) {
    .lgb-plan-icon-container .col-md-3 {
        width: 50%;
        padding-bottom: 40px;
        float: left;
    }
}

@media (min-width: 992px) {
    .lgb-plan-icon-container .col-md-3,
    .lgb-plan-total-inner-container .col-md-3 {
        width: 25%;
        padding-bottom: inherit;
    }

    .lgb-plan-icon {
        margin: 0 auto;
    }

    .lgb-plan-total-container div .col-md-3:nth-child(1),
    .lgb-plan-total-container div .col-md-3:nth-child(2),
    .lgb-plan-total-container div .col-md-3:nth-child(3) {
        border-right: 1px solid #fff;
    }

    .lgb-plan-total-inner-container {
        width: 900px;
    }

    .lgb-plan-total {
        margin: unset;
    }

    .lgb-plan-icon-outline {
        margin: unset;
    }
}

@media (min-width: 1200px) {
    .lgb-plan-icon {
        margin: 0 auto;
    }

    .lgb-plan-total-container div .col-md-3:nth-child(1),
    .lgb-plan-total-container div .col-md-3:nth-child(2),
    .lgb-plan-total-container div .col-md-3:nth-child(3) {
        border-right: 1px solid #fff;
    }

    .lgb-plan-total-inner-container {
        width: 960px;
    }

    .lgb-plan-total {
        margin: unset;
    }

    .lgb-plan-icon-outline {
        margin: unset;
    }
}

/* Airport Updates */

.lgb-homepage .lgb-airport-update-section {
    margin: -150px auto 40px auto;
}

.lgb-airport-update-section {
    border-radius: 20px;
    background-image: linear-gradient(to left, #62b5e5, #f6be00);
    padding: 85px 100px;
    color: #fff;
    margin: 40px auto 40px auto;
}

.lgb-airport-update-img {
    padding-right: 40px;
    padding-bottom: 0;
    margin: 0;
}

    .lgb-airport-update-img img {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

.lgb-airport-update-date {
    margin-bottom: 20px;
}

    .lgb-airport-update-date span {
        font-weight: 600;
        text-transform: uppercase;
        padding-right: 20px;
    }

.lgb-airport-update-headline {
    font-family: neo-sans, sans-serif;
    font-size: 38px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 40px;
    max-height: 150px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lgb-airport-update-summary {
    margin-bottom: 40px;
}

    .lgb-airport-update-summary a,
    .lgb-airport-update-summary a:hover {
        color: #fff;
    }

.lgb-airport-update-more .btn {
    border-radius: 20px;
    padding: 10px 40px;
    background-color: #5d5e5b;
    color: #fff;
    border: none;
}

    .lgb-airport-update-more .btn:hover,
    .lgb-airport-update-more .btn:active {
        opacity: 0.9;
        border: none;
    }

@media (min-width: 320px) {
    .lgb-airport-update-section {
        padding: 45px 50px;
    }

        .lgb-airport-update-section .lgb-airport-update-img {
            padding-right: 0;
            padding-bottom: 20px;
            margin: auto;
        }
}

@media (min-width: 480px) {
    .lgb-airport-update-section {
        padding: 45px 50px;
    }

        .lgb-airport-update-section .lgb-airport-update-img {
            padding-right: 0;
            padding-bottom: 20px;
            margin: auto;
        }
}

@media (min-width: 768px) {
    .lgb-airport-update-section {
        padding: 85px 100px;
    }

        .lgb-airport-update-section .lgb-airport-update-img {
            padding-right: 0;
            padding-bottom: 40px;
            margin: auto;
        }
}

@media (min-width: 960px) {
    .lgb-airport-update-section {
        padding: 85px 100px;
    }

        .lgb-airport-update-section .lgb-airport-update-img {
            padding-right: 40px;
            padding-bottom: 0;
            margin: 0;
        }
}

@media (min-width: 1200px) {
    .lgb-airport-update-section {
        padding: 85px 100px;
    }

        .lgb-airport-update-section .lgb-airport-update-img {
            padding-right: 40px;
            padding-bottom: 0;
            margin: 0;
        }
}

/* Article Page */

.lgb-article-page-section {
    margin: 40px auto 40px auto;
}

.lgb-article-page-content-container {
    margin-bottom: 20px;
}

    .lgb-article-page-content-container .lgb-article-page-content:nth-child(1),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(3) {
        padding-right: 20px;
    }

.lgb-article-page-content {
    padding-bottom: 20px;
}

.lgb-article-page-content-img {
    background-color: #fff;
}

    .lgb-article-page-content-img img {
        width: 100%;
        height: 260px;
        border-radius: 10px 10px 0 0;
    }

.lgb-article-page-content-inner-container {
    position: relative;
    background-color: #fff;
    padding: 40px;
    border-radius: 0 0 10px 10px;
}

.lgb-article-page-content-headline {
    font-family: neo-sans, sans-serif;
    font-size: 40px;
    color: #5d5e5b;
    line-height: 42px;
    margin-bottom: 30px;
    overflow-wrap: break-word;
}

.lgb-article-page-content-summary {
    margin-bottom: 100px;
}

.lgb-article-page-content-more {
    position: absolute;
    bottom: 40px;
}

    .lgb-article-page-content-more .btn {
        border-radius: 20px;
        padding: 10px 40px;
        background-color: #62b5e5;
        color: #fff;
        border: none;
    }

        .lgb-article-page-content-more .btn:hover,
        .lgb-article-page-content-more .btn:active {
            opacity: 0.9;
            border: none;
        }

@media (min-width: 320px) {
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(1),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(3),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(5),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(7),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(9),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(11) {
        padding-right: 0;
    }
}

@media (min-width: 480px) {
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(1),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(3),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(5),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(7),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(9),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(11) {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(1),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(3),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(5),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(7),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(9),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(11) {
        padding-right: 0;
    }
}

@media (min-width: 960px) {
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(1),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(3),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(5),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(7),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(9),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(11) {
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(1),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(3),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(5),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(7),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(9),
    .lgb-article-page-content-container .lgb-article-page-content:nth-child(11) {
        padding-right: 20px;
    }
}

/* Article 2 Tile, 3 Tile, Carousel Icon */

.lgb-article-card-icon {
    position: absolute;
    right: 30px;
    top: 10px;
}

    .lgb-article-card-icon i {
        text-align: center;
        background-color: #62b5e5;
        /*background-image: linear-gradient(to left, #62b5e5, #f6be00);*/
        color: #fff;
        border-radius: 20px;
        font-size: 20px;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

.lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(2) .lgb-article-card-icon {
    right: 10px;
}

.lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(3) .lgb-article-card-icon {
    right: 10px;
}

.lgb-article-carousel-3t-content-img .lgb-article-card-icon {
    right: 10px;
}

/* Article Carousel 3 Tile */

.lgb-article-carousel-3t-section {
    margin: 60px auto 60px auto;
}

.lgb-article-carousel-3t-content-img {
    background-color: #fff;
    position: relative;
}

    .lgb-article-carousel-3t-content-img img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 185px;
    }

.lgb-article-carousel-3t-content-container {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 30px;
}

.lgb-article-carousel-3t-content-title {
    font-family: neo-sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #5d5e5b;
    margin-bottom: 20px;
}

/* Article Card 3 Tile */

.lgb-article-card-3t-section {
    margin: 40px auto 40px auto;
}

.lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(1),
.lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(2) {
    padding-right: 20px;
    padding-bottom: 0;
}

.lgb-article-card-3t-content-img {
    border-radius: 10px 10px 0 0;
    background-color: #fff;
}

    .lgb-article-card-3t-content-img img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 185px;
    }

.lgb-article-card-3t-content-inner-container {
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    padding: 30px;
}

.lgb-article-card-3t-content-title {
    font-family: neo-sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #5d5e5b;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(1),
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(2) {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .lgb-article-card-3t-content-img img {
        height: 160px;
    }
}

@media (min-width: 480px) {
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(1),
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(2) {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .lgb-article-card-3t-content-img img {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(1),
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(2) {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .lgb-article-card-3t-content-img img {
        height: 360px;
    }
}

@media (min-width: 960px) {
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(1),
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(2) {
        padding-right: 20px;
        padding-bottom: 0;
    }

    .lgb-article-card-3t-content-img img {
        height: 185px;
    }
}

@media (min-width: 1200px) {
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(1),
    .lgb-article-card-3t-content-container .lgb-article-card-3t-content:nth-child(2) {
        padding-right: 20px;
        padding-bottom: 0;
    }

    .lgb-article-card-3t-content-img img {
        height: 185px;
    }
}

/* Article Card 2 Tile */

.lgb-article-card-2t-section {
    margin: 40px auto 40px auto;
}

.lgb-article-card-2t-content {
    padding-bottom: 20px;
}

.lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(odd) {
    padding-right: 10px;
}

.lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(even) {
    padding-left: 10px;
}

.lgb-article-card-2t-content-img {
    border-radius: 10px 10px 0 0;
    background-color: #fff;
}

    .lgb-article-card-2t-content-img img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 260px;
    }

.lgb-article-card-2t-content-inner-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.lgb-article-card-2t-content-title {
    font-family: neo-sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #5d5e5b;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(odd) {
        padding-right: 0;
    }

    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(even) {
        padding-left: 0;
    }

    .lgb-article-card-2t-content-img img {
        height: 160px;
    }
}

@media (min-width: 480px) {
    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(odd) {
        padding-right: 0;
    }

    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(even) {
        padding-left: 0;
    }

    .lgb-article-card-2t-content-img img {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(odd) {
        padding-right: 0;
    }

    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(even) {
        padding-left: 0;
    }

    .lgb-article-card-2t-content-img img {
        height: 360px;
    }
}

@media (min-width: 960px) {
    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(odd) {
        padding-right: 10px;
    }

    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(even) {
        padding-left: 10px;
    }

    .lgb-article-card-2t-content-img img {
        height: 260px;
    }
}

@media (min-width: 1200px) {
    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(odd) {
        padding-right: 10px;
    }

    .lgb-article-card-2t-content-container .lgb-article-card-2t-content:nth-child(even) {
        padding-left: 10px;
    }

    .lgb-article-card-2t-content-img img {
        height: 260px;
    }
}

/* News Archive Page */

.lgb-news-archive-section {
}

.lgb-news-archive-content {
    padding-bottom: 20px;
}

.lgb-news-archive-content-container .lgb-news-archive-content:nth-child(even),
.lgb-news-archive-content-container .lgb-news-archive-content:nth-child(odd) {
    padding: 10px;
}

.lgb-news-archive-content-img {
    background-color: #fff;
}

    .lgb-news-archive-content-img img {
        border-radius: 10px 10px 0 0;
        margin: 0 auto;
        height: 185px;
    }

.lgb-news-archive-content-inner-container {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.lgb-news-archive-content-headline {
    font-family: neo-sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #5d5e5b;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.lgb-news-archive-content-summary {
    margin-bottom: 100px;
}

.lgb-news-archive-content-more {
    position: absolute;
    bottom: 30px;
}

    .lgb-news-archive-content-more .btn {
        border-radius: 20px;
        padding: 10px 40px;
        background-color: #62b5e5;
        color: #fff;
        border: none;
    }

        .lgb-news-archive-content-more .btn:hover,
        .lgb-news-archive-content-more .btn:active {
            opacity: 0.9;
            border: none;
        }

@media (min-width: 320px) {
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(even),
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(odd) {
        padding: 10px 0;
    }

    .lgb-news-archive-content-img img {
        height: 160px;
    }
}

@media (min-width: 480px) {
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(even),
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(odd) {
        padding: 10px 0;
    }

    .lgb-news-archive-content-img img {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(even),
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(odd) {
        padding: 10px 0;
    }

    .lgb-news-archive-content-img img {
        height: 360px;
    }
}

@media (min-width: 960px) {
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(even),
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(odd) {
        padding: 10px;
    }

    .lgb-news-archive-content-img img {
        height: 185px;
    }
}

@media (min-width: 1200px) {
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(even),
    .lgb-news-archive-content-container .lgb-news-archive-content:nth-child(odd) {
        padding: 10px;
    }

    .lgb-news-archive-content-img img {
        height: 185px;
    }
}

/* News Card 3 Tile */

.lgb-news-card-3t-section {
    margin: 40px auto;
}

.lgb-news-card-3t-content {
    padding-bottom: 20px;
}

.lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(1),
.lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(2) {
    padding: 0 20px 0 0;
}

.lgb-news-card-3t-content-img {
    border-radius: 10px 10px 0 0;
    background-color: #fff;
}

    .lgb-news-card-3t-content-img img {
        border-radius: 10px 10px 0 0;
        margin: 0 auto;
        height: 185px;
		width:100%;
    }

.lgb-news-card-3t-content-inner-container {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.lgb-news-card-3t-content-headline {
    font-family: neo-sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #5d5e5b;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}

.lgb-news-card-3t-content-summary {
    margin-bottom: 100px;
}

.lgb-news-card-3t-content-more {
    position: absolute;
    bottom: 30px;
}

    .lgb-news-card-3t-content-more .btn {
        border-radius: 20px;
        padding: 10px 40px;
        background-color: #62b5e5;
        color: #fff;
        border: none;
    }

        .lgb-news-card-3t-content-more .btn:hover,
        .lgb-news-card-3t-content-more .btn:active {
            opacity: 0.9;
            border: none;
        }

.lgb-news-card-3t-more-news {
    margin-bottom: 40px;
}

    .lgb-news-card-3t-more-news .btn {
        border-radius: 20px;
        padding: 10px 40px;
        background-color: #5d5e5b;
        color: #fff;
        border: none;
    }

        .lgb-news-card-3t-more-news .btn:hover,
        .lgb-news-card-3t-more-news .btn:active {
            opacity: 0.9;
            border: none;
        }

@media (min-width: 320px) {
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(1),
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(2) {
        padding: 0 0 20px 0;
    }

    .lgb-news-card-3t-content-img img {
        height: 160px;
    }
}

@media (min-width: 480px) {
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(1),
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(2) {
        padding: 0 0 20px 0;
    }

    .lgb-news-card-3t-content-img img {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(1),
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(2) {
        padding: 0 0 20px 0;
    }

    .lgb-news-card-3t-content-img img {
        height: 360px;
    }
}

@media (min-width: 960px) {
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(1),
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(2) {
        padding: 0 20px 0 0;
    }

    .lgb-news-card-3t-content-img img {
        height: 185px;
    }
}

@media (min-width: 1200px) {
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(1),
    .lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(2),
	.lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(4),
	.lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(5),
	.lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(7),
	.lgb-news-card-3t-content-container .lgb-news-card-3t-content:nth-child(8)
	{
        padding: 0 20px 0 0;
    }

    .lgb-news-card-3t-content-img img {
        height: 185px;
    }
}

/* Carousel 1 Tile  */

.lgb-carousel-1t-section {
    margin: 40px auto 40px auto;
}

/* Carousel 4 Tile  */

.lgb-carousel-4t-section {
    margin: 40px auto 40px auto;
}

    .lgb-carousel-4t-section .lgb-section-title,
    .lgb-carousel-4t-section .lgb-section-sub-title {
        /*text-align: unset;*/
    }

    .lgb-carousel-4t-section .lgb-section-wysiwyg {
        /*text-align: unset;*/
        margin-bottom: 40px;
    }

.lgb-carousel-4t-content-container {
    background-color: #fff;
    border-radius: 10px;
    height: 200px;
    padding: 40px;
    margin: 0 10px;
}

.lgb-carousel-4t-content-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Info Box */

.lgb-info-box-contained {
    background-color: #5d5e5b !important;
    width: 960px;
    margin: 40px auto;
    padding: 50px !important;
    border-radius: 10px;
}

.lgb-info-box-section {
    margin: 40px auto;
}

    .lgb-info-box-section .row .col-md-6:nth-child(1) {
        padding-right: 30px;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(2) {
        padding-left: 30px;
    }

.lgb-info-box-container {
    background-color: #5d5e5b;
    padding: 50px;
    /*border-radius: 10px;*/
}

.lgb-info-box-title {
    font-family: neo-sans, sans-serif;
    color: #f6be00;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.lgb-info-box-wysiwyg {
    color: #fff;
}

    .lgb-info-box-wysiwyg img {
        max-width: 100%;
        height: auto;
    }

    .lgb-info-box-wysiwyg a,
    .lgb-info-box-wysiwyg a:hover,
    .lgb-info-box-wysiwyg a:active {
        color: #62b5e5;
    }

    .lgb-info-box-wysiwyg > span > ul {
        margin-left: 20px;
    }

        .lgb-info-box-wysiwyg > span > ul > li > ul {
            margin-left: 20px;
        }

            .lgb-info-box-wysiwyg > span > ul > li > ul > li > ul {
                margin-left: 20px;
            }

@media (min-width: 320px) {
    .lgb-info-box-contained {
        width: 280px;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(1) {
        padding-right: 0;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(2) {
        padding-left: 0;
    }
}

@media (min-width: 480px) {
    .lgb-info-box-contained {
        width: 400px;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(1) {
        padding-right: 0;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(2) {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .lgb-info-box-contained {
        width: 700px;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(1) {
        padding-right: 0;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(2) {
        padding-left: 0;
    }
}

@media (min-width: 960px) {
    .lgb-info-box-contained {
        width: 900px;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(1) {
        padding-right: 30px;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(2) {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .lgb-info-box-contained {
        width: 960px;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(1) {
        padding-right: 30px;
    }

    .lgb-info-box-section .row .col-md-6:nth-child(2) {
        padding-left: 30px;
    }
}

/* Info Box with List */

.lgb-info-box-list-section {
    background-color: #5d5e5b;
    padding: 50px 0;
}


    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(1) {
        padding-right: 20px;
    }

    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(2) {
        padding-left: 20px;
    }

.lgb-info-box-list-title {
    font-family: neo-sans, sans-serif;
    font-size: 54px;
    line-height: 64px;
    color: #f6be00;
    margin-bottom: 20px;
}

.lgb-info-box-list-wysiwyg {
    color: #fff;
}

.lgb-info-box-list-content {
    color: #fff;
}

    .lgb-info-box-list-content .col-md-6 {
        padding: 5px 10px;
    }

    .lgb-info-box-list-content a,
    .lgb-info-box-list-content a:hover {
        color: #fff;
    }

    .lgb-info-box-list-content i {
        margin-left: 10px;
    }

@media (min-width: 320px) {
    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(1) {
        padding-right: 0;
    }

    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(2) {
        padding-left: 0;
        padding-top: 20px;
    }

    .lgb-info-box-list-content .col-md-6 {
        padding: 0;
    }

    .lgb-info-box-list-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 480px) {
    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(1) {
        padding-right: 0;
    }

    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(2) {
        padding-left: 0;
        padding-top: 20px;
    }

    .lgb-info-box-list-content .col-md-6 {
        padding: 0;
    }

    .lgb-info-box-list-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 768px) {
    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(1) {
        padding-right: 0;
    }

    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(2) {
        padding-left: 0;
        padding-top: 20px;
    }

    .lgb-info-box-list-content .col-md-6 {
        padding: 0;
    }

    .lgb-info-box-list-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 960px) {
    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(1) {
        padding-right: 20px;
    }

    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(2) {
        padding-left: 20px;
        padding-top: 0;
    }

    .lgb-info-box-list-content .col-md-6 {
        padding: 5px 10px;
    }

    .lgb-info-box-list-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 1200px) {
    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(1) {
        padding-right: 20px;
    }

    .lgb-info-box-list-section > div > .row > .col-md-6:nth-child(2) {
        padding-left: 20px;
        padding-top: 0;
    }

    .lgb-info-box-list-content .col-md-6 {
        padding: 5px 10px;
    }

    .lgb-info-box-list-title {
        font-size: 54px;
        line-height: 64px;
    }
}

/* Info Box Stacked */

.lgb-info-box-stacked-section {
    background-color: #5d5e5b;
    text-align: center;
    padding: 60px 0;
}

.lgb-info-box-stacked-title {
    font-family: neo-sans, sans-serif;
    font-size: 54px;
    line-height: 64px;
    color: #f6be00;
    margin-bottom: 20px;
}

.lgb-info-box-stacked-wysiwyg {
    color: #fff;
}

@media (min-width: 320px) {
    .lgb-info-box-stacked-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 480px) {
    .lgb-info-box-stacked-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 768px) {
    .lgb-info-box-stacked-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 960px) {
    .lgb-info-box-stacked-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (min-width: 1200px) {
    .lgb-info-box-stacked-title {
        font-size: 54px;
        line-height: 64px;
    }
}

/* Image and Wysiwyg */

.lgb-img-wysiwyg-section {
    margin: 40px auto 40px auto;
}

.lgb-img-wysiwyg-content {
    background-color: #fff;
    border-radius: 10px;
}

    .lgb-img-wysiwyg-content img {
        max-width: 100%;
        height: auto;
    }

    .lgb-img-wysiwyg-content .col-md-6:nth-child(1) img {
        border-radius: 10px 0 0 10px;
    }

    .lgb-img-wysiwyg-content .col-md-6:nth-child(2) {
        padding: 50px;
    }

.lgb-img-wysiwyg-title {
    font-family: neo-sans, sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #5d5e5b;
    margin-bottom: 20px;
}

.lgb-img-wysiwyg-content {
}

@media (min-width: 320px) {
    .lgb-img-wysiwyg-content .col-md-6:nth-child(1) img {
        border-radius: 10px 10px 0 0;
    }
}

@media (min-width: 480px) {
    .lgb-img-wysiwyg-content .col-md-6:nth-child(1) img {
        border-radius: 10px 10px 0 0;
    }
}

@media (min-width: 768px) {
    .lgb-img-wysiwyg-content .col-md-6:nth-child(1) img {
        border-radius: 10px 10px 0 0;
    }
}

@media (min-width: 992px) {
    .lgb-img-wysiwyg-content .col-md-6:nth-child(1) img {
        border-radius: 10px 0 0 10px;
    }
}

@media (min-width: 1200px) {
    .lgb-img-wysiwyg-content .col-md-6:nth-child(1) img {
        border-radius: 10px 0 0 10px;
    }
}

/* Paragraph */

.lgb-paragraph-section {
    margin: 40px auto;
}

/* Travel Info Map */

.lgb-travel-info-map-section {
    margin: 40px auto;
}

/* Sidebar Contact */

.lgb-sidebar-contact-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .lgb-sidebar-contact-section a {
        color: #62b5e5;
    }

    .lgb-sidebar-contact-section i {
        color: #f6be00;
        width: 14px;
        height: 14px;
        margin-right: 10px;
    }

.lgb-sidebar-contact-address,
.lgb-sidebar-contact-link {
    display: table;
}

    .lgb-sidebar-contact-address a,
    .lgb-sidebar-contact-link a {
        display: table-cell;
    }

.lgb-sidebar-contact-logo {
    margin-bottom: 20px;
}

    .lgb-sidebar-contact-logo img {
        max-height: 100px;
    }

.lgb-sidebar-contact-address,
.lgb-sidebar-contact-phone,
.lgb-sidebar-contact-link {
    margin-bottom: 20px;
}

/* Sidebar Nav Links */

.lgb-sidebar-nav-links-section {
    background-color: #fff;
    padding: 20px 0 10px 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.lgb-sidebar-nav-links-content a {
    font-size: 20px;
    font-weight: 600;
    color: #5d5e5b;
}

    .lgb-sidebar-nav-links-content a:hover,
    .lgb-sidebar-nav-links-content a:active {
        opacity: 0.8;
        text-decoration: none;
    }

.lgb-sidebar-nav-links-content-icon i {
    color: #fff;
    font-size: 25px;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 10px 10px 0;
}

.lgb-sidebar-nav-links-content-container .row:nth-child(1) .lgb-sidebar-nav-links-content-icon i {
    background-color: #949a90;
}

.lgb-sidebar-nav-links-content-container .row:nth-child(2) .lgb-sidebar-nav-links-content-icon i {
    background-color: #9ab9ad;
}

.lgb-sidebar-nav-links-content-container .row:nth-child(3) .lgb-sidebar-nav-links-content-icon i {
    background-color: #62b5e5;
}

.lgb-sidebar-nav-links-content-container .row:nth-child(4) .lgb-sidebar-nav-links-content-icon i {
    background-color: #f6be00;
}

/* Emergency Notice */

.lgb-emergency-notice-section {
    background: #f7542b;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 6px 10px 0 rgba(83, 90, 95, 0.54), 0 1px 18px 0 rgba(83, 90, 95, 0.54), 0 3px 5px -1px rgba(83, 90, 95, 0.54);
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 10;
}

    .lgb-emergency-notice-section .close-btn {
        position: absolute;
        right: 15px;
        top: 20px;
    }

        .lgb-emergency-notice-section .close-btn .fa {
            color: #fff;
            font-size: 24px;
            padding: 5px 10px;
            border: 2px solid #fff;
        }

    .lgb-emergency-notice-section h2 {
        font-family: neo-sans, sans-serif;
        font-size: 30px;
        color: #fff;
    }

.lgb-emergency-notice-section-top {
	
	margin: 60px auto 20px; background-color: #fff; border-radius: 10px; padding: 15px 20px;
} 

@media (max-width: 413px) and (orientation: portrait){

.lgb-emergency-notice-section-top {
	margin: -15px auto 20px;
}
}

@media (min-width: 414px) and (max-width: 767px) and (orientation: portrait){

.lgb-emergency-notice-section-top {
	margin: 85px auto 20px;
}
}

/* Parking Rates */

.lgb-parking-rates-section {
    margin: 40px auto;
}

.lgb-parking-rates-card-container {
    margin-top: 20px;
}

    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(1),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(2),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(3) {
        padding-right: 20px;
    }

        .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(1) .lgb-parking-rates-card-title {
            background-color: #62b5e5;
        }

        .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(2) .lgb-parking-rates-card-title {
            background-color: #f6be00
        }

        .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(3) .lgb-parking-rates-card-title {
            background-color: #949a90;
        }

    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(4) .lgb-parking-rates-card-title {
        background-color: #9ab9ad;
        font-size: 19px;
        line-height: 0.95;
    }

.lgb-parking-rates-card-inner-container {
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
    background-color: #fff;
    color: #5d5e5b;
}

.lgb-parking-rates-card-title {
    border-radius: 10px 10px 0 0;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 0.75;
}

.lgb-parking-rates-card-rate {
    font-family: neo-sans, sans-serif;
    font-size: 60px;
    margin-bottom: 10px;
}

.lgb-parking-rates-card-rate-label {
    font-size: 18px;
    margin-bottom: 10px;
}

.lgb-parking-rates-card-small-print {
    font-size: 11px;
}

@media (min-width: 320px) {
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(1),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(2),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(3) {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(1),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(2),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(3) {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(1),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(2),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(3) {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(1),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(2),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(3) {
        padding-right: 20px;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(1),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(2),
    .lgb-parking-rates-card-container .lgb-parking-rates-card-content:nth-child(3) {
        padding-right: 20px;
        padding-bottom: 0;
    }
}

/* Parking Map */

.lgb-parking-map-section {
    margin: 40px auto;
}

/* Parking and Directions */

.lgb-parking-directions-section {
    margin: 40px auto;
}

.lgb-parking-directions-content-left p {
    margin: 0;
}

.lgb-parking-directions-content-right {
    background-color: #fff;
    padding: 40px;
}

    .lgb-parking-directions-content-right > ul,
    .lgb-parking-directions-content-right > ul > li > ul,
    .lgb-parking-directions-content-right > ul > li > ul > li > ul {
        margin-left: 40px;
    }

/* Taxi Rates */

.lgb-taxi-rate-section {
    margin: 40px auto;
}

    .lgb-taxi-rate-section .lgb-section-wysiwyg {
        text-align: unset;
    }

.lgb-taxi-rate-book {
    margin-top: -15px;
    text-align: right;
}

    .lgb-taxi-rate-book .btn {
        border-radius: 20px;
        padding: 10px 40px;
        background-color: #62b5e5;
        color: #fff;
        border: none;
    }

        .lgb-taxi-rate-book .btn:hover,
        .lgb-taxi-rate-book .btn:active {
            opacity: 0.9;
            border: none;
        }

.lgb-taxi-rate-panel-container {
    margin-top: 40px;
}

    .lgb-taxi-rate-panel-container .lgb-taxi-rate-panel:nth-child(1) {
        padding-right: 10px;
    }

    .lgb-taxi-rate-panel-container .lgb-taxi-rate-panel:nth-child(2) {
        padding-left: 10px;
    }

.lgb-taxi-rate-panel .panel-heading {
    text-transform: uppercase;
    font-size: 22px;
    background-color: #62b5e5;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.lgb-taxi-rate-panel .panel-body {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 0 0 10px 10px;
}

    .lgb-taxi-rate-panel .panel-body .row {
        padding-bottom: 5px;
    }

.lgb-taxi-rate-panel table {
    margin-bottom: 0;
}

@media (min-width: 320px) {
    .lgb-taxi-rate-book {
        margin-top: unset;
        text-align: unset;
    }
}

@media (min-width: 480px) {
    .lgb-taxi-rate-book {
        margin-top: unset;
        text-align: unset;
    }
}

@media (min-width: 768px) {
    .lgb-taxi-rate-book {
        margin-top: unset;
        text-align: unset;
    }
}

@media (min-width: 992px) {
    .lgb-taxi-rate-book {
        margin-top: -15px;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .lgb-taxi-rate-book {
        margin-top: -15px;
        text-align: right;
    }
}

/* Tabs */

.lgb-tabs-section {
    margin: 40px auto;
}

    .lgb-tabs-section .lgb-section-title,
    .lgb-tabs-section .lgb-section-sub-title,
    .lgb-tabs-section .lgb-section-wysiwyg {
        /*text-align: unset;*/
    }

.lgb-tabs-panel-container {
    margin-top: 40px;
}

    .lgb-tabs-panel-container .panel-heading {
        text-transform: uppercase;
        font-size: 22px;
        background-color: #ccc;
        color: #fff;
        border-radius: 10px 10px 0 0;
        padding: 0;
    }

        .lgb-tabs-panel-container .panel-heading .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .col-sm-3 {
            padding: 15px 30px;
        }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-3 {
            border-radius: 10px 0 0 0;
        }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(3) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(4) .col-sm-3 {
            border-radius: 0 10px 0 0;
        }

        .lgb-tabs-panel-container .panel-heading a {
            color: #fff;
        }

            .lgb-tabs-panel-container .panel-heading a:hover,
            .lgb-tabs-panel-container .panel-heading a:active,
            .lgb-tabs-panel-container .panel-heading a:focus {
                text-decoration: none;
                opacity: 0.9;
            }

        .lgb-tabs-panel-container .panel-heading .active {
            background-color: #62b5e5;
        }


    .lgb-tabs-panel-container .panel-body {
        background-color: #fff;
        padding: 40px;
        border-radius: 0 0 10px 10px;
    }

.lgb-tabs-section .tabcol {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lgb-tabs-panel-container > .panel > .panel-body > div > ul {
    margin-left: 20px;
}

    .lgb-tabs-panel-container > .panel > .panel-body > div > ul > li > ul {
        margin-left: 20px;
    }

        .lgb-tabs-panel-container > .panel > .panel-body > div > ul > li > ul > li > ul {
            margin-left: 20px;
        }

@media (min-width: 320px) {
    .lgb-tabs-section .tabcol i {
        display: block;
    }
}

.lgb-tabs-panel-container .panel-heading {
    border-radius: 10px 10px 0 0;
}

    .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-4,
    .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-3 {
        border-radius: 10px 10px 0 0;
    }

    .lgb-tabs-panel-container .panel-heading .row a:nth-child(3) .col-sm-4,
    .lgb-tabs-panel-container .panel-heading .row a:nth-child(4) .col-sm-3 {
        border-radius: 0;
    }

@media (min-width: 480px) {
    .lgb-tabs-section .tabcol i {
        display: block;
    }

    .lgb-tabs-panel-container .panel-heading {
        border-radius: 10px 10px 0 0;
    }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-3 {
            border-radius: 10px 10px 0 0;
        }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(3) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(4) .col-sm-3 {
            border-radius: 0;
        }
}

@media (min-width: 768px) {
    .lgb-tabs-section .tabcol i {
        display: none;
    }

    .lgb-tabs-panel-container .panel-heading {
        border-radius: 10px 10px 0 0;
    }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-3 {
            border-radius: 10px 0 0 0;
        }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(3) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(4) .col-sm-3 {
            border-radius: 0 10px 0 0;
        }
}

@media (min-width: 992px) {
    .lgb-tabs-section .tabcol i {
        display: block;
    }

    .lgb-tabs-panel-container .panel-heading {
        border-radius: 10px 10px 0 0;
    }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-3 {
            border-radius: 10px 0 0 0;
        }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(3) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(4) .col-sm-3 {
            border-radius: 0 10px 0 0;
        }
}

@media (min-width: 1200px) {
    .lgb-tabs-section .tabcol i {
        display: block;
    }

    .lgb-tabs-panel-container .panel-heading {
        border-radius: 10px 10px 0 0;
    }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(1) .col-sm-3 {
            border-radius: 10px 0 0 0;
        }

        .lgb-tabs-panel-container .panel-heading .row a:nth-child(3) .col-sm-4,
        .lgb-tabs-panel-container .panel-heading .row a:nth-child(4) .col-sm-3 {
            border-radius: 0 10px 0 0;
        }
}

/* Accordion */

.lgb-accordion-section {
    margin: 40px auto 40px auto;
}

    .lgb-accordion-section .panel {
        min-height: unset;
        margin: 0 0 15px 0;
    }

    .lgb-accordion-section .panel-heading {
        background-color: #fff;
        padding: 15px 20px;
    }

    .lgb-accordion-section .panel-title {
        font-weight: 600;
    }

        .lgb-accordion-section .panel-title a {
            display: table;
            width: 100%;
        }

            .lgb-accordion-section .panel-title a:hover,
            .lgb-accordion-section .panel-title a:focus {
                text-decoration: none;
            }

        .lgb-accordion-section .panel-title span {
            display: table-cell;
        }

            .lgb-accordion-section .panel-title span:nth-child(2) {
                padding-left: 10px;
                text-align: right;
            }

        .lgb-accordion-section .panel-title i {
            background-color: #f6be00;
            color: #fff;
            font-size: 14px;
            padding: 5px 6px;
            border-radius: 20px;
        }

    .lgb-accordion-section .panel-body {
        background-color: #fff;
    }

        .lgb-accordion-section .panel-body > ul {
            margin-left: 20px;
        }

            .lgb-accordion-section .panel-body > ul > li > ul {
                margin-left: 20px;
            }

                .lgb-accordion-section .panel-body > ul > li > ul > li > ul {
                    margin-left: 20px;
                }

/* Facebook Feed */

.facebook-feed-section {
    background-color: #fff;
    margin: 20px 0;
    padding: 10px;
    border-radius: 10px;
}

/* Weather Widget */

.lgb-weather-widget-section {
    margin: 20px 0;
    color: #fff;
    font-family: neo-sans, sans-serif;
}

    .lgb-weather-widget-section svg path {
        fill: #fff;
    }

.lgb-weather-widget-daily-container {
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 20px;
}

    .lgb-weather-widget-daily-container.day-time {
        background-image: radial-gradient(circle at 96% 97%, #62b5e5, #f6be00);
    }

    .lgb-weather-widget-daily-container.night-time {
        background-image: radial-gradient(circle at 96% 97%, #62b5e5, #365899);
    }

    .lgb-weather-widget-daily-container .today-city {
        font-size: 22px;
    }

    .lgb-weather-widget-daily-container .today-date {
        font-size: 18px;
    }

    .lgb-weather-widget-daily-container .today-icon {
        border-right: 2px solid #fff;
    }

    .lgb-weather-widget-daily-container .temperature-big {
        font-size: 100px;
    }

    .lgb-weather-widget-daily-container .forecast {
        font-size: 14px;
    }

.lgb-weather-widget-weekly-container {
    border-radius: 0 0 10px 10px;
    font-size: 18px;
}

    .lgb-weather-widget-weekly-container.day-time {
        background-color: #9ab9ad;
    }

    .lgb-weather-widget-weekly-container.night-time {
        background-color: #365899;
    }

    .lgb-weather-widget-weekly-container svg {
        height: 30px;
    }

    .lgb-weather-widget-weekly-container .row {
        border-bottom: 1px solid #ccc;
        padding: 10px;
        display: flex;
        align-items: center;
    }

        .lgb-weather-widget-weekly-container .row:last-child {
            border-bottom: none;
        }

.lgb-map-tooltips-section .venue {
    position: absolute;
    display: inline-block;
    cursor: pointer;
}

@media (min-width: 320px) {
    .lgb-weather-widget-daily-container svg {
        height: 120px;
    }

    .lgb-weather-widget-daily-container .today-icon {
        border-right: none;
    }

    @media (min-width: 480px) {
        .lgb-weather-widget-daily-container svg {
            height: 120px;
        }

        .lgb-weather-widget-daily-container .today-icon {
            border-right: none;
        }
    }

    @media (min-width: 768px) {
        .lgb-weather-widget-daily-container svg {
            height: 60px;
        }

        .lgb-weather-widget-daily-container .today-icon {
            border-right: none;
        }
    }

    @media (min-width: 992px) {
        .lgb-weather-widget-daily-container svg {
            height: unset;
        }

        .lgb-weather-widget-daily-container .today-icon {
            border-right: 2px solid #fff;
        }
    }

    @media (min-width: 1200px) {
        .lgb-weather-widget-daily-container svg {
            height: unset;
        }

        .lgb-weather-widget-daily-container .today-icon {
            border-right: 2px solid #fff;
        }
    }

    /* Map Tooltips */

    .lgb-map-tooltips-section .customTooltip {
        top: 30px;
        visibility: hidden;
        width: 400px;
        background-color: #4899c7;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
    }

    /* Flight Radar */

    .lgb-flight-radar-section {
        margin: 40px auto;
    }

    /* Iframe Map */

    .lgb-iframe-map-section {
        margin: 40px auto;
    }

    /* Hero switch */

    @media screen and (min-width: 768px) {
        .hero-large {
            display: block;
        }

        .hero-small {
            display: none;
        }
    }

    @media screen and (max-width: 767px) {
        .hero-large {
            display: none;
        }

        .hero-small {
            display: block;
        }
    }
