@import url("https://use.typekit.net/wjs4bgw.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
#tinymce ul {
	margin-left: 25px;
}
.Alert {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

body {
	font-family:  pt-sans, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:22px;
	color:#6e6e6e;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1440px;
	margin:0px auto;
	padding:0px 30px;
}
/* HEADER */
header {
	position:fixed;
	top:0px;
	z-index:3;
	width:100%;
	background-color:#fff;
	border-bottom:3px solid #97679b;
}
.team:after,
.clear:after,
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	float:left;
	width:30%;
}
#header #logo img {
	max-width:230px;
	padding-top:10px;
}
#header #nav {
	width: 70%;
	float: left;
}
#header #links {
    text-align: right;
	background-color:#333365;
	color:#fff;
	border-bottom:3px solid #97679b;
}
#header #links a {
    display: inline-block;
	text-transform: uppercase;
    font-size: 16px;
    padding-right: 40px;
	text-decoration:none;
	color:inherit;
}
#header #contact {
	display:inline-block;
	padding-left:30px;
	border-left:1px solid #97679b;
    padding: 10px 0px 10px 30px;
}
#header #tel {
	text-decoration: none;
	color:inherit;
    font-size: 20px !important;
	font-weight: bold;
}
#header #fb {
	vertical-align: middle;
	padding-right:0px !important;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	float:right;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
}
header #nav ul li a {
	text-decoration:none;
	color:#343365;
	display:block;
	padding:60px 20px;
	font-size:24px;
}
header #nav ul li:not(:last-of-type) a {
	border-right:1px solid #ccc;
}
header #nav > ul > li ul li a {
	border-right:0px solid #ccc !important;
}
header #nav ul li:hover a {
	color:#98669b;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	padding: 0px;
	background-color:#fff;
	border-bottom:1px solid #dbdbdb;
}

header #nav > ul > li ul li {
	min-width: 250px;
	background-color:#fff;
	border-bottom:1px solid #dbdbdb;
}
header #nav ul li:first-of-type {
	border-top:1px solid #dbdbdb;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:10px 20px;
}
header #nav > ul > li > ul > li a:hover {
	background-color: #efefef;
}
/* ^ NAVIGATION */
/* BANNERS */
#banners {
	max-height:630px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#banner-img {
	overflow:hidden;
}
#banner-img .slide > img {
	display:block;
	width:100%;
	height:auto;
}
#banner-img .slide {
	max-height:630px;
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#banner-img .slide.active .content{
	opacity:1;
}
#banner-img .slide.getActive {
	z-index:2;
}
#banner-img .slide .content {
	position:absolute;
	width:70%;
	bottom:0;
	left:15%;
	z-index:2;
	opacity:0;
	color:#fff;
    padding:20px;
	font-size:60px;
	background-color:rgba(155,101,155,.8);
	text-align:center;
	font-family: justus-pro, serif;
}
#banner-img .slide .content .line2 {
	font-size:22px;
	font-weight: normal;
	font-style: italic;
}
#banner-img  .grad {
	width:100%;
	height:20%;
	position: absolute;
	left:0px;
	bottom:0px;
	background-color:transparent;
	background: -webkit-linear-gradient(transparent,#fff);
	background: -o-linear-gradient(transparent,#fff);
	background: -moz-linear-gradient(transparent,#fff);
	background: linear-gradient(transparent,#fff);
	z-index:2;
}
/* ^ BANNERS */
/* CONTENT */
.checkmark {
	border-radius: 15px;
	padding: 25px 25px 25px 140px;
	background: #fefad5 url('../../Assets/Images/checkmark.png') 4% 50% no-repeat;
	border: 1px solid #97679b;
	width: 70%;
	margin: 10px 15% 15px;
}
main {
}
#banner-header {
	max-height:500px;
	overflow:hidden;
}
#banner-header img {
	width:100%;
	display: block;
}
#banner-header .content {
	position: absolute;
	bottom:10%;
	left:10%;
	width:40%;
	color:#fff;
	font-family: justus-pro, serif;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	font-size:36px;
	font-style: italic;
}
#main {
	position: relative;
	z-index:2;
	padding-top:30px;
}
#home #main {
	padding-top:70px;
}
#main::after {
	content:'';
	display: block;
	clear:both;
}
.split-2 {
	float:left;
	width:50%;
}
.split-2:nth-of-type(odd) {
	padding-right:50px;
}
h1 {
	font-family: justus-pro, serif;
	font-size:42px;
	color:#343365;
	margin-bottom:15px;
	text-align: center;
}
#home h1 {
	font-size:30px;
	text-align: left;
}
h2 {
	font-family: justus-pro, serif;
	font-size:30px;
	color: #343365;
	margin-bottom:15px;
}
h3 {
	font-family: justus-pro, serif;
	font-size:30px;
	color: #343365;
	font-weight:normal;
}
h4 {
	font-size:26px;
	color: #333;
	text-transform:uppercase;
}
p {
  margin-bottom:40px;
}
#main ul {
    list-style-position: outside;
	margin-left:20px;
}
#main li {
	margin-bottom:15px;
}
a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#00a4b5;
	text-decoration:none;
}
a:hover {
	color:#343365;
}
a.button {
	background-color:#00a4b5;
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	border-radius: 5px;
	margin-top:10px;
	text-align: center;
}
a.button.right {
	float: right;
	margin: 30px 30px 0px 30px;
	padding: 20px 60px;
}
a.button:hover {
	background-color:#343365;
}
.img-right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	max-width:40%;
}
.row::after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
.table {
	display:table;	
	width:100%;
}
.table.space {	
	border-spacing: 10px;
}
.table-row {
	display:table-row;
}
.table-row.two .table-cell {
	display:table-cell;
	width:50%;
	vertical-align: top;
}
.table-row.three .table-cell {
	display:table-cell;
	width:33.3%;
}
.table-row-float .table-cell {
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
}
.tc {
	max-height: 250px;
	overflow: hidden;
}
.trio {
	border-top:1px solid #ccc;
	padding:30px 0px 40px 0px;
	margin-top:50px;
}
.trio h2 {
	font-size:40px;
	text-align:center;
	margin-bottom:0px;
}
.statements h3,
.trio h3 {
	font-size:36px;
	text-align:center;
	margin-bottom:20px;
	font-style: italic;
}
.statements h3 {
	text-align:left;
}
.trio a {
	color:#fff;
	text-decoration: none;
}
.trio img {
	width:100%;
	display:block;
}
.trio .table-cell {
    background-color: #98669b;
	border-bottom:15px solid #6c476e;
}
.trio .table-cell:nth-child(even) {
	 background-color: #333365;
	border-bottom-color:#232146;
}
.trio .content {
    padding: 50px 30px 0px;
	position: relative;
    text-align: center;
}
.trio .content::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #98669b;
	border-width: 50px;
	margin-left: -50px;
}
.trio .table-cell:nth-child(even) .content::after {
	border-bottom-color: #333365;
}
.trio .headline {
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
}
.trio .button {
	background-color:#fff;
	color: #232246;
	padding:10px 20px;
	font-weight:bold;
	margin:50px auto 0px auto;
	width:50%;
	text-transform:uppercase;
	border-radius:5px;
}
.careers {
	border-top:1px solid #999;
	margin-top:50px;
}
.careers .table-cell:first-of-type{
	background:#f2f2f2;
	background: linear-gradient(10deg, #e6e6e6 20%, #f2f2f2 20%);
	padding:50px;
}
.careers h4 {
	margin-bottom:30px;
}
.careers h3 {
	font-size:40px;
	margin-bottom:30px;
}
.careers .button {
	background-color:#343365;
	width:65%;
	font-weight: bold;
}
.careers img {
	display:block;
	width:100%;
}
.testimonial {
	border-top:1px solid #ccc;
	background-color:#006d84;
	color:#fff;
	font-style: italic;
	font-size:23px;
	text-align:center;
	padding:60px 0px;
	line-height:160%;
}
.testimonial p {
	padding:0px 60px;
}
.testimonial p::before {
	position: absolute;
	top:0px;
	left:0px;
	content:url("../../Assets/Images/quotation-mark1.png");
	width:60px;
}
.testimonial p::after {
	position: absolute;
	top:0px;
	right:0px;
	content:url("../../Assets/Images/quotation-mark2.png");
	width:60px;
}
.testimonial .tname {font-weight: bold;}
.subscribe {
	background-color:#343365;
	color:#fff;
	padding:30px 0px;
	overflow: hidden;
}
.services {
	border:8px solid #97679b;
	background-color:#f5f5f5;
	padding-top:20px;
	margin-bottom:50px;
}
.services .service {
	padding:0px 20px 20px 30px;
}	
.services .service .heading {
	font-family: justus-pro, serif;
	font-size:28px;
	color:#343365;
	margin-bottom:5px;
	font-weight: bold;
}
.services .service .heading img {
	vertical-align: middle;
	margin-right:15px;
	max-width:10%;
}
.services .service .heading.more {
	font-size:40px;
	margin-top:50px;
}
.services .split-2 {
	padding:0px;
}
.team {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.team .img {
	float:right;
	width: 25%;
	margin-left: 1%;
}
.team .img img {
	margin-top: 20px;
}
.team .desc {
	float: left;
	width: 74%;
}
.team .title {
	font-weight: bold;
}
#cta {
	margin-top:50px;
}
#cta img {
	display:block;
	width:100%;
}
.management {
	background:#009bdf;
	background: linear-gradient(10deg, #26aae4 30%, #009bdf 10%);
	color:#fff;
	padding:50px;
	margin-bottom: 20px;
}
.management .heading {
	font-family: justus-pro, serif;
	font-size:31px;
	font-weight: bold;
	border-bottom:1px solid #fff;
	padding-bottom:15px;
	margin-bottom:30px;
}
.management h2 {
	color:#fff;
}
.resources {
	border: 1px solid #ccc;
	padding:30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
	margin:60px 30px;
}
.additional-imgs {
	background-color: #e6e6e6;
	padding:50px;
}
.additional-imgs .table-cell {
	text-align:center;
}
/* ^ CONTENT */
/* FORMS */
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	background-color:#efefef;
	border:1px solid #ccc;
	padding:8px 13px;
	width:100%;
	margin-bottom:10px;
}
input::placeholder {
	font-family: justus-pro, serif;
	font-style: italic;
	font-size:14px;
}
input[type="submit"], button {
	background-color:#da2626;
	color:#fff;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	text-align:center;
	text-transform: uppercase;
	border-radius: 5px;
	width:auto;
	padding:8px 20px;
	border:0px;
}
#robly_embedded_subscribe_form label,
#subscribe label {
	display:inline-block;
	width:15%;
	float:left;
	text-align: right;
}
#robly_embedded_subscribe_form input {
	width:63%;	
	margin:0px 1%;
	float:left;
	background-color:#fff;
}
#subscribe input {
	width:31%;	
	margin:0px 1%;
	float:left;
	background-color:#fff;
}
#robly_embedded_subscribe_form input[type="submit"],
#subscribe input[type="submit"] {
	width:15%;	
	float:left;
	background-color:#97679b;
}
/*^ FORMS */
/* FOOTER */

#scroll-up {
	position:fixed;
	opacity:.5;
	z-index:99999999999;
	right:20px;
	bottom:30px;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background-color:#000;
	display:none;
	font-size:30px;
	font-family:verdana, sans-serrif;
}
#scroll-up:hover {
	opacity:1;
}
#footer {
	padding:30px 0px;
	font-size:20px;
	text-align:center;
}
#footer a {
	color:inherit;
	text-decoration:none;
}
#footer a:hover {
	color:#006d84;
}
#siteby a {
    width: 84px;
    height: 39px;
    text-indent: -5000px;
    background: url("../../Assets/Images/firehorse-creative.png") top left no-repeat;
    margin:0px auto;
    display:block;
}
/* ^ FOOTER */
.Alert {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
.left {
	width: 55%;
	margin-right: 5%;
	float: left;
}
.right {
	width: 40%;
	float: left;
}
.statements .left {
	width: 45%;
	margin-right: 5%;
	margin-left: 10%;
	float: left;
}
.statements .right {
	margin-right: 10%;
	width: 30%;
	float: left;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:36.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#main a.button {
	margin-right: 10px;
}
.job {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.job p {
	margin-bottom: 15px;
	font-size: 20px;
}
.job h3 {
	margin-bottom: 35px;
}

@media (max-width:1250px) {
	header #nav ul li a {
		padding: 40px 10px;
		font-size: 20px;
	}
	#header #logo img {
		max-width: 150px;
	}
}

@media (max-width:1000px) {
	.checkmark {
		width: 100%;
		margin: 10px 0 15px;
		padding: 80px 25px 25px 25px;
		background: #fefad5 url('../../Assets/Images/checkmark.png') 50% 4% no-repeat;
	}

	#header #logo {
		float:none;
		text-align: center;
		width:auto;
	}
	#header > .container {
		padding:0px;
	}
	#header #nav {
		background-color: #97679b;
		width:100%;
	}
	#mobile-nav {
		display:block;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
		border-bottom:1px solid #ccc;
		box-shadow: 0px 5px 5px rgba(0,0,0,.5);
	}
	header #nav ul li {
		display:block;
		width:100%;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav ul li a {
		padding:20px;
		text-align: center;
	}
	header #nav > ul > li ul {
		position:relative;
	}
	.split-2 {
		float:none;
		width:auto;
		padding-right:0px !important;
		padding-bottom:10px;
	}
	.table.space {
		border-spacing: 0px;
	}
	.table-cell {
		display:block !important;
		width:auto !important;
	}
	.trio .table-cell {
		margin-bottom:15px;
	}
}
@media (max-width:810px) {
	.table-row-float .table-cell,
	.statements .left,
	.statements .right,
	.left,
	.right {
		width: 100%;
		margin: 10px 0;
		padding: 0;
	}
	#header #links {
		text-align: center;
	}
	#header #contact {
		border:0px;
		padding:10px 0px;
		display:block;
	}
	#header #links .container > a:last-of-type, #header #tel {
		padding-right:10px !important;
	}
	body {
		padding-top:0px !important;
	}
	header {
		position:relative
	}
	.container {
		padding:0px 10px;
	}
}
@media (max-width:640px) {
	#subscribe label, #subscribe input, #subscribe input[type="submit"] {
		display:block;
		width:100%;
		float:none;
		margin:0px 0px 10px 0px;
	}
	#subscribe label {
	}
	.careers .table-cell:first-of-type {
		padding:20px;
	}
	#banner-header .content {
		position: relative;
		bottom:auto;
		left:auto;
		background-color:#343365;
		width:100%;
		padding:15px;
		text-align:center;
		font-size: 26px;
	}
	.additional-imgs {
		background-color: #e6e6e6;
		padding:10px;
	}
	.team .img,
	.team .desc {
		width: 100%;
		padding: 10px 0;
		margin: 10px 0;
	}
	.team .img img {
		margin-top: 0px;
	}
	a.button.right {
		float: right;
		margin: 10px 0px;
		padding: 10px 30px;
		width: 100%;
	}
	h1 {font-size: 35px;}
	footer #footer span {display: block;}
	#main img {
		margin: 10px 0 !important;
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	#main img.icon {
		max-width: 40px !important;
	}
	#main .services .service .heading img {
		max-width: 75px !important;
	}
	#cta h2 {text-align: center;}
	#main a.button {
		margin: 5px 0;
		width: 100%;
	}
}
@media (max-width:500px) {
	#home #main {
		padding-top: 20px;
	}
	#banner-img .grad,
	#banner-img .slide .content {
		display:none;
	}
}