

/** FONTS **/
.openSans		{ font-family:'Open Sans', sans-serif; }
.montserrat		{ font-family:'Montserrat', sans-serif; }




/** COLOURS **/
.purple			{ color:#513389; }
.dark-purple	{ color:#3A2363; }
.green			{ color:#6ABD68; }
.dark-green		{ color:#428045; }



/** GENERAL **/
html							{ height:100%; width:100%; overflow-x:hidden; background:#1D1D1B; }
body							{ font-family:'Montserrat', sans-serif; font-size:12px; background:#FFFFFF; color:#1D1D1B; margin:0px; }
a								{ color:#6ABD68; text-decoration:none; cursor:pointer;
								-webkit-transition:border .2s linear; -moz-transition:border .2s linear; transition:border .2s linear;
								-webkit-transition:color .2s linear; -moz-transition:color .2s linear; transition:color .2s linear;
								-webkit-transition:background .2s linear; -moz-transition:background .2s linear; transition:background .2s linear;
								cursor:pointer;
								}
a:hover							{ color:#513389; }
h1,h2,h3,h4						{ font-weight:normal; margin:0px; text-transform:uppercase; }
hr								{ clear:both; margin:30px 0px; border-top:0px; border-bottom:1px dotted #CCCCCC; }
.cookiebox						{ background:#455063; color:#FFFFFF; }
.cookiebox p a					{ color:#6ABD68; }
.cookiebox p a:hover			{ color:#FFFFFF; text-decoration:underline; }
.btn,
a.btn							{  text-transform:uppercase; background:#513389; color:#FFFFFF; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; transition:all .2s linear; cursor:pointer; }
.btn:hover,
a.btn:hover						{ background:#6ABD68; color:#FFFFFF; }
.btn span,
a.btn span						{ color:#6ABD68; }
.btn-mobile						{ display:none; }
.is-mobile .btn-desktop			{ display:none; }
.is-mobile .btn-mobile			{ display:inline-block; }


.form .form-textbox input, .form .form-textbox textarea{
	min-width:16em;
}
/** WIDTHS **/
.fw-wrapper						{ position:relative; clear:both; width:100%; }
.fw-margins						{ width:100%; max-width:999px; margin:0px auto; }
.fw-padding						{ padding:0px 10px; }



/** FORM **/
.static-form-wrapper								{ position:relative; }
.static-form-wrapper .fw-margins					{ position:relative; z-index:2; }
.static-form-wrapper .overlay						{ position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; }
.form												{ margin:40px 0px 0px 0px; text-transform:uppercase; }
.form .form-row										{ clear:none; margin:0px 0px 20px 0px; }
.form .form-textbox input,
.form .form-textbox textarea						{ width:100%; padding:20px 10px; min-width:initial; }
.form .form-textbox textarea						{ min-height:100px; }
.form .htmldd,
.form .styledd										{ width:100%; padding:13px 10px; }
.form-full											{ width:100%; margin:20px 0px 0px 0px; }
.form-half											{ width:48%; }
.form-half-left										{ float:left; }
.form-half-right									{ float:right; }
.form-button-row									{ text-align:right; }

.static-content.static-form-wrapper					{ background:#FFFFFF url(backgrounds/form-bg-02.jpg) no-repeat 50% 50%; background-size:cover; background-attachment:fixed; color:#FFFFFF; }
.static-form-wrapper .overlay						{ background:rgba(173,142,185,0.8); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCAD8EB9,endColorstr=#CCAD8EB9); zoom:1; }
.static-content.static-form-wrapper h2				{ color:#FFFFFF;}
.form .form-textbox input,
.form .form-textbox textarea						{ -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.form .form-textbox input,
.form .form-textbox textarea,
.form .htmldd,
.form .styledd										{ background:#FFFFFF; border:2px solid #FFFFFF; }
.form .form-field-error { border:2px solid #513389; }
.form .form-textbox input,
.form .form-textbox textarea						{ -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
/**.form .form-row-error .form-textbox input,
.form .form-row-error .form-textbox textarea,
.form .form-row-error .htmldd,
.form .form-row-error .styledd,
.form .form-row-error.confirmation					{ border:2px solid #513389 !important; }**/



/** GENERIC FORM **/
.form-generic										{ padding:100px 0px; text-transform:uppercase; }
.form-generic h2									{ margin:0px 0px 20px 0px; font-size:2.5em; }
.form-generic .form-left							{ float:left; width:40%; }
.form-generic .form-left p							{ font-size:1.5em; }
.form-generic .form-right							{ margin:0px 0px 0px 50%; }

.form-generic										{ background:#FAFAFA; }
.form-generic h2									{ border-bottom:3px solid #CCCCCC; }



/** FORM ERRORS **/
.form .form-error-summary 							{ padding:20px; }
.form .form-error-summary h4						{ font-size:1.6em; margin:0px 0px 30px 0px; padding:0px 0px 10px 0px; }
.form .form-error-summary ul						{ list-style:none; margin:0px; padding:0px; }

.form .form-error-summary 							{ background:#3A2363; color:#FFFFFF; border:none; }
.form .form-error-summary h4						{ border-bottom:2px solid #FFFFFF; }



/** COOKIE POLICY **/
.cookiebox											{ z-index:999; text-align:center; }
.cookiebox p a										{ display:block; margin:20px 0px; text-transform:uppercase; }
.cookiebox .btn										{ background:#513389; color:#FFFFFF; }
.cookiebox .btn:hover								{ background:#6ABD68; color:#FFFFFF; }



/** RESPONSIVE **/
@media screen and (max-width:970px){

	.form-generic .form-left p						{ font-size:1.2em; }

}

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

	.form-half,
	.form-half-left,
	.form-half-right								{ float:none; width:100%; }

}

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

	.form-generic .form-left,
	.form-generic .form-right						{ float:none; clear:both; width:100%; margin:0px 0px 20px 0px; }

}

 @media screen and (max-width: 660px){
 	.cookiebox										{ bottom:30%; margin-bottom:-80px; }
 }



 /** CUSTOM SLIDERS **/
 .customSlider { position:relative; }
 .customSlider .jcarousel { position:relative; overflow:hidden; width:100%; z-index:2; }
 .customSlider .jcarousel ul { list-style:none; margin:0px; padding:0px; position:relative; }
 .customSlider .jcarousel ul li { float:left; }



 /** CALL TO ACTION BAR **/
 .header-main .header-bg {
	 position:relative;
 }
 .CTABar {
 	color:#FFFFFF;
 	background-color:#6ABD68;
 	position:relative;
 	padding:20px 0px;
 }
 .CTABar .CTABar-centerLine {
 	position:absolute;
 	left:50%;
 	top:20px;
 	bottom:20px;
 	width:2px;
 	margin:0px 0px 0px -1px;
 	background:#FFFFFF;
 }
 .CTABar .CTABar-col {
 	/* width:48%; */
	position:relative;
 }
 /* .CTABar .CTABar-colLeft {
 	float:left;
 }
 .CTABar .CTABar-colRight {
 	float:right;
 } */
 .CTABar .CTABar-content {
	 padding:0px 140px 0px 0px;
 }
 .CTABar h3 {
	 font-size:1.6em;
	 font-weight:bold;
	 margin:0px;
 }
 .CTABar p {
	 font-size:1.2em;
	 margin:5px 0px 0px 0px !important;
	 text-transform:none !important;
 }
 .CTABar .Btn {
	 position:absolute;
	 top:0;
	 right:0;
	 background:#513389;
	 color:#FFFFFF;
	 padding:15px;
	 font-size:1.3em;
	 text-transform:uppercase;
 }
 @media screen and (max-width:1080px){
	 .CTABar .CTABar-content {
		padding:0px;
	 }
	.CTABar h3 span {
		display:block;
	}
 }
 @media screen and (max-width:680px){
	 .CTABar .Btn {
		position:static;
		top:unset;
		right:unset;
		display:inline-block;
		margin:10px 0px 0px 0px;
	 }
 }
 @media screen and (max-width:480px){
	 .CTABar .CTABar-centerLine {
		 position:static;
		 left:unset;
		 top:unset;
		 bottom:unset;
		 width:100%;
		 height:2px;
		 margin:20px 0px;
	 }
	.CTABar .CTABar-col,
	.CTABar .CTABar-colLeft,
	.CTABar .CTABar-colRight {
	 float:none;
	 width:100%;
	 text-align:center;
	}
	.CTABar h3 span {
		display:inline;
	}
}
