/*
Theme Name: Horizon
Author: inter.direct
Author URI: https://inter.direct/
Description: The Horizon child theme to start a new Wordpress website with
Version: 1.0.3
Template: interdirect
Tags: foundation 
*/

/*BASICS*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900);

/* ========= Fonts ========= */
@font-face {
	font-family: 'Frutiger-Light';
	src: url('/wp-content/themes/NEWTHEMEPROFORMA/assets/fonts/Frutiger-Light.eot');
	src: url('/wp-content/themes/NEWTHEMEPROFORMA/assets/fonts/Frutiger-Light.svg#Frutiger-Light') format('svg'),
		url('/wp-content/themes/NEWTHEMEPROFORMA/assets/fonts/Frutiger-Light.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/NEWTHEMEPROFORMA/assets/fonts/Frutiger-Light.woff') format('woff'),
		url('/wp-content/themes/NEWTHEMEPROFORMA/assets/fonts/Frutiger-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Frutiger-Light';
		src: url('/wp-content/themes/NEWTHEMEPROFORMA/assets/fonts/Frutiger-Light.svg#Frutiger-Light') format('svg');
	}
}


/* suggested font smoothing code, not seen it work yet but turn on if having issues - might work */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: none;
	text-rendering: optimizeLegibility;
}


/* === Fonts === */



/* =========  general classes =========  */
.hidden {
	display: none;
}

.clearBoth {
	clear: both;
}

/*form, input, img { margin: 0px; padding: 0px; } DONT THINK NEEDED */
/*textarea { font-family:Arial, Helvetica, sans-serif; } DONT THINK NEEDED */

html {
	min-height: 101%;
}

/* makes browser always have sidebar scroller area - so doesnt jump */
body {
	margin: 0px;
	padding: 30px;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color: #ffffff;
}

body.cke_show_borders {
	/* adds side spacing so easier to edit */
	margin: 0px 5px 0px 5px;
	padding: 0px 2px 0px 2px;
	width: auto;
}

html.CSS1Compat {
	_overflow-y: scroll;
	/* important for ckeditor display - not sure what, need to check */
}


/* overall links */
a {
	display: inline-block;
}

a:link {
	color: #9ca5ba;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #9ca5ba;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #EC008C;
	text-decoration: none;
	outline: none;
}

a:active {
	color: #6a737b;
	text-decoration: none;
	outline: none;
}

/* ========= usercontent styles  ========= */
/* (frontend and in admin ckeditor)*/

div.userContent a,
body.cke_show_borders a {
	font-weight: bold;
}

div.userContent a {
	color: #4a4742;
}

/* scales images correctly */
div.userContent img {
	max-width: 100%;
}

/* possible image rendering improvement in IE for scalable images - need to test*/
img {
	-ms-interpolation-mode: bicubic !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color: #231f20;
	font-weight: 100;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
	padding: 0px;
}

.hidden {
	display: none;
}

.showBlock {
	display: block;
}

.showInline {
	display: inline;
}

.showInlineBlock {
	display: inline-block;
}

.noPad {
	padding: 0 !important;
}

.noPadLeft {
	padding-left: 0 !important;
}

.noPadRight {
	padding-right: 0 !important;
}


.underlineIt a span::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #EC008C;
	transition: width ease-out 0.5s;
	-webkit-transition: width ease-out 0.5s;
	-moz-transition: width ease-out 0.5s;
	-ms-transition: width ease-out 0.5s;
	-o-transition: width ease-out 0.5s;
}

.underlineIt a:hover span::after {
	width: 100%;
	transition: width ease-out 0.5s;
	-webkit-transition: width ease-out 0.5s;
	-moz-transition: width ease-out 0.5s;
	-ms-transition: width ease-out 0.5s;
	-o-transition: width ease-out 0.5s;
}

/*GLOBAL*/

.captchaContainer {
	display: inline-block;
	width: 100%;
	max-width: 100%;
}

.g-recaptcha {
	margin: 0 0 0.9375rem 0;
}

section {
	display: inline-block;
	width: 100%;
	padding: 1.875rem 0;
}

.horizDivider hr {
	border-bottom: 1px solid #ccc;
}

.sectionInner {
	display: block;
	width: 65%;
	margin: auto;
	float: none;
	padding: 0 0.9375rem;
}

.sectionInner p {
	text-align: center;
}

section h1 {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 100;
	margin: 0.9375rem 0 1.875rem 0;
}

#content_hold {
	display: block;
	width: 65%;
	margin: auto;
	float: none;
	padding-top: 1.875rem;
}

#mainPageTitle {
	display: inline-block;
	width: 100%;
	margin: 0.9375rem 0 1.875rem 0;
}

#mainPageTitle h1 {
	text-align: center;
}

#userContent .bx-wrapper {
	box-shadow: none;
}


/* Header */

header {
	display: inline-block;
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.headerInner {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

#header_col01 {}

#header_col02 {
	padding: 0.9375rem 0;
}

#header_col03 {
	float: right;
}

#mainLogo {
	position: relative;
	height: 100%;
	width: 100%;
}

#mainLogo img {
	position: absolute;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}


/* footer */

footer {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 0.9375rem 0;
}

#footerInner {}

.footerTop,
.footerBottom {
	text-align: center;
	display: block;
	margin: auto;
	float: none;
	text-align: center;
	padding: 0 0.9375rem;
	width: 100%;
}

.footerBottom {
	padding: 0 1.875rem;
	text-align: left;
}

.footerTop ul {
	display: inline-table;
	width: 100%;
}

.footerTop ul li {
	display: inline-block;
	list-style: none;
}

.footer-nav {
	height: 300px;
	padding: 1.875rem 0;
	border-top: 1px solid #ccc;
}

.footer-nav ul {}

.footer-nav ul li {
	margin: 0 0.9375rem;
	position: relative;
	border-bottom: 1px solid #9ca5ba;
}

.footer-nav ul li a {
	font-size: 16px;
	color: #9ca5ba;
}

.footer-nav ul li a i {}

.footer-nav ul li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	display: inline-block;
	margin: 0;
}

.footer-nav ul li ul.sub-menu li {
	margin: 0;
	width: 100%;
	border: 0;
}

.footer-nav ul li ul.sub-menu li a {
	text-align: left;
	display: inline-block;
	width: 100%;
}

.footer-nav ul li ul.sub-menu li a i {}


.footerBottom {}

/* Search */



/* Search Results */


/*nav - copy nav css here */



/* mobile menu - copy mob nav css here*/

/*mobile burger widget */

#nav-toggle {
	cursor: pointer;
	padding: 0;
	cursor: pointer;
	display: block;
	height: 40px;
	padding: 20px 4px 0 4px;
	top: 0.9375rem;
	width: 40px;
	position: absolute;
	right: 0.9375rem;
	transition: all ease-out 0.4s;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-ms-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	height: 2px;
	width: 30px;
	background: #333;
	position: absolute;
	display: block;
	content: '';
}

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

#nav-toggle span:before {
	top: -8px;
}

#nav-toggle span:after {
	bottom: -8px;
}

#nav-toggle:hover span::before {
	top: -12px;
}

#nav-toggle:hover span::after {
	bottom: -12px;
}

/* active */

#nav-toggle.active {
	transform: rotate(90deg);
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background: #EC008C;
}

#nav-toggle.active span:after {
	bottom: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	background: #EC008C;
}

.left-small:hover #nav-toggle.active span:before {
	top: 0;
}

.left-small:hover #nav-toggle.active span:after {
	top: 0;
}

/* ============================ Homepage ==================================== */

/* slideshow */

#homeSlide ul.bxslider .position-left {
	background-position: left !important;
}

#homeSlide ul.bxslider .position-right {
	background-position: right !important;
}

#homeSlide ul.bxslider .position-top {
	background-position: top !important;
}

#homeSlide ul.bxslider .position-bottom {
	background-position: bottom !important;
}

#homeSlide ul.bxslider .position-centre {
	background-position: center !important;
}

#homeSlide ul.bxslider .position-left-top {
	background-position: left top !important;
}

#homeSlide ul.bxslider .position-right-top {
	background-position: right top !important;
}

#homeSlide ul.bxslider .position-left-bottom {
	background-position: left bottom !important;
}

#homeSlide ul.bxslider .position-right-bottom {
	background-position: right bottom !important;
}

#homeSlide {
	display: inline-block;
	width: 100%;
	float: left;
	height: 800px;
}

#homeSlide .bx-wrapper {
	box-shadow: none;
}

#homeSlide ul.bxslider {
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
	height: 100%;
	height: 600px;
}

#homeSlide ul.bxslider li a div.bgSlide {
	height: 800px;
	width: 100vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#homeSlide .slideDetail {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	width: 50%;
	min-width: 360px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#homeSlide .slideDetail h3,
#homeSlide .slideDetail p {
	text-align: center;
	color: #fff;
	font-size: 40px;
}

#homeSlide .slideDetail p {
	font-size: 20px;
}

#homeSlide .bx-wrapper .bx-pager {
	bottom: 30px;
}

#homeSlide .bx-wrapper .bx-pager a {
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
}

#homeSlide .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	margin: 0 7px;
}

#homeSlide .bx-wrapper .bx-pager.bx-default-pager a::after {
	content: "";
	border: 2px solid #fff;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -4px;
	opacity: 0;
	border-radius: 18px;
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
}


#homeSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

#homeSlide .bx-wrapper .bx-pager.bx-default-pager a:hover::after {
	opacity: 0.5;
}

#homeSlide .bx-wrapper .bx-pager.bx-default-pager a.active::after {
	opacity: 1;
}


/* feature boxes */

#homeFeature {
	padding: 1.875rem 0;
	display: inline-block;
	width: 100%;
}

#homeFeature li {
	list-style: none;
}

#homeFeature li a {}

#homeFeature li a .featureImage {}

#homeFeature li a .featureArrow {}

#homeFeature li a .featureArrow i {}

/* homeBlog */

#blogFeature {
	background: #fff;
	padding: 1.875rem 0;
	display: inline-block;
	width: 100%;
}

#blogFeature .blogFeatureInner h4 {
	padding: 0.9375rem 0 0 0;
	margin: 0;
	text-align: left;
	color: #061a40;
	font-size: 24px;
	line-height: 32px;
	font-family: dinmedium, Arial, Helvetica, sans-serif;
}

#blogFeature .blogFeatureInner ul {
	margin: 0 0 1.875rem 0;
	display: inline-block;
	width: 100%;
}

#blogFeature .blogFeatureInner ul li {
	list-style: none;
	margin-bottom: 0.9375rem;
	padding: 0.9375rem;

}

#blogFeature .blogFeatureInner ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	padding-bottom: 0.9375rem;
}

#blogFeature .blogFeatureInner ul li a:hover {
	text-decoration: none;
}

#blogFeature .blogFeatureInner ul li a img {
	width: 100%;
}

#blogFeature .blogFeatureInner ul li a p {
	padding: 0.9375rem 0;
	font-size: 16px;
	text-align: left;
	color: #6e6e6e;
	line-height: 20px;
	font-family: din_lightregular, Arial, Helvetica, sans-serif;
}

#blogFeature .blogFeatureInner ul li a .featureDate {
	display: inline-block;
	padding: 0;
	width: 100%;
	color: #1c3c87;
	text-align: left;
	position: absolute;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: dinmedium, Arial, Helvetica, sans-serif;
	bottom: 0;
}

#blogFeature .blogFeatureInner ul li i.fa-angle-right {
	font-size: 30px;
	color: #4e4e4e;
	position: absolute;
	right: 0.9375rem;
	bottom: 0rem;
}

a.seeAll {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #1c3c87;
	text-decoration: underline;
	font-size: 18px;
	font-family: din_lightregular, Arial, Helvetica, sans-serif;
}


/* listing page - standard */

.listingBlock {
	padding: 0 0.9375rem;
}

.listingBlock ul li {
	display: inline-block;
	height: 242px;
	width: calc(25% - 8px);
	margin: 0 6px 9px 0;
	padding: 0;
}

/* Blog */

.blogContainerInner {
	margin: 0 0 1.875rem 0;
}

.blogPost {
	margin: 0 0 1.875rem 0;
}


/* Blog inner page */



/* accordion */





/* ========================================= Media Queries ================================================= */

@media only screen and (max-width: 64.063em) {
	.headerBlock {
		height: auto !important;
	}
}

@media only screen and (max-width: 64.063em) and (orientation: landscape) {}


@media only screen and (max-width: 40.063em) {
	#mainLogo img {
		position: relative;
		top: 0;
		display: block;
		margin: auto;
		min-width: 150px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	#header_col03 {
		display: none;
	}

	.slideInner {
		padding: 0 0.9375rem;
	}

	#homeSlide .slideDetail h3 {
		font-size: 30px;
	}

	#homeSlide .slideDetail p {
		font-size: 16px;
	}

	#homeSlide,
	#homeSlide ul.bxslider li a div.bgSlide {
		height: 480px;
	}
}


@media only screen and (max-width: 40.063em) and (orientation: landscape) {

	#homeSlide,
	#homeSlide ul.bxslider li a div.bgSlide {
		height: 480px;
	}
}


/* to make captcha slightly smaller to fit on small screens */
@media screen and (max-width: 1024px) {

	#rc-imageselect,
	g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
.log-in-form {
	border: 1px solid #cacaca;
	padding: 1rem;
	border-radius: 0;
  }
  #map-canvas {
	  height: 500px;
	  width:100%;
	  margin: 0px;
	  padding: 0px
  }
  
  #status {color:red;}
  
  table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0; }
	thead,
	tbody,
	tfoot {
	  border: 1px solid #f1f1f1;
	  background-color: #fefefe; }
	caption {
	  padding: 0.5rem 0.625rem 0.625rem;
	  font-weight: bold; }
	thead {
	  background: #f8f8f8;
	  color: #0a0a0a; }
	tfoot {
	  background: #f1f1f1;
	  color: #0a0a0a; }
	thead tr,
	tfoot tr {
	  background: transparent; }
	thead th,
	thead td,
	tfoot th,
	tfoot td {
	  padding: 0.5rem 0.625rem 0.625rem;
	  font-weight: bold;
	  text-align: left; }
	tbody th,
	tbody td {
	  padding: 0.5rem 0.625rem 0.625rem; }
	tbody tr:nth-child(even) {
	  border-bottom: 0;
	  background-color: #f1f1f1; }
	table.unstriped tbody {
	  background-color: #fefefe; }
	  table.unstriped tbody tr {
		border-bottom: 0;
		border-bottom: 1px solid #f1f1f1;
		background-color: #fefefe; }
  
  @media print, screen and (max-width: 63.99875em) {
	table.stack thead {
	  display: none; }
	table.stack tfoot {
	  display: none; }
	table.stack tr,
	table.stack th,
	table.stack td {
	  display: block; }
	table.stack td {
	  border-top: 0; } }
  
  table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto; }
  
  table.hover thead tr:hover {
	background-color: #f3f3f3; }
  
  table.hover tfoot tr:hover {
	background-color: #ececec; }
  
  table.hover tbody tr:hover {
	background-color: #f9f9f9; }
  
  table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec; }
  
  .table-scroll {
	overflow-x: auto; }