@charset "utf-8";
/* CSS Document */

/*** TOC ***/
/*
0.0. Additional Template Styling
1.0. Global
	1.1. Text Styling
		1.1.1. Links
2.0. Header
	2.1. Menu
	2.2. Pricing Sub-Menu
3.0. Footer
4.0. Home
	4.1. Hero
	4.2. Service Icon Links
5.0 Subpages
	5.1 Pricing
	5.2 Contact Us
*/

/***0.0. Additional Template Styling***/
.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
  float: left;
}

.col-xs-5th-5 {
  float: left;
  width: 100%;
}

.col-xs-5th-4 {
  width: 80%;
}

.col-xs-5th-3 {
  width: 60%;
}

.col-xs-5th-2 {
  width: 40%;
}

.col-xs-5th-1 {
  width: 20%;
}

.col-xs-5th-pull-5 {
  right: 100%;
}

.col-xs-5th-pull-4 {
  right: 80%;
}

.col-xs-5th-pull-3 {
  right: 60%;
}

.col-xs-5th-pull-2 {
  right: 40%;
}

.col-xs-5th-pull-1 {
  right: 20%;
}

.col-xs-5th-pull-0 {
  right: auto;
}

.col-xs-5th-push-5 {
  left: 100%;
}

.col-xs-5th-push-4 {
  left: 80%;
}

.col-xs-5th-push-3 {
  left: 60%;
}

.col-xs-5th-push-2 {
  left: 40%;
}

.col-xs-5th-push-1 {
  left: 20%;
}

.col-xs-5th-push-0 {
  left: auto;
}

.col-xs-5th-offset-5 {
  margin-left: 100%;
}

.col-xs-5th-offset-4 {
  margin-left: 80%;
}

.col-xs-5th-offset-3 {
  margin-left: 60%;
}

.col-xs-5th-offset-2 {
  margin-left: 40%;
}

.col-xs-5th-offset-1 {
  margin-left: 20%;
}

.col-xs-5th-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
    float: left;
  }

  .col-sm-5th-5 {
    float: left;
    width: 100%;
  }

  .col-sm-5th-4 {
    width: 80%;
  }

  .col-sm-5th-3 {
    width: 60%;
  }

  .col-sm-5th-2 {
    width: 40%;
  }

  .col-sm-5th-1 {
    width: 20%;
  }

  .col-sm-5th-pull-5 {
    right: 100%;
  }

  .col-sm-5th-pull-4 {
    right: 80%;
  }

  .col-sm-5th-pull-3 {
    right: 60%;
  }

  .col-sm-5th-pull-2 {
    right: 40%;
  }

  .col-sm-5th-pull-1 {
    right: 20%;
  }

  .col-sm-5th-pull-0 {
    right: auto;
  }

  .col-sm-5th-push-5 {
    left: 100%;
  }

  .col-sm-5th-push-4 {
    left: 80%;
  }

  .col-sm-5th-push-3 {
    left: 60%;
  }

  .col-sm-5th-push-2 {
    left: 40%;
  }

  .col-sm-5th-push-1 {
    left: 20%;
  }

  .col-sm-5th-push-0 {
    left: auto;
  }

  .col-sm-5th-offset-5 {
    margin-left: 100%;
  }

  .col-sm-5th-offset-4 {
    margin-left: 80%;
  }

  .col-sm-5th-offset-3 {
    margin-left: 60%;
  }

  .col-sm-5th-offset-2 {
    margin-left: 40%;
  }

  .col-sm-5th-offset-1 {
    margin-left: 20%;
  }

  .col-sm-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
    float: left;
  }

  .col-md-5th-5 {
    float: left;
    width: 100%;
  }

  .col-md-5th-4 {
    width: 80%;
  }

  .col-md-5th-3 {
    width: 60%;
  }

  .col-md-5th-2 {
    width: 40%;
  }

  .col-md-5th-1 {
    width: 20%;
  }

  .col-md-5th-pull-5 {
    right: 100%;
  }

  .col-md-5th-pull-4 {
    right: 80%;
  }

  .col-md-5th-pull-3 {
    right: 60%;
  }

  .col-md-5th-pull-2 {
    right: 40%;
  }

  .col-md-5th-pull-1 {
    right: 20%;
  }

  .col-md-5th-pull-0 {
    right: auto;
  }

  .col-md-5th-push-5 {
    left: 100%;
  }

  .col-md-5th-push-4 {
    left: 80%;
  }

  .col-md-5th-push-3 {
    left: 60%;
  }

  .col-md-5th-push-2 {
    left: 40%;
  }

  .col-md-5th-push-1 {
    left: 20%;
  }

  .col-md-5th-push-0 {
    left: auto;
  }

  .col-md-5th-offset-5 {
    margin-left: 100%;
  }

  .col-md-5th-offset-4 {
    margin-left: 80%;
  }

  .col-md-5th-offset-3 {
    margin-left: 60%;
  }

  .col-md-5th-offset-2 {
    margin-left: 40%;
  }

  .col-md-5th-offset-1 {
    margin-left: 20%;
  }

  .col-md-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
    float: left;
  }

	.col-lg-12p {width:12%;}
	.col-lg-22p {width: 22%;}

  .col-lg-5th-5 {
    float: left;
    width: 100%;
  }

  .col-lg-5th-4 {
    width: 80%;
  }

  .col-lg-5th-3 {
    width: 60%;
  }

  .col-lg-5th-2 {
    width: 40%;
  }

  .col-lg-5th-1 {
    width: 20%;
  }

  .col-lg-5th-pull-5 {
    right: 100%;
  }

  .col-lg-5th-pull-4 {
    right: 80%;
  }

  .col-lg-5th-pull-3 {
    right: 60%;
  }

  .col-lg-5th-pull-2 {
    right: 40%;
  }

  .col-lg-5th-pull-1 {
    right: 20%;
  }

  .col-lg-5th-pull-0 {
    right: auto;
  }

  .col-lg-5th-push-5 {
    left: 100%;
  }

  .col-lg-5th-push-4 {
    left: 80%;
  }

  .col-lg-5th-push-3 {
    left: 60%;
  }

  .col-lg-5th-push-2 {
    left: 40%;
  }

  .col-lg-5th-push-1 {
    left: 20%;
  }

  .col-lg-5th-push-0 {
    left: auto;
  }

  .col-lg-5th-offset-5 {
    margin-left: 100%;
  }

  .col-lg-5th-offset-4 {
    margin-left: 80%;
  }

  .col-lg-5th-offset-3 {
    margin-left: 60%;
  }

  .col-lg-5th-offset-2 {
    margin-left: 40%;
  }

  .col-lg-5th-offset-1 {
    margin-left: 20%;
  }

  .col-lg-5th-offset-0 {
    margin-left: 0%;
  }
}

/*** 1.0. Global ***/
.max-w-1200 {
	max-width:1200px;
}

body {
	font-family: 'Open Sans', 'Myriad Pro', sans-serif; ;
	font-size: 12pt;
	line-height: 1.55em;
	color: #464646;
	background-color: #ececec;
	
}
.container {
	padding-left: 5%;
	padding-right: 5%;
}


img {
	max-width: 100%;
}

.bg-white {
	background-color: #ffffff;
}

.margin-bot-50 {
	margin-bottom: 50px;
}

/**** 1.1. Text Styling ****/
.underline {
	width: fit-content;
	margin: auto;
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
}

h2 {
	font-size: 32pt;
	color: #34419A;
	margin-top: 0px;
	margin-bottom: 35px;
}

h3 {
	font-size: 14pt;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 20px;
}

h4 {
	font-size: 12pt;
	line-height: 1.5em;
	font-weight: 700;
	color: #34419A;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

h5 {
	font-size: 12pt;
	line-height: 1.5em;
	color: #34419A;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

p {
	margin-bottom: 25px;	
}

figcaption {
	font-size: 10pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

figure {
	margin-top: 25px;
	margin-bottom: 25px;	
}

.accent-color {
	color: #34419A;
}

/***** 1.1.1. Links *****/
a {
	font-size: inherit;
	color: inherit;
}
a:hover, a:focus, a:active {
	color: #34419A;
	text-decoration: none;
}

p >a:hover, p > a:focus, p > a.underline:active  {
	text-decoration: underline #34419A;
}

p > a {
	text-decoration: underline #34419A;
}

/*** 2.0 Header ***/
.ribbon-bar {
	height: 10px;
	margin-top: 8px;
	background-color: #34419A;	
}

@media (min-width: 768px) and (max-width: 990px) {
nav > div.container > div {
	float: unset !important;
	text-align: center !important;
}

ul.navbar-nav {
	float: unset;
}
.navbar-nav > li {
	display: inline-block;
	float: unset;
}
}

/**** 2.1 Menu ****/
nav {
	padding-top: 80px;
	background-color: #fcfcfc;
}


@media (max-width: 768px) {
	nav {padding-top:50px;}
}


.active div{
	color: #34419A;
}
li.active .underline {
	border-bottom: 2px solid #34419A;
	padding-bottom: 5px;
}

li .underline {
	border-bottom: 2px solid #fcfcfc;
	padding-bottom: 5px;
}
.nav>li>a:focus .underline, .nav>li>a:hover .underline {
	border-bottom: 2px solid #34419A;
	padding-bottom: 5px;
}

nav li {
	color: #464646;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: inherit;
}

.icon-bar {
	background-color: #34419A;
}

#myNavbar {
	margin-top: 45px;
}

nav img {
	max-height: 140px;
	display: inline-block !important;
	margin-top: -50px;
}
.navbar-brand {
	float: unset;
}

.navbar-toggle .icon-bar {
	width: 32px;
	height: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

/**** 2.2. Pricing Sub-Menu ****/

@media (min-width: 768px) {
.navbar-right .dropdown-menu {
	right: unset;
}
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: inherit;	
}

.dropdown-menu {
	top: 40px;
	padding: 0;
	border-radius: 3px;
	border-top: 3px solid #34419A;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;	
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.1);
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.dropdown-menu>li {
	border-top: 1px solid #f5f5f5;
}
.dropdown-menu>li>a {
	padding: 10px 25px;
}

@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu>li>a {
	text-align: center;
	padding: 10px;
}

.navbar-nav .open .dropdown-menu>li {
	border-top: 0px;
}
}

/*** 3.0. Footer ***/
footer {
	background-color: #464646;
	text-align: center;
	padding: 15px 0px;
}

footer div {
	font-size: 9pt;
	color: #f5f5f5;
	padding: 5px;
}

footer a:hover {
	color: #ffffff;
}

/*** 4.0. Home ***/
/**** 4.1. Hero ****/
.hero {
	background-image: url(../images/nature.jpg);
	background-size: cover;
	text-align: center;
}

.overlay {
	background-color: rgba(52, 65, 154, 0.65);
	z-index: 10;
	padding: 48px 5%;
	color: #fff;
}

.hero h1 {
	padding: 50px 0;
	line-height: 1.5em;
}

.sub-title {
	color: #ffffff;
	font-size: 15pt;
}

.county-list {
	line-height: 1.7em;
}

.icon-links {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

/**** 4.2. Service Icon Links ****/
.icon-links img {
	margin: 25px auto;
}

.icon-default {
	display: inline-block;
}

.icon-links > div:hover .icon-default {
	display: none;	
}
.icon-links > div:hover .underline {
	border-bottom: 2px solid #34419A;
}

.icon-active {
	display: none;
}

.icon-links > div:hover .icon-active {
	display: inline-block;
}

/*** 5.0 Subpages ***/

.content-box {
	background-color: #ffffff;
	margin-bottom: 50px;	
	padding-top: 52px;
	padding-bottom: 20px;
}

.content-box p:first-child {
	margin-top: 15px;
}

.content-box p:last-child {
	margin-bottom: 40px;
}

.fig-row {
	text-align: center;	
}

/**** 5.1 Pricing ****/
.icon-price {
	text-align:center;	
}
.icon-price img {
	margin: 25px auto;
}
.icon-price p {
	text-align: left;	
}

/**** 5.2 Contact Us ****/

p.contact {
	margin-top: 35px !important;
	margin-bottom: 25px !important;
	font-size: 13pt;
}

@media (min-width: 768px) {
form div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
}

label {
	font-size: 12pt;
	line-height: 1.5em;
	font-weight: 400;
	color: #464646;
	text-align: left;
}

input[type=text], select, textarea { 
	width: 100%;
	border: 0px none;
	border-radius: 3px;
	box-sizing: border-box;
	resize: vertical;
	background-color: #ececec;
	padding: 10px;
	margin-bottom: 25px;
}

textarea {
	min-height: 100px;
}

.submit-btn {
	 text-align: center;
	 margin-bottom: 40px;
}

input[type=submit], input[type=submit]:focus {
	color: #ececec;
	font-size: 14pt;
	padding: 7px 35px;
	background-color: #34419A;
	border: 1.5px solid #34419A;
	border-radius: 3px;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
	outline: none;
}

input[type=submit]:hover {
	background-color: #3e4ec1;	
	border: 1.5px solid #3e4ec1;
}

input[type=submit]:active {
	background-color: #1c2a8c;
	border: 1.5px solid #1c2a8c;
}

.thank-you {
	text-align: center;
	font-size:16pt;
	padding: 40px 15px 10px 15px;
}