/*
-------------------------------------------------------------|
---               Custom style sheet for PTZ              ---|
---                      Frits Steyn                      ---|
---                 Coffee Creative Studio                ---|
-------------------------------------------------------------|
                                                       INDEX |
-------------------------------------------------------------|
- FONT IMPORTS
- TYPOGRAPHY & RESETS
- HOME PAGE
- SELECT INTEREST BLOCKS
- (NOT) INTERESTED FORM
- FAQ
- CONTACT BLOCK
- RESPONSIVE STYLING
-------------------------------------------------------------|
                                                FONT IMPORTS |
-------------------------------------------------------------|
*/
@font-face {
  font-family: 'Montserrat PTZ';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/JTUSjIg1_i6t8kCHKm459WlhzSTh89Y.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat PTZ';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/JTURjIg1_i6t8kCHKm45_ZpC3gnD-Px3rCs.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat PTZ';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD-Px3rCs.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat PTZ';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD-Px3rCs.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat PTZ';
  font-style: normal;
  font-weight: 800;
  src: url(fonts/JTURjIg1_i6t8kCHKm45_c5H3gnD-Px3rCs.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed PTZ';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3bWv4MBYro.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed PTZ';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2z3bWv4MBYro.woff) format('woff');
}
/*
-------------------------------------------------------------|
                                         TYPOGRAPHY & RESETS |
-------------------------------------------------------------|
*/

body {
	font-family: 'Montserrat PTZ', sans-serif;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	overflow-y: hidden;
}
body > * {
	max-width: 1920px;
	margin: auto;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
}
.max-width-container {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#toggle-cab-open {
	right: calc(100% - 150px);
}
/*
-------------------------------------------------------------|
                                                   HOME PAGE |
-------------------------------------------------------------|
*/
body {
	background-image: url('/wp-content/themes/ptz/images/overlay.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;
}
html:not(.ipad-mobile) body.pop {
	overflow-y: scroll;
}
body.pop .main-content-block {
	opacity: 0;
}
body.pop .not-here-form-block {
	position: absolute;
}
#content {
	position: relative;
}
#primary {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1000px;
}
.logo {
	position: relative;
	left: -20px;
}
.main-content-block .left {
	width: 55%;
	float: left;
	position: relative;
	z-index: 9;
}
.main-content-block .right {
	width: 45%;
	float: left;
	position: relative;
	left: 5%;
}
.behind-house {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.intro-images {
	position: relative;
	z-index: 5;
}
.image-banner {
	position: absolute;
	bottom: -100px;
	left: 50%;
	max-width: 400px;
	transform: translateX(-50%);
}
.behind-house span {
	background-color: #5a499e;
	width: 100%;
	height: 33%;
	display: block;
	border-radius: 100px;
	position: absolute;
}
.behind-house span:nth-child(1) {
	top: 15%;
	width: 110%;
}
.behind-house span:nth-child(2) {
	top: 45%;
	left: -70px;
}
.behind-house span:nth-child(3) {
	top: 75%;
}
.footer-fluff {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100px;
	pointer-events: none;
	z-index:-1;
}
.back-fluff {
	background-color: rgba(90,73,158,0.3);
	height: 120px;
	width: 50%;
	border-radius: 200px 0 0 0;
	right: 0px;
	position: absolute;
	bottom: -60px;
}
.front-fluff .fluff-1 {
	position: absolute;
	background-color: #5a499e;
	height: 50px;
	width: 20%;
	right: 25%;
	border-radius: 50px;
	top: 15px;
}
.front-fluff .fluff-2 {
	position: absolute;
	background-color: #5a499e;
	height: 100px;
	width: 43%;
	border-radius: 100px 0 0 100px;
	bottom: -80px;
	right: 0;
}
.front-fluff .fluff-3 {
	background-color: #5a499e;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	right: 46.5%;
	top: 15px;
	position: absolute;
}
.front-fluff .fluff-4 {
	background-color: #5a499e;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	right: 53.5%;
	top: 15px;
	position: absolute;
}
.intro-text {
	padding-right: 50px;
}
.show-my-interest {
	font-family: 'Barlow Condensed PTZ', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #cea54b;
	text-align: center;
	width: 220px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 600;
	border-radius: 100px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	position: relative;
}
/*.intro-cta-buttons .show-my-interest {
	margin-bottom:50px;
}*/
.show-my-interest span {
	display: block;
	position: absolute;
	/* right: -150%; */
	bottom: -40px;
	color:#404040;
	font-size: 17px;
	line-height: 1;
}
.show-my-interest:hover {
	background-color: #5a499e;
}

.not-interested-form-block .show-my-interest {
	background-color: #ffffff;
	line-height: 20px !important;
}
.go-to-not-here {
	display: none;
}
.logged-in .go-to-not-here {
	display: inline-block;
	width: 170px;
}
.go-to-faq,
.go-to-contact,
.go-to-not-here {
	width: 220px;
	text-align: center;
	font-family: 'Barlow Condensed PTZ', sans-serif;
	color: #cea54b;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}
.logged-in .intro-cta-buttons .go-to-not-here {
	width: 220px;
	padding-top:0px;
}
.go-to-faq:hover,
.go-to-contact:hover,
.go-to-not-here:hover {
	color: #5a499e;
}

/*
-------------------------------------------------------------|
                                      SELECT INTEREST BLOCKS |
-------------------------------------------------------------|
*/
.show-interest-selection {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.interested.right,
.not-interested.left {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.interested.right {
	right: 0;
	background-color: rgba(90,73,158,0.9);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.not-interested.left {
	left: 0;
	background-color: rgba(206,165,75,0.9);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.interested.right:hover {
	background-color: rgba(90,73,158,0.96);
}
.not-interested.left:hover {
	background-color: rgba(206,165,75,0.96);
}
.show-interest-selection.open .interested.right,
.show-interest-selection.open .not-interested.left {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*.show-interested, 
.show-not-interested {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	font-family: 'Barlow Condensed PTZ', sans-serif;
	color: #5a499e;
	text-transform: uppercase;
	font-size: 20px;
	width: 250px;
	text-align: center;
	padding: 10px 0;
	border-radius: 100px;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}
.show-interested:hover {
	background-color: #cea54b;
	color: #ffffff;
}
.show-not-interested:hover {
	background-color: #5a499e;
	color: #ffffff;
}*/
.close-interest-selection {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 100%;
	cursor: pointer;
}
.close-interest-selection span {
	position: absolute;
	height: 2px;
	width: 20px;
	left: 15px;
	top: 25px;
	background-color: #5a499e;
}
.close-interest-selection span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-interest-selection span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*
-------------------------------------------------------------|
                                       (NOT) INTERESTED FORM |
-------------------------------------------------------------|
*/
.not-here-form-block,
.interested-form-block,
.not-interested-form-block,
.lightish-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	background-image: url('/wp-content/themes/ptz/images/overlay-2.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: none;
	z-index:999;
}
.form-block-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	max-height: 90%;
	max-width: 1000px;
}
.form-block-content h2 {
	color: #cea54b;
	margin: 0;
	text-transform: uppercase;
	font-size: 62px;
	font-weight: 800;
	line-height: 1em;
}
.thank-you-block h2, 
.thank-you-block p {
	max-width: calc(100% - 120px);
}
.form-block-content h2 + p, .not-here-form-block .form-block-content h3 {
	color: #5a499e;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	font-size: 23px;
	line-height: 1em;
	letter-spacing: 0.03em;
}
.not-here-form-block .form-block-content h3 {
	margin-bottom: 10px;
}
.form-block-content .gform_wrapper h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: #5a499e;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1em;
}
#gform_1,
#gform_2 {
	position: relative;
}

#field_4_4 label.gfield_label, #field_1_24 label.gfield_label, #field_2_25 label.gfield_label {
	display: initial !important;
	text-transform: uppercase;
	color: #5a499e;
}

#field_1_24 label.gfield_label, #field_2_25 label.gfield_label {
	text-transform: capitalize;
	display: inline-block !important;
}

#field_1_24 .ginput_container_select, #field_2_25 .ginput_container_select {
	display: inline-block;
	width: 80%;
	margin-left: 10px;
}

#gform_fields_1,
#gform_fields_2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	height: 450px;
}
#gform_fields_2 > *,
#gform_fields_1 > * { /* i.e. child */
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside:avoid;
	-moz-page-break-inside:avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	padding-right: 0;
}

.gform_button.disable {
	opacity: 0.5;
	pointer-events: none;
	background-color: #cccccc;
}

#field_1_1, 
#field_1_2, 
#field_1_4, 
#field_1_5, 
#field_1_15, 
#field_1_16,
#field_1_17,
#field_1_22,
#field_2_1, 
#field_2_2, 
#field_2_4, 
#field_2_5, 
#field_2_16,
#field_2_22 {
	padding-right: 55px;
}
#field_1_22 {
	margin-bottom: 130px;
}
#field_1_20, #field_2_23 {
	position: absolute;
	bottom: 35px;
	height: 40px;
	width: 170px;
	left: 210px;
	background-color: #ffffff;
	border-radius: 100px 100px;
}
.show-not-interested, .not-interested-form-block .show-my-interest {
	width: 170px;
	height: 40px;
	color: #cea54b;
	font-family: 'Barlow Condensed PTZ', sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}
.show-not-interested:hover, .not-interested-form-block .show-my-interest:hover {
	color: #5a499e;
}
#field_2_21 {
	padding-bottom: 20px;
}
.gform_wrapper .top_label .gfield_label {
	display: none !important;
}
#input_1_1,
#input_1_2,
#input_1_4,
#input_1_5,
#input_2_1,
#input_2_2,
#input_2_4,
#input_2_5,
#input_2_21,
#input_3_1,
#input_3_2,
#input_3_3,
#input_3_4,
#input_1_22,
#input_2_22 {
	width: 100%;
	border-width: 0px 0px 2px;
	display: block;
	border-style: solid;
	border-color: #5a499e;
	font-size: 12px;
	padding: 2px;
	border-radius: 0;
	background-color: transparent;
}
#input_1_22,
#input_2_22 {
	background-color: transparent;
}
#input_1_1::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_1_1::-moz-placeholder { color: #000000; opacity: 1; }
#input_1_1:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_1_1:-moz-placeholder { color: #000000; opacity: 1; }
#input_1_2::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_1_2::-moz-placeholder { color: #000000; opacity: 1; }
#input_1_2:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_1_2:-moz-placeholder { color: #000000; opacity: 1; }
#input_1_4::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_1_4::-moz-placeholder { color: #000000; opacity: 1; }
#input_1_4:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_1_4:-moz-placeholder { color: #000000; opacity: 1; }
#input_1_5::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_1_5::-moz-placeholder { color: #000000; opacity: 1; }
#input_1_5:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_1_5:-moz-placeholder { color: #000000; opacity: 1; }
#input_2_1::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_2_1::-moz-placeholder { color: #000000; opacity: 1; }
#input_2_1:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_2_1:-moz-placeholder { color: #000000; opacity: 1; }
#input_2_2::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_2_2::-moz-placeholder { color: #000000; opacity: 1; }
#input_2_2:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_2_2:-moz-placeholder { color: #000000; opacity: 1; }
#input_2_4::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_2_4::-moz-placeholder { color: #000000; opacity: 1; }
#input_2_4:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_2_4:-moz-placeholder { color: #000000; opacity: 1; }
#input_2_5::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_2_5::-moz-placeholder { color: #000000; opacity: 1; }
#input_2_5:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_2_5:-moz-placeholder { color: #000000; opacity: 1; }
#input_3_1::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_3_1::-moz-placeholder { color: #000000; opacity: 1; }
#input_3_1:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_3_1:-moz-placeholder { color: #000000; opacity: 1; }
#input_3_2::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_3_2::-moz-placeholder { color: #000000; opacity: 1; }
#input_3_2:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_3_2:-moz-placeholder { color: #000000; opacity: 1; }
#input_3_3::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_3_3::-moz-placeholder { color: #000000; opacity: 1; }
#input_3_3:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_3_3:-moz-placeholder { color: #000000; opacity: 1; }
#input_3_4::-webkit-input-placeholder { color: #000000; opacity: 1; }
#input_3_4::-moz-placeholder { color: #000000; opacity: 1; }
#input_3_4:-ms-input-placeholder { color: #000000; opacity: 1; }
#input_3_4:-moz-placeholder { color: #000000; opacity: 1; }

#input_1_22::-moz-placeholder          { color: #000000; opacity: 1; }
#input_1_22:-ms-input-placeholder      { color: #000000; opacity: 1; }
#input_1_22:-moz-placeholder           { color: #000000; opacity: 1; }
#input_2_22::-moz-placeholder          { color: #000000; opacity: 1; }
#input_2_22:-ms-input-placeholder      { color: #000000; opacity: 1; }
#input_2_22:-moz-placeholder           { color: #000000; opacity: 1; }

.ginput_container_checkbox input,
.ginput_container_radio input {
	opacity: 0;
	width: 1px;
	height: 1px;
	position: absolute;
}
.gform_wrapper .ginput_container_checkbox input + label,
.gform_wrapper .ginput_container_radio input + label {
	padding-left: 20px !important;
	position: relative;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, 
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	 font-weight: 500 !important; 
}
.gform_wrapper .ginput_container_checkbox input + label::before,
.gform_wrapper .ginput_container_radio input + label::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #5a499e;
	left: 0;
	top: 1px;
}
.gform_wrapper .ginput_container_checkbox input + label::after,
.gform_wrapper .ginput_container_radio input + label::after {
	content: "✓";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 1px;
	top: -5px;
	color: #5a499e;
	font-size: 20px;
	font-weight: 400;
	display: none;
}
.gform_wrapper .ginput_container_checkbox input:checked + label::after,
.gform_wrapper .ginput_container_radio input:checked + label::after {
	display: block;
}
.gform_wrapper .top_label li ul.gfield_checkbox, 
.gform_wrapper .top_label li ul.gfield_radio {
	display: flex;
	flex-wrap: wrap;
}
.gform_wrapper .top_label li ul.gfield_checkbox > li, 
.gform_wrapper .top_label li ul.gfield_radio > li {
	width: 33%;
	margin-bottom: 0px;
}
.gform_wrapper .top_label li ul.gfield_radio > li.gchoice_1_11_0,
.gform_wrapper .top_label li ul.gfield_radio > li.gchoice_1_11_1,
.gform_wrapper .top_label li ul.gfield_radio > li.gchoice_2_20_0,
.gform_wrapper .top_label li ul.gfield_radio > li.gchoice_2_20_1,
.gform_wrapper .top_label li ul.gfield_radio > li.gchoice_2_20_2,
.gform_wrapper .top_label li ul.gfield_radio > li.gchoice_2_20_3 {
	width: 100%;
}
.gfield_checkbox > li {
	width: 30%;
}
.gfield_checkbox > li span {
	position: absolute;
	top: 17px;
	left: 20px;
	line-height: 12px;
	font-size: 10px;
	color: #6C6C6C;
}
.gchoice_1_7_3 {
	overflow: visible !important;
}
.gform_wrapper #gform_1 .gform_footer,
.gform_wrapper #gform_2 .gform_footer {
	padding: 0;
	margin: 0;
}
.gform_wrapper #gform_1 #gform_submit_button_1,
.gform_wrapper #gform_2 #gform_submit_button_2,
.gform_wrapper #gform_4 #gform_submit_button_4 {
	position: absolute;
	bottom: 10px;
	background-color: #cea54b;
	color: #ffffff;
	font-family: 'Barlow Condensed PTZ', sans-serif;
	border: 0;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px 0 12px;
	line-height: 1em;
	display: block;
	width: 200px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}
.gform_wrapper #gform_4 #gform_submit_button_4 {
	position: relative;
}
.gform_wrapper #gform_1 #gform_submit_button_1:hover,
.gform_wrapper #gform_2 #gform_submit_button_2:hover,
.gform_wrapper #gform_4 #gform_submit_button_4:hover {
	background-color: #5a499e;
}

.not-here-form-block .wrap {
	display: flex;
	border-top: 2px solid #eeeeee;
	padding-top: 20px;
	margin-top: 20px;
}

.not-here-form-block .wrap > .form {
	width:100%;
}

.not-here-form-block .wrap > .address-table {
	width: 50%;
	overflow: hidden;
	max-height: 250px;
}

.not-here-form-block .wrap .gform_wrapper .top_label input.medium {
	width: 80%;
}

.address-table ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
.address-table .small-desc {
	font-size: 12px;
	/* margin-bottom: 40px; */
	font-weight: bold;
}

.address-table ul li {
	list-style: none;
	border:1px solid #cccccc;
	max-width: 500px;
	padding:10px;
	background-color: #ffffff;
}

.address-table ul li:nth-child(even) {
	background-color:#eeeeee;
}

.address-table ul li.hide {
	display: none;
}

.address-table ul li span {
	cursor: pointer;
	text-decoration: underline;
	color: #000000;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.address-table ul li span:hover {
	color: #5a499e;
}

.additional-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
	/*display: none;*/
}

#coffeerm-button {
	display: none;
}

.responsive-menu-items {
	max-width: 250px;
	background-color: #5a499e;
	padding: 100px 0 0;
}
#responsive-menu-items .menu-item {
	border-color: #ffffff;
	width: 85%;
	margin-bottom: 30px;
	/*font-size: 30px;*/
	padding: 10px;
	margin: 20px;
}

#responsive-menu-items .menu-item:hover {
	background-color: #ffffff;
}

#responsive-menu-items .menu-item a {
	color: #ffffff;
}

#responsive-menu-items .menu-item:hover a {
	color: #5a499e;
}

#coffeerm-button span {
	width: 30px;
	height: 3px;
	background-color: #cea54b;
	transition: all 0.25s;
	margin-left: 4px;
}

#coffeerm-button {
	background-color: #ffffff;
	border-radius: 100%;
}

.back-to-home-button, 
.contact-us-button, 
.jump-to-faq {
	border: 2px solid #5a499e;
	color: #5a499e;
	font-family: 'Barlow Condensed PTZ', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	width: 110px;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	line-height: 1em;
	padding: 5px 0 6px;
	display: inline-block;
	margin-left: 10px;
}
.back-to-home-button:hover,
.contact-us-button:hover,
.jump-to-faq:hover {
	background-color: #5a499e;
	color: #ffffff;
}
.simple-logo img {
	position: absolute;
	top: 90%;
	right: 102%;
}
.block-fluff {
	pointer-events: none;
	position: fixed;
	bottom: 0;
	height: 100px;
	width: 100%;
	left: 0;
}
.fluff-5 {
	background-color: rgba(90,73,158,0.3);
	width: 300px;
	height: 40px;
	right: 0;
	position: absolute;
	border-radius: 100px 0 0 100px;
	bottom: 50px;
}
.fluff-6 {
	background-color: #5a499e;
	position: absolute;
	right: 150px;
	bottom: 30px;
	width: 200px;
	height: 40px;
	border-radius: 100px;
}
/*
-------------------------------------------------------------|
                                                         FAQ |
-------------------------------------------------------------|
*/
.faq-block-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.faq-accordions {
	max-height: 450px;
	margin-top: 20px;
}
.faq-block-content .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.faq-block-content .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #5a499e;
}
.faq-block-content > h2 {
	color: #cea54b;
	margin: 0;
	text-transform: uppercase;
	font-size: 62px;
	font-weight: 800;
	line-height: 1em;
}
.accordion {
	padding: 0 25px 20px;
	position: relative;
}
.accordion-indicator {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #5a499e;
	border-radius: 100%;
	border: 2px solid #5a499e;
	left: 0;
	top: 2px;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	pointer-events: none;
}
.accordion.open .accordion-indicator {
	background-color: #ffffff;
}
.accordion-indicator span {
	background-color: #ffffff;
	width: 12px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 2px;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}
.accordion.open .accordion-indicator span {
	background-color: #5a499e;
}
.accordion-indicator span:last-child {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion.open .accordion-indicator span:last-child {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.accordion > h3 {
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
	position: relative;
}
.accordion > h3::after {
	content: "";
	position: absolute;
	right: 100%;
	width: 25px;
	height: 25px;
}
.accordion > h3:hover {
	color: #51499e;
}
.accordion-content {
	display: none;
}
.accordion-content.open {
	display: block;
}
/*
-------------------------------------------------------------|
                                               CONTACT BLOCK |
-------------------------------------------------------------|
*/
.contact-block-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	max-height: 90%;
	max-width: 1000px;
	height: 450px;
}
.contact-block-content h2 {
	color: #cea54b;
	margin: 0;
	text-transform: uppercase;
	font-size: 62px;
	font-weight: 800;
	line-height: 1em;
}
.contact-block-content h2 + p {
	color: #5a499e;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	font-size: 23px;
	line-height: 1em;
	letter-spacing: 0.03em;
}
.gform_wrapper #gform_3 #gform_submit_button_3 {
	background-color: #cea54b;
	color: #ffffff;
	font-family: 'Barlow Condensed PTZ', sans-serif;
	border: 0;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px 0 12px;
	line-height: 1em;
	display: block;
	width: 200px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}
.gform_wrapper #gform_3 #gform_submit_button_3:hover {
	background-color: #5a499e;
}
#gform_wrapper_3 {
	width: 50%;
	float: left;
	padding-right: 70px;
}
.contact-details {
	width: 50%;
	float: left;
}
#gform_fields_3 > li {
	background-color: #ffffff;
	margin-top: 0;
}
#gform_fields_3 > li .medium {
	padding: 5px;
}
#input_3_4 {
	height: 76px;
}
.contact-details h3 {
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 1px;
	font-size: 18px;
}
.contact-details p {
	font-size: 13px;
	text-transform: uppercase;
	color: #222222;
}
.contact-details a {
	color: #222222;
}
.gform_confirmation_message {
	font-size: 20px;
	margin-top: 25px;
	color: #5a499e;
}

body .gfield_description.validation_message {
	display: none;
}
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding: 0;
	max-width: unset !important;
}
body .gform_wrapper div.validation_error {
	margin-bottom: 0;
	padding: 0;
	background-color: #790000;
	color: #ffffff;
	position: absolute;
	top: -40px;
}

body .gform_wrapper div.validation_error {
	top: 0px;
	position: relative;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: none !important;
	margin-bottom: 0 !important;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

/*body .gform_wrapper .top_label #field_1_22 div.ginput_container, body .gform_wrapper .top_label #field_2_22 div.ginput_container{
		margin-bottom: 40px;
	}*/
/*
-------------------------------------------------------------|
                                          RESPONSIVE STYLING |
-------------------------------------------------------------|
*/
/* here */

/*if mobile device*/
html.mobile-device {
	overflow: hidden;
}
html.mobile-device .not-here-form-block, html.mobile-device .interested-form-block, html.mobile-device .not-interested-form-block, html.mobile-device .lightish-box {
	position: absolute;
}

@media (orientation: landscape) {
	html.mobile-device.ipad-mobile body {
		overflow: hidden;
	}
	html.mobile-device body {
		overflow-y: scroll;
	}
	html.mobile-device:not(.ipad-mobile) #primary, html.mobile-device:not(.ipad-mobile) .faq-block-content {
		position: absolute;
		top: 20px;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		width: 90%;
		max-width: 1000px;
	}
	html.mobile-device:not(.ipad-mobile) .responsive-menu-items {
		padding: 30px 0 0;
	}
	body.pop .block-fluff {
		display: none;
	}
	html.mobile-device:not(.ipad-mobile) body.pop .not-here-form-block, 
	html.mobile-device:not(.ipad-mobile) body.pop .interested-form-block, 
	html.mobile-device:not(.ipad-mobile) body.pop .not-interested-form-block, 
	html.mobile-device:not(.ipad-mobile) body.pop .lightish-box {
		background-color: transparent;
		background-image: unset;
	}
	body.pop .footer-fluff {
		display: none;
	}
}

/*end if mobile*/
@media handheld, (orientation: portrait) {
	html.mobile-device:not(.ipad-mobile) body {
		overflow-y: scroll;
	}
	html.mobile-device.ipad-mobile #primary {
		position: absolute;
		top: 100px;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		width: 90%;
		max-width: 1000px;
	}
	#gform_fields_1,
	#gform_fields_2 {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
	}
	#gform_fields_2 > *,
	#gform_fields_1 > * { /* i.e. child */
		-webkit-column-break-inside: unset;
		-moz-column-break-inside:unset;
		-moz-page-break-inside:unset;
		page-break-inside: unset;
		break-inside: unset;
		padding-right: 0;
	}
	#field_1_7 {
	 margin-bottom: initial !important; 
	}
	/*body.pop {
		overflow-y: scroll;
	}*/
	.interested-form-block, .not-interested-form-block, .lightish-box, .not-here-form-block {
		position: absolute;
	}
	body.pop .block-fluff {
		display: none;
	}
} 

@media handheld, (max-width: 768px), (orientation: portrait) {
	.main-content-block .left, .main-content-block .right {
		width: 80%;
		float: none;
		position: relative;
		z-index: 9;
		left: 50%;
		transform: translate(-50%);
		text-align: center;
	}
	#field_2_16 {
		margin-top: 40px;
	}
	.intro-cta-buttons > div {
		margin: 10px auto;
	}
	/*.intro-cta-buttons .show-my-interest {
		margin-bottom: 50px !important;
	}*/

	.image-banner {
		position: absolute;
		top: -70px;
		left: 50%;
		max-width: 400px;
		transform: translateX(-50%);
		bottom:unset;
	}

	/*.intro-cta-buttons .go-to-faq, .intro-cta-buttons .go-to-contact, .intro-cta-buttons .go-to-not-here {
		color: #ffffff;
	}*/
}


@media(max-width: 1050px) {
	/*.additional-nav {
		width: 120px;
	}*/
	.back-to-home-button, 
	.contact-us-button, 
	.jump-to-faq {
		padding: 4px 6px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.additional-nav {
		display: none;
	}

	#coffeerm-button {
		display: initial;
	}

}
@media(max-width: 1023px) {
	.gfield_checkbox > li span {
		display: none !important;
	}
	.main-content-block .right {
		top: 75px;
	}
	.gform_wrapper .top_label li ul.gfield_checkbox > li, 
	.gform_wrapper .top_label li ul.gfield_radio > li {
		width: 50%;
	}
	#field_1_6 {
		margin-bottom: 0;
	}
	#gform_fields_1, 
	#gform_fields_2 {
		height: auto;
	}
	.gform_wrapper #gform_1 #gform_submit_button_1, 
	.gform_wrapper #gform_2 #gform_submit_button_2 {
		position: relative;
		width: 50%;
		margin-top: 20px;
	}
	#field_1_20, #field_2_23 {
		padding-top: 10px;
		width: 100%;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	#field_2_23 {
		bottom:10px;
		border-radius: 100px;
	}
	.logged-in .go-to-not-here {
		width: 100%;
		padding-top: 40px;
	}
	.gfield .show-not-interested, .not-interested-form-block .gfield .show-my-interest {
		border-radius: 100px;
		bottom: 10px;
		width: 45%;
		right: 0px;
	}
	#field_1_7 {
		margin-bottom: 100px;
	}
	#field_2_17,
	#field_1_18 {
		padding-top: 1px;
	}
	#field_1_1,
	#field_1_2, 
	#field_1_4, 
	#field_1_5, 
	#field_1_15, 
	#field_1_16,
	#field_1_17, 
	#field_1_22,
	#field_2_1, 
	#field_2_2, 
	#field_2_4, 
	#field_2_5, 
	#field_2_16,
	#field_2_22 {
		 padding-right: 0; 
	}
	.show-not-interested, .not-interested-form-block .gfield .show-my-interest {
		background-color: #5a499e;
		/*border-radius: 100px 0 0 100px;*/
		height: 46px;
		position: absolute;
		bottom: 0;
		line-height: 46px;
	}
	.show-not-interested:hover, .not-interested-form-block .gfield .show-my-interest:hover {
		color: #ffffff;
	}
}

@media(max-width: 800px) {
	.not-here-form-block .wrap {
		display:block;
	}
	.not-here-form-block .wrap > .form, .not-here-form-block .wrap > .address-table {
	    width: 100%;
	}
}

@media(max-width: 767px) {
	#gform_fields_1, #gform_fields_2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}
	#field_1_7 {
		margin-bottom: 0;
	}
	.gform_wrapper {
		max-height: 500px;
	}
	#field_2_21 {
		padding-bottom: 0;
	}
	.gform_wrapper .top_label li ul.gfield_checkbox > li, 
	.gform_wrapper .top_label li ul.gfield_radio > li {
		width: 33%;
	}
	.gfield_checkbox > li span {
		display: block !important;
	}
}
@media(max-width: 640px) {
/*scott start*/
	.intro-text {
		padding-right: 50px;
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-top: 50px;
	}
	body {
		overflow-y: scroll;
		background-image: unset;
	}
	.intro-cta-buttons .go-to-faq, .intro-cta-buttons .go-to-contact, .intro-cta-buttons .go-to-not-here {
		color: #cea54b;
	}
	/*body.pop {
		overflow: hidden;
	}*/
	#primary {
		position: absolute;
		top: unset; 
		left: unset; 
		-webkit-transform: unset; 
		-ms-transform: unset; 
		-o-transform: unset; 
		transform: unset; 
		width: auto; 
		max-width: 1000px;
		padding: 35px;
	}
	.contact-block-content h2, .form-block-content h2, .faq-block-content > h2 {
		font-size: 31px;
		padding-right: 40px;
	}
	#coffeerm-button {
		top: 25px;
	}
	body.pop .fluff-5 {
		display: none;
	}
	#field_1_20, #field_2_23 {
		padding-top: 10px;
		width: 100%;
	}
/*end scott*/
	body.pop .footer-fluff {
		display: none;
	}


	.main-content-block .right {
		display: none;
	}
	.main-content-block .left {
		width: 100%;
		text-align: center;
		padding-bottom: 50px;
	}
	.show-my-interest, 
	.go-to-faq,
	.go-to-contact,
	.go-to-not-here {
		margin-left: auto;
		margin-right: auto;
	}
	.intro-text {
		padding: 0;
	}
	.front-fluff .fluff-1 {
		width: 30%;
		right: 10%;
	}
	.front-fluff .fluff-3 {
		right: 51.5%;
	}
	.front-fluff .fluff-4 {
		right: 73.5%;
	}
	.back-to-home-button,
	.contact-us-button {
		top: -40px;
	}
	.faq-accordions {
		max-height: 350px;
		margin-top: 20px;
	}
	.gform_wrapper {
		max-height: 300px;
	}
	#gform_wrapper_3 {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.contact-details {
		width: 100%;
		float: none;
		text-align: center;
	}
	#input_3_4 {
		height: 40px;
	}
	.gform_wrapper #gform_3 #gform_submit_button_3 {
		width: 100%;
		font-size: 18px;
		margin-bottom: 0;
	}
	.contact-details p {
		margin-bottom: 0;
		line-height: 1em;
	}
	.fluff-6 {
		display: none;
	}
	.contact-block .back-to-home-button {
		top: 0;
	}
	.contact-block-content h2 {
		margin-top: 50px;
	}
	.form-block-content h2 {
		margin-top: 20px;
	}
}
@media(max-width: 550px) {
	.gform_wrapper .top_label li ul.gfield_checkbox > li, 
	.gform_wrapper .top_label li ul.gfield_radio > li {
		width: 50%;
	}
	.gfield_checkbox > li span {
		display: none !important;
	}
	.interested.right,
	.not-interested.left {
		width: 100%;
		height: 50%;
	}
	.not-interested.left {
		top: 50%;
	}
	/*.form-block-content h2 {
		font-size: 50px;
	}*/
}
@media(max-width: 420px) {
	.logo {
		max-width: 70%;
		margin: auto;
	}
	body {
		overflow-y:scroll;
	}
	.not-here-form-block, .interested-form-block, .not-interested-form-block, .lightish-box {
		background-image: unset;
	}
}

/*--------- ----------- ----------- Height restrictions 
@media(max-height: 640px) {
	.gform_wrapper,
	.faq-accordions {
		max-height: 300px;
	}
	#gform_wrapper_3 {
		max-height: none;
	}
}

@media(max-height: 540px) {
	/*.gform_wrapper,
	.faq-accordions {
		max-height: 150px;
	}
	.fluff-1,
	.fluff-3,
	.fluff-4,
	.fluff-6 {
		display: none;
	}
	.fluff-5 {
		pointer-events: none;
	}
	#gform_wrapper_3 {
		max-height: none;
	}
}