/* #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 Colours */

	:root {
		--secondary_color_darkest_shade: #e35601;
	}

/* #endregion */

/* #region General Styles */

	.section_outer.title_area {
		max-height: none;
	}
	.content_strip.merge_strip_with_strip_above {
		padding-top: 0;
	}
	h1.page_title, h2.page_title {
		font-weight: 700;
	}
	.pale_grey {
		/* background-color: #f4f4f4; */
		background-color: #efefef;
	}
	.highlight .col {
		background-color: #fdf1e5;
	}
	.intro_area h3.page_intro {
		padding: 0;
	}
	h3.intro + .blog_meta_information {
		margin-top: 7px !important;
	}
	.col.span_1_of_3 {
		margin-top: 2.5%;
	}

/* #endregion */

/* #region Header */

	/* .wrapper {
		padding-top: 42px;
	} */
	.container {
		padding-top: var(--header_height_inc_topbar);
	}
	.has_service_image .header_container {
		height: 200px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.has_service_image .header, 
	.has_service_image .header_background {
		background: none !important;
	}
	.header,
	.header_background,
	.header_container,
	.logo {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header a.logo_link,
	a.mobile_menu_button {
		border: none;
	}
	.header {
		background-color: var(--primary_color);
	}
	.header_container {
		height: var(--header_height_inc_topbar);
	}
	.mobile_menu_label {
		color: var(--secondary_color);
	}
	.header_top_strip {
		background-color: var(--secondary_color);
		font-size: 13px;
		padding: 8px 15px;
	}
	.header_top_strip .button {
		display: none;
	}
	.header_top_strip,
	.header_top_strip a {
		color: white;
		font-weight: normal;
		border: none;
	}
	.header_top_strip a:hover,
	.header_top_strip a:focus,
	.header_top_strip a:active {
		border: none !important;
		opacity: 0.75;
	}
	.header_top_strip .contact_details {
		float: right;
	}
	.header_top_strip div {
		display: inline-block;
	}
	.header_top_strip .icon {
		color: white;
	}
	.header_top_strip .icon {
		padding: 0;
		background: none;
		width: 15px;
		height: 15px;
		top: 3px;
		margin: 0 1px 0 12px;
	} 
	.strapline {
		font-weight: 600;
	}
	.header_background {
		display: none;
	}
	.header .button {
	    position: absolute;
		right: 30px;
		top: 25px;
		line-height: 22px;
		padding: 9px 15px;
	}
	.header .button:before {
		right: 18px !important;
	}
	.header .button:hover:before,
	.header .button:focus:before,
	.header .button:active:before {
		right: 13px !important;
	}
	a.mobile_menu_button:hover {
		color: white;
	}
	.header_container {
		background-color: #f2f2f2;
	}
	.header .phone_number {
		display: none;
	}

	/* #region Scrolled Header */

		.has_service_image .scrolled .header, 
		.has_service_image .scrolled .header_background {
			background-color: var(--primary_color) !important;
		}
		.has_service_image .scrolled .header_container {
			height: var(--header_height_inc_topbar);
		}
		.scrolled .header_container {
			height: calc(var(--header_height_inc_topbar) - 15px);
		}
		.scrolled .header, 
		.scrolled .header_background {
			height: calc( var(--header_height) - 15px ) !important;
		}
		.scrolled .header .button {
			top: 18px;
		}
		.scrolled .logo {
			width:  117px;
			height: 66px;
			top: 13px;
		}
		/* a.mobile_menu_button {
			background-color: rgba(255,255,255,0.4);
		} */
		.scrolled a.mobile_menu_button {
			/* background-color: rgba(0,0,0,0.4); */
			padding: 30px 40px 27px;
		}

	/* #endregion */

	@media only screen and (max-width: 975px) {
		.header_top_strip .strapline {
			display: none;
		}
		.header_top_strip .contact_details {
			float: none;
		}
		.header_top_strip {
			text-align: center;
		}
	}

	@media only screen and (max-width: 900px) {
		.container {
			padding-top: 132px !important;
		}
		.scrolled .logo {
			width:  105px;
			height: 60px;
			top: 15px;
		}
		.header_container {
			position: fixed !important;
		}
		.section_outer.header {
			top: auto !important;
		}
		.header .button {
			top: 14px;
			right: 20px;
		}
		a.mobile_menu_button {
			padding: 30px 40px 27px !important;
		}
	    .header, .header_container, 
		.section_outer.header .section_inner, 
		.header_background {
			height: 96px;
		}
		.header .button {
			top: 15px;
		}
	}

	@media only screen and (max-width: 825px) {
		
		.header_top_strip {
			font-size: 16px;
			font-weight: 700;
			padding: 0;
		}
		.header_top_strip .email_container,
		.header_top_strip .portal_container {
			display: none;
		}
		.header .button {
			display: none !important;
		}
		.header_top_strip .phone_container {
			display: none;
		}
		.header_top_strip .button {
			display: block;
			width: 100%;
			right: 0;
			margin: 0 !important;
			top: auto;
		}
		.header_top_strip a.button.button_solid, 
		.header_top_strip a.button.button_solid.button_orange {
			border-radius: 0;
			font-weight: 700;
			padding-left: 0;
			padding-right: 0;
		}
		.header .phone_number {
			display: block;
			position: absolute;
			top: 35px;
			right: 25px;
			border: none !important;
		}
		.header .phone_number .icon_phone {
			position: absolute;
			left: -40px;
			top: -4px;
			color: white;
			background-color: var(--secondary_color);
		}

	}

	@media only screen and (max-width: 625px) {
		
		
		.header_top_strip a {
			font-weight: 600;
		}
		.header_top_strip .icon {
			top: -1px;
			margin-right: 4px;
			opacity: 0.8;
		}
		
		.header_top_strip a.button.button_solid:hover, 
		.header_top_strip a.button.button_solid:focus, 
		.header_top_strip a.button.button_solid:active, 
		.header_top_strip a.button.button_solid.button_orange:hover,
		.header_top_strip a.button.button_solid.button_orange:focus,
		.header_top_strip a.button.button_solid.button_orange:active {
			background-color: var(--secondary_color_darker_shade);
			box-shadow: none;
			color: white;
			opacity: 1;
		}
		.header_top_strip a.button.button_solid:before {
			right: -120px;
			margin-right: 50%;
		}
		.header_top_strip a.button.button_solid:hover:before,
		.header_top_strip a.button.button_solid:focus:before,
		.header_top_strip a.button.button_solid:active:before {
			right: -126px;
			margin-right: 50%;
		}
		
		.header_top_strip .contact_details {
			width: 100%;
			display: flex;
		}
		.header_top_strip .phone_container {
			display: none;
			/* display: flex;
			width: 50%;
			justify-content: center;
			align-items: center; */
		}
	}

	@media only screen and (max-width: 575px) {
		.header_top_strip .portal_container {
			display: none;
		}
		.header .phone_number .hide_number {
			display: none;
		}
	}

	@media only screen and (max-width: 475px) {
		.header_top_strip .email_container {
			display: none;
		}
	}

	@media only screen and (max-width: 350px) {
		.container {
			padding-top: 123px !important;
		}
		.logo {
			top: 13px !important;
		}
		.scrolled .logo {
			width:  95px;
			height: 54px;
			top: 13px;
		}
		.scrolled .header {
			height: 79px !important;
		}
		a.mobile_menu_button {
			padding: 24px 22px 16px !important;
		}
		.header_top_strip .phone_container {
			display: none;
		}
		.header_top_strip .button {
			width: 100%;
		}
		.header_top_strip a.button.button_solid, 
		.header_top_strip a.button.button_solid.button_orange {
			background-color: var(--secondary_color);
		}
		.header .phone_number {
			top: 27px;
			right: 12px;
		}
	}

/* #endregion */

/* #region Footer */

	.footer {
		line-height: 1.695;
	}
	.footer_lower,
	.footer_upper {
		max-width: 1300px;
		padding: 0 50px;
		margin: 0 auto;
		text-align: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_upper {
		position: relative;
		min-height: 50px;
		padding-left: 250px;
		margin-top: 45px;
		margin-bottom: 25px;
	}
	.footer_lower {
		position: relative;
		padding-bottom: 35px;
	}
	.footer_logo_area {
		position: absolute;
		left: 50px;
		width: 150px;
		height: 50px;
		background-image: url('../svg/Classic-Services-Group-Logo-777.svg');
		background-repeat: no-repeat;
		background-size: contain;
		opacity: 0.75;
	}
	.footer_text_area {
		display: flex;
		gap: 20px;
		margin-bottom: 50px;
	}
	.footer_text_area .col {
		flex: 1;
		margin: 0;
	}
	.footer_text_area .col:nth-child(2),
	.footer_text_area .col:nth-child(4) {
		margin-top: 32px;
	}
	.footer_text_area p.copyright {
		display: none;
	}
	.footer h4 {
		font-size: 17px;
		margin-bottom: 6px;
	}
	.footer h4,
	.footer p,
	.footer a,
	.footer li {
		color: #7b7b7b;
	}
	.footer li {
		list-style: none;
		text-indent: 0;
		padding-left: 0;
	}
	.footer ul li {
		margin-top: 12px;
	}
	.footer ul ul li {
		margin-top: 0;
		padding-left: 0;
	}
	.footer ul:first-child,
	.footer ul:first-child li {
		margin-top: 0;
	}
	.footer p.copyright {
		float: left;
	}
	.footer a {
		font-weight: 700;
	}
	.footer ul.sub-menu a {
		font-weight: 400;
	}
	.footer ul li ul {
		margin-bottom: 10px;
	}
	.evolve-websites {
		position: absolute;
		right: 50px;
		top: 0;
		margin: 0;
		opacity: 1;
	}
	/* .footer_menu li.subheading a {
		font-weight: 700;
	} */
	.footer_menu li + li.subheading {
		margin-top: 10px;
	}
	.footer_menu li.subheading + li.subheading {
		margin-top: 0;
	}
	.footer_text_area .col:nth-child(4) a {
		font-weight: 400;
	}
	.footer_menu_3 {
		padding-top: 32px;
	}
	.footer_menu_3 a {
		font-weight: 400;
	}
	.footer_menu li.subheading a {
		font-weight: 700;
	}
	.footer_menu li.subheading ul li a {
		font-weight: 400;
	}
	.footer_menu_1 a,
	.footer_menu_2 a {
		font-weight: 400;
	}

/* #endregion */

/* #region Buttons */

	a.button {
		position: relative;
		padding: 9px 25px;
		-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 + .button {
		margin: 5px 10px 5px 0;
	}
	a.button,
	.rounded_corners a.button {
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	.navigation_footer a.button,
	.navigation_footer a.button:hover, 
	.navigation_footer a.button:focus,
	.navigation_footer a.button:active {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 13px;
	}
	a.button.button_solid {
		color: white;
	}
	a.button.button_solid,
	a.button.button_solid.button_orange {
		background-color: var(--secondary_color);
		border-color: var(--secondary_color);
	}
	a.button.button_solid.button_orange:hover,
	a.button.button_solid.button_orange:focus,
	a.button.button_solid.button_orange:active {
		background-color: var(--secondary_color_darker_shade);
		border-color: var(--secondary_color_darker_shade) !important;
	}
	a.button.button_solid.button_blue {
		background-color: var(--primary_color);
		border-color: var(--primary_color);
	}
	a.button:hover, 
	a.button:focus, 
	input[type=submit]:hover, 
	input[type=submit]:focus {
		color: var(--primary_color);
		border: none;
		-webkit-box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, .25);
		-moz-box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, .25);
		box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, .25);
	}
	a.button.button_solid:hover, 
	a.button.button_solid:focus,
	a.button.button_solid:active {
		color: white;
	}
	a.button:active, 
	input[type=submit]:active {
		border: none;
		-webkit-box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, .25);
		-moz-box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, .25);
		box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, .25);
	}
	.content_strip p .button {
		margin-top: 12px;
	}

	/* #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: 1px;
			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: var(--secondary_color);
		}
		a.button.button_transparent.button_blue {
			color: var(--primary_color);
		}
		a.button.button_transparent.button_blue:hover,
		a.button.button_transparent.button_blue:active,
		a.button.button_transparent.button_blue:focus {
			color: white;
			background: var(--primary_color_darker_shade);
			border-color: var(--primary_color_darker_shade) !important;
		}
		a.button.button_transparent:hover,
		a.button.button_transparent:active,
		a.button.button_transparent:focus {
			color: white;
			background: var(--secondary_color);
			border-color: var(--secondary_color) !important;
		}
		a.button.button_transparent:after {
			content: url(/wp-content/themes/photon/svg/chevron-right-444.svg);
			height: 13px;
			width: 9px;
			display: inline-block;
			margin-left: 7px;
			opacity: 0.25;
			position: relative;
			top: 1px;
			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: 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 */

	/* #region Specific buttons */

		.page_title_container a.button:focus, 
		.page_title_container a.button:hover {
			border: none;
			-webkit-box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, .25);
			-moz-box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, .25);
			box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, .25);
		}
		.page_title_container a.button:active {
			border: none;
			-webkit-box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, .25);
			-moz-box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, .25);
			box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, .25);
		}
		.header a.button:focus, 
		.header a.button:hover, 
		.call-to-action a.button:focus, 
		.call-to-action a.button:hover {
			border: none;
			-webkit-box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, .15);
			-moz-box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, .15);
			box-shadow: 0px 0px 0px 5px rgba(200, 200, 200, .15);
		}
		.header a.button:active,
		.call-to-action a.button:active {
			border: none;
			-webkit-box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, .15);
			-moz-box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, .15);
			box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, .15);
		}

	/* #endregion */

/* #endregion */

/* #region Type */

	:root {
		--font_size_h1: clamp(36px, 5vw, 65px);
		--font_size_h2: clamp(30px, 4vw, 45px);
		--font_size_h25: clamp(25px, 3.25vw, 35px);
		--font_size_h3: clamp(22px, 3vw, 30px);
		--font_size_h3_smaller: clamp(22px, 3vw, 26px);
		--font_size_h4: clamp(22px, 3vw, 26px);
		--font_size_intro: clamp(18px, 2.5vw, 23px);
		--font_size_seo_title: clamp(14px, 2vw, 16px);
	}

	h1,
	h1.page_title, 
	h2.page_title {
		font-size: var(--font_size_h1);
		line-height: 1.15;
	}
	h1.seo_title {
		font-size: var(--font_size_seo_title);
		margin-top: 0;
	}
	.excluding_image h1.seo_title {
		color: rgba(0,0,0,0.4);
	}
	h2 {
		font-size: var(--font_size_h2);
	}
	h2.sub_headline {
		color: var(--secondary_color);
	}
	.content_strip h2 {
		font-size: var(--font_size_h3);
	}
	.section_title h2, 
	h2.strip_subheading, 
	h2.section_title {
		font-size: var(--font_size_h2);
		line-height: 1.3;
	}
	.col.span_1_of_3 h3 {
		font-size: var(--font_size_h3_smaller);
	}
	.call-to-action h4 {
		font-size: var(--font_size_h3);
		line-height: 1.2;
	}

	@media only screen and (min-width: 550px) {
		h3 {
			font-size: var(--font_size_h3);
		}
	}

	h2.intro, 
	h2.intro a {
		font-weight: 500;
	}
	h2.intro,
	h2.intro p,
	h2.intro p a {
		font-size: 18px;
	}
	h2.intro {
		line-height: 1.6;
	}
	h3.intro {
		font-size: var(--font_size_intro);
		line-height: 1.5;
		font-weight: 500;
		color: var(--primary_color);
	}
	h3.intro a {
		font-size: var(--font_size_intro);
	}
	h3.intro a:hover,
	h3.intro a:focus,
	h3.intro a:active {
		color: var(--secondary_color_darker_shade);
	}
	h3 a,
	h3 a:hover,
	h3 a:focus,
	h3 a:active {
		border: none !important;
		margin-bottom: 0 !important;
	}
	li {
		text-indent: -22px;
		padding-left: 22px;
	}
	h1.page_title.excluding_sub_headline.excluding_service_introduction {
		margin-bottom: 10px;
	}
	.home .Left_text .intro_area h2,
	.home .Left_text .intro_area p {
		text-align: left !important;
	}
	h2.sub_headline {
		padding-top: 0 !important;
	}

	@media only screen and (max-width: 700px) {

		.home .Left_text .intro_area h2,
		.home .Left_text .intro_area p {
			text-align: center !important;
		}

	}

/* #endregion */

/* #region Icons */

	.icon svg {
		color: var(--primary_color);
		height: 55px;
		width: auto;
	}
	.icon + h3 {
		margin-top: 6px;
	}

/* #endregion */

/* #region Images */

	.rounded_corners img {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	img.alignright {
		float: right;
		margin-top: 0;
		margin-left: 35px;
	}
	img.alignleft {
		float: left;
		margin-top: 0;
		margin-right: 35px;
	}

/* #endregion */

/* #region Flip Boxes */

	.flip_boxes_three_columns.boxed_content .col {
		padding: 0;
	}
	.flip_boxes_three_columns.boxed_content.box_shadows .col {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.flip_boxes_three_columns.boxed_content.box_shadows .flip-box-front,
	.flip_boxes_three_columns.boxed_content.box_shadows .flip-box-back {
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	}

/* #endregion */

/* #region Tabbed Content */

	.tabs {
		margin: 2rem 0;
	}
	.tab-buttons {
		display: flex;
		justify-content: center;
		gap: 1rem;
		margin: 40px 0 15px;
	}
	/* .Left_text .tab-buttons {
		justify-content: left;
	} */
	.tab-buttons button {
		background: none;
		border: none;
		padding: 6px 0;
		cursor: pointer;
		border-bottom: 2px solid transparent;
		font-weight: 600;
		color: var(--text_color);
	}
	.tab-buttons button.active {
		color: var(--secondary_color);
		border-color: var(--secondary_color);
	}
	.tab-content {
		overflow: hidden;
		transition: height 0.4s ease;
		position: relative;
	}
	.tab-content > div {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transition: opacity 0.4s ease;
		pointer-events: none;
	}
	.tab-content > div.active {
		opacity: 1;
		position: relative;
		pointer-events: auto;
	}
	.tabbed_content_section .strip_subheading {
		text-align: center;
	}

	@media only screen and (max-width: 750px) {

		.tab-content .content_strip_inner {
			flex-direction: column-reverse;
			text-align: center;
		}
		.flex_direction_column .tab-content .content_strip_inner {
			flex-direction: column;
		}
		.tab-content .content_strip_inner .span_1_of_2 {
			width: 100%;
		}
		.tab-content .content_strip_inner img {
			max-width: 450px;
		}
		.tab-buttons {
			flex-direction: column;
			align-items: center;
			text-align: center;
			gap: 2px;
		}
		.tab-buttons button {
			padding-bottom: 0;
		}

	}

/* #endregion */

/* #region Testimonial Strip */

	.content_strip.testimonial_strip {
		color: white;
		background: var(--primary_color) !important;
		text-align: center;
	}
	.testimonial_strip .content_strip_inner {
		max-width: 750px;
		margin: 0 auto;
	}
	.content_strip.testimonial_strip h3 {
		color: white;
		font-weight: 400;
	}
	.content_strip.testimonial_strip p {
		color: var(--secondary_color);
		font-weight: 700;
	}
	.testimonial-job-title {
		font-style: normal;
		color: var(--secondary_color);
	}
	.star:after {
		display: inline-block;
		content: "";
		width: 24px;
		height: 24px;
		background: url(/wp-content/themes/photon/images/star.png);
		background-size: auto;
		background-size: cover;
		margin: 0 4px;
	}
	.testimonial_container .star_container {
		margin-bottom: 10px;
	}

/* #endregion */

/* #region Meet the team */

	.meet_the_team p:first-child {
		margin: 0;
	}
	.meet_the_team p img {
		margin: 0;
	}	
	.meet_the_team .col h3 {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.meet_the_team .col h3 + p {
		margin-top: 0;
	}
	.meet_the_team h3:first-child {
		margin-top: 0;
	}
	.accreditations_boxes p img {
		margin-top: 0;
	}
	.iso_boxes h3 {
		margin-bottom: 0;
	}
	.iso_boxes h3 + p {
		margin: 0;
	}
	.iso_boxes img {
		margin-top: 20px !important;
	}

/* #endregion */

/* #region Case Studies */

	.content_strip p .download_button {
		margin-top: 15px;
		margin-left: 0;
		margin-right: 0;
	}

/* #endregion */

/* #region Why choose strip */

	.why_choose_strip  .strip_subheading {
		margin-bottom: 10px !important;
	}
	.tick_in_circle {
		width: 45px;
		height: 45px;
		background: url('../images/tick-in-circle.png');
		background-size: contain;
	}
	.why_choose_strip .column_inner_container {
		display: flex;
		gap: 15px;
	}
	.why_choose_strip h3 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.why_choose_strip p {
		margin-top: 0;
	}

	@media only screen and (max-width: 700px) {
		.why_choose_strip .column_inner_container {
			flex-direction: column;
			text-align: center;
		}
		.tick_in_circle {
			margin: 10px auto 0;
		}
		.why_choose_strip h3 {
			margin-top: 0;
		}
	}

/* #endregion */

/* #region Call to action */

	.col.call-to-action,
	.call-to-action h4, 
	.call-to-action p {
		text-align: left !important;
	}
	.section_outer.call-to-action.full_width_call_to_action {
		background-color: var(--secondary_color);
		background-image: url('../images/Classic-Services-Group-City-Background-Image.jpg');
		background-position: center right;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.call-to-action h4 {
		color: white;
	}
	.col.span_1_of_1.call-to-action {
		max-width: 750px;
		width: 50vw;
		/* background-color: rgba(0,0,0,0.1); */
	}

	@media only screen and (max-width: 750px) {
		.col.span_1_of_1.call-to-action {
			max-width: 100%;
			width: 100%;
		}
		.col.span_1_of_1.call-to-action,
		.call-to-action h4,
		.call-to-action p {
			text-align: center !important;
		}
		.section_outer.call-to-action.full_width_call_to_action {
			background: var(--secondary_color);
		}
		.section_outer.call-to-action.full_width_call_to_action::before {
			content: "";
			position: absolute;
			inset: 0;
			background-image: url('../images/Classic-Services-Group-City-Background-Image.jpg');
			background-size: cover;
			background-position: center;
			opacity: 0.5;
			z-index: 0;
		}
	}

/* #endregion */

/* #region Popup */

	.magnific_popup {
		width: 625px !important;
	}
	.popup.feature_box {
		width: 625px;
	}
	.popup.feature_box h4 {
		color: var(--primary_color);
		font-family: var(--primary_typeface_choice);
		font-size: 32px;
		line-height: 1.15;
		font-weight: 600;
		margin-top: 2px;
		margin-bottom: 2px;
		padding: 20px;
		padding-bottom: 0;
		text-transform: none;
		text-align: left !important;
	}
	.feature_box .title_strip {
		background: none !important;
	}
	.feature_box .with_frm_style .frm_primary_label,
	.popup h4, 
	.popup input, 
	.popup label, 
	.popup textarea, 
	.popup p, 
	.popup.feature_box {
		text-align: left !important;
	}
	.popup .form_area .frm_form_field {
		padding: 0 30px;
	}
	.popup #frm_field_16_container {
		margin-top: 12px;
	}
	.mfp-close-btn-in .mfp-close {
		color: #999 !important;
	}
	#contact_thanks_popup .feature_box .form_area,
	#security_assessment_thanks_popup .feature_box .form_area,
	#callback_thanks_popup .feature_box .form_area,
	#get_in_touch_thanks_popup .feature_box .form_area {
		padding: 0 30px 30px !important;
	}

/* #endregion */

/* #region Menu */

	.mobile_navigation {
		background-color: white;
		max-width: 95%;
	}
	.mobile_navigation,
	.navigation_footer {
		left: -370px;
	}
	.mobile_navigation,
	.navigation_footer_upper,
	.navigation_footer a.button {
		width: 365px;
	}
	.navigation_footer {
		max-width: 95%;
	}
	.navigation_footer_upper,
	.navigation_footer a.button {
		max-width: 100%;
	}
	ul#mobile_navigation_header li.menu_title {
		background: none !important;
		color: var(--primary_color);
		font-size: 32px;
		font-weight: 600;
		line-height: 1.65;
		padding: 15px 25px 0 25px;
	}
	.menu_title span.menu_close {
		color: #999;
	}
	.menu_title span.menu_close:hover {
		color: #777;
	}
	ul#mobile_navigation li a, 
	ul#mobile_navigation li span.navigation_heading, 
	ul#mobile_navigation_header li a {
		background-color: white;
		color: var(--text_color);
		border: none !important;
	}
	ul#mobile_navigation li a.current, ul#mobile_navigation li a.current:hover, ul#mobile_navigation li a:hover {
		background: none;
		color: var(--secondary_color);
	}
	.mobile_navigation_content li.home-nav, 
	ul#mobile_navigation.mobile_menu {
		padding: 15px !important;
	}
	ul#mobile_navigation li.has-sub a:before {
		content: url(../svg/chevron-down-black.svg);
		opacity: 0.2;
	}
	ul#mobile_navigation.mobile_menu {
		padding-top: 0 !important;
	}
	.mobile_navigation_content li.home-nav {
		padding-bottom: 0 !important;
	}
	ul#mobile_navigation li a {
		padding: 8px 12px !important;
	}
	ul#mobile_navigation li ul li a {
		background: none;
		color: var(--text_color);
		border: none !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	ul.sub-menu {
		margin-bottom: 12px;
	}
	ul#mobile_navigation li ul li a:hover {
		background: none;
		color: var(--secondary_color);
	}
	ul#mobile_navigation ul.sub-menu li a:before {
		content: '-' !important;
		display: inline-block;
		position: relative;
		margin-right: 5px;
		right: auto;
		top: 0;
		width: auto;
		height: auto;
		color: var(--text_color);
		opacity: 1 !important;
	}
	ul#mobile_navigation li a, ul#mobile_navigation li span.navigation_heading, ul#mobile_navigation_header li a {
		padding: 9px 12px;
	}
	.navigation_footer a.button {
		font-weight: 700;
	}

/* #endregion */

/* #region Heading Case */

	.sentence_case h1.page_title, 
	.sentence_case h2.page_title,
	.sentence_case .strip_subheading,
	.sentence_case ul#mobile_navigation li a, 
	.sentence_case ul#mobile_navigation li span.navigation_heading, 
	.sentence_case ul#mobile_navigation_header li a,
	.sentence_case ul#mobile_navigation_header li.menu_title {
		text-transform: none;
	}
	.strip_subheading {
		font-weight: 700;
		color: var(--primary_color);
	}

/* #endregion */

/* #region Heading Case */

	.sentence_case h1.page_title, 
	.sentence_case h2.page_title,
	.sentence_case .strip_subheading,
	.sentence_case ul#mobile_navigation li a, 
	.sentence_case ul#mobile_navigation li span.navigation_heading, 
	.sentence_case ul#mobile_navigation_header li a,
	.sentence_case ul#mobile_navigation_header li.menu_title {
		text-transform: none;
	}
	.strip_subheading {
		font-weight: 700;
		color: var(--primary_color);
	}

/* #endregion */

/* #region Blog Posts */

	.single-post .intro_area .section_background {
		margin: 0;
	}

/* #endregion */

/* #region Formidable Forms */
	
	.with_frm_style input[type=text]::placeholder, 
	.with_frm_style input[type=password]::placeholder, 
	.with_frm_style input[type=email]::placeholder, 
	.with_frm_style input[type=number]::placeholder, 
	.with_frm_style input[type=url]::placeholder, 
	.with_frm_style input[type=tel]::placeholder, 
	.with_frm_style input[type=phone]::placeholder, 
	.with_frm_style input[type=search]::placeholder,
	.with_frm_style textarea::placeholder {
		color: #aaa !important;
		font-size: 16px;
	}
	.frm_forms button[type=submit] {
		font-weight: 700 !important;
		text-transform: uppercase;
		background: var(--secondary_color) !important;
		border-color: var(--secondary_color) !important;
	}
	.frm_forms button[type=submit]:hover,
	.frm_forms button[type=submit]:focus,
	.frm_forms button[type=submit]:active {
		background: var(--secondary_color_darker_shade) !important;
		border-color: var(--secondary_color_darker_shade) !important;
	}
	.with_frm_style .frm_primary_label {
		text-align: inherit !important;
	}
	.frm_style_formidable-style.with_frm_style .frm_error, 
	.frm_style_formidable-style.with_frm_style .frm_limit_error {
		font-size: 14px !important;
		font-style: italic;
		margin-top: 5px;
	}
	.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=checkbox], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=radio], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
		background-color: #ededed !important;
	}
	.form_area .frm_form_fields {
		padding-top: 12px;
		text-align: center;
	}
	.form_area .frm_form_fields .frm_error {
		text-align: center;
	}
	.form_area .frm_form_fields > fieldset,
	.single-landing .frm_form_fields > fieldset {
		padding: 0;
	}
	.form_area .frm_form_field {
		padding: 0 20px;
	}
	#frm_field_16_container,
	#frm_field_22_container,
	#frm_field_28_container {
		padding: 0;
		margin-bottom: 0;
	}
	#frm_field_16_container button,
	#frm_field_22_container button,
	#frm_field_28_container button {
		margin-bottom: 0;
	}
	.frm_form_fields textarea {
		height: 150px !important;
		min-height: 150px !important;
	}
	.single-landing .col.span_1_of_2 .frm_form_fields:not(:first-child) {
		margin-top: 17px;
	}
	.single-landing .col.span_1_of_2 .frm_form_fields {
		background-color: #fafafa;
		padding: 25px;
		border: 1px solid #ddd;
		overflow: hidden;
	}
	.single-landing .col.span_1_of_2 .frm_form_fields input[type=email], 
	.single-landing .col.span_1_of_2 .frm_form_fields input[type=text], 
	.single-landing .col.span_1_of_2 .frm_form_fields textarea {
		background-color: #fff;
	}

	@media only screen and (max-width: 700px) {
		.Left_text input, 
		.Left_text input[type=text], 
		.Left_text textarea {
			text-align: center;
		}
	}

/* #endregion */

/* #region Custom Styles */

	ul#mobile_navigation li a, 
	ul#mobile_navigation li span.navigation_heading, 
	ul#mobile_navigation_header li a {
		font-weight: 600;
	}
	.intro_area.pale_grey {
		background-color: var(--primary_color);
	}
	.intro_area h3.intro {
		color: white;
	}
	.intro_area h3.intro b,
	.intro_area h3.intro strong {
		font-weight: 700;
		color: var(--secondary_color);
	}
	.has_service_image .container {
		padding-top: 42px !important;
	}
	.no_service_image {

	}
	.column_inner_container img {
		margin-bottom: 0;
	}
	.boxed_content .col, .boxed_content .col.includes_heading .column_inner_container, .boxed_content .col.includes_heading .heading_strip {
		padding: 40px;
	}
	.content_strip,
	.intro_area {
		padding: 95px 0 100px;
	}
	.page_intro {
		padding: 75px 0 80px;
	}
	.section_background {
		margin: 75px 0 80px;
	}
	.content_strip.merge_strip_with_strip_above {
		padding-top: 0;
	}
	.content_strip.merge_strip_with_strip_below {
		padding-bottom: 0;
	}
	.content_strip,
	.section_outer.pale_grey_strip_background,
	.section_outer.pale_grey_box_background.boxed_content {
		background: #F5F5F5;
		background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 50%);
	}
	.section_outer.merge_strip_with_strip_above {
		background: white !important;
	}
	.section_outer.flip_boxes_three_columns.white_box_background.boxed_content .col {
		background: none;
	}
	.copyright_symbol {
		font-family: Arial, Helvetica, sans-serif;
	}
	.col.call-to-action {
		padding: 80px 0;
	}

/* #endregion */

/* #region Homepage */

	.home .intro_area {
		padding-top: 20px;
	}
	.homepage_page_title_container {
		justify-content: flex-start;
	}
	.homepage_page_title_container .page_title_container {
		max-width: 600px;
		/* border-left: 8px solid var(--secondary_color); */
		padding: 35px 35px 0;
		margin: 0;
	}
	.homepage_page_title_container .page_title_container:before {
		content: "";
		display: block;
		position: absolute;
		top: 45px;
		bottom: 0;
		left: 0;
		width: 8px;
		background-color: var(--secondary_color);
	}
	.homepage_page_title_container h2 {
		color: white;
	    font-size: 20px;
		line-height: 1.55;
		font-weight: normal;
	}
	.homepage_page_title_container .darken {
		background-color: rgba(0, 0, 0, .45);
	}
	.homepage_page_title_container.including_background_image {
		height: 825px;
	}
	.homepage_page_title_container .button {
		margin-bottom: 0 !important;
	}
	.section_outer.title_area.homepage_page_title_container {
		display: block;
	}
	.section_outer.title_area.homepage_page_title_container .section_inner {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.boxed_content .col.blog_post_container {
		padding: 0;
	}
	.boxed_content .col.blog_post_container .summary_text {
		padding: 32px 40px;
	}
	/* .boxed_content .col.blog_post_container .summary_text a:last-child {
		margin-bottom: 0;
	} */
	.Left_text .blog_post_container .summary_image {
		width: 100%;
	}
	.Left_text .blog_post_container .summary_image img {
		width: 100%;
		margin-bottom: 0;
	}
	.Left_text .blog_post_container .summary_image, 
	.Left_text .blog_post_container .summary_text {
		display: block;
		padding: 0;
	}
	.rounded_corners .blog_post_container img {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.page_title .button, 
	.page_title_container .button {
		padding-top: 14px;
		padding-bottom: 14px;
		line-height: 22px;
	}
	
	/* STATS STRIP */
	/* =========== */
	.content_strip.stats_strip {
		position: relative;
		background: var(--primary_color);
		padding: 0;
	}
	.content_strip.stats_strip .row {
		margin-top: -50px;
	}
	.stats_strip .heading_strip {
		background: none;
	}
	.content_strip.sia_strip {
		padding: 45px 0 50px;
	}
	.stats_strip.boxed_content .col.includes_heading .heading_strip {
		padding: 35px 15px 0;
	}
	.stats_strip.boxed_content .col.includes_heading .column_inner_container {
		padding: 0 15px 25px;
	}
	.stats_strip .heading_strip {
		background: none;
	}
	.stats_strip h4 {
		font-size: var(--font_size_h2);
		color: var(--primary_color);
		margin-bottom: 10px;
	}
	.stats_strip p {
		line-height: 1.45;
		color: var(--secondary_color);
	}
	.stats_strip .col {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.stats_strip .span_1_of_4:nth-child(3), 
	.stats_strip .span_1_of_4:nth-child(4) {
        margin-top: 0;
    }

	@media only screen and (max-width: 1250px) {
		.stats_strip .span_1_of_4 {
			width: 23.12%;
		}
	    .stats_strip .col.span_1_of_4:nth-of-type(4n+3) {
			margin-left: 2.5%;
			clear: none;
		}
	}

	@media only screen and (max-width: 750px) {
		.stats_strip .span_1_of_4,
		.stats_strip .col.span_1_of_4:first-child, 
		.stats_strip .col.span_1_of_4:nth-child(2) {
			width: 48.125%;
			margin-bottom: 2.5%;
		}
		.stats_strip .col.span_1_of_4:nth-of-type(4n+3) {
			margin-left: 0;
			clear: left;
		}
		.stats_strip .col.span_1_of_4:nth-child(2),
		.stats_strip .col.span_1_of_4:nth-child(4) {
			margin-left: 2.5%;
		}
	}

	@media only screen and (max-width: 400px) {
		.stats_strip .span_1_of_4,
		.stats_strip .col.span_1_of_4:first-child, 
		.stats_strip .col.span_1_of_4:nth-child(2) {
			width: 100%;
			margin-left: 0;
			margin-top: 0;
			margin-bottom: 3%;
		}
		.stats_strip .col.span_1_of_4:nth-child(2),
		.stats_strip .col.span_1_of_4:nth-child(4) {
			margin-left: 0;
		}
		.stats_strip.boxed_content .col.includes_heading .heading_strip {
			padding: 25px 10px 0;
		}
		.stats_strip.boxed_content .col.includes_heading .column_inner_container {
			padding: 0 10px 15px;
		}
		.stats_strip h4 {
			margin-bottom: 5px;
		}
	}

	/* SIA STRIP */
	/* ========= */
	.sia_strip h3,
	.sia_strip p {
		color: white;
		margin: 0;
	}
	.sia_strip .col {
		display: flex;
		gap: 25px;
		align-items: center;
		text-align: left;
		max-width: 600px;
		margin: 0;
	}
	.sia_strip .content_strip_inner {
		display: flex;
		justify-content: center;
	}
	.sia_strip .logo_container {
		width: 156px;
	}

	/* FOUR STEPS STRIP */
	/* ================ */
	.four_steps_strip .strip_subheading {
		margin-bottom: 25px;
	}
	.four_steps_strip .text_container {
		margin-top: 12px;
	}
	.four_steps_strip h4,
	.four_steps_strip p {
		color: white;
	}
	.four_steps_strip .large_number {
		margin-right: 10px;
	}
	.four_steps_strip .large_number h2 {
		font-size: clamp(30px, 4vw, 50px);
		color: var(--primary_color);
	}
	.four_steps_strip .col {
		display: flex;
	}
	.four_steps_strip .hidden_number {
		display: none;
	}

	@media only screen and (max-width: 700px) {
		.homepage_page_title_container .page_title_container,
		.homepage_page_title_container .page_title_container h2,
		.homepage_page_title_container .page_title_container h1.page_title {
			text-align: left !important;
		}
		.homepage_page_title_container .page_title_container h2 {
			font-size: 18px;
			margin: 15px 0 8px;
		}
		.sia_strip .col {
			display: block;
		}
		.sia_strip .logo_container {
			width: 100%;
		}
		.four_steps_strip .col {
			display: block;
		}
		.four_steps_strip .hidden_number {
			display: inline-block;
			margin-right: 3px;
		}
		.four_steps_strip .large_number {
			display: none;
		}
		.four_steps_strip .heading_strip h4 {
			color: var(--primary_color);
		}
		.four_steps_strip .strip_subheading {
			margin-bottom: 10px;
		}
	}

	/* CLIENT LOGO STRIP */
	/* ================= */

	.client_logo_strip.content_strip {
		background: none !important;
	}
	.client_logo_strip .content_strip_inner {
		display: flex;
		gap: 40px;
		margin-top: 45px;
	}
	.client_logo_strip .content_strip_inner .logo_container {
		min-width: 0;
	}
	.client_logo_strip .content_strip_inner .logo_container img {
		max-width: 100%;
	}

	@media only screen and (max-width: 1150px) {
		.client_logo_strip .content_strip_inner .logo_container:nth-child(6) {
			display: none;
		}
	}

	@media only screen and (max-width: 975px) {
		.client_logo_strip .content_strip_inner .logo_container:nth-child(5) {
			display: none;
		}
	}

	@media only screen and (max-width: 775px) {
		.client_logo_strip .content_strip_inner .logo_container:nth-child(5),
		.client_logo_strip .content_strip_inner .logo_container:nth-child(6) {
			display: block;
		}
		.client_logo_strip .content_strip_inner  {
			display: flex;
			gap: 0;
			flex-wrap: wrap;
		}
		.client_logo_strip .content_strip_inner .logo_container {
			width: 33.333%;
			padding: 10px 25px;
			box-sizing: border-box;
		}
	}

	@media only screen and (max-width: 650px) {
		.client_logo_strip .content_strip_inner .logo_container {
			width: 50%;
		}
		.client_logo_strip .content_strip_inner .logo_container img {
			width: 150px;
			max-width: 100%;
		}
	}

	@media only screen and (max-width: 450px) {
		.client_logo_strip .content_strip_inner .logo_container {
			width: 100%;
		}
	}

/* #endregion */

@media only screen and (max-width: 1250px) {

	.footer_upper {
		padding-left: 185px;
	}
    .span_1_of_4 {
        width: 48.125%;
		margin-bottom: 2.5%;
    }
	.col.span_1_of_4:nth-of-type(4n+3) {
		margin-left: 0;
		clear: left;
	}

}

@media only screen and (max-width: 1000px) {

	.footer_upper {
		padding-left: 50px;
	}
	.footer_logo_area {
		position: relative;
		left: auto;
		width: 100%;
		margin-bottom: 30px;
		background-position: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_text_area {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	.footer_text_area h4 {
		margin-top: 5px;
	}
	.footer_text_area .col:nth-child(1) h4 {
		margin-top: 0;
	}
	.footer_text_area .col:nth-child(2), 
	.footer_text_area .col:nth-child(4) {
		margin-top: 0;
	}
	.footer_lower {
		text-align: center;
	}
	.footer p.copyright {
		float: none;
	}
	.evolve-websites {
		position: relative;
		right: auto;
	}
	.footer_text_area p.copyright {
		display: inline-block;
	}
	.footer_lower p.copyright {
		display: none;
	}
	.content_strip,
	.intro_area {
		padding: 75px 0 80px;
	}
	.footer_menu_3 {
		padding-top: 0;
	}

}

@media only screen and (max-width: 950px) {
    .col.span_1_of_3:nth-of-type(2n) {
        margin-left: 2.5%;
    }
	.col.span_1_of_3:nth-of-type(3n+1) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 875px) {
    .col.span_1_of_3 {
        margin-bottom: 0;
    }
	.homepage_page_title_container.including_background_image {
		height: 725px;
	}
}

@media only screen and (max-width: 750px) {

    .span_1_of_4, 
	.span_2_of_4, 
	.span_3_of_4, 
	.span_4_of_4,
	.col.span_1_of_4:first-child, 
	.col.span_1_of_4:nth-child(2) {
        width: 100%;
		margin-left: 0;
		margin-top: 10px;
        margin-bottom: 10px;
    }
	.content_strip,
	.intro_area {
		padding: 55px 0 60px;
	}
	.section_background {
		margin: 55px 0 60px;
	}
    .col.span_1_of_3:nth-of-type(2n) {
        margin-left: 0;
    }
	.col.span_1_of_3, 
	.col.span_1_of_3:nth-of-type(2n) {
		margin: 2.5% 0;
	}

}

@media only screen and (max-width: 700px) {

    .popup.feature_box h4 {
		text-align: center !important;
	}

}

@media only screen and (max-width: 550px) {
    
	.including_background_image, .including_background_video {
        height: 425px;
    }
	.page_title_container {
		padding: 0 25px;
	}
	.page_intro {
		padding: 50px 0 55px;
	}
	.content_strip,
	.intro_area {
		padding: 45px 0 50px;
	}
	.section_background {
		margin: 45px 0 50px;
	}

}

@media only screen and (max-width: 475px) {

	.homepage_page_title_container .page_title_container h1.page_title {
		padding: 0;
	}
	.homepage_page_title_container .page_title_container h1.page_title {
		font-size: 26px;
	}
	.homepage_page_title_container .page_title_container h2 {
        font-size: 16px;
    }

}