/*
	AC Page Builder Widgets - General CSS
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/********************
	Custom Styles
*********************/
.ac-page-builder-widget{
	/*font-family: 'proxima_nova_rgregular', helvetica, arial, sans-serif;*/
	box-sizing: border-box;
}
.ac-page-builder-widget *,
.ac-page-builder-widget *:after,
.ac-page-builder-widget *:before
{
	box-sizing: inherit;
}
.ac-page-builder-widget h1,
.ac-page-builder-widget h2,
.ac-page-builder-widget h3,
.ac-page-builder-widget h4,
.ac-page-builder-widget h5,
.ac-page-builder-widget h6{
	font-weight: bold;
	color: #006341;
}
.ac-page-builder-widget h1{
	font-size: 1.87em;
	margin-bottom: 1em;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}
.ac-page-builder-widget h2{
	font-size: 1.5em;
	margin: 0 0 1em 0;
}
.ac-page-builder-widget h3{
	font-size: 1.25em;
}
.ac-page-builder-widget h4{
	font-size: 1em;
}
.ac-page-builder-widget a,
.ac-page-builder-widget a:link,
.ac-page-builder-widget a:visited{
	text-decoration: none;
	color: inherit;
}
.ac-page-builder-widget a:hover,
.ac-page-builder-widget a:focus {
	text-decoration: underline;
	color: #006341;
	outline: 0;
}
.ac-page-builder-widget img{
	width: 100%;
	max-width: 100%;
}
.ac-page-builder-widget sup{
	vertical-align: super;
    font-size: .75em;
}
.ac-page-builder-widget p{
	margin-bottom: 10px;
}
.ac-page-builder-widget strong{
	font-weight: bold;
}
.ac-page-builder-widget.acpb-container{
	/** cancel out odd background colour in AC theme... **/
	background-color:transparent !important;
	}
.acpb-container{
	max-width: 100%;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	/* font: normal 16px/24px "Gotham Narrow SSm A", "Gotham Narrow SSm B", "proxima_nova_rgregular", sans-serif; */
}

/* -- MIN 1240px -- */
@media screen and (min-width: 1240px) {
	padding-left: 25px;
	padding-right: 25px;
}
/* -- MAX 1239px -- */
@media screen and (max-width: 1239px) {
	padding-left: 25px;
	padding-right: 25px;
}
/* -- MAX 767px -- */
@media screen and (max-width: 767px) {
	padding-left: 25px;
	padding-right: 25px;
}
/* -- MAX 575px -- */
@media screen and (max-width: 575px) {
	padding-left: 20px;
	padding-right: 20px;
}
/* -- MAX 480px -- */
@media screen and (max-width: 480px) {
	padding-left: 15px;
	padding-right: 15px;
}

.rowWrapper{
		padding-top: 40px;
		padding-bottom: 40px;
}
.rowWrapper.colourBack{
	background:#f8faf9 url('/wp-content/themes/ac-2017/images/full-swoosh-watermark-light.png') no-repeat center;
}

.grey-row-bg{
	background-color: #F5F5F5;
}
.grey-title{
	background-color: #80817e;
	color: #FFF;
	font-weight: bold;
	padding: 20px 10px;
}
.light-green-title,
.green-title{
	background-color: #006341;
	color: #FFF !important;
	font-weight: bold;
	padding: 20px 10px;
}
.light-green-bg,
.light-green-title{
	background-color: #94c947;
}

.align-left{
	float: left;
}
.align-right{
	float: right;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-left{
	text-align: left;
}
.mailto-link{
	font-weight: bold;
	color: #454545;
}
.mailto-link:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 0;
	height: 0;
	margin-right: 5px;
	border-left: 8px solid #707070;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

/**************************
	Icon Text Widget
***************************/
.themes-row{
	padding-bottom: 0px;
}
.themes-row .themes{
	/*border-bottom: 1px solid #ccc;*/
	margin-left:10px;
	margin-right:10px;
	margin-bottom: -25px;
}
.themes-row .theme{
	margin-bottom: 40px;
	margin-top:15px;
}
.row-title{
	margin: 2.67em 0;
}
.theme-txt{
   -ms-flex-preferred-size: calc(100% - 70px);
   -webkit-flex-basis: calc(100% - 70px);
   flex-basis: calc(100% - 70px);
   max-width: calc(100% - 70px);
}
.theme-txt h2{
	margin-top: 0;
	margin-bottom: 10px;
	color: #106836;
	font-size: 1.2em;
}
.theme-txt a{
    display: block;
    width: 100%;
    height: 100%;
}
.theme-txt a span{
	margin-top: 0;
	margin-bottom: 10px;
	color: #106836;
	font-size: 1.2em;
	font-weight: bold;
}
.theme-txt a:hover span.linked{
	margin-top: 0;
	margin-bottom: 10px;
	color: #106836;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

/* disabled arrows */
/*.theme-txt h2.linked:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #106836;
	border-right: 0;
	margin-left: 5px;
	vertical-align: middle;
}*/

.theme-txt p{
	margin: 0;
}
.theme-icon{
	color: #006341;
	height: 70px;
	width: 70px;
	display:inline-block;
}
.theme-icon span:before{
	font-size: 4.2em;
}

.theme-txt .theme-icon{
	color: #006341;
    height: 70px;
    width: 70px;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 0.8em;
	text-decoration:none !important;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: cubic-bezier(0.50, 0.02, 0.5, 0.98);
	-webkit-transform:scale(0.8);
	
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.50, 0.02, 0.5, 0.98);
	transform:scale(0.8);
}
.theme-txt .theme-icon span:before{
	font-size: 4.2em;
}
.theme-txt a:hover .theme-icon, .theme-txt a:hover .theme-icon .span{
	text-decoration:none !important;
	-webkit-transform:scale(1);
	transform:scale(1);
	
	}

.ie9 .theme-icon span:before,
.ie10 .theme-icon span:before,
.ie11 .theme-icon span:before,
.ie12 .theme-icon span:before{
	font-size: 70px;
}
.icon-pride,
.icon-con,
.icon-give-back,
.icon-diversity{
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/************************
	Text Block Widget
*************************/

.page-builder-text-wrap{
	margin-top: 0px;
	margin-bottom: 20px;
	width:100%;
}
.page-builder-text-img{
     border-right: 1px solid #ccc !important;
	 padding-right:2.6%;
}

.page-builder-text-img img{
	width: 100%;
}
.page-builder-text-txt{
	padding-left:2.6%;
	}
.page-builder-text-txt p:first-of-type{
	margin-top:0px;
	}
.page-builder-text-txt h2.page-builder-text-title{
	text-transform: uppercase;
	color: #000;
	margin-top: 0;
}
/************************
	Feed Block Widget
*************************/

.page-builder-feed-wrap{
	margin-top: 20px;
	margin-bottom: 20px;
}


/****************************************************************************************
	Feature Row - this row is styles ad a slider and can be used to featurea ny content
****************************************************************************************/
.feature-row{
	padding-top: 30px;
	padding-bottom: 30px;
}
.feature-row .content{
	background-color: #F5F5F5;
	padding-bottom: 30px;
	position: relative;
	transition: all 1s ease-in-out;
}
.feature-row h1.row-title{
	margin: 0;
}
.slider-nav{
	margin-top: 20px;
	margin-bottom: 10px;
}
.slider-nav-btn{
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 3px solid #006341;
	background-color: #006341;
	margin-right: 10px;
	cursor: pointer;
}
.slider-nav-btn.active{
	background-color: #FFF;
}
.feature-row .feature-img{
	margin-right: .625rem;
}
.feature-row .feature-img img{
	width: 100%;
}
.feature-items-slider{
	padding: 0 40px;
	position: relative;
}
.feature-items{
	position: relative;
}
.feature-item{
	display: none;
	position: absolute;
}
.feature-item.active{
	display: block;
	position: relative;
}
@media only screen and (max-width: 52em) {
	.feature-img iframe{
		width: 350px;
		height: auto;
	}
}

.next-btn,
.prev-btn{
	background-color: #006341;
	height: 80px;
	width: 30px;
	position: absolute;
	right: 0;
	top: 100px;
	cursor:pointer;
}
.prev-btn{
	left: 0;
	right: auto;
}
.prev-btn:after,
.next-btn:after{
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 15px solid #FFF;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	margin-left: 7px;
	margin-top: 33px;
}
.prev-btn:after{
	border-left: none;
	border-right: 15px solid #FFF;
}


/****************************************************************************************
	ITS Search sticky nav bar
****************************************************************************************/
.its-quick-search {
	padding: 0px;
    /* background-color: #006A30; */
    background-color: #006341;
}

.its-quick-search form {
	display: inline;

}

.its-quick-search .form-input {
	width: 100%;
	max-width: 400px;
    /* padding: 12px 6px 12px 35px; */
    padding: 12px 6px 12px 16px;
	color: #000000;
	font-size:1.1em;
	margin: 15px;

}

.its-quick-search button {
    border: 0;
    background-color: white;
    color: black;
    margin-left: -50px;
}

.its-quick-search .icon{
	position: absolute;
	margin-left: 25px;
	margin-top: 30px;
	z-index: 1;
	color: #4f5b66;
}

.its-quick-search ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}

.its-quick-search li {
	float: left;
}

.its-quick-search li span{
	display: block;
	padding-bottom: 10px;
}

.its-quick-search li a {
	display: block;
	color: white;
	text-align: center;
	padding: 16px;
	text-decoration: none;
	display:block;
}

.its-quick-search li a:hover {
	background-color: #338267;
}

@media screen and (max-width:880px) {
	.its-quick-search {
		text-align: center;
		margin-top: 60px;
	}
	.its-quick-search form {
		display: block;
		width: 100%;
	}
	.its-quick-search ul {
		width: 100%;
		display: block;
		float: none;
	}
	.its-quick-search .form-input {
		max-width: 80%;
	}
	.its-quick-search ul li {
		width: 30%;
	}
}

/****************************************************************************************
	ITS Information Block
****************************************************************************************/

.info-block-section .rowWrapper {
	padding:0;
}
.info-block-section .row {
	margin: 0px;
	justify-content: center;
}

.info-block {
	margin-top: 20px;
}

.info-block .info-title {
	width: 100%;
    /* background-color: #006c28; */
    background-color: #006341;
	text-align: center;
}

.info-block .info-title h3 {
	margin: 0;
	padding:10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}

.info-block .info-title a {
	color: #FFFFFF;
	text-decoration: none;
}

.info-block .info-content {
	background-color: #f6f6f6;
	text-align: center;
	padding: 10px;
}

.info-block p {
	margin: 25px 0;
	font-size: 0.9em;
}

.info-block .info-button {
	width: 80%;
	background-color: #006341;
	padding: 10px;
	display: inline-block;
}

.info-block a.info-button  {
	text-decoration: none!important;
	color: #323232!important;
}

@media screen and (max-width:880px) {
	.info-block {
		margin-top: 10px;
	}
}
