/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #ff8a3b;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #ff8a3b;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width:100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }


/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
  max-width: 1360px;
  width: 95%;
  margin: 0px auto;
  position: relative; }

.row {
  clear: both; }

@media screen and (min-width: 480px) {
  .wrap {
    width: 98%; }

  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-half,
  .grid-full,
  .grid-unit {
    float: left;
    width: 100%; }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
      margin-right: 0; }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
      margin-right: 0; }

  .grid-25 {
    float: left;
    width: 49.24242%; }
    .grid-25:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-25:nth-child(2n) {
      margin-right: 0; }
    .grid-25:last-child {
      margin-right: 0; }

  .gallery .grid-unit,
  .grid-half {
    width: 49.24242%; }
    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
      margin-right: 0; }
    .gallery .grid-unit:last-child,
    .grid-half:last-child {
      margin-right: 0; }

  .grid-flow-opposite {
    float: right; } }
@media screen and (min-width: 640px) {
  .grid-1 {
    width: 15.40404%; }
    .grid-1:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-1:nth-child(6n) {
      margin-right: 0; }
    .grid-1:last-child {
      margin-right: 0; }

  .grid-2 {
    width: 32.32323%; }
    .grid-2:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-2:nth-child(3n) {
      margin-right: 0; }
    .grid-2:last-child {
      margin-right: 0; }

  .grid-3,
  .grid-half {
    width: 49.24242%; }
    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
      margin-right: 0; }
    .grid-3:last-child,
    .grid-half:last-child {
      margin-right: 0; }

  .grid-4 {
    width: 66.16162%; }
    .grid-4:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-4:nth-child(1.5n) {
      margin-right: 0; }
    .grid-4:last-child {
      margin-right: 0; }

  .grid-5 {
    width: 82.74242%; }
    .grid-5:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-5:nth-child(1.20482n) {
      margin-right: 0; }
    .grid-5:last-child {
      margin-right: 0; }

  .grid-6,
  .grid-full {
    width: 100%; }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
      margin-right: 0; }
    .grid-6:last-child,
    .grid-full:last-child {
      margin-right: 0; }

  /* If there are no margins */
  .grid-1.no-margin {
    width: 16.66667%; }
    .grid-1.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-1.no-margin:nth-child(6n) {
      margin-right: 0; }
    .grid-1.no-margin:last-child {
      margin-right: 0; }

  .grid-2.no-margin {
    width: 33.33333%; }
    .grid-2.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-2.no-margin:nth-child(3n) {
      margin-right: 0; }
    .grid-2.no-margin:last-child {
      margin-right: 0; }

  .grid-3.no-margin,
  .grid-half.no-margin {
    width: 50%; }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
      margin-right: 0; }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
      margin-right: 0; }

  .grid-4.no-margin {
    width: 66.66667%; }
    .grid-4.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-4.no-margin:nth-child(1.5n) {
      margin-right: 0; }
    .grid-4.no-margin:last-child {
      margin-right: 0; }

  .grid-5.no-margin {
    width: 83.0%; }
    .grid-5.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-5.no-margin:nth-child(1.20482n) {
      margin-right: 0; }
    .grid-5.no-margin:last-child {
      margin-right: 0; }

  .grid-6.no-margin,
  .grid-full.no-margin {
    width: 100%; }
    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
      margin-right: 0; }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
      margin-right: 0; }

  .grid-25 {
    width: 23.86364%; }
    .grid-25:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-25:nth-child(4n) {
      margin-right: 0; }
    .grid-25:last-child {
      margin-right: 0; }

  .grid-25.no-margin {
    width: 25%; }
    .grid-25.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-25.no-margin:nth-child(4n) {
      margin-right: 0; }
    .grid-25.no-margin:last-child {
      margin-right: 0; }

  .gallery .grid-unit {
    width: 32.32323%; }
    .gallery .grid-unit:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .gallery .grid-unit:nth-child(3n) {
      margin-right: 0; }
    .gallery .grid-unit:last-child {
      margin-right: 0; }

  .content-pad-right {
    padding-right: 4%;
    /* Use (or don't) as necessary. */ }

  .content-pad-left {
    padding-left: 4%; } }
	
  .list-grid-2 {
	-webkit-column-count:2; 
	-moz-column-count: 2; 
	column-count: 2; 
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px; 
	column-gap: 40px; }
	@media screen and (max-width: 480px) {
      .list-grid-2 {
	    -webkit-column-count:1; 
	    -moz-column-count: 1; 
	    column-count: 1; 
	    -webkit-column-gap: 0px; 
	    -moz-column-gap: 0px; 
	    column-gap: 0px; }
	}
	
  .list-grid-3 {
	-webkit-column-count:3; 
	-moz-column-count: 3; 
	column-count: 3; 
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px; 
	column-gap: 40px; }
	@media screen and (max-width: 480px) {
      .list-grid-3 {
	    -webkit-column-count:1; 
	    -moz-column-count: 1; 
	    column-count: 1; 
	    -webkit-column-gap: 0px; 
	    -moz-column-gap: 0px; 
	    column-gap: 0px; }
	}
	
	
/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/
body {
	font-family: 'Roboto', sans-serif; }

*[class^="button"] {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	text-align: center;
	z-index: 1;
	display: inline-block;
	text-decoration: none;
	padding: .5em 2em;
	font-family: 'Ovo', serif;
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	background-color: #ff8a3b;
	-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.2);
	box-shadow: 2px 3px 7px rgba(0,0,0,.2); }
	*[class^="button"]:before {
		content: "";
		background: #2981bb;
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out; }
		*[class^="button"]:hover:before {
			-webkit-transform: scaleX(1);
			transform: scaleX(1); }

*[class^="button"]:hover,
*[class^="button"]:focus {
}

.mini-wrap {
	max-width: 1175px; }
	
.center {
	text-align: center; }
	
.shadow {
	-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
	box-shadow: 2px 3px 7px rgba(0,0,0,.3); }

@media screen and (min-width: 640px) {	
	.padding-left {
		padding-left: 3em; }
	.padding-right {
		padding-right: 3em; } }

@media screen and (min-width: 480px) {	
	.grid-half.padding-left {
		padding-left: 3em; }
	.grid-half.padding-right {
		padding-right: 3em; } }
	
/*! Header
//////////////////////////////////////////////*/

header[role=banner] {
	background: #2981bb; }
	
	
  @media screen and (min-width: 715px) {
	  header[role=banner] *[class^="grid"] {
		  display: inline-block;
		  vertical-align: bottom;
		  float: none;
		  margin-bottom: 0; } }	
  header[role=banner] .header__logo {
	  background: #2c5aa0;
	  text-align: center; 
	  padding: 1em;
	  z-index: 10;
	  position: relative;
	  margin-right: 0;
	  margin-bottom: 0;
	  width: 100%; }
	  @media screen and (min-width: 715px) {
		  header[role=banner] .header__logo {
			  margin-bottom: -2em;
			  width: 32.32323%;
			  margin-right: 1.51515%; } }
	  header[role=banner] .header__logo img {
		  max-width: 310px;
		  width: 100%; }
		  
  header[role=banner] .header__phone {
	  color: white;
	  background: #10274f;
	  display: block;
	  text-align: center;
	  font-size: 24px;
	  font-weight: 700;
	  padding: .25em 1em; }
	  @media screen and (min-width: 715px) {
		  header[role=banner] .header__phone {
			  display: inline-block;
			  position: absolute;
			  right: 0;
			  top: 0; } }
	  header[role=banner] .header__phone a {
		  color: white;
		  text-decoration: none; }
  header[role=banner] .header__nav {
	   width: 100%;
	   margin-bottom: 0; }			  
  @media screen and (min-width: 715px) {
	  header[role=banner] .header__nav {
		  width: 66.16162%; } }
  header[role=banner] nav[role=navigation] {
    display: none; }
	header[role=banner] nav[role=navigation] ul {
		list-style: none;
		text-align: center; }
		@media screen and (min-width: 715px) {
			header[role=banner] nav[role=navigation] ul {
				text-align: right; } }
		header[role=banner] nav[role=navigation] ul li {
			display: inline-block;
			vertical-align: middle; }
			header[role=banner] nav[role=navigation] ul li a {
				font-family: 'Roboto', sans-serif;
				font-size: 18px;
				color: #fff;
				display: block;
				text-decoration: none;
				text-transform: none;
				padding: .5em .75em;
				position: relative;
				z-index: 1; }
				header[role=banner] nav[role=navigation] ul li a:before {
					content: "";
					position: absolute;
					z-index: -1;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					background: #2c5aa0;
					-webkit-transform: scaleY(0);
					transform: scaleY(0);
					-webkit-transform-origin: 50% 100%;
					transform-origin: 50% 100%;
					-webkit-transition-property: transform;
					transition-property: transform;
					-webkit-transition-duration: 0.3s;
					transition-duration: 0.3s;
					-webkit-transition-timing-function: ease-out;
					transition-timing-function: ease-out; }
				@media screen and (min-width: 715px) {
					header[role=banner] nav[role=navigation] ul li a {
						padding: .5em .25em 1em .25em; } }
				@media screen and (min-width: 865px) {
					header[role=banner] nav[role=navigation] ul li a {
						font-size: 22px; } }
				@media screen and (min-width: 1025px) {
					header[role=banner] nav[role=navigation] ul li a {
						text-transform: uppercase; } }
				@media screen and (min-width: 1110px) {
					header[role=banner] nav[role=navigation] ul li a {
						padding: .5em .5em 1em .5em; } }
				@media screen and (min-width: 1280px) {
					header[role=banner] nav[role=navigation] ul li a {
						padding: .5em 1em 1em 1em; } }
				header[role=banner] nav[role=navigation] ul li a:hover:before {
					-webkit-transform: scaleY(1);
					transform: scaleY(1); }
  @media screen and (min-width: 640px) {
    header[role=banner] nav[role=navigation] {
      display: block; } }

.mobile__button p {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #fff;
	display: block;
	padding: .5em .75em;
	text-align: center;
	cursor: pointer; }
  @media screen and (min-width: 640px) {
    .mobile__button p {
      display: none; } }

.mobile__nav {
  display: none; 
  background: #2c5aa0;
  padding: 1em .5em;
  text-align: center; }
  .mobile__nav a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	text-decoration: none;
	color: white;
	display: block;
	padding: .25em;
	font-size: 18px; }
    .mobile__nav a:hover,
	.mobile__nav a:focus {
      }
  @media screen and (min-width: 640px) {
    .mobile__nav {
      display: none; } }


/*! Content Area
//////////////////////////////////////////////*/

.page__hero {}
	.page__hero img {
		max-width: none;
		width: 100%; }

.main__content {
	background: white;
	padding: 3em 0; }
.main__content.grey__bg {
	background: #e5e5e5; }
	.main__content *[class^="grid"] {
		margin-bottom: 1em; }
		.main__content *[class^="grid"]:last-of-type {
			margin-bottom: 0; }
	@media screen and (min-width: 480px) {
		.main__content *[class^="grid"] {
			display: inline-block;
			vertical-align: middle;
			float: none;
			margin-bottom: 0; }
		.main__content .no-vertical-align *[class^="grid"] {
			vertical-align: top; } }
		.main__content h1, .main__content h2, .main__content h3, .main__content h4 {
			font-family: 'Ovo', serif;
			font-size: 30px;
			color: #2c5aa0;
			text-transform: uppercase;
			line-height: 1.25;
			text-shadow: -2px 2px 0px rgba(16,39,79,.3); }
		.main__content h5 {
			font-size: 20px;
			font-weight: 700;
			color: #2c5aa0;
			text-transform: uppercase;
			margin: 0 auto; }
		body:not(#home) .main__content h1 {
			font-size: 48px;
			text-align: center; }
		.main__content p, .main__content li {
			font-size: 18px;
			color: #282828;
			line-height: 1.75; }
		.main__content p.subheading {
			font-size: 22px;
			font-weight: 500;
			line-height: 1.5; }
		.main__content ul, .main__content ol {
			margin-left: 2em; }
			
			
.home__ctas {
	padding-bottom: 4em; }
	.home__ctas .home__cta {
		background: #2c5aa0;
		color: white;
		position: relative;
		margin-bottom: 3em; }
		@media screen and (min-width: 640px) {
			.home__ctas .home__cta {
				margin-bottom: 0; } }
		.home__cta .title {
			font-family: 'Ovo', serif;
			font-size: 24px;
			color: white;
			text-transform: uppercase;
			line-height: 1.25;
			text-shadow: -2px 2px 0px #8a8a8a;
			text-align: center;
			padding: .75em 1em; }
		.home__cta i {
			position: relative;
			display: block;
			font-size: 55px;
			width: 100px;
			text-align: center;
			height: 100px;
			background: #2c5aa0;
			border-radius: 100%;
			text-align: center;
			margin: -.75em auto; }
			.home__cta i:before {
				position: absolute;
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				-moz-transform: translateY(-50%);
				top: 50%;
				left: 0;
				right: 0;
				margin: 0 auto; }
		.home__cta .content {
			padding: 2.5em 1.5em 5em 1.5em; }
			.home__cta .content p, .home__cta .content li {
				color: white; }
		.home__cta *[class^="button"] {
			position: absolute;
			left: 0;
			right: 0;
			bottom: -.75em;
			display: block;
			margin: 0 auto;
			text-align: center;
			max-width: 325px;
			width: 100%;
			padding: .5em 0; }
			



.pool__form {
	text-align: center; }
	@media screen and (min-width: 480px) {
		.pool__form {
			text-align: left; } }
	.pool__form input[type="number"], .pool__form input[type="text"] {
		border: 1px solid #CCC; 
		padding: .25em;
		border-radius: 0; }
		.pool__form input[type="text"] {
			display: block;
			margin: 0 auto; }
		@media screen and (min-width: 640px) {
			.pool__form input[type="text"] {
				display: inline-block; } }
			
			
.round__pool {
	position: relative;
	height: 225px;
	max-width: 225px;
	width: 100%;
	background-color: #fff;
	border: 2px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	margin: 0 auto; }
	@media screen and (min-width: 480px) {
		.round__pool {
			margin: 0; } }
	.round__pool .wave {
		background: #3F68C5;
		position: relative;
		top: 50%;
		height: 200%;
		width: 200%;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		left: -50%;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
		-webkit-animation: none;
		-moz-animation: none;
		animation: none; }
	.round__pool .wave {
		-moz-border-radius: 38%;
		-webkit-border-radius: 38%;
		border-radius: 38%;
		-webkit-animation: wave 5s linear infinite;
		-moz-animation: wave 5s linear infinite;
		animation: wave 5s linear infinite; }
		
.oval__pool {
	position: relative;
	height: 175px;
	max-width: 250px;
	width: 100%;
	background-color: #fff;
	border: 2px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	margin: 0 auto; }
	@media screen and (min-width: 480px) {
		.oval__pool {
			margin: 0; } }
	.oval__pool .wave {
		background: #3F68C5;
		position: relative;
		top: 50%;
		height: 300%;
		width: 180%;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		left: -50%;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
		-webkit-animation: none;
		-moz-animation: none;
		animation: none; }
	.oval__pool .wave {
		-moz-border-radius: 38%;
		-webkit-border-radius: 38%;
		border-radius: 38%;
		-webkit-animation: wave 5s linear infinite;
		-moz-animation: wave 5s linear infinite;
		animation: wave 5s linear infinite; }


.rec-square__pool {
	position: relative;
	height: 225px;
	max-width: 225px;
	width: 100%;
	background-color: #fff;
	border: 2px solid #e5e5e5;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	margin: 0 auto; }
	@media screen and (min-width: 480px) {
		.rec-square__pool {
			margin: 0; } }
	.rec-square__pool .wave {
		background: #3F68C5;
		position: relative;
		top: 50%;
		height: 200%;
		width: 200%;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		left: -50%;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
		-webkit-animation: none;
		-moz-animation: none;
		animation: none; }
	.rec-square__pool .wave {
	  -moz-border-radius: 38%;
	  -webkit-border-radius: 38%;
	  border-radius: 38%;
	  -webkit-animation: wave 5s linear infinite;
	  -moz-animation: wave 5s linear infinite;
	  animation: wave 5s linear infinite; }


@keyframes wave {
  0% {
   -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}	



.contact__form {
	width: 95%;
	text-align: left; }
	.contact__form div {
		margin-bottom: .5em;
		position: relative; }
	.contact__form img {
		display: block; }
	.contact__form label {
		font-size: 1.250em;
		color: #222328;
		line-height: 1.7em; }
	.contact__form input[type=text], .contact__form input[type=email], .contact__form input[type=tel], .contact__form input[type=captcha], .contact__form textarea {
		display: block;
		width: 100%;
		border: 1px solid #CCC;
		background: white;
		border-radius: 0px;
		padding: .5em; }
	.contact__form textarea {
		min-height: 100px; }
	.contact__form input[type=submit] {
		border: none;
		border-radius: 0;
		display: inline-block;
		text-decoration: none;
		padding: .5em 2em;
		margin-top: .5em;
		font-family: 'Ovo', serif;
		font-size: 24px;
		color: white;
		text-transform: uppercase;
		background-color: #ff8a3b;
		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.2);
		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.2);
		box-shadow: 2px 3px 7px rgba(0,0,0,.2);
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out; }
		.contact__form input[type=submit]:hover, .contact__form input[type=submit]:focus {
			background: #2981bb; }	
	.contact__form p.error {
		position: absolute;
		bottom: 2em;
		right: 10%;
		background: white;
		color: #de403b;
		border: 1px solid #ccc;
		font-size: 1em;
		padding: .25em .35em;
		-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.25));
		filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.25)); }		
		.contact__form p.error:before {
			position: absolute;
			display: block;
			content: "";
			border-color: #ccc transparent transparent transparent;
			border-style: solid;
			border-width: 11px;
			height: 0;
			width: 0;
			left: 1.4em;
			bottom: -22px; }
		.contact__form p.error:after {
			position: absolute;
			display: block;
			content: "";
			border-color: #fff transparent transparent transparent;
			border-style: solid;
			border-width: 10px;
			height: 0;
			width: 0;
			left: 1.5em;
			bottom: -20px; }

.other__services { }
	.other__services *[class^="grid"] {
		margin-bottom: 1em; }
		.other__services *[class^="grid"]:nth-of-type(1) {}
		.other__services *[class^="grid"]:nth-of-type(2) {
			padding: 1em 0;
			border-top: 1px solid #e5e5e5;
			border-bottom: 1px solid #e5e5e5; }
		.other__services *[class^="grid"]:nth-of-type(3) {
			margin-bottom: 0; }
	@media screen and (min-width: 640px) {
		.other__services *[class^="grid"] {
			margin: 0;
			width: 33.33%;
			padding: 0; }
		.other__services *[class^="grid"]:nth-of-type(1) {
			padding-right: 1.51515%; }
		.other__services *[class^="grid"]:nth-of-type(2) {
			padding: 0 1.51515%;
			border: none;
			border-left: 1px solid #e5e5e5;
			border-right: 1px solid #e5e5e5; }
		.other__services *[class^="grid"]:nth-of-type(3) {
			padding-left: 1.51515%; } }
		
			
/*! Footer
//////////////////////////////////////////////*/

footer[role=contentinfo] {
	background: #2981bb;
	color: white;
	padding: 1em 0; }
	footer[role=contentinfo] *[class^="grid"] {
		text-align: center;
		margin-bottom: 1em; }
		footer[role=contentinfo] *[class^="grid"]:last-of-type {
			margin-bottom: 0; }
	footer[role=contentinfo] .footer__contact {
		font-size: 14px; }
		footer[role=contentinfo] .footer__contact .title {
			font-size: 22px;
			font-family: 'Ovo', serif; }
	footer[role=contentinfo] .footer__copyright {}
		footer[role=contentinfo] .footer__copyright img {
			max-width: 200px; }
		footer[role=contentinfo] .footer__copyright .copyright {
			font-size: 12px; }
			footer[role=contentinfo] .footer__copyright .copyright a {
				color: white;
				text-decoration: none; }
	@media screen and (min-width: 480px) {
		footer[role=contentinfo] *[class^="grid"] {
			display: inline-block;
			vertical-align: top;
			float: none;
			margin-bottom: 0;
			position: relative; }
		footer[role=contentinfo] .footer__contact {
			text-align: left; }
		footer[role=contentinfo] .footer__copyright {
			text-align: right; }
			footer[role=contentinfo] .footer__copyright img {
				max-width: 175px;
				width: 100%; }
			footer[role=contentinfo] .footer__copyright .copyright {
				position: absolute;
				right: 0;
				bottom: 0; }
 

/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
