/** additional/modified css **/

/** global css  **/
.__normal_padding {
    padding: 0 15px;
}

.__no_padding {
    padding: 0;
}

.__no_margin {
    margin: 0;
}

.__full_center {
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.__full_center_bottom {
    display: flex;
    display: -webkit-flex;
    align-items: end;
    justify-content: center;
}

section {
    background-color: #F4F2EB !important;
}

section._the_columns .ev_btn, section._grid_bg .ev_btn {
    border-top: 8px solid #F4F2EB !important;
    background-color: #F4F2EB !important;
}

body {
    padding-top: 104.61px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "larken", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    background-color: #F4F2EB !important;
}

h1, h2, h3, h4 {
    font-family: "basic-sans", sans-serif;
    font-weight: 900;
    font-style: normal;
}

._the_title > h2 {
    font-size: 48px !important;
    font-family: "larken", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #002d5b;
    text-transform: capitalize;
    letter-spacing: 0.5px !important;
    line-height: 1.2;
    margin-bottom: 0;
}

._the_title > h3 {
    font-size: 48px;
    font-family: "larken", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #002d5b;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: normal;
    margin: 0;
}
/** global css  **/


/** header **/
header {
	position: relative;
}

header .main-header-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    z-index: 1111;
    width: 100%;
    top: 0;
    right: 0;
}

header .main-header-wrapper.__sticky {
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
}

header .header-logo-menu-section {
    background-color: #f4f2eb;
    padding: 12px 0;
}

header .header-logo-menu-section .__custom_row {
    max-width: 96.875vw;
    /*max-width: 93rem;*/
}

header .header-logo-menu-section .logo-menu-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

header .header-logo-menu-section .header-logo {
	width: 130px;
}

/* first level menu */
header .header-logo-menu-section .header-main-menu {
	position: relative;
}

header .header-logo-menu-section .header-main-menu ul {
    padding: 0;
    margin: 0;
    display: block;
}

header .header-logo-menu-section .header-main-menu ul li {
    list-style: none;
    display: inline-block;
    margin-left: 28px;
}

header .header-logo-menu-section .header-main-menu ul li:first-of-type {
	margin-left: 0;
}

header .header-logo-menu-section .header-main-menu ul li.menu-item-has-children a:after {
    content: none;
}

header .header-logo-menu-section .header-main-menu ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 18px;
	font-family: "larken", sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #002d5b;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    padding: 0 !important;
}

header .header-logo-menu-section .header-main-menu ul li a:hover {
    color: #000000;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

header .header-logo-menu-section .header-main-menu ul li.current-menu-item a {
    color: #000000;
}

header .header-logo-menu-section .header-main-menu ul li.current-menu-parent a {
    color: #000000;
}
/* first level menu */

/* second level menu */
header .header-logo-menu-section .header-main-menu li.menu-item-has-children ul li a {
    color: #002d5b;
}

header .header-logo-menu-section .header-main-menu li.menu-item-has-children ul li.current-menu-item a {
	color: #000000;
}

header .header-logo-menu-section .header-main-menu li > ul {
	display: none;
    position: absolute;
    z-index: 12;
    width: 230px;
    margin-top: 5px;
    background: #f4f2eb;
    border-left: 3px solid #002d5b;
    padding: 10px 10px 11px 10px !important;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
}

header .header-logo-menu-section .header-main-menu li:last-of-type > ul {
	right: 0;
}

header .header-logo-menu-section .header-main-menu li > ul li {
	list-style: none;
	display: block;
	padding: 0 0 8px;
	margin: 0;
	text-align: left;
	border-right: 0;
}

header .header-logo-menu-section .header-main-menu li > ul li:last-of-type {
	padding: 0;
}

header .header-logo-menu-section .header-main-menu li > ul li a {
    text-align: left;
    padding: 0 !important;
    font-size: 17.5px;
    letter-spacing: 0.1px;
}

header .header-logo-menu-section .header-main-menu li > ul li a:hover {
    color: #000000;
}

header .header-logo-menu-section .header-main-menu li > ul li > ul {
    display: none !important;
}
/* second level menu */


/** mobile menu responsive **/
header .__mobile_logo_menu {
    display: none;
}

header .mobile-main-menu {
    position: relative;
}

header .mobile-main-menu a > img {
    width: 130px;
}

header .mobile-main-menu #open-mobile-menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .mobile-main-menu #open-mobile-menu i.fa.fa-bars {
    cursor: pointer;
    font-size: 28px;
    color: #002d5b;
    padding: 4px 6px;
    border: 2px solid #002d5b;
    border-radius: 4px;
    background: transparent;
}

header .mobile-main-menu #mobile-menu {
    display: none;
}
/** mobile menu responsive **/


/** moby mobile menu **/
.moby {
    overflow: unset !important;
}

.moby.left-side {
    min-width: 350px !important;
    left: -1px !important;
}

.moby .moby-close {
    padding: 0 !important;
    position: absolute !important;
    background: transparent !important;
    right: 0 !important;
    top: 5px !important;
}

.moby .moby-close .moby-close-icon {
    height: 40px !important;
    width: 40px !important;
}

.moby .moby-close .moby-close-icon:before, .moby .moby-close .moby-close-icon:after {
    background: #f4f2eb !important;
}

.moby .moby-close .moby-close-icon:hover:before, .moby .moby-close .moby-close-icon:hover:after {
    background: #002d5b !important;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.moby.moby-active .moby-close {
    right: -55px !important;
}

.moby .moby-wrap {
    overflow-y: auto !important;
    height: 100% !important;
    background: #f4f2eb !important;
}

.moby .moby-wrap .__mobile_side_logo {
    max-width: 125px;
    margin: 25px auto 25px;
}

.moby .moby-wrap .menu-main-header-container ul {
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.moby .moby-wrap .menu-main-header-container ul > li {
    margin: 0;
}

.moby .moby-wrap .menu-main-header-container ul > li > a {
    padding: 0;
    color: #002d5b;
    font-size: 17px;
    font-family: "larken", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1px;
    padding: 15.5px 15px;
    border-top: 1px solid #000000;
    text-transform: uppercase;
}

.moby .moby-wrap .menu-main-header-container ul > li.current-menu-item a {
    color: #000000;
}

.moby .moby-wrap .menu-main-header-container ul > li.current-menu-parent a {
    color: #000000;
}

.moby .moby-wrap .menu-main-header-container ul > li > a:hover {
    color: #000000;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.moby .moby-wrap .menu-main-header-container ul > li > a .moby-expand {
    color: #002d5b;
}

.moby .moby-wrap .menu-main-header-container ul > li:last-of-type a {
    border-bottom: 1px solid #000000;
}

.moby .moby-wrap .menu-main-header-container ul li.menu-item-has-children ul {
    border-top: 1px solid #000000;
    padding: 15px 0 10px 15px !important;
}

.moby .moby-wrap .menu-main-header-container ul li.menu-item-has-children ul li {
    padding: 7.5px 0;
    display: block;
}

.moby .moby-wrap .menu-main-header-container ul li.menu-item-has-children ul li a {
    display: table;
    padding: 0 0 5px;
    border-bottom: 1px solid transparent;
    border-top: 0;
    color: #002d5b;
    line-height: 1.35;
}

.moby .moby-wrap .menu-main-header-container ul li.menu-item-has-children ul li a:hover {
    color: #000000;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;    
}

.moby .moby-wrap .menu-main-header-container ul li.menu-item-has-children ul li.current-menu-item a {
    color: #000000;
}

.moby .moby-wrap .menu-main-header-container ul li:last-of-type.menu-item-has-children ul {
    border-top: 0;
    border-bottom: 1px solid #000000;
}

.moby .moby-wrap .menu-main-header-container ul li.menu-item-has-children ul li a > span.moby-expand {
    display: none !important;
}

.moby .moby-wrap .menu-main-header-container ul li.menu-item-has-children ul li > ul {
    display: none !important;
}
/** moby mobile menu **/
/** header **/


/** footer  **/
footer {
    
}

footer .sitemap-section {
    background-color: #012D5C;
    padding: 85px 0 60px;
}

footer .sitemap-section .__custom_row {
    max-width: 96.875vw;
    /*max-width: 93rem;*/
}

footer .sitemap-section .footer-contact-form {
    margin-right: 40px;
}

footer .sitemap-section .__border_right {
    border-right: 1px solid #ffffff;
}

footer .sitemap-section .footer-contact-form h4 {
    font-size: 26px;
    font-family: "larken", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f4f2eb;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 20px;
}

footer .sitemap-section .footer-contact-form .gform_fields {
    grid-row-gap: 15px;
}

footer .sitemap-section .footer-contact-form p.gform_required_legend {
    display: none;
}

footer .sitemap-section .footer-contact-form input.large,
footer .sitemap-section .footer-contact-form input.datepicker,
footer .sitemap-section .footer-contact-form select.large,
footer .sitemap-section .footer-contact-form select,
footer .sitemap-section .footer-contact-form textarea.large,
footer .sitemap-section .footer-contact-form input[type="text"] {
    width: 100% !important;
    height: 43px;
    background: #f4f2eb;
    color: rgba(35, 36, 21, 0.77);
    padding: 5px 8px 1px !important;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
    font-family: "larken", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px !important;
    letter-spacing: 0.5px;
    box-shadow: none;
}

footer .sitemap-section .footer-contact-form input.large::-webkit-input-placeholder,
footer .sitemap-section .footer-contact-form input.datepicker::-webkit-input-placeholder,
footer .sitemap-section .footer-contact-form select.large::-webkit-input-placeholder,
footer .sitemap-section .footer-contact-form select::-webkit-input-placeholder,
footer .sitemap-section .footer-contact-form textarea.large::-webkit-input-placeholder,
footer .sitemap-section .footer-contact-form input[type="text"]::-webkit-input-placeholder {
    color: rgba(35, 36, 21, 0.77);
    text-transform: uppercase;
}

footer .sitemap-section .footer-contact-form input.large:-ms-input-placeholder,
footer .sitemap-section .footer-contact-form input.datepicker:-ms-input-placeholder,
footer .sitemap-section .footer-contact-form select.large:-ms-input-placeholder,
footer .sitemap-section .footer-contact-form select:-ms-input-placeholder,
footer .sitemap-section .footer-contact-form textarea.large:-ms-input-placeholder,
footer .sitemap-section .footer-contact-form input[type="text"]:-ms-input-placeholder {
    color: rgba(35, 36, 21, 0.77);
    text-transform: uppercase;
}

footer .sitemap-section .footer-contact-form input.large::-moz-placeholder,
footer .sitemap-section .footer-contact-form input.datepicker::-moz-placeholder,
footer .sitemap-section .footer-contact-form select.large::-moz-placeholder,
footer .sitemap-section .footer-contact-form select::-moz-placeholder,
footer .sitemap-section .footer-contact-form textarea.large::-moz-placeholder,
footer .sitemap-section .footer-contact-form input[type="text"]::-moz-placeholder {
    color: rgba(35, 36, 21, 0.77);
    text-transform: uppercase;
}

footer .sitemap-section .footer-contact-form input.large:-moz-placeholder,
footer .sitemap-section .footer-contact-form input.datepicker:-moz-placeholder,
footer .sitemap-section .footer-contact-form select.large:-moz-placeholder,
footer .sitemap-section .footer-contact-form select:-moz-placeholder,
footer .sitemap-section .footer-contact-form textarea.large:-moz-placeholder,
footer .sitemap-section .footer-contact-form input[type="text"]:-moz-placeholder {
    color: rgba(35, 36, 21, 0.77);
    text-transform: uppercase;
}

footer .sitemap-section .footer-contact-form .gform_footer {
    margin: 0 !important;
    padding: 10px 0 0 !important;
    width: 100%;
}

footer .sitemap-section .footer-contact-form .gform_button {
    cursor: pointer;
    text-decoration: none;
    background-color: #f4f2eb !important;
    color: rgba(35, 36, 21, 0.77);
    font-family: "larken", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px !important;
    padding: 8.5px 14px 4.5px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.5px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

footer .sitemap-section .footer-contact-form .gform_button:hover {
    background-color: #658fc8 !important;
    color: #f4f2eb;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

footer .sitemap-section .footer-contact-form .gform-loader {
    margin-left: 5px;
}

footer .sitemap-section .footer-contact-form .gform_confirmation_message {
    text-align: left;
    font-size: 19px;
    font-family: "larken", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f4f2eb;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-top: 20px;
}

footer .sitemap-section .footer-logos {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: left;
    margin-top: 30px;
}

footer .sitemap-section .logo-item {
    position: relative;
    height: 100px;
    width: 140px;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid transparent;
    margin-right: 25px;
}

footer .sitemap-section .logo-item:last-of-type {
    margin-right: 0;
}

footer .sitemap-section .logo-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    width: 120px;
}

footer .sitemap-section .logo-item:first-of-type img {
    right: unset;
}

/*footer .sitemap-section .logo-item:nth-of-type(2) img {
    width: 70px;
}

footer .sitemap-section .logo-item:last-of-type img {
    width: 95px;
}*/

footer .sitemap-section .footer-menu {
    margin-left: 35px;
}

footer .sitemap-section .footer-menu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

footer .sitemap-section .footer-menu ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding-bottom: 20px;
}

footer .sitemap-section .footer-menu ul li a {
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-family: "larken", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 !important;
}

footer .sitemap-section .footer-menu ul li a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** footer  **/


/** homepage **/

/** homepage **/


/** subpages **/

/** subpages **/


/** snippets **/

/** Banner Image **/
.page-banner-section {

}

.page-banner-section .page-banner-wrapper {
    position: relative;
    background: #000000;
}

.page-banner-section .page-banner-wrapper .page-banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 570px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-banner-wrapper .page-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
    height: 570px;
}

.page-banner-section .page-banner-wrapper .page-banner-title {
    text-align: center;
    height: 260px;
    /*overflow: hidden;*/
}

.page-banner-section .page-banner-wrapper .page-banner-title h1 {
    font-size: 324px;
    font-family: "basic-sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #f4f2eb;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.page-banner-section .page-banner-container .slick-prev {
    width: 40px;
    height: 40px;
    left: 10px;
    z-index: 9;
}

.page-banner-section .page-banner-container .slick-prev:before {
    font-size: 40px;
    opacity: 1;
}

.page-banner-section .page-banner-container .slick-next {
    width: 40px;
    height: 40px;
    right: 10px;
    z-index: 9;
}

.page-banner-section .page-banner-container .slick-next:before {
    font-size: 40px;
    opacity: 1;
}

.page-banner-section .page-banner-container .slick-prev:hover:before,
.page-banner-section .page-banner-container .slick-next:hover:before {
    color: #7f3e71;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.page-banner-section .page-banner-container .slick-prev,
.page-banner-section .page-banner-container .slick-next {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.page-banner-section .page-banner-container:hover .slick-next,
.page-banner-section .page-banner-container:hover .slick-prev {
    visibility: visible;
    opacity: 1;
}

.page-banner-section .page-banner-subtitle-wrapper {
    background-color: #f4f2eb;
    padding: 30px 0 0;
}

.page-banner-section .page-banner-subtitle-wrapper .__custom_row {
    max-width: 96.875vw;
    /*max-width: 93rem;*/
}

.page-banner-section .page-banner-subtitle-wrapper .page-banner-subtitle {
    text-align: right;
}

.page-banner-section .page-banner-subtitle-wrapper .page-banner-subtitle h2 {
    font-size: 84px;
    font-family: "larken", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #002d5b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin: 0;
}
/** Banner Image **/


/** Image Tiles **/
.image-tiles-section {
    position: relative;
    background-color: #f4f2eb;
}

.image-tiles-section:before {
    content: '';
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    height: 59.5%;
    background-color: #C4C3D5;
}

.image-tiles-section .__custom_row {
    max-width: 96.875vw;
    /*max-width: 93rem;*/
}

.image-tiles-section .columns {
    position: relative;
}

.image-tiles-section .image-tiles-slider {
    position: relative;
    display: grid;
    width: 100%;
    clear: both;
}

.image-tiles-section .image-tiles-slider .slick-prev {
    left: 0;
    z-index: 9;
    width: 34px;
    height: 34px;
}

.image-tiles-section .image-tiles-slider .slick-next {
    right: 0;
    z-index: 9;
    width: 34px;
    height: 34px;
}

.image-tiles-section .image-tiles-slider .slick-prev:before,
.image-tiles-section .image-tiles-slider .slick-next:before {
    font-size: 34px;
    opacity: 1;
    color: #012D5C;
}

.image-tiles-section .image-tiles-slider .slick-prev:hover:before,
.image-tiles-section .image-tiles-slider .slick-next:hover:before {
    color: #658fc8;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.image-tiles-section .image-tile-item {
    margin-bottom: 50px;
    padding: 0 15px;
}

.image-tiles-section .image-tile-item a {
    text-decoration: none !important;
}

.image-tiles-section .image-tile-item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;    
}

.image-tiles-section .image-tile-item h4 {
    font-size: 34px;
    font-family: "larken", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #012D5C;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin: 20px 0 0;
}
/** Image Tiles **/


/** Eat Drink Block **/
.eat-drink-blocks-section {
    background-color: #f4f2eb;
}

.eat-drink-blocks-section .section-title {
    text-align: center;
    margin: 30px 0 70px;
}

.eat-drink-blocks-section .section-title h2 {
    font-size: 146px;
    font-family: "larken", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #002d5b;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 0;
}

.eat-drink-blocks-section .eat-drink-blocks-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-block-item {
    width: 50%;
    /*flex-grow: 1;*/
}

.eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-block-item:nth-child(odd) {
    padding-right: 8px;
}

.eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-block-item:nth-child(even) {
    padding-left: 8px;
}

.eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-title {
    text-align: center;
    background-color: #C4C3D5;
    padding: 25px 20px 15px;
    margin-bottom: 16px;
}

.eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-title h2 {
    font-size: 70px;
    font-family: "larken", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #012D5C;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 0.9;
    margin: 0;
}
/** Eat Drink Block **/


/** Blurb **/
.blurb-section {
    position: relative;
    background-color: #f4f2eb;
    padding: 110px 0 110px;
}

.blurb-section:before {
    content: '';
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    height: 59.5%;
    background-color: #C4C3D5;
}

.blurb-section .__custom_row {
    max-width: 96.875vw;
    /*max-width: 93rem;*/
}

.blurb-section .columns {
    position: relative;
}

.blurb-section .section-title {
    text-align: left;
    margin-bottom: 15px;
}

.blurb-section .section-title h2 {
    font-size: 48px;
    font-family: "larken", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #002d5b;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin: 0;
}

.blurb-section .blurb-slider {
    position: relative;
    display: grid;
    width: 100%;
    clear: both;
}

.blurb-section .blurb-slider .slick-prev {
    left: 0;
    z-index: 9;
    width: 34px;
    height: 34px;
}

.blurb-section .blurb-slider .slick-next {
    right: 0;
    z-index: 9;
    width: 34px;
    height: 34px;
}

.blurb-section .blurb-slider .slick-prev:before,
.blurb-section .blurb-slider .slick-next:before {
    font-size: 34px;
    opacity: 1;
    color: #012D5C;
}

.blurb-section .blurb-slider .slick-prev:hover:before,
.blurb-section .blurb-slider .slick-next:hover:before {
    color: #658fc8;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.blurb-section .blurb-item {
    margin-bottom: 30px;
    padding: 0 15px;
}

.blurb-section .blurb-item a {
    text-decoration: none !important;
}

.blurb-section .blurb-item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;    
}
/** Blurb *

/** snippets **/





/** custom-media **/

/* Large only */
/*min width = '1,024px' and max width = '1,199px'*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}



/* Medium only */
/*min width = '640px' and max width = '1,023px'*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}



/* Small only */
/*min width = '320px' and max width = '639px'*/
@media screen and (min-width: 20em) and (max-width: 39.9375em) {

}



/* Large and up */
@media screen and (min-width: 64em) {

}

@media (max-width: 1531px) {
    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 233px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 290px;
    }
    /** Banner Image **/
}

@media (max-width: 1500px) {
    /** site rows revert to rem units **/
    header .header-logo-menu-section .__custom_row {
        max-width: 93rem;
    }

    footer .sitemap-section .__custom_row {
        max-width: 93rem;
    }

    .image-tiles-section .__custom_row {
        max-width: 85rem;
    }

    .blurb-section .__custom_row {
        max-width: 85rem;
    }
    /** site rows revert to rem units **/
}

@media (max-width: 1400px) {
    /** header **/
    header .header-logo-menu-section .header-main-menu ul li {
        margin-left: 25px;
    }
    /** header **/


    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 216px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 268px;
    }
    /** Banner Image **/
}

@media (max-width: 1350px) {
    /** header **/
    header .header-logo-menu-section .header-main-menu ul li {
        margin-left: 20px;
    }
    /** header **/
}

@media (max-width: 1300px) {
    /** header **/
    header .__desktop_logo_menu {
        display: none;
    }

    header .__mobile_logo_menu {
        display: block;
    }
    /** header **/


    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 201px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 250px;
    }
    /** Banner Image **/
}

@media (max-width: 1200px) {
    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner {
        height: 520px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
        height: 520px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 182px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 226px;
    }

    .page-banner-section .page-banner-subtitle-wrapper {
        padding: 20px 0 0;
    }

    .page-banner-section .page-banner-subtitle-wrapper .page-banner-subtitle h2 {
        font-size: 78px;
    }
    /** Banner Image **/


    /** Image Tiles **/
    .image-tiles-section {
        padding: 70px 0 30px !important;
    }
    /** Image Tiles **/


    /** Eat Drink Block **/
    .eat-drink-blocks-section .section-title h2 {
        font-size: 130px;
    }

    .eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-title h2 {
        font-size: 64px;
    }
    /** Eat Drink Block **/


    /** Blurb **/
    .blurb-section {
        padding: 80px 0;
    }
    /** Blurb **/


    /** The Columns **/
/*    ._the_title > h2 {
        font-size: 130px !important;
    }*/
    /** The Columns **/
}

@media (max-width: 1080px) {
    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner {
        height: 500px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
        height: 500px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 166px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 206px;
    }

    .page-banner-section .page-banner-subtitle-wrapper {
        padding: 15px 0 0;
    }

    .page-banner-section .page-banner-subtitle-wrapper .page-banner-subtitle h2 {
        font-size: 68px;
    }
    /** Banner Image **/  
}

@media (max-width: 1024px) {
    /** Eat Drink Block **/
    .eat-drink-blocks-section .section-title {
        margin: 30px 0 50px;
    }

    .eat-drink-blocks-section .section-title h2 {
        font-size: 100px;
    }

    .eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-title h2 {
        font-size: 60px;
    }
    /** Eat Drink Block **/


    /** The Columns **/
/*    ._the_title > h2 {
        font-size: 100px !important;
    }*/
    /** The Columns **/
}

@media (max-width: 1023.98px) {
    /** footer **/
    footer .sitemap-section .__border_right {
        border-right: none;
    }

    footer .sitemap-section .footer-contact-form {
        margin-right: 0;
    }

    footer .sitemap-section .footer-menu {
        margin-top: 40px;
        margin-left: 0;
    }
    /** footer **/


    /** Image Tiles **/
/*    .image-tiles-section:before {
        height: 30%;
    }

    .image-tiles-section .image-tile-item h4 {
        color: #002d5b;
    }*/
    /** Image Tiles **/


    /** Blurb **/
/*    .blurb-section:before {
        height: 35%;
    }*/
    /** Blurb **/
}



/* Medium and up */
@media screen and (min-width: 40em) {

}

@media (max-width: 992px) {
    /** Banner Image **/  
    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 145px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 180px;
    }
    /** Banner Image **/  
}

@media (max-width: 860px) {
    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner {
        height: 450px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
        height: 450px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 127px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 158px;
    }

    .page-banner-section .page-banner-subtitle-wrapper .page-banner-subtitle h2 {
        font-size: 56px;
    }
    /** Banner Image **/  
}

@media (max-width: 768px) {
    /** footer **/
    footer .sitemap-section .footer-logos {
        justify-content: space-between;
    }

    footer .sitemap-section .logo-item {
        margin-right: 0;
    }

    footer .sitemap-section .logo-item:first-of-type img {
        right: 0;
    }
    /** footer **/


    /** Eat Drink Block **/
    .eat-drink-blocks-section .section-title {
        margin: 30px 0 30px;
    }

    .eat-drink-blocks-section .section-title h2 {
        font-size: 86px;
    }

    .eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-block-item {
        width: 100%;
        padding: 0 15px !important;
    }
    /** Eat Drink Block **/


    /** Blurb **/
    .blurb-section {
        padding: 70px 0;
    }
    /** Blurb **/


    /** The Columns **/
/*    ._the_title > h2 {
        font-size: 86px !important;
    }*/
    /** The Columns **/
}

@media (max-width: 760px) {
    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner {
        height: 420px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
        height: 420px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 93px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 116px;
    }

    .page-banner-section .page-banner-subtitle-wrapper .page-banner-subtitle h2 {
        font-size: 48px;
    }
    /** Banner Image **/
}

@media (max-width: 736px) {
    /** footer **/
    footer .sitemap-section .footer-menu ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    /** footer **/
}

@media (max-width: 640px) {
    /** footer **/
    footer .sitemap-section {
        padding: 70px 0 45px;
    }
    /** footer **/


    /** Image Tiles **/
    .image-tiles-section {
        padding: 60px 0 20px !important;
    }
    /** Image Tiles **/


    /** Eat Drink Block **/
    .eat-drink-blocks-section .section-title h2 {
        font-size: 66px;
    }

    .eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-title h2 {
        font-size: 48px;
    }
    /** Eat Drink Block **/


    /** Blurb **/
    .blurb-section {
        padding: 60px 0 50px;
    }

/*    .blurb-section:before {
        height: 18.5%;
    }*/
    /** Blurb **/


    /** The Columns **/
/*    ._the_title > h2 {
        font-size: 66px !important;
    }*/
    /** The Columns **/
}

@media (max-width: 639.98px) {
    /** Image Tiles **/
/*    .image-tiles-section:before {
        height: 17%;
    }*/
    /** Image Tiles **/
}



/***small devices***/
@media (max-width: 600px) {
    body {
        padding-top: 92.2px;
    }

    /** header **/
    header .mobile-main-menu a > img {
        width: 110px;
    }

    header .mobile-main-menu #open-mobile-menu i.fa.fa-bars {
        font-size: 25px;
    }
    /** header **/
}

@media (max-width: 560px) {
    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner {
        height: 380px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
        height: 380px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 72px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 90px;
    }

    .page-banner-section .page-banner-subtitle-wrapper .page-banner-subtitle h2 {
        font-size: 46px;
    }
    /** Banner Image **/
}

@media (max-width: 500px) {
    /** footer **/
    footer .sitemap-section .footer-contact-form h4 {
        text-align: center;
        line-height: 1.15;
    }

    footer .sitemap-section .footer-logos {
        flex-wrap: wrap;
    }

    footer .sitemap-section .logo-item {
        width: 50%;
    }

    footer .sitemap-section .footer-menu {
        text-align: center;
    }
    /** footer **/


    /** Eat Drink Block **/
    .eat-drink-blocks-section .section-title h2 {
        font-size: 58px;
    }

    .eat-drink-blocks-section .eat-drink-blocks-container .eat-drink-title h2 {
        font-size: 46px;
    }
    /** Eat Drink Block **/


    /** Blurb **/
    .blurb-section .section-title h2 {
        font-size: 42px;
    }
    /** Blurb **/


    /** The Columns **/
    ._the_title > h2 {
        font-size: 42px !important;
    }

    ._the_title > h3 {
        font-size: 42px;
    }
    /** The Columns **/
}

@media (max-width: 430px) {
    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 59px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 74px;
    }

    .page-banner-section .page-banner-subtitle-wrapper .page-banner-subtitle h2 {
        font-size: 40px;
    }
    /** Banner Image **/
}

@media (max-width: 420px) {
 
}

@media (max-width: 410px) {
    .moby.left-side {
        min-width: 330px !important;
    }
}

@media (max-width: 379px) {

}

@media (max-width: 373px) {
    .moby.left-side {
        min-width: 310px !important;
    }
}

@media (max-width: 360px) {
    /** Banner Image **/
    .page-banner-section .page-banner-wrapper .page-banner-title {
        height: 53px;
    }

    .page-banner-section .page-banner-wrapper .page-banner-title h1 {
        font-size: 66px;
    }
    /** Banner Image **/
}

@media (max-width: 350px) {
    .moby.left-side {
        min-width: 280px !important;
    }
}