/*!
 * Stylesheet : Aggressor Adventures
 * Created    : July 2019
 * -----------------------------------------------------------------------------------
 */
/*!
 * Bootstrap v4.3.1 
 * -----------------------------------------------------------------------------------
 */
:root {
    --black: #000;
    --white: #fff;
    --gray: #5a5a5a;
    --blue: #008ac5;
    --gold: #c08438;
    --breakpoint-xxs: 0;
    --breakpoint-xs: 480px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*
@media (max-width: 776px)
{   .site-header {
    max-height: 57vh;
}
}
@media (max-width: 992px)
{   .site-header {
    max-height: 67vh;
    padding-top: -20px;
}
}
    @media (max-width: 1199px)
    {   .site-header {
        max-height: 20rem;
        padding-top:-20px;
    }}
        @media (min-width: 1200px)
        { .site-header {
            max-height: 110vh;
            padding-top:-30px;
        }}
*/

.ql-align-center
{
    text-align:center;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    position: relative;
}

body {
    margin: 0;
    font-family: "Crimson Text", serif;
    font-size: 1.15rem;
    font-weight: 400;
    /*line-height: 1.4;*/
    color: #6b6b6b;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.25rem;

}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 600;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #0084bf;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #004f73;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: Crimson Text, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem 0.5rem;
    padding-bottom: 0.75rem 0.5rem;
    color: #909090;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
/*
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
*/
button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.table {
    width: 85%;
    margin-bottom: 1rem;
   /* color: #000; */
}

.table th,
.table td {
    padding: 0.75rem 0.5rem;
    vertical-align: top;
    border-top: 1px solid #898989;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #898989;
}

.table tbody + tbody {
    border-top: 2px solid #898989;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #898989;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #898989;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-black,
.table-black > th,
.table-black > td {
    background-color: #b8b8b8;
}

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
    border-color: #7a7a7a;
}

.table-hover .table-black:hover {
    background-color: #ababab;
}

.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
    background-color: #ababab;
}

.table-white,
.table-white > th,
.table-white > td {
    background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
    border-color: white;
}

.table-hover .table-white:hover {
    background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
    background-color: #f2f2f2;
}

.table-gray,
.table-gray > th,
.table-gray > td {
    background-color: #d1d1d1;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
    border-color: darkgray;
}

.table-hover .table-gray:hover {
    background-color: #c4c4c4;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
    background-color: #c4c4c4;
}

.table-blue,
.table-blue > th,
.table-blue > td {
    background-color: #b8deef;
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
    border-color: #7ac2e1;
}

.table-hover .table-blue:hover {
    background-color: #a3d4ea;
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
    background-color: #a3d4ea;
}

.table-gold,
.table-gold > th,
.table-gold > td {
    background-color: #edddc7;
}

.table-gold th,
.table-gold td,
.table-gold thead th,
.table-gold tbody + tbody {
    border-color: #debf98;
}

.table-hover .table-gold:hover {
    background-color: #e7d1b4;
}

.table-hover .table-gold:hover > td,
.table-hover .table-gold:hover > th {
    background-color: #e7d1b4;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #898989;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 479.98px) {
    .table-responsive-xs {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xs > .table-bordered {
        border: 0;
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
    .specials_image{
        display:none;
    }

}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
    .site-content{
        padding-top:3.5%;
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xxl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.carousel-item {
    pointer-events: none;
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #898989;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #898989;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-content {
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.5rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.5rem !important;
}

.m-2 {
    margin: 1rem !important;
}

.mt-2,
.my-2 {
    margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 1rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 1rem !important;
}

.m-3 {
    margin: 2rem !important;
}

.mt-3,
.my-3 {
    margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 2rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 2rem !important;
}

.m-4 {
    margin: 3rem !important;
}

.mt-4,
.my-4 {
    margin-top: 3rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 3rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 3rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.5rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.5rem !important;
}

.p-2 {
    padding: 1rem !important;
}

.pt-2,
.py-2 {
    padding-top: 1rem !important;
}

.pr-2,
.px-2 {
    padding-right: 1rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
    padding-left: 1rem !important;
}

.p-3 {
    padding: 2rem !important;
}

.pt-3,
.py-3 {
   padding-top: 2rem !important;
}

.pr-3,
.px-3 {
    padding-right: 2rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
    padding-left: 2rem !important;
}

.p-4 {
    padding: 3rem !important;
}

.pt-4,
.py-4 {
    padding-top: 3rem !important;
}

.pr-4,
.px-4 {
    padding-right: 3rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 3rem !important;
}

.pl-4,
.px-4 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.5rem !important;
}

.m-n2 {
    margin: -1rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -1rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -1rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -1rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -1rem !important;
}

.m-n3 {
    margin: -2rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -2rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -2rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -2rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -2rem !important;
}

.m-n4 {
    margin: -3rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -3rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -3rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -3rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 480px) {
    .m-xs-0 {
        margin: 0 !important;
    }

    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0 !important;
    }

    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0 !important;
    }

    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0 !important;
    }

    .ml-xs-0,
    .mx-xs-0 {
        margin-left: 0 !important;
    }

    .m-xs-1 {
        margin: 0.5rem !important;
    }

    .mt-xs-1,
    .my-xs-1 {
        margin-top: 0.5rem !important;
    }

    .mr-xs-1,
    .mx-xs-1 {
        margin-right: 0.5rem !important;
    }

    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xs-1,
    .mx-xs-1 {
        margin-left: 0.5rem !important;
    }

    .m-xs-2 {
        margin: 1rem !important;
    }

    .mt-xs-2,
    .my-xs-2 {
        margin-top: 1rem !important;
    }

    .mr-xs-2,
    .mx-xs-2 {
        margin-right: 1rem !important;
    }

    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: 1rem !important;
    }

    .ml-xs-2,
    .mx-xs-2 {
        margin-left: 1rem !important;
    }

    .m-xs-3 {
        margin: 2rem !important;
    }

    .mt-xs-3,
    .my-xs-3 {
        margin-top: 2rem !important;
    }

    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 2rem !important;
    }

    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 2rem !important;
    }

    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 2rem !important;
    }

    .m-xs-4 {
        margin: 3rem !important;
    }

    .mt-xs-4,
    .my-xs-4 {
        margin-top: 3rem !important;
    }

    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 3rem !important;
    }

    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 3rem !important;
    }

    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 3rem !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0 !important;
    }

    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0 !important;
    }

    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0 !important;
    }

    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0 !important;
    }

    .p-xs-1 {
        padding: 0.5rem !important;
    }

    .pt-xs-1,
    .py-xs-1 {
        padding-top: 0.5rem !important;
    }

    .pr-xs-1,
    .px-xs-1 {
        padding-right: 0.5rem !important;
    }

    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xs-1,
    .px-xs-1 {
        padding-left: 0.5rem !important;
    }

    .p-xs-2 {
        padding: 1rem !important;
    }

    .pt-xs-2,
    .py-xs-2 {
        padding-top: 1rem !important;
    }

    .pr-xs-2,
    .px-xs-2 {
        padding-right: 1rem !important;
    }

    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: 1rem !important;
    }

    .pl-xs-2,
    .px-xs-2 {
        padding-left: 1rem !important;
    }

    .p-xs-3 {
        padding: 2rem !important;
    }

    .pt-xs-3,
    .py-xs-3 {
        padding-top: 2rem !important;
    }

    .pr-xs-3,
    .px-xs-3 {
        padding-right: 2rem !important;
    }

    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 2rem !important;
    }

    .pl-xs-3,
    .px-xs-3 {
        padding-left: 2rem !important;
    }

    .p-xs-4 {
        padding: 3rem !important;
    }

    .pt-xs-4,
    .py-xs-4 {
        padding-top: 3rem !important;
    }

    .pr-xs-4,
    .px-xs-4 {
        padding-right: 3rem !important;
    }

    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 3rem !important;
    }

    .pl-xs-4,
    .px-xs-4 {
        padding-left: 3rem !important;
    }

    .m-xs-n1 {
        margin: -0.5rem !important;
    }

    .mt-xs-n1,
    .my-xs-n1 {
        margin-top: -0.5rem !important;
    }

    .mr-xs-n1,
    .mx-xs-n1 {
        margin-right: -0.5rem !important;
    }

    .mb-xs-n1,
    .my-xs-n1 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xs-n1,
    .mx-xs-n1 {
        margin-left: -0.5rem !important;
    }

    .m-xs-n2 {
        margin: -1rem !important;
    }

    .mt-xs-n2,
    .my-xs-n2 {
        margin-top: -1rem !important;
    }

    .mr-xs-n2,
    .mx-xs-n2 {
        margin-right: -1rem !important;
    }

    .mb-xs-n2,
    .my-xs-n2 {
        margin-bottom: -1rem !important;
    }

    .ml-xs-n2,
    .mx-xs-n2 {
        margin-left: -1rem !important;
    }

    .m-xs-n3 {
        margin: -2rem !important;
    }

    .mt-xs-n3,
    .my-xs-n3 {
        margin-top: -2rem !important;
    }

    .mr-xs-n3,
    .mx-xs-n3 {
        margin-right: -2rem !important;
    }

    .mb-xs-n3,
    .my-xs-n3 {
        margin-bottom: -2rem !important;
    }

    .ml-xs-n3,
    .mx-xs-n3 {
        margin-left: -2rem !important;
    }

    .m-xs-n4 {
        margin: -3rem !important;
    }

    .mt-xs-n4,
    .my-xs-n4 {
        margin-top: -3rem !important;
    }

    .mr-xs-n4,
    .mx-xs-n4 {
        margin-right: -3rem !important;
    }

    .mb-xs-n4,
    .my-xs-n4 {
        margin-bottom: -3rem !important;
    }

    .ml-xs-n4,
    .mx-xs-n4 {
        margin-left: -3rem !important;
    }

    .m-xs-auto {
        margin: auto !important;
    }

    .mt-xs-auto,
    .my-xs-auto {
        margin-top: auto !important;
    }

    .mr-xs-auto,
    .mx-xs-auto {
        margin-right: auto !important;
    }

    .mb-xs-auto,
    .my-xs-auto {
        margin-bottom: auto !important;
    }

    .ml-xs-auto,
    .mx-xs-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.5rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.5rem !important;
    }

    .m-sm-2 {
        margin: 1rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 1rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 1rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 1rem !important;
    }

    .m-sm-3 {
        margin: 2rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 2rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 2rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 2rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 2rem !important;
    }

    .m-sm-4 {
        margin: 3rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 3rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 3rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.5rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.5rem !important;
    }

    .p-sm-2 {
        padding: 1rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 1rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 1rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 1rem !important;
    }

    .p-sm-3 {
        padding: 2rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 2rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 2rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 2rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 2rem !important;
    }

    .p-sm-4 {
        padding: 3rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 3rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 3rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.5rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n2 {
        margin: -1rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -1rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -1rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -1rem !important;
    }

    .m-sm-n3 {
        margin: -2rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -2rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -2rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -2rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -2rem !important;
    }

    .m-sm-n4 {
        margin: -3rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -3rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -3rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.5rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.5rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.5rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.5rem !important;
    }

    .m-md-2 {
        margin: 1rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 1rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 1rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 1rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 1rem !important;
    }

    .m-md-3 {
        margin: 2rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 2rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 2rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 2rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 2rem !important;
    }

    .m-md-4 {
        margin: 3rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 3rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 3rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 3rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.5rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.5rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.5rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.5rem !important;
    }

    .p-md-2 {
        padding: 1rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 1rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 1rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 1rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 1rem !important;
    }

    .p-md-3 {
        padding: 2rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 2rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 2rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 2rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 2rem !important;
    }

    .p-md-4 {
        padding: 3rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 3rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 3rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 3rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.5rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.5rem !important;
    }

    .m-md-n2 {
        margin: -1rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -1rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -1rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -1rem !important;
    }

    .m-md-n3 {
        margin: -2rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -2rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -2rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -2rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -2rem !important;
    }

    .m-md-n4 {
        margin: -3rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -3rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -3rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.5rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.5rem !important;
    }

    .m-lg-2 {
        margin: 1rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 1rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 1rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 1rem !important;
    }

    .m-lg-3 {
        margin: 2rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 2rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 2rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 2rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 2rem !important;
    }

    .m-lg-4 {
        margin: 3rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 3rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 3rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.5rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.5rem !important;
    }

    .p-lg-2 {
        padding: 1rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 1rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 1rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 1rem !important;
    }

    .p-lg-3 {
        padding: 2rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 2rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 2rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 2rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 2rem !important;
    }

    .p-lg-4 {
        padding: 3rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 3rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 3rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.5rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n2 {
        margin: -1rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -1rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -1rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -1rem !important;
    }

    .m-lg-n3 {
        margin: -2rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -2rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -2rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -2rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -2rem !important;
    }

    .m-lg-n4 {
        margin: -3rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -3rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -3rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.5rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.5rem !important;
    }

    .m-xl-2 {
        margin: 1rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 1rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 1rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 1rem !important;
    }

    .m-xl-3 {
        margin: 2rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 2rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 2rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 2rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 2rem !important;
    }

    .m-xl-4 {
        margin: 3rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 3rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 3rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.5rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.5rem !important;
    }

    .p-xl-2 {
        padding: 1rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 1rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 1rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 1rem !important;
    }

    .p-xl-3 {
        padding: 2rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 2rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 2rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 2rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 2rem !important;
    }

    .p-xl-4 {
        padding: 3rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 3rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 3rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.5rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n2 {
        margin: -1rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -1rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -1rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -1rem !important;
    }

    .m-xl-n3 {
        margin: -2rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -2rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -2rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -2rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -2rem !important;
    }

    .m-xl-n4 {
        margin: -3rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -3rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -3rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1600px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.5rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-2 {
        margin: 1rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 1rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 1rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 1rem !important;
    }

    .m-xxl-3 {
        margin: 2rem !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 2rem !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 2rem !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 2rem !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 2rem !important;
    }

    .m-xxl-4 {
        margin: 3rem !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 3rem !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 3rem !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.5rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.5rem !important;
    }

    .p-xxl-2 {
        padding: 1rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 1rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 1rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 1rem !important;
    }

    .p-xxl-3 {
        padding: 2rem !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 2rem !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 2rem !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 2rem !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 2rem !important;
    }

    .p-xxl-4 {
        padding: 3rem !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 3rem !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 3rem !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 3rem !important;
    }

    .m-xxl-n1 {
        margin: -0.5rem !important;
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.5rem !important;
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.5rem !important;
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.5rem !important;
    }

    .m-xxl-n2 {
        margin: -1rem !important;
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -1rem !important;
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -1rem !important;
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -1rem !important;
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -1rem !important;
    }

    .m-xxl-n3 {
        margin: -2rem !important;
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -2rem !important;
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -2rem !important;
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -2rem !important;
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -2rem !important;
    }

    .m-xxl-n4 {
        margin: -3rem !important;
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -3rem !important;
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -3rem !important;
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -3rem !important;
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

.border {
    border: 1px solid #898989 !important;
}

.border-top {
    border-top: 1px solid #c08438 !important;
}

.border-right {
    border-right: 1px solid #898989 !important;
}

.border-bottom {
    border-bottom: 1px solid #c08438  !important;
}

.border-left {
    border-left: 1px solid #898989 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-black {
    border-color: #000 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-gray {
    border-color: #5a5a5a !important;
}

.border-blue {
    border-color: #008ac5 !important;
}

.border-gold {
    border-color: #c08438 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    /*border-radius: 50% !important;*/
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/*!.text-justify {
    text-align: justify !important;
}
*/
.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .text-xs-center {
        text-align: center !important;
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

a.text-black:hover, a.text-black:focus {
    color: black !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
    color: #d9d9d9 !important;
}

.text-gray {
    color: #5a5a5a !important;
}

a.text-gray:hover, a.text-gray:focus {
    color: #343434 !important;
}

.text-blue {
    color: #008ac5 !important;
}

a.text-blue:hover, a.text-blue:focus {
    color: #005479 !important;
}

.text-gold {
    color: #c08438 !important;
}

a.text-gold:hover, a.text-gold:focus {
    color: #855b27 !important;
}

.text-body {
    color: #6b6b6b !important;
}

.text-muted {
    color: #909090 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 480px) {
    .float-xs-left {
        float: left !important;
    }

    .float-xs-right {
        float: right !important;
    }

    .float-xs-none {
        float: none !important;
    }
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 1600px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

/*!
 * Theme
 * -----------------------------------------------------------------------------------
 */
html {
    font-size: 15px;
    letter-spacing: -0.02em;
}

@media (min-width: 1600px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    html {
        font-size: 16px;
    }
}

body, .site {
    background-position: 50% 0;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    body, .site {
        background-size: 3056px auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body, .site {
        background-size: 2483px auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body, .site {
        background-size: 1910px auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body, .site {
        background-size: 1528px auto;
    }
}

@media (max-width: 575.98px) {
    body, .site {
        background-image: none !important;
    }
}

body {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-repeat.jpg");
    background-repeat: repeat-y;
}

.site {
    width: 100%;
    min-width: 360px;
    overflow: hidden;
   /* background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page.jpg");
 */    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.25rem;
    font-weight: 600;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2em;
}

h2, .h2 {
    font-size: 1.75em;
}

h3, .h3 {
    font-size: 1.5em;
}

h4, .h4 {
    font-size: 1.15em;
}

h5, .h5 {
    font-size: 1.15em;
    color: #084571 ;
    font-weight: 550;
}
h6, .h6 {
    font-size: 1.1em;
    color: #008ac5 !important;
    font-weight: 600 !important;
}

ul {
    padding-left: 1.25em;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.font-alt {
    font-family: "Myriad Pro Regular", sans-serif !important;
    font-weight: normal !important;
}

.font-alt-bold {
    font-family: "Myriad Pro Bold", sans-serif !important;
    font-weight: normal !important;
}

.table {
    font-size: 1.2rem;
    line-height: 1.3333333333;
}

.table thead th {
    border-bottom-width: 1px;
}

.button {
    display: inline-block;
    padding: 0.6rem 0.75rem;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none !important;
    color: #fff !important;
    background: #008AC5;
    border-bottom: 1px solid #fff;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
}

.clearfix::after {
    clear: both;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 575px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1430px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.outer-area {
    background: #e6f1f7;
}

.outer-area > .inner-area {
    background: #fff;
}

.outer-area,
.outer-area > .inner-area {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .outer-area {
        background: #e6f1f7;
        margin-left: -9.1428571429%;
        margin-right: -9.1428571429%;
        padding-left: 9.1428571429%;
        padding-right: 9.1428571429%;
        position: relative;
    }

    .outer-area::before, .outer-area::after {
        content: "";
        display: block;
        width: 1.8115942029%;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .outer-area::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.4)));
        background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.4));
        background-repeat: no-repeat;
        right: 100%;
    }

    .outer-area::after {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(60%, rgba(0, 0, 0, 0.15)), to(transparent));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.15) 60%, transparent);
        background-repeat: no-repeat;
        left: 100%;
    }

    .outer-area > .inner-area {
        background: #fff;
        margin-left: -7.1428571429%;
        margin-right: -7.1428571429%;
        padding-left: 7.1428571429%;
        padding-right: 7.1428571429%;
    }
}

.menu, .submenu {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.menu a {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
}

.mobile-menu {
    width: 100%;
    height: 100%;
    margin: 0;
    color: #fff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: visibility 0s .1s, -webkit-transform .2s .1s;
    transition: visibility 0s .1s, -webkit-transform .2s .1s;
    transition: transform .2s .1s, visibility 0s .1s;
    transition: transform .2s .1s, visibility 0s .1s, -webkit-transform .2s .1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

@media (min-width: 1200px) {
    .mobile-menu {
        position: static;
        width: auto;
        height: auto;
        visibility: visible !important;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-transition: none;
        transition: none;
        z-index: 100;
    }
}

.mobile-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 123%;
    background: #05426f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (min-width: 1200px) {
    .mobile-menu::before {
        display: none;
    }
}

.mobile-menu.show {
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: visibility 0s, -webkit-transform .2s;
    transition: visibility 0s, -webkit-transform .2s;
    transition: transform .2s, visibility 0s;
    transition: transform .2s, visibility 0s, -webkit-transform .2s;
}

.mobile-menu-items {
    padding-left: 0;
    list-style: none;
    height: calc(100% - 60px);
    margin: 0;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0;
    overflow-y: auto;
    position: absolute;
  /*  top: 250px;*/
    left: 0;
    right: 0;
}

.mobile-menu-items-destination {

    font-size: 0.9rem;

}
@media (min-width: 1200px) {
    .mobile-menu-items {
        height: auto;
        overflow-y: unset;
        position: static;
    }
}

.mobile-menu-items a {
    padding: 1rem 15px;
    white-space: nowrap;
}

.mobile-menu-items > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu-items .submenu a::before {
    content: "\2013\00a0\00a0";
}

@media (min-width: 1200px) {
    .mobile-menu-items .submenu a::before {
        display: none;
    }
}

.mobile-menu-items .submenu li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu-active {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .mobile-menu-active {
        overflow: auto;
        padding-right: 0 !important;
    }
}

.mobile-menu-button {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    text-decoration: none !important;
    background-color: transparent;
    border: 1px solid #0084bf;
    border-radius: 3px;
}

@media (min-width: 1200px) {
    .mobile-menu-button {
        display: none !important;
    }
}

.mobile-menu-button::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0;
    padding-top: 2rem;
    overflow: hidden;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%230084bf' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobile-menu-caption {
    height: 60px;
    padding-left: 15px;
    padding-right: 60px;
    font-size: 1.75rem;
    font-variant: small-caps;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media (min-width: 1200px) {
    .mobile-menu-caption {
        display: none !important;
    }
}

.mobile-menu-close {
    /* width: 100%;
  height: 100%;
  padding-top: 60px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s 0s;
  transition: opacity .2s 0s;
  position: relative;
  top: 0;
  right: 0;*/
    width: 100px;
    height: 0;
    padding-top: 60px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s 0s;
    transition: opacity .2s 0s;
    position: absolute;
    top: 0;
    right: 0;
}

.mobile-menu-close::before {
    content: "\00d7";
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.show .mobile-menu-close {

    opacity: 0.5;
    -webkit-transition: opacity .2s .1s;
    transition: opacity .2s .1s;
    height:100%;
}

@media (min-width: 1200px) {
    .mobile-menu-close {
        display: none !important;
    }
}

.modal {
    z-index: 2000;
}

.modal-content {
    border: 0;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0 0 0.45rem #fde2bf, 0 1rem 0.5rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.45rem #fde2bf, 0 1rem 0.5rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 575.98px) {
    .modal-dialog {
        margin: 1rem;
    }
}

.modal-header {
    display: block;
    text-align: center;
    padding: 1.25rem 2rem;
    color: #008ac5;
    border: 0;
}

.modal-header .close {
    height: 3rem;
    width: 3rem;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #666666;
    background: transparent;
    border: 0;
    outline: 0 !important;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}

.modal-title {
    padding-bottom: 0.25rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #bd7313;
}

.modal-body {
    padding: 0 2rem 1.25rem;
    font-size: 1.2rem;
    line-height: 1.33;
    text-align: justify;
}

@media (min-width: 576px) {
    .modal-body {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

.modal-footer {
    display: block;
    padding: 1.25rem 2rem;
    border: 0;
}

.modal-footer::before {
    content: "";
    display: block;
    height: 1px;
    border-bottom: 1px solid #bd7313;
}

.modal-backdrop.show {
    opacity: 0.5;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.site-header {
    background: #fff;
    min-height: 3rem;
}

.site-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  /*  -ms-flex-wrap: wrap;
   /* flex-wrap: wrap;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .mobile-menu-button {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.site-logo {
    margin: 0.5rem 0;
    margin-left: 0.75rem;
}

@media (min-width: 1200px) {
    .site-logo {
        margin-left: 0;
    }
}

.site-logo a {
    display: block;
    width: 12.25rem;
    height: 0;
    padding-top: 2.95rem;
    overflow: hidden;
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo.png");
    background-size: contain !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .site-logo a {
        background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo-2x.png");
        background-size: 245px 59px;

    }
}
@media (max-width: 1200px) {
    .site-logo a {
        display: block;
        width: 12.25rem;
        height: 0;
        padding-top: 2.95rem;
        overflow: hidden;
        background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo.png");
        display:none;
    }
}
@media (min-width: 1200px) {
    .site-menu {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        font-size: 1.25rem;
        color:white;
    }

    .site-menu .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
       /* font-size: inherit;*/
        color:white;
    }

    .site-menu .menu a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 1rem;
    }

    .site-menu .menu li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center;
        border: 0;
    }

    .site-menu .menu li + li:before {
        content: "";
        display: block;
        float: left;
        width: 1px;
        height: 100%;
        background: #008dc9;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(35%, #008dc9), color-stop(65%, #008dc9), to(transparent));
        background: linear-gradient(to bottom, transparent 0, #008dc9 35%, #008dc9 65%, transparent 100%);
    }
}

.book-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4rem;
    margin-left: auto;
    margin-right: -15px;
    padding: 1rem 15px 1rem 3rem;
    font-family: "Myriad Pro Regular", sans-serif;
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 0;
    /*text-transform: uppercase;*/
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background: #0090cc;
    background-image: -webkit-gradient(linear, left top, right top, from(#83bb54), color-stop(40%, #69bb26), to(#299f01));
    background-image: linear-gradient(to right, #83bb54, #69bb26 20%, #299f01);
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .book-button {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}

@media (min-width: 576px) {
    .book-button {
      /*  margin-right: -9.1428571429%;*/
        padding-right: 1.1428571429%;
    }
}

@media (max-width: 479.98px) {
    .book-button {
        width: 5.75rem;
        padding-left: 2rem;
        background-image: none;
    }
}

.book-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: -2.5rem;
    border: 2.5rem solid transparent;
    border-right: 0;
    border-left: 1.1rem solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

.book-button > * {
    display: block;
    white-space: nowrap;
}

.book-button strong {
    font-family: "Myriad Pro Bold", sans-serif;
    font-weight: normal;
    font-size: 2.25em;
}

@media (max-width: 479.98px) {
    .book-button strong {
        white-space: normal;
        font-size: 1rem;
        line-height: 1.2;
    }
}

.book-button span {
    line-height: 1.2;
}

@media (max-width: 479.98px) {
    .book-button span {
        display: none;
    }
}

/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/
.site-content {
    position: relative;
}

.site-content.with-menu .inner-area {
    padding-top: 1rem;
}

/*.site-content.with-menu .inner-area:first-child {
  padding-top: 5.6rem;
}*/
@media (min-width: 1200px) {
    .site-content.with-menu .inner-area:first-child {
        /*padding-top: 2.5rem;*/
    }
}

.site-content ul.item-with-space > li + li {
    margin-top: 0.5rem;
}

.site-content .highlight {
    color: #008ac5;
}

.site-content .content-section {
    margin-bottom: 2rem;
}

.site-content .content-section .caption {
    margin-bottom: 0.3em;
    font-size: calc(3rem + 2.5vw);
    font-weight: 600;
    font-variant: small-caps;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    color: #008ac5;
}

@media (min-width: 992px) {
    .site-content .content-section .caption {
        font-size: 2rem;
    }
}

.site-content .content-section .caption.small {
    margin-bottom: 0.4em;
    font-size: calc(2rem + 2vw);
}

@media (min-width: 992px) {
    .site-content .content-section .caption.small {
        font-size: 2rem;
    }
}

.site-content .content-section .section-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #c08438;
}

.site-content .content-section .section-title.color-alt {
    color: #008ac5;
}

.site-content .content-section .section-title.small {
    font-size: 1.6rem;
}

.site-content .content-section .block-title {
    margin: 0 -15px 2rem;
    padding: 0.3em 15px 0.1em;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #003663;
}

@media (max-width: 992px) {
    .site-content .content-section .block-title {
        padding: 0.3em 15px 0.3em;
    }

}


@media (min-width: 576px) {
    .site-content .content-section .block-title {
        margin-left: -7.1428571429%;
        margin-right: -7.1428571429%;
        padding-left: 7.1428571429%;
        padding-right: 7.1428571429%;
    }
}

@media (min-width: 992px) {
    .site-content .content-section .block-title {
        margin-bottom: 2.5rem;
    }
}

/*-----------------------------------------------------------------------------------*/
/* Page Structure
/*-----------------------------------------------------------------------------------*/
.page-header {
    padding-bottom: 0.45rem;
    background: #fff;
    position: relative;
}

.page-header > .container {
    position: relative;
}

@media (min-width: 992px) {
    .page-header-sticky {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
}

.page-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-header-image {
    margin: 0 -86.4285714286%;
}

.page-title {
    margin-bottom: 0.5em;
    font-size: calc(3rem + 3vw);
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-variant: small-caps;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    text-shadow: 0 0.3rem 0.45rem rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
    .page-title {
        font-size: 6.95rem;
    }
}

.page-title sup {
    font-size: 0.4em;
    font-weight: 600;
    top: -0.6em;
}

/*-----------------------------------------------------------------------------------*/
/* Page Components
/*-----------------------------------------------------------------------------------*/
.header-blue {
    color: #fff;
    background: rgba(5, 66, 111, 0.9);
    position:relative;
    width:100%;
    z-index:100;

}

.header-white {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    }

.yellow-box {
    padding-top: 1.5rem;
    padding-bottom: 5.5rem;
    background: #fde4c3 url("https://d1eo5op8jqfxho.cloudfront.net/images/yellow-box-bg.jpg") 50% 0 repeat-x;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.yellow-box::before {
    content: "";
    display: block;
    width: 100%;
    border: 0 solid #bd7313;
    border-width: 0.15rem 0;
    position: absolute;
    top: 0.45rem;
    bottom: 0.45rem;
    z-index: -1;
}

.blue-box {
    padding-top: 2.5rem;
    padding-bottom: 3.25rem;
    color: #fff;
    background: #0084bf url("https://d1eo5op8jqfxho.cloudfront.net/images/blue-box-bg.jpg") 50% 0 repeat-x;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.blue-box::before {
    content: "";
    display: block;
    width: 100%;
    border: 0 solid #fff;
    border-width: 1px 0;
    position: absolute;
    top: 0.7rem;
    bottom: 0.7rem;
    z-index: -1;
}

.destination-title {
    margin: 0;
    padding: 0rem 0 0rem;
    font-weight: 600;
    font-variant: small-caps;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
}

.destination-title sup {
    top: -0.4em;
}

.destination-title .name {
    margin: 0;
    font-size: 2rem;
    font-weight: inherit;
    line-height: inherit;
}

.destination-title .brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin: 0 1.5rem 0.2rem;
    font-size: 1.1rem;
    color: #fbbc6d;
}

.destination-title .brand.current::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: auto;
    background: #008dc9;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(30%, #008dc9), color-stop(65%, #008dc9), color-stop(95%, transparent));
    background: linear-gradient(to right, transparent 0, #008dc9 30%, #008dc9 65%, transparent 95%);
}

.destination-title .brands {
    padding-left: 0;
    list-style: none;
    margin: 0 -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.3rem 0;
    letter-spacing: 0;
}

@media (min-width: 992px) {
    .contact-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.contact-info ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-info .phone-numbers {
    line-height: 1.25;
}

.contact-info .phone-numbers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-info .phone-numbers li + li::before {
    content: "\2022";
    padding: 0 0.5em;
}

@media (min-width: 992px) {
    .contact-info .phone-numbers li + li::before {
        content: "\2666";
        font-size: 0.5em;
        padding: 0 1em;
    }
}

.contact-info .social-media {
    margin-top: 0.5rem;
}

@media (min-width: 1200px) {
    .contact-info .social-media {
        margin-right: 11.4285714286%;
    }
}

@media (min-width: 992px) {
    .contact-info .social-media {
        margin-top: 0;
        margin-left: auto;
    }
}

.contact-info .social-media a {
    display: block;
    width: 1.4em;
    height: 1.4em;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none !important;
    color: #fff;
    background: #008bc7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .contact-info .social-media a {
        font-size: 1rem;
    }
}

.contact-info .social-media li {
    margin-right: 0.5rem;
}

.brand-logo {
    margin: 1.5rem -15px 2.5rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .brand-logo {
        margin-left: -3.5714285714%;
        margin-right: -3.5714285714%;
        background-size: contain;
    }
}

.brand-logo::before {
    content: "";
    display: block;
    background: url("https://www.aggressor.com/home_page/images/brand-ribbon-1716px.png") 0% 50% no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 10.2941176471%;
    bottom: 10.2941176471%;
    z-index: -1;
}

@media (min-width: 576px) {
    .brand-logo::before {
        /*background-size: contain;*/
    }
}

.brand-logo > * {
    display: block;
    width: 11.05rem;
    height: 11.05rem;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
    .brand-logo > * {
        width: 12.75rem;
        height: 12.75rem;
    }
}

@media (min-width: 1200px) {
    .brand-logo > * {
        width: 17rem;
        height: 17rem;
    }
}

.brand-logo > *::before {
    content: "";
    display: block;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    /*position: absolute;
    top: -4.1176470588%;
    left: -4.1176470588%;
    bottom: -4.1176470588%;
    right: -4.1176470588%;*/
}

.brand-logo > *.aggressor-liveaboards::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-circle.png");
}

.brand-logo > *.aggressor-river-cruises::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-river-cruises-circle.png");
}

.brand-logo > *.aggressor-safari-lodge::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-safari-lodge-circle.png");
}

.brands-menu {
    letter-spacing: 0;
    width: 55%;
}

@media (min-width: 768px) {
    .brands-menu > .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
    }
}

@media (min-width: 1200px) {
    .brands-menu > .menu {

        margin-right: 8.1428571429%;
        margin-left:40px;
    }
}

.brands-menu > .menu > li {
    position: relative;
}

@media (min-width: 768px) {
    .brands-menu > .menu > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
        flex: 1 0 33.3333333333%;
    }
}

.brands-menu > .menu > li > a {
    height: 70px;

    position: relative;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

@media (min-width: 1200px) {
    .brands-menu > .menu > li > a {
        border: 2px solid transparent;
    }
}

.brands-menu > .menu > li > a::before, .brands-menu > .menu > li > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.brands-menu > .menu > li > a::before {
    height: 100px;
    margin-top: -0.85rem;
    background-repeat: no-repeat;
    background-size: 60%;
  /*  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    border-color: #c06e2a;*/
}

.brands-menu > .menu > li > a::after {
    height: 1px;
    top: calc(50% + 1.15rem);
}

.brands-menu > .menu > li > a.aggressor-liveaboards::before, .brands-menu > .menu > li > a.aggressor-liveaboards::after {
    width: 11rem;
    margin-left: -5rem;
}

.brands-menu > .menu > li > a.aggressor-river-cruises::before, .brands-menu > .menu > li > a.aggressor-river-cruises::after {
    width: 12.35rem;
    margin-left: -5rem;
}

.brands-menu > .menu > li > a.aggressor-safari-lodge::before, .brands-menu > .menu > li > a.aggressor-safari-lodge::after {
    width: 13rem;
    margin-left: -5rem;
}

.brands-menu > .menu > li > a.aggressor-floating-resort::before, .brands-menu > .menu > li > a.aggressor-floating-resort::after {
    width: 15.10rem;
    margin-left: -5rem;
}

.brands-menu > .menu > li > a.aggressor-liveaboards::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/Brown-TopNav-AL.png");
}

.brands-menu > .menu > li > a.aggressor-floating-resort::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/Brown-TopNav-AFR.png");
}

.fix-ie11 .brands-menu > .menu > li > a.aggressor-liveaboards::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-brand-white.png");
}

.brands-menu > .menu > li > a.aggressor-river-cruises::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/Brown-TopNav-ARC.png");
}

.fix-ie11 .brands-menu > .menu > li > a.aggressor-river-cruises::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-river-cruises-brand-white.png");
}

.brands-menu > .menu > li > a.aggressor-safari-lodge::before {
    background-image: url("https://af-web-images.s3.us-east-2.amazonaws.com/images/Untitled-3+(1).png");
}

.fix-ie11 .brands-menu > .menu > li > a.aggressor-safari-lodge::before {
    background-image: url("https://af-web-images.s3.us-east-2.amazonaws.com/images/Untitled-3+(1).png");
}

.brands-menu > .menu > li > button {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 1200px) {
    .brands-menu > .menu > li > button {
        display: none !important;
    }
}

.brands-menu > .menu > li > .submenu {
    font-size: 1.2rem;
    font-weight: 600;
    font-variant: normal;
    line-height: 1;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .brands-menu > .menu > li > .submenu {
        min-width: 100%;
        padding: 1.25em 1.75em;
        color: #0a3e65;
        background: #fff;
        border: 2px solid #c06e2a;
        position: absolute;
        left: 0;
        top: calc(100% - 2px);
        z-index: 999;
        opacity: 0;
        -webkit-transform: translateY(1rem) !important;
        transform: translateY(1rem) !important;
        visibility: hidden !important;
        -webkit-transition: .25s;
        transition: .25s;
    }

    .brands-menu > .menu > li > .submenu a {
        padding: 0.3em 0.75em 0.1em 0.25em;
        white-space: nowrap;
        -webkit-transition: .25s;
        transition: .25s;
    }

    .brands-menu > .menu > li > .submenu a:hover {
        background: rgba(0, 0, 0, 0.05);
    }

    .brands-menu > .menu > li > .submenu .menu-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .brands-menu > .menu > li > .submenu .menu-items > * {
        min-width: 14.25rem;
    }
}

.brands-menu > .menu > li > .submenu .submenu a::before {
    content: "";
}

.brands-menu > .menu > li > .submenu .browse-all {
    font-variant: normal;
    font-weight: 400;
    color: #fbbf74;
}

@media (min-width: 1200px) {
    .brands-menu > .menu > li > .submenu .browse-all {
        display: none !important;
    }
}

.brands-menu > .menu > li:last-child > .submenu {
    left: auto;
    right: 0;
}

@media (min-width: 1200px) {
    .brands-menu > .menu > li:hover > a {
        background: white;
        border-color: #c06e2a;
    }

    .brands-menu > .menu > li:hover > a::before {
        -webkit-filter: none;
        filter: none;
    }

    .brands-menu > .menu > li:hover > a::after {
        background: transparent !important;
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .brands-menu > .menu > li:hover > a.aggressor-liveaboards::before {
        background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/Brown-TopNav-AL.png") !important;
    }

    .brands-menu > .menu > li:hover > a.aggressor-river-cruises::before {
        background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/Brown-TopNav-ARC.png") !important;
    }

    .brands-menu > .menu > li:hover > a.aggressor-safari-lodge::before {
        background-image: url("https://af-web-images.s3.us-east-2.amazonaws.com/images/Untitled-3+(1).png") !important;
    }
}

@media (min-width: 1200px) {
    .brands-menu > .menu > li:hover > .submenu {
        opacity: 1;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
        visibility: visible !important;
    }
}

.brands-menu > .menu > li.current > a::before {
    -webkit-filter: none;
    filter: none;
}

.brands-menu > .menu > li.current > a::after {
    background: #008dc9;
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(40%, #008dc9), color-stop(70%, #008dc9), color-stop(95%, transparent));
    background: linear-gradient(to right, transparent 15%, #008dc9 40%, #008dc9 70%, transparent 95%);
}

.brands-menu > .menu > li.current > a.aggressor-liveaboards::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-brand-gold.png");
}


@media (max-width: 992px) {
    .brands-menu > .menu > li.current > a.aggressor-liveaboards::before {
        clip: rect(0, 50px, 110px, 0);
    }

    .brands-menu > .menu > li > a.aggressor-river-cruises::before {
        clip: rect(0, 100px, 38px, 0);
    }

    .brands-menu > .menu > li > a.aggressor-safari-lodge::before {
        clip: rect(0, 100px, 39px, 0);
    }
    .brands-menu > .menu > li > a.aggressor-floating-resort::before {
        clip: rect(0, 100px, 38px, 0);
    }
    .brands-menu > .menu > li > a.aggressor-liveaboards::before {
        clip: rect(0, 110px, 38px, 0);
    }

    /*.site-content.with-menu .inner-area:first-child {
		padding-top: 2.6rem;
	}*/
    .brands-menu > .menu > li.current > a::after {
        display: none;
    }

    .header-blue .container {
        padding: 0px;
    }

    .brands-menu > .menu > li {
        display: inline-block;
        width: 30%;
    }

    .brands-menu {
        margin-left: 0%;
        margin-right: -20%;
    }
/*
    .destination-menu .mobile-menu-button {
        border: 1px solid #fff;
        position: absolute;
        top: -80px;
        right: 10px;
    }


    .destination-menu .mobile-menu-button::before {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-size: cover;
        background-blend-mode: multiply;
    }
*/

}


@media (max-width: 755px) {
    .brands-menu {
        margin-left: 10%;
        margin-right: -20%;
    }

}

@media (max-width: 510px) {
    .brands-menu {
        margin-left: 20%;
        margin-right: -20%;
    }

}


.brands-menu > .menu > li.current > a.aggressor-river-cruises::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-river-cruises-brand-gold.png");
}

.brands-menu > .menu > li.current > a.aggressor-safari-lodge::before {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-safari-lodge-brand-gold.png");
}

.destination-menu {
    border-bottom: 2px solid #c06e2a;
}

.destination-menu .mobile-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.7em;
    margin: 0.5rem auto;
    font-family: "Myriad Pro Regular", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.destination-menu .mobile-menu-button::before {
  display: none;
}*/
.destination-menu .mobile-menu-button::after {
    content: "";
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
    top: -0.1em;
    left: 0.2em;
}

@media (min-width: 1200px) {
    .destination-menu .mobile-menu .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: "Myriad Pro Regular", sans-serif;
        line-height: 1;
        letter-spacing: 0;
        overflow: visible;
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .destination-menu .mobile-menu .menu {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .destination-menu .mobile-menu .menu li {
        border: 0;
        position: relative;
    }

    .destination-menu .mobile-menu .menu li:hover > .submenu {
        opacity: 1;
        max-height: 10rem;
        visibility: visible;
    }

    .destination-menu .mobile-menu .menu li.current > a {
        font-family: "Myriad Pro Bold", sans-serif;
    }

    .destination-menu .mobile-menu .menu > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .destination-menu .mobile-menu .menu > li:nth-child(odd) {
        color: #107ca5;
    }

    .destination-menu .mobile-menu .menu > li:nth-child(even) {
        color: #c08438;
    }

    .destination-menu .mobile-menu .menu > li + li::before {
        content: "";
        display: block;
        width: 1px;
        height: 1em;
        background: #303030;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(35%, #303030), color-stop(65%, #303030), to(transparent));
        background: linear-gradient(to bottom, transparent 0, #303030 35%, #303030 65%, transparent 100%);
        position: absolute;
        top: 0.3em;
        left: 0;
        z-index: -1;
    }

    .destination-menu .mobile-menu .menu > li > a {
        margin: 0 -1px;
        padding: 0.2em 0 0.2em;
        text-align: center;
        border: 2px solid transparent;
        border-bottom: 0;
        -webkit-transition: border 0.25s;
        transition: border 0.25s;
    }

    .destination-menu .mobile-menu .menu > li:hover > a {
        border-color: #c06e2a;
    }

    .destination-menu .mobile-menu .submenu {
        min-width: calc(100% + 2px);
        margin: 0 -1px;
        padding: 0.6em 0.5em 0.5em;
        border: 2px solid #c06e2a;
        color: #c08438;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        -webkit-transition: .25s;
        transition: .25s;
    }

    .destination-menu .mobile-menu .submenu a {
        padding: 0.2em 0.5em 0.1em;
        white-space: nowrap;
        -webkit-transition: .25s;
        transition: .25s;
    }

    .destination-menu .mobile-menu .submenu li {
        margin-bottom: 1px;
    }

    .destination-menu .mobile-menu .submenu li:hover > a {
        background: rgba(0, 0, 0, 0.05);
    }
}

.destination-menu .brand-name {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-variant: small-caps;
}

.employment-menu {
    margin: -2.25rem -15px 2.25rem;
    font-size: 1rem;
    border-bottom: 2px solid #c06e2a;
}

@media (min-width: 576px) {
    .employment-menu {
        margin-left: -7.1428571429%;
        margin-right: -7.1428571429%;
    }
}

.employment-menu .mobile-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8.5em;
    margin: 0.5rem auto;
    font-family: "Myriad Pro Regular", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.employment-menu .mobile-menu-button::before {
    display: none;
}

.employment-menu .mobile-menu-button::after {
    content: "\203A";
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
    top: -0.1em;
    left: 0.2em;
}

@media (min-width: 1200px) {
    .employment-menu .mobile-menu .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: "Myriad Pro Regular", sans-serif;
        line-height: 1;
        letter-spacing: 0;
        overflow: visible;
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .employment-menu .mobile-menu .menu {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .employment-menu .mobile-menu .menu li {
        border: 0;
        position: relative;
    }

    .employment-menu .mobile-menu .menu li:hover > .submenu {
        opacity: 1;
        max-height: 10rem;
        visibility: visible;
    }

    .employment-menu .mobile-menu .menu li.current > a {
        font-family: "Myriad Pro Bold", sans-serif;
    }

    .employment-menu .mobile-menu .menu > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .employment-menu .mobile-menu .menu > li:nth-child(odd) {
        color: #107ca5;
    }

    .employment-menu .mobile-menu .menu > li:nth-child(even) {
        color: #c08438;
    }

    .employment-menu .mobile-menu .menu > li + li::before {
        content: "";
        display: block;
        width: 1px;
        height: 2em;
        background: #303030;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(35%, #303030), color-stop(65%, #303030), to(transparent));
        background: linear-gradient(to bottom, transparent 0, #303030 35%, #303030 65%, transparent 100%);
        position: absolute;
        top: 1em;
        left: 0;
        z-index: -1;
    }

    .employment-menu .mobile-menu .menu > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        margin: 0 -1px;
        padding: 0.85em 0;
        text-align: center;
        border: 2px solid transparent;
        border-bottom: 0;
        -webkit-transition: border 0.25s;
        transition: border 0.25s;
    }

    .employment-menu .mobile-menu .menu > li:hover > a {
        border-color: #c06e2a;
    }
}

.employment-menu .brand-name {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-variant: small-caps;
}

.editorial-block {
    margin-bottom: 3.75rem;
    font-size: 1.1rem;
    line-height: 1.25;
}

@media (min-width: 992px) {
    .editorial-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .editorial-block img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 61.8571428571%;
        flex: 0 0 61.8571428571%;
        max-width: 61.8571428571%;
    }
}

.editorial-block figcaption {
    padding: 0 1.25rem;
    position: relative;
    top: 0.75em;
}

@media (min-width: 992px) {
    .editorial-block figcaption {
        top: auto;
    }
}

.editorial-block figcaption.on-left {
    text-align: right;
    border-right: 1px solid #898989;
}

@media (min-width: 992px) {
    .editorial-block figcaption.on-left {
        margin-right: 3.75rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.editorial-block figcaption:not(.on-left) {
    border-left: 1px solid #898989;
}

@media (min-width: 992px) {
    .editorial-block figcaption:not(.on-left) {
        margin-left: 3.75rem;
    }
}

.editorial-block figcaption > * {
    margin: 0;
}

.image-block {
    margin-bottom: 3rem;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow:hidden;
}

.image-block > img:not(:last-child) {
    margin-bottom: 1rem;
}

.image-block .border-right {
    padding-right: 1.25rem;
}

.image-block .border-left {
    padding-left: 1.25rem;
}

@media (min-width: 1195px) {
    .image-block {
        margin-bottom: 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
     /*   display: flex;*/
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .image-block > img {

        margin-bottom: 0 !important;

    }

    .image-block > img:first-child {
        margin-right: 2.5rem;
    }

    .image-block > img:last-child {
        margin-left: 2.5rem;
    }

    .image-block > div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .image-block > div > * {
        margin-bottom: 0;
    }
}

.lead-text {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    color: #008ac5;
}

.lead-text .font-alt {
    line-height: 0;
}

.content-excerpt {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
}

.content-excerpt .lead-text {
    margin-bottom: 0.5em;
    font-size: 1.7em; !important
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.video-wrapper {
    margin-bottom: 1rem;
    height: 0;
    padding-top: 56.25%;
    background: #000;
    position: relative;
}

.video-wrapper > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.choose-adventure {
    max-width: 20rem;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .choose-adventure {
        max-width: 47.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .choose-adventure {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
}

.choose-adventure .caption {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.04em;
    color: #008ac5;
    overflow: hidden;
    position: relative;
}

.choose-adventure .caption::before, .choose-adventure .caption::after {
    content: "";
    display: block;
    width: 2px;
   /* background: #008ac5;*/
    position: absolute;
    top: 60%;
    bottom: 0;
}

.choose-adventure .caption::before {
    left: 0;
}

.choose-adventure .caption::after {
    right: 0;
}

.choose-adventure .caption div {
    display: inline-block;
    position: relative;
}
/*the lines around the brand logos on bottom*/
.choose-adventure .caption div::before, .choose-adventure .caption div::after {
    content: "";
    display: block;
    width: 6%;
    height: 2px;
   /* background: #008ac5;*/
    position: absolute;
    top: 60%;
}

@media (min-width: 576px) {
    .choose-adventure .caption div::before, .choose-adventure .caption div::after {
        margin: 0 0.2em;
    }
}

.choose-adventure .caption div::before {
    right: 100%;
}

.choose-adventure .caption div::after {
    left: 100%;
}

.choose-adventure .caption span {
    display: block;
}

@media (min-width: 576px) {
    .choose-adventure .caption span {
        display: inline-block;
    }
}

.choose-adventure .adventure-list {
    padding-left: 0;
    list-style: none;
    margin: 1.25rem 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 576px) {
    .choose-adventure .adventure-list::before {
        content: "";
        display: block;
        height: 8rem;
        margin: -4rem 0;
        background: url("https://www.aggressor.com/home_page/images/brand-ribbon-1716px.png") 50% 50% no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        z-index: -1;
    }
}

.choose-adventure .adventure-list a {
    display: block;
    width: 10.1rem;
    height: 0;
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
}

.choose-adventure .adventure-list a::before {
    content: "";
    display: block;
    border-radius: 20%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -3.9603960396%;
    left: -3.9603960396%;
    bottom: -3.9603960396%;
    right: -3.9603960396%;
}

.choose-adventure .adventure-list > li {
    margin: 0 0.85rem;
    position: relative;
    z-index: 1;
}

.choose-adventure .adventure-list > li + li {
    margin-top: 1.28rem;
}

@media (min-width: 576px) {
    .choose-adventure .adventure-list > li + li {
        margin-top: 0;
    }
}

.choose-adventure .adventure-list > li::before, .choose-adventure .adventure-list > li::after {
    content: "";
    display: block;
    width: 100%;
    height: 8rem;
    margin: -4rem 0;
    background: url("https://d1eo5op8jqfxho.cloudfront.net/images/brand-ribbon.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    z-index: -1;
}

@media (min-width: 576px) {
    .choose-adventure .adventure-list > li::before, .choose-adventure .adventure-list > li::after {
        display: none;
    }
}

.choose-adventure .adventure-list > li::before {
    background-position: 0 50%;
    right: 50%;
}

.choose-adventure .adventure-list > li::after {
    background-position: 100% 50%;
    left: 50%;
}

.choose-adventure .adventure-list > li.aggressor-liveaboards a::before {
    background-image: url("/images/AL-homecircle-2024.png");
}

.choose-adventure .adventure-list > li.aggressor-river-cruises a::before {
    background-image: url("/images/ARC-homecircle-2024.png");
}
.choose-adventure .adventure-list > li.aggressor-safari-lodge a::before {
    background-image: url("/images/ASL-homecircle-2024.png");
}
.choose-adventure .adventure-list > li.aggressor-floating-resorts a::before {
    background-image: url("/images/AFR-homecircle-2024.png");

}
.destination-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .destination-list {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .destination-list.small-list {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.destination-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 0.9;
}

.small-list .destination-item {
    font-size: 1.2rem;
    max-width: 100%;
}

@media (min-width: 576px) {
    .destination-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .destination-item {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-size: 1.85rem;
    }

    .small-list .destination-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 992px) {
    .destination-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.3333333333%;
        flex: 0 0 20.3333333333%;
        max-width: 33.3333333333%;
    }

    .small-list .destination-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .destination-item {
        font-size: 1.5rem;
    }

    .destination-item li {
        font-size: 1.2rem;
    }
}

.destination-name {
    margin: 1.2rem 0 0.75rem;
    padding-bottom: 0.25rem;
    font-size: 1em;
    font-weight: 600;
    font-variant: small-caps;
    line-height: 0.8;
    color: #008ac5;
    /*border-bottom: 1px solid #6b6b6b;*/
}

.small-list .destination-name {
    font-size: 1.33em;
    line-height: 1;
}

.destination-name span {
    display: inline-block;
}

.destination-name a:hover {
    text-decoration: none;
}

.destination-brands {
    padding-left: 0.2rem;
    list-style: none;
    margin-bottom: 0.75em;
}

.destination-brands li {
    margin-top: 0.2em;
}

.destination-info {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.25;
    text-align: left;
}

.destination-info p {
    margin-bottom: 0.5rem;
}

.stateroom-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.stateroom-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 445px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.4;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
}

@media (min-width: 576px) {
    .stateroom-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .stateroom-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.stateroom-name {
    margin-top: 1.5rem;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
    color: #008ac5;
}

.stateroom-info {
    color: #6b6b6b;
}

.stateroom-info .room-list {
    padding-left: 0;
    list-style: none;
    color: #3f3e3e;
}

.stateroom-info .room-list h5,
.stateroom-info .room-list h6 {
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
}

.stateroom-info .room-list h5 {
    #color: #c08438;
    margin: 0;
}

.stateroom-info .room-list h6 {
    margin-bottom: 0.1em;
}

.stateroom-info .room-list dl {
    margin-bottom: 0.5em;
}

.stateroom-info .room-list dl > * {
    font-weight: inherit;
    margin: 0;
}

.stateroom-info .room-list dl dt {
    float: left;
    clear: left;
    width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stateroom-info .room-list dl dd {
    margin-left: 6em;
}

.stateroom-info .room-list dl dd + dd {
    margin-left: 0;
}

.image-slides img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.image-slides-prev, .image-slides-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.48em;
    height: 1.6em;
    margin: -0.8em 0;
    font-size: 1.5rem;
    text-decoration: none !important;
    color: #fff !important;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    position: absolute;
    top: 50%;
    z-index: 1;
}

@media (min-width: 992px) {
    .image-slides-prev, .image-slides-next {
        font-size: 2.5rem;
    }
}

.image-slides-prev:hover, .image-slides-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.image-slides-prev::before, .image-slides-next::before {
    margin-bottom: -5%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.image-slides-prev {
    left: 1.5rem;
}

.image-slides-prev::before {
    content: "\f053";
    margin-right: 5%;
}

.image-slides-next {
    right: 1.5rem;
}

.image-slides-next::before {
    content: "\f054";
    margin-left: 5%;
}

.image-slides .carousel-indicators {
    margin-bottom: 2.14em;
    font-size: 0.5rem;
}

@media (min-width: 992px) {
    .image-slides .carousel-indicators {
        font-size: 0.7rem;
    }
}

.image-slides .carousel-indicators > * {
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
    border: 0;
    border-radius: 50%;
}

.tab-block {
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    .tab-menu li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #3e3b3b;
    }

}


.tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
}

.tab-menu a {
    padding: 1rem 1rem 0.75rem;
    background: #C8D0D6;
    border-right: 1px solid #fff;
    /*-webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);*/
    position: relative;
    color: #777777 !important;
}

.tab-menu a.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
    background: #fff;
    color: #6b6b6b !important;
}
/*
.tab-content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}*/
.offer-list ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.tab-content ol {
    list-style-type: none;
}

.tab-content {

    padding: 2.75rem 30px;
    background: #fff;
    position: relative;
    z-index: 1;
}

@media (min-width: 576px) {
    .tab-content {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
}

.testimonial-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.testimonial-item {
    position: relative;
    width: 100%;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    padding-top: 1.5rem;
   /* padding-bottom: 1.5rem;*/
    font-size: 1.1rem;
    line-height: 1.5;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
}

@media (min-width: 576px) {
    .testimonial-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .testimonial-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.testimonial-item time {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    color: #008ac5;
}

.testimonial-item blockquote {
    position: relative;
}

.testimonial-item blockquote::before {
    /*content: "\201D";*/
    font-size: 5.6rem;
    line-height: 0;
    color: #c08438;
    position: absolute;
    top: 8px;
    right: -1rem;
}

.testimonial-item blockquote > * {
    margin-bottom: 0.5em;
}

.testimonial-item cite {
    font-size: 0.8em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.43;
}

.title-bar {
    margin: 2.25rem -15px;
    padding: 0.7rem 0 0.3rem;
    font-size: 2.4rem;
    font-weight: 600;
    font-variant: small-caps;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #0090CC;
    position: relative;
    pointer-events: none;
    cursor: default;
}

@media (min-width: 576px) {
    .title-bar {
        margin-left: -7.1428571429%;
        margin-right: -7.1428571429%;
    }
}

.title-bar sup {
    font-size: 0.6em;
}

.resources-list {
    padding-left: 0;
    list-style: none;
}

.resources-list > li {
    margin-bottom: 0.75rem;
}

.resources-list > li.indent {
    padding-left: 1.2em;
}

.resources-list > li.indent::before {
    content: "-";
    float: left;
    margin-left: -0.6em;
}

.resources-list a {
    color: inherit;
}

.trandemark-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.14;
    color: #008ac5;
}

.trandemark-list > li {
    margin-bottom: 0.5rem;
}

.team-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.team-list > li {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.team-list.lead-team {
    margin-left: -1rem;
    margin-right: -1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-list.lead-team > li {
    padding-left: 1rem;
    padding-right: 1rem;
}

.team-item {
    width: 11.25rem;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #008ac5;
}

.lead-team .team-item {
    width: 13.75rem;
}

.team-photo {
    display: block;
    width: 7.9rem;
    height: 0;
    padding-top: 7.9rem;
    margin: 0 auto 1rem;
    border-radius: 50%;

    position: relative;
    outline: 0 !important;
}

.team-photo img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.team-photo .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Myriad Pro Bold", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    background: rgba(0, 138, 197, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.team-photo .overlay > *::after {
    content: "\00a0\00bb";
    font-size: 1.5em;
    line-height: 0.5;
}

.team-photo:hover .overlay {
    opacity: 1;
}

.lead-team .team-photo {
    width: 12.75rem;
    padding-top: 12.75rem;
}

.lead-team .team-photo .overlay {
    font-size: 1.05rem;
}

.team-name {
    font-size: 1.12rem;
    line-height: 1;
}

.lead-team .team-name {
    font-size: 1.4rem;
}

.team-position {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
}

.lead-team .team-position {
    font-size: 1.2rem;
}

.team-age, .team-bio {
    display: none !important;
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
.site-footer > .container {
    position: relative;
}

.site-footer .globe-icon {
    width: 8rem;
    height: 7rem;
    margin: -3.69rem -4rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
}

.site-footer .globe-icon::after {
    content: "";
    width: 7.6rem;
    height: 7.15rem;
    margin: -3.58rem -3.3rem;
    background: url("https://d1eo5op8jqfxho.cloudfront.net/images/icon.png") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 47.5%;
    left: 44%;
}

.site-footer .globe-icon .diamond-ver {
    position: absolute;
    top: 50%;
    left: 50%;
}

.site-footer .globe-icon .diamond-ver::before, .site-footer .globe-icon .diamond-ver::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
}

.site-footer .globe-icon .diamond-ver::before {
    margin: 0 -1.5rem;
    border: 0 solid transparent;
    border-width: 4.5rem 1.5rem;
    border-bottom-color: #fff;
    border-top: 0;
    bottom: 0;
}

.site-footer .globe-icon .diamond-ver::after {
    margin: 0 -1.25rem;
    border: 0 solid transparent;
    border-width: 4.25rem 1.25rem;
    border-top-color: #fff;
    border-bottom: 0;
    top: 0;
}

.site-footer .globe-icon .diamond-hor {
    position: absolute;
    top: 50%;
    left: 50%;
}

.site-footer .globe-icon .diamond-hor::before, .site-footer .globe-icon .diamond-hor::after {
    content: "";
    width: 0;
    height: 0;
    margin: -1.07rem 0;
    border: 0 solid transparent;
    border-width: 1.25rem 5rem;
    position: absolute;
    top: 0;
}

.site-footer .globe-icon .diamond-hor::before {
    border-left-color: #fff;
    border-right: 0;
    left: 0;
}

.site-footer .globe-icon .diamond-hor::after {
    border-right-color: #fff;
    border-left: 0;
    right: 0;
}

.site-footer hr.line {
    margin: 0.5rem 0;
    height: 1px;
    background: transparent;
    border: 0;
    border-top: 1px dotted #000;
}

.footer-banner {
    margin: 2.5rem 0 2rem;
    padding: 1.5rem 0.25rem;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background: #c08438;
    border-left: 1.5rem solid #ae7430;
    border-right: 1.5rem solid #ae7430;
}

.footer-banner > * {
    margin: 0.2em 0 0;
    line-height: 1.1;
}

.footer-banner .lead {
    font-style: italic;
    font-size: 1.2em;
}

@media (min-width: 992px) {
    .footer-column {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .footer-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
    }

    .footer-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10.5%;
        flex: 0 0 10.5%;
        max-width: 38.8571428571%;
        padding-right: 3.4285714286%;
    }

    .footer-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 25%;
        padding-left: 3.4285714286%;
        padding-right: 3.4285714286%;
        border-left: 1px;
        border-right: 1px solid #0084bf;
    }

    .footer-center2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 26%;
        padding-left: 3.4285714286%;
        padding-right: 3.4285714286%;
        border-left: 1px solid #0084bf;
        border-right: 1px solid #0084bf;
    }

    .footer-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.6428571429%;
        flex: 0 0 29.6428571429%;
        max-width: 23.6428571429%;
        padding-left: 3.4285714286%;
    }
}

@media (max-width: 992px) {
    .footer-columns {
        text-align: center;
    }

    .footer-links ul > li::before {
        content: "" !important;
    }
}

.footer-logo {
    width: 12.25rem;
    height: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5rem;
    padding-top: 2.95rem;
    overflow: hidden;
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo.png");
    background-size: contain !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer-logo {
        background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo-2x.png");
        /*background-size: 245px 59px;*/
        width: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}

.footer-caption {
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    color: #0084bf;
}

.footer-address ul {
    padding-left: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.2;
}

.footer-address span {
    color: #0084bf;
}

.footer-images ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -1rem;
    margin-right: -1rem;
}

@media (max-width: 992px) {
    .footer-images ul > li {
        width: 33%;
    }
}


.footer-images ul > li {
    padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
    .footer-images ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }

    .footer-images ul > li:nth-child(1) {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .footer-images ul > li:nth-child(2) {
        -ms-flex-preferred-size: 43.1707317073%;
        flex-basis: 43.1707317073%;
        max-width: 43.1707317073%;
    }

    .footer-images ul > li:nth-child(3) {
        -ms-flex-preferred-size: 59.2682926829%;
        flex-basis: 59.2682926829%;
        max-width: 59.2682926829%;
    }
}

.footer-images img {
    max-width: 100%;
    height: auto;
}

.footer-links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0.5rem;
    line-height: 1.1;
}

.footer-links ul > li {
    margin-top: 0.35em;
    padding-left: 0.7em;
}


@media (max-width: 992px) {
    .footer-links ul > li {
        margin-top: 0.85em;
        font-size: 1.2em;

    }
}

.footer-links ul > li::before {
    content: "\2022";
    float: left;
    margin-left: -0.7em;
    color: #0084bf;
    http: / / cms . aggressor . com /directus-master/ public /_/ items / boat_directus_files ? filter [boat_id] = $ id
}

.footer-links a {
    color: #6b6b6b;
}

.footer-button {
    display: block;
    padding: 0.9rem 0.9rem;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none !important;
    color: #fff !important;
    background: #009444;
    border-radius: 0.5rem;
}

.footer-button.alt {
    background: #008ac5;
}

.footer-newsletter {
    padding: 0.9rem 1.1rem;
    color: #fff;
    background: #008ac5;
    border-radius: 0.5rem;
}

.footer-newsletter button {
    width: 100%;
    height: 2.25rem;
    padding: 0 0.75rem;
    color: #fff;
    background: #023b54;
    border: 1px solid #fff;
}

.footer-newsletter input {
    display: block;
    width: 100%;
    height: 2.25rem;
    margin: 0 0 0.5rem;
    padding: 0 0.75rem;
    border: 1px solid #b8b9b9;
    border-radius: 0.1rem;
    -webkit-box-shadow: inset 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.footer-newsletter input:focus {
    -webkit-box-shadow: inset 0.1rem 0.1rem rgba(0, 0, 0, 0.1), 0 0 0 0.15rem rgba(255, 255, 255, 0.2);
    box-shadow: inset 0.1rem 0.1rem rgba(0, 0, 0, 0.1), 0 0 0 0.15rem rgba(255, 255, 255, 0.2);
}

.footer-newsletter label {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    line-height: 1;
}

.footer-newsletter label span {
    display: inline-block;
}

.footer-socials a {
    display: block;
    width: 1.4em;
    height: 1.4em;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none !important;
    color: #fff;
    background: #b5ab98;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .footer-socials a {
        font-size: 1.6rem;
    }
}

.footer-socials ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.footer-socials ul > li {
    margin-right: 0.5rem;
}

/*-----------------------------------------------------------------------------------*/
/* Aggressor Liveaboards
/*-----------------------------------------------------------------------------------*/
.page-aggressor-liveaboards .site {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-aggressor-liveaboards.jpg");
}

@media (min-width: 576px) {
    .page-aggressor-liveaboards .site-content .content-excerpt {
        position: relative;
        z-index: 1;
    }

    .page-aggressor-liveaboards .site-content .content-section {
        position: relative;
    }

    .page-aggressor-liveaboards .site-content .content-section > * {
        position: relative;
        z-index: 1;
    }

    .page-aggressor-liveaboards .site-content .content-section .sticky-image {
        width: 37.6428571429%;
        height: 0;
        margin-top: -30.7142857143%;
        margin-right: -5.7142857143%;
        padding-top: 38%;
        background: url("/images/side-airplane.png") 100% 100% no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 80%;
        z-index: 10000000000;
    }
}

.page-aggressor-liveaboards .liveaboards-bar {
    margin: 2.25rem -15px;
    padding: 0.7rem 0 0.3rem;
    text-align: center;
    color: #fff;
    background: #003663;
    position: relative;
    padding-left: calc(6.5rem + 15px);
}

@media (min-width: 576px) {
    .page-aggressor-liveaboards .liveaboards-bar {
        margin-left: -7.1428571429%;
        margin-right: -7.1428571429%;
        padding-left: calc(7.15rem + 7.1428571429%);
    }
}

@media (min-width: 768px) {
    .page-aggressor-liveaboards .liveaboards-bar {
        padding-right: calc(7.15rem + 7.1428571429%);
    }
}

.page-aggressor-liveaboards .liveaboards-bar .text {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    font-variant: small-caps;
    line-height: 1;
}

.page-aggressor-liveaboards .liveaboards-bar .text sup {
    font-size: 0.6em;
}

.page-aggressor-liveaboards .liveaboards-bar .logo {
    width: 6.5rem;
    height: 6.5rem;
    margin: -3.25rem 0;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25), 0 0 0.5rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25), 0 0 0.5rem rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 15px;
}

@media (min-width: 576px) {
    .page-aggressor-liveaboards .liveaboards-bar .logo {
        left: 7.1428571429%;
    }
}

.page-aggressor-liveaboards .liveaboards-bar .logo::before {
    content: "";
    display: block;
    background: url("https://d1eo5op8jqfxho.cloudfront.net/images/aggressor-liveaboards-circle.png") 50% 50% no-repeat;
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    top: -4.1176470588%;
    left: -4.1176470588%;
    bottom: -4.1176470588%;
    right: -4.1176470588%;
}

.page-aggressor-liveaboards .content-section {
    margin-bottom: 0;
    padding-top: 2.5rem;
}

/*-----------------------------------------------------------------------------------*/
/* Aggressor River Cruises
/*-----------------------------------------------------------------------------------*/
.page-aggressor-river-cruise .site {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-aggressor-river-cruise.jpg");
}

@media (min-width: 576px) {
    .page-aggressor-river-cruise .site-content > .container .inner-area {
        position: relative;
    }

    .page-aggressor-river-cruise .site-content > .container .inner-area > * {
        position: relative;
        z-index: 1;
    }

    .page-aggressor-river-cruise .site-content > .container .inner-area .sticky-image {
        width: 41.5625%;
        height: 0;
        margin-top: -18.15%;
        margin-right: -7.5%;
        padding-top: 30.25%;
        background: url("https://d1eo5op8jqfxho.cloudfront.net/images/side-bird.png") 50% 50% no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 93.75%;
        z-index: 0;
    }
}

.page-aggressor-river-cruise .page-title {
    color: #91182f;
    text-shadow: 0 0 2.5rem rgba(255, 255, 255, 0.7), 0 0 1rem rgba(255, 255, 255, 0.7);
}

.page-aggressor-river-cruise .content-section.section-top {
    margin-bottom: 3.5rem;
}

.page-aggressor-river-cruise .content-section.section-bottom {
    padding-top: 2.5rem;
    margin-bottom: 1rem;
}

/*-----------------------------------------------------------------------------------*/
/* Aggressor Safari Lodge
/*-----------------------------------------------------------------------------------*/
.page-aggressor-safari {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-repeat-yellow.jpg");
}

.page-aggressor-safari .site {
    background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/bg-page-aggressor-safari.jpg");
}

@media (min-width: 576px) {
    .page-aggressor-safari .site-content > .container .inner-area {
        position: relative;
    }

    .page-aggressor-safari .site-content > .container .inner-area > * {
        position: relative;
        z-index: 1;
    }

    .page-aggressor-safari .site-content > .container .inner-area .sticky-image {
        width: 48%;
        height: 0;
        margin-top: -25.575%;
        padding-top: 63.9375%;
        background: url("https://d1eo5op8jqfxho.cloudfront.net/images/side-tree-out.png") 100% 0 no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 101.75%;
        z-index: 0;
    }

    .page-aggressor-safari .site-content > .container .inner-area .sticky-image::before {
        content: "";
        width: 24.7395833333%;
        height: 0;
        padding-top: 51.0416666667%;
        background: url("https://d1eo5op8jqfxho.cloudfront.net/images/side-tree-in.png") 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        margin-top: 47.1354166667%;
        top: 0;
        left: 100%;
    }
}

.page-aggressor-safari .page-title {
    color: #f9f1ab;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 10%;
    padding: 2%;
}

.page-aggressor-safari .content-section.section-top {
    margin-bottom: 3.5rem;
}

.page-aggressor-safari .content-section.section-bottom {
    padding-top: 2.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .page-aggressor-safari .destination-item {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        max-width: 35%;
    }
}

/*-----------------------------------------------------------------------------------*/
/* - Overview
/*-----------------------------------------------------------------------------------*/
.page-overview .upper-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.page-overview .upper-blocks > * {
    margin: 0.25rem;
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .page-overview .upper-blocks > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 0.5rem);
        flex: 0 0 calc(33.3333333333% - 0.5rem);
        max-width: calc(33.3333333333% - 0.5rem);
    }
}

.page-overview .upper-blocks .video-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 0.5rem);
    flex: 0 0 calc(100% - 0.5rem);
    max-width: calc(100% - 0.5rem);
    height: 0;
    padding-top: 56.25%;
    background: black;
}


@media (min-width: 992px) {
    .page-overview .upper-blocks .video-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.666666% - 0.5rem);
        flex: 0 0 calc(66.6666666667% - 0.5rem);
        max-width: calc(66.6666666667% - 0.5rem);
        height: auto;
        padding-top: 0;
        height: 345px;
    }

    .page-overview .upper-blocks .text-block {
        height: 411px;
    }
}


@media (min-width: 1200px) {
    .page-overview .upper-blocks .video-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.666666% - 0.5rem);
        flex: 0 0 calc(66.6666666667% - 0.5rem);
        max-width: calc(66.6666666667% - 0.5rem);
        height: auto;
        padding-top: 0;
        height: 411px;
    }

}


@media (min-width: 1500px) {
    .page-overview .upper-blocks .video-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.666666% - 0.5rem);
        flex: 0 0 calc(66.6666666667% - 0.5rem);
        max-width: calc(66.6666666667% - 0.5rem);
        height: auto;
        padding-top: 0;
    }
}

@media (min-width: 1600px) {
    .page-overview .upper-blocks .video-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.666666% - 0.5rem);
        flex: 0 0 calc(66.6666666667% - 0.5rem);
        max-width: calc(66.6666666667% - 0.5rem);
        height: auto;
        padding-top: 0;
    }
}


.page-overview .upper-blocks .video-block > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-overview .upper-blocks .text-block {
    padding: 1.5rem;
    color: #fff;
    background: #156ba9;
}

@media (max-width: 991.98px) {
    .page-overview .upper-blocks .text-block {
        font-size: 1.1rem;
    }
}


@media (min-width: 576px) and (max-width: 991.98px) {
    .page-overview .upper-blocks .text-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0.5rem);
        flex: 0 0 calc(100% - 0.5rem);
        max-width: calc(100% - 0.5rem);
    }
}


@media (min-width: 992px) {
    .page-overview .upper-blocks .text-block {
        line-height: 1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 345px;
        overflow-y: auto;
    }
}

@media (min-width: 1200px) {
    .page-overview .upper-blocks .text-block {
        line-height: 1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 411px;
        overflow-y: auto;
    }
}

@media (min-width: 1600px) {
    .page-overview .upper-blocks .text-block {
        line-height: 1.05;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 520px;
        overflow-y: auto;
    }
}

.page-overview .upper-blocks .text-block > *:last-child {
    margin-bottom: 0;
}

.page-overview .upper-blocks .text-block .large {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1;
    color: #FBBF4F;
}

.page-overview .upper-blocks .banner-block {
    max-width: 365px;
}

.page-overview .upper-blocks .banner-block img {
    max-width: 100%;
    height: 365px;
}

@media (max-width: 992px) {
    .page-overview .image-block {
        width: 80%;
    }
}


.page-overview .upper-blocks .image-block .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-overview .upper-blocks .banner-block .overlay ul {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.page-overview .upper-blocks .banner-block a {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 1rem 0.5rem;
    text-align: center;
    text-decoration: none !important;
    color: inherit;
    background: rgba(0, 0, 0, 0.3);
}

.page-overview .upper-blocks .banner-block a > * {
    margin: 0;
    line-height: 1.1;
}

.page-overview .upper-blocks .banner-block a h4 {
    font-size: 1.6rem;
}

.page-overview .upper-blocks .banner-block a p {
    font-size: 1.2rem;
}


.page-overview .upper-blocks .banner-block {
    max-width: 460px;
}

.page-overview .upper-blocks .banner-block img {
    max-width: 100%;
    height: auto;
}

.page-overview .upper-blocks .banner-block .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-overview .upper-blocks .banner-block .overlay ul {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.page-overview .upper-blocks .banner-block a {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 1rem 0.5rem;
    text-align: center;
    text-decoration: none !important;
    color: inherit;
    background: rgba(0, 0, 0, 0.3);
}

.page-overview .upper-blocks .banner-block a > * {
    margin: 0;
    line-height: 1.1;
}

.page-overview .upper-blocks .banner-block a h4 {
    font-size: 1.6rem;
}

.page-overview .upper-blocks .banner-block a p {
    font-size: 1.2rem;
}


.page-overview .intro-text {
    font-size: 1.1rem;
    line-height: 1.13;
}

@media (min-width: 992px) {
    .page-overview .intro-text {
        max-width: 80.9285714286%;
        margin-left: auto;
        margin-right: auto;
    }
}

.page-overview .weather-info {
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
}

.page-overview .weather-info > * {
    margin: 0;
}

.page-overview .weather-info .info {
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    font-size: 1.4rem;
    line-height: 1.1;

}

.page-overview .weather-info .info big {
    display: inline-block;
    padding-left: 0.2em;
    font-size: 1.29em;
    color: #008ac5;
}

.page-overview .weather-info .note {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .page-overview #Komodo-National-Park figure {
       # width: 66.1654135338%;
        margin-bottom: 0;
        margin-left: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .page-overview #Komodo-National-Park figure img {
        max-width: 76.1363636364%;
    }
}

/*-----------------------------------------------------------------------------------*/
/* - Rates & Dates
/*-----------------------------------------------------------------------------------*/
.page-rates-dates .site-content .intro-text {
    margin-bottom: 2.25rem;
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: center;
}

.page-rates-dates .site-content .intro-text > * {
    display: inline-block;
    margin: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #898989;
}

@media (min-width: 992px) {
    .page-rates-dates .site-content .section-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page-rates-dates .site-content .section-middle .col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 69.6428571429%;
        flex: 0 0 69.6428571429%;
        max-width: 69.6428571429%;
    }

    .page-rates-dates .site-content .section-middle .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5714285714%;
        http: / / cms . aggressor . com /directus-master/ public /_/ items / boat_directus_files ? filter [boat_id] = $ id
        flex: 0 0 23.5714285714%;
        max-width: 23.5714285714%;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .page-rates-dates .site-content .section-middle .col-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page-rates-dates .site-content .section-middle .col-right .section-title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .page-rates-dates .site-content .section-middle .col-right .ad-banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.5rem);
        flex: 0 0 calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .page-rates-dates .site-content .section-bottom {
        padding-bottom: 1.5rem;
    }
}

.page-rates-dates .site-content .ad-banner {
    max-width: 330px;
    margin: 1rem auto 1.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: .3;
    /*text-align: center;*/
}

.page-rates-dates .site-content .ad-banner img {
    margin-bottom: 1rem;
}

.page-rates-dates .filter-table {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #000;
}

.page-rates-dates .filter-table li {
    margin-bottom: 0.25rem;
    margin-right: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-rates-dates .filter-table label {
    margin-right: 0.5em;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.page-rates-dates .filter-table select {
    height: 1.85rem;
    padding: 0 0.5rem;
    border: 1px solid #898989;
}

.page-rates-dates .table-rates td,
.page-rates-dates .table-rates th {
    border: 0 !important;
}

.page-rates-dates .table-rates tbody + tbody {
    border-color: #008ac5;
}

.page-rates-dates .table-rates tbody:last-of-type tr:last-child > * {
    border-bottom: 3px solid rgba(0, 138, 197, 0.1) !important;
}

.page-rates-dates .table-rates tbody tr:first-child > * {
    border-top: 0;
}

.page-rates-dates .table-rates tbody tr.odd > * {
    background: rgba(0, 138, 197, 0.1);
}

.page-rates-dates .table-rates tfoot td {
    padding-bottom: 0;
    font-size: 1rem;
    text-align: right;
}

.page-rates-dates .table-rates .col-year {
    width: 1.25rem;
    white-space: nowrap;
    padding: 0;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
    background: #008ac5 !important;
    border-right: 3px solid #fff !important;
}

.page-rates-dates .table-rates .col-year > * {
    display: block;
    width: 1.25rem;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 80% 70%;
    transform-origin: 80% 70%;
}

.page-rates-dates .table-schedule td:first-child,
.page-rates-dates .table-schedule th:first-child {
    padding-left: 0;
}

.page-rates-dates .table-schedule td:last-child,
.page-rates-dates .table-schedule th:last-child {
    padding-right: 0;
}

.page-rates-dates .table-schedule tbody {
    border-bottom: 1px solid #898989;
}

/*-----------------------------------------------------------------------------------*/
/* - Accommodations
/*-----------------------------------------------------------------------------------*/
.page-accommodations .image-slides {
    /*margin-top: -2.5rem;*/
    margin-bottom: 2rem;
    margin: 0 -15px 2rem;
}

@media (min-width: 576px) {
    .page-accommodations .image-slides {
        margin-left: -9.1428571429%;
        margin-right: -9.1428571429%;
    }
}

.page-accommodations .image-slides img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.page-accommodations .image-slides-prev, .page-accommodations .image-slides-next {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-accommodations .content-section.section-top .col-right ul {
    list-style: none;
    padding-left: 1.5em;
}

.page-accommodations .content-section.section-top .col-right ul li::before {
    content: "\2022";
    float: left;
    margin-left: -0.7em;
    color: #0084bf;
    font-weight: 600;
}

@media (min-width: 992px) {
    .page-accommodations .content-section.section-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-accommodations .content-section.section-top .col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding-right: 4.2857142857%;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 3rem;
        column-gap: 3rem;
    }

    .page-accommodations .content-section.section-top .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.2857142857%;
        flex: 0 0 29.2857142857%;
        max-width: 29.2857142857%;
        padding-left: 4.2857142857%;
        line-height: 1.4;
        position: relative;
    }

    .page-accommodations .content-section.section-top .col-right::before {
        content: "";
        display: block;
        width: 1px;
        border-left: 1px solid #0084bf;
        position: absolute;
        left: 0;
        top: 0.25rem;
        bottom: 1.25rem;
    }
}

/*-----------------------------------------------------------------------------------*/
/* - Know Before You Go
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
    .page-know-before-you-go .content-section {
        width: 80.3571428571%;
        margin-left: auto;
        margin-right: auto;
    }
}

.page-know-before-you-go .content-section ul {
    padding-left: 40px;
    list-style: disc;
}

.page-know-before-you-go .content-section ul > li {
   /* padding-left: 0.7em;*/
}
/*
.page-know-before-you-go .content-section ul > li::before {
    content: "\2013";
    float: left;
    margin-left: -0.7em;
}
*/
.page-know-before-you-go .content-section figure img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .page-know-before-you-go .content-section figure.float-left {
        max-width: calc(62.2222222222% + 5rem);
        padding-right: 5rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-know-before-you-go .content-section figure.float-left {
        max-width: calc(50% + 2.5rem);
        padding-right: 2.5rem;
    }
}

@media (min-width: 768px) {
    .page-know-before-you-go .content-section figure.float-right {
        max-width: 62.2222222222%;
        padding-left: 5rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-know-before-you-go .content-section figure.float-right {
        max-width: 50%;
        padding-left: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .page-know-before-you-go .content-section figure.float-left {
        margin-left: -12.2222222222%;
    }

    .page-know-before-you-go .content-section figure.float-right {
        margin-right: -12.2222222222%;
    }
}

.page-know-before-you-go .content-section hr.spacer {
    height: 1px;
    margin-bottom: 1rem;
    background: transparent;
    border: 0;
}

/*-----------------------------------------------------------------------------------*/
/* - Aggressor Travel
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) {
    .page-aggressor-travel .intro-text {
        width: 69.4285714286%;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 0;
    }
}

.page-aggressor-travel .destination-list .destination-name {
    min-height: calc(2em + 0.25rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-----------------------------------------------------------------------------------*/
/* CEO Adventures
/*-----------------------------------------------------------------------------------*/
.page-ceo-adventures .image-slides {
    margin: 0 -15px 3rem;
}

@media (min-width: 576px) {
    .page-ceo-adventures .image-slides {
        margin-left: -9.1428571429%;
        margin-right: -9.1428571429%;
    }
}

.page-ceo-adventures .image-slides img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.page-ceo-adventures .image-slides-prev, .page-ceo-adventures .image-slides-next {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-ceo-adventures .site-content .signature {
    width: 13rem;
    height: auto;
}

@media (min-width: 992px) {
    .page-ceo-adventures .content-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .page-ceo-adventures .content-section > * {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .page-ceo-adventures .content-section .main-col {
        -ms-flex-preferred-size: 68.9285714286%;
        flex-basis: 68.9285714286%;
        max-width: 68.9285714286%;
    }

    .page-ceo-adventures .content-section .sidebar {
        -ms-flex-preferred-size: 26.7857142857%;
        flex-basis: 26.7857142857%;
        max-width: 26.7857142857%;
        margin-left: auto;
        padding-left: 1.75rem;
        border-left: 2px solid #0084bf;
    }
}

.page-ceo-adventures .content-section .main-col {
    font-size: 1.2rem;
    line-height: 1.67;
}

.page-ceo-adventures .content-section .ceo-block {
    margin-bottom: 2rem;
}

.page-ceo-adventures .content-section .ceo-block > * {
    margin-bottom: 1rem;
}

@media (min-width: 480px) {
    .page-ceo-adventures .content-section .ceo-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-ceo-adventures .content-section .ceo-block .photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 27.1502590674%;
        flex: 0 0 27.1502590674%;
        max-width: 27.1502590674%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-right: 1.25rem;
    }

    .page-ceo-adventures .content-section .ceo-block .text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 1.75rem;
        border-left: 1px solid #898989;
    }

    .page-ceo-adventures .content-section .ceo-block .text > *:last-child {
        margin: 0;
    }
}

.page-ceo-adventures .content-section .sidebar {
    line-height: .4;
}

.page-ceo-adventures .content-section .sidebar-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -0.02em;
    color: #008ac5;
}

.page-ceo-adventures .content-section .schedule:not(:last-child) {
    margin-bottom: 2rem;
}

.page-ceo-adventures .content-section .schedule strong,
.page-ceo-adventures .content-section .schedule b {
    font-weight: 600;
}

.page-ceo-adventures .content-section .schedule ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.page-ceo-adventures .content-section .schedule li:not(:first-child) {
    margin-top: 1rem;
}

.page-ceo-adventures .content-section .schedule li > * {
    margin-bottom: 0;
}

.page-ceo-adventures .content-section .schedule .year {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #c08438;
}

.page-ceo-adventures .content-section .schedule .name {
    font-weight: 700;
    color: #008ac5;
}

/*-----------------------------------------------------------------------------------*/
/* Vision Statement
/*-----------------------------------------------------------------------------------*/
.page-vision-statement .site-content {
    font-size: 1.2rem;
}

.page-vision-statement .site-content .signature {
    width: 13rem;
    height: auto;
}

.page-vision-statement .site-content .bottom-text {
    text-align: center;
    font-weight: 400;
}

.page-vision-statement .section-top img {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .page-vision-statement .section-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-vision-statement .section-top img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 61.7857142857%;
        flex: 0 0 61.7857142857%;
        max-width: 61.7857142857%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-right: 3.75rem;
        margin-bottom: 0;
    }

    .page-vision-statement .section-top .side-col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 1.25rem;
        border-left: 1px solid #898989;
    }
}

/*-----------------------------------------------------------------------------------*/
/* Meet Our Staff
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1600px) {
    .page-meet-the-staff #team-bio .modal-dialog {
        max-width: 945px;
    }
}

.page-meet-the-staff #team-bio .modal-header {
    display: block;
    text-align: center;
    padding: 1.25rem 2rem;
    color: #008ac5;
    border: 0;
}

.page-meet-the-staff #team-bio .modal-header .close {
    height: 3rem;
    width: 3rem;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #666666;
    background: transparent;
    border: 0;
    outline: 0 !important;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}

.page-meet-the-staff #team-bio .modal-body {
    padding-bottom: 0;
    line-height: 1.67;
}

.page-meet-the-staff #team-bio .modal-body h5 {
    margin-bottom: 0.75rem;
    font-size: 1.6rem;
    text-align: center;
}

.page-meet-the-staff #team-bio .modal-body .contact {
    padding-left: 50px;
    list-style: none;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
}

.page-meet-the-staff #team-bio .modal-body .contact > li:not(:first-child)::before {
    content: "|";
    padding: 0 0.5rem;
}

.page-meet-the-staff #team-bio .modal-body .logos {
    padding-left: 0;
    list-style: none;
    margin: 0 -1rem -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-meet-the-staff #team-bio .modal-body .logos > li {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.page-meet-the-staff #team-bio .bio-name {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 2rem;
    line-height: 1;
    border-bottom: 1px solid #bd7313;
}

.page-meet-the-staff #team-bio .bio-position {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
}

.page-meet-the-staff #team-bio .bio-photo {
    width: 15.7rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

/*-----------------------------------------------------------------------------------*/
/* Travel Resources
/*-----------------------------------------------------------------------------------*/
.page-travel-resources .site-content {
    font-size: 1.2rem;
}

.page-travel-resources .content-section {
    margin-bottom: 1.5rem;
    padding-top: 2.5rem;
}

.page-travel-resources .content-section:last-child {
    margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
    .page-travel-resources .content-section .as-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-travel-resources .content-section .as-row > * {
        margin-bottom: 0;
        margin-right: 6.25rem;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .page-travel-resources .content-section .as-row > * {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3rem);
        flex: 0 0 calc(50% - 3rem);
        max-width: calc(100% - 3rem);
        margin-right: .5rem;
    }
}

.page-travel-resources .content-section.border-top > * > * {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .page-travel-resources .content-section.border-top > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-travel-resources .content-section.border-top > * > * {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        padding-right: 2rem;
    }

    .page-travel-resources .content-section.border-top > * > .col-left {
        -ms-flex-preferred-size: 36.7857142857%;
        flex-basis: 36.7857142857%;
        max-width: 36.7857142857%;
    }

    .page-travel-resources .content-section.border-top > * > .col-center {
        -ms-flex-preferred-size: 42.1428571429%;
        flex-basis: 42.1428571429%;
        max-width: 42.1428571429%;
    }

    .page-travel-resources .content-section.border-top > * > .col-right {
        -ms-flex-preferred-size: 21.0714285714%;
        flex-basis: 21.0714285714%;
        max-width: 21.0714285714%;
        padding-right: 0;
    }
}

/*-----------------------------------------------------------------------------------*/
/* Sustainability
/*-----------------------------------------------------------------------------------*/
.page-sustainability .site-content {
    font-size: 1.2rem;
}

/*-----------------------------------------------------------------------------------*/
/* Registered Trademarks
/*-----------------------------------------------------------------------------------*/
.page-registered-trademarks .site-content {
    font-size: 1.2rem;
}

.page-registered-trademarks .content-section {
    margin-bottom: 1.5rem;
}

.page-registered-trademarks .content-section.border-top {
    padding-top: 2.5rem;
}

.page-registered-trademarks .content-section.border-top > * {
    margin-bottom: 2rem;
}

.page-registered-trademarks .content-section:last-child {
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .page-registered-trademarks .content-section .center-logo {
        max-width: 29.2857142857%;
    }
}

.page-registered-trademarks .content-section .list-logos {
    padding-left: 0;
    list-style: none;
    margin: 0 -0.75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 992px) {
    .page-registered-trademarks .content-section .list-logos {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .fix-ie11 .page-registered-trademarks .content-section .list-logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.page-registered-trademarks .content-section .list-logos li {
    margin-bottom: 1rem;
    padding: 0 0.75rem;
}

.page-registered-trademarks .content-section .list-texts {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-registered-trademarks .content-section .list-texts li {
    display: block;
    display: contents;
}

.page-registered-trademarks .content-section .list-texts li:not(:first-child)::before {
    content: "\00a0|\00a0";
    margin: 0 0.75em;
}

@media (min-width: 992px) {
    .page-registered-trademarks .content-section .as-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-registered-trademarks .content-section .as-row > * {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .page-registered-trademarks .content-section .as-row > *:nth-child(1) {
        -ms-flex-preferred-size: 34.2857142857%;
        flex-basis: 34.2857142857%;
        max-width: 34.2857142857%;
    }

    .page-registered-trademarks .content-section .as-row > *:nth-child(2) {
        -ms-flex-preferred-size: 39.6428571429%;
        flex-basis: 39.6428571429%;
        max-width: 39.6428571429%;
    }

    .page-registered-trademarks .content-section .as-row > *:nth-child(3) {
        -ms-flex-preferred-size: 26.0714285714%;
        flex-basis: 26.0714285714%;
        max-width: 26.0714285714%;
    }
}

@media (min-width: 1200px) {
    .page-registered-trademarks .content-section.logos-1 .list-texts {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page-registered-trademarks .content-section.logos-1 .list-texts li::before {
        margin: 0 !important;
    }
}

@media (min-width: 992px) {
    .page-registered-trademarks .content-section.logos-2 .list-logos {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .page-registered-trademarks .content-section.logos-2 .list-logos li {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 992px) {
    .page-registered-trademarks .content-section.logos-3 .list-logos {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .page-registered-trademarks .content-section.logos-3 .list-logos li {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/*-----------------------------------------------------------------------------------*/
/* Specials
/*-----------------------------------------------------------------------------------*/
.page-specials .site-content {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .page-specials .section-top {
        max-width: 70%;
    }
}

.page-specials .content-bottom {
    font-size: 1rem;
    background: transparent !important;
    padding: 1rem 0;
}

.page-specials .content-bottom .tab-block {
    margin-bottom: 0.5em;
}

.page-specials .content-bottom .tab-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
}

.page-specials .content-bottom .tab-menu a {
    min-width: 8.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.page-specials .content-bottom .tab-content {
    padding: 1rem !important;
}

.page-specials .content-bottom .offer-list {
    padding-left: 0;
    list-style: none;
}

.page-specials .content-bottom .offer-item {
    display: inline-block;
    padding: 0.7rem 0.6rem;
    border: 1px solid #3c3c3c;
    margin-bottom: 0.9rem;
}

.page-specials .content-bottom .offer-item:not(:first-child) {
    margin-top: 2rem;
}

.page-specials .content-bottom .offer-item .col-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 992px) {
    .page-specials .content-bottom .offer-item .col-center {
        padding-top: 0;
    }
}

.page-specials .content-bottom .offer-item .col-center ul {
    list-style-type: disc;
    font-weight: 700;

}

.page-specials .content-bottom .offer-item .col-center ul li {
    margin-top: 0.1em;
}

.page-specials .content-bottom .offer-item .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    text-align: right;
    color: #003663;
}

@media (min-width: 992px) {
    .page-specials .content-bottom .offer-item .col-right {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}

@media (min-width: 576px) {
    .page-specials .content-bottom .offer-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: flow;
        flex-flow: flow;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block;
    }

    .page-specials .content-bottom .offer-item img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.296875%;
        flex: 0 0 29.296875%;
        max-width: 29.296875%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .page-specials .content-bottom .offer-item img {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
        max-width: 300px;
    }
}

@media (min-width: 576px) {
    .page-specials .content-bottom .offer-item .col-center {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36.4583333333%;
        flex: 0 0 36.4583333333%;
        max-width: 36.4583333333%;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .page-specials .content-bottom .offer-item .col-center {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 576px) {
    .page-specials .content-bottom .offer-item .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto;
    }
}

.page-specials .content-bottom .offer-item .title {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    color: #008ac5;
}

.page-specials .content-bottom .offer-item .title span {
    font-weight: 600;
    font-style: italic;
}

.page-specials .content-bottom .offer-item .title .new-label {
    font-weight: 700;
    font-style: normal;
    color: #cc0033;
}

.page-specials .content-bottom .offer-item .description {
    margin-bottom: 0.5rem;
}

.page-specials .content-bottom .offer-item .description > * {
    margin-bottom: 0;
}

.page-specials .content-bottom .offer-item .button {
    display: block;
    margin-top: auto;
    font-family: "Myriad Pro Bold", sans-serif;
    font-size: 1.2rem;
    line-height: 0.75;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    background: #008ac5;
    border-radius: 0.5rem;
}

.page-specials .content-bottom .offer-item .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
}

.page-specials .content-bottom .offer-item .prices > div {
    margin-left: 0.6em;
}

.page-specials .content-bottom .offer-item .prices > div > * {
    display: block;
}

.page-specials .content-bottom .offer-item .prices > div .regular-price {
    text-decoration: line-through;
}

.page-specials .content-bottom .offer-item .prices > div .offer-price {
    font-size: 1.8rem;
    font-family: "Myriad Pro Bold", sans-serif;
    line-height: 0.75;
    color: #cc0033;
    position: relative;
    top: -0.075em;
}

.page-specials .content-bottom .offer-item .notes {
    margin-top: auto;
}

.page-specials .content-bottom .offer-item .notes > * {
    margin-bottom: 0;
}

.page-specials .content-bottom .offer-item .share {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0.5em 0 0;
    padding-top: 0.75em;
    border-top: 1px dotted #000;
    line-height: 1.25;
}

.page-specials .content-bottom .offer-item .share > * {
    margin-left: 0.5rem;
}

.page-specials .content-bottom .offer-item .share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    font-size: 0.8rem;
    text-decoration: none !important;
    color: #fff;
    background: #b5ab98;
}

.page-specials .content-bottom .offer-detail {
    display: none !important;
}

.page-specials #offer-detail .highlight {
    color: #cc0033;
}

.page-specials #offer-detail .modal-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/*-----------------------------------------------------------------------------------*/
/* Resellers
/*-----------------------------------------------------------------------------------*/
.page-resellers .site-content {
    font-size: 1.2rem;
}

.page-resellers .content-excerpt {
    font-size: 1.6rem;
}

.page-resellers .content-excerpt .lead-text {
    font-size: 1.5em;
}

.page-resellers .image-block-middle > div > * + * {
    margin-top: 2rem;
}

@media (min-width: 1200px) {
    .page-resellers .image-block-middle > div > * + * {
        margin-top: 4rem;
    }
}

@media (min-width: 992px) {
    .page-resellers .image-block-middle > img {
        -ms-flex-preferred-size: 38.2857142857%;
        flex-basis: 38.2857142857%;
        max-width: 38.2857142857%;
    }
}

@media (min-width: 992px) {
    .page-resellers .image-block-bottom > img {
        -ms-flex-preferred-size: 56.2857142857%;
        flex-basis: 56.2857142857%;
        max-width: 56.2857142857%;
    }
}

.page-resellers .image-block .button-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.page-resellers .image-block .button {
    padding: 0.6rem 1.25rem;
    font-family: "Myriad Pro Bold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    background: #008ac5;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}

/*-----------------------------------------------------------------------------------*/
/* - Aggressor Employment Advantages
/*-----------------------------------------------------------------------------------*/
.page-employment-advantages .site-content {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .page-employment-advantages .site-content img.float-lg-right {
        max-width: 43.5714285714%;
        margin-left: 3rem;
    }
}

/*-----------------------------------------------------------------------------------*/
/* - LiveAboard Employment
/*-----------------------------------------------------------------------------------*/
.page-liveaboard-employment .site-content {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .page-liveaboard-employment .site-content img.float-lg-right {
        max-width: 43.5714285714%;
        margin-left: 3rem;
    }
}

@media (min-width: 992px) {
    .page-liveaboard-employment .image-block-middle > img {
        -ms-flex-preferred-size: 47.5%;
        flex-basis: 47.5%;
        max-width: 47.5%;
    }
}

/*-----------------------------------------------------------------------------------*/
/* - Qualifications / Position Descriptions
/*-----------------------------------------------------------------------------------*/
.page-qualifications-positions .site-content {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .page-qualifications-positions .image-block-top > img {
        -ms-flex-preferred-size: 68.9285714286%;
        flex-basis: 68.9285714286%;
        max-width: 68.9285714286%;
    }
}

@media (min-width: 992px) {
    .page-qualifications-positions .image-block-bottom > img {
        -ms-flex-preferred-size: 43.5714285714%;
        flex-basis: 43.5714285714%;
        max-width: 43.5714285714%;
    }
}

.page-qualifications-positions .tab-block {
    margin-bottom: 3.25rem;
}

.page-qualifications-positions .tab-menu {
    font-size: 0.9rem;
}

@media (min-width: 992px) {
    .page-qualifications-positions .tab-menu {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .page-qualifications-positions .tab-menu > li {
        -webkit-box-flex: 11.1111111111%;
        -ms-flex: 11.1111111111%;
        flex: 11.1111111111%;
        text-align: center;
    }

    .page-qualifications-positions .tab-menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 0.75rem 0.25rem;
    }
}

.page-qualifications-positions .tab-content {
    font-size: 1rem;
}

.page-qualifications-positions .tab-content h4 {
    font-size: 1.6em;
    line-height: 1;
}

@media (min-width: 992px) {
    .page-qualifications-positions #Captain img {
        max-width: 60.1503759398%;
    }

    .page-qualifications-positions #Cruise-Director img {
        max-width: 60.9022556391%;
    }

    .page-qualifications-positions #Engineer img {
        max-width: 59.3984962406%;
    }

    .page-qualifications-positions #Photo-Video-Pro img {
        max-width: 50%;
    }

    .page-qualifications-positions #Dive-Instructor-Dive-Master img {
        max-width: 56.3909774436%;
    }

    .page-qualifications-positions #Chef img {
        max-width: 52.6315789474%;
    }

    .page-qualifications-positions #Steward-Galley-Assistant img {
        max-width: 53.3834586466%;
    }

    .page-qualifications-positions #Camp-Director img {
        max-width: 60.1503759398%;
    }

    .page-qualifications-positions #Safari-Guide img {
        max-width: 60.1503759398%;
    }
}

/*-----------------------------------------------------------------------------------*/
/* - Application & Hiring Process
/*-----------------------------------------------------------------------------------*/
.page-application-process .site-content {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .page-application-process .site-content img.float-lg-right {
        max-width: 41.7857142857%;
        margin-left: 3rem;
    }
}

/*-----------------------------------------------------------------------------------*/
/* - Job Application
/*-----------------------------------------------------------------------------------*/
.page-job-application .site-content {
    font-size: 1.2rem;
}

.page-job-application .site-content hr.spacer {
    height: 1px;
    margin: 1rem 0;
    border: 0;
    background: transparent;
}

.page-job-application .field-item label, .page-job-application .field-label {
    display: block;
    margin: 0 0 0.5rem;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 768px) {
    .page-job-application .field-item label.nowrap, .page-job-application .nowrap.field-label {
        white-space: nowrap;
    }
}

.page-job-application .field-input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.3rem + 2px);
    margin: 0;
    padding: 0.15rem 0.6rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: inherit;
    border: 1px solid #b8b9b9;
    border-radius: 0.25rem;
    outline: 0 !important;
    -webkit-box-shadow: inset 0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.1);
    -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.page-job-application .field-input:focus {
    border-color: #008ac5;
    -webkit-box-shadow: inset 0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.1), 0 0 0 0.1rem rgba(0, 138, 197, 0.2);
    box-shadow: inset 0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.1), 0 0 0 0.1rem rgba(0, 138, 197, 0.2);
}

.page-job-application .field-checkbox, .page-job-application .field-radio {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.page-job-application .field-checkbox input, .page-job-application .field-radio input {
    position: absolute;
    visibility: hidden;
}

.page-job-application .field-checkbox label, .page-job-application .field-radio label {
    display: inline-block;
    margin: 0;
    font-weight: inherit;
    padding-left: calc(0.5em + 0.9rem);
    line-height: 1.4rem;
    position: relative;
}

.page-job-application .field-checkbox label::before, .page-job-application .field-radio label::before, .page-job-application .field-checkbox label::after, .page-job-application .field-radio label::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    cursor: pointer;
    position: absolute;
    top: 0.25rem;
    left: 0;
}

.page-job-application .field-checkbox label::before, .page-job-application .field-radio label::before {
    border: 1px solid #b8b9b9;
    -webkit-box-shadow: inset 0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.1);
    -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.page-job-application .field-checkbox label::after, .page-job-application .field-radio label::after {
    content: '\f00c';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(0, 138, 197, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.6rem;
    line-height: 1.5;
    line-height: 1rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-job-application .field-checkbox input:checked ~ label::before, .page-job-application .field-radio input:checked ~ label::before {
    border-color: #008ac5;
}

.page-job-application .field-checkbox input:checked ~ label::after, .page-job-application .field-radio input:checked ~ label::after {
    opacity: 1;
}

@media (min-width: 768px) {
    .page-job-application .field-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-job-application .field-group {
        margin-left: -0.84rem;
        margin-right: -0.84rem;
    }
}

@media (min-width: 768px) {
    .page-job-application .field-group > * {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.2142857143%;
        flex: 0 0 28.2142857143%;
        max-width: 28.2142857143%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-job-application .field-group > * {
        padding-left: 0.83rem;
        padding-right: 0.83rem;
    }
}

@media (min-width: 768px) {
    .page-job-application .field-group > *.w-auto {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: none;
    }

    .page-job-application .field-group.horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-job-application .field-group.horizontal > * {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: none;
        margin-bottom: 0.6rem;
    }

    .page-job-application .field-group.horizontal .field-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-job-application .field-group.horizontal .field-item > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.8571428571%;
        flex: 0 0 47.8571428571%;
        max-width: 47.8571428571%;
    }

    .page-job-application .field-group.horizontal .field-item > *.w-half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }

    .page-job-application .field-group.horizontal .field-item label {
        -ms-flex-preferred-size: 28.2142857143%;
        flex-basis: 28.2142857143%;
        max-width: 28.2142857143%;
        margin-top: 0.5rem;
        font-weight: 400;
    }
}

.page-job-application .field-item {
    margin-bottom: 1.5rem;
}

.page-job-application .field-checkbox {
    margin-left: 1.75rem;
}

.page-job-application .field-checkbox > li {
    margin-top: 0.5rem;
}

.page-job-application .field-checkbox label::before {
    border-radius: 1px;
}

@media (min-width: 768px) {
    .page-job-application .field-checkbox-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-job-application .field-checkbox-wrapper > * {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

.page-job-application .field-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-job-application .field-radio > li:not(:first-child) {
    margin-left: 1rem;
}

.page-job-application .field-radio label {
    line-height: 1.4rem;
    padding-left: calc(0.5em + 1.4rem);
}

.page-job-application .field-radio label::before, .page-job-application .field-radio label::after {
    border-radius: 50%;
    top: 0;
}

.page-job-application .field-radio label::before {
    width: 1.4rem;
    height: 1.4rem;
}

.page-job-application .field-radio label::after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.4rem;
    background: rgba(0, 138, 197, 0.8);
}

.page-job-application .field-radio input:checked ~ label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-job-application .field-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.page-job-application .field-upload .button {
    width: 16.25rem;
    margin-bottom: 0.5rem;
    padding: 0.9rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: "Myriad Pro Regular", sans-serif;
    font-size: 1.4rem;
    text-align: center;
    background: #008ac5;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}

.page-job-application .field-upload ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding-top: 0.5rem;
    padding-left: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .page-job-application .field-upload ul {
        max-width: calc(100% - 16.25rem);
    }
}

.page-job-application .field-upload ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-job-application textarea.field-input {
    height: auto;
}

@media (min-width: 768px) {
    .page-job-application textarea.field-input {
        max-width: 76.0714285714%;
    }
}

.page-job-application .submit-button {
    width: 16.25rem;
    padding: 0.9rem;
    font-family: "Myriad Pro Regular", sans-serif;
    font-size: 1.4rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
    .page-job-application .courses-options,
    .page-job-application .destination-options {
        max-width: 60%;
    }
}

/*-----------------------------------------------------------------------------------*/
/* - Frequently Asked Questions
/*-----------------------------------------------------------------------------------*/
.page-employment-faqs .site-content {
    font-size: 1.2rem;
}

/*-----------------------------------------------------------------------------------*/
/* Jim Church School of UW Photography
/*-----------------------------------------------------------------------------------*/
.page-jim-church-school .image-slides {
    margin: 0 -15px 3rem;
}

@media (min-width: 576px) {
    .page-jim-church-school .image-slides {
        margin-left: -9.1428571429%;
        margin-right: -9.1428571429%;
    }
}

.page-jim-church-school .image-slides img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;

}

.page-jim-church-school .image-slides-prev, .page-jim-church-school .image-slides-next {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-jim-church-school .site-content {
    font-size: 1.2rem;
}

.page-jim-church-school .content-excerpt {
    font-size: 1.6rem;
}

.page-jim-church-school .content-excerpt .lead-text {
    font-size: 1.5em;
    margin-bottom: 0.375em;
}

@media (min-width: 992px) {
    .page-jim-church-school .section-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-jim-church-school .section-bottom > * {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .page-jim-church-school .section-bottom .main-col {
        -ms-flex-preferred-size: 68.9285714286%;
        flex-basis: 68.9285714286%;
        max-width: 68.9285714286%;
    }

    .page-jim-church-school .section-bottom .sidebar {
        -ms-flex-preferred-size: 27.5%;
        flex-basis: 27.5%;
        max-width: 27.5%;
        margin-left: auto;
        padding-left: 1.75rem;
        border-left: 2px solid #0084bf;
    }
}

@media (min-width: 992px) {
    .page-jim-church-school .image-block-top > img {
        -ms-flex-preferred-size: 57.1428571429%;
       /* flex-basis: 57.1428571429%;
        max-width: 57.1428571429%;*/
    }
}

@media (min-width: 992px) {
    .page-jim-church-school .image-block-bottom > img {
        -ms-flex-preferred-size: 47.6683937824%;
        flex-basis: 47.6683937824%;
        max-width: 47.6683937824%;
    }
}

.page-jim-church-school .person-block img {
    margin-bottom: 1rem;
}

@media (min-width: 480px) {
    .page-jim-church-school .person-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-jim-church-school .person-block > img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25.3886010363%;
        flex: 0 0 25.3886010363%;
        max-width: 25.3886010363%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-right: 3.25rem;
    }
}

@media (min-width: 480px) and (max-width: 1199.98px) {
    .page-jim-church-school .person-block > img {
        margin-right: 2rem;
    }
}

@media (min-width: 480px) {
    .page-jim-church-school .person-block > div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.page-jim-church-school .sidebar {
    font-size: 1rem;
    line-height: 1.4;
}

.page-jim-church-school .sidebar-title {
    margin-bottom: 1.5rem;
}

.page-jim-church-school .sidebar-title h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -0.02em;
    color: #008ac5;
}

.page-jim-church-school .sidebar-title p {
    font-weight: 600;
    font-style: italic;
}

.page-jim-church-school .sidebar .button-wrapper {
    margin-bottom: 2rem;
    text-align: center;
}

@media (min-width: 992px) {
    .page-jim-church-school .sidebar .button-wrapper {
        text-align: right;
    }
}

.page-jim-church-school .sidebar .button {
    padding: 0.9rem;
    font-family: "Myriad Pro Regular", sans-serif;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    background: #008ac5;
    border-color: transparent;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}

.page-jim-church-school .sidebar .schedule:not(:last-child) {
    margin-bottom: 2rem;
}

.page-jim-church-school .sidebar .schedule strong,
.page-jim-church-school .sidebar .schedule b {
    font-weight: 600;
}

.page-jim-church-school .sidebar .schedule ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.page-jim-church-school .sidebar .schedule li:not(:first-child) {
    margin-top: 1rem;
}

.page-jim-church-school .sidebar .schedule li > * {
    margin-bottom: 0;
}

.page-jim-church-school .sidebar .schedule .year {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #c08438;
}

.page-jim-church-school .sidebar .schedule .name {
    font-weight: 700;
    line-height: inherit;
    color: #008ac5;
}

/*-----------------------------------------------------------------------------------*/
/* Travel with The Owners
/*-----------------------------------------------------------------------------------*/
.page-travel-with-the-owners .site-content {
    font-size: 1.2rem;

}

.page-travel-with-the-owners .content-excerpt {
    font-size: 1.6rem;
}

.page-travel-with-the-owners .content-excerpt .lead-text {
    font-size: 1.5em;
    margin-bottom: 0.375em;
}

@media (min-width: 992px) {
    .page-travel-with-the-owners .section-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-travel-with-the-owners .section-bottom > * {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .page-travel-with-the-owners .section-bottom .main-col {
        -ms-flex-preferred-size: 68.9285714286%;
        flex-basis: 68.9285714286%;
        max-width: 68.9285714286%;
    }

    .page-travel-with-the-owners .section-bottom .sidebar {
        -ms-flex-preferred-size: 27.5%;
        flex-basis: 27.5%;
        max-width: 27.5%;
        margin-left: auto;
        padding-left: 1.75rem;
        border-left: 2px solid #0084bf;
        height:100%;
    }
}

@media (min-width: 992px) {
    .page-travel-with-the-owners .image-block-top > img {
   /*     -ms-flex-preferred-size: 58.9285714286%;
        flex-basis: 58.9285714286%;
        max-width: 58.9285714286%;*/
    }
}

.page-travel-with-the-owners .sidebar {
    font-size: 1.1rem;
    line-height: 1.2;
}

.page-travel-with-the-owners .sidebar-title {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -0.02em;
    color: #008ac5;
}

.page-travel-with-the-owners .sidebar-caption {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    padding-top: 1.25rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.17;
    border-top: 1px solid #898989;
}

.sidebar em {
    font-weight: 600;
}

.page-travel-with-the-owners .sidebar .schedule:not(:last-child) {
    margin-bottom: 2rem;
}

.page-travel-with-the-owners .sidebar .schedule strong,
.page-travel-with-the-owners .sidebar .schedule b {
    font-weight: 600;
}

.page-travel-with-the-owners .sidebar .schedule ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.page-travel-with-the-owners .sidebar .schedule li:not(:first-child) {
    margin-top: 1rem;
}

.page-travel-with-the-owners .sidebar .schedule li > * {
    margin-bottom: 0;
}

.page-travel-with-the-owners .sidebar .schedule .year {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #c08438;
}

.page-travel-with-the-owners .sidebar .schedule .name {
    font-weight: 700;
    line-height: inherit;
    color: #008ac5;
}

/*-----------------------------------------------------------------------------------*/
/* Aggressor Liveaboards
/*-----------------------------------------------------------------------------------*/
.page-aggressor-rewards .site-content {
    font-size: 1.2rem;
}

.page-aggressor-rewards .site-content hr.spacer {
    height: 1px;
    margin: 1.5rem 0;
    border: 0;
    background: transparent;
}

@media (max-width: 991.98px) {
    .page-aggressor-rewards .site-content hr.spacer {
        display: none;
    }
}

.page-aggressor-rewards .content-excerpt {
    font-size: 1.6rem;
}

.page-aggressor-rewards .content-excerpt .lead-text {
    font-size: 1.25em;
}

@media (max-width: 575.98px) {
    .page-aggressor-rewards .club-logos {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

.page-aggressor-rewards .club-logos-head {
    text-align: center;
    letter-spacing: -0.04em;
    color: #008ac5;
    overflow: hidden;
    position: relative;
    max-width: 23.58rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .page-aggressor-rewards .club-logos-head {
        max-width: 41rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-aggressor-rewards .club-logos-head {
        max-width: 30.75rem;
    }
}

@media (max-width: 575.98px) {
    .page-aggressor-rewards .club-logos-head {
        max-width: 300px;
    }
}

.page-aggressor-rewards .club-logos-head::before, .page-aggressor-rewards .club-logos-head::after {
    content: "";
    display: block;
    width: 2px;
    background: #008ac5;
    position: absolute;
    top: 60%;
    bottom: 0;
}

.page-aggressor-rewards .club-logos-head::before {
    left: 0;
}

.page-aggressor-rewards .club-logos-head::after {
    right: 0;
}

.page-aggressor-rewards .club-logos-head h3 {
    display: inline-block;
    margin: 0;
    padding: 0 0.5rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
}

@media (min-width: 768px) {
    .page-aggressor-rewards .club-logos-head h3 {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .page-aggressor-rewards .club-logos-head h3 {
        font-size: 2.8rem;
    }
}

.page-aggressor-rewards .club-logos-head h3::before, .page-aggressor-rewards .club-logos-head h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #008ac5;
    position: absolute;
    top: 60%;
}

@media (min-width: 768px) {
    .page-aggressor-rewards .club-logos-head h3::before, .page-aggressor-rewards .club-logos-head h3::after {
        margin: 0 0.2em;
    }
}

.page-aggressor-rewards .club-logos-head h3::before {
    right: 100%;
}

.page-aggressor-rewards .club-logos-head h3::after {
    left: 100%;
}

.page-aggressor-rewards .club-logos-head span {
    display: block;
}

@media (min-width: 768px) {
    .page-aggressor-rewards .club-logos-head span {
        display: inline-block;
    }
}

.page-aggressor-rewards .club-logos-list {
    padding-left: 0;
    list-style: none;
    margin: 1.25rem -15px 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 576px) {
    .page-aggressor-rewards .club-logos-list {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .page-aggressor-rewards .club-logos-list {
        margin-bottom: 2.5rem;
    }
}

.page-aggressor-rewards .club-logos-list::before {
    content: "";
    display: block;
    background: url("https://d1eo5op8jqfxho.cloudfront.net/images/club-logos-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 2.25rem;
    bottom: 2.25rem;
    left: -25%;
    right: -25%;
    z-index: -1;
}

@media (min-width: 576px) {
    .page-aggressor-rewards .club-logos-list::before {
        left: -7.1428571429%;
        right: -7.1428571429%;
    }
}

@media (min-width: 768px) {
    .page-aggressor-rewards .club-logos-list::before {
        top: 3.75rem;
        bottom: 3.75rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-aggressor-rewards .club-logos-list::before {
        top: 3rem;
        bottom: 3rem;
    }
}

.page-aggressor-rewards .club-logos-list a {
    display: block;
    width: 10.1rem;
    height: 0;
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.1), 0.4rem 0.4rem 0.55rem rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .page-aggressor-rewards .club-logos-list a {
        width: 17rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-aggressor-rewards .club-logos-list a {
        width: 12.75rem;
    }
}

.page-aggressor-rewards .club-logos-list a::before {
    content: "";
    display: block;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -3.9603960396%;
    left: -3.9603960396%;
    bottom: -3.9603960396%;
    right: -3.9603960396%;
}

.page-aggressor-rewards .club-logos-list a[id="adventurer"]::before {
    background-image: url("https://cms.aggressor.com/directus-master/public/_/assets/hbvzfc08nhck0s8s");
}

.page-aggressor-rewards .club-logos-list a[id="vip"]::before {
    background-image: url("https://cms.aggressor.com/directus-master/public/_/assets/r7nudkwvwiokccog");
}

.page-aggressor-rewards .club-logos-list a[id="vipplus"]::before {
    background-image: url("https://cms.aggressor.com/directus-master/public/_/assets/9cz22rh16vc4kws8");
}

.page-aggressor-rewards .club-logos-list a[id="sevenseas"]::before {
    background-image: url("https://cms.aggressor.com/directus-master/public/_/assets/svnc3z3x7e8o0wog");
}

.page-aggressor-rewards .club-logos-list a[id="irondiver"]::before {
    background-image: url("/images/club-logo-iron-diver-circle.png");
}

.page-aggressor-rewards .club-logos-list > li {
    margin: 0 0.85rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .page-aggressor-rewards .club-logos-list > li {
        margin-top: 1.28rem;
    }

    .page-aggressor-rewards .club-logos-list > li:nth-child(-n+2) {
        margin-top: 0;
    }

    .page-aggressor-rewards .club-logos-list > li:last-child:nth-child(odd) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .page-aggressor-rewards .club-logos-list > li {
        margin: 0 1.7rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-aggressor-rewards .club-logos-list > li {
        margin: 0 1.28rem;
    }
}

.page-aggressor-rewards .content-section .block-title sup {
    font-family: "Myriad Pro Regular", sans-serif;
    font-weight: 400;
    font-size: 1em;
    position: static;
}

.page-aggressor-rewards .button {
    padding: 0.6rem 1.25rem;
    font-family: "Myriad Pro Regular", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    background: #008ac5;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}

.page-aggressor-rewards #Aggressor-Adventurer .logo {
    max-width: 10rem;
    height: auto;
}

@media (min-width: 992px) {
    .page-aggressor-rewards #Aggressor-Adventurer .image-block > img {
        -ms-flex-preferred-size: 57.8571428571%;
        flex-basis: 57.8571428571%;
       /* max-width: 57.8571428571%;*/
    }
}

@media (min-width: 1200px) {
    .page-aggressor-rewards #Aggressor-Adventurer .image-block > img {
        margin-left: 4rem;
    }

    .page-aggressor-rewards #Aggressor-Adventurer .image-block > div {
        padding-right: 1.5rem;
    }
}

.page-aggressor-rewards #Aggressor-VIP .logo {
    max-width: 9.75rem;
    height: auto;
}

@media (min-width: 1200px) {
    .page-aggressor-rewards #Aggressor-VIP .image-block > img {
        margin-left: 3.25rem;
    }

    .page-aggressor-rewards #Aggressor-VIP .image-block > div {
        padding-right: 1.5rem;
    }
}

@media (min-width: 992px) {
    .page-aggressor-rewards #Aggressor-VIP img.float-lg-right {
        max-width: 41.9285714286%;
        margin-left: 3.75rem;
    }
}

.page-aggressor-rewards #Aggressor-VIP-Plus .logo {
    max-width: 10rem;
    height: auto;
}

@media (min-width: 992px) {
    .page-aggressor-rewards #Aggressor-VIP-Plus .image-block > img {
        -ms-flex-preferred-size: 54.2857142857%;
        flex-basis: 54.2857142857%;
        max-width: 54.2857142857%;
    }
}

@media (min-width: 1200px) {
    .page-aggressor-rewards #Aggressor-VIP-Plus .image-block > img {
        margin-left: 3.5rem;
    }

    .page-aggressor-rewards #Aggressor-VIP-Plus .image-block > div {
        padding-right: 1.5rem;
    }
}

@media (min-width: 992px) {
    .page-aggressor-rewards #Aggressor-VIP-Plus img.float-lg-right {
        max-width: 41.9285714286%;
        margin-left: 3.75rem;
    }
}

.page-aggressor-rewards #Seven-Seas .logo {
    max-width: 10rem;
    height: auto;
}

@media (min-width: 992px) {
    .page-aggressor-rewards #Seven-Seas .image-block > img {
        -ms-flex-preferred-size: 70.7142857143%;
        flex-basis: 70.7142857143%;
      /*  max-width: 70.7142857143%; */
    }
}

@media (min-width: 1200px) {
    .page-aggressor-rewards #Seven-Seas .image-block > img {
        margin-left: 2.75rem;
    }

    .page-aggressor-rewards #Seven-Seas .image-block > div {
        padding-right: 1.5rem;
    }
}

@media (min-width: 992px) {
    .page-aggressor-rewards #Seven-Seas img.float-lg-right {
        max-width: 41.9285714286%;
        margin-left: 3.75rem;
    }
}

.page-aggressor-rewards #Seven-Seas .seas-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-aggressor-rewards #Seven-Seas .seas-list ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 2rem;
    line-height: 1;
}

.page-aggressor-rewards #Seven-Seas .seas-list ul li {
    margin-bottom: 0.5rem;
}

.page-aggressor-rewards #Iron-Diver .logo {
    max-width: 16.25rem;
}

@media (max-width: 991.98px) {
    .page-aggressor-rewards #Iron-Diver .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .page-aggressor-rewards #Iron-Diver .image-slides-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .page-aggressor-rewards #Iron-Diver .image-slides {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 71.4285714286%;
        flex: 0 0 71.4285714286%;
        max-width: 71.4285714286%;
        margin-left: auto;
    }
}

.page-aggressor-rewards #Iron-Diver .image-slides-prev, .page-aggressor-rewards #Iron-Diver .image-slides-next {
    font-size: 1.25rem;
    width: 2.25rem;
    height: 2.4rem;
    margin: -1.2rem 0;
    background-color: rgba(0, 0, 0, 0.5);
}

/*-----------------------------------------------------------------------------------*/
/* Homepage
/*-----------------------------------------------------------------------------------*/
.page-homepage {
    background: #b8d9e8;
}

.page-homepage .site {
    background: transparent;
}

.page-homepage .site-header {
    background: #002451 url("https://d1eo5op8jqfxho.cloudfront.net/images/homepage-header-bg.webp") 50% 0 no-repeat;
    background-size: auto 100%;
    position: relative;

}

.page-homepage .site-header > .container {
    display: block;
}

.page-homepage .header-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    position: relative;
}

.page-homepage .header-home > * {
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

@media (min-width: 576px) {
    .page-homepage .header-home {
        margin-left: -9.1%;
        margin-right: -9.1%;

    }
}
    @media (min-width: 1000px) {
        .page-homepage .header-home {
            margin-left: -9.1%;
            margin-right: -9.1%;
            margin-top: -100px;
        }

        .page-homepage .header-home > * {
            padding-left: 5%;
            padding-right: 5%;
        }
    }
@media (min-width: 1000px) and (max-width:1200px){
    .page-homepage .header-home {
        margin-left: -9.1%;
        margin-right: -9.1%;
        margin-top: -100px;
        max-height:540px;
    }

    .page-homepage .header-home > * {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media (min-width: 1200px) and (max-width:1600px){
    .page-homepage .header-home {
        margin-left: -9.1%;
        margin-right: -9.1%;
        margin-top: -100px;

    }

    .page-homepage .header-home > * {
        padding-left: 5%;
        padding-right: 5%;
        max-height:300px;
    }
}
    .page-homepage .header-home-frame {
        width: 327.1578947368px;
        height: 1px;
        margin: 0 -163.5789473684px;
        position: absolute;
        top: 0;
        left: 50%;
    }

    @media (min-width: 576px) {
        .page-homepage .header-home-frame {
            width: 44.2105263158%;
            margin: 0;
            left: 27.8947368421%;
        }
    }

    .page-homepage .header-home-frame::before, .page-homepage .header-home-frame::after {
        content: "";
        display: block;
        width: 8.3333333333%;
        height: 0;
        padding-top: 115.4761904762%;
        background: url("https://d1eo5op8jqfxho.cloudfront.net/images/header-line.png") 50% 50% no-repeat;
        background-size: cover;
        position: absolute;
        top: -0.5rem;
        z-index: 3;
    }

    .page-homepage .header-home-frame::before {
        -webkit-transform: rotate(-7.8deg);
        transform: rotate(-7.8deg);
        left: 0;
    }

    .page-homepage .header-home-frame::after {
        -webkit-transform: rotate(7.8deg) scaleX(-1);
        transform: rotate(7.8deg) scaleX(-1);
        right: 0;
    }

    .page-homepage .header-home-top, .page-homepage .header-home-bottom {
        width: 100%;
        position: relative;
    }

    @media (min-width: 576px) {
        .page-homepage .header-home-top, .page-homepage .header-home-bottom {
            width: 100%;
        }
    }

    .page-homepage .header-home-top::before, .page-homepage .header-home-bottom::before {
        content: "";
        display: block;
    }

    @media (min-width: 576px) {
        .page-homepage .header-home-top::before, .page-homepage .header-home-bottom::before {
            height: 0 !important;
        }
    }
    /*
    .page-homepage .header-home-top {
        background-image: url("/images/0home-header-top-message.jpg");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;


    }
    */
    .page-homepage .header-home-top::before {
        height: 114px;
    }

    @media (min-width: 576px) {
        .page-homepage .header-home-top::before {
            padding-top: 27.1428571429%;
        }
    }
    /*
    .page-homepage .header-home-bottom {
        background-image: url("/0home-header-bottom.jpg");
        background-repeat: no-repeat;
        background-size: contain;

    }
    */
    .page-homepage .header-home-bottom::before {
        height: 119px;
    }

    @media (min-width: 576px) {
        .page-homepage .header-home-bottom::before {
            padding-top: 28.2142857143%;
        }
    }

    .page-homepage .header-home-bottom .images-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .page-homepage .header-home-bottom .images-wrapper > * {
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .page-homepage .header-home-bottom .images-wrapper img {
        max-width: 100%;
        height: auto;
    }

    .page-homepage .header-home-bottom .images-left, .page-homepage .header-home-bottom .images-right {
        width: 33.9473684211%;
    }

    .page-homepage .header-home-bottom .images-left > *, .page-homepage .header-home-bottom .images-right > * {
        width: 110.8527131783%;
    }

    .page-homepage .header-home-bottom .images-left {
        left: 0;
    }

    .page-homepage .header-home-bottom .images-left > * {
        float: right;
    }

    .page-homepage .header-home-bottom .images-center {
        width: 37.6315789474%;
        left: 31.1842105263%;
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 7.3426573427%) 100%, 7.3426573427% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 7.3426573427%) 100%, 7.3426573427% 100%);
        z-index: 1;
    }

    .fix-edge .page-homepage .header-home-bottom .images-center, .fix-ie11 .page-homepage .header-home-bottom .images-center {
        -webkit-perspective: 100px;
        perspective: 100px;
    }

    .fix-edge .page-homepage .header-home-bottom .images-center > *, .fix-ie11 .page-homepage .header-home-bottom .images-center > * {
        -webkit-transform: rotateX(-7deg) scaleY(1.15);
        transform: rotateX(-7deg) scaleY(1.15);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .fix-edge .page-homepage .header-home-bottom .images-center > *, .fix-ie11 .page-homepage .header-home-bottom .images-center > * {
            -webkit-transform: rotateX(-4.5deg) scaleY(1.1);
            transform: rotateX(-4.5deg) scaleY(1.1);
        }
    }

    @media (min-width: 992px) and (max-width: 1199.98px) {
        .fix-edge .page-homepage .header-home-bottom .images-center > *, .fix-ie11 .page-homepage .header-home-bottom .images-center > * {
            -webkit-transform: rotateX(-3.75deg) scaleY(1.1);
            transform: rotateX(-3.75deg) scaleY(1.1);
        }
    }

    @media (min-width: 1200px) and (max-width: 1599.98px) {
        .fix-edge .page-homepage .header-home-bottom .images-center > *, .fix-ie11 .page-homepage .header-home-bottom .images-center > * {
            -webkit-transform: rotateX(-3deg) scaleY(1.1);
            transform: rotateX(-3deg) scaleY(1.1);
        }
    }

    @media (min-width: 1600px) {
        .fix-edge .page-homepage .header-home-bottom .images-center > *, .fix-ie11 .page-homepage .header-home-bottom .images-center > * {
            -webkit-transform: rotateX(-2deg) scaleY(1.1);
            transform: rotateX(-2deg) scaleY(1.1);
        }
    }

    .page-homepage .header-home-bottom .images-right {
        right: 0;
    }

    .page-homepage .header-home .logo-wrapper {
        width: 38.4210526316%;
        margin: 0;
        padding-top: 5.2631578947%;
        background: #fff;
        position: absolute;
        left: 30.7894736842%;
        top: 0;
        bottom: 0;
        z-index: 3;
    }

    .page-homepage .header-home .logo-wrapper::before, .page-homepage .header-home .logo-wrapper::after {
        content: "";
        display: block;
        background: #fff;
        height: 100%;
        width: 20%;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .page-homepage .header-home .logo-wrapper::before {
        left: 0;
        -webkit-transform: skew(7.8deg, 0);
        transform: skew(7.8deg, 0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    .page-homepage .header-home .logo-wrapper::after {
        right: 0;
        -webkit-transform: skew(-7.8deg, 0);
        transform: skew(-7.8deg, 0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    .page-homepage .header-home .logo {
        width: 96.5753424658%;
        margin: 0 auto;
    }

    .page-homepage .header-home .logo a {
        display: block;
        height: 0;
        padding-top: 24.8226950355%;
        /* background: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo-large.png") 50% 50% no-repeat;*/
        background-size: contain;
        overflow: hidden;
    }

    @media (min-windth: 0px) {
        .page-homepage .header-home-menu {
            margin: -0.5rem 0;
            padding-top: 0.7rem;
            padding-bottom: 0.7rem;
            background: #fff;
            position: relative;
            z-index: 1;
        }
    }
    @media (min-width: 768px) {
        .page-homepage .header-home-menu {
            margin: -1px 0;
        }
    }

    .page-homepage .header-home-menu::before, .page-homepage .header-home-menu::after {
        content: "";
        display: block;
        height: 1px;
        background: #e4b459;
        position: absolute;
        left: 0;
        right: 0;
    }

    .page-homepage .header-home-menu::before {
        top: 0.35rem;
    }

    .page-homepage .header-home-menu::after {
        bottom: 0.35rem;
    }

    .page-homepage .header-home .logo {
        width: 150px;
        height: 0;
        margin: -27px -106px;
        padding-top: 53px;
        background: url("https://d1eo5op8jqfxho.cloudfront.net/images/logo-large.png") 50% 50% no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    @media (min-width: 0px) {
        .page-homepage .header-home .logo {
            width: 37.1052631579%;
            height: 0;
            margin: -4.6052631579% -18.5526315789%;
            padding-top: 9.2105263158%;
        }
    }

    .page-homepage .header-home .logo a {
        text-indent: -999em;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .page-homepage .header-home .menu-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            background:#fff;
        }

@media (min-width: 992px) {
    .page-homepage .header-home .menu-wrapper::before, .page-homepage .header-home .menu-wrapper::after {
        content: "";
        width: 100%;
        background: #0090cc;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .page-homepage .header-home .menu-wrapper::before {
        right: 95%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .header-home .menu-wrapper::before {
        right: 100%;
    }
}

@media (min-width: 992px) {
    .page-homepage .header-home .menu-wrapper::after {
        left: 95%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .header-home .menu-wrapper::after {
        left: 100%;
    }
}

.page-homepage .header-home .book-button {
    height: 4.2rem;
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
}

@media (min-width: 992px) {
    .page-homepage .header-home .book-button {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        width: 16rem;
        height: 4.75rem;
        margin-left: 3px;
        margin-right: 3px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .page-homepage .header-home .book-button::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-top: -2.5rem;
        border: 2.5rem solid transparent;
        border-left: 0;
        border-right: 1.1rem solid #fff;
        position: absolute;
        top: 50%;
        right: 0;
    }
}

@media (max-width: 479.98px) {
    .page-homepage .header-home .book-button {
        width: 12.5rem;
        padding-right: 0;
        padding-left: 1.2rem;
    }

    .page-homepage .header-home .book-button strong {
        font-size: 2em;
        line-height: 1;
    }

    .page-homepage .header-home .book-button span {
        display: block;
    }
}

.page-homepage .header-home .desktop-menu {
    display: none;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% );
    /*font-family: "Myriad Pro Regular", sans-serif;*/
    font-size: 1.20rem;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}


.page-homepage .header-home .desktop-menu .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    border: 2px solid #c06e2a;
    font-size: 1rem;
    align-items: left;
    line-height: .5;
    -webkit-box-align: left;
    -ms-flex-align: left;
    text-align:left;
!important;
    color: #c08438;
}

.page-homepage .header-home .desktop-menu li:hover > .submenu {
    display: block !important;
}


@media (min-width: 992px) {
    .page-homepage .header-home .desktop-menu {
        display: -webkit-box;
        display: -ms-flexbox;
       /* display: flex;*/
        background: #fff;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .header-home .desktop-menu {
        width: calc(50% - 8rem);
    }
}

@media (min-width: 992px) {
    .page-homepage .header-home .desktop-menu::before, .page-homepage .header-home .desktop-menu::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-top: -2.5rem;
        border: 2.5rem solid transparent;
        position: absolute;
        top: 50%;
        z-index: -1;
    }

    .page-homepage .header-home .desktop-menu::before {
        border-left: 0;
        border-right: 1.1rem solid #fff;
        right: 100%;
    }

    .page-homepage .header-home .desktop-menu::after {
        border-right: 0;
        border-left: 1.1rem solid #fff;
        left: 100%;
    }
}

.page-homepage .header-home .desktop-menu.menu-left {
    margin-left: auto;
}

.page-homepage .header-home .desktop-menu.menu-right {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    margin-right: auto;
}

.page-homepage .header-home .desktop-menu a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0.85rem;
}

.page-homepage .header-home .desktop-menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    /*font-size: 1.35rem;*/
    border: 0;
}

.page-homepage .header-home .desktop-menu li + li:before {
    content: "";
    display: block;
    float: left;
    width: 1px;
    height: 3rem;
    background: #008dc9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(35%, #008dc9), color-stop(65%, #008dc9), to(transparent));
    background: linear-gradient(to bottom, transparent 0, #008dc9 35%, #008dc9 65%, transparent 100%);
}

@media (min-width: 992px) {
    .page-homepage .header-home .mobile-menu {
        display: none;
    }
}

.page-homepage .header-home .mobile-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) {
    .page-homepage .header-home .mobile-menu-button {
        display: none;
    }
}

.page-homepage .header-home .mobile-menu-button span {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 0.5rem;
    font-family: "Myriad Pro Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-homepage .outer-area::before, .page-homepage .outer-area::after {
    display: none;
}

.page-homepage .yellow-box {
    background-images: url("https://d1eo5op8jqfxho.cloudfront.net/images/yellow-box-home-bg.jpg");
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.page-homepage .upper-content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(#2674ae));
    background-image: linear-gradient(transparent, transparent 60%, #2674ae);
    background-repeat: no-repeat;
}

.page-homepage .upper-content .outer-area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(38, 116, 174, 0.9)));
    background-image: linear-gradient(transparent, transparent 60%, rgba(38, 116, 174, 0.9));
    background-repeat: no-repeat;
}

.page-homepage .choose-adventure {
    padding-top: 2rem;
}

@media (min-width: 576px) {
    .page-homepage .choose-adventure {
        max-width: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .page-homepage .choose-adventure {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
}

@media (min-width: 576px) {
    .page-homepage .choose-adventure .caption {
        max-width: 41rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .page-homepage .choose-adventure .caption {
        max-width: 32.8rem;
    }
}

@media (min-width: 992px) {
    .page-homepage .choose-adventure .adventure-list::before {
        height: 13.5rem;
        margin: -6.75rem 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .choose-adventure .adventure-list::before {
        height: 10.8rem;
        margin: -5.4rem 0;
    }
}

@media (min-width: 992px) {
    .page-homepage .choose-adventure .adventure-list a {
        width: 17rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .choose-adventure .adventure-list a {
        width: 13.6rem;
    }
}

@media (min-width: 992px) {
    .page-homepage .choose-adventure .adventure-list > li {
        margin: 0 1.7rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-homepage .choose-adventure .adventure-list > li {
        margin: 0 1.36rem;
    }
}

.page-homepage .after-brands {
    margin: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.025em;
}

.page-homepage .after-brands big {
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    color: #008ac5;
}

.page-homepage .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.375rem;
    margin-left: -1.375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-homepage .center-content > * {
    position: relative;
    width: 100%;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    max-width: 380px;
}

@media (min-width: 576px) {
    .page-homepage .center-content > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .page-homepage .center-content > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .page-homepage .center-content > * {
        padding-left: 0.917rem;
        padding-right: 0.917rem;
    }
}

.page-homepage .brand-overview {
    margin-top: 1rem;
    color: #000;
}

.page-homepage .brand-overview h3 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 600;
}

.page-homepage .brand-overview .more-link {
    display: inline-block;
    font-weight: 700;
}

.page-homepage .brand-overview .more-link::before {
    content: "\2026\00a0";
}

.page-homepage .lower-photo {
    background: #001839;
    position: relative;
}

.page-homepage .lower-photo::before {
    content: "";
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.25)), to(transparent));
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) 50%, transparent);
    background-repeat: no-repeat;
    height: 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

@media (min-width: 576px) {
    .page-homepage .lower-photo > .container {
        position: relative;
    }

    .page-homepage .lower-photo > .container:before, .page-homepage .lower-photo > .container:after {
        content: "";
        display: block;
        position: absolute;
        width: 1210px;
        width: 84.6153846154%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .page-homepage .lower-photo > .container:before {
        background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/homepage-slide-l.jpg");
        background-position: 100% 50%;
        right: calc(100% - 15px);
    }

    .page-homepage .lower-photo > .container:after {
        background-image: url("https://d1eo5op8jqfxho.cloudfront.net/images/homepage-slide-r.jpg");
        background-position: 0 50%;
        left: calc(100% - 15px);
    }
}

.page-homepage .lower-photo .image-slides {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 576px) {
    .page-homepage .lower-photo .image-slides {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .page-homepage .lower-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page-homepage .lower-content .col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 61.2857142857%;
        flex: 0 0 61.2857142857%;
        max-width: 61.2857142857%;
    }

    .page-homepage .lower-content .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35.7142857143%;
        flex: 0 0 35.7142857143%;
        max-width: 35.7142857143%;
    }
}

.page-homepage .lower-content .overlay {
    padding: 0.5em 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    z-index: 1;
}

@media (min-width: 768px) {
    .page-homepage .lower-content .overlay {
        left: 1.5rem;
        right: 1.5rem;
    }
}

.page-homepage .lower-content .overlay > * {
    margin: 0;
    line-height: 1;
}

.page-homepage .lower-content .overlay h4 {
    font-size: 1.33em;
    font-weight: 600;
}

.page-homepage .lower-content .video-gallery {
    margin-bottom: 2rem;
}

.page-homepage .lower-content .video-gallery a {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none !important;
    background: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.2);
}

.page-homepage .lower-content .video-gallery a::before {
    content: "";
    display: block;
    height: 35%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.85) 55%, rgba(0, 0, 0, 0.85));
    background-repeat: no-repeat;
    opacity: 0.75;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
}
/*
.page-homepage .lower-content .video-gallery a::after {content: "\f16a";
    display: block;
    width: 1em;
    height: 1em;
    margin: -0.5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 4.25rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
}*/

.page-homepage .lower-content .video-gallery a:hover::after {
    color: red;
}

.page-homepage .lower-content .video-gallery img {
    max-width: 100%;
    height: auto;
}

.page-homepage .lower-content .video-gallery-caption {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
}

.page-homepage .lower-content .video-gallery-large {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .page-homepage .lower-content .video-gallery-large {
        margin-bottom: 1.5rem;
    }
}

.page-homepage .lower-content .video-gallery-large .overlay {
    padding: 0.65em 0 0.75em;
}

@media (min-width: 768px) {
    .page-homepage .lower-content .video-gallery-large .overlay {
        text-align: left;
        right: 40%;
    }
}

.page-homepage .lower-content .video-gallery-large .overlay p {
    font-weight: 400;
}

.page-homepage .lower-content .video-gallery-small {
    padding-left: 0;
    list-style: none;
}

@media (min-width: 576px) {
    .page-homepage .lower-content .video-gallery-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
}

.page-homepage .lower-content .video-gallery-small > li {
    max-width: 420px;
    margin: 0 auto 1rem;
}

@media (min-width: 576px) {
    .page-homepage .lower-content .video-gallery-small > li {
        position: relative;
        width: 100%;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.page-homepage .lower-content .facebook-feed {
    max-width: 500px;
    margin: 0 auto;
    padding: 0.4rem;
    background: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.2rem 0.06rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    ::-webkit-scrollbar {
        display: none;
    }
}


#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #C08438;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99999;
}


#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff
}

#scroll:hover {
    background-color: grey;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}


.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 991px) {

    .white-popup {

        max-width: 95%;

    }

}


.menu-row {
    width: 100%;
    display: table;
}

.menu-row .weekdays {

    background-color: #fff;
    margin: 10px;
    padding: 10px;
    border: 1px solid #C08438;
    text-align: center;
    width: 25%;
    display: table-cell;
}

.menu-row .weekdays-two {
    width: 25%;

}

.menu-row .breakfast {

    width: 100%;
}

@media (max-width: 991px) {

    .menu-row {
        display: block;
        width: 100%;
    }

    .menu-row .weekdays {
        display: block;
        width: 100%;
        margin: 0;
    }

}


@media (max-width: 576px) {
    .hideonmobile {
        display: none;
    }
}


.eqWrap {
    display: flex;
}

.eq {
    padding: 10px;
}

.equalHW {
    flex: 1;
}

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

.equalHM {
    width: 24%;
}

.equalHMRWrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.equalHMR {
    width: 24%;
    margin-bottom: 2%;
}

.equalHMVWrap {
    flex-wrap: wrap;
}

.equalHMV {
    width: 23.5%;
    margin: 1%;

    border: 1px solid #C08438;
}

.equalHMV:nth-of-type(4n) {
    margin-right: 0;
}

.equalHMV:nth-of-type(4n+1) {
    margin-left: 0;
}

.room-list h5 {
    color: #c08438 !important;

}
#Specials-Container {
	width: 100%;
	min-height: 150px;
	border: 1px solid #91B9D1;
	float: left;
	margin-bottom: 18px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
}
#Specials-content1 {
	width: 100%;	
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 17px;
}
#Specials-Container2 {
	width: 342px;
	min-height: 150px;
	border: 1px solid #91B9D1;
	margin-bottom: 18px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
}
#Specials-Content2 {
	width: 342px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 24px;
}
.Specials-TT {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1B76B5;
}
.press-menu
{
    list-style-type:none;
}
.page-contact-us .site-content .content-section {
    font-size: 1.2rem;
    line-height: 1.17;
    letter-spacing: 0;
}
.page-contact-us .site-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-contact-us .site-content .col-left,
.page-contact-us .site-content .col-right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media (min-width: 992px) {
    .page-contact-us .site-content .col-left {
        -ms-flex-preferred-size: 39.2857142857%;
        flex-basis: 39.2857142857%;
        max-width: 39.2857142857%;
    }
    .page-contact-us .site-content .col-right {
        -ms-flex-preferred-size: 55.7142857143%;
        flex-basis: 55.7142857143%;
        max-width: 55.7142857143%;
        margin-left: auto;
    }
}
.page-contact-us .contact-box {
    margin-bottom: 1.5rem;
    padding: 0.9rem 2.25rem;
    border: 0.15rem solid #c08438;
    border-radius: 0.45rem;
}
@media (max-width: 575.98px) {
    .page-contact-us .contact-box {
        padding: 0.75rem 1rem;
    }
}
.page-contact-us .contact-box > * {
    margin: 0;
}
.page-contact-us .contact-box h3 {
    font-size: 1.4rem;
    line-height: 1;
    color: #008ac5;
    margin-bottom: 0;
}
.page-contact-us .contact-box h3 small {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.17;
    color: #6b6b6b;
}
.page-contact-us .contact-box .hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-contact-us .contact-box .hours > span {
    margin-right: 0.25em;
}
.page-contact-us .contact-box ul {
    padding-left: 0;
    list-style: none;
    margin-right: -0.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.25;
}
.page-contact-us .contact-box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.3em;
}
.page-contact-us .contact-box li:not(:first-child)::before {
    content: "\2022";
    padding-right: 0.3em;
}
.page-contact-us .list-contact-person .person-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-contact-us .list-contact-person .person-item:not(:first-child) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #6b6b6b;
}
.page-contact-us .list-contact-person .person-item > img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.1rem;
    flex: 0 0 3.1rem;
    max-width: 3.1rem;
    height: auto;
    border-radius: 50%;
    border: 0.1rem solid #b6b7b7;
}
.page-contact-us .list-contact-person .person-name {
    margin-bottom: 0.1em;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: #008ac5;
}
.page-contact-us .list-contact-person .person-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 3.85rem);
    flex: 0 0 calc(100% - 3.85rem);
    max-width: calc(100% - 3.85rem);
    margin-left: auto;
}
.page-contact-us .list-contact-person .person-data ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-right: -0.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.25;
}
.page-contact-us .list-contact-person .person-data li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.3em;
}
.page-contact-us .list-contact-person .person-data li:not(:first-child)::before {
    content: "\2022";
    padding-right: 0.3em;
}
@media (min-width: 992px) {
    .page-contact-us .list-contact-info .info-item {
        padding-right: 3.5rem;
    }
}
.page-contact-us .list-contact-info .info-item:not(:first-child) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #6b6b6b;
}
.page-contact-us .list-contact-info .info-title {
    font-size: 1.4rem;
    line-height: 1;
    color: #008ac5;
    margin-bottom: 0;
}
.page-contact-us .list-contact-info .info-title > * {
    display: inline-block;
}
.page-contact-us .list-contact-info .info-description > * {
    margin: 0;
}
.page-contact-us .list-contact-info .info-description ul {
    padding-left: 0;
    list-style: none;
}
.page-contact-us .list-contact-info .info-description ul li {
    padding-left: 0.6em;
}
.page-contact-us .list-contact-info .info-description ul li::before {
    content: "\2022";
    float: left;
    margin-left: -0.6em;
}
.page-contact-us .table-contact th,
.page-contact-us .table-contact td {
    border-color: #6b6b6b;
}
@media (max-width: 767.98px) {
    .page-contact-us .table-contact th,
    .page-contact-us .table-contact td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 767.98px) {
    .page-contact-us .table-contact tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-contact-us .table-contact tr > *:not(:first-child) {
        padding-top: 0;
        border-top: 0;
    }
    .page-contact-us .table-contact tr > *:not(:last-child) {
        padding-bottom: 0;
    }
}
.page-contact-us .table-contact thead {
    font-size: 1.8rem;
    line-height: 1.56;
    color: #c08438;
}
@media (max-width: 767.98px) {
    .page-contact-us .table-contact thead {
        line-height: 1;
    }
    .page-contact-us .table-contact thead tr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 0.5rem;
    }
    .page-contact-us .table-contact thead tr > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding: 0 0.1em !important;
    }
}
.page-contact-us .table-contact thead th,
.page-contact-us .table-contact thead td {
    padding: 0 0 0.15rem;
    border: 0;
    font-weight: 400;
}
.page-contact-us .table-contact tbody {
    font-size: 1.4rem;
    line-height: 1.15;
    border-bottom: 1px solid #6b6b6b;
}
.page-contact-us .table-contact tbody th,
.page-contact-us .table-contact tbody td {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.page-contact-us .table-contact tbody th {
    padding-left: 1.15rem;
    color: #6b6b6b;
}
.page-contact-us .table-contact tbody th small {
    font-size: 1em;
    font-weight: 400;
}
.page-contact-us .table-contact tbody td {
    padding-left: 1.6rem;
    background: #eef7fb;
    color: #6b6b6b;
}
@media (min-width: 768px) {
    .page-contact-us .table-contact tbody td {
        width: 34.5714285714%;
    }
}
.page-contact-us .table-contact tbody tr:nth-child(odd) {
    background: #f0efee;
}
.page-contact-us .table-contact tbody tr:nth-child(odd) td {
    background: #e0e8ea;

}


/*.page-contact-us .person-data a{
  color: #6b6b6b;
}

.page-contact-us .contact-box a{
  color: #6b6b6b;
}


.page-contact-us .info-item a{
  color: #6b6b6b;
}*/
