/*
Theme Name edge_starter
Theme URI:
Description: A clean, minimalist theme for edge_starter
Version: 3.0
Author: Steve Edge Design Ltd
Author URI: http://www.steve-edge.com
*/
*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; vertical-align: top; }

.clearfix::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

/* ==================  Theme CSS  ================== */
h1, h2, h3, h4, h5 { font-weight: normal; margin: 0; padding: 0; }

@font-face { font-family: 'FreightBigProBold-Regular'; src: url("assets/fonts/freight-big-pro-bold-regular.woff2") format("woff2"), url("assets/fonts/freight-big-pro-bold-regular.woff") format("woff"); font-weight: normal; font-style: normal; font-stretch: normal; }

@font-face { font-family: 'Graphik-Bold'; src: url("assets/fonts/Graphik-Bold-Web.woff2") format("woff2"), url("assets/fonts/Graphik-Bold-Web.woff") format("woff"); font-weight: normal; font-style: normal; font-stretch: normal; }

@font-face { font-family: 'Graphik-Light'; src: url("assets/fonts/Graphik-Light-Web.woff2") format("woff2"), url("assets/fonts/Graphik-Light-Web.woff") format("woff"); font-weight: normal; font-style: normal; font-stretch: normal; }

@font-face { font-family: 'Graphik-Medium'; src: url("assets/fonts/Graphik-Medium-Web.woff2") format("woff2"), url("assets/fonts/Graphik-Medium-Web.woff") format("woff"); font-weight: normal; font-style: normal; font-stretch: normal; }

@font-face { font-family: 'Graphik-Regular'; src: url("assets/fonts/Graphik-Regular-Web.woff2") format("woff2"), url("assets/fonts/Graphik-Regular-Web.woff") format("woff"); font-weight: normal; font-style: normal; font-stretch: normal; }

/* ==================  Site Fonts  ================== */
/* ==================  Site Animations  ================== */
/* ==================  Responsive Grid Col Settings  ================== */
/* Generates classes for a grid of columns, prefixed by size. The result will be .col-[size]-[col]-[total-columns] E.g. .col-xs-6-12 @param {string}	$size			The name of the size target (e.g. xs, sm, md, lg, xl, etc.) @param {int}		$grid-columns	Amount of columns */
/* A mixin targeting a specific device width and larger. These are the available targets: 'xs', 'sm', 'md', 'lg', 'xl' @param {string} $media The target media */
.col-xs-1-12 { width: 8.3333333333%; }

.col-xs-2-12 { width: 16.6666666667%; }

.col-xs-3-12 { width: 25%; }

.col-xs-4-12 { width: 33.3333333333%; }

.col-xs-5-12 { width: 41.6666666667%; }

.col-xs-6-12 { width: 50%; }

.col-xs-7-12 { width: 58.3333333333%; }

.col-xs-8-12 { width: 66.6666666667%; }

.col-xs-9-12 { width: 75%; }

.col-xs-10-12 { width: 83.3333333333%; }

.col-xs-11-12 { width: 91.6666666667%; }

.col-xs-12-12 { width: 100%; }

.col-xs-1-10 { width: 10%; }

.col-xs-2-10 { width: 20%; }

.col-xs-3-10 { width: 30%; }

.col-xs-4-10 { width: 40%; }

.col-xs-5-10 { width: 50%; }

.col-xs-6-10 { width: 60%; }

.col-xs-7-10 { width: 70%; }

.col-xs-8-10 { width: 80%; }

.col-xs-9-10 { width: 90%; }

.col-xs-10-10 { width: 100%; }

.col-xs-1-9 { width: 11.1111111111%; }

.col-xs-2-9 { width: 22.2222222222%; }

.col-xs-3-9 { width: 33.3333333333%; }

.col-xs-4-9 { width: 44.4444444444%; }

.col-xs-5-9 { width: 55.5555555556%; }

.col-xs-6-9 { width: 66.6666666667%; }

.col-xs-7-9 { width: 77.7777777778%; }

.col-xs-8-9 { width: 88.8888888889%; }

.col-xs-9-9 { width: 100%; }

.col-xs-1-7 { width: 14.2857142857%; }

.col-xs-2-7 { width: 28.5714285714%; }

.col-xs-3-7 { width: 42.8571428571%; }

.col-xs-4-7 { width: 57.1428571429%; }

.col-xs-5-7 { width: 71.4285714286%; }

.col-xs-6-7 { width: 85.7142857143%; }

.col-xs-7-7 { width: 100%; }

.col-xs-1-6 { width: 16.6666666667%; }

.col-xs-2-6 { width: 33.3333333333%; }

.col-xs-3-6 { width: 50%; }

.col-xs-4-6 { width: 66.6666666667%; }

.col-xs-5-6 { width: 83.3333333333%; }

.col-xs-6-6 { width: 100%; }

.col-xs-1-3 { width: 33.3333333333%; }

.col-xs-2-3 { width: 66.6666666667%; }

.col-xs-3-3 { width: 100%; }

@media (min-width: 768px) { .col-sm-1-12 { width: 8.3333333333%; }
  .col-sm-2-12 { width: 16.6666666667%; }
  .col-sm-3-12 { width: 25%; }
  .col-sm-4-12 { width: 33.3333333333%; }
  .col-sm-5-12 { width: 41.6666666667%; }
  .col-sm-6-12 { width: 50%; }
  .col-sm-7-12 { width: 58.3333333333%; }
  .col-sm-8-12 { width: 66.6666666667%; }
  .col-sm-9-12 { width: 75%; }
  .col-sm-10-12 { width: 83.3333333333%; }
  .col-sm-11-12 { width: 91.6666666667%; }
  .col-sm-12-12 { width: 100%; } }

@media (min-width: 980px) { .col-md-1-12 { width: 8.3333333333%; }
  .col-md-2-12 { width: 16.6666666667%; }
  .col-md-3-12 { width: 25%; }
  .col-md-4-12 { width: 33.3333333333%; }
  .col-md-5-12 { width: 41.6666666667%; }
  .col-md-6-12 { width: 50%; }
  .col-md-7-12 { width: 58.3333333333%; }
  .col-md-8-12 { width: 66.6666666667%; }
  .col-md-9-12 { width: 75%; }
  .col-md-10-12 { width: 83.3333333333%; }
  .col-md-11-12 { width: 91.6666666667%; }
  .col-md-12-12 { width: 100%; }
  .col-md-1-10 { width: 10%; }
  .col-md-2-10 { width: 20%; }
  .col-md-3-10 { width: 30%; }
  .col-md-4-10 { width: 40%; }
  .col-md-5-10 { width: 50%; }
  .col-md-6-10 { width: 60%; }
  .col-md-7-10 { width: 70%; }
  .col-md-8-10 { width: 80%; }
  .col-md-9-10 { width: 90%; }
  .col-md-10-10 { width: 100%; }
  .col-md-1-9 { width: 11.1111111111%; }
  .col-md-2-9 { width: 22.2222222222%; }
  .col-md-3-9 { width: 33.3333333333%; }
  .col-md-4-9 { width: 44.4444444444%; }
  .col-md-5-9 { width: 55.5555555556%; }
  .col-md-6-9 { width: 66.6666666667%; }
  .col-md-7-9 { width: 77.7777777778%; }
  .col-md-8-9 { width: 88.8888888889%; }
  .col-md-9-9 { width: 100%; }
  .col-md-1-7 { width: 14.2857142857%; }
  .col-md-2-7 { width: 28.5714285714%; }
  .col-md-3-7 { width: 42.8571428571%; }
  .col-md-4-7 { width: 57.1428571429%; }
  .col-md-5-7 { width: 71.4285714286%; }
  .col-md-6-7 { width: 85.7142857143%; }
  .col-md-7-7 { width: 100%; }
  .col-md-1-6 { width: 16.6666666667%; }
  .col-md-2-6 { width: 33.3333333333%; }
  .col-md-3-6 { width: 50%; }
  .col-md-4-6 { width: 66.6666666667%; }
  .col-md-5-6 { width: 83.3333333333%; }
  .col-md-6-6 { width: 100%; }
  .col-md-1-3 { width: 33.3333333333%; }
  .col-md-2-3 { width: 66.6666666667%; }
  .col-md-3-3 { width: 100%; } }

@media (min-width: 1400px) { .col-lg-1-12 { width: 8.3333333333%; }
  .col-lg-2-12 { width: 16.6666666667%; }
  .col-lg-3-12 { width: 25%; }
  .col-lg-4-12 { width: 33.3333333333%; }
  .col-lg-5-12 { width: 41.6666666667%; }
  .col-lg-6-12 { width: 50%; }
  .col-lg-7-12 { width: 58.3333333333%; }
  .col-lg-8-12 { width: 66.6666666667%; }
  .col-lg-9-12 { width: 75%; }
  .col-lg-10-12 { width: 83.3333333333%; }
  .col-lg-11-12 { width: 91.6666666667%; }
  .col-lg-12-12 { width: 100%; }
  .col-lg-1-10 { width: 10%; }
  .col-lg-2-10 { width: 20%; }
  .col-lg-3-10 { width: 30%; }
  .col-lg-4-10 { width: 40%; }
  .col-lg-5-10 { width: 50%; }
  .col-lg-6-10 { width: 60%; }
  .col-lg-7-10 { width: 70%; }
  .col-lg-8-10 { width: 80%; }
  .col-lg-9-10 { width: 90%; }
  .col-lg-10-10 { width: 100%; }
  .col-lg-1-9 { width: 11.1111111111%; }
  .col-lg-2-9 { width: 22.2222222222%; }
  .col-lg-3-9 { width: 33.3333333333%; }
  .col-lg-4-9 { width: 44.4444444444%; }
  .col-lg-5-9 { width: 55.5555555556%; }
  .col-lg-6-9 { width: 66.6666666667%; }
  .col-lg-7-9 { width: 77.7777777778%; }
  .col-lg-8-9 { width: 88.8888888889%; }
  .col-lg-9-9 { width: 100%; }
  .col-lg-1-7 { width: 14.2857142857%; }
  .col-lg-2-7 { width: 28.5714285714%; }
  .col-lg-3-7 { width: 42.8571428571%; }
  .col-lg-4-7 { width: 57.1428571429%; }
  .col-lg-5-7 { width: 71.4285714286%; }
  .col-lg-6-7 { width: 85.7142857143%; }
  .col-lg-7-7 { width: 100%; }
  .col-lg-1-6 { width: 16.6666666667%; }
  .col-lg-2-6 { width: 33.3333333333%; }
  .col-lg-3-6 { width: 50%; }
  .col-lg-4-6 { width: 66.6666666667%; }
  .col-lg-5-6 { width: 83.3333333333%; }
  .col-lg-6-6 { width: 100%; }
  .col-lg-1-3 { width: 33.3333333333%; }
  .col-lg-2-3 { width: 66.6666666667%; }
  .col-lg-3-3 { width: 100%; } }

@media (min-width: 1800px) { .col-xl-1-10 { width: 10%; }
  .col-xl-2-10 { width: 20%; }
  .col-xl-3-10 { width: 30%; }
  .col-xl-4-10 { width: 40%; }
  .col-xl-5-10 { width: 50%; }
  .col-xl-6-10 { width: 60%; }
  .col-xl-7-10 { width: 70%; }
  .col-xl-8-10 { width: 80%; }
  .col-xl-9-10 { width: 90%; }
  .col-xl-10-10 { width: 100%; }
  .col-xl-1-12 { width: 8.3333333333%; }
  .col-xl-2-12 { width: 16.6666666667%; }
  .col-xl-3-12 { width: 25%; }
  .col-xl-4-12 { width: 33.3333333333%; }
  .col-xl-5-12 { width: 41.6666666667%; }
  .col-xl-6-12 { width: 50%; }
  .col-xl-7-12 { width: 58.3333333333%; }
  .col-xl-8-12 { width: 66.6666666667%; }
  .col-xl-9-12 { width: 75%; }
  .col-xl-10-12 { width: 83.3333333333%; }
  .col-xl-11-12 { width: 91.6666666667%; }
  .col-xl-12-12 { width: 100%; } }

/* ==================  Site Flex Settings  ================== */
/* ==================  Responsive Fonts Settings  ================== */
body { font-family: sans-serif; background-color: #ffffff; color: #2c2c2c; font-size: 17px; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body, html { height: 100%; }

body.no-scrolling { width: 100%; height: 100%; overflow: hidden; -webkit-overflow-scrolling: touch; }

.wrapper { margin: 0; padding: 0; width: 100%; }

.content { width: 100%; }

.content-block { width: 1200px; margin: auto; }

.flex-content-block { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; width: 1200px; margin: auto; }

.one-flex-container { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; width: 1160px; margin: 0 20px; }

.half-flex-container { display: block; position: relative; width: 560px; margin: 0 20px; }

.third-flex-container { width: 360px; margin: 0 20px; }

.full-width-flex-container { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; width: 100%; }

.full-width-container { width: 100%; }

.full-half-flex-container { width: 50%; }

.full-third-flex-container { width: 33.33%; }

.full-fourth-flex-container { width: 25%; }

.main-header { width: 100%; z-index: 9999; background-color: #ffffff; }

.logo-container { width: 228px; text-align: center; padding: 0; margin: 40px auto; }

.logo-container img { width: 100%; height: auto; padding: 0; margin: 0; }

.header-cta-container { width: calc(100% - 20px); height: 60px; margin-right: 20px; }

.header-cta-container ul { list-style: none; padding: 0; margin: 0; text-align: right; }

.header-cta-container ul li { display: inline-block; padding: 0; margin: 0 8px; }

.header-cta-container ul li a { display: block; padding: 0; margin: 21px 0 20px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 14px; line-height: 20px; letter-spacing: 1.8px; color: #173f35; text-transform: uppercase; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.header-cta-container ul li a:hover { color: #bf9474; }

.header-cta-container ul li:nth-child(1) { margin: 0; margin-right: 8px; }

.header-cta-container ul li:nth-child(2) { margin: 0; margin-left: 8px; }

.header-burger-container { position: absolute; width: 50px; height: 27px; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; }

.header-burger-container span { display: block; position: absolute; width: 100%; height: 1px; padding: 0; margin: 0 0 5px; background-color: #173f35; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.header-burger-container.sticky-fix { top: 39px; }

.header-burger-container.sticky-fix span { background-color: #ffffff; }

.header-burger-container span:nth-child(1) { top: 0; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }

.header-burger-container span:nth-child(2) { top: 10px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }

.header-burger-container span:nth-child(3) { top: 20px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }

.header-burger-container.open span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: -3px; left: 8px; }

.header-burger-container.open span:nth-child(2) { width: 0%; opacity: 0; }

.header-burger-container.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 32px; left: 7px; }

/* ================== Top Menu Section ================== */
.main-menu-container { width: 400px; height: 60px; margin: 60px 0 0; border-top: 1px solid rgba(2, 43, 32, 0.3); }

.main-menu-container ul { list-style: none; padding: 0; margin: 0; }

.main-menu-container ul li.tier-0 { display: inline-block; padding: 0; margin: 0 12px; border-bottom: 3px solid transparent; color: #2c2c2c; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.main-menu-container ul li.tier-0 a { display: block; padding: 17px 0; margin: 0; font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 15px; line-height: 22px; letter-spacing: normal; color: #2c2c2c; }

.main-menu-container ul li.tier-0 a.pad-right { padding-right: 20px; }

.main-menu-container ul li.tier-0 a.menu-drop-icon { background-repeat: no-repeat; background-image: url("assets/img/down-arrow-navy.png"); background-size: 12px 7px; background-position: right top 27px; }

.main-menu-container ul li.tier-0:nth-child(1) { margin: 0; margin-right: 12px; }

.main-menu-container ul li.tier-0:nth-last-child(1) { margin: 0; margin-left: 12px; }

.main-menu-container ul li.tier-0:hover { color: #bf9474; border-bottom: 3px solid #5e7975; }

.main-menu-container.left-align { margin-left: 20px; }

.main-menu-container.left-align ul { text-align: left; }

.main-menu-container.right-align { margin-right: 20px; }

.main-menu-container.right-align ul { text-align: right; }

.main-menu-container.no-top-margin { margin-top: 0; }

.main-menu-container ul li.tier-0:hover a { color: #bf9474; }

.main-menu-container ul li.tier-0:hover > .sub-menu-wrap { visibility: visible; opacity: 1; padding: 0 1000em; /* trick from css-tricks comments */ margin: 0 -1000em; /* trick from css-tricks comments */ }

.main-menu-container ul li.tier-0 > .sub-menu-wrap { visibility: hidden; opacity: 0; display: block; position: absolute; top: 59px; left: 0; padding: 0; margin: 0; background-color: #173f35; z-index: 9998; -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transition: visibility 0.3s ease-in-out; transition: visibility 0.3s ease-in-out; overflow: hidden; }

.main-menu-container ul li.tier-0 > .sub-menu-wrap .sub-menu { width: 1160px; padding: 66px 0; margin: auto; font-size: 0; }

.main-menu-container ul li.tier-0 > .sub-menu-wrap .sub-menu li.tier-1 { display: inline-block; width: 50%; padding: 0; margin: 0; color: #ffffff; border-bottom: 0; }

.main-menu-container ul li.tier-0 > .sub-menu-wrap .sub-menu li.tier-1 a { display: inline-block; padding: 22px 0; margin: 0; font-family: "FreightBigProBold-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 44px; line-height: 54px; letter-spacing: normal; color: #ffffff; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.main-menu-container ul li.tier-0 > .sub-menu-wrap .sub-menu li.tier-1 a:hover { color: #bf9474; border-bottom: 0; }

.main-menu-container.right-align ul li.tier-0 > .sub-menu-wrap { left: auto; right: 0; }

.main-menu-container.right-align ul li.tier-0 > .sub-menu-wrap .sub-menu { text-align: left; }

/* ================== Full Menu Section ================== */
.full-menu-container { visibility: hidden; opacity: 0; position: fixed; overflow-x: scroll; width: 100%; height: 100vh; top: 0; padding: 107px 0; background-color: #173f35; z-index: 9998; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; pointer-events: none; }

.full-menu-container.is-visible { opacity: 1; visibility: visible; pointer-events: all; right: 0; }

.full-menu-holder { width: 90%; margin: 80px auto 50px; }

.full-menu-holder ul { list-style: none; padding: 0; margin: 0; text-align: center; }

.full-menu-holder ul li { display: block; padding: 0; margin: 0 0 20px; }

.full-menu-holder ul li a { display: inline-block; padding: 0; margin: 0; font-family: "FreightBigProBold-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 26px; line-height: 36px; letter-spacing: normal; color: white; text-transform: uppercase; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.full-menu-holder ul li a:hover { color: rgba(255, 255, 255, 0.4); }

.full-menu-holder ul li a.is-active { color: #bf9474; }

.full-menu-holder ul li.tier-0 { opacity: 0; }

.children-dropdown-trigger { display: inline-block; position: absolute; width: 17px; height: 10px; padding: 0; margin: 15px 10px 0; background-repeat: no-repeat; background-image: url("assets/img/down-arrow-white.png"); background-size: 17px 10px; background-position: center; cursor: pointer; opacity: 1; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.children-dropdown-trigger:hover { opacity: 0.4; }

.children-dropdown-trigger.is-active { background-image: url("assets/img/down-up-red.png"); }

.full-menu-holder ul li.tier-0 .sub-menu-wrap { display: none; }

.full-menu-holder ul li.tier-0 .sub-menu-wrap ul.sub-menu li.tier-1 { display: block; padding: 0; margin: 15px 0 0; }

.full-menu-holder ul li.tier-0 .sub-menu-wrap ul.sub-menu li.tier-1 a { font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 18px; line-height: 28px; letter-spacing: 0.2px; text-transform: none; color: white; }

.full-menu-holder ul li.tier-0 .sub-menu-wrap ul.sub-menu li.tier-1 a:hover { color: rgba(255, 255, 255, 0.4); }

.full-menu-book-link-holder { text-align: center; }

.full-menu-book-link-holder a { display: inline-block; position: relative; z-index: 1; text-transform: uppercase; text-align: center; padding: 16px 20px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 13px; letter-spacing: 1px; border-radius: 30px; color: #173f35; background: #f9e547; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.full-menu-book-link-holder a:hover { color: #bf9474; }

.full-menu-book-link-holder a::before { position: absolute; z-index: -1; background: #ffffff; border-radius: 30px; content: ""; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.full-menu-book-link-holder a:hover:before { opacity: 1; }

.cta-dropdown-link-container { border-top: 1px solid #5e7975; border-bottom: 1px solid #5e7975; }

.cta-dropdown-link-container ul { list-style: none; padding: 0; margin: 0; font-size: 0; }

.cta-dropdown-link-container ul li { display: inline-block; width: 50%; padding: 0; margin: 0; }

.cta-dropdown-link-container ul li a { display: block; width: 100%; padding: 25px 0; margin: 0; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 14px; line-height: 20px; letter-spacing: 1.1px; color: #bccbc2; text-transform: uppercase; text-align: center; background-color: transparent; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.cta-dropdown-link-container ul li:nth-child(1) { border-right: 1px solid #5e7975; }

.side-tab span, .side-tab a { display: block; position: fixed; top: 40%; width: 240px; right: -95px; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); z-index: 99; overflow: hidden; text-transform: uppercase; text-align: center; padding: 20px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 13px; letter-spacing: 1px; border-top-left-radius: 40px; border-top-right-radius: 40px; color: #173f35; background: #f9e547; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; }

.side-tab span::before, .side-tab a::before { position: absolute; z-index: -1; background: #173f35; border-top-left-radius: 30px; border-top-right-radius: 30px; content: ""; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }

.side-tab span:hover::before, .side-tab a:hover::before { opacity: 1; }

.side-tab span:hover, .side-tab a:hover { color: #ffffff; }

/* ================== Sticky Header Section ================== */
.sticky-header { visibility: hidden; opacity: 0; pointer-events: none; position: fixed; width: 100%; top: 0; -webkit-box-shadow: 0 0 1px 0 rgba(44, 44, 44, 0.16); box-shadow: 0 0 1px 0 rgba(44, 44, 44, 0.16); background-color: #173f35; z-index: 9999; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.sticky-header.is-active { visibility: visible; opacity: 1; pointer-events: all; }

.stick-left-cta-links-container { width: 460px; margin: 0 20px; }

.stick-left-cta-links-container ul { list-style: none; padding: 0; margin: 0; text-align: left; }

.stick-left-cta-links-container ul li { display: inline-block; padding: 0; margin: 0 8px; }

.stick-left-cta-links-container ul li a { display: block; padding: 0; margin: 28px 0 27px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 19px; letter-spacing: 1.8px; color: #bccbc2; text-transform: uppercase; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.stick-left-cta-links-container ul li:nth-child(1) { margin: 0; margin-right: 8px; }

.stick-left-cta-links-container ul li:nth-child(2) { margin: 0; margin-left: 8px; }

.stick-right-cta-links-container { width: 460px; margin: 0 20px; }

.sticky-logo-container { width: 149px; padding: 0; margin: 24px 20px; }

.sticky-logo-container img { width: 100%; height: auto; padding: 0; margin: 0; vertical-align: top; }

.sticky-book-link-holder { margin: 15px 0 14px; margin-right: 80px; text-align: right; }

.sticky-book-link-holder a, .sticky-book-link-holder span { cursor: pointer; display: inline-block; position: relative; z-index: 1; text-transform: uppercase; text-align: center; padding: 16px 20px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 13px; letter-spacing: 1px; border-radius: 30px; color: #ffffff; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.sticky-book-link-holder a::before, .sticky-book-link-holder span::before { position: absolute; z-index: -1; background: #ffffff; border-radius: 30px; content: ""; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }

.sticky-book-link-holder a:hover::before, .sticky-book-link-holder span:hover::before { opacity: 1; }

/* ================== Reponsive Section ================== */
@media only screen and (min-width: 980px) and (max-width: 1400px) { .logo-container { width: 160px; margin: 40px auto; }
  .cta-small-desk-container { width: 240px; }
  .cta-small-desk-container ul { list-style: none; padding: 0; margin: 0; text-align: center; }
  .cta-small-desk-container ul li { display: inline-block; padding: 0; margin: 0 8px; }
  .cta-small-desk-container ul li a { display: block; padding: 0; margin: 44px 0; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 20px; letter-spacing: 1px; color: #173f35; text-transform: uppercase; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }
  .cta-small-desk-container ul li a:hover { color: #bf9474; }
  .cta-small-desk-container.cta-left { margin-right: 0; margin-left: 130px; }
  .cta-small-desk-container.cta-right { margin-right: 130px; margin-left: 0; }
  .sticky-logo-container { width: 130px; margin: 27px 15px; }
  .stick-left-cta-links-container, .stick-right-cta-links-container { width: 370px; margin: 0 15px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { .logo-container { width: 166px; text-align: center; margin: 30px auto; }
  .header-burger-container { position: absolute; width: 44px; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .header-burger-container span { display: block; width: 100%; height: 1px; padding: 0; margin: 0 0 5px; }
  .main-header .cta-small-desk-container { display: none !important; }
  .full-menu-container { padding: 80px 0; }
  .mobile-tab a { top: auto; width: 100%; right: 0; -webkit-transform: none; -ms-transform: none; transform: none; border-top-left-radius: 0px; border-top-right-radius: 0px; bottom: 0px; }
  .mobile-tab a::before { border-top-left-radius: 0px; border-top-right-radius: 0px; }
  .side-tab a:hover:before { opacity: 0; }
  .main-header { position: fixed; top: 0; }
  .mobile-spacer { padding-top: 80px; }
  .header-burger-container.open span:nth-child(3) { top: 28px; } }

.footer-content { background-repeat: no-repeat; background-size: cover; }

.footer-logo { width: 200px; margin: auto; }

.footer-logo img { width: 100%; height: auto; }

.footer-header { font-family: "Graphik-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 15px; line-height: 15px; letter-spacing: 1.1px; text-transform: uppercase; color: #ffffff; margin: 0 20px; }

.footer-highlight-link { font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 15px; line-height: 15px; letter-spacing: 1.1px; text-transform: uppercase; margin: 0 20px; }

.footer-highlight-link a { -webkit-transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out; color: #5e7975; }

.footer-highlight-link a:hover { color: #ffffff; }

.footer-menu-holder { margin: 20px; }

.footer-menu-holder ul { margin: 0; padding: 0; list-style-type: none; }

.footer-menu-holder ul li { margin: 0; padding: 0; }

.footer-menu-holder ul li a { font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 17px; line-height: 25px; letter-spacing: normal; -webkit-transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out; color: #ffffff; }

.contact-details-holder { margin: 30px 20px 0; }

.footer-address { margin: 20px; font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 17px; line-height: 25px; letter-spacing: normal; color: #ffffff; }

.footer-address a { -webkit-transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out; color: #ffffff; }

.footer-logo-two { width: 154px; margin: 30px 20px 0; }

.footer-logo-two img { width: 100%; height: auto; opacity: 1; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.footer-logo-two a:hover img { opacity: 0.5; }

.footer-spacer { padding: 75px 0 0; }

.footer-link-list-holder { margin: 0 20px; }

.footer-link-list-holder ul { list-style: none; padding: 0; margin: 0; }

.footer-link-list-holder ul li { display: inline-block; padding: 0 10px 0 0; margin: 0; font-family: "Graphik-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 15px; line-height: 15px; letter-spacing: normal; }

.footer-link-list-holder ul li a { display: inline-block; padding: 0; margin: 0; color: rgba(255, 255, 255, 0.5); -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.footer-link-list-holder ul li a:hover { color: rgba(255, 255, 255, 0.3); }

.footer-link-list-holder ul li span { display: block; padding: 0; margin: 0; color: rgba(255, 255, 255, 0.5); }

.agency-holder { text-align: right; }

.agency-holder ul li { padding: 0; }

.footer-form-title { margin: 0 20px 50px; font-family: "FreightBigProBold-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 34px; line-height: 41px; letter-spacing: normal; color: #5e7975; text-transform: uppercase; text-align: left; }

.footer-form-small-title { margin: 0 20px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 15px; line-height: 20px; letter-spacing: 1.5px; text-transform: uppercase; color: #ffffff; }

.footer-social-link-list-holder { margin: 25px 20px 0; }

.footer-social-link-list-holder ul { list-style: none; padding: 0; margin: 0; }

.footer-social-link-list-holder ul li { display: inline-block; width: 23px; padding: 0; margin: 0 15px 0 0; }

.footer-social-link-list-holder ul li img { width: 100%; height: auto; }

.footer-social-link-list-holder ul li a { display: inline-block; padding: 0; margin: 0; opacity: 1; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.footer-social-link-list-holder ul li a:hover { opacity: 0.4; }

.footer-form-holder { margin: 0 20px; }

.footer-form-holder input { border: none; width: 100%; height: 30px; padding: 0; margin: 20px 0 0; background-color: transparent; font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 23px; line-height: 20px; letter-spacing: normal; color: rgba(255, 255, 255, 0.5); border-bottom: 1px solid #ffffff; }

.footer-form-holder input.footer-form-button { display: inline-block; position: relative; width: 120px; z-index: 1; text-transform: uppercase; text-align: center; padding: 22px 20px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 0; letter-spacing: 1px; border-radius: 30px; color: #ffffff; background: #173f35; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.footer-form-holder input.footer-form-button:hover { cursor: pointer; background: #ffffff; }

.footer-subscribe-legal-holder { margin-top: 25px; }

.footer-subscribe-legal-holder input[type='checkbox'] { width: 21px; height: 21px; background-color: transparent; border: 1px solid #ffffff; margin: 0; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; }

.footer-subscribe-legal-holder input[type='checkbox']:checked { background-image: url(assets/img/checked-square.png); background-repeat: no-repeat; background-position: center; background-size: 7px; }

.footer-subscribe-legal-holder p { width: calc(100% - 30px); margin-left: 8px !important; font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 15px; line-height: 20px; letter-spacing: normal; color: rgba(255, 255, 255, 0.3); }

.footer-subscribe-legal-holder a { color: rgba(255, 255, 255, 0.3); text-decoration: underline; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.footer-subscribe-legal-holder a:hover { color: rgba(255, 255, 255, 0.2); }

.scroll-top { width: 53px; height: 53px; position: fixed; bottom: 25px; right: 40px; display: none; z-index: 999; cursor: pointer; }

.scroll-top img { width: 100%; height: auto; opacity: 1; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.scroll-top img:hover { opacity: 0.6; }

@media only screen and (min-width: 980px) and (max-width: 1400px) { .footer-logo { width: 164px; }
  .footer-header { font-family: "Graphik-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 20px; letter-spacing: 1px; }
  .footer-menu-holder ul li a, .footer-address { font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 23px; letter-spacing: normal; }
  .footer-highlight-link, .footer-form-small-title { font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 13px; letter-spacing: 1px; }
  .footer-link-list-holder ul li { font-family: "Graphik-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 12px; line-height: 12px; letter-spacing: normal; }
  .footer-form-title { font-family: "FreightBigProBold-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 26px; line-height: 35px; letter-spacing: normal; }
  .footer-form-holder input { font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 18px; line-height: 20px; letter-spacing: normal; }
  .footer-subscribe-legal-holder p { font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 12px; line-height: 15px; letter-spacing: normal; }
  .footer-form-holder input.footer-form-button { padding: 20px 20px 19px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 11px; line-height: 0; letter-spacing: 1px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { .footer-form-holder { margin: auto; padding: 0 0 50px; }
  .mob-order-one { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .mob-order-two { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .mob-order-three { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  .footer-form-title { color: #ffffff; margin: auto; padding: 0 0 40px; font-family: "FreightBigProBold-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 26px; line-height: 35px; letter-spacing: normal; }
  .footer-form-holder input { font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 18px; line-height: 20px; letter-spacing: normal; }
  .footer-subscribe-legal-holder p { font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 12px; line-height: 15px; letter-spacing: normal; }
  .footer-header { margin: auto; font-family: "Graphik-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 13px; letter-spacing: 1px; }
  .footer-menu-holder { margin: 20px auto; }
  .footer-highlight-link, .footer-form-small-title { margin: auto; font-family: "FreightBigProBold-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 13px; letter-spacing: 1px; }
  .footer-link-list-holder ul li { font-family: "Graphik-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 12px; line-height: 12px; letter-spacing: normal; }
  .footer-logo-two { margin: 30px 0; }
  .footer-menu-holder ul li a, .footer-address { font-family: "Graphik-Light", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 23px; letter-spacing: normal; }
  .footer-address { margin: auto; padding: 20px 0; }
  .footer-social-link-list-holder { margin: 25px 0 0; }
  .footer-social-link-list-holder ul li { margin: 0 6px 0 0; }
  .footer-link-list-holder { margin: auto; }
  .agency-holder { text-align: left; }
  .footer-form-holder input.footer-form-button { padding: 20px 20px 19px; font-family: "FreightBigProBold-Regular", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 11px; line-height: 0; letter-spacing: 1px; }
  .scroll-top { display: none !important; bottom: 60px; right: 20px; } }

.copper-house-button span, .copper-house-button a { display: inline-block; position: relative; z-index: 1; text-transform: uppercase; text-align: center; padding: 16px 20px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 13px; line-height: 13px; letter-spacing: 1px; border-radius: 30px; color: #173f35; background: #f9e547; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.copper-house-button span::before, .copper-house-button a::before { position: absolute; z-index: -1; background: #173f35; border-radius: 30px; content: ""; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }

.copper-house-button span:hover, .copper-house-button a:hover { color: #ffffff; }

.comp-single-apartment-side-sticky-content-holder .copper-house-button a::before { background: #ffffff; }

.comp-single-apartment-side-sticky-content-holder .copper-house-button a:hover { color: #173f35; }

.copper-house-button span:hover:before, .copper-house-button a:hover:before { opacity: 1; }

@media only screen and (min-width: 980px) and (max-width: 1400px) { .copper-house-button span, .copper-house-button a { padding: 15px 20px 14px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 11px; line-height: 11px; letter-spacing: 0.5px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { .copper-house-button span, .copper-house-button a { padding: 15px 20px 14px; font-family: "Graphik-Bold", serif; font-weight: normal; font-style: normal; font-display: block; font-size: 11px; line-height: 11px; letter-spacing: 0.5px; } }

/* ==================  Page Template CSS  ================== */
/* ==================  Vendor CSS  ================== */
.slick-slider-banner-container { display: block; position: relative; width: 100%; padding: 0; margin: 0; }

.slick-slider-banner-container .slick-slide { width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center; }

.instagram-image { display: inline-block; position: relative; width: 16.66%; padding: 0; margin: 0; }

.instagram-image img { width: 100%; height: auto; padding: 0; margin: 0; vertical-align: top; }

.twitter-feed-container { display: block; position: relative; padding: 0; margin: 0; }

.twitter-heading-holder { display: block; position: relative; padding: 0; margin: 0 0 30px; }

.twitter-heading-holder a { display: block; padding: 0; margin: 0; color: #2c2c2c; font-size: 17px; opacity: 1; }

.twitter-heading-holder a:hover { opacity: 0.4; }

.twitter-text-holder { display: block; position: relative; padding: 0; margin: 0; font-size: 17px; line-height: 22px; }

.twitter-text-holder a { padding: 0; margin: 0; color: #2c2c2c; opacity: 1; }

.twitter-text-holder a:hover { opacity: 0.4; }

.cc-window { opacity: 1; -webkit-transition: opacity 1s ease; transition: opacity 1s ease; }

.cc-window.cc-invisible { opacity: 0; }

.cc-animate.cc-revoke { -webkit-transition: -webkit-transform 1s ease; transition: -webkit-transform 1s ease; transition: transform 1s ease; transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top { -webkit-transform: translateY(-2em); -ms-transform: translateY(-2em); transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom { -webkit-transform: translateY(2em); -ms-transform: translateY(2em); transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.cc-grower { max-height: 0; overflow: hidden; -webkit-transition: max-height 1s; transition: max-height 1s; }

.cc-link, .cc-revoke:hover { text-decoration: underline; }

.cc-revoke, .cc-window { position: fixed; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 16px; line-height: 1.5em; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-wrap: nowrap; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; z-index: 9999; }

.cc-window.cc-static { position: static; }

.cc-window.cc-floating { padding: 2em; max-width: 24em; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }

.cc-window.cc-banner { padding: 1em 1.8em; width: 100%; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; }

.cc-revoke { padding: .5em; }

.cc-header { font-size: 18px; font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke { cursor: pointer; }

.cc-link { opacity: .8; display: inline-block; padding: 0; }

.cc-link:hover { opacity: 1; }

.cc-link:active, .cc-link:visited { color: initial; }

.cookie-title { display: block; position: relative; margin: 0; padding: 5px 0 10px; color: #ffffff; text-transform: uppercase; font-size: 30px; }

.cc-message { text-transform: uppercase; }

.cc-btn.cc-dismiss { display: inline-block; padding: 10px 10px 9px; margin: 0; border: 0; text-transform: uppercase; text-align: center; opacity: 1; background-color: #ffffff; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.cc-btn.cc-dismiss:hover { color: #ffffff; }

.cc-highlight .cc-btn:first-child { background-color: transparent; border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover { background-color: transparent; text-decoration: underline; }

.cc-close { display: block; position: absolute; top: .5em; right: .5em; font-size: 1.6em; opacity: .9; line-height: .75; }

.cc-close:focus, .cc-close:hover { opacity: 1; }

.cc-revoke.cc-top { top: 0; left: 3em; border-bottom-left-radius: .5em; border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom { bottom: 0; left: 3em; border-top-left-radius: .5em; border-top-right-radius: .5em; }

.cc-revoke.cc-left { left: 3em; right: unset; }

.cc-revoke.cc-right { right: 3em; left: unset; }

.cc-top { top: 1em; }

.cc-left { left: 1em; }

.cc-right { right: 1em; }

.cc-bottom { bottom: 1em; }

.cc-floating > .cc-link { margin-bottom: 1em; }

.cc-floating .cc-message { display: block; margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance { -ms-flex: 1 0 auto; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto; }

.cc-window.cc-banner { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }

.cc-banner.cc-top { left: 0; right: 0; top: 0; }

.cc-banner.cc-bottom { left: 0; right: 0; bottom: 0; }

.cc-banner .cc-message { display: block; -ms-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; max-width: 100%; margin-right: 1em; }

.cc-compliance { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-line-pack: justify; -webkit-align-content: space-between; align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.cc-btn + .cc-btn { margin-left: .5em; }

@media print { .cc-revoke, .cc-window { display: none; } }

@media screen and (max-width: 900px) { .cc-btn { white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) { .cc-window.cc-top { top: 0; }
  .cc-window.cc-bottom { bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right { left: 0; right: 0; }
  .cc-window.cc-banner { -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }
  .cc-window.cc-banner .cc-compliance { -ms-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; }
  .cc-window.cc-floating { max-width: none; }
  .cc-window .cc-message { margin-bottom: 1em; }
  .cc-window.cc-banner { -ms-flex-align: unset; -webkit-box-align: unset; -webkit-align-items: unset; align-items: unset; }
  .cc-window.cc-banner .cc-message { margin-right: 0; } }

.cc-floating.cc-theme-classic { padding: 1.2em; border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance { text-align: center; display: inline; -ms-flex: none; -webkit-box-flex: 0; -webkit-flex: none; flex: none; }

.cc-theme-classic .cc-btn { border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child { min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn { display: inline-block; }

.cc-theme-edgeless.cc-window { padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message { margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn { margin: 0; padding: .8em 1.8em; height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message { margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn { margin-left: 0; }

/* ==================  Misc CSS  ================== */
/*
Hidden Classes: .hide-on-responsive,
Visible Classes: .show-on-responsive,

Misc */
textarea, input, select { outline: none; -webkit-appearance: none; -moz-appearance: none; border-radius: 0; resize: vertical; }

input[type="checkbox"] { -webkit-appearance: checkbox; -moz-appearance: checkbox; border-radius: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

div { display: block; position: relative; padding: 0; margin: 0; }

p { margin: 0; padding: 0 0 15px; }

p:nth-last-child(1) { margin: 0; padding: 0; }

img { border: 0; -webkit-backface-visibility: hidden; vertical-align: top; padding: 0; margin: 0; }

a { color: #2c2c2c; text-decoration: none; padding: 0; margin: 0; }

:focus { outline: none; }

@-webkit-keyframes fadeTrans { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeTrans { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { opacity: 0; -webkit-transform: translateY(10vh); -ms-transform: translateY(10vh); transform: translateY(10vh); visibility: hidden; -webkit-transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out; will-change: opacity, visibility; }

.fadeIn.is-visible { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; visibility: visible; }

.fadeInSeq { opacity: 0; -webkit-transform: translateY(10vh); -ms-transform: translateY(10vh); transform: translateY(10vh); visibility: hidden; -webkit-transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out; will-change: opacity, visibility; }

.fadeInSeq.is-visible { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; visibility: visible; }

.staggerFadeIn { opacity: 0; }

.staggerFadeIn.stag-visible { -webkit-animation-name: fadeTrans; animation-name: fadeTrans; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.white-background { background-color: #ffffff; }

.off-white-background { background-color: #f5f5f5; }

.green-background { background-color: #5e7975; }

.dark-green-background { background-color: #173f35; }

.light-green-background { background-color: #bccbc2; }

.ten-spacer { padding-top: 10px; }

.twenty-spacer { padding-top: 20px; }

.thirty-spacer { padding-top: 30px; }

.forty-spacer { padding-top: 40px; }

.fifty-spacer { padding-top: 50px; }

.sixty-spacer { padding-top: 60px; }

.eighty-spacer { padding-top: 80px; }

.one-hundred-spacer { padding-top: 100px; }

.hide-on-responsive { display: block !important; }

.show-on-responsive { display: none !important; }

.show-on-small-desktop { display: none !important; }

.show-on-desktop { display: block !important; }

.hide-on-desktop { display: none !important; }

.overflow-fix { overflow-x: hidden; }

.add-flex-fix { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }

.z-index-fix { z-index: 999; }

.ios-font-fix { -webkit-text-size-adjust: 100%; }

.long-text-fix { /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */ word-break: break-all; /* Instead use this non-standard one: */ word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */ -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

.error-page-content-container { width: 100%; text-align: center; }

.error-page-content-container p { display: block; padding: 0; margin-top: 30px; color: #2c2c2c; }

.error-page-content-container p a { display: inline-block; color: #2c2c2c; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.svg-faq-land svg { position: absolute; top: 400px; right: 0; height: 796px; z-index: 1; pointer-events: none; }

.svg-dev-single svg { position: absolute; top: 100px; right: 0; height: 796px; z-index: 1; pointer-events: none; }

.svg-neigh-single svg { position: absolute; top: calc(100vh - 110px); right: 0; height: 796px; z-index: 1; pointer-events: none; }

.svg-neigh-single.left-align svg, .svg-faq-land.left-align svg, .svg-dev-single.left-align svg { left: 0; right: auto; }

@media only screen and (min-width: 980px) and (max-width: 1400px) { .svg-neigh-single svg { top: calc(100vh - 80px); height: 680px; }
  .svg-faq-land svg { top: 300px; height: 680px; }
  .svg-dev-single svg { top: 100px; height: 680px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { .svg-neigh-single svg, .svg-faq-land svg { display: none; }
  .svg-dev-single.left-align svg { right: 0; left: auto; top: 0; height: 580px; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); -ms-filter: fliph; /*IE*/ -webkit-filter: fliph; filter: fliph; /*IE*/ } }

/* ==================  Reponsive CSS  ================== */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 980px) and (max-width: 1400px) { .fifty-spacer { padding-top: 30px; }
  .sixty-spacer, .eighty-spacer { padding-top: 40px; }
  .one-hundred-spacer { padding-top: 60px; }
  .fifty-padding-both { padding: 0 15px; }
  .content-block { width: 960px; }
  .flex-content-block { width: 960px; }
  .one-flex-container { width: 930px; margin: 0 15px; }
  .half-block-container { width: 450px; margin: 0 15px; }
  .third-flex-container { width: 290px; margin: 0 15px; }
  .show-on-desktop { display: none !important; }
  .hide-on-desktop { display: block !important; } }

/*
Hidden Classes: .hide-on-responsive,
Visible Classes: .show-on-responsive

Tablet Portrait size to standard 960 (devices and browsers)
*/
@media only screen and (min-width: 1px) and (max-width: 979px) { /* Hide and show classes */
  .hide-on-responsive { display: none !important; }
  .show-on-responsive { display: block !important; }
  .fifty-spacer { padding-top: 30px; }
  .sixty-spacer, .eighty-spacer { padding-top: 40px; }
  .one-hundred-spacer { padding-top: 60px; }
  .fifty-padding-both { padding: 0 20px; }
  .mobile-burger-outer-container { display: block; position: absolute; width: 33px; height: 33px; top: 9px; left: 10px; z-index: 99; opacity: 1; cursor: pointer; }
  .burger-holder { display: block; margin: 9px 0; padding: 0; }
  .burger-holder .line { display: block; width: 15px; height: 2px; margin: 4px auto; background-color: #ffffff; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
  .burger-holder.is-sticky .line { background-color: #2c2c2c; }
  .burger-holder.is-active { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  .burger-holder.is-active .line:nth-child(2) { width: 0px; }
  .burger-holder.is-active .line:nth-child(1), .burger-holder.is-active .line:nth-child(3) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
  .burger-holder.is-active .line:nth-child(1) { -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); }
  .burger-holder.is-active .line:nth-child(3) { -webkit-transform: translateY(-6px) rotate(90deg); -ms-transform: translateY(-6px) rotate(90deg); transform: translateY(-6px) rotate(90deg); }
  .content-block { width: 90%; }
  .flex-content-block { width: 90%; margin: auto; }
  .one-flex-container, .half-flex-container, .third-flex-container { width: 100%; padding: 0; margin: 0; }
  .full-width-container, .full-half-flex-container, .full-third-flex-container, .full-fourth-flex-container { width: 100%; padding: 0; margin: 0; }
  .show-on-desktop { display: none !important; }
  .hide-on-desktop { display: block !important; } }

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* Small Screens Height Fix */

/*# sourceMappingURL=style.css.map */
