
/* matariki fixes */
body.matariki{    color: #f7f7ed;background-color: #1d2635}
.matariki #header,
.matariki .instagram,
.matariki footer{ background:#1d2635;}
.matariki footer .topnav a,
.matariki footer a {color:#fff ;}
.matariki footer  a:hover {background:#1d2635;color:#f1592a;}
.matariki .subfooter {color:#fff;}
.matariki .social-media-links-header .weather,
.matariki .top-navigation__menu-item > a {color:#fff;}
.matariki .hamburger-inner, 
.matariki .hamburger-inner::before, 
.matariki .hamburger-inner::after{background-color:#fff !important;}
.matariki #header .social-media-links-header a{background:#1b1b1b;}
.matariki #header .social-media-links-header a:hover{background:#f1592a;}
.matariki .features article{border-color:#1d2635;}
.matariki .affiliates a img{filter: brightness(0.5) saturate(100%) invert(1) sepia(100%) saturate(0) hue-rotate(50deg);}
/*.matariki #header .top-navigation .topnav-menu > li > .submenu .content .mega-menu > ul,
.matariki #header .top-navigation .topnav-menu > li > .submenu .content .mega-menu{background:#1d2635;}*/

/* menu fixes */
li#link-480 > a,
li#link-1043 > a,
li#link-533 > a,
li#link-534 > a,
li#link-524 > a{ font-size:14px; }


/******************************************************************
admin edit links
*****************************************************************/
a.edit_link {
    font-size: 12px;
    position: absolute;
    z-index: 1000;
    top: 1.5rem;
    left: 0.8rem;
    padding: .125rem;
    border: 1px dashed black;
    color: white;
    background: black;
    text-decoration: none;
}

a.edit_link:hover {
    background: black;
    color: white;
}

a.edit_link:after {
    content: '\2198';
}

article a.edit_link {
    top: .8rem;
}

.elemental {
    position: relative;
}

.elemental a.edit_link {
    background: white;
    color: black;
}

.elemental a.edit_link:hover {
    background: black;
    color: white;
}

nav a.edit_link:after {
    content: '';
}

nav a.edit_link:before {
    content: '\2199';
}

nav a.edit_link {
    left: auto;
    right: 0;
    top: -1rem !important;
}

header nav a.edit_link {
    top: -2rem !important;
}

.cr__gallery .cr__asset {
    padding: 0 !important
}

.txt-color-white {
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}

.txt-color-white h2,.txt-color-white h3 {
    color: #fff !important
}

.txt-color-white a {
    color: #fff
}

.txt-color-dark {
    color: #313131
}

.txt-color-orange {
    color: #f1592a
}

.txt-color-blue {
    color: #0093de
}

.txt-color-grey {
    color: #c9c5b7
}

.bg-color-orange {
    background-color: #f1592a
}

.bg-color-orange-pastel {
    background-color: #f38b68
}

.bg-color-white {
    background-color: #FFFFFF
}

.bg-color-dark {
    background-color: #313131
}

.bg-color-grey {
    background-color: #c9c5b7
}

.bg-color-blue {
    background-color: #0093de
}
.bg-color-matariki-blue {
    background-color: #1d2635;
}


.bg-color-blue-pastel {
    background-color: #0e555c
}

.bg-color-green {
    background-color: #69754f
}

.bg-color-green-pastel {
    background-color: #95986e
}

.bg-color-maroon {
    background-color: #761d12
}

.bg-color-maroon.bg-pattern-lines .bg-image:before {
    opacity: 0.07;
    background-size: 100%
}

.bg-color-green-pastel a {
    text-decoration-color: #ceda2b
}

.bgpattern .bg-image:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bgpattern .inner .bg-image:before {
    background: none !important
}

.bg-pattern-lines .bg-image:before {
    background-image: url(../images/textures/pattern.svg) !important;
    opacity: .2;
    background-size: 130%
}

.bg-pattern-abstract .bg-image:before {
    background-image: url(../images/textures/graphic.png) !important
}

.bg-pattern-leaves .bg-image:before {
    background-image: url(../images/textures/leaves.png) !important;
    opacity: 1
}

.bg-pattern-koru .bg-image:before {
    background-image: url(../images/textures/koru.png) !important;
    opacity: 1
}

.bg-pattern-screen .bg-image:before {
    background-image: url(../images/textures/pattern.png) !important;
    background-size: auto;
    background-repeat: repeat
}

.bg-pattern-wood .bg-image:before {
    background-image: url(../images/textures/purty-wood.png) !important;
    background-size: auto;
    background-repeat: repeat
}

.bg-pattern-paper .bg-image:before {
    background-image: url(../images/textures/natural-paper.png) !important;
    background-size: auto;
    background-repeat: repeat
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom:1}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background: #f1592a;
    color: #ffffff;
    font-size: 16px
}

body {
    margin: 0;
    font-weight: normal;
    color: #313131;
    background-color: #f7f7ed
}

body.preview:before {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    content: "Draft Preview";
    background: #0093de;
    padding: 10px;
    z-index: 100;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

body.preview {
    border: 10px solid #0093de;
    height: auto
}

::-moz-selection {
    background: #f1592a;
    color: #ffffff;
    text-shadow: none
}

::selection {
    background: #f1592a;
    color: #ffffff;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #f1592a;
    font-weight: 500
}

:-ms-input-placeholder {
    color: #f1592a;
    font-weight: 500
}

::placeholder {
    color: #f1592a;
    font-weight: 500
}

p.message {
    padding: 10px;
    background: #f1592b;
    color: #fff;
    font-size: 18px
}

.userform .message.error,.userform .message.validation {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #f1592b;
    padding: 0 1em
}

a {
    color: #f1592a;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.no-touch a:hover {
    filter: alpha(opacity=75);
    opacity: 0.75
}

.layer a:focus {
    outline: none
}

b,strong {
    font-weight: 800
}

blockquote {
    boreder-top: .5em solid
}

dfn {
    font-style: italic
}

hr {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}

hr:after {
    display: block;
    height: 5px;
    width: 10px;
    content: '';
    background: #999;
    margin: 1em auto 1em;
    position: relative
}

hr:before {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    content: ' ';
    height: 1px;
    background: #c9c5b7
}

ins {
    background: #ff9;
    color: #292929;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #292929;
    font-style: italic
}

pre,code,kbd,samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

#custom_html-6,.page-id-27 p {
    word-wrap: break-word
}

small {
    font-size: 0.600em
}

sub,sup {
    font-size: .5em;
    line-height: 0;
    font-weight: 300;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.7em
}

sub {
    bottom: -0.25em
}

ul,ol {
    margin: 1em 0;
    padding: 0;
    list-style-position: inside
}

.page_layout ul,.page_layout ol {
    margin: 0;
    padding: 0 0 0 1em
}

.page_layout ol {
    list-style: none
}

.page_layout ol li {
    padding-left: 1em;
    counter-increment: my-awesome-counter;
    position: relative
}

.page_layout ol li::before {
    content: counter(my-awesome-counter);
    font-weight: bold;
    position: absolute;
    --size: 1.4em;
    left: -1em;
    line-height: 1.3em;
    width: 1.4em;
    height: 1.4em;
    top: 0;
    border-radius: 50%;
    text-align: center;
    border: 2px solid;
    vertical-align: middle
}

dd {
    margin: 0 0 0 40px
}

nav ul,nav ol {
    list-style-image: none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 10px 0 0 0
}

form {
    margin: 0;
    max-width: 700px
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    cursor: pointer
}

legend {
    border: 0;
    margin-left: -7px;
    padding: 0;
    white-space: normal
}

button {
    border: 0
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,input {
    line-height: normal;
    padding: 0
}

input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    overflow: visible
}

button[disabled],input[disabled] {
    cursor: default
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left
}

::-webkit-input-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

.container {
    margin: 0 auto;
    max-width: 112.0rem;
    padding: 0 2.0rem;
    position: relative;
    width: 100%
}

.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%
}

.row.row-no-padding {
    padding: 0
}

.row.row-no-padding>.column {
    padding: 0
}

.row.row-wrap {
    flex-wrap: wrap
}

.row.row-top {
    align-items: flex-start
}

.row.row-bottom {
    align-items: flex-end
}

.row.row-center {
    align-items: center
}

.row.row-stretch {
    align-items: stretch
}

.row.row-baseline {
    align-items: baseline
}

.row .column {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%
}

.row .column.column-offset-10 {
    margin-left: 10%
}

.row .column.column-offset-20 {
    margin-left: 20%
}

.row .column.column-offset-25 {
    margin-left: 25%
}

.row .column.column-offset-33,.row .column.column-offset-34 {
    margin-left: 33.3333%
}

.row .column.column-offset-50 {
    margin-left: 50%
}

.row .column.column-offset-66,.row .column.column-offset-67 {
    margin-left: 66.6666%
}

.row .column.column-offset-75 {
    margin-left: 75%
}

.row .column.column-offset-80 {
    margin-left: 80%
}

.row .column.column-offset-90 {
    margin-left: 90%
}

.row .column.column-10 {
    flex: 0 0 10%;
    max-width: 10%
}

.row .column.column-20 {
    flex: 0 0 20%;
    max-width: 20%
}

.row .column.column-25 {
    flex: 0 0 25%;
    max-width: 25%
}

.row .column.column-33,.row .column.column-34 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.row .column.column-40 {
    flex: 0 0 40%;
    max-width: 40%
}

.row .column.column-50 {
    flex: 0 0 50%;
    max-width: 50%
}

.row .column.column-60 {
    flex: 0 0 60%;
    max-width: 60%
}

.row .column.column-66,.row .column.column-67 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%
}

.row .column.column-75 {
    flex: 0 0 75%;
    max-width: 75%
}

.row .column.column-80 {
    flex: 0 0 80%;
    max-width: 80%
}

.row .column.column-90 {
    flex: 0 0 90%;
    max-width: 90%
}

.row .column .column-top {
    align-self: flex-start
}

.row .column .column-bottom {
    align-self: flex-end
}

.row .column .column-center {
    -ms-grid-row-align: center;
    align-self: center
}

@media (min-width: 40rem) {
    .row {
        flex-direction:row;
        margin-left: -1.0rem;
        width: calc(100% + 2.0rem)
    }

    .row .column {
        margin-bottom: inherit;
        padding: 0 1.0rem
    }
}

.hidden {
    display: none !important;
    visibility: hidden
}

.clearfix:before,.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom:1}

.nomtop {
    margin-top: 0 !important
}

.inline {
    display: inline-block
}

.text-center,.center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.sr-only {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.wrap {
    overflow: hidden;
    position: relative;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto
}

.center {
    text-align: center
}

.h-align {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.inner,.inner.col {
    width: 100%;
    padding: 0px 7%;
    max-width: 1370px;
    margin: 0 auto !important;
    position: relative;
    z-index: 2;
}

@media (min-width: 1280px) {
    .inner,.inner.col.inner-wider {
        max-width:1920px;
        padding: 0 11%
    }
}

@media (max-width: 768px) {
    .inner,.inner.col {
        padding:0px 5%
    }
}

.inner-900 {
    max-width: 900px !important;
    margin: 0 auto
}

.inner-700,.inner-narrow {
    max-width: 700px !important;
    padding: 0 2%;
    margin: 0 auto
}

.inner-1170,.inner-default {
    max-width: 1254px !important;
    padding: 0;
    margin: 0 auto
}

.inner-wide {
    max-width: 100% !important;
    padding: 0 60px
}

.inner-medium {
    max-width: 1400px !important
}

.inner-full-width,.col.inner-full-width {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0
}

.article-footer {
    background: inherit
}

.narrow .inner {
    max-width: 960px;
    margin: 0 auto
}

.info-window h4 {
    text-transform: uppercase;
    margin: 0 0 .5em;
    font-weight: 900
}

.info-window .address {
    display: block
}

.website {
    display: block
}

.embed {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

img[src$='.svg'] {
    width: 100%;
    height: auto
}

.qualmark {
    width: 50% !important;
    max-width: 200px
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 36%
}

img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
    max-width: 27%
}

img.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 1em 0
}

.wp-caption {
    max-width: 100%;
    position: relative;
    margin-bottom: 2em
}

.wp-caption p:empty {
    display: none
}

.wp-caption a {
    color: #fff;
    border-bottom: dashed #787a6d 1px
}

.wp-caption a:hover {
    color: #e10503
}

.single-column .wp-caption img {
    margin: 0px
}

.wp-caption-text {
    margin: 0;
    font-size: 14px !important;
    background: #1a1a1a;
    padding: 8px 17px;
    color: white;
    font-style: normal;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1),0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1),0 3px 6px rgba(0,0,0,0.16)
}

.alignleft.wp-caption {
    margin: 10px 20px 10px 0px;
    max-width: 100%;
    max-width: 50%
}

.alignright.wp-caption {
    margin: 10px 0px 20px 20px;
    max-width: 50%
}

.wp-caption em {
    font-style: normal
}

.wp-caption img {
    width: 100%;
    margin-bottom: 0px !important
}

.alignright img,.alignleft img,.aligncenter img,img.alignright,.imgalignleft,img.aligncenter {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1),0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1),0 3px 6px rgba(0,0,0,0.16)
}

@media screen and (max-width: 700px) {
    .wp-caption .wp-caption-text {
        position:relative;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        display: block
    }
}

@media screen and (max-width: 400px) {
    .aligncenter.wp-caption,.alignright.wp-caption,.alignleft.wp-caption {
        margin:0px 0 20px;
        max-width: 100%;
        width: 100% !important
    }

    .aligncenter.wp-caption img,.alignright.wp-caption img,.alignleft.wp-caption img {
        width: 100%;
        margin: 0
    }
}

.icons-list {
    text-align: center;
    padding-bottom: 2em
}

.icons-list ul {
    list-style: none;
    display: inline-block;
    margin: 0 auto
}

.icons-list ul li {
    display: inline-block;
    padding: 5px
}

.icons-list img {
    width: 100% !important
}

.day .icons-list img {
    filter: brightness(0) invert(1)
}

.button-enter {
    display: block;
    float: right;
    width: 4em;
    height: 4em;
    font-size: 2.5em;
    color: #fff;
    background: #ffd100;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 1em;
    padding-top: 1.1em
}

input.button,input.action {
    font-size: 1em
}

.button,.layer .button,.page_layout a.button,.gform_button,.gform_previous_button,.gform_next_button,input.action {
    position: relative;
    vertical-align: text-bottom;
    border-radius: 2em;
    border-color: #f1592a;
    border-style: solid;
    background-color: #f1592a;
    border-width: 2px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0em 2em;
    line-height: 2.2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .6em;
    letter-spacing: .2em;
    color: #FFFFFF;
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.layer .button.green {
    border: 0 !important;
    padding: 0 1em;
    color: #fff;
    background: #f1592a
}

.layer .button.green:hover {
    border: 0 !important;
    padding: 0 1em;
    color: #fff;
    background: #292929
}

.page_layout .button.ghost {
    color: #fff;
    border: 0;
    border-color: #fff;
    background: rgba(0,0,0,0)
}

.page_layout .button.alt {
    background: transparent;
    color: #f1592a;
    border-color: #f1592a
}

.layer a.button:before {
    display: none
}

.layer .button-group {
    list-style: none
}

.button:hover,a.button:hover,.layer .gform_button:hover {
    border-color: #FFF;
    background-color: #FFF;
    transform: scale(1.1);
    color: #f1592a;
    box-shadow: 0 02px 5px #f1592a
}

.layer a.button:after {
    display: none
}

.layer a.button.bordered {
    border-color: #242424;
    background: #fff;
    color: #242424;
    transition-delay: unset !important
}

.layer a.button.bordered:hover {
    background: #f1592a;
    border-color: #f1592a;
    color: #fff
}

footer a.button {
    color: #292929;
    border-color: #292929;
    padding: 0 10%
}

footer a.button:hover,footer a.button:active {
    background-color: #292929;
    border-color: #292929;
    color: #fff
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

.transition,.anim,.top_nav {
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.anim_slow {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    transition-delay: 0.15s
}

#header {
    width: 100%;
    height: 104px;
    z-index: 60;
    min-width: 320px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    #header {
        height:104px;
    }
}

#header .inner {
    max-width: 1800px
}

#header h1 {
    position: absolute;
    margin: 0px
}

#header h1.logo {
    margin: 0;
    padding: 0;
    width: 35%
}

#header h1.logo img {
    max-width: none;
    width: 100%;
    height: auto
}

#header .nav_wrap {
    padding: 25px 15px 0 0;
    transition: all .3s
}

#header a.button {
    padding: 0.2em 2.7em;
    margin: auto;
    border: 2px solid
}

@media (max-width: 480px) {
    #header a.button {
        padding-left:10px;
        padding-right: 10px
    }
}

.nav-open #header .nav_wrap a.button {
    color: #fff
}

.nav-open #header h1.logo,#header h1.logo {
    transition: all .5s !important
}

.nav-open #header a.button {
    color: #fff
}

@media (max-width: 1700px) {
    #header .inner {
        padding:0 2%
    }
}

@media (max-width: 1400px) {
    .topnav>a,.topnav-right>a {
        display:none
    }

    .mobile_nav a {
        padding: 32px 10px 26px !important
    }

    .header .social-media-links-header {
        margin-top: 5px
    }
}

@media (max-width: 480px) {
    #header h1.logo {
        max-width:40%;
        height: 100px
    }

    #header .nav_wrap {
        padding-top: 16px;
        position: absolute;
        width: 60%;
        right: 10px
    }

    .top_nav {
        transform: scale(1);
        transform-origin: top right;
        position: absolute;
        right: 0;
        left: auto
    }

    #header a {
        margin-right: 5px !important
    }

    #header .social-media-links-header a {
        margin: 0 !important
    }
}

.top_nav .nav-830 {
    display: none
}

.top_nav {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: middle
}

.top_nav:after {
    content: "";
    display: table
}

.top_nav li {
    margin: 0px 0.4%;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center
}

.top_nav>li:first-child {
    padding-left: 0;
    display: none
}

.top_nav>li.nob {
    margin-right: 0;
    margin-left: 1.8%
}

.top_nav>li.nob:after {
    display: none
}

.top_nav>li.nav-29:after {
    display: none
}

.top_nav>li.nav-29 a {
    border: 0 !important;
    padding: 0 1em;
    margin-top: -4px;
    color: #fff;
    background: #f1592a
}

.top_nav>li.nav-29 a:hover {
    border: 0;
    background: #292929
}

.top_nav li a {
    display: block;
    border-bottom: 2px solid rgba(255,255,255,0);
    border-top: 2px solid rgba(255,255,255,0);
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #f1592a;
    font-size: 1.2em;
    font-weight: 900
}

.top_nav li.level1 a {
    display: block;
    width: auto;
    background: #292929;
    border: 0 !important
}

#header {
    color: #fff;
    padding: 0;
    position: relative
}

.fixed {
    background: #fff !important;
    box-shadow: 0 0 10px 5px rgba(26,26,26,0.2);
    padding-top: 0 !important
}

.fixed h1.logo {
    padding-top: 43px !important;
    margin: 4px 0 5px !important
}

.topnav {
    position: relative
}

.topnav a {
    float: left;
    text-align: center;
    font-weight: 900;
    padding: 1.37em 1em;
    padding: 36px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3em;
    font-size: 24px
}

.topnav a:hover {
    background-color: #f1592a;
    color: #fff
}

.topnav a.active {
    background-color: #4CAF50;
    color: white
}

.topnav-centered a svg {
    width: 100%;
    height: auto;
    vertical-align: top
}

.topnav-centered a {
    float: none;
    width: 283px;
    position: absolute;
    z-index: 10;
    top: 0;
    vertical-align: top;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    height: 147px
}

.topnav-centered a:hover {
    background: none
}

.panel-open .topnav a {
    color: #fff
}

.mobile_nav {
    float: left
}

.mobile_nav a {
    display: inline-block;
    padding: 1.9em 1em;
    padding: 32px 10px 26px
}

.mobile_nav a:hover {
    background: #f1592a;
    color: #fff
}

.topnav-right {
    float: right;
    z-index: 3;
    top: 0;
    margin-top: -101px;
}

@media screen and (max-width: 1700px) {
    .topnav-right {
        margin-top:initial;
    }
}

@media screen and (max-width: 768px) {
    .topnav-centered a {
        width:260px
    }
}

@media screen and (max-width: 600px) {
    footer .topnav {
        margin-top:0 !important
    }

    .topnav a,.topnav-right {
        font-size: 20px
    }

    .topnav-centered a {
        width: 150px;
        margin: 0
    }
}

.navigation {
    padding: 15px;
    max-width: 1170px;
    margin: 1em auto;
    display: flex;
    flex-wrap: nowrap
}

.navigation .col {
    width: 50%;
    text-align: left;
    padding: 1% 4% 0;
    position: relative
}

.navigation .col:first-child {
    border-right: 1px solid #efefef
}

.navigation .col:last-child {
    padding-left: 4%;
    text-align: right
}

.navigation .col>span {
    font-size: 11px;
    text-transform: uppercase
}

.navigation .col>span a {
    color: #f1592a;
    text-decoration: none
}

.navigation .col .flex {
    display: flex;
    align-items: center
}

.navigation .col h4 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 800
}

.navigation .col h4 span {
    font-weight: 400
}

.navigation .col :before {
    vertical-align: middle
}

@media screen and (max-width: 700px) {
    .navigation .col>span {
        font-size:13px
    }
}

@media screen and (max-width: 500px) {
    .navigation {
        display:block
    }

    .navigation .col {
        width: 100%
    }

    .navigation .col {
        padding: 20px 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid #e8e8e8
    }

    .navigation .col:last-child {
        border-bottom: none
    }
}

#mobile-nav {
    background: #f1592a;
    color: #fff;
    position: fixed;
    z-index: 141;
    height: 100%;
    top: 0;
    left: 0px;
    right: 0;
    overflow: scroll;
    padding: 200px 4% 60px;
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    pointer-events: none;
    color: #fff
}

#mobile-nav:before {
    content: ' ';
    width: 100%;
    height: 0;
    position: fixed;
    background: #020202;
    right: 0;
    top: 0;
    border-radius: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-top: 4px solid #f1592a
}

#mobile-nav .inner {
    max-width: 960px
}

.nav-open #mobile-nav:before {
    width: 100%;
    height: 100%;
    background: #292929
}

.nav-open #mobile-nav {
    opacity: 1;
    pointer-events: all
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    background-color: #f1592a !important
}

.mobile_nav a:hover .hamburger-inner,.mobile_nav a:hover .hamburger-inner::before,.mobile_nav a:hover .hamburger-inner::after {
    background-color: #ffffff !important
}

nav#mobile-nav .menu_left,nav#mobile-nav .menu_right {
    width: 35%;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    padding: 0 0% 0 0
}

nav#mobile-nav .menu_left {
    text-align: center
}

nav#mobile-nav .menu_right {
    width: 45%;
    float: right;
    padding: 0;
    display: none
}

#mobile-nav .menu_right h1 {
    position: relative;
    margin-bottom: 1em
}

#mobile-nav a.button {
    color: #fff
}

#mobile-nav ul {
    opacity: 1;
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
    overflow-y: auto;
    overflow-x: hidden
}

#mobile-nav ul>li {
    opacity: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul>li a {
    line-height: 1em;
    display: inline-block;
    color: #ffffff;
    position: relative;
    padding: 0px 0px 2px;
    text-transform: uppercase
}

a.underline:before {
    position: absolute;
    z-index: 0;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    content: " ";
    background-color: #f1592a;
    transition: width .2s ease-out
}

a.underline:hover:before {
    width: 120%;
    left: -10%
}

a.underline {
    display: inline-block;
    position: relative;
    padding: 0px 10px 10px 40px
}

a.underline:before {
    height: 130%;
    top: -14%;
    left: 5px
}

a.underline span {
    position: relative
}

.swiper-container {
    overflow: visible
}

.swiper-wrapper,.swiper-wrapper li {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0
}

.has-bg-image .intro-copy {
    color: #fff
}

.intro-copy {
    transform: translate3d(0px, 0px, 0px);
    text-align: center;
    position: relative;
    z-index: 3
}

.intro-copy .bg-image {
    z-index: 1
}

.intro-copy h1 strong {
    line-height: 0.9
}

.intro-copy h1 {
    font-weight: 800;
    color: #f7f7ed;
    color: #ededdf;
    mix-blend-mode: color-burn
}

.home .intro-copy {
    pointer-events: none
}

.home .intro-copy h1 {
    color: #f7f7ed;
    mix-blend-mode: multiply
}

.home .intro-copy {
    padding: 20vh 30px 35vh
}

.intro-copy a.button[data-theme="night"]:after {
    display: inline-block;
    content: '\e902';
    font-family: 'feather'
}

.intro-copy a.button[data-theme="day"]:before {
    display: inline-block;
    content: '\e901';
    font-family: 'feather'
}

.night [data-theme="night"],.day [data-theme="day"] {
    color: #292929 !important;
    pointer-events: none;
    opacity: 1;
    background: #ffffff
}

.no-content .intro-copy {
    min-height: 300px
}

.intro-copy h1,.intro-copy h2,.intro-copy h3,.intro-copy h4 {
    padding: 0;
    margin-bottom: 0.5em
}

.intro-copy {
    width: 100%;
    color: #fff;
    height: 100%;
    padding: 15vh 30px 25vh;
    margin: 0 auto;
    max-width: 1780px;
    mix-blend-mode: hard-light;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3))
}

.edit_header table {
    font-size: 16px
}

.edit_header table a.button.small {
    padding: 2px 10px;
    line-height: 1
}

.edit_header tr,.edit_header td {
    vertical-align: middle
}

.edit_header .page_layout {
    max-width: 980px;
    margin: 0 auto
}

.edit_header ul.inline {
    line-height: 16px
}

.edit_header ul.inline li input {
    line-height: 0
}

.preview #breadcrumbs {
    display: none
}

.version-status {
    border: 1px solid #dbe0e9;
    background-color: #fff;
    margin-left: 5px
}

.version-status.version-status--addedtodraft,.version-status.version-status--modified {
    color: #cf3f00
}

.badge {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .3px;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .23rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.status-archived {
    color: #566b8d
}

.badge-primary--inverted {
    color: #008a00;
    background-color: #fff
}

.badge-primary--inverted[href]:focus,.badge-primary--inverted[href]:hover {
    color: #005700;
    background-color: #fff
}

.badge-secondary--inverted {
    color: #566b8d;
    background-color: #fff
}

.badge-secondary--inverted[href]:focus,.badge-secondary--inverted[href]:hover {
    color: #43536d;
    background-color: #fff
}

.badge-success--inverted {
    color: #008a00;
    background-color: #fff
}

.badge-success--inverted[href]:focus,.badge-success--inverted[href]:hover {
    color: #005700;
    background-color: #fff
}

.badge-info--inverted {
    color: #29abe2;
    background-color: #fff
}

.badge-info--inverted[href]:focus,.badge-info--inverted[href]:hover {
    color: #1a8dbe;
    background-color: #fff
}

.badge-warning--inverted {
    color: #ffc107;
    background-color: #1c232e
}

.badge-warning--inverted[href]:focus,.badge-warning--inverted[href]:hover {
    color: #d39e00;
    background-color: #1c232e
}

.badge-danger--inverted {
    color: #da273b;
    background-color: #fff
}

.badge-danger--inverted[href]:focus,.badge-danger--inverted[href]:hover {
    color: #b01e2e;
    background-color: #fff
}

.badge-light--inverted {
    color: #eef0f4;
    background-color: #1c232e
}

.badge-light--inverted[href]:focus,.badge-light--inverted[href]:hover {
    color: #ced5e1;
    background-color: #1c232e
}

.badge-dark--inverted {
    color: #303b4d;
    background-color: #fff
}

.badge-dark--inverted[href]:focus,.badge-dark--inverted[href]:hover {
    color: #1c232e;
    background-color: #fff
}

.intro-copy img {
    max-width: 200px;
    margin: 0 auto 0
}

@media screen and (max-width: 1024px) {
    .intro.default .intro-copy h1 {
        font-size:3rem
    }
}

@media screen and (max-width: 960px) {
    .intro.default .intro-copy h1 {
        font-size:2.5em
    }
}

@media screen and (max-width: 800px) {
    .intro.default .intro-copy h1 {
        font-size:2em
    }
}

@media screen and (max-width: 375px) {
    .intro.default .intro-copy h1 {
        font-size:2em
    }
}

@media screen and (max-width: 320px) {
    .intro.default .intro-copy h1 {
        font-size:1.7em
    }
}

.intro-copy h1 {
    mix-blend-mode: color-dodge
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-slider {
    width: 100%;
    background-color: #f1592a;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom center
}

.hero-slider .slides {
    list-style: none;
    margin: 0;
    padding: 0
}

.hero-slider .has-bg-image .bg-image:before {
    background-size: contain;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: ' '
}

.col.textwrap .element__content {
    max-width: 960px !important;
    margin: 0 auto 1.37em
}

.intro.no-bg-image {
    background: #f1592a;
    text-align: center
}

.no-bg-image h1 {
    color: #FFFFFF !important
}

.intro-copy h1 {
    font-size: 3.713em;
    line-height: 1 !important;
    letter-spacing: 0
}

.intro-copy h2 {
    padding: 0
}

.intro-copy p {
    margin: 15px auto 2em
}

a.down-arrow {
    background-image: url(../img/downarrow.svg);
    width: 50px;
    height: 50px;
    display: block
}

.intro a.down-arrow {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.no-touch .intro a.down-arrow:hover {
    opacity: 1
}

.intro-copy p {
    max-width: 1070px;
    margin: 0 auto
}

.intro-image .intro .intro-copy {
    color: white
}

.has-bg-image .inner-thin {
    padding: 13% 11% 10%;
    max-width: 1920px
}

.no-bg-image .inner-thin {
    padding: 10% 2% 8%;
    padding: 13% 11% 10%
}

.flex-active-slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.1), rgba(0,0,0,0.6));
    background-blend-mode: color-burn;
    content: ' ';
    display: block;
    z-index: 10
}

@media screen and (min-width: 1220px) {
    .default.intro.background-image .intro-copy {
        max-width:1160px
    }
}

@media screen and (min-width: 1200px) {
    .default.intro.background-image .intro-copy p {
        font-size:20px
    }
}

@media screen and (max-width: 700px) {
    .intro-image .intro.default .inner-thin {
        padding:38% 5% 25%;
        min-height: 0
    }
}

@media screen and (max-width: 860px) {
    .no-content .intro-copy {
        min-height:120px
    }
}

@media screen and (max-width: 600px) {
    .no-intro-image .intro.default .inner-thin {
        padding:10% 2% 10%
    }
}

.videocontainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

pre {
    padding: 1em;
    display: none
}

.page_touchpoints .inner {
    max-width: 1970px
}

.discover {
    text-align: center
}

.page_touchpoint {
    width: 22%;
    position: relative;
    vertical-align: top;
    padding-bottom: 22% !important;
    display: inline-block;
    margin: 0.5%
}

.page_touchpoint .bg-image img {
    border-radius: 50%;
    overflow: hidden
}

.discover .image_overlay {
    background: url(../images/circle_red.png) no-repeat center;
    background-size: contain
}

.discover article:nth-child(3n+2) .image_overlay {
    background-image: url(../images/circle_yellow.png)
}

.discover article:nth-child(3n+3) .image_overlay {
    background-image: url(../images/circle_white.png)
}

img.cover {
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    width: 100% !important;
    background: #fff;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.page_touchpoint .bg-image:before {
    z-index: 1;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    border: .3em solid #ffd100
}

.page_touchpoint .tile-copy {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 14px;
    left: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
    color: #fff
}

.page_touchpoint .tile-copy h3 {
    font-size: 3em;
    margin: 0;
    line-height: 1.2 !important;
    width: 100%;
    height: 3.7em;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 900;
    transition: all 1s ease
}

.page_touchpoint .icon-cruise {
    width: 100%;
    height: 2em;
    margin-bottom: .5em
}

.page_touchpoint a {
    color: #fff
}

.page_touchpoint a:before {
    display: none
}

.page_touchpoint .tile-copy p {
    display: none;
    height: 0px;
    padding: 0;
    overflow: hidden
}

.page_touchpoint:hover .tile-copy p {
    display: block;
    height: initial;
    overflow: hidden
}

.page_touchpoint:hover .bg-image {
    transform: scale(1.02)
}

.page_touchpoint:hover .bg-image:before {
    background-color: rgba(0,0,0,0.6)
}

.page_touchpoint .image_overlay {
    opacity: 0;
    transition: all .7s ease-out 0s;
    z-index: 1
}

.page_touchpoint:hover .image_overlay {
    opacity: .1;
    background-position: 10px 0px
}

.page_touchpoint a.button {
    padding: 4px 0.8em;
    line-height: 1.25;
    white-space: normal;
    border-radius: 2em;
    border-color: #ffd100;
    background-color: #ffd100;
    color: #000;
    transition-delay: .2s
}

.page_touchpoint a.button:after {
    display: none
}

@media (max-width: 480px) {
    .page_touchpoint .tile-copy p {
        display:none !important
    }

    .page_touchpoint .tile-copy h3 {
        font-size: 26px
    }
}

@media (max-width: 600px) {
    .page_touchpoint .tile-copy p {
        display:none !important
    }
}

@media (max-width: 600px) {
    .page_touchpoint {
        width:48%;
        padding-bottom: 48% !important
    }
}

.cta {
    color: #fff;
    overflow: hidden
}

.cta .inner {
    padding: 0;
    max-width: 100%
}

.cta a {
    color: #fff
}

.cta a:hover {
    color: #191919
}

.cta h1,.cta h2,.cta h3,.cta h4,.cta h5 {
    margin: 0;
    padding: .5em;
    letter-spacing: 0.1em
}

.cta_content {
    overflow: hidden
}

.cta span {
    white-space: nowrap
}

@media (max-width: 950px) {
    .cta h4 {
        font-size:1.2em
    }

    .cta h3 {
        font-size: 1.2em !important
    }
}

@media (max-width: 700px) {
    .cta h4 {
        font-size:1.1em
    }
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.table-container-outer {
    position: relative
}

.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em
}

.search div.search {
    display: block
}

div.search {
    padding: 0 2%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    display: none
}

.searchResults {
    padding: 0 2% 3em;
    max-width: 700px;
    margin: 0 auto
}

#SearchResults {
    list-style-position: outside
}

#SearchResults li {
    margin-bottom: .5em;
    color: #f2582a
}

#SearchResults h4 {
    text-transform: uppercase;
    margin-bottom: 0
}

#SearchResults h4 a {
    text-decoration: none;
    font-weight: 900
}

#SearchResults a.readMoreLink {
    font-size: 17px
}

#SearchResults p {
    color: #313131;
    font-size: 20px
}

p.searchQuery {
    font-weight: 900;
    /* display: block; */
    clear: b;
}

#SearchForm_SearchForm_Search_Holder label {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 15px;
    color: #f2582a
}

#SearchForm_SearchForm_action_results {
    margin: 5px;
    float: none
}

#SearchForm_SearchForm_action_results:after,#SearchForm_SearchForm_action_results:before {
    position: absolute;
    display: block;
    background: red
}

#SearchForm_SearchForm_Search_Holder input.text {
    padding: .6em 0.8em .5em 0.8em;
    text-align: center
}

.search div.search.top_bar,.search.top_bar {
    max-width: 100%;
    display: none;
    background: transparent;
    padding: 15px 2%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 8px solid #f8f7ee
}

.search.top_bar label {
    color: #F05A28 !important
}

.search.top_bar form {
    max-width: 600px;
    width: 100%;
    margin: 0 auto
}

ul.tabs {
    margin: 0px;
    padding: 0px 15px;
    list-style: none
}

ul.tabs li {
    color: #fff;
    display: inline-block;
    background: #c9c5b7;
    padding: 0 10px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 1.15em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.no-touch ul.tabs li:hover {
    filter: alpha(opacity=70);
    opacity: 0.7
}

.no-touch ul.tabs li.current:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.tab_content_holder {
    padding: 1em;
    background: #FFFFFF;
    color: initial
}

.tab-content {
    height: 0;
    opacity: 0;
    transition: all .5s;
    overflow: hidden
}

.tab-content.current {
    height: auto;
    opacity: 1
}

.accordion-toggle {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(213,217,216,0.2);
    padding: 1em 1em 0.5em 1.5em !important;
    font-weight: 600;
    line-height: 1.5 !important
}

.faq {
    padding-top: 2em
}

.accordion-toggle small {
    font-weight: 300;
    display: block;
    margin-top: .5em;
    text-transform: none
}

.accordion-toggle span.filedate {
    font-size: 13px;
    letter-spacing: normal;
    color: #b0b0b0;
    text-transform: none
}

.accordion-toggle:before {
    transition: all .2s;
    color: #f1592a;
    margin-left: -1em;
    transform: rotate(180deg)
}

.accordion-toggle.collapsed:before {
    content: "-";
    transform: rotate(0deg)
}

.accordion-content {
    display: none;
    background: #f2f2f2;
    background-size: auto
}

.accordion-content a {
    color: #ffff
}

.accordion-content.default {
    display: block
}

#testimonials_slider {
    list-style: none
}

.testimonial_content {
    overflow: visible;
    margin: 0 auto 1em;
    text-align: center
}

.testimonial_content blockquote {
    border: none;
    line-height: 1.3
}

.testimonial_content p:before,.testimonial_content a:before {
    display: none
}

.testimonial_content blockquote .details p {
    font-weight: normal;
    letter-spacing: initial
}

.testimonial_content blockquote p:last-child {
    background: none
}

.testimonial_content blockquote:before {
    display: block;
    line-height: 1em;
    align-items: center;
    text-align: center;
    width: 2em;
    margin: 0 auto 1em;
    content: ' ';
    height: 2em;
    background: url(../images/icons/quote_open.png) no-repeat center;
    background-size: contain
}

.testimonial_content blockquote:after {
    display: block;
    line-height: 1em;
    align-items: center;
    text-align: center;
    width: 2em;
    margin: 1em auto 0em;
    content: ' ';
    height: 2em;
    background: url(../images/icons/quote_close.png) no-repeat center;
    background-size: contain
}

.testimonials {
    background-color: #c9c5b7;
    background-repeat: no-repeat;
    text-align: center;
    background-attachment: fixed;
    position: relative;
    color: #fff
}

.testimonials .inner {
    max-width: 1670px !important
}

.testimonials_slider {
    list-style: none
}

.testimonials .details {
    margin-top: 3.5em;
    font-size: 0.4em;
    width: 100%;
    text-align: center
}

.testimonials strong {
    font-weight: 800
}

.testimonials .details a {
    color: #fff !important;
    border-bottom: 1px solid #fff
}

.testimonials .details a:after {
    display: none !important
}

.testimonials em {
    font-style: normal;
    display: block;
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin-top: 2.5em
}

.testimonials em a {
    color: #fdc363
}

.testimonial_footer {
    font-size: 1rem
}

.testimonial_footer a {
    color: #fff
}

.testimonial_footer a:hover {
    color: #FFFFFF;
    text-decoration-color: #f1592a
}

.icon-tripadvisor-logotype {
    background: url(../images/icons/tripadvisor-logotype.svg) no-repeat center;
    background-size: contain;
    display: block;
    margin: 0 auto;
    width: 4em;
    height: 4em
}

@media (max-width: 950px) {
    .testimonial_content {
        padding-left:80px;
        padding-right: 80px
    }

    .testimonial_content:before,.testimonial_content:after {
        width: 80px;
        height: 67px;
        font-size: 140px;
        line-height: 100px
    }
}

@media (max-width: 600px) {
    .testimonial_content {
        padding-left:0;
        padding-right: 0
    }

    .testimonial_content:before,.testimonial_content:after {
        width: 40px;
        height: 30px;
        font-size: 80px;
        line-height: 60px
    }

    .testimonial_name {
        font-size: 30px
    }

    .testimonial_logo img {
        max-width: 100px
    }

    .testimonials .inner {
        padding: 0
    }

    .lSAction {
        display: none
    }
}

#insta_icon {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    fill: #fff;
    vertical-align: middle
}

.instagram {
    background: #f1592a;
    color: #FFF;
    padding: .5em
}

.loadMore__text {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: inherit !important
}

.instagram h4 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    vertical-align: middle;
}

.instagram h4 a {
    color: #fff;
    display: inline-block;
    vertical-align: baseline
}

.instagram svg {
    width: 40px;
    height: 40px;
    vertical-align: bottom
}

.instagram .col {
    padding-bottom: 15%
}

.instagram .grid .col:nth-child(3n+1) {
    background: #999 !important
}

.instagram .grid .col:nth-child(3n+2) {
    background: #c9c5b7 !important
}

.instagram .grid .col:nth-child(3n) {
    background: #666 !important
}

.instagram .grid.row-2 .col:nth-child(3n+1) {
    background: #c9c5b7 !important
}

.instagram .grid.row-2 .col:nth-child(3n+2) {
    background: #666 !important
}

.instagram .grid.row-2 .col:nth-child(3n) {
    background: #999 !important
}

.subheader {
    vertical-align: middle
}

ul.contact_list {
    list-style: none
}

ul.contact_list li {
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px
}

ul.contact_list li:before {
    position: absolute;
    left: 0;
    font-family: maverick
}

ul.contact_list li.email:before {
    content: 'e'
}

ul.contact_list li.phone:before {
    content: 'p'
}

ul.contact_list li.location:before {
    content: 'l'
}

ul.contact_list li a {
    text-decoration: underline
}

#gform_wrapper_3 {
    padding: 1em;
    background: #c9c5b7;
    color: #fff
}

.page_layout .gform_wrapper .gform_footer {
    margin: 0
}

.gform_body input,.gform_body select,.gform_body textarea {
    padding: .5em !important;
    border: 1px solid #f1592a !important
}

.gm-style-iw-d {
    display: block;
    max-width: 200px !important
}

.gm-style-iw-d h4 {
    margin: 0
}

#map_full>div {
    background: none !important
}

.map {
    background: #212121 !important;
    min-height: 640px;
    position: relative
}

.map h1,.map h3 {
    color: #fff
}

.map h2 {
    margin-bottom: 15px
}

.map ._inner {
    max-width: 450px;
    padding: 30px;
    color: #fff
}

.map ._inner a {
    color: #fff;
    position: relative;
    z-index: 1
}

.map .grid.column-2 .col {
    width: 60% !important
}

.map .grid.column-2 .col:first-child {
    width: 40% !important
}

.map .icon-wrap {
    color: #fff
}

.map .text-right {
    text-transform: uppercase;
    font-size: 12px
}

@media (max-width: 600px) {
    .map .grid.column-2 .col,.map .grid.column-2 .col:first-child {
        width:100% !important
    }
}

.acf-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black
}

.lightpatternbg .layout_wrap {
    background: #fff url(../images/pattern.jpg) no-repeat top center;
    background-size: contain;
    background-attachment: fixed
}

.lightpatternbg .layout_wrap .loop-1 {
    background: none
}

.layer.white {
    color: #fff
}

.layer.grey {
    background: #393939
}

.background-image {
    background-size: cover;
    background-position: center;
    position: relative
}

.background-image:before {
    content: ' ';
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0
}

.background-image.white {
    background-position: center;
    background-size: cover
}

.background-image.white:before {
    background: rgba(255,255,255,0.8)
}

.background-image.no-overlay:before {
    background: none
}

.layout_tiles .inner {
    max-width: 1870px
}

.layout_tiles .col {
    min-width: 33%;
    flex: 1
}

@media (max-width: 767px) {
    .layout_tiles .col {
        min-width:50%;
        flex: 1
    }
}

.grid .tile-copy {
    padding: 5px 4%;
    font-size: .87em
}

.light .top_nav a,.light .intro-copy {
    color: #231f20
}

.light .flexslider .slides>li {
    background: #fff
}

.light a {
    color: #fff
}

.image_holder {
    position: relative
}

.gallery_images {
    padding: 0;
    list-style: none;
    margin: 0 auto
}

.col.imgwrap .imgholder {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%
}

.col.imgwrap a {
    display: inline-block;
    margin: 0 auto
}

.grid.column-2 .col.textwrap ._inner img {
    max-width: 130px;
    width: 26%;
    min-width: 100px
}

.abs {
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.abs:before {
    display: none
}

a.link-overlay {
    z-index: 20;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: none
}

a.link-overlay:before {
    display: none
}

a.link-overlay:after {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: ' ';
    background-color: rgba(0,0,0,0)
}

a.link-overlay:hover:after {
    opacity: 1
}

.no-image .imgwrap {
    display: none
}

.image-show-100 .imgwrap {
    text-align: center;
    display: none
}

.image-round img {
    border-radius: 50%
}

.image-round .venobox {
    position: relative
}

.image-round .venobox:after {
    border-radius: 50%
}

.show_overlay .image_holder {
    position: relative;
    display: block
}

.show_overlay .image_holder:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    height: 100%;
    background: url(../images/icons/stars.svg) no-repeat 10% 10%;
    left: 0
}

@media (max-width: 767px) {
    .image-show-100 .bg-image {
        background-size:auto;
        background-position: top center
    }

    .no-image .background-image:before,.image-show-100 .bg-image:before {
        background: rgba(0,0,0,0.2)
    }

    .no-image .imgwrap,.image-show-100 .imgwrap {
        display: inline-block
    }

    .image-show-100 .imgwrap img {
        display: inline-block;
        margin: 0 auto
    }

    .image-show-100 .textwrap {
        padding-bottom: 0
    }

    .unfix-bg-100 .bg-image {
        background-attachment: initial
    }
}

.border-top:before {
    position: absolute;
    height: 4px;
    content: ' ';
    width: 100%;
    top: 0px;
    z-index: 1;
    left: 0;
    background: #f1592a
}

.border-bot:after {
    position: absolute;
    height: 211px;
    content: '';
    width: 100%;
    top: auto;
    bottom: -105px;
    z-index: 1;
    left: 0;
    background: url(../images/wave.png) no-repeat center;
    background-size: contain
}

.border-bot,.border-top {
    position: relative
}

.tukutuku.border-bot,.tukutuku.border-top {
    position: relative
}

.tukutuku.border-top:before {
    height: 60px;
    background: url(../images/textures/tukutuku.png) repeat-x;
    background-size: contain
}

.tukutuku.border-bot:after {
    top: auto;
    background: url(../images/textures/tukutuku.png) repeat-x bottom;
    background-size: contain;
    bottom: 0;
    width: 100%;
    height: 60px;
    bottom: 0
}

@media (max-width: 600px) {
    tukutuku.border-top:before,tukutuku.border-top:after {
        height:20px
    }
}

.vbox-close {
    color: #FFF !important
}

a.venobox {
    position: relative
}

a.venobox[href$=".png"]:before {
    display: none
}

a.venobox:before {
    display: none
}

a.venobox:after {
    opacity: 0;
    background: #fff;
    color: #2d3038;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0;
    top: 0;
    content: ' ';
    background: url(../images/icons/zoom-in.svg) no-repeat center;
    background-size: 2em;
    background-color: rgba(0,0,0,0.23)
}

a.venobox:hover:after {
    opacity: 1
}

a.venobox[data-vbtype="iframe"]:after {
    display: none
}

.subpages {
    background: #13181b;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.subpages article {
    overflow: hidden;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    min-width: 33.3%;
    position: relative
}

.subpages article:hover .bg-image {
    transform: scale(1.05);
    opacity: .5
}

.subpages article:hover .tile-copy {
    transform: scale(1.05);
    text-shadow: 0 0 10px #333
}

.subpages .bg-image:before {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute
}

.subpages .tile-copy {
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    font-size: 1.2em;
    padding: 4em 15px 3em;
    flex-direction: column
}

.subpages .tile-copy img {
    padding: 0px 10px 0;
    max-width: 150px;
    margin: 0 auto;
    display: inline-block
}

.subpages h3 a {
    color: #fff;
    font-weight: 600;
    text-decoration: none
}

.subpages a:before,.subpages a:after {
    display: none
}

@media screen and (max-width: 767px) {
    .subpages article {
        min-width:50%
    }
}

@media screen and (max-width: 600px) {
    .subpages article {
        min-width:100%
    }
}

.author {
    background-color: #f6f6f6
}

.author_image img {
    border-radius: 50%
}

.author p {
    font-size: 22px;
    line-height: 1.4
}

.company_logos {
    background: #c9c5b7
}

.companies_slider li {
    padding: 1em;
    width: 200px;
    display: inline-block;
    text-align: center
}

.companies_slider a {
    display: block;
    text-decoration: none;
    background: #fff
}

.company_logos .companies_slider a:hover {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-5px) scale(1.025);
    box-shadow: 0 0 5px rgba(0,0,0,0.16)
}

.company_logos a:before {
    display: none
}

#imageGallery li {
    background: #0093de
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.wp-admin .cS-hidden {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=1)
}

.wp-admin .cS-hidden li {
    display: none
}

.wp-admin .cS-hidden li:first-child {
    display: block
}

.date_time {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999
}

.single .navigation {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1)
}

.single .navigation .col {
    width: 50%;
    text-align: left;
    padding: 15px 2% 0;
    position: relative
}

.single .navigation .col:first-child {
    border-right: 1px solid rgba(255,255,255,0.1)
}

.single .navigation .col:last-child {
    padding-left: 4%;
    text-align: right
}

.single .navigation h4 {
    margin-top: 0
}

.single .navigation .col>span {
    font-size: 11px;
    text-transform: uppercase
}

.single .navigation .col>span a {
    color: #f1592a;
    font-weight: 600;
    text-decoration: none;
    position: relative
}

.icon-right-arrow:after {
    font-style: normal;
    content: '\e902';
    font-family: 'feather';
    display: inline-block;
    right: 0;
    top: 0;
    color: #ccc
}

.icon-left-arrow:after {
    content: '\e901';
    font-style: normal;
    font-family: 'feather';
    display: inline-block;
    right: 0;
    top: 0;
    color: #ccc
}

.single .navigation .col .flex {
    display: flex;
    align-items: center
}

.single .navigation .col .flex img {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.single .navigation .col .flex h4 {
    margin: 0 0 0 13px;
    font-size: 15px
}

.single .navigation .col .flex h4 span {
    font-weight: 400
}

.single .navigation a {
    font-weight: bold;
    color: #fff
}

.single .navigation a:hover {
    text-decoration: underline;
    text-decoration-color: #f1592a
}

.single .navigation .col :before {
    vertical-align: middle
}

@media screen and (max-width: 700px) {
    .single .navigation .col>span {
        font-size:13px
    }

    .single .article-wrapper {
        padding: 0 3%
    }
}

@media screen and (max-width: 500px) {
    .single .navigation {
        display:block
    }

    .single .navigation .col {
        width: 100%
    }

    .single .navigation .col,.blog .navigation .col:first-child {
        padding: 20px 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid #e8e8e8
    }

    .single .navigation .col:last-child {
        border-bottom: none
    }
}

#maverick-logo {
    display: inline-block;
    vertical-align: middle;
    width: 106px;
    height: 37px;
    background: url(../images/logos/kea.png) no-repeat bottom center;
    background-size: cover;
    overflow: hidden
}

#maverick-logo:hover,#maverick-logo:active {
    background-position: 0 0
}

.back-to-top-wrap {
    transition: 0.3s ease;
    z-index: 50;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto
}

a.back-to-top {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    float: right;
    font-size: 13px;
    margin: 8px 3px 0px 0;
    padding: 8px;
    background: #f1592a;
    border-radius: 50%;
    display: none;
    transition: 0.3s ease
}

.back-to-top-wrap img {
    width: 25px
}

.back-to-top-wrap:hover {
    bottom: 8px
}

.back-to-top-wrap:hover {
    bottom: 8px
}

.isite-wrap {
    transition: 0.3s ease;
    z-index: 2;
    position: fixed;
    top: 160px;
    right: 0px;
    width: auto;
    background: #f1592a;
    border-radius: 10px 0 0 10px;
    box-shadow: 1px 3px 2px rgba(0,0,0,0.4);
    transition: 0.3s ease
}

a.isite-tab {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    float: right;
    text-align: right;
    font-size: 13px;
    margin: 0;
    padding: 1.25em;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase
}

.isite-wrap img {
    width: 3em
}

.isite-wrap__text {
    margin-top: 2px;
    transition: all .3s ease
}

.isite-wrap:hover {
    padding-right: 1em
}

.isite-wrap:hover .isite-wrap__text {
    font-size: 11px;
    margin-top: 5px
}

@media (max-width: 768px) {
    .isite-wrap {
        top:120px;
        transform: scale(0.8);
        transform-origin: top right
    }

    .isite-wrap__text {
        display: none;
        top: 0
    }
}

.back-to-top-wrap:hover {
    bottom: 8px
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em
}

#mc_embed_signup input {
    border: 2px solid #f1592a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox
}

#mc_embed_signup input[type=radio] {
    -webkit-appearance: radio
}

#mc_embed_signup input:focus {
    border-color: #333
}

#mc_embed_signup .button {
    clear: both;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto
}

#mc_embed_signup .small-meta {
    font-size: 11px
}

#mc_embed_signup .nowrap {
    white-space: nowrap
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px
}

#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%
}

* html #mc_embed_signup .size1of2 {
    margin-right: 2%
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%
}

#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px
}

#mc_embed_signup .datefield,#mc_embed_signup .phonefield-us {
    padding: 5px 0
}

#mc_embed_signup .datefield input,#mc_embed_signup .phonefield-us input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px 0
}

#mc_embed_signup .phonefield-us .phonearea input,#mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px
}

#mc_embed_signup .datefield .monthfield input,#mc_embed_signup .datefield .dayfield input {
    width: 30px
}

#mc_embed_signup .datefield label,#mc_embed_signup .phonefield-us label {
    display: none
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%
}

#mc_embed_signup .asterisk {
    color: #f1592a;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px
}

#mc_embed_signup .clear {
    clear: both
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%
}

#mc_embed_signup #mce-error-response {
    display: none
}

#mc_embed_signup #mce-success-response {
    color: #f1592a;
    display: none
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%
}

#mc_embed_signup #num-subscribers {
    font-size: 1.1em
}

#mc_embed_signup #num-subscribers span {
    padding: .5em;
    border: 1px solid #ccc;
    margin-right: .5em;
    font-weight: bold
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #f1592a
}

#mc_embed_signup form {
    margin: 0 auto
}

#mc_embed_signup #mce-success-response {
    color: #f1592a !important
}

#mc_embed_signup .button {
    background-color: #f1592a !important
}

#mc_embed_signup input {
    border: 2px solid #f1592a !important
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox;
    display: inline-block !important;
    width: auto !important;
    margin-right: .5em
}

#mc_embed_signup p {
    font-size: 16px
}

.affiliates {
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.affiliates:hover img {
    filter: grayscale(1)
}

.affiliates img {
    max-width: 20%;
    max-height: 80px;
    transition: all .3s
}

.affiliates a img {
    filter: grayscale(0);
}

.affiliates a:hover img {
    filter: grayscale(0);
    transform: scale(1.05) translateY(-5px) !important
}

@media (max-width: 600px) {
    .affiliates img {
        max-width:33.3%;
        max-height: 80px
    }
}

footer .inner {
    padding: 0px 8px;
    max-width: 1920px
}

footer h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .25em
}

footer p,footer li {
    font-size: 1em;
    margin-top: 0
}

footer .logo svg {
    width: 100%
}

footer .logo {
    margin: 5px auto;
    padding: 15px;
    line-height: 0px;
    color: transparent;
    display: block
}

footer .topnav {
    margin: 2em 0 0
}

footer .topnav a {
    float: none;
    display: inline-block;
    color: #f1592a
}

footer .column-3 {
    max-width: 900px;
    margin: 0 auto
}

footer .flex {
    flex-wrap: wrap;
    text-align: center;
    align-items: start;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex: 0 1 160px;
    -ms-flex: 1 1 160px;
    -webkit-box-flex: 0;
    flex: 1 1 160px;
    min-width: 160px
}

.footer .flex .col {
    flex: 1 1 160px !important
}

@media (max-width: 600px) {
    footer .col {
        flex:50% !important
    }

    footer .col:last-child {
        width: 100%
    }
}

.submenu {
    padding-top: -9em;
    border-top: 1px solid #fff
}

.submenu .col {
    padding: 15px
}

.submenu p {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    color: #f1592a
}

.submenu ul {
    font-size: 16px
}

.submenu ul a {
    color: #313131;
    text-decoration: underline;
    text-decoration-color: #f7f7ed
}

.submenu ul a:hover {
    text-decoration-color: #313131
}

footer.layer .textwidget a {
    color: #f1592a
}

footer h4.widgettitle {
    margin-top: 0;
    color: #f1592a;
    margin-bottom: 0em
}

#menu-footer-links {
    text-align: center;
    margin: 1em 0 1em;
    font-size: 1.2em
}

#menu-footer-links li {
    padding: 5px
}

#menu-footer-links a {
    color: #2d2d2d;
    font-weight: 500;
    padding-bottom: .5em;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(255,255,255,0);
    width: 100%
}

#menu-footer-links a:hover {
    color: #f1592a;
    border-color: #f1592a
}

footer ul {
    list-style: none;
    margin: 0
}

footer ul li {
    padding: 0;
    margin: 0
}

footer ul.awards li {
    padding: 10px 0
}

footer ul.awards li img {
    max-width: 80px
}

footer .menu {
    height: auto
}

footer .menu:before,footer .menu:after {
    content: "";
    display: table
}

footer .menu:after {
    clear: both
}

footer .menu li {
    display: block
}

footer .menu li li {
    display: none
}

footer .menu li a {
    position: relative;
    color: #1b1b1b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

a.half {
    width: 50%;
    display: inline-block
}

a.third {
    width: 33.33%;
    display: inline-block
}

a.half img {
    max-height: 140px;
    width: auto
}

a.third img {
    max-height: 80px;
    width: auto
}

p.affiliates a.third {
    width: 33.333%
}

p.affiliates img {
    max-width: 50%
}

@media (max-width: 1170px) {
    footer .col {
        flex:33%;
        text-align: center
    }
}

@media (max-width: 900px) {
    footer .grid {
        flex-wrap:wrap;
        justify-content: space-around
    }

    footer ul.menu li {
        padding: 0 5px
    }
}

.subfooter {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #666
}

.subfooter_graphic {
    margin-top: 4em;
    background: url(../images/white-island-tours-footer.png) no-repeat bottom center;
    background-size: contain;
    padding-bottom: 20%;
    max-width: 990px;
    margin: 0 auto
}

.subfooter .widgettitle {
    display: none
}

.subfooter ul {
    margin: 0px auto 3em;
    padding-top: 2em;
    max-width: 900px;
    border-top: #f2f2f2 solid 1px
}

footer .subfooter li {
    display: inline-block;
    width: 16.6666666667%;
    min-width: 140px;
    text-align: center;
    margin: 0;
    padding: 0 1em
}

footer .subfooter li:last-child {
    border: 0
}

footer .subfooter li a:before {
    height: 2px
}

.footer-meta img {
    max-height: 8em;
    width: auto
}

.night .social_icon img {
    filter: invert(1)
}

.social-media-links-header {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    float: right
}

.social-media-links-header li {
    display: inline-block
}

.social-media-links-header a:before,p.social-media-links-header a:after {
    display: none
}

.social-media-links-header a {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 50%;
    border: 0;
    margin: 3px 3px 0 0
}

.social-media-links-header svg {
    fill: #1b1b1b
}

.social-media-links-header a:hover {
    background-color: #1b1b1b;
    transform: scale(1.1)
}

.social-media-links-header a:hover svg {
    fill: #FFF
}

.social-media-links-header .weather {
    color: #f1592a;
    font-size: 19px;
    vertical-align: text-bottom;
    margin-right: 5px;
    display: block
}

@media (min-width: 1920px) {
    .social-media-links-header .weather {
        display:inline-block;
        margin-top: 33px
    }
}

header .social-media-links-header {
    margin-right: 10px;
    margin-top: 8px;
    margin-left: 5px
}

header .social-media-links-header a {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 50%;
    border: 0;
    background: #f1592a;
    margin: 3px 0px 0 0;
    text-align: center
}

header .social-media-links-header svg {
    fill: #f7f7ed;
    width: 70%;
    vertical-align: top;
    margin-top: -2px
}

@media (max-width: 480px) {
    .header .social-media-links-header {
        text-align:center
    }

    header .social-media-links-header .weather {
        font-size: 14px;
        margin: 0;
        display: block
    }
}

footer .social-media-links-header a {
    background: #f1592a
}

footer .social-media-links-header svg {
    fill: #146e91
}

footer .social-media-links-header a:hover {
    background-color: #1a2f3c;
    transform: scale(1.1)
}

.social-media-links-header a:hover svg {
    fill: #FFF
}

.drawer .social-media-links-header {
    padding: 0 1em
}

.social_icon {
    border: none !important
}

.social_icon:before {
    display: none !important
}

.page_layout .social_icon img {
    width: 3em
}

footer .social_icon img {
    width: 2em
}

.drawer .social_icon img {
    width: 2em;
    filter: invert(1)
}

.flexible_layout .inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 1170px
}

.page_layout.reverse_grid:nth-of-type(even) .grid.column-2 {
    flex-direction: row-reverse
}

@media (max-width: 599px) {
    .grid.column-2 .col {
        width:95%;
        text-align: center;
        float: none;
        margin: 0 auto
    }

    .grid.column-2 {
        display: block
    }

    .grid.column-2 .image_holder {
        padding: 1em 2em;
        max-width: 60%;
        margin: 0 auto
    }
}

.pad-top-220 {
    padding-top: 220px
}

.pad-top-200 {
    padding-top: 200px
}

.pad-bot-200 {
    padding-bottom: 200px
}

.pad-top-180 {
    padding-top: 180px
}

.pad-bot-180 {
    padding-bottom: 180px
}

.pad-top-160 {
    padding-top: 160px
}

.pad-bot-160 {
    padding-bottom: 160px
}

.pad-top-140 {
    padding-top: 140px
}

.pad-bot-140 {
    padding-bottom: 140px
}

.pad-top-120 {
    padding-top: 120px
}

.pad-bot-120 {
    padding-bottom: 120px
}

.pad-top-100 {
    padding-top: 100px
}

.pad-bot-100 {
    padding-bottom: 100px
}

.pad-top-80 {
    padding-top: 80px
}

.pad-bot-default,.pad-bot-80 {
    padding-bottom: 80px
}

.pad-top-60 {
    padding-top: 60px
}

.pad-bot-60 {
    padding-bottom: 60px
}

.pad-top-40 {
    padding-top: 40px
}

.pad-bot-40 {
    padding-bottom: 40px
}

.pad-top-20 {
    padding-top: 20px
}

.pad-bot-20 {
    padding-bottom: 20px
}

.mar-top-160 {
    margin-top: 160px
}

.mar-bot-160 {
    margin-bottom: 160px
}

.mar-top-140 {
    margin-top: 140px
}

.mar-bot-140 {
    margin-bottom: 140px
}

.mar-top-120 {
    margin-top: 120px
}

.mar-bot-120 {
    margin-bottom: 120px
}

.mar-top-100 {
    margin-top: 100px
}

.mar-bot-100 {
    margin-bottom: 100px
}

.mar-top-80 {
    margin-top: 80px
}

.mar-bot-80 {
    margin-bottom: 80px
}

.mar-top-60 {
    margin-top: 60px
}

.mar-bot-60 {
    margin-bottom: 60px
}

.mar-top-40 {
    margin-top: 40px
}

.mar-bot-40 {
    margin-bottom: 40px
}

.mar-top-20 {
    margin-top: 20px
}

.mar-bot-20 {
    margin-bottom: 20px
}

@media screen and (max-width: 640px) {
    .pad-top-220 {
        padding-top:110px
    }

    .pad-top-200 {
        padding-top: 100px
    }

    .pad-bot-200 {
        padding-bottom: 100px
    }

    .pad-top-180 {
        padding-top: 90px
    }

    .pad-bot-180 {
        padding-bottom: 90px
    }

    .pad-top-160 {
        padding-top: 80px
    }

    .pad-bot-160 {
        padding-bottom: 80px
    }

    .pad-top-140 {
        padding-top: 70px
    }

    .pad-bot-140 {
        padding-bottom: 70px
    }

    .pad-top-120 {
        padding-top: 60px
    }

    .pad-bot-120 {
        padding-bottom: 60px
    }

    .pad-top-100 {
        padding-top: 50px
    }

    .pad-bot-100 {
        padding-bottom: 50px
    }

    .pad-top-80 {
        padding-top: 40px
    }

    .pad-bot-80 {
        padding-bottom: 40px
    }

    .pad-top-60 {
        padding-top: 30px
    }

    .pad-bot-60 {
        padding-bottom: 30px
    }

    .pad-top-40 {
        padding-top: 20px
    }

    .pad-bot-40 {
        padding-bottom: 20px
    }

    .pad-top-20 {
        padding-top: 10px
    }

    .pad-bot-20 {
        padding-bottom: 10px
    }

    .mar-top-160 {
        margin-top: 80px
    }

    .mar-bot-160 {
        margin-bottom: 80px
    }

    .mar-top-140 {
        margin-top: 70px
    }

    .mar-bot-140 {
        margin-bottom: 70px
    }

    .mar-top-120 {
        margin-top: 60px
    }

    .mar-bot-120 {
        margin-bottom: 60px
    }

    .mar-top-100 {
        margin-top: 50px
    }

    .mar-bot-100 {
        margin-bottom: 50px
    }

    .mar-top-80 {
        margin-top: 40px
    }

    .mar-bot-80 {
        margin-bottom: 40px
    }

    .mar-top-60 {
        margin-top: 30px
    }

    .mar-bot-60 {
        margin-bottom: 30px
    }

    .mar-top-40 {
        margin-top: 20px
    }

    .mar-bot-40 {
        margin-bottom: 20px
    }

    .mar-top-20 {
        margin-top: 10px
    }

    .mar-bot-20 {
        margin-bottom: 10px
    }
}

.layer {
    position: relative;
    width: 100%
}

.col {
    float: left;
    padding: 0 2%
}

.grid {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.grid.grid-nogutter {
    margin: 0
}

.grid.grid-nogutter>.col {
    padding: 0
}

.col {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    min-width: 0
}

.col-align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.col-align-bottom {
    align-self: flex-end
}

.col-align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.col-top {
    justify-content: flex-start !important;
    flex-direction: column;
    display: flex
}

.col-bottom {
    justify-content: flex-end !important;
    flex-direction: column;
    display: flex
}

.col-middle {
    justify-content: center;
    flex-direction: column;
    display: flex
}

.grid-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.grid-around {
    justify-content: space-around
}

.grid-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.col-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.grid-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col-fixed {
    flex: initial
}

.col-grow-2 {
    flex-grow: 2
}

.col-grow-3 {
    flex-grow: 3
}

.col-grow-4 {
    flex-grow: 4
}

.col-grow-5 {
    flex-grow: 5
}

.col-grow-6 {
    flex-grow: 6
}

.col-grow-7 {
    flex-grow: 7
}

.col-grow-8 {
    flex-grow: 8
}

.col-grow-9 {
    flex-grow: 9
}

.col-grow-10 {
    flex-grow: 10
}

.col-grow-11 {
    flex-grow: 11
}

.col-1 {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (max-width: 480px) {
    .col-sm {
        flex:100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 624px) {
    .col-md {
        flex:100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 744px) {
    .col-lg {
        flex:100%;
        max-width: 100%
    }
}

.sg-box {
    background-color: #283A45;
    width: 100%;
    min-height: 40px;
    border-radius: 2px;
    padding: 8px;
    font-size: 16px;
    line-height: 32px
}

.sg-box-outline {
    border-top: solid 1px #C88E2C;
    border-left: solid 1px #C88E2C;
    border-right: solid 1px #C88E2C;
    height: 8px;
    margin-bottom: 8px
}

.sg-grid.grid-nogutter .col {
    padding: 8px 0
}

.sg-grid.grid-nogutter .col:after {
    width: 100%;
    margin: 0
}

.sg-grid .col {
    position: relative;
    min-height: 40px;
    padding: 8px;
    font-size: 16px;
    line-height: 32px
}

.sg-grid .col:after {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #666;
    width: calc(100% - 16px);
    height: 100%;
    border-radius: 4px;
    margin: 0 8px
}

.sg-grid .col .grid .col:after {
    z-index: -1;
    outline: solid 2px #364C59
}

pre.code-display {
    margin-top: 48px;
    background-color: #c9c5b7;
    text-align: left;
    padding: 16px
}

pre.code-display code {
    font-size: 16px
}

code {
    color: black;
    background-color: #999;
    border-radius: 4px;
    padding: 4px
}

.half-width {
    flex: 50%
}

.full-width {
    flex: 100%
}

.vheight-25 {
    min-height: 25vh
}

.vheight-50 {
    min-height: 50vh
}

.vheight-75 {
    min-height: 75vh
}

.vheight-100 {
    min-height: 100vh
}

.vheight-125 {
    min-height: 125vh
}

.vheight-150 {
    min-height: 150vh
}

.vheight-175 {
    min-height: 175vh
}

.vheight-200 {
    min-height: 200vh
}

.background_pattern .bg-image:before {
    background-image: url(../images/textures/pattern.png) !important;
    background-position: bottom left
}

.parallaxParent {
    overflow: hidden !important;
    position: relative
}

.parallaxParent .bg-image {
    background-size: cover;
    bottom: 0;
    left: 0%;
    transition: none !important;
    background-position: top center
}

.parallaxParent.totop .bg-image {
    height: 130%;
    top: -30%
}

.parallaxParent.tobottom .bg-image {
    height: 130%;
    top: auto;
    bottom: -30%
}

.parallaxParent.toleft .bg-image {
    width: 110%;
    left: auto;
    right: -10%
}

.parallaxParent.toright .bg-image {
    width: 110%;
    left: -10%
}

.parallaxParent .bg-image.background-image:before {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.text-half .col.textwrap {
    flex: 50%;
    max-width: 50%
}

.text-half .col.imgwrap {
    flex: 50%
}

.text-wider .col.textwrap {
    flex: 75%
}

.product.text-wider .col.textwrap {
    flex: 65%
}

.product.text-wider .col.imgwrap {
    flex: 35%
}

.text-wider .col.imgwrap {
    flex: 25%
}

.text-narrow .col.textwrap {
    flex: 35%
}

.text-narrow .col.imgwrap {
    flex: 65%
}

.text-100 .inner {
    padding-left: 2%;
    padding-right: 2%
}

.text-100 .col.textwrap {
    flex: 100%
}

.text-100 .col.imgwrap {
    flex: 100%
}

.text-on-left.has-bg-image .background-image:before {
    background-color: transparent;
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0.5)) !important
}

.text-on-right.has-bg-image .background-image:before {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0.5)) !important
}

.text-on-left .grid {
    flex-direction: row-reverse
}

@media (max-width: 768px) {
    .text-on-left .bg-image.background-image:before {
        background-color:transparent;
        background-image: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.7))
    }

    .text-on-right .bg-image.background-image:before {
        background-image: linear-gradient(to left, rgba(0,0,0,0.4), rgba(0,0,0,0.7))
    }

    .col.textwrap,.col.imgwrap {
        flex: 100% !important
    }

    #e7 .col.imgwrap {
        text-align: center
    }
}

.bg-image {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;
    background-position: center;
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.bg-image:before {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    z-index: 3
}

.video_wrap img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 41%;
    left: 40%;
    display: block;
    filter: drop-shadow(2px 4px 6px black)
}

.video_copy {
    padding: 0.725em;
    border: 1px solid rgba(0,0,0,0.16);
    border-top: 0;
    display: none;
    overflow: scroll
}

#responsive h4 {
    font-size: 1em;
    font-weight: 500;
    vertical-align: text-bottom;
    text-transform: none;
    margin-bottom: 0
}

#responsive h4 span {
    float: right;
    font-weight: normal
}

#responsive p {
    display: none;
    font-size: .8em;
    margin: 5px 0 0
}

.video_wrap {
    background: #f2f2f2;
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center
}

.video_wrap img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 41%;
    left: 40%;
    display: block;
    filter: drop-shadow(2px 4px 6px black)
}

.video_wrap h3 {
    position: absolute
}

.blog .inner {
    padding: 0
}

.post-title {
    font-weight: 900;
    margin: 0
}

.blog-post-meta {
    font-size: 19px;
    font-weight: 700
}

.blog-sidebar :first-child h4 {
    margin-top: 5px
}

.blog__widget__title h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
    padding: 0
}

.blog article {
    padding-bottom: 33.33%;
    font-size: .76em;
    padding-bottom: 40%
}

.blog__title h3 {
    font-weight: 800;
    text-transform: uppercase !important
}

p.meta a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500
}

p.meta a.tag {
    font-size: 13px;
    font-weight: 700;
    text-transform: none
}

p.meta a.tag:before {
    content: "\2022"
}

.blog_wrap {
    overflow: hidden;
    position: absolute;
    left: 2%;
    right: 2%;
    width: 96%;
    height: 100%;
    bottom: 4%;
    background: #f1592a
}

.blog__title h3 {
    text-transform: uppercase
}

ul.recent-posts {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.recent-posts li {
    position: relative
}

ul.recent-posts li article {
    width: 100%;
    transition: all .3s ease
}

.recent-posts .bg-image {
    position: relative;
    height: 200px
}

.recent-posts .tile-copy {
    z-index: 1;
    position: relative;
    padding: 0.25em 0 .3em
}

.page_layout .blog__widget__title h4 {
    padding-right: 1.5em;
    transition: padding .3s ease;
    line-height: 1
}

.recent-posts .bg-image {
    overflow: hidden
}

.recent-posts article:hover {
    background: #FFFFFF;
    color: #f1592a;
    transform: scale(1.02)
}

.recent-posts article:hover .bg-image img {
    transform: scale(1.05)
}

.recent-posts article:hover h4 {
    padding-left: 0.5em
}

ul.categories {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.categories li {
    font-size: 1em
}

ul.categories a {
    font-weight: bold;
    color: #313131;
    display: block !important;
    padding: .5em 0;
    border-bottom: 1px dashed black;
    text-transform: uppercase
}

ul.categories a:hover {
    color: #fff;
    background: #f1592a;
    padding-left: .5em;
    padding-right: 1em;
    border-bottom-color: #fff
}

@media (max-width: 1170px) {
    .blog article.col-4 {
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 60%
    }
}

@media (max-width: 600px) {
    .blog article.col-4 {
        -ms-flex-preferred-size:10%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 70%
    }
}

.image-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-justify-content: space-between;
    -moz-box-justify-content: space-between;
    -ms-flex-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align-items: top;
    -moz-box-align-items: top;
    -ms-flex-align-items: top;
    -webkit-align-items: top;
    align-items: top;
    margin-bottom: 47px
}

.image-row:after {
    all: unset
}

@media (min-width: 0px) and (max-width: 980px) {
    .image-row {
        margin-bottom:20px
    }
}

.image-row--two .image-col {
    width: calc(50% - 12px)
}

@media (min-width: 0px) and (max-width: 600px) {
    .image-row--two .image-col {
        width:100%;
        margin-bottom: 20px
    }
}

@media (min-width: 0px) and (max-width: 600px) {
    .image-row--two .image-col:last-child {
        margin-bottom:0
    }
}

.image-row--three .image-col {
    width: calc(33.33% - 16px)
}

@media (min-width: 0px) and (max-width: 600px) {
    .image-row--three .image-col {
        width:100%;
        margin-bottom: 20px
    }
}

@media (min-width: 0px) and (max-width: 600px) {
    .image-row--three .image-col:last-child {
        margin-bottom:0
    }
}

.blog-entry .inner {
    padding: 0
}

#blog-isotope {
    text-align: center
}

#blog-isotope .blog-panel {
    border: 2px solid #fff;
    width: 33.33%;
    float: none;
    padding-bottom: 40%;
    overflow: hidden;
    display: inline-block
}

@media (max-width: 768px) {
    #blog-isotope .blog-panel {
        width:50%
    }
}

@media (max-width: 680px) {
    #blog-isotope .blog-panel {
        padding-bottom:55%
    }
}

@media (max-width: 480px) {
    #blog-isotope .blog-panel {
        width:100%;
        padding-bottom: 70%
    }

    #blog-isotope .blog-panel__copy {
        bottom: 10%
    }
}

.blog-card {
    width: 33.333%;
    float: left;
    padding: 0 .25em .5em
}

@media (max-width: 550px) {
    .blog .inner {
        padding:0
    }

    .blog-card {
        width: 50%;
        font-size: .9em
    }
}

.blog-card__wrap {
    box-shadow: 2px 0px 5px rgba(0,0,0,0.06)
}

.blog-card__image:hover .bg-image {
    transform: scale(1.05)
}

.blog-card:hover .bg-image:before {
    background-color: rgba(0,0,0,0.26);
    background-blend-mode: color
}

.blog-cards .col:hover a {
    text-decoration: underline;
    text-decoration-color: #f1592a
}

.blog-cards .col:hover {
    transform: scale(1)
}

.blog-cards .post-thumbnail {
    display: none
}

.blog-card__image {
    padding-bottom: 64%;
    position: relative;
    overflow: hidden
}

.blog-card__image a {
    position: absolute;
    width: 100;
    height: 100%;
    display: block;
    border: 0 !important
}

.blog-card__image a:before {
    display: none
}

.blog-card__copy {
    padding: 0.725em;
    border: 1px solid rgba(0,0,0,0.16);
    border-top: 0
}

.blog-card__copy .date_time {
    font-size: .8em;
    margin: 5px 0 0
}

.blog-card__copy h4 {
    text-transform: none;
    font-size: 1em;
    margin: 0
}

.blog-card__copy a {
    color: #242424;
    text-decoration-color: #96db47
}

.blog-card__copy a:hover {
    text-decoration: underline;
    text-decoration-color: #96db47
}

.blog-card__copy a:before {
    background-color: transparent
}

.blog-cards .tile-copy a:before {
    display: none
}

.blog-cards .tile-copy .date-meta {
    font-size: 1em;
    margin-top: 5px;
    text-shadow: 0 0 2px #292929
}

.blog .article-wrapper {
    max-width: 852px;
    margin: auto;
    padding: 30px 0 0
}

.ellipsis {
    overflow: hidden;
    max-height: 2.3em;
    position: relative
}

#blog-panels {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

#blog-panels article {
    border: 2px solid #fff;
    overflow: hidden;
    flex: 1;
    display: -ms-flexbox;
    width: 100%;
    min-width: 33.3%;
    position: relative;
    padding-bottom: 36%
}

.blog-panel {
    float: left;
    position: relative
}

.blog-panel .bg-image:before {
    background: rgba(0,0,0,0.3)
}

.blog-panel h4 {
    font-weight: 600
}

.blog-panel__wrap {
    padding: 1em
}

.blog-panel__copy {
    bottom: 10%;
    color: #fff;
    position: absolute;
    padding: 0 9%;
    top: auto;
    text-align: center
}

.blog-panel:hover .bg-image {
    transform: scale(1.05)
}

.blog-panel:hover .blog-panel__copy {
    bottom: 20px
}

.blog-panel:hover a.button.ghost {
    background: #fff;
    color: #000
}

@media screen and (max-width: 768px) {
    #blog-panels article {
        min-width:50%
    }

    .home .blog-panel__copy {
        position: relative;
        top: 40%;
        bottom: auto
    }
}

@media screen and (max-width: 420px) {
    #blog-panels article {
        min-width:100%
    }
}

.ellipsis:before {
    content: "";
    float: left;
    width: 5px
}

.ellipsis>*:first-child {
    float: right;
    width: 100%;
    margin-left: -5px
}

.ellipsis:after {
    content: "\02026";
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0;
    width: 1em;
    text-align: right;
    background-size: 100% 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255,255,255,0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255,255,255,0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255,255,255,0), white 50%, white);
    background: linear-gradient(to right, rgba(255,255,255,0), white 50%, white)
}

.layer .blog-filter {
    background: #ffffff;
    overflow: hidden;
    margin: auto;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center
}

.layer .blog-filter .inner {
    padding: 0
}

.layer .blog-filter ul {
    margin: 0;
    padding: 0
}

.layer .blog-filter ul ul {
    display: none
}

.layer .blog-filter li a {
    background: #f1592a;
    color: #fff;
    border: 0;
    font-size: 0.938em;
    margin: 2px 2px 0
}

.layer .blog-filter li a:before {
    display: none
}

.layer .blog-filter li {
    display: inline-block
}

.layer .blog-filter li a.active,.layer .blog-filter li a:hover {
    background: #000000;
    color: #fff;
    transform: none
}

.match .textwrap {
    padding-bottom: 2em
}

#work-section .inner {
    max-width: 100%
}

article.work {
    width: 100%;
    background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.1))
}

article.work .imgwrap img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

article.work .imgwrap {
    padding: 0 5% 1.25em !important
}

@media (max-width: 599px) {
    article.work .imgwrap {
        max-width:380px;
        float: none;
        margin: 0 auto;
        padding: 1em 70px 2em !important
    }

    article.work .imgwrap img {
        min-height: 0
    }
}

article.work:nth-child(2n) .grid.column-2 {
    flex-direction: row-reverse
}

article.search,.text-on-colorbg {
    color: #FFF;
    background-color: #999;
    background-size: auto
}

article.search a.button,.text-on-colorbg a.button {
    color: #f1592a;
    background-color: #fff;
    border-color: #fff
}

.theme-1 {
    background-color: #f1592a;
    color: #FFF
}

.theme-2 {
    background-color: #f38b69;
    color: #FFF
}

.theme-3 {
    background-color: #0e555c;
    color: #fff;
    z-index: 10;
    background-image: none !important;
    margin-top: 120px !important;
    margin-bottom: 7% !important
}

.theme-3:before {
    position: absolute;
    width: 100%;
    top: -396px;
    height: 396px;
    content: ' ';
    background-image: url(../images/design/blue-wave-top.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0
}

.theme-3:after {
    position: absolute;
    width: 100%;
    bottom: -29vw;
    height: 30vw;
    content: ' ';
    background-image: url(../images/design/blue-wave-bot.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain
}

.theme-4:before {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: .04;
    height: 100%;
    background-image: url(../images/textures/pattern.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.theme-1 a,.theme-2 a,.theme-3 a,.theme-4 a,.has-bg-image a,.txt-color-white a {
    color: #fff;
    text-decoration-color: #fff
}

.boxedtext .textwrap {
    border: 4px solid;
    margin: 2em
}

.Carousel h2 {
    text-transform: uppercase !important
}

.sbs {
    padding: 0
}

.sbs_image,.sbs_text {
    position: relative
}

.sbs_text .textwrap {
    padding: 3em
}

@media (max-width: 1900px) {
    .theme-3:before {
        height:400px;
        top: -300px;
        margin-top: -90px !important;
        background-size: cover;
        background-position: top
    }
}

@media (max-width: 768px) {
    .sbs .col {
        flex-basis:100%
    }

    .sbs .col.sbs_image {
        max-height: 300px;
        height: 300px
    }

    .sbs_text .textwrap {
        padding: 1em
    }

    .boxedtext .textwrap {
        margin: 1em 1em
    }

    .theme-3 {
        margin-top: 0px !important
    }

    .theme-3:before {
        height: 230px;
        top: -230px;
        background-size: cover;
        background-position: top;
        margin-top: 0px !important
    }
}

@media (max-width: 600px) {
    .sbs .col {
        flex-basis:100%
    }

    .sbs .col.sbs_image {
        max-height: 300px;
        height: 300px
    }

    .sbs_text .textwrap {
        padding: 1em
    }

    .boxedtext .textwrap {
        margin: 1em 1em
    }

    .theme-3 {
        margin-top: 0px !important
    }

    .theme-3:before {
        height: 100px;
        top: -100px;
        background-size: cover;
        background-position: top
    }
}

.product_listing {
    padding-bottom: 0
}

.bgpattern {
    background-size: cover
}

article.temping,.text-on-dark {
    color: #FFF;
    background-color: #292929
}

article.temping a.button,.text-on-light a.button {
    color: #292929
}

article.development,.text-on-light {
    color: #FFF;
    background-color: #b1b1b1
}

article.development a.button,.text-on-light a.button {
    color: #b1b1b1;
    border-color: #fff;
    background-color: #fff
}

.work_carousel {
    text-align: center;
    vertical-align: top
}

.work_carousel .logo {
    height: 100px;
    margin-bottom: 2em
}

.work_carousel .logo a {
    display: block
}

.work_carousel .logo a:hover {
    transform: scale(0.95)
}

.work_carousel .logo a:before {
    display: none
}

.work_carousel .logo img {
    max-height: 100px;
    max-width: 200px;
    width: auto
}

.work_carousel article {
    display: inline-block;
    padding: 0em 2em 2em;
    vertical-align: top
}

.work_carousel article:last-child {
    border-right: 0px
}

.ourpick {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    z-index: 3;
    top: 1em;
    left: 1em;
    font-size: 1.37em;
    width: auto;
    height: auto;
    line-height: 1
}

.icon.icon-star {
    background: url(../images/icons/star.svg) no-repeat center;
    background-size: 75%;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-color: #ffd100;
    border-radius: 50%;
    margin-top: -0.2em
}

.discover .ourpick i {
    background-color: #171717
}

.discover .ourpick {
    font-size: 1em;
    text-align: center;
    left: 3.1em;
    font-size: 14px;
    background: #ffd100;
    color: #181818;
    padding: 0.3em .75em .25em .25em;
    border-radius: 1em;
    top: 23px
}

.blog-cards.features {
    vertical-align: top
}

.blog-cards.features .inner {
    padding-left: 15px;
    padding-right: 15px
}

.features article {
    position: relative;
    border: 5px solid #f7f7ed;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    overflow: hidden;
    float: left
}

.no-touch .features .card:hover {
    background-size: 117%
}

.features article img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.no-touch .features .card:hover img {
    opacity: 0
}

.features article:hover {
    transform: translateY(-5px) !important
}

.features article:hover a.button,.features a.button:hover {
    background-color: #f1592a;
    color: #fff
}

.features .tile-copy {
    color: white;
    padding: 1.5em;
    max-width: 720px;
    left: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    float: none;
    z-index: 2;
    width: 100%
}

.features .tile-copy a.button {
    background: #fff;
    border-color: #fff;
    color: #313131
}

.no-touch .features article:hover .tile-copy {
    transform: translateY(-50%);
    opacity: 1
}

.features .bg-image:before {
    background-color: rgba(0,0,0,0.1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 1;
    opacity: .5
}

.features article:hover .bg-image:before {
    opacity: 0.8;
    background-image: linear-gradient(to top, #000 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.1) 100%)
}

.features article:hover .bg-image img {
    transform: scale(1.02)
}

.features a._bhkks {
    text-decoration: none;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    text-indent: -999px
}

.features-carousel .tile-copy h3,.features .tile-copy h3 {
    margin: 0px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.9em
}

.features .tile-copy p {
    color: #ffffff
}

.features .column-3 article {
    margin: 0.5%;
    float: left;
    min-height: 308px;
    width: 32.33%
}

.features .big-twin article {
    height: 370px;
    width: 50%;
    overflow: hidden
}

.features .big-twin article img {
    max-width: 30%;
    pointer-events: none
}

.features .big-right article {
    height: 308px;
    margin: 0.5% !important;
    min-height: 0px;
    min-width: 32.33%
}

.features .big-right .card img {
    max-width: 40%
}

.features .big-right article:nth-child(1) {
    min-width: 65.66%;
    height: 626px;
    margin: 0.5% !important
}

.features .big-right .card.col:nth-child(1) img {
    max-width: 24%
}

.features .big-1 article {
    float: left;
    height: 700px;
    min-height: 0px;
    width: 100%;
    min-width: 50%
}

.features .big-4 article {
    font-size: .67em;
    float: left;
    height: 400px;
    min-height: 0px;
    max-width: 46%;
    min-width: 50%
}

.features .big-2 article {
    padding-bottom: calc(38.6% - 10px);
    min-width: 50%;
    font-size: .67em
}

.features .big-3 article {
    width: 100%;
    padding-bottom: 33.33%;
    max-width: 33.33%;
    font-size: .5em
}

.features .big-3 .card.col:nth-child(1) img {
    max-width: 24%
}

.features .big-4 article:nth-child(1) {
    height: 500px
}

.features .big-4 article:nth-child(2) {
    height: 370px;
    float: right
}

.features .big-4 article:nth-child(3) {
    height: 430px;
    float: right
}

.features .big-4 article:nth-child(4) {
    height: 300px
}

.features .three article {
    height: 335px;
    margin: 0.5% !important;
    min-height: 0
}

.features .three article img {
    max-width: 44%
}

.features .big-left article {
    height: 308px;
    margin: 0.5% !important;
    min-height: 0px
}

.features .big-left article:nth-child(1) {
    width: 65.66%;
    height: 626px;
    margin: 0.5%;
    float: right
}

.features .link-overlay {
    font-size: 0;
    color: transparent;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.features .three article .tile-copy {
    opacity: 0
}

.features .big-left article img {
    max-width: 45%
}

.features .big-left article:nth-child(1) img {
    max-width: 25%
}

.features .inner-medium {
    max-width: 1200px
}

.features .big-right article:hover .tile-copy {
    opacity: 1
}

.features .three article:hover .tile-copy {
    opacity: 1
}

.features .big-left article:hover .tile-copy {
    opacity: 1
}

@media screen and (max-width: 1130px) and (min-width: 850px) {
    .features .big-twin article {
        height:380px
    }

    .features .three article {
        height: 254px
    }
}

@media screen and (max-width: 1050px) and (min-width: 850px) {
    .features .big-right article,.features .big-left article {
        height:252px
    }

    .features .big-right article:nth-child(1),.features .big-left article:nth-child(1) {
        height: 511px
    }
}

@media screen and (max-width: 850px) {
    .features .card {
        float:none;
        width: 100% !important;
        height: 240px !important;
        min-height: 0px
    }

    .features .card img {
        max-width: 170px !important
    }
}

@media screen and (max-width: 600px) {
    .features article.card:hover img {
        display:none !important
    }

    .features article.card:hover .tile-copy {
        opacity: 1 !important
    }

    .features .card:hover .tile-copy {
        transform: translateY(-50%);
        opacity: 1
    }
}

@media (max-width: 600px) {
    .features .big-3 article {
        width:100%;
        padding-top: 12.5%
    }

    .features .big-2 article {
        min-width: 100% !important;
        padding-top: 12.5%
    }
}

.features-carousel {
    overflow: hidden;
    max-width: 1480px;
    position: relative;
    padding: 20px 20px
}

.features-carousel .swiper-wrapper {
    height: 623px
}

.features-carousel.slidesPerView-3 .swiper-wrapper {
    height: 480px
}

.features-carousel .articles {
    position: relative
}

.features-carousel article h2,.features-carousel article h3,.features-carousel article h4,.features-carousel article h5,.features-carousel article p {
    color: #fff
}

.features-carousel article {
    background: #f1592a;
    position: relative;
    padding-bottom: calc(25% - 10px);
    min-width: 50%
}

.hover {
    overflow: hidden
}

.hover:hover .tile-copy p {
    display: block;
    height: initial;
    overflow: hidden
}

.hover:hover .bg-image {
    transform: scale(1.05)
}

.hover:hover .bg-image:before {
    background-color: rgba(0,0,0,0.55) !important
}

.nop {
    padding: 0 !important
}

.eventfinda_tile {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1em 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.eventfinda_tile .col {
    position: relative
}

.eventfinda_tile h3 {
    margin: .25em 0 0;
    text-transform: none
}

.eventfinda_tile p {
    font-size: 18px
}

.eventfinda_tile a {
    text-decoration-color: transparent
}

.eventfinda_tile a:hover {
    text-decoration-color: #f1592a
}

.features-carousel.slidesPerView-2 .swiper-wrapper {
    height: 500px
}

.features-carousel.slidesPerView-2 article h3,.features-carousel.slidesPerView-3 article h3 {
    font-size: 2.167em;
    margin: 0
}

.features-carousel.slidesPerView-3 article {
    font-size: 0.87em
}

.features-carousel.slidesPerView-auto.centeredSlides-1 article {
    flex: 1
}

.features-carousel.slidesPerView-1 .tile-copy {
    background: none
}

.features-carousel article .tile-copy {
    position: absolute;
    padding: 1.5em;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    text-align: left;
    z-index: auto;
    top: auto;
    color: #fff;
    left: 0;
    width: 100%
}

.feature__content :last-child {
    margin-top: 0.5em
}

.day-product-carousel .swiper-information {
    float: right
}

.day-product-carousel .swiper-information p {
    margin: 0;
    font-size: 16px
}

.day-product-carousel .swiper-information a {
    position: relative;
    vertical-align: text-bottom;
    border-radius: 2em;
    border-color: #f1592a;
    border-style: solid;
    background-color: #f1592a;
    border-width: 2px;
    text-decoration: none;
    display: inline-block !important;
    margin: 0 5px 5px 0;
    padding: 0em 2em;
    line-height: 2.2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .6em;
    letter-spacing: 0.1em;
    color: #FFFFFF
}

.day-product-carousel .swiper-information a:hover {
    background-color: #313131;
    border-color: #313131
}

.day-product-carousel .swiper-button-next,.features-carousel .swiper-button-next {
    margin: 0 1em;
    float: right;
    position: relative;
    display: inline-block;
    width: 1.37em;
    top: -0.5em;
    background: url(../images/icons/right-caret.svg) no-repeat center;
    background-size: contain
}

.day-product-carousel .swiper-pagination-bullet,.features-carousel .swiper-pagination-bullet {
    background: #f1592a
}

.day-product-carousel .swiper-button-prev,.features-carousel .swiper-button-prev {
    right: auto;
    margin: 0 1em;
    float: right;
    top: -0.5em;
    width: 1.37em;
    position: relative;
    display: inline-block;
    background: url(../images/icons/left-caret.svg) no-repeat center;
    background-size: contain
}

.features-carousel .swiper-button-prev,.features-carousel .swiper-button-next {
    top: 5px
}

.day-product-carousel .swiper-slide-active .bg-image:before,.features-carousel .swiper-slide-active .bg-image:before {
    background: rgba(0,0,0,0)
}

@media (max-width: 600px) {
    .features-carousel .swiper-wrapper {
        height:auto !important
    }

    .features-carousel article {
        width: 100%;
        min-width: 90% !important;
        height: 333px !important
    }
}

.day-product-carousel {
    position: relative
}

.day-product-carousel .swiper-container {
    height: 350px;
    overflow: visible
}

.page_layout .day-product-carousel h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    bargin-bottom: 0
}

.day-product-carousel article {
    background-color: #f1592a
}

.day-product-carousel article:hover .tile-copy {
    background-image: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.8), rgba(0,0,0,0.7), transparent)
}

day-product-carousel article.no-image:hover .tile-copy {
    background: none
}

.day-product-carousel article:hover .feature__content {
    margin-top: 1em;
    overflow: visible;
    height: auto;
    max-height: 600px;
    opacity: 1
}

.day-product-carousel .swiper-pagination {
    bottom: -20px;
    width: auto;
    display: none
}

.page_layout h3 {
    margin-bottom: .25em
}

.day-product-carousel .tile-copy {
    color: white;
    left: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    float: none;
    z-index: 2
}

.day-product-carousel .feature__content {
    transition: all 1s !important;
    overflow: hidden;
    max-height: 0px;
    font-size: 14px;
    opacity: 0
}

.day-product-carousel .bg-image img {
    object-fit: cover !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    width: 100% !important
}

.day-product-carousel .tile-copy {
    width: 100%;
    padding: 0.7em;
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent)
}

.day-product-carousel .no-image .tile-copy {
    background: none !important
}

.day-product-carousel p.meta {
    position: relative !important;
    padding: 0 !important;
    left: 0 !important;
    bottom: 0 !important
}

p.meta {
    text-transform: uppercase;
    font-size: 14px
}

.day-product-carousel .tile-copy h3 {
    margin: 0
}

.isotope-item.product_listing {
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
    height: 240px;
    font-size: 15px
}

.isotope-item .tile-copy {
    top: 0;
    bottom: auto
}

.isotope-item.product_listing h3 {
    font-size: 23px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.product_listing.swiper-slide {
    margin-right: 10px;
    width: 243px !important;
    height: 333px !important;
    filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.15))
}

.product_listing.swiper-slide:nth-child(3n) {
    width: 40%
}

.results .product_listing.swiper-slide {
    margin-bottom: 10px;
    border: 0
}

.tripadvisor a {
    text-decoration-color: #01a57f;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 0 auto 1em
}

.day-product-grid article {
    margin-bottom: 10px;
    display: inline-block
}

@media (max-width: 600px) {
    .day-product-grid {
        padding:0
    }

    .day-product-grid.day-product-carousel article {
        display: inline-block;
        width: 48% !important;
        height: 300px !important;
        margin: 0;
        filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.15))
    }
}

.product_top_bar {
    background: #edede1;
    padding: 1.5em 0.5em 1em
}

.product_top_bar h4 {
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase
}

.product_top_bar .col {
    max-width: 100%
}

.product_top_bar .col-lg {
    text-align: center
}

.product_top_bar .social-media-links-header {
    float: none;
    display: inline-block
}

.product_top_bar .social-media-links-header a {
    background-color: #f1592a
}

.product_top_bar .social-media-links-header svg {
    fill: #fff !important
}

a.getdirections {
    color: #1693c4;
    text-decoration-color: #1693c4;
    font-size: 16px
}

.product .gallery {
    padding-top: 1em !important
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    display: none !important
}

.stories-carousel.slidesPerView-2 .swiper-wrapper {
    height: 500px
}

.swiper-container {
    width: 100%
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%
}

.features-carousel .swiper-slide-active {
    opacity: 1
}

.element__content_after :first-child {
    margin-top: 0
}

.top_destinations {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em
}

.top_destinations article {
    overflow: hidden;
    display: flex;
    padding: 0;
    position: relative;
    flex: 1;
    min-width: 50%;
    padding-bottom: 45%;
    background: #FFFFFF
}

.top_destinations__title {
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 1em
}

.top_destinations__title h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin: 0
}

@media (max-width: 600px) {
    .top_destinations article {
        min-width:100%;
        padding-bottom: 50%
    }
}

.itinerary_day_image {
    padding-bottom: 40%;
    position: relative
}

@media (max-width: 768px) {
    .itinerary_stop_map {
        max-width:250px;
        margin: 0 auto 2em
    }
}

@media (max-width: 600px) {
    .itinerary_day_image {
        padding-bottom:56.25%
    }
}

.itinerary_day {
    background: url(../images/design/dotted_line.png) repeat-y 2% 0px;
    position: relative
}

.itinerary_day h3 {
    color: #f1592a;
    font-weight: 800;
    margin-top: 0
}

.itinerary_day .prox_wrap p {
    display: inline;
    vertical-align: text-bottom
}

.itinerary_day .prox_wrap svg {
    max-width: 1em;
    height: 1em;
    margin-right: .4em
}

.itinerary-day-carousel {
    color: #fff
}

.itinerary-day-map {
    padding: 0em
}

.itinerary_stop_map .map_day {
    position: relative;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden
}

.itinerary_stop_map .map_day>div {
    background: #f7f7ed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.marker {
    display: none
}

.skip-section {
    background-color: #f1592a;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
    top: -15px;
    left: 50%;
    background-image: url("../images/icons/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center
}

ul.pagination {
    list-style: none;
    margin-top: 1em
}

.pagination li {
    display: inline-block
}

.pagination li a {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    transition: background 250ms;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 6px;
    height: 38px;
    min-width: 38px;
    border-radius: 38px;
    border: 2px solid #f1592a;
    line-height: 35px;
    padding: 0;
    color: #f1592a;
    font-weight: 900;
    letter-spacing: .03em;
    text-align: center
}

.pagination li.active a {
    background: #f1592a
}

.pagination li a {
    text-decoration: none;
    transition-duration: .2s
}

.pagination li.active a {
    color: #fff !important
}

.pagination li a:hover {
    color: #FFF;
    border-color: #313131;
    background: #313131
}

.pagination li.inactive {
    border: 0
}

#Form_ProductsSearchFormElement {
    text-align: center;
    max-width: none
}

.form-control,.select-css {
    display: inline-block;
    position: relative;
    margin: 5px
}

#Form_ProductsSearchFormElement div.middleColumn,#Form_ProductsSearchFormElement fieldset {
    display: inline-block;
    position: relative
}

#Form_ProductsSearchFormElement div.middleColumn {
    max-width: 300px
}

.btn-toolbar {
    display: inline-block;
    margin: 1em 0 0;
    vertical-align: middle
}

#Form_ProductsSearchFormElement label {
    display: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #c9c5b7
}

#Form_ProductsSearchFormElement select {
    display: inline-block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 3.4em .5em 0.8em;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #f1592a;
    border-radius: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f7f7ed;
    background-image: url(../images/icons/caret-down.svg);
    background-repeat: no-repeat;
    background-position: right .7em top 50%, 0 0;
    position: relative
}

#Form_ProductsSearchFormElement select[disabled] {
    border-color: #ccc !important
}

#Form_ProductsSearchFormElement select[disabled]:after {
    display: none !important
}

.select-css:after {
    position: absolute;
    width: 1.1em;
    height: 1.1em;
    border-radius: 100%;
    top: 0.3em;
    right: .4em;
    content: ' ';
    background: #f1592a url(../images/icons/caret-down.svg) no-repeat center;
    background-size: 0.7em;
    pointer-events: none;
}

#Form_ProductsSearchFormElement select::-ms-expand {
    display: none
}

#Form_ProductsSearchFormElement select:hover {
    border-color: #888
}

#Form_ProductsSearchFormElement select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59,153,252,0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none
}

#Form_ProductsSearchFormElement select option {
    font-weight: normal
}

#Form_ProductsSearchFormElement input {
    width: auto
}

#Form_ProductsSearchFormElement .btn-toolbar {
    margin: 0
}

.userform {
    max-width: 600px;
    margin: 0 auto;
    text-align: left
}

.userform-fields .field {
    margin-top: 1em
}

.userform .left {
    display: inline-block;
    margin-left: 12px
}

.userform textarea.textarea.error,.userform input.text.error,.userform .dropdown.error select {
    border: 2px solid #f1592a
}

.userform textarea.textarea,.userform input.text,.userform .dropdown select {
    width: 100%;
    border: 2px solid #e0e0d4;
    border-radius: 0px;
    font-size: 16px
}

.userform .dropdown select option {
    padding: 45px;
    line-height: 20px;
    display: block
}

input.text {
    display: inline-block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 3.4em .5em 0.8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #f1592a;
    border-radius: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right .7em top 50%, 0 0;
    position: relative
}

#Form_ProductForm .admin_group .fieldgroup-field {
    margin-bottom: 10px
}

#Form_ProductForm .admin_group {
    border: 3px solid #f2582a;
    padding: 20px 15px;
    background: #f8f8f8;
    border-radius: 15px;
    background: url(../library/images/textures/pattern.png);
    box-shadow: 0 2px 5px #f2852a
}

form .description {
    font-size: 14px;
    font-weight: 500;
    float: right;
    width: 100%;
    text-align: right
}

#Form_ProductForm textarea {
    width: 100%;
    border: 2px solid #f1592a;
    font-size: 16px;
    padding: 10px
}

#Form_ProductForm select {
    border: 2px solid #f1592a;
    font-size: 18px;
    color: #000 !important
}

#Form_ProductForm h2 {
    font-size: 30px;
    font-weight: bold
}

#Form_ProductForm p {
    font-size: 18px
}

#Form_ProductForm p a.button {
    vertical-align: middle;
    margin: 0
}

#Form_ProductForm label {
    color: #f1592a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold
}

#Form_ProductForm .mce-panel {
    border: 2px solid #f1592a
}

#Form_ProductForm #GalleryImages p {
    font-weight: bold
}

ul.inline {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-position: inside
}

ul.inline li {
    display: inline-block
}

#Form_ProductForm ul.inline label {
    display: inline;
    font-size: 15px;
    color: initial;
    text-transform: none;
    font-weight: 500
}

.product-listing {
    margin-bottom: 20px
}

.product-listing .bg-image {
    position: relative;
    display: block
}

.product-listing .bg-image img {
    object-fit: cover;
    max-height: none !important;
    max-width: none;
    height: auto;
    object-position: top center
}

.product-listing .tile-copy {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.18))
}

.product-listing p.meta {
    position: absolute;
    font-size: 15px;
    bottom: 1em;
    left: 1em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase
}

.product-listing .tile-copy p.meta {
    left: 0;
    position: relative;
    top: 0;
    color: inherit
}

.product-listing h4 {
    font-weight: 900;
    padding: 0;
    margin: 10px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 3em
}

#productGallery li {
    text-align: center
}

img.map-icon {
    display: inline-block;
    width: 2em;
    height: 1.5em;
    vertical-align: top
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black
}

#home_map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.map-wrapper {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 250px;
    background: #f5f5f5;
    display: block;
    overflow: hidden
}

#map-canvas {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px
}

#attraction-map {
    width: 100%;
    -moz-box-sizing: border-box;
    background: #f5f5f5
}

#attraction-map .attraction-nav {
    display: block;
    float: left;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5
}

#attraction-map .attraction-nav li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    display: block;
    float: left;
    text-align: center
}

#attraction-map .attraction-nav a {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.67em;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    background: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#attraction-map .attraction-nav a:before {
    display: block;
    font-size: 30px;
    padding-bottom: 5px
}

#attraction-map .attraction-nav a.active {
    color: #ffffff;
    background: #f1592a
}

#attraction-map .zoom {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 100
}

#attraction-map .zoom li {
    display: block;
    color: #ffffff;
    font-size: 50px;
    line-height: 53px;
    font-weight: 700;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #f1592a;
    border: 5px solid #f1592a;
    border-radius: 100px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer
}

#zoom_minus {
    line-height: 48px !important
}

#attraction-map .zoom li span {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    text-align: center;
    display: block
}

#attraction-map .info-window {
    display: block;
    text-align: center;
    padding-left: 20px
}

#attraction-map .info-window span {
    display: block;
    margin: 5px 0px
}

@media (min-width: 960px) {
    #attraction-map .attraction-nav a:before {
        font-size:50px
    }
}

.node-type-contact-us #sector-descriptions {
    background: #f5f5f5
}

.map-wrapper {
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #f5f5f5;
    display: block;
    overflow: hidden;
    padding-bottom: 36.25%
}

.map-wrapper.ratio16x9 {
    padding-bottom: 56.25%
}

#map-canvas {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px
}

#breadcrumbs {
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    font-weight: 600;
    line-height: 1;
    padding: 11px 10px 9px
}

#breadcrumbs :before {
    vertical-align: top
}

#breadcrumbs a {
    color: #f1592a;
    text-decoration: none
}

.breadcrumb_last {
    color: #999
}

.tile-copy .read-more {
    max-height: 0;
    background: rgba(255,255,255,0.8);
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #c9c5b7
}

.tile-copy .content_wrap {
    padding-bottom: 0;
    padding-right: 4%
}

a.readmore.button {
    vertical-align: middle;
    display: inline-block;
    margin: 1em 0 0;
    clear: both
}

a.readmore.button:after {
    display: none
}

a.button.small {
    font-size: 12px;
    padding: 3px 12px
}

span.role {
    font-weight: 300;
    font-size: 0.85em;
    display: block;
    line-height: 1
}

.staff_links {
    display: inline-block;
    padding: 4px 2px 2px 0;
    vertical-align: -webkit-baseline-middle
}

.staff_links a:before {
    display: none !important
}

.staff_links .icon {
    display: inline-block;
    width: 1.6em;
    height: 1em;
    background-size: contain;
    opacity: .5
}

.icon-phone {
    background: url(../images/icons/phone.svg) no-repeat center
}

.icon-email {
    background: url(../images/icons/email.svg) no-repeat center
}

.icon-linkedin {
    background: url(../images/icons/linkedin.svg) no-repeat center
}

.staff {
    text-align: center
}

.staff .card {
    padding-top: 120%;
    margin-bottom: 1em;
    background-color: #fff
}

.staff .tile-copy .content_wrap p {
    margin: 0
}

.staff .tile {
    width: 22%;
    float: left;
    padding: 0 1.5%;
    margin-bottom: 2em
}

@media (max-width: 1280px) {
    .staff .tile {
        width:33.3%
    }
}

@media (max-width: 800px) {
    .staff .tile {
        width:50%
    }
}

@media (max-width: 414px) {
    .staff .tile {
        width:100%
    }
}

.page_carousel .scroller {
    text-align: center
}

.page_carousel .carousel-card {
    width: 33.33%;
    padding: 0 .5% .5%;
    position: relative
}

.wp-admin .carousel-card {
    width: 33.33%;
    float: left
}

.carousel-card a {
    color: #fff
}

.layout>.acfe-flexible-collapsed-placeholder {
    text-align: inherit
}

.page_carousel .scroller .card {
    background-color: #999;
    padding-top: 70%;
    margin-bottom: 4em;
    position: relative
}

.page_carousel .info-meta {
    margin: 0
}

.page_carousel .scroller .tile-copy h4 {
    padding-top: 0
}

.page_carousel .scroller .tile {
    background: #fff;
    width: 25%;
    float: left;
    padding: 0 1.5%;
    margin-bottom: 2em
}

.page_carousel .lSAction>a {
    top: 15%
}

@media (max-width: 1280px) {
    .page_carousel .scroller .tile {
        width:33.3%
    }
}

@media (max-width: 800px) {
    .page_carousel .scroller .tile {
        width:50%
    }
}

@media (max-width: 414px) {
    .page_carousel .scroller .tile {
        width:100%
    }
}

.gallery_wrap_inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.gallery_image_wrap {
    display: inline-block;
    position: relative;
    margin: 0 auto
}

.gallery_wrap_inner .background-image:before {
    display: none
}

ul.gallery {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.gallery li {
    margin-bottom: 1em
}

ul.gallery {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.gallery li {
    width: 33.3%;
    float: left;
    position: relative;
    padding: 5px
}

ul.gallery.isotope_gallery {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px
}

.gallery_image_wrap {
    position: relative
}

.gallery_image_wrap a {
    display: block
}

ul.gallery.gallery-columns-1 li {
    width: 100%
}

ul.gallery.gallery-columns-2 li {
    width: 50%
}

ul.gallery.gallery-columns-3 li {
    width: 33.333%
}

ul.gallery.gallery-columns-4 li {
    width: 25%
}

ul.gallery.gallery-columns-5 li {
    width: 20%
}

.gallery-columns-2 li:nth-child(2n+1),.gallery-columns-3 li:nth-child(3n+1),.gallery-columns-4 li:nth-child(4n+1),.gallery-columns-5 li:nth-child(5n+1),.gallery-columns-6 li:nth-child(6n+1),.gallery-columns-7 li:nth-child(7n+1),.gallery-columns-8 li:nth-child(8n+1),.gallery-columns-9 li:nth-child(9n+1) {
    clear: left
}

.gallery_credit {
    position: absolute;
    max-width: 650px;
    color: #fff;
    z-index: 10;
    bottom: 0px;
    right: 0;
    font-size: 13px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.4)
}

.gallery_credit a:hover {
    background: #fff;
    color: #040404
}

.gallery_credit:before {
    float: left;
    position: absolute;
    display: block;
    font-size: 21px
}

.gallery_credit h4,.gallery_credit p {
    margin: 0;
    font-size: 13px;
    line-height: 13px;
    color: inherit
}

@media (max-width: 480px) {
    .gallery_credit {
        display:none
    }

    ul.gallery.gallery-columns-3 li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .two_col .col {
        min-width:100%
    }
}

.b-lazy {
    background: #c9c5b7;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
    filter: blur(2px)
}

.b-lazy.b-loaded {
    filter: blur(0px);
    opacity: 1
}

.media-gallery {
    max-width: 900px
}

.gallery-t,.gallery-f,.gallery-v {
    text-align: center
}

.gallery-t .g-item {
    float: none;
    display: inline-block;
    width: 100px;
    margin: 5px
}

.gallery-v .g-item {
    display: inline-block;
    width: 30%;
    margin: 3px
}

.gallery-f .g-item {
    float: none;
    display: inline-block;
    width: 120px;
    margin: 5px;
    position: relative
}

.g-item a:before {
    display: none
}

.gallery-f .g-copy {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    line-height: 1.1;
    padding: 7px;
    font-size: 13px;
    font-weight: 700;
    background: rgba(0,0,0,0.7)
}

.media-gallery>ul.gallery-f>li a {
    color: #fff;
    height: 120px;
    display: block;
    background-size: cover !important
}

.media-gallery>ul.gallery-f>li a:hover {
    color: #F44336
}

.media-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100% !important
}

.hero-static.grid {
    width: 100%
}

#intro .bg-image {
    opacity: 0
}

.is-ready #intro .bg-image {
    opacity: 1
}

body.panel-open {
    overflow: hidden
}

body.panel-open .mobile_nav,body.panel-open .isite-wrap,body.panel-open .back-to-top-wrap,body.panel-open .social-media-links-header {
    display: none
}

@media print {
    .noprint {
        display: none
    }

    [data-aos] {
        display: block !important;
        opacity: 1 !important;
        transform: translate(0) scale(1) !important
    }
}

.mobile_nav {
    display: none;
}

.submenu {
    display: none;
}

#header {
    box-shadow: 0 5px 14px -5px #333;
}

.isite-wrap {
    display: none
}

#covid {
    background-color: #f1592a;
    min-height: 50px;
    padding: 13px;
    text-align: center;
    height: 100%
}

#covid p {
    padding: 0;
    margin: 0
}

#covid span {
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

#covid a {
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration-color: #fff;
    text-decoration: underline
}

.video-heading-image img {
    max-width: 570px!important;
    width: 100%
}

.swiper-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 1200px;
    margin-top: 5px;
    margin-bottom: 20px
}

@media screen and (max-width: 560px) {
    .swiper-grid {
        justify-content:end;
        max-width: 360px;
        margin-top: 0
    }
}

@media screen and (min-width: 560px) and (max-width:800px) {
    .swiper-grid {
        justify-content:end;
        max-width: 600px
    }
}

@media screen and (min-width: 800px) and (max-width:1200px) {
    .swiper-grid {
        justify-content:end;
        max-width: 800px
    }
}

.swiper-grid .swiper-button-prev {
    position: absolute;
    right: 56px;
    left: initial
}

.swiper-grid .swiper-button-next {
    position: absolute
}

@media screen and (max-width: 600px) {
    .features .tile-copy h3 {
        font-size:1.3em
    }
}

@media screen and (max-width: 2000px) {
    .home .videocontainer {
        width:123%!important;
        top: -30%!important;
        height: 146%!important
    }

    .locals .intro-copy {
        padding: 53vh 30px 25vh
    }

    .locals .navigation {
        display: none
    }
}

#header {
    background: #f7f7ed
}

.search.top_bar {
    position: relative;
    z-index: 90
}

.mp-level {
    height: 200%!important
}

.theme-4 a {
    color: #000;
    text-decoration-color: #000
}

.videocontainer {
    width: 123%!important;
    top: -30%!important;
    height: 146%!important
}

.Page.search .page_layout {
    margin-bottom: 100px
}

.topnav-right {
    float: right;
    z-index: 3;
    top: 0;
    margin-top: initial!important
}

header .social-media-links-header {
    margin-right: 0;
    margin-top: 6px;
    margin-left: 0;
    min-width: 86px;
    right: 0;
    text-align: right;
    padding-right: 11px
}

@media screen and (min-width: 1900px) {
    header .social-media-links-header {
        min-width:175px
    }
}

@media screen and (max-width: 1600px) {
    header .social-media-links-header {
        margin-top:23px!important
    }
}

.product_top_bar .social-links {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

.product_top_bar .social-links li {
    display: inline-block
}

.product_top_bar .social-links a:before,.product_top_bar p.social-links a:after {
    display: none
}

.product_top_bar .social-links a {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 0;
    margin: 3px 3px 0 0
}

.product_top_bar .social-links svg {
    fill: #1b1b1b
}

.product_top_bar .social-links a:hover {
    background-color: #1b1b1b;
    transform: scale(1.1)
}

.product_top_bar .social-links a:hover svg {
    fill: #fff
}

@media (min-width: 1920px) {
    .product_top_bar .social-links .weather {
        display:inline-block;
        margin-top: 33px
    }
}

.product_top_bar .social-links {
    margin-right: 10px;
    margin-top: 8px;
    margin-left: 5px
}

.product_top_bar .social-links a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 0;
    background: #f1592a;
    margin: 3px 0 0 0;
    text-align: center
}

.product_top_bar .social-links svg {
    fill: #f7f7ed;
    width: 61%;
    vertical-align: top;
    margin-top: 3px
}

@media (max-width: 480px) {
    .product_top_bar .social-links {
        text-align:center
    }

    .product_top_bar .social-links .weather {
        font-size: 14px;
        margin: 0;
        display: block
    }
}

.product_top_bar .social-links a:hover svg {
    fill: #fff
}

@media (max-width: 1700px) {
    header .social-media-links-header {
        margin-top: 22px;
    }
}

@media (min-width: 1701px) {
    .header .social-media-links-header {
        min-width: 188px;
    }

    header .social-media-links-header {
        min-width: 189px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .social-media-links-header .weather {
        display: inline-block;
        margin-top: 0;
    }
}

.submenu-child-featured-photo {
    opacity: 1;
    filter: none;
}
