

@font-face {
    font-family: 'icomoon';
    src: url('../Fonts/icomoon.eot?6993ai');
    src: url('../Fonts/icomoon.eot?6993ai#iefix') format('embedded-opentype'), url('../Fonts/icomoon.ttf?6993ai') format('truetype'), url('../Fonts/icomoon.woff?6993ai') format('woff'), url('../Fonts/icomoon.svg?6993ai#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:not(i):before,
[class*=" icon-"]:not(i):before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail-envelope-closed:before {
    content: "\e92e";
}

.icon-ico-pause2:before {
    content: "\e949";
}

.icon-ico-play2:before {
    content: "\e94a";
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, span, hr, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, textarea, a {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12px;
    vertical-align: baseline;
    background: transparent;
    color: #4D4F53;
    visibility: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.ContentPane {
    position: relative;
}

/* TYPE */

body {
    -webkit-font-smoothing: antialiased;
}

.lowercase {
    text-transform: none;
}

.white {
    color: white !important;
}

p {
    color: white;
    font-size: 1.5rem;
    padding-bottom: 1em;
}

.feature p {
    font-size: 1.5rem;
}

h2 {
    color: #53ecef;
    margin: 4rem auto;
    text-align: center;
    width: 70%;
    font-size: 28px;
}

.Section-header {
    font-size: 1.286em;
}

span {
    color: inherit;
    font-size: inherit;
}

a {
    text-decoration: none;
    font-size: inherit;
    color: #53ecef;
}

.newsblock {
    font-size: 1rem;
}


/* GENERAL */

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

html {
    background-color: #130041;
    background-image: url("https://cdn.visitcaymanislands.com/media/isdhf/background.jpg");
    background-size: 100%;
}

h1,
h2 {
    text-transform: uppercase;
}

table,
th,
td {
    font-size: 1.286em;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: lighter;
}

.tablebold {
    font-weight: bold;
}

table {
    width: 100%;
    margin: 0px auto;
}

td {
    height: 50px;
}

th {
    text-align: left;
    color: #53ECEF;
    background-color: rgba(0, 0, 0, 0.32);
}

.oddrow {
    background-color: rgba(255, 255, 255, 0.15);
}

/*header*/
.header {
    background-color: #00004b;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.75);
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}

    .header .logo {
        background-image: url("https://cdn.visitcaymanislands.com/media/ISDHF/ISDHF-Logo-19-160.png");
        display: inline-block;
        float: left;
        height: 160px;
        margin: 8px 0 0 50px;
        width: 160px;
        background-repeat: no-repeat;
        background-size: cover;
    }

.overlay-hugeinc {
    opacity: 0;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
    visibility: hidden;
    width: 100%;
}

.overlay {
    background: rgba(0, 0, 29, 0.9) none repeat scroll 0 0;
    color: white;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.menu-btn {
    height: 50px;
    margin-right: 50px;
    position: absolute;
    right: 0;
    top: 26px;
    width: 50px;
}

.menu-title {
    color: #53ecef;
    display: block;
    font-family: arial;
    font-size: 11px;
    font-weight: bolder;
    margin: 0 auto;
}

.menu-btn .lines {
    height: 17px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
}

    .menu-btn .lines span {
        background-color: #53ecef;
        display: block;
        height: 3px;
        position: absolute;
        width: 100%;
    }

        .menu-btn .lines span.top {
            top: 0;
        }

        .menu-btn .lines span.mid {
            top: 7px;
        }

        .menu-btn .lines span.bot {
            bottom: 0;
        }

.top-spacer {
    margin-top: 100px;
}
/*header END*/

/*footer*/
.footercontainer {
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 60px;
}

.footer {
    color: #fff;
    margin: 0 auto;
    padding: 0 14px;
    text-align: center;
    width: calc(100% - 28px);
    max-width: 1152px;
}

.footerlink:link, .footerlink:visited, .footerlink:active {
    color: #53ecef;
}

.footerlinks {
    padding: 42px 0;
    float: left;
}

.footerlink {
    color: #53ecef;
    font-size: 1.5rem;
    line-height: 2rem;
}

.linkseparator {
    color: white;
    display: inline-block;
    margin: 4px 10px 0 10px;
    text-align: left;
}

.footertext {
    color: white;
    font-size: 1.5rem;
    text-align: right;
    line-height: 2rem;
    display: inline-block;
    padding: 42px 0;
    float: right;
}

.footer:after {
    content: "";
    display: block;
    clear: both;
}

/*footer end*/

/*body*/


.header-title-content {
    color: #D0FFFE;
    display: block;
    font-size: 4em;
    height: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
}

.hero {
    padding: 0;
}

.section {
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #31234b;
    padding-bottom: 15px;
    padding-top: 1.2em;
}

.content-container {
    width: 100%;
}

.rotating-banner, .static-feature {
    position: relative;
}

.hero {
    max-height: calc(80vh - 180px);
    overflow: hidden;
    padding: 0;
}

    .hero .content-container {
        background-size: cover;
        /*height: 80vh;*/
        width: 100%;
        max-width: 100%;
        background-position: center;
    }


.hero-txt {
    border-bottom: 1px solid #31234b;
    border-top: 1px solid #31234b;
    padding-bottom: 3%;
    padding-top: 3%;
    text-align: left;
}

.section.hero-txt .content-container sup {
    color: #ffffff;
}

.section.hero-txt .content-container p {
    margin-bottom: 0;
    margin-top: 0;
    width: calc(100% - 120px);
}

.section h2, .restrict-width-wrapper h2 {
    color: #53ecef;
    margin: 4rem auto;
    text-align: center;
    width: 70%;
    font-size: 28px;
}

.hero-overlay {
    /*bottom: 128px;
    left: auto;
    margin: 0 80px;
    position: absolute;
    text-align: left;
    width: 600px;*/
    margin: 0 auto;
    max-width: 1280px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.section-img {
    vertical-align: top;
    width: 100%;
}

.twocol-box h2,
.threecol-box h2 {
    color: #53ecef;
    margin-left: 66px;
    text-align: left;
    margin-top: 46px;
    margin-bottom: 24px;
}

.twocol-box h3,
.threecol-box h3 {
    margin-left: 66px;
    font-style: italic;
    width: 80%;
}

.threecol-box h2 {
    margin-left: 46px;
}

.bio-txt-intro-wrap h3 {
    font-style: italic;
    padding-bottom: 16px;
}

.section p {
    margin: 0.6em auto;
    text-align: left;
    width: 80%;
}

.twocol-box p,
.threecol-box p {
    margin-left: 66px;
    text-align: left;
}

.threecol-box p {
    margin-left: 46px;
}

    .twocol-box p strong,
    .threecol-box p strong,
    .content-container p strong {
        color: white;
        font-size: 1.5rem;
        padding-bottom: 1em;
    }

.button,
.button-back,
.search-page .btn {
    background-color: #53ecef;
    box-sizing: border-box;
    color: #00004b;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 32px auto 60px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 231px;
}

    .search-page .btn:hover, .button:hover, .button-clicked {
        background-color: rgba(0, 0, 75, 1);
        border: 1px solid #53ecef;
        color: #53ecef;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }

.buttonHolder {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 142px;
    z-index: 9;
}

.bio-intro:after {
    content: "";
    display: block;
    clear: both;
}

.bio-intro {
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 70px;
}

.bio-copy {
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 70px;
}

    .bio-copy .content-container {
        padding: 70px 70px;
        width: calc(100% - 140px);
    }


.bio-txt-main {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: justify;
}

    .bio-txt-main img {
        width: 100%;
    }

    .bio-txt-main p {
        padding: 40px 70px 0 70px;
    }

        .bio-txt-main p:last-child {
            padding-bottom: 96px;
        }

h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
}

.bio-main-image,
.bio-txt-intro {
    width: calc(50% - 35px);
}

.bio-txt-main:before {
    content: "";
    display: block;
    clear: both;
}

.bio-main-image {
    margin-right: 35px;
    background-position: center center;
    background-size: cover;
}

.bio-txt-intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 35px;
    margin-right: 60px;
    width: calc(50% - 95px);
    text-align: justify;
}

.bio-main-image img {
    width: 100%;
}

.bio-hero-space .videoContainer {
    position: relative;
    padding-bottom: 53%;
    padding-top: 25px;
    height: 0px;
}

    .bio-hero-space .videoContainer iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }


/*body end*/

/*containers and boxes*/

.content-container {
    margin: 0 auto;
    max-width: 1128px;
}


.restrict-width-wrapper {
    margin: 0 auto;
    max-width: 1128px;
}

.boxwrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: space-between;
    -webkit-align-items: space-between;
    align-items: space-between;
}

    .boxwrapper .twocol-box {
        border: 1px solid #233256;
        padding: 0 0 142px;
        margin: 37px 31px;
        width: calc(50% - 34px);
        position: relative;
    }

    .boxwrapper .threecol-box {
        border: 1px solid #233256;
        padding: 0 0 142px;
        margin: 37px 16px;
        width: calc(33% - 20px);
        position: relative;
    }

    .boxwrapper .twocol-box:nth-child(odd) {
        margin-left: 0;
    }

    .boxwrapper .twocol-box:nth-child(even) {
        margin-right: 0;
    }

    .boxwrapper .threecol-box:first-child,
    .boxwrapper .threecol-box:nth-child(4n+4) {
        margin-left: 0;
    }


    .boxwrapper .threecol-box:nth-child(3n+3) {
        margin-right: 0;
    }


.InductionWeek .boxwrapper,
.artifacts .boxwrapper {
    margin-top: 34px;
}

    .InductionWeek .boxwrapper .twocol-box:before,
    .artifacts .boxwrapper .twocol-box:before {
        content: "";
        position: absolute;
        /*background-image: url(http://cdn.caymanislands.ky/portals/_default/skins/scubahofroot/../common/img/tile-shading.png);*/
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .InductionWeek .boxwrapper .twocol-box:before {
        background-image: none;
        opacity: 0.3;
        background-color: #000;
    }

.InductionWeek .copy_overlay,
.twocol-box .txt-overlay-atifacts {
    /*  display: inline-block;
  -webkit-justify-content: flex-end;
  align-self: flex-end;
    width: auto;*/
    z-index: 3;
    /*position: absolute;*/
}

.InductionWeek .boxwrapper .twocol-box,
.artifacts .boxwrapper .twocol-box {
    padding: 30px 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(50% - 40px);
    margin: 18px auto;
    box-sizing: border-box;
    min-height: 320px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    justify-content: flex-end;
}

/*.InductionWeek .boxwrapper .twocol-box:nth-child(odd),
.artifacts .boxwrapper .twocol-box:nth-child(odd) {
        margin-left: 0;
    }

	.InductionWeek .boxwrapper .twocol-box:nth-child(even),
    .artifacts .boxwrapper .twocol-box:nth-child(even) {
        margin-right: 0;
    }*/

.InductionWeek .twocol-box h2,
.artifacts .twocol-box h2 {
    margin-bottom: 2rem;
    margin-left: 0;
    margin-top: 2rem;
    font-size: 1.25em;
    width: 100%
}

.InductionWeek .twocol-box h2 {
    font-size: 2rem;
}

.InductionWeek .twocol-box p,
.artifacts .twocol-box p {
    margin-left: 0;
    width: 100%
}

.InductionWeek .twocol-box .section-img,
.artifacts .twocol-box .section-img {
    display: none;
}

.artifacts .buttonHolder,
.InductionWeek .buttonHolder {
    height: auto;
    left: auto;
    position: relative;
    width: auto;
}

.InductionWeek .button,
.artifacts .button {
    margin: 0 30px 0 0;
}

.artifacts .txt-bottom-align {
    padding-bottom: 20px;
}

.artifacts .hero {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .artifacts .hero .content-container {
        opacity: 1;
    }

.artifacts .hero-overlay-holder {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

    .artifacts .hero-overlay-holder .hero-overlay {
        max-width: 60%;
        min-width: 40%;
        margin: 16% 0 0;
    }

        .artifacts .hero-overlay-holder .hero-overlay h2,
        .artifacts .hero-overlay-holder .hero-overlay p {
            text-align: left;
            margin-left: 35px;
        }

        .artifacts .hero-overlay-holder .hero-overlay h2 {
            margin-bottom: 1rem;
        }

.footnote {
    font-size: 1rem;
    font-style: italic;
    margin: 0 60px;
}

.year-txt p {
    padding-bottom: 0;
    font-size: 28px;
    text-align: center;
}

.hero {
    position: relative;
}

    .hero .copy_overlay {
        background-color: rgba(0, 0, 0, 0.6);
        left: 0;
        position: absolute;
        bottom: 10%;
        width: calc(50% - 80px);
        padding: 20px 40px;
    }

        .hero .copy_overlay h2 {
            margin: 0 0 16px 0;
            text-align: left;
            width: 100%;
        }

        .hero .copy_overlay p {
            margin: 0;
            width: 100%;
        }
/*
.InductionWeek .twocol-box {
    background-size: cover;
    min-height: 320px;
    padding-bottom: 0;
}

    .InductionWeek .twocol-box .copy_overlay {
        bottom: 0;
        left: 0;
        margin: 94px 0 0 37px;
        top: 0;
        width: auto;
        z-index: 3;
    }

        .InductionWeek .twocol-box .copy_overlay p,
        .InductionWeek .twocol-box .copy_overlay h2 {
            margin-left: 0;
        }

        .InductionWeek .twocol-box .copy_overlay h2 {
            margin-bottom: 12px;
        }

    .InductionWeek .twocol-box .buttonHolder {
        bottom: 15px;
        height: 50px;
        left: 37px;
    }

        .InductionWeek .twocol-box .buttonHolder .button {
            margin: 0;
        }*/

.newsNavigation .button {
    float: left;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 1.3rem;
    margin-right: 20px;
}

    .newsNavigation .button:last-child {
        margin-right: 0;
    }

.newsNavigation {
    max-width: 340px;
    margin: auto;
}

    .newsNavigation::after {
        content: "";
        clear: both;
        display: block;
    }

.carousel {
    max-height: 80vh;
}

.carousel_foreground {
    margin: 0 !important;
    padding-top: 0 !important;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    width: 50%;
}

@media screen and (orientation: portrait) {
    .component.heroMedia.video > video {
        width: auto;
        height: 100vh;
    }
}

.component.heroMedia.video .heroDesc {
    left: 8.33333333vw;
    max-width: 32.98611111vw;
    bottom: 20%;
    top: auto;
}

    .component.heroMedia.video .heroDesc .temp {
        display: inline-block;
        margin-bottom: 1em;
    }

    .component.heroMedia.video .heroDesc h1,
    .component.heroMedia.video .heroDesc h2 {
        text-align: left;
    }

.headerNav {
    float: right;
    margin-right: 140px;
    margin-top: 42px;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: block;
}

    .headerNav a {
        padding: 0 0 0 12px;
    }

        .headerNav a:hover {
            font-weight: bolder;
        }

        .headerNav a:after {
            display: inline-block;
            border-right: 1px solid #fff;
            content: "";
            height: 12px;
            width: 1px;
            padding: 0 12px 0 0;
        }

        .headerNav a:last-child:after {
            border-right: none;
        }


.socialMediabar {
    float: right;
    margin-bottom: 29px;
}

    .socialMediabar a {
        display: inline-block;
        width: 42px;
        height: 42px;
        background-size: contain;
        margin-right: 18px;
    }

        .socialMediabar a.FB {
            background-image: url('https://cdn.visitcaymanislands.com/media/isdhf/social_FB.png');
        }

        .socialMediabar a.Twitter {
            background-image: url('https://cdn.visitcaymanislands.com/media/isdhf/social_Twitter.png');
        }

        .socialMediabar a.YouTube {
            background-image: url('https://cdn.visitcaymanislands.com/media/isdhf/social_YT.png');
        }

        .socialMediabar a.Instagram {
            background-image: url('https://cdn.visitcaymanislands.com/media/isdhf/social_Instagram.png');
        }

        .socialMediabar a span {
            display: none;
        }

/*.owl-carousel {
    float: left;
    width: calc(100% - 112px) !important;
}*/

.inductees-carousel h2 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 22px;
}

.inductees-carousel.bio-hp {
    margin-bottom: 4rem;
}

.inductees-carousel.bio-hp h2 {
    margin-bottom: 4rem;
}

.inductees-carousel .bio-list {
    --gap: 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--gap);
    padding: 0;
    margin: 0;
}

    .inductees-carousel .bio-list figure {
        flex: 1 0 calc(25% - var(--gap));
        max-width: calc(25% - var(--gap));
    }

        .inductees-carousel .bio-list figure figcaption {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            margin-top: 12px;
            text-align: center;
            text-transform: uppercase;
        }

        .inductees-carousel .bio-list figure img{
            width: 100%;
        }

        .owl-carousel figure {
            margin: 16px;
        }

    .owl-carousel figure a {
        width: 175px;
        height: 246px;
        margin: 0 auto;
    }

    .owl-carousel figure img {
        width: 100%;
    }

    .owl-carousel figure figcaption {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin-top: 12px;
        text-align: center;
        text-transform: uppercase;
    }

.callout h1 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-top: 12px;
}

.callout p {
    max-width: 1128px;
}

.owl-prev,
.owl-next {
    display: block;
    width: 39px;
    height: 280px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}

    .owl-prev span,
    .owl-next span {
        display: none;
    }

.clear {
    clear: both;
}

.owl-prev {
    background-image: url('https://cdn.visitcaymanislands.com/media/isdhf/arrow-left.png');
    margin-right: 16px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.owl-next {
    background-image: url('https://cdn.visitcaymanislands.com/media/isdhf/arrow-right.png');
    margin-left: 16px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

    .owl-next.disabled,
    .owl-prev.disabled {
        opacity: 0;
    }

.intro-overlay {
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    cursor: pointer;
    display: none;
}

    .intro-overlay img {
        width: 100%;
        cursor: pointer;
    }



.backToTop {
    position: fixed;
    bottom: 320px;
    right: 40px;
    border: 1px solid #53ecef;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: none;
}

    .backToTop:after {
        border-color: transparent transparent #53ecef;
        border-style: solid;
        border-width: 0 12px 10px;
        content: "";
        height: 0;
        left: calc(50% - 12px);
        position: absolute;
        top: calc(50% - 7px);
        width: 0;
    }

.c_contentpane {
    position: relative;
}

#iPopUp {
    width: calc(100% - 11px) !important;
}

ol {
    padding: 0 70px 0 88px;
}

    ol li {
        color: white;
        font-size: 1.5rem;
    }

.travel-packages ul {
    margin-left: 66px;
    width: 80%;
    padding-bottom: 1em;
}

    .travel-packages ul li {
        color: white;
        font-size: 1.5rem;
        list-style-position: inside;
        margin-left: 18px;
    }

.travel-packages table {
    margin-left: 66px;
    width: 80%;
}

.travel-packages th {
    background: none;
    text-align: center;
    font-weight: bolder;
}

.travel-packages table, .travel-packages th, .travel-packages td {
    color: white;
    font-size: 1.5rem;
    padding: 0;
    height: auto;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}

.travel-packages .note {
    font-size: 1.2rem;
    font-style: italic;
}

.travel-packages .buttonHolder p {
    font-weight: bold;
}

.newsarticle img {
    height: auto;
    max-width: 100%;
}


.newsList .rwTable, .rwTable th, .rwTable td {
    height: auto;
    padding: 0;
}

.newsList .c_container {
    position: relative;
}

.c_container .c_footer {
    display: none;
}

.newsList .section-img {
    max-height: 200px;
    overflow: hidden;
}

    .newsList .section-img img {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

.newsList .summary {
    width: 70%;
    margin: 0.6em auto 0.6em 50px;
    text-align: left;
    color: white;
    font-size: 1.5rem;
    padding-bottom: 1em;
}

.newsList .date {
    font-size: 1.4rem;
    font-style: italic;
    color: #53ecef;
    margin-left: 50px;
}

.newsList .boxwrapper {
    margin-top: 0;
}

    .newsList .boxwrapper .twocol-box {
        width: calc(33% - 30px);
    }

@media (max-width: 768px) {
    .newsList .boxwrapper .twocol-box {
        width: auto;
    }
}

.newsList .newsInner .newsheader {
    text-align: center;
}

    .newsList .newsInner .newsheader h2 {
        margin-bottom: 0;
    }

    .newsList .newsInner .newsheader .date {
        margin-left: 0;
    }

.newsList .newsarticle img {
    float: left;
    padding: 0 26px 26px 0;
    max-width: 180px;
}

.newsInner h1 {
    color: #53ecef;
    margin: 4rem auto 0 auto;
    text-align: center;
    width: 70%;
    font-size: 28px;
}

.newsInner .date {
    font-size: 1.4rem;
    font-style: italic;
    color: #53ecef;
    margin-left: 50px;
    text-align: center;
}

.newsInner .newsarticle h2 strong {
    color: #53ecef;
    margin: 2rem auto;
    text-align: center;
    font-size: 18px;
}

.news-wrapper .header-title-content {
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.owl-stage {
    margin: 0 auto;
}

.search_container {
    display: inline-block;
}

    .search_container input[type=text] {
        border: 1px solid #233256;
        background-color: #53ecef;
        color: #233256;
        margin-left: 12px;
        padding: 0 6px;
    }

    .search_container .search_button {
        background-image: url('../Img/search.svg');
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: right;
    }

        .search_container .search_button span {
            display: none;
        }

.search-page {
    padding-bottom: 1em;
}

.SearchResults > div > span {
    color: white;
    font-size: 1.5rem;
    text-align: center;
    display: block;
}

.search-page label {
    color: white;
    font-size: 1.5rem;
    margin-right: 12px;
}

.search-page .editing-form-value-cell input {
    border: 1px solid #233256;
    background-color: #53ecef;
    color: #233256;
    font-size: 1.5rem;
    padding: 4px 6px;
}

.search-page .editing-form-label-cell {
    display: inline-block;
}

.search-page .editing-form-value-cell {
    display: inline-block;
}

.search-page .form-horizontal {
    text-align: center;
}

.search-page .btn {
    border: none;
    height: 40px;
    width: 200px;
    line-height: 40px;
    cursor: pointer;
}

.search-page .SearchResults a,
.search-page .SearchResults a span {
    color: #53ecef;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal !important;
}

.search-page .SearchResults .resultContent {
    display: none;
}

.search-page .SearchResults .pagger,
.search-page .SearchResults .pagger strong {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal !important;
}

.search-page .SearchResults .resUrl,
.search-page .SearchResults .resUrl strong {
    color: #fae72b;
    font-weight: normal;
}

.search-page .SearchResults .createTime {
    display: block;
}


.cookie-consent-banner {
    min-height: 250px;
    position: fixed !important;
    bottom: 0 !important;
    width: 100%;
    z-index: 999999 !important;
    background-color: rgba(0,0,0,0.9);
}

    .cookie-consent-banner .CookieConsent {
        max-width: 80%;
        padding-top: 30px;
        margin: 0 auto;
        color: #fff;
        font-size: 1.5rem;
    }

        .cookie-consent-banner .CookieConsent .TrackingConsent {
            margin-bottom: 23px;
            display: block;
        }

            .cookie-consent-banner .CookieConsent .TrackingConsent .ShortText {
                color: #fff;
                font-size: 1.5rem;
            }

        .cookie-consent-banner .CookieConsent a {
            color: #fff;
            text-decoration: underline;
        }

        .cookie-consent-banner .CookieConsent .ConsentButtons input {
            border: 1px solid #eee;
            background-color: #53ecef;
            box-sizing: border-box;
            color: #00004b;
            display: inline-block;
            font-size: 1.6rem;
            font-weight: bold;
            height: 50px;
            line-height: 50px;
            margin: 30px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            min-width: 231px;
            padding: 0 16px;
        }



.businessSitemap {
    column-count: 2;
    margin: 0 auto;
    max-width: 1128px;
}

    .businessSitemap ul {
        list-style: disc;
        margin-left: 1rem;
        padding-left: 1rem;
    }

    .businessSitemap h2 {
        font-size: 0.97222222vw;
    }

    .businessSitemap h3,
    .businessSitemap h4,
    .businessSitemap a {
        color: #0564ac;
        font-size: 0.83333333vw;
        margin-bottom: 0;
    }

@media only screen and (min-width: 1600px) {
    .businessSitemap h3,
    .businessSitemap h4,
    .businessSitemap a {
        font-size: 15.55555556px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1279px) {
    .businessSitemap {
        column-count: auto;
    }

        .businessSitemap h3,
        .businessSitemap h4,
        .businessSitemap a {
            font-size: 17.48632813px;
        }
}

@media only screen and (max-width: 767px) {
    .businessSitemap {
        column-count: auto;
    }

        .businessSitemap h3,
        .businessSitemap h4,
        .businessSitemap a {
            font-size: 22.49866667px;
        }
}
