/* #region CLIPBOARD */

	.Box Sizing {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.Box Radius {
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
	    border-radius:         0;
	}
	.Box Shadow {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
		-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.35);
		box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.35);
	}
	.Transitions {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

/* #endregion */

/* #region Layout */

	body:before {
		content: "";
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(246,246,246);
		/*background: linear-gradient(225deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 75%); */
	}
	.boxed_content .col {
		margin-bottom: 0;
	}
	.boxed_content .col.span_1_of_2 {
		margin-bottom: 25px;
	}
	.content_strip_inner {
		padding-bottom: 0;
	}

	@media only screen and (max-width: 750px) {
		.col.span_1_of_3:nth-of-type(2), 
		.col.span_1_of_3:nth-of-type(3) {
			margin-top: 25px;
		}
		.boxed_content .col.span_1_of_2 {
			margin-bottom: 5px;
		}
	}

	@media only screen and (max-width: 750px) {
		.col {
			margin: 25px 0;
		}
		.merge_strip_with_strip_above .col:first-child {
			margin-top: 0;
		}
	}

	/* #endregion */

/* #region Curved Divider */

	.curved_divider_top,
	.curved_divider_bottom {
	    width: 100%;
	    overflow: hidden;
	    line-height: 0;
	    z-index: 2;
	    /*margin-bottom: 50px;*/
	}
	.curved_divider_bottom {
		position: absolute;
		bottom: 0;
	}
	.curved_divider_top svg,
	.curved_divider_bottom svg {
	    position: relative;
	    display: block;
	    height: 60px;
	    width: 100%;
	    /*width: calc(140% + 1.3px);*/
	    /*max-width: 100%;*/
	}
	.curved_divider_top .shape-fill {
	    fill: rgba(0,0,0,0.025);
	}
	.curved_divider_bottom .shape-fill {
	    fill: rgba(246,246,246,1);
	}
	/*.curved_divider_top + .section_background {
		margin-top: 10px;
	}*/
	.content_strip {
		padding-top: 0;
	}
	.content_strip_inner {
		padding-bottom: 50px;
	}
	.column_inner_container {
		display: inline-block !important;
	}
	.centered_vertically .content_strip_inner {
		gap: 40px;
	}
	.centered_vertically .content_strip_inner .col.span_1_of_2 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}
	.curved_divider_top + .section_background {
		/*padding: 125px 0;*/
		padding: 75px 0;
		margin: 0;
	}
	.merge_strip_with_strip_below + .content_strip .curved_divider_top {
		display: none;
	}
	.content_strip.merge_strip_with_strip_above .section_background {
		padding-top: 10px;
		/* background: rgba(0,0,0,0.025); */
	}
	.content_strip.merge_strip_with_strip_below .section_background {
		padding-bottom: 10px;
	}
	/* .content_strip.merge_strip_with_strip_above .section_background {
		padding-top: 0;
	}
	.content_strip.merge_strip_with_strip_below .section_background {
		padding-bottom: 0;
	} */
		
	@media only screen and (max-width: 1000px) {
		.curved_divider_top svg, 
		.curved_divider_bottom svg  {
		    height: 50px;
		}
		.section_background {
			margin-bottom: 45px;
		}
	}
	
	@media only screen and (max-width: 750px) {
		.curved_divider_top svg, 
		.curved_divider_bottom svg  {
		    height: 40px;
		}
		.content_strip.merge_strip_with_strip_below .section_background {
			padding-bottom: 0;
		}
		.content_strip.merge_strip_with_strip_above .section_background {
			padding-top: 0;
		}
	    .merge_strip_with_strip_below .col.span_1_of_3:nth-child(3) {
			margin-bottom: 25px;
		}
	}
	
	@media only screen and (max-width: 575px) {
		.curved_divider_top svg, 
		.curved_divider_bottom svg {
		    height: 30px;
		}
		.curved_divider_top + .section_background {
			margin-top: 0;
		}
	}
	
	@media only screen and (max-width: 400px) {
		.curved_divider_top svg, 
		.curved_divider_bottom svg {
		    height: 20px;
		}
	}

/* #endregion */

/* #region Testimonial Strip */

	.testimonial_curved_strip {
		text-align: center;
	}
	.testimonial_curved_strip,
	.testimonial_curved_strip h3 {
		color: white;
	}
	.testimonial_curved_strip p {
		color: #444;
	}
	.testimonial_curved_strip .star:after {
	    background: url(../images/star_dark_grey.png);
	    background-size: cover;
	}
	.content_strip.testimonial_curved_strip {
		background: linear-gradient(0deg, rgba(131, 196, 67, 1) 0%, rgba(162, 222, 103, 1) 75%);
	}
	.content_strip.testimonial_curved_strip .curved_divider_top .shape-fill {
		fill: #f1f1f1;
	}
	.content_strip.testimonial_curved_strip .section_background {
		background: none;
	}
	.testimonial_curved_strip + .content_strip .curved_divider_top .shape-fill {
		fill: rgba(131, 196, 67, 1);
	}
	.testimonial_curved_strip h3 {
		font-size: 2.8vw;
		line-height: 1.3;
	}
	.testimonial_curved_strip h3 p:before {
		content: "\201C";
	}
	.testimonial_curved_strip h3 p:after {
		content: "\201D";
	}

	@media only screen and (min-width: 1075px) {
		.testimonial_curved_strip h3 {
			font-size: 30px;
		}
	}
	@media only screen and (max-width: 800px) {
		.testimonial_curved_strip h3 {
			font-size: 22px;
  			line-height: 1.3;
		}
	}

/* #endregion */

/* #region Colours */

	.pale_grey {
		background: rgb(235,235,235);
		background: linear-gradient(0deg, rgba(0,0,0,0.025) 0%, rgba(255,255,255,0) 50%); 
	}

/* #endregion */

/* #region Type */

	.page_title {
		float: none;
	}	
	h1.seo_page_title {
		text-transform: uppercase;
	    color: rgba(0, 0, 0, .35);
	    font-size: 13px;
	    font-weight: 600;
	    letter-spacing: 1.5px;
	    line-height: 1.5;
	    margin-bottom: 2px;
	}
	h1.seo_page_title + h2.page_title {
		margin-top: 0;
	}
	.including_background_image h1.seo_page_title {
	    color: rgba(255,255,255,.75);
	}
	h1.page_title {
		text-align: left !important;
	}
	h2.sub_headline,
	h2.page_title + h2.sub_headline {
		margin-top: 10px;
	}
	.including_background_image h2.sub_headline, .including_background_image h2.page_title + h2.sub_headline {
		margin-top: 6px;
	}
	h3 {
		font-size: 30px;
		line-height: 1.2;
		font-weight: 700;
		/*text-transform: uppercase;*/
	}
	h3.subtitle {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h6 {
		color: #bbb !important;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1.5px;
		line-height: 1.1;
		margin: 0;
	}
	h6 + h3 {
		margin-top: 7px;
	}
	.including_image h1.page_title,
	.including_image h2.page_title {
		color: white !important;
		/*max-width: 850px;*/
		max-width: 1200px;
		margin: 0 auto;
		float: none;
	}
	.section_outer.header {
		text-align: center;
	}
	.section_outer.title_area {
		text-align: left;
	}
	li {
		text-indent: -22px;
		padding-left: 22px;
	}
	p a,
	li a {
		color: #444;
	}
	.including_background_image h2.page_title + h2.sub_headline {
		color: white;
	}
	h2.intro {
		margin-top: 10px;
	}
	h1.page_title + h2.intro {
		margin-top: 10px;
	}
	.subheading_container {
		text-align: left;
		margin-bottom: 40px;
	}
	.subheading_container h2 {
		font-size: 30px;
		font-weight: 700;
	}

	@media only screen and (max-width: 750px) {
		h3 {
			font-size: 26px;
		}
	}

	@media only screen and (max-width: 500px) {
		h3 {
			font-size: 24px;
		}
	}
	
	@media only screen and (max-width: 750px) {
		h4 {
			font-size: 22px;
		}
	}

	@media only screen and (max-width: 700px) {
		h1.page_title {
			text-align: center !important;
		}
	}

/* #endregion */

/* #region Menu */

	/* #region Dropdown Menu */
		
		ul.header_menu {
			position: relative;
			top: 0;
			display: inline-block;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
			/*background: rgba(0,0,0,0.1);*/
		}
		ul.header_menu li {
			display: inline-block;
			position: relative;
			list-style: none;
			text-indent: 0;
			padding-left: 0;
			margin: 0 5px;
			/*background: rgba(0,0,0,0.1);*/
		}
		ul.header_menu li a {
			font-size: 15px;
			font-weight: normal;
			color: #444;
			padding: 0 10px 2px;
			-webkit-border-radius: 15px;
			-moz-border-radius:    15px;
			border-radius:         15px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		ul.header_menu li.menu-item-has-children a {
			padding-right: 20px;
		}
		ul.header_menu li.hover a,
		ul.header_menu li a:hover,
		ul.header_menu li a:focus,
		ul.header_menu li a:active {
			background: rgba(0,0,0,0.03);
		}
		ul.header_menu li.menu-item-has-children:after {
			content: "";
			background: url(/wp-content/themes/photon/svg/chevron-right-bbb.svg);
			opacity: 0.5;
			height: 10px;
			width:  6px;
			display: block;
			position: absolute;
			top:   9px;
			right: 8px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		ul.header_menu li.menu-item-has-children:hover:after {
			opacity: 0.75;
			-ms-transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			transform-origin: center;
		}
		ul.header_menu li.current-menu-item a {
			color: #97d956;
		}
		ul.header_menu li.current-menu-item a:hover,
		ul.header_menu li.current-menu-item a:focus,
		ul.header_menu li.current-menu-item a:active {
			color: #84cf45;
		}
		#header_menu ul.sub-menu {
			visibility: hidden;
			z-index: 2;
			/*text-align: center;*/
			margin: 0 auto;
			padding: 0;
			padding-top: 14px;
			position: absolute;
			top: 100%;
			left: 6px;
			width: auto;
			/*background: #f6f6f6;*/
			/*-webkit-border-radius: 5px;
			-moz-border-radius:    5px;
			border-radius:         5px;*/
			/*-webkit-box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.15);
			-moz-box-shadow:    0px 0 25px 0 rgba(0, 0, 0, 0.15);
			box-shadow:         0px 0 25px 0 rgba(0, 0, 0, 0.15);*/
		}
		#header_menu ul.sub-menu:before {
			content: "";
			display: block;
			width: 100%;
			height: calc(100% - 15px);
			position: absolute;
			top: 15px;
			left: 0;
			background-color: white;
			-webkit-border-radius: 5px;
			-moz-border-radius:    5px;
			border-radius:         5px;
			-webkit-box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.15);
			-moz-box-shadow:    0px 0 25px 0 rgba(0, 0, 0, 0.15);
			box-shadow:         0px 0 25px 0 rgba(0, 0, 0, 0.15);
		}
		.scrolled_header #header_menu ul.sub-menu {
			padding-top: 24px;
		}
		.scrolled_header #header_menu ul.sub-menu:before {
			height: calc(100% - 25px);
			top: 25px;
		}
		#header_menu ul.sub-menu li:first-child:before {
			content: "";
			display: block;
			width:  15px;
			height: 15px;
			position: absolute;
			top: -10px;
			left: 15px;
			width: 0; 
			height: 0; 
			border-left:   10px solid transparent;
			border-right:  10px solid transparent;
			border-bottom: 10px solid white;
		}
		#header_menu ul.sub-menu li {
			background: white;
			position: relative;
			z-index: 1;
		}
		#header_menu ul.sub-menu li:first-child {
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
		}
		#header_menu ul.sub-menu li:last-child {
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;
			border-bottom-right-radius: 5px;
			border-bottom-left-radius: 5px;
		}
		#header_menu ul li ul.sub-menu {
			display: none;
		}
		#header_menu ul li:hover ul.sub-menu {
			display: inline;
		}
		#header_menu ul.sub-menu li,
		#header_menu ul.sub-menu li a {
			text-align: left;
			text-transform: none;
			line-height: 21px;
			margin: 0;
			list-style: none;
			display: block;
			height: auto;
			width: 100%;
			border-right: none;
		}
		ul.header_menu li.hover ul.sub-menu a {
			background: none;
		}
		#header_menu ul.sub-menu,
		#header_menu ul.sub-menu li,
		#header_menu ul.sub-menu li a {
			-webkit-transition: none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#header_menu ul.sub-menu li {
			float: none;
			padding: 0;
			border-bottom: 1px solid #f4f4f4;
		}
		#header_menu ul.sub-menu li:last-child {
			border-bottom: none;
		}
		#header_menu ul.sub-menu li a {
			padding: 8px 10px;
			font-size: 15px;
			line-height: 24px;
			text-shadow: none;
			color: #666;
			border-right: none;
			white-space: nowrap;
			-webkit-border-radius: 0;
			-moz-border-radius:    0;
			border-radius:         0;
		}
		#header_menu ul.sub-menu li:first-child a {
			border-top: none;
		}
		#header_menu li ul.sub-menu li a:hover,
		#header_menu li.hover ul.sub-menu li a:hover {
			background-image: none;
			background-color: rgba(0,0,0,0.025);
			color: #333;
			/*border-top: 1px solid #d9d9d9;*/
		}
		#header_menu li ul.sub-menu li:first-child a:hover,
		#header_menu li.hover ul.sub-menu li:first-child a:hover {
			border-top: none;
		}
		#header_menu li ul.sub-menu li.current-menu-item a {
			color: #97d956;
		}
		#header_menu li.hover ul.sub-menu li.current-menu-item a:hover {
			color: #84cf45;
		}
		#header_menu ul.sub-menu.full_width_sub_menu {
			width: 400%;
			height: auto;
			background-color: #efeef5;
			text-align: left;
			padding: 5px 0 15px;
		}
		#header_menu ul.sub-menu.full_width_sub_menu li,
		#header_menu ul.sub-menu.full_width_sub_menu li a {
			text-align: left;
			padding-top: 1px;
			padding-bottom: 1px;
			background: none;
			color: #aaa;
		}
		#header_menu ul.sub-menu.full_width_sub_menu h4 {
			font-family: "Lato";
			font-weight: 700;
			font-size: 22px;
			color: #666;
			padding-top: 7px;
			height: 26px;
		}
		#header_menu ul.sub-menu.full_width_sub_menu h4,
		#header_menu ul.sub-menu.full_width_sub_menu li a {
			padding-left: 30px;
		}
		#header_menu ul.sub-menu.full_width_sub_menu li.hover ul,
		#header_menu ul.sub-menu.full_width_sub_menu li:hover ul {
			visibility: visible !important;
		}
		#header_menu ul.sub-menu.full_width_sub_menu li {
			float: left;
		}
		#header_menu li ul.sub-menu.full_width_sub_menu li a.hover,
		#header_menu li ul.sub-menu.full_width_sub_menu li a:hover {
			background: none;
		}
		
		@media only screen and (max-width: 875px) {
		
			ul.header_menu li a, 
			ul.header_menu li span {
				font-size: 17px;
			}
		
		}
		
	/* #endregion */

	/* #region Mobile Menu */

		.mobile_navigation {
			width: 375px;
			left: -385px;
			background-color: white;
			border-left: 8px solid #97d956;
			padding-bottom: 0;
		}
		.mobile_navigation_content {
			padding: 30px 40px;
			/* background-color: #eee; */
			height: calc(100vh - 160px);
			overflow: auto;
		}
		/* .navigation_footer {
			display: none;
		} */
		/* .menu_title span.menu_close {
			background: rgba(0,0,0,0.1);
		} */
		.menu_title span.menu_close svg {
			top: 15px;
			right: 16px;
		}
		.mobile_navigation_content ul#mobile_navigation li.menu_title {
			position: absolute;
			top: 0;
			right: 0;
			background: none !important;
			color: #ddd;
		}
		.menu_title span.menu_close svg {
			color: #333;
			opacity: 0.2;
		}
		.menu_title span.menu_close:hover svg,
		.menu_title span.menu_close:active svg,
		.menu_title span.menu_close:focus svg {
			color: #333;
			opacity: 0.5;
		}
		ul#mobile_navigation li a, 
		ul#mobile_navigation li span.navigation_heading {
			background: none;
			color: #444;
			border: none !important;
			text-transform: none;
			font-size: 16px;
			font-weight: 700;
			padding:  10px 0;
		}
		ul#mobile_navigation li.has-sub a:before {
			content: none;
		}
		ul#mobile_navigation li.has-sub a:after {
			content: url('../svg/chevron-down-bbb.svg');
			opacity: 0.5;
			line-height: 0;
			position: relative;
			display: inline-block;
			width: 13px;
			height: 10px;
			top: -1px;
			right: -10px;
			opacity: .7;
			color: rgba(255, 255, 255, .25);
			-webkit-transition: .3s;
			-moz-transition: .3s;
			-o-transition: .3s;
			transition: .3s;
		}
		ul#mobile_navigation li.has-sub.active a:after {
			-ms-transform: rotate(180deg); /* IE 9 */
			-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
			transform: rotate(180deg);
			transform-origin: center;
			top: -3px;
		}
		ul#mobile_navigation li.has-sub ul li a:after {
			content: none;
		}
		ul#mobile_navigation li a.current, 
		ul#mobile_navigation li a.current:hover, 
		ul#mobile_navigation li a:hover {
			background: none;
			color: #97d956;
		}		
		ul#mobile_navigation li ul li a {
			background: none;
			color: #777;
			font-style: italic;
			border: none !important;
		}
		ul#mobile_navigation li ul li a:hover {
			background: none;
			color: #97d956;
		}
		ul#mobile_navigation li ul {
			margin-bottom: 5px;
		}
		.navigation_footer {
			background: white;
			position: fixed;
			display: inline-block;
			padding: 0;
			bottom: 0;
			left: -385px;
			width: 360px;
			box-sizing: border-box;
			text-align: left;
			margin-left: 8px;
		}
		.navigation_footer:before {
			content: "";
			display: block;
			position: relative;
			left: 0;
			bottom: 50px;
			width: 360px;
			height: 50px;
			background: #FFF;
			background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		}
		.navigation_footer_upper {
		    position: relative;
			left: 40px;
			bottom: 40px;
			height: auto;
			width: auto;
			text-align: left;
			display: inline-block;
		}

	/* #endregion */

/* #endregion */

/* #region Buttons */

	a.button,
	input[type=submit] {
		position: relative;
		background-color: #97d956;
		border: 4px solid #97d956;
		color: white;
		-webkit-border-radius: 30px;
		-moz-border-radius:    30px;
		border-radius:         30px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: inline-flex;
    	align-items: center;
    	gap: 5px;
	}

	/* #region Solid Button */

		a.button.button_solid:after {
			content: url(/wp-content/themes/photon/svg/chevron-right-white.svg);
			height: 13px;
			width: 9px;
			display: inline-block;
			margin-left: 7px;
			opacity: 0.5;
			position: relative;
			top: -3px;
			right: 0;
			flex-shrink: 0; /* stop arrow shrinking */
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		a.button.button_solid:hover:after {
			opacity: 1;
			right: -5px;
		}
		a.button.button_solid:before {
			content: "";
			display: inline-flex;
			position: absolute;
			right: 28px;
			/* top: 21px; */
			top: 50%;
			margin-top: -3px;
			width: 0;
			height: 3px;
			opacity: 0.5;
			background: white;
			-webkit-border-radius: 2px;
			-moz-border-radius:    2px;
			border-radius:         2px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		a.button.button_solid:hover:before {
			width: 12px;
			right: 23px;
			opacity: 1;
		}

	/* #endregion */
	
	/* #region Transparent Button */
	
		a.button.button_transparent {
			background: none;
			color: #97d956;
		}
		a.button.button_transparent:after {
			content: url(/wp-content/themes/photon/svg/chevron-right-97D956.svg);
			height: 13px;
			width: 9px;
			display: inline-block;
			margin-left: 7px;
			opacity: 0.5;
			position: relative;
			/* top: 1px; */
			top: -3px;
			flex-shrink: 0; /* stop arrow shrinking */
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		a.button.button_transparent:hover:after {
			content: url(/wp-content/themes/photon/svg/chevron-right-white.svg);
			opacity: 1;
			right: -5px;
		}
		a.button.button_transparent:before {
			content: "";
			display: inline-block;
			position: absolute;
			right: 28px;
			/* top: 21px; */
			top: 50%;
			margin-top: -3px;
			width: 0;
			height: 3px;
			opacity: 0.5;
			background: white;
			-webkit-border-radius: 2px;
			-moz-border-radius:    2px;
			border-radius:         2px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		a.button.button_transparent:hover:before {
			width: 12px;
			right: 23px;
			opacity: 1;
		}
	
	/* #endregion */
	
	a.button {
		margin: 6px 15px 6px 0;
	}
	p + p a.button {
		margin-top: 15px;
	}
	.button + .button {
		margin-top: 6px;
		margin-left: 0;
	}
	a.button:hover,
	a.button:focus,
	a.button:active {
		color: white;
		background-color: #84cf45;
		border-color: #84cf45 !important;
		border-width: 4px !important;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
		-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.15);
		box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.15);
	}
	a.button:focus,
	a.button:active {
		background-color: #71c336;
		border-color: #71c336 !important;
	}
	a.button:hover,
	a.button:focus,
	input[type=submit]:hover,
	input[type=submit]:focus {
		-webkit-box-shadow: 0px 0px 0px 5px rgba(151, 217, 86, .5);
		-moz-box-shadow:    0px 0px 0px 5px rgba(151, 217, 86, .5);
		box-shadow:         0px 0px 0px 5px rgba(151, 217, 86, .5);
	}
	a.button:active,
	input[type=submit]:active {
		-webkit-box-shadow: 0px 0px 0px 20px rgba(151, 217, 86, .5);
		-moz-box-shadow:    0px 0px 0px 20px rgba(151, 217, 86, .5);
		box-shadow:         0px 0px 0px 20px rgba(151, 217, 86, .5);
	}
	
/* #endregion */

/* #region Header */

	/* #region Header when header image is present */
	
		.page_includes_header_image .container {
			padding-top: 0;
		}
		.page_includes_header_image .header {
			background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); 
		}
		.page_includes_header_image ul.header_menu li a {
			color: white;
		}
		.page_includes_header_image .logo {
		    background-image: url(../svg/evolve_websites_white_green.svg), none;
		}
		.page_includes_header_image .mobile_menu_label {
			color: white;
		}
	
	/* #endregion */

	.header_container {
		z-index: 3;
	}
	.header {
		background: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header * {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	/*.header .section_inner {
		max-width: none;
	}*/
	.logo {
		margin: 0;
	}
	/*.header_container, 
	.header, 
	.section_outer.header .section_inner, 
	.header_background {
		height: 160px !important;
	}*/
	.mobile_menu_button {
		display: none !important;
	}
	.mobile_menu_button svg {
		color: #97d956;
	}
	.mobile_menu_label {
		color: #333;
		font-weight: 600;
	}
	a.mobile_menu_button {
		/*background: rgba(0,0,0,0.05);*/
	}
	a.mobile_menu_button:hover {
		background-color: rgba(0,0,0,.025);
	}
	.icon_phone {
		color: white;
		background: #97d956;
	}
	.phone_number {
		color: #333;
	}
	a.button.free_website_review_button {
		background: #97d956;
		color: white;
		font-size: 14px;
		margin: 0;
		padding-top: 15px;
		padding-bottom: 16px;
	    position: absolute;
	    top: 0;
	    right: 50px;
	    -webkit-border-radius: 0;
	    -webkit-border-bottom-right-radius: 5px;
	    -webkit-border-bottom-left-radius: 5px;
	    -moz-border-radius: 0;
	    -moz-border-radius-bottomright: 5px;
	    -moz-border-radius-bottomleft: 5px;
	    border-radius: 0;
	    border-bottom-right-radius: 5px;
	    border-bottom-left-radius: 5px;
	    -webkit-transition: all 0.15s ease;
	    -moz-transition: all 0.15s ease;
	    -o-transition: all 0.15s ease;
	    transition: all 0.15s ease;
	}
	a.button.free_website_review_button:hover,
	a.button.free_website_review_button:active,
	a.button.free_website_review_button:focus {
		background-color: #84cf45;
		border-color: #84cf45 !important;
		/*border: none !important;*/
		/*padding: 30px;*/
		/*padding-top: 17px;*/
		/*padding-bottom: 18px;*/
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
		-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.15);
		box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.15);
	}
	a.button.free_website_review_button span {
		display: none;
	}
	.header .phone_button {
		display: none;
	}

/* #endregion */

/* #region Scrolled Header */

	.scrolled_header .header {
		height: 57px;
		background: #f6f6f6;
		/*backdrop-filter: blur(15px);*/
		/*background-color: rgba(246,246,246,0.8);*/
		/*background: linear-gradient(270deg, rgba(235,235,235,1) 0%, rgba(250,250,250,1) 100%);*/
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
		-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.15);
		box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.15);
	}
	.scrolled_header .header .logo {
		top: 15px;
	    background-image: url(../svg/evolve_websites_grey_green.svg), none;
	}
	.scrolled_header a.mobile_menu_button {
		padding: 10px 30px 8px;
	}
	.scrolled_header a.button.free_website_review_button {
	    -webkit-border-bottom-right-radius: 0;
	    -webkit-border-bottom-left-radius: 0;
	    -moz-border-radius-bottomright: 0;
	    -moz-border-radius-bottomleft: 0;
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	    /*padding-top: 11px;
	    padding-bottom: 12px;*/
	}
	.scrolled_header ul.header_menu {
		position: relative;
		top: -10px;
	}
	.scrolled_header .mobile_menu_button svg {
	    width: 17px;
	    height: 17px;
	}
	.scrolled_header .mobile_menu_label {
	    top: -13px;
	    left: -5px;
	}
	.page_includes_header_image.scrolled_header ul.header_menu li a {
		color: #444;
	}
	.page_includes_header_image.scrolled_header .mobile_menu_label {
		color: #333;
	}

/* #endregion */

/* #region Title Area */

	h1.page_title,
	h2.page_title {
		/*font-size: 100px;*/
		line-height: 1.1;
		font-weight: 900;
		color: #333 !important;
		letter-spacing: -2.5px;
		margin-top: 35px;
		margin-bottom: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	h1.page_title,
	h2.page_title {
		font-size: 8vw;
	}
	h1.page_title.long_title,
	h2.page_title.long_title {
		font-size: 5vw;
		margin-left: 0;
	}
	.including_background_image h1.page_title.long_title,
	.including_background_image h2.page_title.long_title {
		max-width: 65vw;
	}
	.page_title_container {
		max-width: 1200px;
		padding: 0 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.sub_headline {
		line-height: 1.2;
		margin-bottom: 0;
		padding-top: 0;
	}
	@media only screen and (min-width: 1250px) {
		h1.page_title,
		h2.page_title {
			font-size: 100px;
		}
		h1.page_title.long_title,
		h2.page_title.long_title {
			font-size: 65px;
		}
	}
	@media only screen and (max-width: 1025px) {
		h1.page_title,
		h1.page_title.long_title,
		h2.page_title,
		h2.page_title.long_title {
			letter-spacing: -2px;
		}
	}
	@media only screen and (max-width: 775px) {
		h1.page_title,
		h1.page_title.long_title,
		h2.page_title,
		h2.page_title.long_title {
			/*font-size: 45px;*/
			letter-spacing: -1.25px;
		}
	}
	@media only screen and (max-width: 700px) {
		h1.page_title.long_title,
		h2.page_title.long_title {
			max-width: 100vw;
			margin-left: auto;
		}
		h1.page_title.long_title,
		h2.page_title.long_title {
			font-size: 34px;
			letter-spacing: -1px;
		}
	}
	h2.intro {
		color: #888;
		font-size: 17px;
		line-height: 1.65;
		padding-top: 5px !important;
	}
	h2.intro a {
		font-size: 17px;
		line-height: 1.65;
	}
	/* .title_area .section_inner {
		max-width: 875px;
	} */
	
	/*@media only screen and (max-width: 1000px) {
		h1.page_title {
			font-size: 75px;
		}	
	}*/
	
	@media only screen and (max-width: 675px) {
		/*h1.page_title {
			font-size: 55px;
			letter-spacing: -2px;
		}*/
		h2.intro,
		h2.intro a {
			font-size: 16px;
		}
	}
	
	@media only screen and (max-width: 475px) {
		/*h1.page_title {
			font-size: 45px;
		}*/
		h2.intro {
			line-height: 1.5;
			padding-top: 8px !important;
		}
		h2.intro a {
			line-height: 1.5;
		}
	}

/* #endregion */

/* #region Page Intro */

	.page_intro {
		padding: 65px 0 75px;
	}
	.intro_area .section_background {
		margin: 0;
	}
	.blog_intro_area .section_background {
		margin-bottom: 55px;
	}

/* #endregion */

/* #region Content */

	.box_shadow, 
	.boxed_content.box_shadows .col, 
	img.box_shadows {
		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	}
	.content_strip {
		padding: 0;
	}
	.content_strip .section_background {
		background: linear-gradient(0deg, rgba(0,0,0,0.025) 0%, rgba(255,255,255,0) 50%);
		/*background: rgba(0,0,0,0.05);*/
		padding: 125px 0;
	}
	.content_strip:last-child .section_background {
		background: none;
	}
	.content_strip.merge_strip_with_strip_below .section_background,
	.content_strip.no_background .section_background {
		background: none;
	}

	@media only screen and (max-width: 1000px) {
		.content_strip .section_background {
			padding: 100px 0;
		}
		.content_strip_inner {
			padding-bottom: 0;
		}
	}

/* #endregion */

/* #region Testimonials */

	.testimonial {
		font-size: 120%;
		line-height: 1.5;
	}
	.testimonial.long_testimonial {
		font-size: 120%;
	}
	.testimonial.really_long_testimonial {
		font-size: 112%;
		line-height: 1.5;
	}
	.testimonial.extra_long_testimonial {
		font-size: 105%;
		line-height: 1.5;
	}
	.star_container {
		margin: 12px 0 8px;
	}	
	.star:after {
	    display: inline-block;
	    content: "";
	    width:  22px;
	    height: 22px;
	    background: url(../images/star.png);
	    background-size: cover;
	    margin: 0 2px;
	}
	.testimonial_curved_strip h3 p {
		color: white;
	}
	.testimonial_videos_strip .section_background {
		position: relative;
		margin-top: -200px;
		padding-bottom: 75px;
	}
	.testimonial_curved_strip .curved_divider_bottom {
		display: none;
	}
	.testimonial_curved_strip:last-child .curved_divider_bottom {
		display: block;
	}
	.testimonial_curved_strip:last-child {
		margin-bottom: 100px;
	}
	.testimonial_curved_strip .content_strip_inner {
		padding-bottom: 0;
	}
	.testimonial_curved_strip .content_strip_inner,
	.testimonial_curved_strip:last-child .content_strip_inner {
	    max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 50px;
	}

	@media only screen and (max-width: 1000px) {
		.testimonial_videos_strip .section_background {
			margin-top: -150px;
		}
	}

/* #endregion */

/* #region Blog */

	.custom-pagination {
		/*margin-top: 0;*/
		/*padding-top: 0;*/
		border: none;
	}
	.boxed_content .col.blog_summary {
		max-width: 400px;
		padding: 0;
		text-align: left;
	}
	.boxed_content.rounded_corners .col.blog_summary {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.boxed_content.rounded_corners .col.blog_summary a {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.boxed_content.box_shadows .col.blog_summary {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.boxed_content.box_shadows .col.blog_summary a {
		height: 100%;
		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	}
	.boxed_content.box_shadows .col.blog_summary a:hover,
	.boxed_content.box_shadows .col.blog_summary a:focus,
	.boxed_content.box_shadows .col.blog_summary a:active {
		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
	}
	.boxed_content .col.blog_summary img {
		margin-bottom: 0;
	}
	.boxed_content .col.blog_summary .summary_text {
		padding: 35px;
		padding-top: 25px;
	}
	.boxed_content .col.blog_summary .blog_meta_information {
		float: none;
	}
	.blog_summary h3.subtitle,
	.blog_summary h3.subtitle a {
		text-transform: none;
	}
	.blog_summary .tags {
		color: #bbb !important;
	    text-transform: uppercase;
	    font-size: 13px;
	    font-weight: 600;
	    letter-spacing: 1.5px;
	    line-height: 1.1;
	    margin: 0 0 6px;
	    text-decoration: none;
	    border: none;
	}
	.blog_summary h3 {
		font-size: 24px;
	}
	.blog_summary .tags + h3 {
		margin-top: 0;
	}
	.blog_summary .author {
		border: none;
		color: #bbb;
		font-weight: 400;
		margin-top: 3px;
	}
	.blog_summary .summary_image {
		display: block;
		width: 100%;
		padding: 0;
	}
	.summary_image img {
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	.summary_image {
		position: relative;
	}
	.summary_image:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgb(0,0,0);
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
		opacity: 0.05;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	.blog_summary a,
	.blog_summary a:hover,
	.blog_summary a:focus,
	.blog_summary a:active {
		margin-bottom: 0 !important;
		border: none !important;
	}
	.blog_summary a p {
		font-weight: normal;
		color: #444;
	}
	.single-post .page_title_container,
	.single-post .intro_area .section_inner,
	.single-post .intro_area + .section_outer .section_inner,
	.single-post .call-to-action .section_inner{
		max-width: 850px;
	}

	@media only screen and (max-width: 1100px) {
		.blog_post_container .span_1_of_3 {
			width: 48.12%;
			margin-top: 2.5vw !important;
		}
		.blog_post_container .span_1_of_3:nth-child(2n+1) {
			margin-left: 0;
		}
		.blog_post_container .col.blog_summary {
			max-width: none;
		}
		.blog_post_container .col.blog_summary img {
			width: 100%;
		}
	}

	@media only screen and (max-width: 750px) {
		.blog_post_container .span_1_of_3,
		.blog_post_container .col.blog_summary {
			width: 100%;
			max-width: 400px;
			float: none;
			margin-left: auto;
			margin-right: auto;
		}
	}
	
/* #endregion */

/* #region Flip Boxes */

	.flipbox_front_container h4,
	.flipbox_front_container img {
		margin: 4px 0;
	}
	/* .flipbox_front_container h4 {
		color: #444;
	} */

/* #endregion */

/* #region Landing Page */

	.single-landing .col.span_1_of_2 .nf-form-cont {
		padding: 0;
		background: none;
		border: none;
		overflow: visible;
	}
	.single-landing .col.span_1_of_2 + .col.span_1_of_2 {
		background-color: white;
	    margin-top: -35px;
	    padding: 35px;
	    /*border: 1px solid #ddd;*/
	    overflow: hidden;
	    -webkit-border-radius: 10px;
	    -moz-border-radius:    10px;
	    border-radius:         10px;
	    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	    -moz-box-shadow:    0px 0px 25px 0px rgba(0,0,0,0.1);
	    box-shadow:         0px 0px 25px 0px rgba(0,0,0,0.1);
	}
	.single-landing .nf-form-cont nf-field:nth-child(1),
	.single-landing .nf-form-cont nf-field:nth-child(2),
	.single-landing .nf-form-cont nf-field:nth-child(3),
	.single-landing .nf-form-cont nf-field:nth-child(4),
	.single-landing .nf-form-cont nf-field:nth-child(5),
	.single-landing .nf-form-cont nf-field:nth-child(6) {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
	}
	.single-landing .nf-form-cont nf-field:nth-child(7) .nf-field {
		margin-top: 7px;
		margin-bottom: 0 !important;
	}
	.single-landing .nf-form-cont nf-field:nth-child(7) .nf-field-container {
		margin-bottom: 0 !important;
	}
	.single-landing .nf-form-cont nf-field:nth-child(7) .nf-after-field {
		display: none;
	}
	.single-landing .nf-form-cont input[type=submit] {
		margin-top: 10px;
	}
	.single-landing .nf-form-cont nf-field:nth-child(even) {
		margin-right: 0;
	}
	.single-landing input, 
	.single-landing input[type=text], 
	.single-landing textarea {
	    padding: 10px;
	}
	
	@media only screen and (max-width: 1125px) {
		.single-landing .col.span_1_of_2 {
			width: 35%;
		}
		.single-landing .col.span_1_of_2 + .col.span_1_of_2 {
			width: 60%;
		}
	}
	
	@media only screen and (max-width: 950px) {
		.single-landing .col.span_1_of_2 + .col.span_1_of_2 {
			width: 100%;
		}
		.single-landing .col.span_1_of_2 {
			width: 100%;
			margin-left: 0;
		}
		.single-landing .col.span_1_of_2 h3 {
			font-size: 24px;
		}
		.single-landing .content_area .row {
			display: flex;
			flex-direction: column-reverse;
		}
		.single-landing .col.span_1_of_2:first-of-type {
			margin-top: 100px;
		}
		.single-landing .col.span_1_of_2 + .col.span_1_of_2 {
			margin-top: -135px;
		}
	}
	
	@media only screen and (max-width: 650px) {
		.single-landing .nf-form-cont nf-field:nth-child(1),
		.single-landing .nf-form-cont nf-field:nth-child(2),
		.single-landing .nf-form-cont nf-field:nth-child(3),
		.single-landing .nf-form-cont nf-field:nth-child(4),
		.single-landing .nf-form-cont nf-field:nth-child(5),
		.single-landing .nf-form-cont nf-field:nth-child(6) {
			width: 100%;
			margin-right: 0;
		}
		input, input[type=text], textarea {
		    padding: 8px;
		}
	}
	
	@media only screen and (max-width: 500px) {
		.single-landing .col.span_1_of_2 + .col.span_1_of_2 {
			margin-top: -75px;
		}
	}

/* #endregion */

/* #region Form Styling */

	.nf-field-label label {
		font-size: 15px;
		font-weight: bold !important;
	}
	.nf-error-msg {
		position: relative;
		width: 70%;
		float: left;
		display: inline-block;
		margin: 0 15% !important;
		margin-top: -5px !important;
		padding: 5px 10px 8px;
		/*background: linear-gradient(180deg, rgba(240,240,109,1) 0%, rgba(255,255,191,1) 75%); */
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.textarea-container .nf-error-msg {
		margin-top: -12px !important;
	}
	.nf-form-cont input[type=text],
	.nf-form-cont input[type=email],
	.nf-form-cont input[type=tel],
	.nf-field-element textarea {
		background: #fafafa !important;
		-webkit-border-radius: 30px;
		-moz-border-radius:    30px;
		border-radius:         30px;
		outline-color: #71c336;
	}
	.page_content_area .nf-form-cont input[type=text],
	.page_content_area .nf-form-cont input[type=email],
	.page_content_area .nf-form-cont input[type=tel] {
		background: white !important;		
	}
	.nf-error .ninja-forms-field {
		background: #fafafa;
		border: 2px solid #71c336 !important;
	}
	/*.nf-form-cont .field-wrap {
	    display: flex;
	    flex-direction: column !important;
	}
	.label-right .checkbox-wrap .nf-field-element {
		width: 100% !important;
	}*/

/* #endregion */

/* #region Popup Form Styling */

	.popup.feature_box {
		padding: 40px;
		padding-top: 37px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.popup.feature_box .title_strip {
		background: none !important;
		padding: 0;
	}
	.popup.feature_box .title_strip h4 {
		color: #333;
		font-size: 28px;
		font-weight: 900;
		margin-bottom: 20px;
	}
	.popup.feature_box .nf-field-container,
	.popup.feature_box .form_area .form-row:first-child label.error, 
	.popup.feature_box nf-field:first-child .nf-field-container {
		padding: 0;
	}
	.mfp-close-btn-in .mfp-close {
		color: #bbb !important;
	}

/* #endregion */

/* #region Call to action */

	.col.call-to-action {
		-webkit-border-radius: 10px;
		-moz-border-radius:    10px;
		border-radius:         10px;
		/*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);*/
		/*-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.05);*/
		/*box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.05);*/
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		/* background-color: rgba(0,0,0,0.015); */
		background-color: white;
		/*border: 1px solid #eaeaea;*/
		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
		-moz-box-shadow:    0px 0px 25px 0px rgba(0,0,0,0.1);
		box-shadow:         0px 0px 25px 0px rgba(0,0,0,0.1);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.col.call-to-action:hover {
		/*border-color: #ddd;*/
		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
		-moz-box-shadow:    0px 0px 25px 0px rgba(0,0,0,0.2);
		box-shadow:         0px 0px 25px 0px rgba(0,0,0,0.2);
	}
	.call-to-action a.button {
		color: white;
		padding-top: 10px;
		padding-bottom: 11px;
	}

/* #endregion */

/* #region Footer */

	.container {
		overflow: hidden;
	}
	.page_wrapper {
		display: flex;
 		flex-direction: column;
		min-height: 100vh; /* full viewport height */
	}
	.footer {
		background: none;
		height: auto !important;
		margin-top: 0 !important;
		max-width: 100%;
	}
	.wrapper {
		flex: 1; /* fills available space between header and footer */
	}
	.page_wrapper .container {
		padding-bottom: 0 !important;
	}
	.google_reviews_strip .section_background {
		margin: 0 0 0.5vw;
	}
	#google-see-all:hover,
	#google-see-all:focus,
	#google-see-all:active {
		border: none !important;
	}

/* #endregion */

/* #region Page Images */

	.small_image_container {
		position: relative;
		flex-shrink: 0;
	}
	.left_aligned_small_image .small_image_container {
		float: left;
		margin-right: 70px;
	}
	.right_aligned_small_image .small_image_container {
		float: right;
		margin-left: 70px;
	}
	.includes_small_image .content_strip_inner .col {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.small_image_container img {
		max-height: 275px;
		max-width: 30vw;
		width: 350px;
	}
	.small_image {
		position: relative;
		top: 0;
		left: -35px;
	}
	.small_image_faded {
		position: absolute;
		top: 35px;
		right: 0;
		filter: grayscale(1);
		opacity: 0.15;
	}
	.left_aligned_small_image .small_image {
		left: 0;
	}
	.left_aligned_small_image .small_image_faded {
		right: -35px;
	}
	.right_aligned_small_image .small_image {
		left: -35px;
	}
	.right_aligned_small_image .small_image_faded {
		right: 0;
	}
	.includes_small_image.right_aligned_small_image .col.span_1_of_1 {
		flex-direction: row-reverse;
	}
	
	@media only screen and (max-width: 1000px) {
		.includes_small_image .content_strip_inner .col {
			align-items: normal;
		}
		.right_aligned_small_image .small_image_container {
			margin-left: 0;
		}
		.left_aligned_small_image .small_image_container {
			margin-right: 0;
		}
		.right_aligned_small_image .small_image {
			left: 0;
		}
		.includes_small_image .col.span_1_of_1 {
			flex-direction: column !important;
		}
		.small_image_container {
			margin-bottom: 25px;
		}
		.small_image_container img {
			width: 290px;
			max-width: 80%;
		}
	}

/* #endregion */

/* #region Pricing Table */

	.pricing_table h3 {
		text-transform: uppercase;
		font-size: 48px;
		font-weight: 900;
		margin-bottom: 0;
	}	
	.pricing_table h4 {
		font-size: 32px;
		margin-top: 0;
	}	
	.pricing_table h3 + h4 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.pricing_table .column_header_container p {
		font-style: italic;
		margin: 0 0 14px;
	}
	.pricing_table .column_header_container h4 {
		margin: 5px 0 2px;
	}
	.pricing_table .column_header_container h4 + p {
		margin: 0;
	}
	.pricing_table .column_header_container em {
		margin: 0;
		color: white;
		opacity: 0.75;
	}
	.pricing_table ul li {
		margin-bottom: 5px;
	}	
	.pricing_table em {
		color: #888;
	}
	.boxed_content.includes_column_header .col {
		padding: 0;
	}
	.boxed_content.includes_column_header .col .column_header_container,
	.boxed_content.includes_column_header .col .column_inner_container {
		padding: 30px;
	}
	.boxed_content.includes_column_header .col .column_header_container {
		background-color: #97d956;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.boxed_content.includes_column_header .col .column_header_container h3,
	.boxed_content.includes_column_header .col .column_header_container h4 {
		color: white;
	}
	.boxed_content.includes_column_header .col + .col .column_header_container {
		/* background-color: #8ac43c; */
		background-color: #444;
	}
	.boxed_content.includes_column_header .col + .col .column_header_container h3,
	.boxed_content.includes_column_header .col + .col .column_header_container h4 {
		color: #97d956;
	}
	.boxed_content.includes_column_header .col + .col .column_header_container p {
		color: white;
	}


/* #endregion */

/* #region Features Box */

	.features_box img {
		margin: 0;
	}
	.features_box img + h4,
	.features_box h4 {
		margin-top: 0;
	}

/* #endregion */

/* #region FAQ Strip */

	.faqs_strip .heading_introduction p {
		margin-bottom: 35px;
	}
	.faqs_strip {
		text-align: left !important;
	}
	.faqs_strip .faq {
		position: relative;
		border-top: 1px solid #ddd;
		padding: 30px 0 35px;
	}
	.faq .chevron {
		position: absolute;
		right: 0;
		top: 41px;
		width: 15px;
		height: 9px;
		background: url(/wp-content/themes/photon/svg/chevron-down-bbb.svg) no-repeat center;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.faq .chevron.chevron_up {
		background: url(/wp-content/themes/photon/svg/chevron-up-bbb.svg) no-repeat center;
	}
	h4.faq_question {
		margin: 0;
		padding-right: 20px;
	}
	.faq_question_container.open_accordion .chevron {
		transform: rotate(180deg);
	}
	.faq_question:hover {
		cursor: pointer;
	}
	.faq_answer p:first-child {
		margin-top: 10px;
	}

/* #endregion */

/* #region Underline Hover Effect */

	/* .hover-underline-animation {
		display: inline-block;
		position: relative;
	}
	.hover-underline-animation::after {
		content: '';
		position: absolute;
		width: 100%;
		transform: scaleX(0);
		height: 25px;
		bottom: 0;
		left: 0;
		background-color: #999;
		opacity: 0.1;
		transform-origin: bottom right;
		transition: transform 0.25s ease-out;
	}
	.hover-underline-animation:hover::after {
		transform: scaleX(1);
		transform-origin: bottom left;
	} */

/* #endregion */

/* #region Projects */

	.single-projects .content_strip.two_column_section .section_background {
		padding: 50px 0;
	}

/* #endregion */

/* #region New Window Button */

	a.button[target="blank"] {
		padding-right: 40px;
	}	
	a.button[target="blank"]:after {
		content: "";
		background: url(/wp-content/themes/photon/svg/open_in_new_window_white.svg) no-repeat;
	    height: 12px;
		width: 12px;
		display: block;
		position: absolute;
		top: 17px;
		right: 23px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 0.75;
	}
	a.button.button_transparent[target="blank"]:after {
		background: url(/wp-content/themes/photon/svg/open_in_new_window_97D956.svg) no-repeat;
	}
	a.button.button_transparent[target="blank"]:hover:after {
		background: none;
		content: url('/wp-content/themes/photon/svg/open_in_new_window_white.svg');
		top: 13px;
		right: 23px;
		opacity: 0.75;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	a.button.button_transparent[target="blank"]:before {
		content: none;
	}

/* #endregion */

/* #region Portfolio */

	.flex {
		display: flex;
		align-items: center;
	}
	.page-id-1662 .section_outer.content_strip .flex {
		flex-direction: row-reverse;
	}
	.page-id-1662 .section_outer.content_strip:nth-of-type(2n) .flex {
		flex-direction: row;
	}
	.page-id-1662 .section_outer.content_strip:nth-of-type(2n+1) .col.span_1_of_2:nth-of-type(2) {
		margin-left: 0;
		margin-right: 3.75%;
	}
	.page-id-465 .section_outer.content_strip:nth-of-type(2n+1) .content_strip_inner,
	.page-id-1662 .section_outer.content_strip:nth-of-type(2n+1) .content_strip_inner {
		flex-direction: row-reverse;
	}
	img.portfolio_thumbnail {
		transition: all 0.3s;
	}	
	img.portfolio_thumbnail:hover {
		transform: scale(1.05);
	}

/* #endregion */

/* #region Four Column Layout */

	.col.span_1_of_4 a.button {
		margin-right: 0;
	}

	@media only screen and (max-width: 1300px) {
		.col.span_1_of_4,
		.col.span_1_of_4:nth-child(1),
		.col.span_1_of_4:nth-child(2),
		.col.span_1_of_4:nth-child(3),
		.col.span_1_of_4:nth-child(4) {
			width: 48.125%;
			margin-top: 2.5vw;
		}
		.col.span_1_of_4:nth-child(1),
		.col.span_1_of_4:nth-child(2) {
			margin-top: 0;
		}
	    .col.span_1_of_4:nth-child(odd) {
			clear: left;
			margin-left: 0;
		}
		.col.span_1_of_4.contact_details_container {
			width: 23.12%;
		}
	}

	@media only screen and (max-width: 875px) {
		.col.span_1_of_4.contact_details_container {
			width: 100%;
			margin-top: 35px;
			margin-left: 0 !important;
		}
	}
	
	@media only screen and (max-width: 750px) {
		.col.span_1_of_4,
		.col.span_1_of_4:nth-child(1),
		.col.span_1_of_4:nth-child(2),
		.col.span_1_of_4:nth-child(3),
		.col.span_1_of_4:nth-child(4) {
			margin-top: 3.5vw;
			margin-left: 3.5%;
		}
		.col.span_1_of_4:nth-child(1),
		.col.span_1_of_4:nth-child(2) {
			margin-top: 0;
		}
		.col.span_1_of_4:nth-child(odd) {
			clear: left;
			margin-left: 0;
		}
	}

	@media only screen and (max-width: 650px) {
		.col.span_1_of_4,
		.col.span_1_of_4:nth-child(1),
		.col.span_1_of_4:nth-child(2),
		.col.span_1_of_4:nth-child(3),
		.col.span_1_of_4:nth-child(4) {
			width: 100%;
			margin-left: 0;
			margin-top: 20px;
		}
		.col.span_1_of_4:nth-child(1) {
			margin-top: 0;
		}
		.subheading_container {
			margin-bottom: 25px;
		}
	}

/* #endregion */

/* #region Client Logo Slider */

	.client_logo_slider h6 {
		margin-bottom: 25px;
	}
	.client_logo_slider .section_background {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.025) 0%, rgba(255, 255, 255, 0) 50%);
	}
	.rc-rcbrand-inner {
		background: none;
	}

/* #endregion */

/* #region Homepage */

	.section_background.no_margin_top {
		margin-top: 0;
	}
	.testimonial_curved_strip.no_margin_bottom {
		margin-bottom: 0;
	}
	.homepage_blog_strip {
		margin-bottom: 60px;
	}
	.section_outer.content_strip.reverse_every_other_row:nth-of-type(odd) .flex .content_strip_inner {
		flex-direction: row-reverse;
	}
	.home .content_strip:last-child .section_background {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.025) 0%, rgba(255, 255, 255, 0) 50%);
	}
	.home .homepage_intro_strip.content_strip .section_background {
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.home .title_area .section_background {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.025) 0%, rgba(255, 255, 255, 0) 50%);
	}
	.home .homepage_intro_strip .content_strip_inner .col.span_1_of_2:nth-child(2) {
		justify-content: right;
	}
	.home .homepage_intro_strip .content_strip_inner .col.span_1_of_2 {
		flex: 1;
	}
	.home .homepage_intro_strip .content_strip_inner .col.span_1_of_2:nth-child(2) {
		width: 475px;
		flex: none;
		flex-shrink: 0;  /* do not shrink */
	}
	.home .homepage_intro_strip h2.page_title {
		font-size: 65px;
		margin-top: 15px;
	}
	.home .homepage_intro_strip h2.page_title + h2 {
		font-size: 23px;
		line-height: 1.4;
		margin-top: 15px;
	}
	.home .homepage_intro_strip h2.page_title + h2 + h3 {
		font-size: 21px;
		color: #444;
	}
	.home h1.seo_page_title {
		margin-bottom: 10px;
	}
	.arrow {
		position: absolute;
		right: 80px;
		top: 63px;
		width: 54px;
		height: 46px;
		content: url(../svg/arrow-444.svg);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.handwritten {
		display: block;
		color: #444;
		font-family: 'Reenie Beanie', cursive;
		font-size: 38px;
		position: absolute;
		right: 0;
		top: 30px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

	@media only screen and (max-width: 1230px) {
		.home .homepage_intro_strip h2.page_title {
			font-size: 5vw;
		}
		.home .homepage_intro_strip .content_strip_inner .col.span_1_of_2:nth-child(2) {
			width: 450px;
		}
		.home .arrow {
			right: 70px;
			top: 63px;
		}
		.home .handwritten {
			right: 0;
			top: 30px;
		}
	}

	@media only screen and (max-width: 1050px) {
		.home .homepage_intro_strip .content_strip_inner {
			flex-direction: column-reverse;
			gap: 0;
		}
		.home .homepage_intro_strip .content_strip_inner .col.span_1_of_2 {
			width: 80%;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
		.home .homepage_intro_strip .content_strip_inner .col.span_1_of_2:nth-child(2) {
			width: auto;
			max-width: 400px;
			justify-content: center;
		}
		.home .homepage_intro_strip.content_strip .section_background {
			padding-top: 20px;
		}
		.home .homepage_intro_strip h2.page_title {
			font-size: 6vw;
		}
		.home .arrow {
			right: 62px;
			top: 60px;
		}
		.home .handwritten {
			right: -11px;
			top: 28px;
		}
	}

	@media only screen and (max-width: 750px) {
		.home .container {
			padding-top: 122px;
		}
		.home .homepage_intro_strip.two_column_section .content_strip_inner .col.span_1_of_2:first-child {
			margin-top: 0;
		}
		.home .homepage_intro_strip h2.page_title {
			font-size: 45px;
		}
		.section_outer.content_strip.reverse_every_other_row:nth-of-type(odd) .flex .content_strip_inner {
			flex-direction: column-reverse;
		}
	}

	@media only screen and (max-width: 650px) {
		.home .homepage_intro_strip .content_strip_inner .col.span_1_of_2 {
			width: 100%;
		}
	}

	@media only screen and (max-width: 550px) {
		.home .homepage_intro_strip h2.page_title {
			font-size: 8.5vw;
		}
	}

	@media only screen and (max-width: 450px) {
		.home .homepage_intro_strip h2.page_title {
			font-size: 35px;
		}
		.home .homepage_intro_strip h2.page_title + h2,
		.home .homepage_intro_strip h2.page_title + h2 + h3 {
			font-size: 20px;
		}
		.home .arrow {
			display: none;
		}
		.home .handwritten {
			display: none;
		}
	}

/* #endregion */

/* #region Animations */

	.delay {
		-webkit-animation-delay: 1s;
		animation-delay:         1s;
	}
	.delayOne {
		-webkit-animation-delay: 0.5s;
		animation-delay:         0.5s;
	}
	.delayTwo {
		-webkit-animation-delay: 1.25s;
		animation-delay:         1.25s;
	}
	.delayThree {
		-webkit-animation-delay: 2s;
		animation-delay:         2s;
	}
	.delayFour {
		-webkit-animation-delay: 2.75s;
		animation-delay:         2.75s;
	}
	.delayFive {
		-webkit-animation-delay: 4.5s;
		animation-delay:         4.5s;
	}
	.delaySix {
		-webkit-animation-delay: 5.5s;
		animation-delay:         5.5s;
	}

	/* BOUNCE IN & ROTATE 6 DEG */
		 
		@-webkit-keyframes bounceInRotateSix {
		from,
		20%,
		40%,
		60%,
		80%,
		to {
			-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
			animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		
		0% {
			opacity: 0;
			-webkit-transform: rotate(6deg) scale3d(0.3, 0.3, 0.3);
			transform: rotate(6deg) scale3d(0.3, 0.3, 0.3);
		}
		
		20% {
			-webkit-transform: rotate(6deg) scale3d(1.1, 1.1, 1.1);
			transform: rotate(6deg) scale3d(1.1, 1.1, 1.1);
		}
		
		40% {
			-webkit-transform: rotate(6deg) scale3d(0.9, 0.9, 0.9);
			transform: rotate(6deg) scale3d(0.9, 0.9, 0.9);
		}
		
		60% {
			opacity: 1;
			-webkit-transform: rotate(6deg) scale3d(1.03, 1.03, 1.03);
			transform: rotate(6deg) scale3d(1.03, 1.03, 1.03);
		}
		
		80% {
			-webkit-transform: rotate(6deg) scale3d(0.97, 0.97, 0.97);
			transform: rotate(6deg) scale3d(0.97, 0.97, 0.97);
		}
		
		to {
			opacity: 1;
			-webkit-transform: rotate(6deg) scale3d(1, 1, 1);
			transform: rotate(6deg) scale3d(1, 1, 1);
		}
		}
		
		@keyframes bounceInRotateSix {
		from,
		20%,
		40%,
		60%,
		80%,
		to {
			-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
			animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		}
		
		0% {
			opacity: 0;
			-webkit-transform: rotate(6deg) scale3d(0.3, 0.3, 0.3);
			transform: rotate(6deg) scale3d(0.3, 0.3, 0.3);
		}
		
		20% {
			-webkit-transform: rotate(6deg) scale3d(1.1, 1.1, 1.1);
			transform: rotate(6deg) scale3d(1.1, 1.1, 1.1);
		}
		
		40% {
			-webkit-transform: rotate(6deg) scale3d(0.9, 0.9, 0.9);
			transform: rotate(6deg) scale3d(0.9, 0.9, 0.9);
		}
		
		60% {
			opacity: 1;
			-webkit-transform: rotate(6deg) scale3d(1.03, 1.03, 1.03);
			transform: rotate(6deg) scale3d(1.03, 1.03, 1.03);
		}
		
		80% {
			-webkit-transform: rotate(6deg) scale3d(0.97, 0.97, 0.97);
			transform: rotate(6deg) scale3d(0.97, 0.97, 0.97);
		}
		
		to {
			opacity: 1;
			-webkit-transform: rotate(6deg) scale3d(1, 1, 1);
			transform: rotate(6deg) scale3d(1, 1, 1);
		}
		}
		
		.bounceInRotateSix {
			-webkit-animation-duration: 0.75s;
			animation-duration: 0.75s;
			-webkit-animation-name: bounceInRotateSix;
			animation-name: bounceInRotateSix;
		}

/* #endregion */

/* #region Video Strip */

	.video_strip .col {
		text-align: center;
	}
	.video_strip h4 {
		color: white;
		margin-bottom: 25px;
	}
	.video_thumbnail {
		width: 100%;
		max-width: 850px;
		-webkit-border-radius: 10px;
		-moz-border-radius:    10px;
	    border-radius:         10px;
	}
	.video_container img {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.video_container:hover img {
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
		-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.35);
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
	}
	/* .content_strip.video_strip .section_background {
		padding: 100px 0;
	} */
	.video_container .play_icon {
		content: url(../svg/play-round-thick.svg);
	}

/* #endregion */

/* #region Ninja Form Fix */

	.nf-form-hp {
		display: none;
	}

/* #endregion */

@media only screen and (max-width: 1200px) {
	ul.header_menu li {
		margin: 0;
	}
}

@media only screen and (max-width: 1100px) {
	.header .section_inner {
		padding: 0 30px;
	}
	a.button.free_website_review_button {
		right: 30px;
	}
}

@media only screen and (max-width: 1050px) {
	ul.header_menu {
		display: none;
	}
	.mobile_menu_button {
		display: block !important;
	}
	.logo {
		margin: 0 auto;
	}
	a.button.free_website_review_button {
		right: 0;
		margin-right: 0;
		padding-left:  20px;
		padding-right: 20px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 5px;
	}
}

@media only screen and (max-width: 1000px) {
	.including_background_image h1.page_title.long_title, .including_background_image h2.page_title.long_title {
		max-width: 75vw;
	}
	.sub_headline {
		font-size: 26px;
	}
}

@media only screen and (max-width: 750px) {
	.two_column_section.centered_vertically .content_strip_inner img {
		width: 90%;
	}
	.centered_vertically .content_strip_inner {
		gap: 0;
	}
	.two_column_section .content_strip_inner {
		flex-direction: column-reverse;
	}
	/* .page-id-1662 .section_outer.content_strip .flex {
		display: flex;
        flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.page-id-1662 .section_outer.content_strip:nth-of-type(2n) .flex{
		flex-direction: column-reverse;
	}
	.page-id-1662 .section_outer.content_strip .flex .col.span_1_of_2 {
		text-align: center;
	} */
	.two_column_section .content_strip_inner .col.span_1_of_2:first-child {
		margin-top: 30px;
	}
	a.button.free_website_review_button {
		position: fixed;
		width: 100%;
		right: 0;
		padding: 8px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	a.button.free_website_review_button span {
		display: inline-block;
		margin-right: 4px;
	}
	.admin-bar a.button.free_website_review_button {
		top: 46px;
	}
	.section_outer.header {
		padding-top: 42px;
		/*background: rgba(0,0,0,0.075);*/
	}
	.scrolled_header .header {
		height: 59px;
	}
	a.mobile_menu_button {
	    padding: 24px 35px 58px;
	    /*background: rgba(0,0,0,0.075);*/
	}
	.scrolled_header a.mobile_menu_button {
	    padding: 11px 30px 9px;
	}
	/*.header {
		background: rgba(0,0,0,0.025);
	}*/
	.header .phone_button {
		display: block;
		position: absolute;
		top: 23px;
		right: 14px;
	}
	.scrolled_header .header .phone_button {
		top: 14px;
		right: 7px;
	}
	.header .phone_button:hover .icon_phone,
	.header .phone_button:focus .icon_phone,
	.header .phone_button:active .icon_phone {
		background-color: #71c336;
	}
	.page_includes_header_image .container {
		padding-top: 42px;
	}
	.reverse_order_at_smaller_sizes .content_strip_inner {
		flex-direction: row-reverse;
	}
	.two_column_section.reverse_order_at_smaller_sizes .content_strip_inner .col.span_1_of_2:nth-child(1) {
        margin-top: 0;
    }
	.two_column_section.reverse_order_at_smaller_sizes .content_strip_inner .col.span_1_of_2:nth-child(2) {
        margin-top: 30px;
    }
	.including_background_image h1.page_title.long_title, .including_background_image h2.page_title.long_title {
		max-width: 85vw;
	}
	.single-projects .flexible_content_strip .two_column_section:nth-of-type(2) .content_strip_inner {
		flex-direction: row-reverse;
	}
	.features_box img {
		max-height: 55px;
		width: auto;
	}
	.boxed_content .col.blog_summary img {
		width: 100%;
	}
	.blog_post_section {
		text-align: center;
		margin-bottom: 25px;
	}
	.homepage_blog_strip .col.blog_summary {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 700px) {
	.page_title .button, 
	.page_title_container .button {
		margin-right: 0;
	}
	.sub_headline {
		font-size: 22px;
	}
	p + p a.button {
		margin-right: 0;
	}
	h4.faq_question {
		padding: 0 25px;
	}
	.contact_form_container input,
	.contact_form_container input[type=text],
	.contact_form_container textarea {
		text-align: center;
	}
	.col.span_1_of_4.contact_details_container {
		width: 100%;
		text-align: center !important;
	}
}

@media only screen and (max-width: 600px) {
	/* .admin-bar .header_container {
        top: 0;
    }
	.admin-bar a.button.free_website_review_button {
        top: 0;
    } */
	#wpadminbar {
        position: fixed;
    }
}

@media only screen and (max-width: 500px) {
	.curved_divider_top + .section_background {
		padding: 50px 0;
	}
	/* .section_background {
		margin-bottom: 25px;
	} */
	h1.page_title,
	h2.page_title {
	    font-size: 40px;
	}
	.two_column_section.centered_vertically .content_strip_inner img {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.header .logo {
	    width: 185px;
	    height: 24px;
	    top: 25px;
	    left: 6px;
	    position: relative;
	}
	.scrolled_header .header .logo {
	    top: 18px;
	}
	.mobile_menu_button, 
	.mobile_menu_button i, 
	.mobile_menu_icon, 
	.mobile_menu_label {
	    line-height: 26px !important;
	}
	a.mobile_menu_button,
	.scrolled_header a.mobile_menu_button {
	    padding-left:  23px;
	    padding-right: 23px;
	}
	.header .phone_button {
	    right: 7px;
	}
	.icon_phone {
		width: 18px;
		height: 18px;
	}
}

@media only screen and (max-width: 350px) {
	.header .logo {
	    width: 165px;
	    height: 21px;
	}
}