/* Basic ============================================================================================================
===================================================================================================================== */


		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #7f7f7f;
		font-family: "Arial", Arial, sans-serif;
		letter-spacing: 0.025em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		color: #000;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			text-decoration: underline;
		}

	.underline {
		text-decoration: underline;
	}
	
	.underline:hover {
		text-decoration: none;
	} 

	h1, h2, h3, h4, h5, h6 {
		font-family: "Arial", Arial, sans-serif;
		color: #000;
		letter-spacing: 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			text-decoration: none;
			border: 0;
		}

	h1, .h1 {
		font-weight: bold;
		margin-bottom: 5px;
		position: relative;
		font-size: 35px;
	}
	
	h1.unbold {
		font-weight: normal;
	}

	h2, .h2 {
		font-weight: bold;
		margin-bottom: 10px;
		position: relative;
		font-size: 24px;
		line-height: 30px;
	}

	h3, .h3 {
		font-size: 21px;
		font-weight: bold;
		margin-bottom: 35px;
	}

	h4, .h4 {
		font-size: 20px;
		font-weight: bold;
	}

	h5, .h5 {
		font-size: 15px;
	}
	
	h6, .h6 {
		font-size: 12px;
		margin: 10px 0;
		letter-spacing: 1px;
	}

	.nomargin{
		margin: 0;
	}

	.marginbottom8 {
		margin-bottom: 8px;
	}
	
	.marginbottom15 {
		margin-bottom: 15px;
	}

	.bold {
		font-weight: bold;
	}

	.unbold {
		font-weight: normal;
	}

	.uppercase {
		text-transform: uppercase;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	p {
		margin-bottom: 35px;
		line-height: 18pt;
		font-size: 13pt;
	}
	
	
	p.small {
		font-size: 12pt;		
		line-height: 16pt;
	}

	span.break {
		display: block;	
	}

	em {
		font-style: italic;
	}

	strong {
		font-weight: bold;
	}

	.loading {
		position: relative;
		min-height: 150px;
	}

	.blogitems {
		margin-top: 25px;
	}
	
	.blogitems p {
		color: #808080;
		line-height: 18pt;
		font-size: 16px;
		margin-bottom: 0;
	}

	
	.blogtitle {
		border-bottom: 1px solid #231f20;
		padding-bottom: 35px;
		margin-bottom: 35px;	
	}
	
	.blogtitle p {
		margin: 0;
		font-size: 35px;
		line-height: 30pt;
		color: #231f20;		
	}
	
	
	.blogpost {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	section.blogpost p {
		margin-bottom: 20px;
	}


  	
	.videocontainer {
	    position: relative;
	    width: 100%;
	    height: 0;
	    padding-bottom: 56.25%;
	}

	.video {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

	.mapcontainer {
	    position: relative;
	    width: 100%;
	    height: 0;
	}
	
	.contactpage {
		margin-top: 100px;
		padding-bottom: 50px;
	}


/* COLOR ============================================================================================================
===================================================================================================================== */

	.red {
		color: #ec2024;
	}

	.black {
		color: #000000;
	}

	.white {
		color: #ffffff;
	}
	
	.grey {
		color: #808080;
	}

/* Section/Article */

	section.special, article.special {
	padding-left: 12%;
	padding-right: 12%;
	}

	header.major {
		padding-bottom: 2em;
	}

	header.special {
		margin-bottom: 5em;
		padding-top: 7em;
		position: relative;
	}

		header.special:before, header.special:after {
		/*!	border-bottom: solid 1.5px;
			border-top: solid 1.5px;
			content: ''; */
			height: 7px;
			opacity: 0.1;
			position: absolute;
			top: 1.75em;
			width: 43%;
		}

		header.special:before {
			left: 0;
		}

		header.special:after {
			right: 0;
		}

		header.special h2 {
			margin-bottom: 0;
		}

		header.special h2 + p {
			margin-bottom: 0;
			padding-top: 1.5em;
		}

		header.special .icon {
			cursor: default;
			height: 7em;
			left: 0;
			position: absolute;
			text-align: center;
			top: 1em;
			width: 100%;
		}


			header.special .icon:before {
				font-size: 3.5em;
				opacity: 0.35;
			}




/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: 1px solid #acacac;
		border-radius: 0;
		padding: 5px;
		color: inherit;
		display: block;
		text-decoration: none;
		font-size: 15px;
		width: 100%;
		outline: 0;
	}




		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #ec2024;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"], 
	textarea {
		line-height: 1em;
		margin-bottom: 15px;
		padding: 10px;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(124, 128, 129, 0.5) !important;
	}


/* SEARCH ============================================================================================================
===================================================================================================================== */

.search { position: relative; }
.search input { text-indent: 30px;}
.search .fa-search { 
  position: absolute;
  top: 0;
  left: 8px;
  font-size: 14px;
}


	input[type="text"].searchbar {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: 0;
		color: inherit;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		width: 100%;
		outline: 0;
	}



/* Image */

	.image {
		border: 0;
		position: relative;
		width: 100%;
		height:auto;
	}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0;
		}

			.image.featured img {
				display: block;
			}

/* List */

	ol {
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul {
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

	ul.icons li a {
		width: 36px;
		height: 36px;
		display: block;
	}

	.email {
		background-image: url('/images/graphics/RR_Email.svg');
	} 

	.email:hover{
		background-image: url('/images/graphics/RR_Email_RO.svg');
	}

	.emailfooter {
		background-image: url('/images/graphics/RR_Email_grey.svg');
	} 

	.emailfooter:hover{
		background-image: url('/images/graphics/RR_Email_greyRO.svg');
	}


	.facebook {
		background-image: url('/images/graphics/RR_Facebook.svg');	
	} 

	.facebook:hover{
		background-image: url('/images/graphics/RR_Facebook_RO.svg');				
	}

	.facebookfooter {
		background-image: url('/images/graphics/RR_Facebook_grey.svg');		
	} 

	.facebookfooter:hover{
		background-image: url('/images/graphics/RR_Facebook_greyRO.svg');				
	}

	.instagram {
		background-image: url('/images/graphics/RR_Instagram.svg');		
	} 

	.instagram:hover {
		background-image: url('/images/graphics/RR_Instagram_RO.svg');		
	} 

	.instagramfooter {
		background-image: url('/images/graphics/RR_Instagram_grey.svg');		
	} 

	.instagramfooter:hover {
		background-image: url('/images/graphics/RR_Instagram_greyRO.svg');		
	} 

	.twitter {
		background-image: url('/images/graphics/RR_Twitter.svg');		
	} 

	.twitter:hover {
		background-image: url('/images/graphics/RR_Twitter_RO.svg');		
	} 
	
	.twitterfooter {
		background-image: url('/images/graphics/RR_Twitter_grey.svg');		
	} 

	.twitterfooter:hover {
		background-image: url('/images/graphics/RR_Twitter_greyRO.svg');		
	} 

	ul.featured-icons {
		cursor: default;
		margin: -0.75em 0 0 0;
		opacity: 0.35;
		overflow: hidden;
		position: relative;
	}

		ul.featured-icons li {
			display: block;
			float: left;
			text-align: center;
			width: 50%;
		}

			ul.featured-icons li .icon {
				display: inline-block;
				font-size: 6.25em;
				height: 1.25em;
				line-height: 1.25em;
				width: 1em;
			}

	ul.buttons {
		cursor: default;
	}

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.buttons li:first-child {
				padding: 0;
			}

		ul.buttons.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.buttons.vertical li:first-child {
				padding: 0;
			}

	ul.physiolist {
		margin-top: -35px;
		margin-left: 25px;
		font-size: 15pt;
		line-height: 20pt;
	}
	
	ul.physiolist li {
		list-style: none;
	}
	
	ul.physiolist li:before {
	    content:"•";
	    font-size:20px;
	    vertical-align:middle;
	    line-height:15px;
	    margin-right: 5px;
	}


/* RED BLOCKS ============================================================================================================
===================================================================================================================== */

	.blocks {
		margin:0px;
		min-height:225px;
		background-color:#ffffff;
		border:0;
		position: relative;
		z-index: 10;
	}

	.blocks:after {
		background-color: #ec2024;
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		z-index: -1;
		padding: 15px;
		
	}

	

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(124, 128, 129, 0.2);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #7f7f7f;
				color: #fff;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: none;
		border: solid 1px;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		font-size: 0.7em;
		font-weight: 900;
		letter-spacing: 2px;
		padding: 0 1.75em;
		line-height: 3.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover {
			background: #fff;
			border-color: #d42122;
			text-decoration: none;
			color: #ec2024;
		}

		input[type="button"].special,
		input[type="submit"].special,
		input[type="reset"].special,
		.button.special {
			background: #ec2024;
			color: #ffffff;
			border-color: #ffffff;
		}

			input[type="button"].special:hover,
			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			.button.special:hover {
			background: #fff;
			border-color: #ec2024;
			text-decoration: none;
			color: #ec2024;
			}
			
		input[type="button"].fit,
		input[type="submit"].fit,
		input[type="reset"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}

#button {
	position: absolute;
	right: 20px;
	top: 13px;
}


	

/* Wrapper */

	.wrapper {
	}

		.wrapper.style1 {
			padding: 0;
		}

		.wrapper.style2 {
			background-color: #ec2024;
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: #fff;
		}

			.wrapper.style2 .button:hover {
				background: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style2 .button.special {
				background: #fff;
				border-color: #fff;
				color: #ec2024 !important;
			}

				.wrapper.style2 .button.special:hover {
					border-color: inherit !important;
					color: #fff !important;
				}

		.wrapper.style3 {
			background: #fff;
			color: inherit;
		}

		.wrapper.style4 {
			background: #fff;
			color: inherit;
		}
		

	.wrapper .content {
		padding: 0 10%;
	}

.relative {
	position: relative;
}

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	#header {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		color: inherit;
		cursor: default;
		left: 0;
		padding: 20px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
	}

		#header h1 {
			font-weight: 900;
			margin: 0;
		}

			#header h1 span {
				font-weight: 300;
			}

		#header nav {
			position: absolute;
			left: 10%;
			top: 20px;
		}

			#header nav ul li {
				display: inline-block;
				margin-left: 1.5em;
				font-size: 14px;
				list-style: none;
				
				
			}

				#header nav ul li > ul {
					display: none;
					list-style: none;
					
				}

				#header nav ul li a {
					border: solid 1px transparent;
					color: inherit;
					display: inline-block;
					line-height: 1em;
					padding: 0.6em 0.75em;
					text-decoration: none;
				}

				#header nav ul li input[type="button"],
				#header nav ul li input[type="submit"],
				#header nav ul li input[type="reset"],
				#header nav ul li .button {
					min-width: 0;
					width: auto;
				}

				#header nav ul li.submenu > a {
					text-decoration: none;
				}

					#header nav ul li.submenu > a:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#header nav ul li.submenu > a:before {
						content: '\f107';
						margin-right: 0.65em;
					}

				#header nav ul li:hover > a, .current {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					color: #000;
				}

				#header nav .navhome {
					display: none;
				}
				
				
				/* Narrower */
				
					#navPanel, #navButton {
						display: none;
					}
				

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: #fff;
			padding: 2em 2.5em;
			position: absolute;
		}

			#header.alt nav {
				right: 2.5em;
				top: 1.75em;
			}

				#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
					border: solid 1px;
				}

/* Dropotron */

	.dropotron {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		line-height: 2.25em;
		min-width: 13em;
		padding: 0.5em 0 0 0;
		margin-top: calc(-1em + 1px);
		z-index: 2000;
	}

		.dropotron.level-0 {
			font-size: 14px;
			font-weight: 400;
			margin-top: 0em;
		}

			.dropotron.level-0:before {
				border-bottom: solid 0.5em #fff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				content: '';
				left: 0.75em;
				position: absolute;
				top: -0.45em;
			}

		.dropotron > li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
		}

			.dropotron > li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-decoration: none;
				padding: 0 1em;
				border: 0;
			}

			.dropotron > li:hover > a {
				background: #ec2024;
				color: #fff;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}

/* Banner */

	@-moz-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#banner {
		background-attachment: fixed;
		background-color: #dfdfdf;
		color: #231f20;
		cursor: default;
		padding: 0;
		background-color: #ec2024;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;		
		height: 375px;
		width: 100%;
	}

		#banner .inner {
			-moz-animation: reveal-banner 0.75s ease-in-out;
			-webkit-animation: reveal-banner 0.75s ease-in-out;
			-ms-animation: reveal-banner 0.75s ease-in-out;
			animation: reveal-banner 0.75s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;		
			color: #fff;
			vertical-align: middle;
			opacity: 0;
			padding-left: 12%;
			width: 100%;
			height: 100%;
			
			display: flex;
		    justify-content:center;
		    align-content:center;
		    flex-direction:column; /* column | row */		}

			#banner .inner header {
				display: inline-block;
			}
			
			#banner .inner h1, #banner .inner p {
				color: #fff;
			}



			#banner .inner p {
				margin: 0;
				font-size: 35px;
				line-height: 30pt;
			}

			#banner .inner p span 
			{
			    display: block;
			}

				#banner .inner p a {
					color: inherit;
					font-weight: 400;
					text-decoration: none;
				}



/* Main */

	#main {
		background-image:;
		background-position: top left, top right, bottom left, bottom right;
		background-repeat: no-repeat;
		background-size: 25em;
	}


		#main .sidebar section {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
			margin: 3em 0 0 0;
			padding: 3em 0 0 0;
		}

			#main .sidebar section:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}
	
	#main ol {
			list-style: decimal;
		}
	
	
	#main ul {
			list-style: disc;
		}
	


/* CTA */

	.cta, .ctaspirit {
		background-color: #ec2024;
		color: #fff;
		border-top: 1px solid #fff;
		position: relative; 
		
	}

	.cta {
		padding: 30px 12% 40px 12%;
		min-height: 200px;		
	}
	
	.ctaspirit {
		padding: 20px 5% 0 5%;
		min-height:150px;
	}
	
	.ctacopyright {
		padding: 20px 12%;
		border-top: 1px solid #d1d1d1;		
		background: #ebebeb;
		color: #7f7f7f;
		font-size: 8pt;
	}
	
	.ctaspirit:last-child {
		margin-bottom: 100px;
	}
	
	.cta h1, .cta h2, .cta h3, .cta h4, .cta h5, .cta h6, .cta a, .ctaspirit h1, .ctaspirit h2, .ctaspirit h3, .ctaspirit h4, .ctaspirit h5, .ctaspirit h6, .ctaspirit a {
		color: #ffffff;
	}

	.cta p {
		font-size: 14pt;
		margin: 0;
		line-height: 18pt;
	}
	
	.cta .ctaspirit h1 {
		color: #ffffff;
		font-size: 150px;
	}

	.ctagrey {
		background-color: #f7f7f7;
		border-top: 1px solid #fff;
		position: relative; 
		padding: 15px 10% 50px 5%;
		min-height:200px;
		margin-bottom: 50px;
	}
	
	.ctagrey:last-child {
		margin-bottom: 100px;
	}

	.ctagrey ul {
		font-weight: bold;
		margin-top: 35px;
		padding-left: 30px;
		color: #000;
	}


	.ctagrey ul li {
		list-style-type: disc;
		font-weight: normal;
		line-height: 16pt;
		color: #7f7f7f;
	}

	.ctagrey ul .nestedlist {
		margin-top: 0;
		padding-left: 20px;
	}
	
	.ctagrey ul .nestedlist li {
		list-style-type:circle;
	}

	.cta .testimonial {
		text-align: center;
		width: 80%;
		margin-left: 10%;
		}
	
	.testimonial p {
		margin-bottom: 10px;
	}

	.cta .testimonial .button {
	margin-top: 15px;
	}

q {
	padding: 0 .5em;
	font-size: 1em;
	line-height: 1.35em;
	margin-bottom: 0;		
	z-index: 15;
}

q:before {
	color: #ddd;
	content: open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.05em;
	vertical-align: -0.4em;
	z-index: 10;
	}
	
q:after {
	color: #ddd;
	content: close-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-left: 0.05em;
	vertical-align: -0.4em;
	z-index: 10;
	}



	.floatleft {
		position: absolute;
		top: 50%; 
		transform: translateY(-50%);
		left: 0;
		}

	.floatright {
		position: absolute;
		top: 50%; 
		transform: translateY(-50%);
		right: 0;
	}
	
	.floatcenter {
		position: absolute;
		top: 50%; 
		transform: translateY(-50%);
		left: 50%;
		transform: translateX(-50%);
	}


	.centercontainer {
		position: relative;
		min-height: 200px;
	}

	.logocontainer {
		position: relative;
	}
	
	.whitesection:nth-of-type(3), .whitesection:nth-of-type(4), .whitesectionhomepageblog:nth-of-type(5), .whitesection:nth-of-type(7) {
		border-top: 1px solid #d1d3d4;
	}   
	
	.whitesection {
		padding: 100px 12%;
	}

	.whitesectionblog {
		padding: 40px 12% 20px 12%	
	}	

	.whitesectionhomepageblog {
		padding: 100px 12% 40px 12%	
	}	

	.whitesectionhomepagelogo {
		padding: 40px 12%;
		position: relative; 
	}
	

	.logonav {
			padding: 100px 12%;		
	}


	.logoshow {
		opacity: 1;
	}
	
	.logohide {
		opacity: 0;
	}
	
	.logohide, .logoshow {
	  transition: all 0.25s;
	  -moz-transition: all 0.25s; /* Firefox 4 */
	  -webkit-transition: all 0.25s; /* Safari and Chrome */
	  -o-transition: all 0.25s; /* Opera */
	}
	
	
	
/* Footer */

	#footer {
		background: #ebebeb;
		color: #7f7f7f;
		padding: 3em 12%;
		min-height:235px;
		position: relative;
	}
	
	.footerlists {
		float: left;
		padding-right: 40px;
	}
	
	.footericons {
		float: right;
	}

	#footer .footerlists ul {
		font-family: "Arial", sans-serif;
		font-size: 11pt;
		line-height: 16pt;
	}
	
	#footer .footerlists li a {
		color: #666666;
	}

	#footer .copyright {
		position: absolute;
		bottom: 0;
		border-top: 1px solid #333;
	}

@media screen and (min-width: 768px){.re-widget-container {    height: 430px !important;  }}@media screen and (min-width: 937px){  .re-widget-container {    height: 400px !important;  }}
