/* GENERAL
========================================================================== */ 
@font-face {
	font-family: "roboto",sans-serif;
}
body {
	font-family: "roboto",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	margin: 0;
}
#main {
	min-height: 200px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 24px;
}
.header28 {
	font-size: 28px;
	font-weight: 700;
}
.paragraph30 {
	font-size: 30px;
}
.paragraph28 {
	font-size: 28px;
	font-weight: 400;
}
.paragraph24 {
	font-size: 24px;
}
.paragraph18 {
	font-size: 18px;
}
a {
	text-decoration: none;
}
.if_empty_hide_it {
	display: none;
}

/* MINT
========================================================================== */
/*Fields*/
#live_preview_end {
	z-index:2;
}
.mint_field {
    min-height: 24px;
    min-width: 50px;
}
/*Admin message*/
.admin_message {
	font-weight: 500;
	margin: 10px 0;
	color: #FF3A2F;
}
/* LAYOUT
========================================================================== */
.overdiv {
	margin:0 100px;
}
.main_container {
	margin: 60px auto 0;
	max-width: 688px;
	padding-bottom:	206px;
}
/*Background image*/
.bg_container {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.bg_container.no_admin img {
  	display: none;
}
.project_popup .bg_container {
	background-size: contain;
}
/*Flex*/
.flex_container, .contact_box {
	display: flex;
	flex-wrap: wrap;
}
.flex_justify_between, .information_container {
	justify-content: space-between;
}
.flex_justify_end {
	justify-content: flex-end;
}
.flex_justify_center, .contact_box {
	justify-content: center;
}
.contact_box{
	align-items: flex-end;
}
/*Position*/
#logo, .top_image_text_container {
	position: absolute;
}
/* POPUP
========================================================================== */
.popup_close {
	background: url("images/x_grey.svg") no-repeat 50% 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	cursor: pointer;
	z-index: 303;
}
#mint_popup {
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
	border: solid 1px #e5e5e5;
	background-color: #ffffff;
}
.popup_heading h1 {
	margin: 0 0 10px 10px;
}
.popup_sub_heading {
	margin-left: 10px;
}
.popup_checkmark_container {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #047038;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup_checkmark {
	transform: rotate(41deg);
	height: 41px;
	width: 20px;
	border-bottom: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	margin: 0 0 7px 3px;
}
.popup_button {
	margin: 0 auto 10px;
	padding: 0;
}
#popup_find_out_more {
	color: #098f75;
}
#find_out_more_image {
	background: url(images/leaf.png) no-repeat 50% 50%;
	width: 90px;
	height: 90px;
	margin: 20px auto 25px;
}
.popup_container .contact_form {
	margin-top: 20px;
}
.popup_container .contact_form #submit_button {
	width: 150px;
	margin-top: 15px;
}
.popup_sub_heading_project .multiField_1 {
	min-height: 250px;
}
.popup_heading .multiField_2, .popup_sub_heading_project .multiField_1, .popup_sub_heading_project .multiField_3 {
	margin: 0 auto;
	max-width: 97%;
}
#popup_close_project {
	right: 30px;
}
.popup_sub_heading_project .multiField_3 {
	padding-top: 20px;
}
/* RE-USABLE MODULES
========================================================================== */
/*Font sizes*/
#banner_text_1 {
	font-size: 50px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#banner_text_2 {
	font-size: 20px; 
}
#banner_text_1 {
    line-height: 1.16;
}

/*Colors*/
#banner_text_1, #banner_text_2, #footer, #footer a, #left_field, #mint_colored_section, .button a, .multi_product .multiField_2 a, .multi_project .multiField_1 a, .multi_product_gallery .multiField_2 a{
	color: #FFFFFF;
}
.orange_text, #request_button a, #book_button_header a, #payment_button_header a{
	color: #FF3A2F;
}
.blue_text, #project_field_text a {
	color: #3153A1;
}
.story_title a {
	color: #000000;
}
/*Background colors*/
.multi_testimonial{
	background-color: #FFFFFF;
}
.blue_background, .left_field_container {
	background-color: #27445A;
}
.mint_background {
	background-color: #098F75;
}
.peach_background {
	background-color: #FFE0CF;
}
.salmon_background {
	background-color: #EB5E5B;
}
.orange_background {
	background-color: #F57C00;
}
.purple_background {
	background-color: #592E6A;
}
.yellow_background {
	background-color: #F8D300;
}
.different_white_background {
	background-color: #FFFAF7;
}
.illustration_left {
	background: url(images/illustration_left.svg) no-repeat 0 100%;
}
.illustration_centre {
	background: url(images/illustration_centre.svg) no-repeat 50% 100%;
}
.illustration_right{
	background: url(images/illustration_right.svg) no-repeat 100% 0;
}
#telephone_number {
	background: url(images/ic-local-phone.svg) no-repeat 50% 30%;
}
#email {
	background: url(images/ic-email.svg) no-repeat 50% 30%;
}
#telephone_number, #email {
	background-color: #FFE0CF;
	background-size: 50px;
}
/*Buttons*/
.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 46px;
	background-color: #FFFFFF;
	color: #FF3A2F;
	border: 2px solid #FF3A2F;
	border-radius: 6px;
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.button.submitting{
	background-color: #FF3A2F;
	color: #FFFAF7;
	cursor: default;
}
.orange_button {
	background-color: #FF3A2F;
	color: #FFFFFF;
}
.green_button {
	background-color: #098F75;
	color: #FFFFFF;
	border: none;
}
.light_grey_button {
	background-color: #F2F2F2;
	color: #098F75;
	border: none;
}
.request_contact_button {
	margin: 25px 0 0 40px;
}
#request_button, #sign_up_button, #book_button_header, #payment_button_header{
	width: 150px;
	height: 36px;
}
#cards_button {
	float: right;
}
/* CUSTOM Radio Button
========================================================================== */
.payment-label {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.payment-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	top: 0;
	left: 0;
	position: absolute;
	height: 25px;
	width: 25px;
	border: solid 1px #BFBFBF;
	background-color: #FFFFFF;
}
.payment-label .checkmark {
	border-radius: 50%;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.payment-label input:checked ~ .checkmark:after {
	display: block;
}
.payment-label .checkmark:after {
	top: 7.5px;
	left: 7.5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #BFBFBF;
}
/* FORMS
========================================================================== */
.green {
	color: #098f75;
}
.red {
	color: #FF3A2F;
}
.message {
	text-align: center;
	margin: 30px auto;
	font-style: italic;
}
.form_container {
	margin-top: 30px;
	padding-bottom: 70px;
}
.contact_form h2 {
	margin-top: 35px;
}
.contact_form form {
	display: flex;
	flex-flow: column;
	width: 374px;
	margin: 0 auto;
}
.form_two_column {
	width: 384px;
	margin: 0 20px;
	padding-bottom: 160px;
}
#request_contact_form {
	overflow: hidden;
}
.form_two_column form {
	margin-top: 13px;
	width: 384px;
}
.contact_form input, .contact_form textarea, .custom_select {
	font-size: 16px;
	font-family: "roboto",sans-serif;
	line-height: 1.5;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="date"], .contact_form input[type="password"], .contact_form textarea, .sign_up_table input, .sign_up_table textarea, .custom_select {
	border-radius: 3px;
  	border: solid 1px #BFBFBF;
	color: #000000;
	margin-bottom: 15px;
	padding: 5px 10px;
}
.contact_form textarea, .sign_up_table textarea {
	resize: none;
	overflow: hidden;
}
.contact_form input[type="submit"] {
	margin: 30px auto 0;
}
.contact_form input.invalid, .sign_up_table input.invalid {
	border-color: #FF3A2F;
}
.how_hear_container {
	margin-bottom: 25px;
}
.custom_select, .how_hear {
	width: 47%;
}
.custom_select::-ms-expand {
   display: none; /* remove default arrow on ie10 and ie11 */
}
.custom_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("images/arrow_select.svg") no-repeat 95% 50%;
    background-size: 15px;
}
.news_tick_container {
	align-items: flex-start;
}
.news_tick_container label {
	width: 297px;
}
input#news_tick {
	width: 5%;
}
.sign_up_container {
	width: 860px;
	margin: 25px auto 0;
	padding-bottom: 60px;
}
.sign_up_table input, .sign_up_table textarea {
	width: 100%;
	font-size: 16px;
	font-family: "roboto",sans-serif;
	line-height: 1.5;
	box-sizing: border-box;
}
.title {
	width: 50px;
	height: 38px;
	align-items: center;
}
.sign_up_button {
	margin: 40px auto 0;
	font-size: 16px;
	font-family: "roboto",sans-serif;
	line-height: 1.5;
}
.payment_container {
	padding: 20px 0;
}
.small-textarea, .contact_table .small-textarea {
	height: 36px;
}
.payment-label .small-textarea {
	display: none;
}
.collection_container {
	margin-top: 37px;
	padding-bottom: 70px;
}
#place_home_address {
	display: none;
}
#place_home_address input {
	width: 100%;
	box-sizing: border-box;
}
/* HEADER
========================================================================== */
#header {
	padding: 11px 10px 0;
	min-height: 60px;
	align-items: center;
	border-bottom: 1px solid #D3D3D3;
}
#header_right, #header_left {
	width: 50%;
}
#header_right {
	height: 60px;
	align-content: center;
}
#header_left {
	padding-bottom: 10px;
	grid-gap: 10px;
}
#overdiv.admin #logo {
	top: 50px;
}
#logo {
	left: 16px;
    top: 16px;
	width: 80px;
	height: 80px;
	z-index: 1;
}
#logo a {
	width: 80px;
	height: 80px;
	display: inline-block;
}
/*Menu*/
#nav {
	padding-left: 80px;
}
#nav ul {
	display: flex;
}
#nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
#nav ul > li {
	text-align: center;
    cursor: pointer;
    padding: 16px 0;
    position: relative;
    border-bottom: 4px solid #FFFFFF;
    margin: 0px 15px;
    white-space: nowrap;
}
#nav > ul > li.menu_selected,
#nav > ul > li:hover {
	border-bottom: 4px solid #FF3A2F;
}
#nav > ul > li a {
	color: #000000;
	text-decoration: none;
	font-weight: 500;
	padding: 10px 6px 10px 0;
}
#nav > ul > li > ul {
	display: none;
	flex-flow: column;
	background-color: #27445a;
	z-index: 2;
	position: absolute;
	padding-left: 0;
	top: 100%;
} 
#nav > ul > li > ul > li {
	padding: 10px 0;
	margin-left: 10px;
	text-align: left;
	border-bottom: none;
} 
#nav > ul > li:hover > ul {
	display: flex;
	border-top: 4px solid #FF3A2F;
}
#nav > ul > li > ul > li a {
	color: #FFFFFF;
}
#nav > ul > li > ul > li.menu_selected, #nav ul > li > ul > li:hover {
	border-bottom: none;
}
#menu_blog ul {
    display: none;
}
/*Mobile menu*/
#sidebar_icon {
	display: none;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url("images/menu.svg") no-repeat 50% 50%;
	cursor: pointer;
}
#close_sidebar {
	float: right;
 	width: 60px;
 	height: 60px;
 	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
 	background: url("images/x.svg") no-repeat 50% 50%;
 	background-color: #EB5E5B;
 	cursor: pointer;
}
#sign_up_sidebar, #book_sidebar, #payment_sidebar {
	background-color: #098F75;
}
#sign_up_sidebar a, #book_sidebar a, #payment_sidebar a{
	color: #FFFFFF;
}
#request_sample_sidebar {
	background-color: #FFFFFF;
}
#request_sample_sidebar a {
	color: #098F75;
}
.button_sidebar, #sidebar ul > li > div {
	padding: 12px 20px;
}
#sidebar_area {
	display: none;
	width: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #27445A;
	overflow-y: auto;
	z-index: 2;
}
#sidebar {
	width: 100%;
	min-height: 20px;
	text-transform: capitalize;
	box-sizing: border-box;
}
#sidebar ul {
	list-style: none;
	margin: 0;
}
#sidebar ul > li a {
	color: rgba(255, 255, 255, 0.5);
}
#sidebar ul > li > ul, #sidebar ul {
	padding: 0;
}
#sidebar ul > li > ul a {
	color: #FFFFFF;
}
#sidebar ul > li > ul > li > ul {
	display: none;
}
/* SUB HEADER
========================================================================== */
#sub_header {
	margin-top: 40px;
}
#page_title {
	width: 27%;
}
#page_description {
	width: 54%;
	margin-top: 35px;
	padding-bottom: 30px;
}
/* FOOTER
========================================================================== */
#footer p {
	margin: 0;
}
#footer {
	padding: 30px;
}
.footer_field {
	width: 180px;
	margin: 0 150px 0 40px;
}
#footer_field_1{
	width: 80px;
}
#footer_field_1 img {
	width: 80px;
	height:	78px;
}
#footer_field_4 {
	margin-right: 0;
	text-align: right;
}
/* TEMPLATE: Home
========================================================================== */
.slick-arrow {
	width: 83px !important;
	height: 83px !important;
}
.slick-prev {
    left: -83px !important;
    background: url("images/arrow-left.svg") no-repeat 50% 50% !important;
    background-size: 40px !important;
}
.slick-next {
	right: -83px !important;
	background: url("images/arrow-right.svg") no-repeat 50% 50% !important;
    background-size: 40px !important;
}
.slick-prev::before, .slick-next::before {
	display: none !important;
}
#banner_image {
	height: 350px;
	background-position: 50% 23%;
}
.top_image_text_container {
    top: 150px;
    left: 115px;
    width: 362px;
}
#banner_text_1 {
	margin-bottom: 30px;
}
/*#left_field{*/
/*	background: url("images/pound.png") no-repeat 50% 95%;*/
/*	background-size: 100px;*/
/*}*/
.right_field_container, .left_field_container {
	width: 50%;
	min-height: 400px;
}
.right_field_content, #left_field {
	width: 66%;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
}
#right_field_button	{
	margin: 20px auto;
}
#cards_container {
	padding: 30px 100px;
	height: 482px;
}
#multi_card_container {
	width: 1080px;
	margin: 0 auto;
}
#cards_button {
	margin: 30px 120px 0 0;
}
#book_button, #testimonial_button {
	margin: 0 120px 34px 0;
}
#button_field {
	margin: 60px 120px 34px;
}
.blog_section_container {
	padding: 26px 0 29px; 
}
#blog_section_title {
	text-align: center;
}
.story_block_container {
	margin: 0 80px;
}
.story_block {
	width: 320px;
	height: 100px;
	margin: 10px;
	padding: 20px;
	cursor: pointer;
}
.story_media {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	float: left;
}
.story_title {
	width: 194px;
	margin-left: 20px;
	font-size: 20px;
	float: right;
}
.story_date {
	color: rgba(0, 0, 0, 0.5);
	margin-left: 20px;
	width: 194px;
	float: right;
}
#text_field_3 {
	width: 55%;
}
.colored_section {
	padding: 50px 100px;
	align-items: center;
}
.testimonials {
	align-items: flex-start;
}
#text_field_4 {
	width: 26%;
}
#text_field_5 {
	width: 30%;
}
#mint_colored_section {
	background: url("images/white_leaf.png") no-repeat 41% 90%;
	background-size: 80px;
	background-color: #098F75;
}
#find_out_more_button {
	margin: 0 120px 0 0;
}
#text_field_7{
    width: 30%;
}
.advert_box {
	margin: 60px 30px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
  	border: solid 1px #e5e5e5;
  	background-color: #ffffff;
}
.information_container {
	max-width: 512px;
	margin: 0 auto 20px;
	text-align: center;
}
#information_title {
	margin-bottom: 36px;
}
/* TEMPLATE: Contact
========================================================================== */
.contact_box {
	border-radius: 6px;
  	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
}
.contact_box, #other_info {
	width: 324px;
}
.contact_box {
	height: 152px;
}
#other_info {
	height: 100%;
}
#request_container {
	margin-top: 20px;
}
/* TEMPLATE: Product Ranges
========================================================================== */
.multi_product_container {
	padding: 25px 0 206px;
	margin-top: 35px;
}
.multi_product, .multi_project {
	cursor: pointer;
	margin: 10px 20px;
}
#multi_card_container .multi_product, .multi_product .multiField_1, .multi_project .multiField_0, .multi_product_project .multiField_1, #image_field, .multi_product_gallery .multiField_1 {
	width: 320px;
  	min-height: 320px;
	border-radius: 6px;
  	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
}
.multi_product .multiField_2, .multi_project .multiField_1, .multi_product_gallery .multiField_2 {
	top: -50px;
    border-radius: 0 0 6px 6px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.multi_product.admin_border, .multi_project {
	max-width: 320px;
}
.multi_product_gallery {
	width: 770px;
	margin: 0 auto 40px;
}
.multi_product_gallery .multiField_1 {
	width: 100%;
	min-height: 450px;
}
.multi_project .multiField_2 {
	margin-top: -30px;
}
/* TEMPLATE: Project
========================================================================== */
.multi_product_container_project, .multi_product_gallery_container {
	padding: 60px 0 68px;
}
#project_field_text {
	width: 512px;
	margin: 0 auto 40px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
.request_buttons {
	margin: 40px 56px;
}
#testimonials_section{
	padding: 40px 0;
}
/* TEMPLATE: Testimonials
========================================================================== */
#testimonial_container {
	min-height: 550px;
	padding-top: 60px;
}
.multi_testimonial_container {
	padding-bottom: 170px;
}
.multi_testimonial {
	width: 354px;
	height: 100%;
	border-radius: 6px;
  	border: solid 1px #D3D3D3;
  	padding: 20px;
  	margin: 0 20px 40px;
}
.multi_testimonial .multiField_1, .multi_testimonial .multiField_2 {
	font-weight: 500;
	margin-bottom: 13px;
}
.multi_testimonial .multiField_1 {
	font-size: 20px;
}
.multi_testimonial .multiField_3{
	color: rgba(0, 0, 0, 0.5);
}
.star {
	background: url(images/star.svg) no-repeat 50% 50%;
}
.star.selected {
	background: url(images/star-selected.svg) no-repeat 50% 50%;
}
.rating_stars ul {
	list-style-type:none;
	padding:0 15px 0 0;
	-moz-user-select:none;
	-webkit-user-select:none;
}
#stars li {
	width: 25px;
	height: 25px;
}
.multi_testimonial .multiField_3, .rating_stars, .rating_stars ul > li.star {
	display:inline-block;
}
/* TEMPLATE: Process
========================================================================== */
#multi_process_container_1, #multi_process_container_2 {
	align-items: flex-start;
}
.multi_process_sub_container_1, .multi_process_sub_container_2 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.multi_process {
	margin: 20px 20px 59px;
	width: calc(100%/6 - 40px);
	cursor: pointer;
}
.multi_process .multiField_0 {
	font-size: 40px;
	color: #FFFFFF;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.multi_process .multiField_1 {
	width: 80px;
	text-align: center;
	margin-top: 21px;
	font-weight: bold;
}
/* TEMPLATE: Standard
========================================================================== */
.image_text_container {
	margin: 60px auto 0;
	width: 747px;
	padding-bottom: 206px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.text_container, #image_form_container {
	width: 47%;
}
#image_form_container {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}
#about_button {
	margin-top: 50px;
}
/* TEMPLATE: Resources
========================================================================== */
.multi_resources_container {
	max-width: 910px;
	margin: 0 auto;
	padding-bottom: 249px;
}
.multi_resource {
	width: 211px;
	margin: 25px 46px;
	text-align: center;
	cursor: pointer;
}
/* TEMPLATE: Pricing
========================================================================== */
.multi_price_container {
	width: 648px;
	margin: 0 auto;
	padding: 0 20px;
}
.multi_price, .multi_price .multiField_1, .multi_price .multiField_2, .multi_price .multiField_3 {
	display: flex;
}
.multi_price .multiField_1, .multi_price .multiField_2, .multi_price .multiField_3 {
	align-items: center;
}
.multi_price:nth-child(2n) {
	background-color: #FFE0CF;
}
.multi_price:nth-child(2n+1) {
	background-color: #FFFAF7;
}
.multi_price .multiField_1 {
	width: 274px;
	margin-left: 30px;
}
.multi_price .multiField_2 {
	width: 156px;
	margin: 0 16px;
}
.multi_price .multiField_3 {
	color: #047038;
	width: 156px;
}
.price_title {
	font-weight: bold;
	background-color: #FFFFFF !important;
	margin-top: 34px;
}
#price_buttons_container {
	padding-bottom: 50px;
	padding-top: 70px;
}
/* TEMPLATE: Story
========================================================================== */
.news_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 880px;
	margin: 40px auto 0;
}
.story_overview_card, .story_block {
	border-radius: 6px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
	background-color: #FFFFFF;
}
.story_overview_card {
	width: 360px;
	height: 430px;
	padding: 30px 20px;
	margin: 20px;
	text-align: center;
	cursor: pointer;
}
.story_overview_title, .story_overview_title a {
	color: #000000;
	font-size: 25px;
	font-weight: bold;
	margin-top: 20px;
}
.story_overview_date {
	color: rgba(0, 0, 0, 0.5);
	margin: 10px;
}
.news_overview_subtitle {
	min-height: 80px;
}
.news_button {
	margin: 20px auto 0;
}
#blog_single_page_container, .blog_img {
	margin: 0 auto;
}
#blog_single_page_container {
	max-width: 500px;
	margin-top: 70px;
	padding-bottom: 228px;
}
#story_form {
	max-width: 340px;
}
.blog_img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
#blog_title {
	text-align: center;
}
#button_more_articles {
	width: 360px;
	margin: 30px auto 0;
}
/* TEMPLATE: Privacy
========================================================================== */
#privacy_text > ul{
	margin-left: -25px;
}

/* TEMPLATE: Two Columns
========================================================================== */
.two-col-container * {
	box-sizing: border-box;
}
.two-col-container p {
	margin: 0;
}
.two-col-container .multi_add {
	background-color: #FFFFFF;
	padding-top: 24px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.two-col-container {
	padding-bottom: 184px;
	max-width: 1440px;
	margin: 0 auto;
}
.multi-two-col-container {
	margin-top: 34px;
	margin-bottom: 64px;
}
.multi-two-col-container.no-table {
	position: relative;
}
.multi-two-col-container.no-table::before {
	content: "";
	position: absolute;
	width: 0;
	height: calc(100% - 80px);
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px dashed #27445A;
}
.multi_two_col {
	position: relative;
	z-index: 1;
	display: grid;
	grid-column-gap: 48px;
	background-color: #FFFFFF;
}
.multi_two_col + .multi_two_col {
	margin-top: 64px;
}
.multi_two_col .multi_controls,
.multi_two_col .clear {
	grid-column: 1/span 2
}
.multi_two_col:nth-child(2n+1) {
	grid-template-columns: 334px calc(100% - 382px);
}
.multi_two_col:nth-child(2n) {
	grid-template-columns: calc(100% - 382px) 334px;
}
.multi_two_col:not(.with-table):nth-child(2n+1) .multiField_0.img-field {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.multi_two_col:not(.with-table):nth-child(2n) .multiField_1.img-field {
	display: flex;
	align-items: center;
}
.multi_two_col:not(.with-table):nth-child(2n+1) .multiField_1,
.multi_two_col:not(.with-table):nth-child(2n) .multiField_0 {
	position: relative;
	background-color: #27445A;
	color: #FFFAF7;
	border-radius: 10px;
	padding: 32px;
}
#overdiv:not(.admin) .multi_two_col:not(.with-table):nth-child(2n+1) .multiField_1::before,
#overdiv:not(.admin) .multi_two_col:not(.with-table):nth-child(2n) .multiField_0::before {
	content: "";
	position: absolute;
	width: calc(100% - 17px);
	height: calc(100% - 17px);
	border: 1px dashed #FFFAF7;
	border-radius: 10px;
	top: 8px;
	left: 8px;
}
.multi_two_col.with-table:nth-child(2n+1) .multiField_1 table,
.multi_two_col.with-table:nth-child(2n) .multiField_0 table {
	border-collapse: collapse;
	border-radius: 10px;
	overflow: hidden;
	font-size: 14px;
}
.multi_two_col.with-table:nth-child(2n+1) .multiField_1 table + table,
.multi_two_col.with-table:nth-child(2n) .multiField_0 table + table {
	margin-top: 16px;
}
.multi_two_col.with-table:nth-child(2n+1) .multiField_1 table tr:first-child,
.multi_two_col.with-table:nth-child(2n) .multiField_0 table tr:first-child {
	background-color: #27445A;
	color: #FFFFFF;
	font-weight: 700;
	border: 1px solid transparent;
}
.multi_two_col.with-table:nth-child(2n+1) .multiField_1 table tr:nth-child(2n),
.multi_two_col.with-table:nth-child(2n) .multiField_0 table tr:nth-child(2n) {
	background-color: rgba(255, 58, 47, .1);
}
.multi_two_col.with-table:nth-child(2n+1) .multiField_1 table tr:nth-child(2n+1):not(:first-child),
.multi_two_col.with-table:nth-child(2n) .multiField_0 table tr:nth-child(2n+1):not(:first-child) {
	background-color: #FFFAF7;
}
.multi_two_col.with-table:nth-child(2n+1) .multiField_1 table td,
.multi_two_col.with-table:nth-child(2n) .multiField_0 table td {
	border: 1px solid transparent;
	padding: 8px 16px;
}
.multi_two_col:not(.with-table) .multiField_2 {
	display: none;
}
.multi_two_col.with-table .two-col-flex {
	display: flex;
}
.multi_two_col.with-table .two-col-flex > div + div {
	margin-left: 16px;
}
#two_col_field:empty {
	display: none;
}
#two_col_field {
	margin-bottom: 24px;
}
.max720 {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.two-col-container .flex_container {
	margin: 0 -24px;
}
.two-col-container .button a {
	color: inherit;
}
.two-col-container .request_buttons {
	height: 48px;
	max-width: 208px;
	width: calc(50% - 48px);
	margin: 8px 24px;
	min-width: 144px;
}

/* TEMPLATE: Sign up choice
========================================================================== */
.sign-up-choice-parent-container * {
	box-sizing: border-box;
}
.sign-up-choice-parent-container{
	padding-bottom: 250px;
}
.sign-up-choice-container {
	max-width: 850px;
	padding: 0 24px;
	width: 100%;
	margin: 100px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}
.sign-up-choice-text {
	max-width: 850px;
	width: 100%;
	padding: 0 24px;
	margin: 150px auto 0;
}
.disabled_orange_button {
	display: none;
}