/*Remove @font-face for final version*/
body {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, h5 span {
	font-weight: 400;
	color: black;
	font-family: "ff-good-headline-web-pro-con", 'Trebuchet MS', Arial, sans-serif;
}
a {
	cursor: pointer;
}
* {
	box-sizing: border-box;
	font-family: "canada-type-gibson";
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav , section, 
label, input, select{
	display: inline-block;
}
sup{
	vertical-align: super;
	font-size: .5rem;
}
body{
	width: 1024px;
	margin:0 auto;
	height: 62.5rem;
	letter-spacing: 0.03em;
}
main {
	width: calc(100% - 12rem);
	/* margin-top: 4px; */
	float: right;
	position: relative;
	/* position: fixed;
	top: 0; */
	/* height: calc(100vh - 7em - 75px) !important; */
	/* overflow:scroll; */
}
input[type='text'] {
	margin: 0;
}
label {
	font-size: 1.3em;
}
form{
	float: left;
}
fieldset {
	background-color: white;
	border: none;
}
footer{
	width: 100%;
  height: 75px;
}
li {
	list-style: none;
}
a{
	text-decoration: none;
}
h6 {
	font-size: 1.45em;
}
a.link-button, button {
	font-size: 1.3em;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	color: black;
	border: 1px	solid #ffad44;
	padding: .6rem;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-appearance: none;
	background-color: #fff;
	position: relative;	
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	border: 1px	solid #ffad44;
	box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
	-mox-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.25);
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime-local]:hover, input[type=datetime]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, select:hover, textarea:hover {
	border: 1px	solid #ffad44;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.approx-sqft {
	width: 321px;
	float: right;
}
.order-area {
	margin-top: 7px !important;
	font-size: 23px;
	line-height: 20px;
	padding: 0;
	color: #393939;
	font-family: "ff-good-headline-web-pro-con", 'Trebuchet MS', Arial, sans-serif !important;
	white-space: pre-wrap;
}
.hasDatepicker {
	width: 120px;
}
.page-wrapper {
	padding: 10px;
	width: 100%;
	float: left;
}
.orange-border {
	border: 1px	solid #ffad44 !important;
}
.total {
	padding: .6rem 0;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.total.mobile {
	padding: 1px 0;
	margin-top: 2px;
}
.mobile {
	display: none;
}
.details {
	display: block;
}
.input-wrapper span {
	float: left;
}
.input-wrapper label {
	float: left;
	color: black;
}
.input-wrapper label, .input-wrapper input {
	width: 100%;
	font-size: 1.3em;
}
input:active, select:active, button:active {
	box-shadow: none;
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select {
	font-size: 1.3em;
	color: #393939;
	padding: 5px 8px 6px;
	max-width: 500px;
	line-height: 21px;
	height: 38px;
}
.price {
	float: left;
	width: auto;
	font-size: 1.4em;
}
.add-to-order, .no-thanks {
	float: left;
}
.jquery-modal {
	-webkit-overflow-scrolling: touch;
}
#aerialDateFieldLabel, #aerialFromHDDateFieldLabel {
	box-shadow: none;
	cursor: initial;
}
select option:hover {
	background-color: #707070;
}
#address_street_direction {
	margin-top: 5px;
}
.new-print-client {
	width: calc(100% - 20px);
}
.dropdown-arrow{
	position: relative
}
.dropdown-arrow::after{
	content: "";
	position: absolute;
	z-index: 2;
	right: 1.5rem;
	top: 50%;
	margin-top: .625rem;
	height: 0;
	width: 0;
	border-top: .375rem solid #707070;
	border-left: .375rem solid transparent;
	border-right: .375rem solid transparent;
	pointer-events: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*Custom Radio Buttons and Check Boxes*/
input[type=radio] {
    display: none;
    margin: 0px;
}

input[type=radio] + label, button {
    display: block;
    margin: 0;
    padding: .6rem 0;
    text-align: center;
}

button:hover{
	background: #feb75b;
}
.stock-photos-container {
  max-width: 880px;
  margin: 40px auto 0;
}
.inline-block {
  display: inline-block;
}
.stock-photos-container .modal-footer button {
  margin-top: 0;
}
.stock-region {
  float: left;
  width: 100%;
}
.modal-dialog button {
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.modal-dialog button:hover {
	background: #ffc478;
	border: 1px solid #FFAD44;
}
.modal-dialog button:active {
	box-shadow: none;
}
input[type=checkbox] {
    display: none;
    margin: 0px;
}
input[type=checkbox] + label, input[type=radio] + label, .cost-estimate, fieldset.check-box input[type="text"], .open-house label {
  	position: relative;
    display: inline-block;
    margin: 0;
		font-size: 1.4em;
    color: black;
    padding: .6rem .6rem .9rem;
    padding-left: 36px;
    background-color: white;
    border: solid #FFAD44;
    border-width: 1px;
    text-align: center;
		width: 100%;
		margin-bottom: .25rem;
}
input[type=checkbox] + label:hover, input[type=radio] + label:hover, .open-house label:hover, input[type=checkbox]:checked + label, input[type=radio]:checked + label, button, .add-fp-catalog { 
	background-color: #ffad44;
	color: white;
	font-weight: 500;
	background-image: none;
}
.required-fields {
	float: left;
	margin-top: 0;
}
textarea {
	width: 100%;
	padding: .5rem;
	font-size: 1.2em;
	border: solid 1px #ffad44;
}

.open-house .item-1 label{
	display: none;
}
.open-house.discount {
	display: none;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	display: block;
	margin-bottom: 10px;
}
.print-wrapper {
	margin: 15px 0;
}
/*End Custom Radio Buttons and Check Boxes*/
/* Animated Check Mark */
.checkmark {
  width: 35px;
  position: absolute;
  top: calc(50% - 17.5px);
  left: 5px;
}
hr {
	width: calc(100% - 30px);
	border-top: 1px solid #c4c4c4;
	margin: 40px 10px;
	display: inline-block;
}
.stock-cost.inline-block {
  margin-left: 30px;
}
.show {
  display: block !important;
}
input:checked + label .path,
div[id*="additionalAreasCheckbox"] .path,
.stock-photo .path {
	display: block;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out;
  -webkit-animation: dash 1.5s ease-in-out;
}

input + label .path {
	display: none;
}
.spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
input[type="text"].added-area{
	background-color: #ffad44;
}
.pre-shoot {
	color: blue;
}
div[id*="additionalAreasCheckbox"]{
	position: relative;
}
button{
	cursor: pointer;
	width: 250px;
	border-radius: 0;
	border: 1px solid #ffad44;
	margin-top: 15px;
}
button:focus, button:active {
	outline: none;
}
@-webkit-keyframes dash {
 0% {
   stroke-dashoffset: 1000;
 }
 100% {
   stroke-dashoffset: 0;
 }
}

@keyframes dash {
 0% {
   stroke-dashoffset: 1000;
 }
 100% {
   stroke-dashoffset: 0;
 }
}
/* End Animated Check Mark */
a {
	color: black;
}
h1 {
	color: #ffad44;
	text-align: center;
	font-size: 2rem;
	padding: .625rem;
}

.header-title {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 2.5rem;
	border: solid #707070;
	border-width: 5px 0;
	line-height: 5.25rem;
	text-shadow: 0 8px 16px rgba(0, 0, 0, 1), 0 6px 20px rgba(0,0,0,0.19), 3px 3px 9px #000;
}

.header-background {
	float: left;
	width: calc(100% - 10px);
	margin: 6px 0 0 10px;
	background-color: white;
	position: relative;
	background-size: 100%;
}

.order-page{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 200px;
}

.left-bar, .right-bar {
	float: left;
	position: relative;
	height: auto;
	margin-top: .5rem;
}
.left-bar {
	width: 52%;
}
.right-bar {
	width: 48%;
}
.full-bar{
	margin-top: .5rem;
}
.sign-install-notes {
	margin-top: 60px;
}
[class*="item-"]{
	width: 100%;
	float: left;
}

.right-bar [class*="item-"] input{
	float: right;
}

.right-bar{
	padding-left: 10px;
}

/*.right-bar [class*="item-"] label,
.right-bar [class*="item-"] .sub-note{
	margin-left: 5%;
}*/
.order-nav-button-set {
	position: absolute;
	bottom: 85px;
	right: 8px;
}

.order-nav-button, button.additional-agent {
	font-size: 1.5em;
	font-weight: 500;
	padding: 3px;
	cursor: pointer;
	width: 5.25rem;
	background-color: #ffad44;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 1.3em;
}
.order-nav-button:hover, button.additional-agent:hover {
	background-color: #f99d28;
	color: white;
}
button.additional-agent{
	width: 10.25rem;
}
.sub-note {
	font-size: .9rem;
	margin-top: .25rem;
	float: left;
	width: 100%;
	line-height: 15px;
}
.sub-item {
	float: left;
	width: 100%;
}
.fp-images-container {
	background-color: white;
	float: left;
	width: 100%;
}
.fp-images-header {
	text-align: center;
}
.fp-images {
	display: block;
	/*height: calc(100vh - 620px);*/
	overflow-y: auto;
}
.mobile {
	display: none;
}
.logo-overlay {
	position: absolute;
	top: 15px;
	left: 5%;
	right: 0;
	background: url(../../images/order-form/realfoto_logo.png);
	width: 90%;
	height: calc(100% - 25px);
	opacity: 0.1;
	background-size: contain;
}
.images {
	position: relative;
}
.floorplan {
	position: relative;
	display: inline-block;
	width: calc(50% - 2px);
	height: calc(100% - 7px);
}
/* jQuery-ui Overrides */
/*input[name=date-picker] {
	z-index: 0;
}*/
.ui-dialog-title {
	color: white;
	font-size: 22px;
	font-weight: 500;
}
.ui-corner-all{
	border-radius: 0;
}
.ui-datepicker{
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.ui-button-icon {
	background-color: #f8f7f7;
}
.ui-widget-content.ui-widget.uplist-registration {
	border: 1px solid #ffad44;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  height: calc(100% - 5px) !important;
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto;
  max-height: 1250px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active{
	background: #ffad44;
	border: solid 1px #707070
}
.hide {
	display: none !important;
}
.hide-it {
	display: none;
}
.travel-charge, .travel-charge-custom {
	margin-top: -26px;
	margin-left: 3px;
	float: left;
	width: 258px;
	font-size: 12px;
	font-family: 'canada-type-gibson';
	font-weight: 100;
}
.travel-charge-custom {
	float: right;
	margin-top: -31px;
	margin-right: 295px;
}
#fpCatalogLabelFromMain {
	width: 100%;
	max-width: 250px;
	text-align: center;
	font-size: 24px;
	padding: 8px 10px 8px 10px;	
}
.ui-dialog { clear: both; }
.ui-button {
	background: #ffc670;
	border: 1px solid #cccccc;
}
.ui-button:hover, .ui-button:focus {
	background: #ff9001;
	border: 1px solid #cccccc;
}
.ui-button:active {
	background: #ff9001;
	border: 1px solid #cccccc;
}
.ui-dialog .ui-dialog-content {
  overflow: hidden;
  font-size: 1.3em;
  height: calc(100% - 43px) !important;
  min-height: 130px !important;
}
.stock-photo-page #formErrors {
  min-height: 50px !important;
}
.stock-photo-page #orderSubmitModal {
  min-height: 90px !important;
}
.ui-timepicker-wrapper {
  width: calc(33% + 5px);
}
.ui-timepicker-list {
	text-align: center;
	font-size: 1.2em;
}
.ui-timepicker-list .ui-timepicker-selected:hover, .ui-timepicker-list li:hover, li.ui-timepicker-selected {
	background: #ffad44;
}
.ui-timepicker-wrapper {
	height: 250px;
}
#primaryTimePicker {
	text-align: center;
	width: 100%;
	border: none;
}
.first-time label, #houseStandardLabel, .order-date-time label, *[id^=additionalAreas], label[id^=select] {
	padding-left: 0 !important;
}
input::-webkit-calendar-picker-indicator{
    display: none;
}
.navLink li {
	color: black;
}
.navLink {
	margin-bottom: 9px;
	display: block;
}
#navBarButton {
	width: 100%;
	padding: .5rem 0;
	background-color: #fff;
	border: 1px solid #ffad44;
}
.order-nav.nav-bar {
	margin-top: 10px;
	position: relative;
}
.order-nav.nav-bar li, .order-nav.nav-bar li:visited {
  padding: 7px 0;
  background-color:#fff;
	border-bottom: 1px solid #ffad44;
}

.order-nav.nav-bar li {
	position: relative;
	overflow: hidden;
	font-size: 1.6em;
	text-align: center;
	z-index: initial;
	border: solid #ffad44;
	border-width: 1px 1px 0 1px;
	background-color: #fff;
/* 	background: linear-gradient(#ffad44 50%, #fff 50%);
	background-size: 100% 200%;
	background-position: left bottom;
	transition: all .25s linear; */
}
.order-nav.nav-bar li:first-of-type{
	border-width: 0;
}
.order-nav.nav-bar li:last-of-type {
	border-width: 1px 1px 1px 1px;
}
.order-nav.nav-bar li:hover, .order-nav.nav-bar li:active, .order-nav li.active{
	/* background-position: left top; */
	background-color: #ffad44;
	color: #fff;
	font-weight: 500;
}

.order-nav.nav-bar li a {
	color: #000;
	width: 100%;
	height: 100%;
	display: block;
}

.navImg {
	position: absolute;
	border: solid #ffad44;
	border-width: 0 1px 1px 1px;
	width: 100%;
	bottom:0;
    transition: bottom 1s ease;
    transition-delay: .2s;
    z-index: -1;
}
.order-nav.nav-bar li:hover + img {
	bottom: calc(-10rem + 1px);
}
.subtotal {
	float: left;
	width: 100%;
}
.subtotal-text {
	padding-left: 6px;
	margin-bottom: 0;
}
#sectionInfo {
	float:left;
}
.section-info {
	display: none;
	line-height: 20px;
	font-size: 1em;
	float: left;
	max-height: calc(100vh - 762px);
	overflow-y: auto;
	overflow-x: hidden;
}
.extra-width-10-px {
	width: calc(100% + 10px);
}
.section-info.active{
	display: block;
}
/* Tooltip */
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	font-size: 0.9em;
	opacity: 1;
	padding: 0;
	margin: -16px 0 0;
	width: 100%;
	font-style: italic;
	color: #364fff;
	float: left;
}
/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #707070;
	color: #ffffff;
	font-style: initial;
	font-size: 1.1em;
	line-height: 20px;
	text-align: center;
	padding: 5px;
	border-radius: 6px 6px 6px 0;
	position: absolute;
	z-index: 1;
	left: 40px;
	bottom: 5px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;

	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.tooltip .tooltiptext.large {
	width: 250px;
	font-size: 1.4em;
	left: 125px;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #707070 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/*CSS Based Pop-out Items */
#twilightDateField, #discountTwilightDateField, #primaryDateField {
	visibility: none;
	opacity: 0;
	transition: visibility 0s, opacity: 1s linear;
	text-align: center;
	pointer-events: none;
}
#twilightPhotoLabel,
#discountTwilightPhotoLabel,
#additionalPhotos2ToggleLabel,
#additionalVT2ToggleLabel {
	position: relative;
	z-index: 2;
}
#twilightPhoto:checked ~ #twilightDateField,
#discountTwilightPhoto:checked ~ #discountTwilightDateField,
#twilightPhotoPremium:checked ~ #twilightDateField,
#discountTwilightPhotoPremium:checked ~ #discountTwilightDateField,
#primaryDateRequest:checked ~ #primaryDateField {
	visibility: visible;
	opacity: 1;
	margin-left: 0;
	pointer-events: auto;
}
#twilightPhoto:checked ~ #twilightDateFieldLabel, 
#twilightPhotoPremium:checked ~ #twilightDateFieldLabel,
#discountTwilightPhoto:checked ~ #discountTwilightDateFieldLabel, 
#discountTwilightPhotoPremium:checked ~ #discountTwilightDateFieldLabel {
	display:inline;
	text-align: right;
}
#primaryDateFieldLabel {
	display: none;
}
#primaryDateRequest:checked ~ #primaryDateFieldLabel {
	display: block;
}
/*Page 1 - Property Info*/
.header-1 {
	background-image: url('../../images/order-form/home-banner.jpg');
	background-position: 50% 45%;
}

/*Page 2 - Photos and Virtual Tours*/
.header-2 {
	background-image: url('../../images/order-form/photo-banner.jpg');
	background-position: 50% 60%;
	background-size: 117%
}
#twilightPhotoPremiumLabel, #discountTwilightPhotoPremiumLabel {
	margin-bottom: 10px;
}
#twilightDateFieldLabel, #discountTwilightDateFieldLabel {
	width: auto;
	margin-right: 100px;
	float: left;
	padding: 0;
	display: none;
}

#additionalVT2ToggleLabel,
#additionalPhotos2ToggleLabel {
	text-align: right;
	padding-right: 20px;
}
.right-bar.page-2 .item-1 label {
	width: 100%;
	float: right;
	margin-bottom: .25rem
}
.right-bar.page-2 [class*="item-"] {
	margin-left: 0;
}
.right-bar.page-2 .item-2 select{
	width: 100px;
}
.right-bar.page-2 .item-2 {
	margin: 10px;
}
/*Page 3 - Floor Plans*/
.header-3 {
	background-image: url('../../images/order-form/floorplan-banner.jpg');
	background-position: 29% 55%;
	background-size: 125%;
}
#condoDiscountSwitcher1{
	display: none;
}
#additionalAreas {
	float: left;
	width: 50%;
}
#additionalAreas label:first-of-type {
	padding-left: 5px !important;
}
#additionalSqft {
	float: left;
	width: 50%;
	margin-top: 13px;
}
#additionalSqft label,
#additionalSqft input {
	width: 200px;
	float: right;
}
input[type='text'][id*='additionalAreas']{
	text-align: center;
}
/* Page 4 - Virtual Open House */
.header-4 {
	background-image: url('../../images/order-form/openhouse-banner.jpg');
	background-position: 50% 47%;
}
.page-5.left-bar .item-1 label[id*="hdVideo"] { 
	display: none;
}
.aerial-date-picker {
	display: none;
	margin: 10px 0 30px;
	float: left;
	width: 100%;
}
#discountTwilightDateField, #twilightDateField, #aerialDateField, #signPostDateField {
	position: relative;
	width: 55%;
	min-width: 180px;
	height: 41px;
	float: left;
	text-align: center;
	margin: -3px 5px 10px 0;
}
.aerial.save, .aerial.save-tri {
	display: none;
}
#floorplanAddon1Label span:first-child {
	padding-left: 20px;
}
.save-tri {
	border-style: solid;
	border-width: 23px 19px 24px;
	border-color: transparent #ffad44 transparent transparent;
	position: absolute;
	right: -30px;
	top: -2px;
}
.save {
	background-color: #ffad44;
	padding: 5px 22px;
	float: right;
	position: absolute;
	right: -164px;
	top: -2px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
}
.save.from-hd {
	right: -139px;
}
.save.from-sign {
	right: -159px;
	padding: 4px 17px;
}
.save-tri.from-sign {
	border-width: 22px;
	top: -2px;
	right: -58px;
}
.sign-save {
	position: absolute;
	top: 52px;
	right: 18px;
}
.order-date-time-inner.item-4 {
	margin-top: 20px;
}
/* sidebar */
#sideBar {
	padding-left: 10px;
	width: 12rem;
	height: calc(100vh - 147px);
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	margin-top: 72px;
}
#orderSection {
	/* height: calc(100vh - 7em - 75px) !important; */
	/* max-height: calc(100vh - 7em) !important; */
	/* padding-bottom: 0 !important; */
}
#aerialvoiceOverLabel {
	width: 100%;
}
#discountAerialFromHDLabel, #discountAerialVideoLabel, #aerialVideoLabel {
	width: 100%;
	padding-right: 0px;
	padding-left: 28px;
}
.page-8 .item-5 {
	display: none;
}
.brochure-quantity {
	margin-top: -90px;
}
.business-card-estimate {
	display: block !important;;
}
#brochureCalc {
	font-size: 1.2em;
}
#voiceOverLabel {
	margin-bottom: .25rem;
}
.half-width {
	width: 50%;
}
.additionalPhotos2, .additonalVT2 {
	float: left;
	width: 100%;
}
.additionalPhotos2 {
	margin-bottom: 1rem;
}

/* Page 5 - HD Video */

.header-5 {
	background-image: url('../../images/order-form/video-banner.jpg');
	background-position: 50% 50%;
}

/* Page 6 - Aerial */
.header-6 {
	background-image: url('../../images/order-form/aerial-banner.jpg');
	background-position: 50% 30%;
}
.page-6.left-bar .item-1 label {
	width: 100%;
}
.page-6.right-bar .item-1 label {
	width: 100%
}
#discountAerialVideoLabel, #discountTwilightPhotos {
	display: none
}
#aerialDateField {
	position: relative;
}

/* Page 7 - Print */
.header-7 {
	background-image: url('../../images/order-form/print-banner.png');
	background-position: 50% 50%;
}
.page-7 .full-bar fieldset {
	width: 50%;
}

.page-7 .full-bar fieldset label,
.page-7 .full-bar .item-2 label, 
.page-9 .full-bar fieldset label {
	float: left;
	width: 50%;
	position: relative
}
.page-7 .full-bar .item-2 label{
	width: 24%;
	margin-right: 1%
}
.page-7 .item-3 {
	margin-top: 10px;
}
.first-time {
	float: left;
	width: 420px;
	padding: 5px;
}
.first-time fieldset {
	border: none;
}
.order-date-time {
	z-index: 1;
	margin-right: 5px;
	position: relative;
}
.account-pick.first-time .radio-buttons input[type=radio] + label {
	width: 50%;
	padding: 9px;
	float: left;
}
#newClientInputLabel{
	margin-top: 2.5rem;
}
.page-7 .right-bar .item-3 fieldset{
	width: 100%;
	float: right;
}
.page-7 .right-bar .item-3 fieldset label{
	margin-left: 0;
}
.page-7 .left-bar .item-4 input,
.page-7 .left-bar .item-7 input{
	width: 100%;
}
.page-7 .full-bar.item-5 input {
	width: 50%;
}
#businessCards{
	clear: left;
}
/* Page 8 - Sign Posts */
.header-8 {
	background-image: url('../../images/order-form/post-banner.jpg');
	background-position: 50% 38%;
}
.page-8 .left-bar .item-1 label{
	width: 100%;
}
.page-8 .full-bar.item-2 fieldset {
	height: 190px;
	position: relative;
	z-index: 1;
}
.discount-aerial-from-hd {
	display: none;
	width: 100%;
	float: left;
	margin-top: 120px;
}
.page-3 .item-2, .page-3.right-bar, .page-2.right-bar, .page-4.right-bar, .left-bar.page-5 .item-2, .right-bar.page-5 , .page-6 .item-2, .page-6.right-bar, .page-7.right-bar, .page-7 .item-4, .page-8 .item-2, .page-8 .item-3, .page-9 .item-3, .page-9 .item-4, .page-9 .item-1 {
	display: none;
}

.info-qty-error, .rack-qty-error, .business-qty-error {
	display: none;
	margin-top: 10px;	
}
.custom-print-input {
	margin-top: 15px;
}
#newPrintYesOpt, #newPrintNoOpt, #brochures, #rackCards, #businessCards, #customPrint, #brochureOpts {
	display: none;
}
#newPrintYesOpt {
	display: block;
}
.cost-estimate {
	font-size: 18px;
	margin: 25px 0 60px;
	text-align: left;
	width: 100%;
}
.brochure-cost {
	width: calc(50% + 1px);
}
#brochures .page-7.right-bar {
 margin-top: 11px;
}
#rackCardBleedLabel, #rackCardDoubleLabel, #businessCardBleedLabel, #businessCardDoubleLabel {
	width: 100%;
	margin-top: 15px;
}
#rackCardDoubleLabel {
	margin-top: 5px;
}
#brochureBleedLabel {
	width: 95%;
  position: absolute;
  left: 20px;
  top: 145px;
}

#infoQty, #rackQty, #businessQty {
	width: 100px;
	float: left;
	margin-right: 10px;
}
#primaryDateField	{
	margin-top: 0;
	width: calc(100% - 10px);
	margin-top: 0;
	padding: 8px;
	text-align: center;
}
#signPostDatePicker {
	float: left;
	z-index: -1;
	transition: margin-left 1s ease;
	margin-top: 10px;
	width: 100%;
	margin-left: -110%;
}
#signPostDatePicker {
	min-width: 320px;
}

#primaryDateFieldLabel{
	margin-left: 2.5%;
	width: 90%;
}
.aerial-hd-combo {
	margin-top: 50px;
	display: none;
	text-align: center;
}
/* Page 9 - Contact */
.header-9 {
	background-image: url('../../images/order-form/contact-banner.jpg');
	background-size: 100% 100%;
}
.page-9.full-bar{
	width: 100%;
	float: left;
}
.additional-agent-rets{
	margin-top: 3.824rem
}
.agent-login > div {
	width: 50%;
	display: inline;
	float: left;
	padding: 5px;
}
.page-9 div .radio-buttons{
	width: 100%;
	float: left;
}
#specificTime{
	border: none;
	text-align: center;
	width: 100%
}
.form-modal {
	text-align: center;
	background:white;
	padding: 10px;
	border: 1px	solid #ffad44;
	display: none;
}
.rack-qty {
	margin-top: 10px;
}
.full-width {
	width: 100% !important;
}
#newCustomerYesOpt, #newCustomerNoOpt {
	display: none;
	width: 100%;
	float: left;
}
#fsboRepeat, #fsbo {
	display: none;
}
#fsboAddressMatchLabel {
	margin: 0 0 5px !important;
  width: 280px !important;
}
#fsbo {
	margin-top: 20px;
}
#fsboMiddleInitial {
	width: 35px;
}
.margin-20 {
	margin: 20px 0;	
}
.not-an-agent {
	width: 95%;
	padding: 1px 5px;
}
.not-an-agent-button.sm {
	margin-top: 33px;
	padding: 7px;
}
.special-instructions {
	height: 250px;
}
a.button {
	cursor: pointer;
	border: 1px solid #ffad44;
	margin-top: 15px;
	background-color: #FFAD44;
	display: block;
	margin: 0;
	padding: .6rem 0;
	text-align: center;	
}
#fsbo label {
	margin-top: 10px;
	width: 100%;
}
::-webkit-input-placeholder {
   color: rgba(0,0,0,0.3);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.3);  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0,0,0,0.3);  
}

:-ms-input-placeholder {  
   color: rgba(0,0,0,0.3);  
}

div[class^="loader"]{
  /* N.Gallagher's image replacement */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.loader{
  width: 0px;
  height: 0px;
  box-shadow: 0 0 0 3px #ffad44, 20px 0 0 4px #ffad44, 40px 0 0 5px #ff9103, 60px 0 0 3px #ffad44; 
  -webkit-animation:loading1 1s infinite linear;
	margin-left: 208px;
	margin-top: 28px;
}

@-webkit-keyframes loading1{
  25% {    box-shadow: 0 0 0 3px #ffad44, 20px 0 0 3px #ffad44, 40px 0 0 4px #ffad44, 60px 0 0 5px #ff9103;  }
  50% {   box-shadow: 0 0 0 5px #ff9103, 20px 0 0 3px #ffad44, 40px 0 0 3px #ffad44, 60px 0 0 4px #ffad44;  }
  75% {    box-shadow: 0 0 0 4px #ffad44, 20px 0 0 5px #ff9103, 40px 0 0 4px #ffad44, 60px 0 0 3px #ffad44; }
  100% {    box-shadow: 0 0 0 3px #ffad44, 20px 0 0 4px #ffad44, 40px 0 0 5px #ff9103, 60px 0 0 4px #ffad44; }
}
#additionalSqft {
	display: none;
}
.row {
	float: left;
	width: 100%;
}
.address-fields.fields {
	margin-top: 10px;
}
.address-fields label, .address-fields input{
	display: inline-block;
	float: left;
}
.address-fields label {
	width: 130px;
	padding-top: 13px;
}
.address-fields input {
	width: 75px;
}
.input-md {
	width: 200px;
}
.address-fields-wrapper {
	width: 100%;
}
hr.property-details {
	margin: -10px 0;
	float: left;
	width: 100%;
}
.input-wrapper {
	display: inline;
	margin: 5px 20px 0 0;
	float: left;
}
.fields h3 {
	margin: 20px 0;
	font-size: 22px;
}
.input-wrapper.unit-street {
	width: 100px;
}
.input-wrapper.street-name, #address_street_name {
	width: 230px;
}
.input-wrapper.suffix {
	width: 140px;
}
.input-wrapper.direction {
	width: 120px;
}
.input-wrapper.direction select {
	width: 70px;
}
#label_home_size {
	margin-left: 0;
}
#home_size {
	width: 100%;
}
.size-fields {
	margin-top: -20px;
}
.region-or {
	display: inline-block;
	float: left;
	width: 38px;
	font-size: 1.3em;
	line-height: 100px;
}
div.dhxcombo_material input.dhxcombo_input {
	padding-left: 5px;
	border: 1px solid #ffad44;
	font-family: "canada-type-gibson";
	font-size: 16px;
}
div.dhxcombo_material {
	width: 140px !important;;
	height: 39px;
	margin-top: 4px;
	border-bottom: none;
}
div.dhxcombo_material:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
div.dhxcombo_material input {
	width: 100% !important;
	left: 0 !important;
	height: 100% !important;
}
div.dhxcombo_material.dhxcombo_actv {
	border-bottom: none;
}
#stockPhotoModalChoice {
	height: auto !important;
}
#stockPhotoModal {
	display: none;
}
/* .modal {
	background: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	position: absolute;
	max-width: 1000px;
	margin-left: calc((100% - 1000px)/2);
	padding: 10px;
	top: 0;
} */
.modal:focus {
	outline: none;
}
/* .modal-dialog {
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	background: white;
	padding: 15px 0px 15px 15px;
	height: 100%;
} */
.matching-regions {
	max-height: calc(100vh - 289px);
	overflow-y: auto;
	overflow-x: hidden;
}
/* .modal-footer {
	margin-top: 10px;
	height: 60px;
	float: right;
	background: rgb(255, 255, 255);
	padding: 12px;
	border: 1px solid #e2e2e2;
	box-shadow: 0px 7px 11px 4px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
} */
.modal-footer.no-stock-photos {
	padding: 7px;
	margin-top: 2px;
	font-size: 20px;
}
.modal button {
	width: 32px;
	margin-top: -4px;
	border-radius: 2px;
	margin: -2px 10px 0 0;
	color: white;
	padding: 6px;
}
.modal-header button {
	float: right;
	font-size: 1.7em;
	padding: 1px 4px 4px;
}
.modal-footer button {
	width: auto;
	margin-left: 20px;
	padding: 7px 9px 9px;;
	display: inline-block;
	font-weight: 500;
	font-size: 1.4em;
}
.modal-title {
	font-weight: 500;
	font-size: 2.2em;
}
.ui-dialog .ui-dialog-buttonpane button.form-error-btn {
	margin-right: 120px;
}
.modal-title.mobile {
	display: block;
}
.modal a.close-modal {
	display: none;
}
.modal .region-name {
	float: left;
	width: calc(100% - 50px);
}
.modal .region-name .region-distance {
	color: #898989;
	font-size: 85%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.matching-regions img {
	cursor: pointer;
	margin-right: 5px;
}
.stock-photo {
	display: inline;
	position: relative;
	float: left;
	height: 113px;
	width: 160px;
	margin: 10px 10px 0 0;
}
.stock-overlay {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	z-index: 1;
}
.btn.see-more-stock-photos {
	width: auto;
}
.stock-photo .checkmark {
	width: 40px;
	height: 39px;
	position: absolute;
	left: 4px;
	border-radius: 25px;
	top: 3px;
	z-index: 2;
	background: rgba(255, 165, 0, 0.85);
}
.more-stock-photos {
	float: left;
	display: none;
}
.stock-photo-img {
	width: 100%;
	height: 100%;
	margin: 0 8px 5px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.see-more-btn-wrapper {
	width: 100%;
	float: left;
	margin: 5px 0;
}
#discountOpenHouseFromFpBLabel {
	padding-left: 32px;
}
#deselect-all-stock-photos {
	display: none;
	width: auto;
	font-size: 1.4em;
	padding: 6px;
	margin-top: -50px;
}
#businessCards fieldset {
	display: none;
}
#page1Region, #address_street_suffix, #address_street_direction {
	padding: 7px;
	margin-top: 5px;
	height: 38px;
}
#page1Region {
	padding: 6px;
	margin-bottom: 0;
}
.bundle-price {
	display: none;
}
.ui-dialog-titlebar {
	background-color: #ffad44;
	background-image: none;
	border: 1px solid #df901a;
}
.ui-dialog .ui-dialog-buttonpane {
	padding-right: 0.5em;
}
.ui-dialog .ui-dialog-buttonpane button {
	color: white;
	border-color: #d68c05;
	background-color: #ffad44;
	width: 230px;
	display: inline-block;	
}
.ui-dialog .ui-dialog-buttonpane button:hover {
	background-color: #f9bd50;
}
#menuBuilder #nav #mainmenu li.menu_items {
	height: 35px;
}
#formErrors {
	height: auto !important;
	max-height: 150px !important;
	font-size: 21px;
	padding: 0;
	margin-top: 10px;
}
#orderSubmitModal {
	font-size: 21px;
	padding: 0;
	margin-top: 10px;
}
select[id^=additionalPhotos], select[id^=additionalVT] {
  max-width: 100px;
}
.tooltip .tooltiptext.large a {
	color: #291598 !important
}

.small-print {
	font-size: .8125em;
  	line-height: 1.35;
  	font-style: italic;
}
.small-print a {
	text-decoration: underline;
}
@media only screen and (max-width:460px)	{	
	body {
		width: 100%;
	}
	.approx-sqft {
		width: 100%;
	}
	.ui-dialog .ui-dialog-buttonpane button.form-error-btn	{
		margin-right: 0;
	}
	.sign-install-notes {
		margin-top: 0;
	}
	.order-area {
		margin-top: 5px !important;
		color: #ffad44 !important;
	}
	.tooltip .tooltiptext.large {
		width: 90%;
		left: 5%;
	}
	.travel-charge, .travel-charge-custom {
		margin-top: -258px;
	}
	#twilightDateFieldLabel, #discountTwilightDateFieldLabel {
		float: right;
	}
	#mainmenu {
		box-shadow: 0 2px 3px 0 rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19) !important;
		-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19) !important;
		-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19) !important;
		background: #3d3d3d !important;
	}
	#menuBuilder #nav.order {
		width: 200%;
	}
	#menuBuilder #nav ul li, #menuBuilder #nav ul li.menu_items > a span.text_menu_link {
		color: #ffad44;
	}
	#menuBuilder #nav ul li.menu_items {
		background-color: #3d3d3d;
	}
	.header-background {
		background-image: none !important;
	}	
	li.active {
		color: #ffad44;
	}
	.margin-top-20-phone {
		margin-top: 20px !important;
	}
	.order-nav {
		width: 55% !important;
	}
	.order-nav-main {
		width: 45% !important;
	}
	.navLink {
		margin-bottom: 0;
	}
	.nav-bar {
  	margin-top: 2px;
	}
	.desktop {
		display: none;
	}
	.-mobile {
		margin-botom: 60px;
	}
	.open-house {
		margin-top: 0;
	}
	.text-center-mobile {
		text-align: center;
	}
	a.link-button, button {
		font-size: 20px;
	}
	.first-time {
		width: 100%;
	}
	#newAgentCreate {
		margin: 15px auto;
	}
	#signPostButtons {
		height: auto;
		z-index: 0;
	}
	.aerial.save, .aerial.save-tri {
		display: none !important;
	}
	.new-print-client {
		width: 100%;
	}
	#discountAerialFromHDLabel, #discountAerialVideoLabel, #aerialVideoLabel {
		width: 100%;
	}
	.aerial-date-picker.from-hd {
		margin-top: -110px;
	}
	#newClientInputLabel {
		margin-top: 0;
	}
	#twilightDateFieldLabel, #discountTwilightDateFieldLabel {
		margin-right: 0;
	}
	.full-width-mobile {
		width: 100% !important;
	}
/*	#additionalAreas {
		display: none;
	}*/
	#additionalSqft label {
		margin-top: 3px;
		width: auto;
		float: right;
	}
	.discount-aerial-from-hd {
		width: 100%;
	}
	#discountAerialFromHDLabel, #discountAerialVideoLabel, #aerialVideoLabel input[name='date-picker'] {
		width: 100%;
		padding: 7px 5px 0 38px;
		line-height: initial;
	}
	#additionalSqft input {
		width: calc(100% - 10px);
	}
	.page-wrapper {
		padding-left: 5px;
	}
	.half-width-mobile {
		width: 50% !important;
	}
	.padding-right-5-mobile {
		padding-right: 5px !important;
	}
	.more-stock-photos {
		width: 100%;
	}	
	.open-stock-photo-modal button {
		margin-top: 0;
		font-size: 21px;
		padding: 9px;
		width: 100%;
		margin-top: 0;
	}
	.left-bar {
		width: 100%;
	}
	.left-bar.mobile {
		display: none;
	}
	.subtotal-text {
		padding-left: 0px;
	}	
	/* .modal-dialog {
		max-height: initial;
	} */
	.modal-header button {
		padding: 1px 4px 4px;
		margin: -5px 0px;
	}
	.modal-footer button {
		margin: 0 0 0 5px;
	}
	.matching-regions {
		max-height: calc(100vh - 189px);
	}
	.modal-title {
		display: none;
	}
	.modal-title.mobile {
		display: block;
		padding: 0px;
		font-size: 27px;
		margin: 0px;
		text-align: left;		
	}
	.header-title {
		color: #ffad44;
		margin-top: 10px;
		font-weight: 500;
		font-size: 25px;
		border: none;
		line-height: initial;
		text-shadow: none;

	}
	.modal-footer {
		width: 100%;
		padding: 5px;
		height: auto;
	}
	.matching-regions {
		width: 100%;
	}
	.stock-photo {
	  width: calc(50% - 10px);
	}
	.modal .region-name {
		margin-bottom: 0;
	}
	.stock-cost {
		text-align: center;
		margin-top: 10px;
	}
	.order-page .header-background {
		margin: 0;
		width: 100%;
		background-image: none;
	}
	#stockPhotoModal {
		height: calc(100vh - 75px);
		margin: 5px 0 0;
		width: 100%;
		padding: 0;
	}
	.jquery-modal.blocker {
		padding: 0;
		z-index: 50;
	}
	.region-hint {
		text-align: center;
	}
	.stock-overlay {

	}
	/* .modal-dialog {
		padding: 5px 0 5px 5px;
		height: 100%;
	} */
	#deselect-all-stock-photos {
		margin: 1px 17px -32px 0;
		position: absolute;
		right: 0;
		z-index: 3;
	}
	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.ui-dialog .ui-dialog-content {
		height: 100% !important;
  	padding: 0 !important;
	}
	.ui-dialog .ui-dialog-titlebar {
		padding: 0px 5px;
	}
	#orderSection {
		/*height: calc(100vh - 50px) !important;*/
		/*max-height: calc(100vh - 50px) !important;*/
	}
	#fullpage {
		width: 100%;
	}
	main {
		/* height: calc(100% - 170px) !important; */
	}
	#sideBar {
		display: none;
	}
	.input-wrapper.unit-street {
		width: 110px;
	}
	.address-fields label {
		padding-top: 0;
		font-size: 19px;
		width: 140px;
	}
	.input-wrapper.street-name, #address_street_name {
		width: 160px;
		margin-right: 20px;
	}
	#address_street_suffix {
		width: 110px;
	}
	#address_street_direction {
		width: 60px;
	}
	.input-wrapper {
		margin-right: 9px;
	}
	.input-wrapper.suffix, .input-wrapper.direction {
		width: 90px;
	}
	.region-or {
		display: block;
		line-height: inherit;
		width: 100%;
		margin-top: 15px;
	}
	.order-nav-button-set {
		background: white;
		padding: 5px;
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
		-moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
		-webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	}
	.add-to-order, .no-thanks {
		float: right;
	}
	.mobile {
		display: block;
	}
	#mobileSubtotal{
		display: block !important;
		visibility: visible !important;
		position: fixed;
		bottom: 13px;
		left: 13px; 
		z-index: 1;
		width: 50%;
	}
	.ftco-footer > .container {
		display: none;
	}
}
@media screen and (min-device-width: 374px) {
	#orderSection {
		/* height: calc(100vh - 75px - 7em) !important;
		max-height: calc(100vh - 75px - 7em) !important;
		padding-bottom: 0 !important; */
	}
	#exteriorPhotoPremiumLabel {
		padding: 10px 4px 14px 41px;
	}
/*	.required-fields {
		margin-top: 95px;
		float: left;
	}*/
}
@media only screen and (min-device-width : 768px)  and (max-device-width : 1024px)	{
	body {
		width: 100%;
	}
	.travel-charge, .travel-charge-custom {
		margin-top: -135px;
	}
	.travel-charge-custom {
		margin-right: 20px;
	}
	.discount-aerial-from-hd {
		margin-top: 40px;
	}
	.order-area {
		margin-top: -3px !important;
	}
	.margin-top-20-tablet {
		margin-top: 20px !important;
	}	
	.tablet-inline-block {
		display: inline-block !important;
	}
	.padding-left-20-tablet {
		padding-left: 20px !important;
	}
	.margin-top-minus-20-tablet {
		margin-top: -20px;
	}
	.order-date-time-inner.item-4 {
		margin-top: 20px;
	}
	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
		width: 100%;
		max-width: 400px;
		margin: auto;
		text-align: center;
	}
	.ui-widget-content.ui-widget {
		width: 400px !important;
		height: auto !important;
	}
	#additionalSqft label, #additionalSqft input {
		width: calc(100% - 10px);
	}
	#discountAerialFromHDLabel, #discountAerialVideoLabel, #aerialVideoLabel {
		width: 100%;
	}
	.mobile {
		display: block;
	}
	.sign-save {
		top: 45px;
	}	
	.left-bar.tablet {
		width: 100%;
	}
	.details {
		font-size: 19px;
	}
	.half-width-tablet {
		width: 50% !important;
	}
	.full-width-tablet {
		width: 100% !important;
	}
	main {
		/* width: calc(100% - 13rem); */
	}
	input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select {
		padding: 5px 4px 6px;
		margin-bottom: 0;
	}
	input[type=checkbox] + label, input[type=radio] + label, fieldset.check-box input[type="text"], .open-house label {
		padding: 10px 8px 10px 4px;
	}
	.fp-images {
		/*height: calc(100vh - 762px);*/
	}
	.responsive-picture img.logo {
		margin: 5px 0 0 2px;
		width: calc(100% - 4px);
	}
	#sideBar {
		width: 13rem;
		padding-left: 5px;
		/* height: calc(100vh - 230px); */
	}
	
	#menuBuilder .nav-button.button.bar, #menuBuilder .button { 
		padding: 0;
		z-index: 1;
	}
	.modal {
		margin-left: calc((100% - 720px)/2);
	}
	.matching-regions {
		max-height: calc(100vh - 345px);
	}
	h2 {
		line-height: 50px;
		text-shadow: none;
		color: black;
		border: none;
		font-size: 1.9em;
	}
	h4 {
		font-size: 1.4em;
	}
	.sub-note {
		width: 42%;
		margin: 0;
	}
}
.ftco-section{
	padding: 0;
	margin-top: 79px;
}
.ftco-footer{
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.ftco-footer .container, .ftco-footer .row {
	max-width: 100% !important;
}

.ftco-footer a:link, .ftco-footer a:visited {
	color: rgba(0, 0, 0, 0.3);
}
.ftco-footer-social {
	float: left !important;
}
#stockPhotoModal .modal-header {
	flex-wrap: wrap;
}
.modal-header h1 {
	flex: 0 0 100%;
	margin: 0;
	padding: 0;
}
.navbar .navbar-toggler {
	width: initial;
	font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: initial;
	margin: 0;
}
.navbar .navbar-toggler:hover {
	background: none;
}
#ftco-navbar > .container {
	margin: 0 auto;
}
#ftco-navbar > .container:after {
	display: none;
}
.fp-slidesContainer {
	/* overflow: scroll;
	-webkit-overflow-scrolling: touch; */
}
.modal button.modal-cancel {
	width: 100%;
	max-width: 200px;
}

nav.navbar .nav-item {
	font-family: "canada-type-gibson", "Rubik", -apple-system, BlinkMacSystemFont,
	"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
	"Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 300;
}