* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  margin: 0px;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
ol {padding: 20px 40px;}
#tabs {
  font-family: 'Open Sans', sans-serif !important;
}
.dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 160px;
}
.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.dots li.active {
  background: #fff;
  opacity: 1;
}
.ten-years {
  float:left;
  margin-right: 20px;
  max-width: 100%;
  height: auto;
}
.align-middle {
  vertical-align: middle;
  margin-right: 10px;
}
.vert-align {
  vertical-align: middle;
  margin-right: 5px;
  float: left;
}
.header {
  background-color: white;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-color: #dcdcdc;
}
.navbar {
  max-width: 960px;
  margin: 25px auto;
}
.logo-container {
  float: left;
  margin-right: 35px;
}
.main-nav {
  float: left;
  margin-top: 5px;
}
.main-nav li {
  display: inline;
  list-style: none;
  font-size: 16px;
  margin-right: 5px;
  margin-left: 5px;
}
.main-nav a {
  color: #696969;
  text-decoration: none;
}
.main-nav a:hover {
  color: #f36c37;
  border-bottom: 3px solid;
  border-color: #f36c37;
}
.right-nav {
  float: right;
  margin-top: 8px;
}
.right-nav li {
  display: inline;
  list-style: none;
  font-size: 12px;
  margin-right: 5px;
  margin-left: 5px;
}
.right-nav a {
  color: #696969;
  text-decoration: none;
}
.right-nav .button {
  background-color: #415090;
  padding: 7px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.right-nav .button a {
  color: #ffffff !important;
}
.hero-section {
  background-image: url(../images/homepage-banner2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}
.the-crew {
  background-image: url(../images/thecrew.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 350px;
  text-align: center;
}
.the-crew h1{
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: normal;
}
.hero-copy { 
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: 100px;
  margin-left: 55%;
  width: 300px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  height: 200px !important;
}
.hero-copy ul{
  list-style: none;
}
.cta-blue {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  text-align: center;
  cursor: pointer;
  background-color: #e4e9f0;
}
.cta-blue a {
  background-color: #00afe0;
  padding: 10px 40px;
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  font-size: 26px;
}
.cta-green {
  padding: 25px 0px;
  text-align: center;
  cursor: pointer;
}
.cta-green a {
  background-color: #98c13d;
  padding: 10px 40px;
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  font-size: 26px;
}
.main-body {
  max-width: 800px;
  margin: 40px auto;
  font-size: 18px;
  text-align: center;
  color:#696969;
}
.main-body h1, .top-section h1, .body-copy h1 {
  font-size: 36px;
  color: #415090;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.body-copy {
  display: block;
  clear: both;
  text-align: left;
  margin: 20px auto;
  padding: 0px 15px;
  overflow: hidden;
  font-size: 14px;
  max-width: 960px;
}
.body-copy p {
  margin-bottom: 20px;
}
.grey {
  background-color: #f3f4f4;
  padding: 15px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #dcdcdc;
}
.three-boxes {
  max-width: 960px;
  margin: 25px auto;
  text-align: center;
  overflow: hidden;
}
.column {
  width: 33.3%;
  text-align: center;
  float: left;
  color: #415090;
}
.main-box {
  height: 200px;
  width: 200px;
  overflow: hidden;
  font-size: 16px;
  margin: 10px auto;
  cursor: pointer;
}
.text-box {
  color: #ffffff;
  background-color:rgba(243,108,55,0.95);
  text-align: left;
  font-size: 14px;
}
.text-box ul{
 padding-left: 30px;
 padding-top: 5px;
 list-style: square;
}
.text-box li{
  margin-bottom: 5px;
}
.main-box .text-box {
  position:relative;
  top:0;
  left:0;
  width:200px;
  height:100px;
}
.main-box:hover .text-box {
  margin-top:-100px;
}
.main-box img, .text-box {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.section {
  width: 100%;
  margin-top: 20px;
  background-color: #f3f4f4;
  overflow: hidden;
  padding: 0px 15px;
  border-top: 1px solid;
  border-color: #dcdcdc;
}
.content-container {
  overflow: hidden;
  max-width: 960px;
  margin: auto;
  padding: 50px 0px;
  text-align: center;
}
.right-float {
  width: 60%;
  float: right;
}
.left-float {
  width: 35%;
  float: left;
  height: 400px;
  text-align: left;
}
.left-float p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 36px;
}
.left-half {
  float: left;
  width: 47%;
  min-height: 125px;
}
.right-half {
  float: right;
  width: 47%;
  min-height: 125px;
}
.site-footer {
  background-color: #415090;
  color: #ffffff;
}
.content-container li {
 display: inline;
 margin-right: 10px;
}
.site-footer h1 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.site-footer .content-container {
  padding-top: 25px;
}
.cols-4{
  width: 640px;
  margin: 10px auto;
  padding-top: 20px;
  overflow: hidden;
}
.cols-3 {
  width: 98%;
  margin: 10px auto;
  padding-top: 20px;
  overflow: hidden;
  text-align: center;
}
.col-3 {
  float: left;
  width: 30%;
  color: #98c13d;
  font-size: 16px;
  text-align: center;
  margin: 0px 10px;
}
.col-3 p {
  font-size: 12px;
  color: #696969;
  text-align: left;
}
.col-3 h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.services-icon {
  min-height: 110px;
}
.col-4 {
  float: left;
  width: 25%;
  color: #98c13d;
  font-size: 16px;
  text-align: left;
}
.col-4 a {
  color: #ffffff;
  text-decoration: none;
}
.col-4 a:hover {
  color: #98c13d;
  text-decoration: underline;
}
.col-4 li {
  display: list-item;
  text-align: left;
  list-style: none;
  font-size: 12px;
  color: #ffffff;
}
.footer-nav {
  margin-top: 35px;
  color: #00afe0;
  margin-bottom: 50px;
}
.footer-nav a{
  color: #00afe0;
  text-decoration: none;
}
.footer-nav a:hover{
  color: #ffffff;
  text-decoration: underline;
}
.compliance {
  font-size: 11px;
  margin-top: 25px;
}
/*SERVICES PAGE*/
.top-section {
  max-width: 960px;
  margin: auto;
  font-size: 18px;
  text-align: center;
  color:#696969;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.top-section p{
  text-align: left;
  font-size: 14px;
}
.big-left {
  float: left;
  width: 55%;
}
.big-left p {
  font-size: 14px;
  margin-bottom: 10px;
}
.big-left ul {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 20px;
  text-align: left;
  list-style: circle;
}
.small-right {
  float: right;
  width: 43%;
  text-align: left;
  font-size: 20px;
  margin-top: 20px;
}
.small-right ul {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 16px;
}
.small-right img {
  margin-left: 25px;
}
.service {
  max-width: 960px;
  margin: 25px auto;
  font-size: 16px;
  overflow: hidden;
}
.service h1 {
  font-size: 24px;
  color: #415090;
  text-align: left;
  font-weight: normal;
}
.service .left-float {
  width: 30%;
  height: 235px;
  width: 235px;
}
.service .right-float {
  width: 70%;
  color: #696969;
  background-color: #ffffff;
  padding: 20px 40px;
  min-height: 235px;
}

.right-float h1 {
  margin-bottom: 10px;
}
.services-section {
  width: 100%;
  background-color: #f3f4f4;
  overflow: hidden;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #dcdcdc;
}
.text-wall {
  max-width: 960px;
  margin-top: 30px;
  margin-left:  auto;
  margin-right: auto;
}
.text-wall a{
  color: #415090;
  text-decoration: none;
}
.text-wall a:hover{
  color: #f36c37;
  text-decoration: underline;
}
.text-wall p {
  font-size: 14px;
  margin-bottom: 15px;
}
.text-wall ul {
  padding: 20px 30px;
  font-size: 14px;
}
/* CONTACT US PAGE */
.contact-icons {
  text-align: center;
}
.contact-icon {
  float: left;
  width: 33.3%
}
.contact-icon a {
  color: #696969;
  text-decoration: none;
}
.contact-icon a:hover {
  color: #98c13d;
  text-decoration: underline;
}
.green-text {
  color: #98c13d;
}
.skew-right {
  width: 85%;
  float: right;
  margin-bottom: 25px;
}
.skew-left {
  width: 85%;
  float: left;
  margin-bottom: 25px;
}
.profile-pic {
  float: left;
  max-width: 100%;
  height: auto;
}
.profile {
  float: right;
  padding: 15px;
  max-width: 525px;
  min-height: 250px;
  color: #ffffff;
}
.name {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-us {
  margin: auto;
  text-align: left;
  overflow: hidden;

}
.about-us p{
  margin-bottom: 10px;
}
.about-us h1 {
  text-align: left;
  font-size: 30px;
  margin: 5px 0px;
}
.orange {background-color: #f36c37}
.blue {background-color: #415090;}
.light-blue {background-color: #00afe0;}
.green {background-color: #98c13d;}