.brand-black {
  color: #121212 !important;
}
.brand-midnight {
  color: #3d4543 !important;
}
.brand-charcoal {
  color: #76787a !important;
}
.brand-graphite {
  color: #a7a9ab !important;
}
.brand-sterling {
  color: #e6e7e8 !important;
}
.brand-cloud {
  color: #f6f6f6 !important;
}
.brand-white {
  color: #ffffff !important;
}
.brand-amber {
  color: #e87722 !important;
}
.brand-first-light {
  color: #ffb600 !important;
}
.brand-moss {
  color: #b4bc00 !important;
}
.brand-pine {
  color: #8cac17 !important;
}
.brand-wintergreen {
  color: #4ca585 !important;
}
.brand-tourmaline {
  color: #19909b !important;
}
.brand-spruce {
  color: #006877 !important;
}
.alert.alert-info {
  color: #006877;
  background-color: #d9e8eb;
  border-color: #006877;
}
/*mixins */
.our-btn,
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: none;
  display: inline-block;
  font: normal normal normal 16px/2.25 "Open Sans";
  font-weight: 600;
  outline: none;
  padding: 0px 20px 0px;
  margin: 8px 0px;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  transition: background ease 0.5s;
}
.dropdown .our-btn,
.dropdown .btn {
  width: 100%;
  min-width: 0px;
}
.ajax__tab_header {
  border-bottom: 1px #ccc solid;
}
.TabControlLink,
.ajax__tab a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  display: inline-block;
  font: normal normal normal 16px/2.25 "Open Sans";
  font-weight: 600;
  outline: none;
  padding: 0px 20px 0px;
  margin: 0px 0px;
  min-width: 0px;
  text-align: center;
  text-decoration: none;
  transition: background ease 0.5s;
  background-color: #ccc;
  border-color: #aaaaaa;
  color: #ffffff;
}
.TabControlLinkSelected,
.TabControlLink:hover,
.TabControlLinkSelected:hover,
.ajax__tab_active a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  display: inline-block;
  font: normal normal normal 16px/2.25 "Open Sans";
  font-weight: 600;
  outline: none;
  padding: 0px 20px 0px;
  margin: 0px 0px;
  min-width: 0px;
  text-align: center;
  text-decoration: none;
  transition: background ease 0.5s;
  background-color: #006877;
  border-color: #006877;
  color: #ffffff;
}
footer .signoutLink {
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: none;
  display: inline-block;
  font: normal normal normal 16px/2.25 "Open Sans";
  font-weight: 600;
  outline: none;
  padding: 0px 20px 0px;
  margin: 0px 0px;
  min-width: 0px;
  text-align: center;
  text-decoration: none;
  transition: background ease 0.5s;
  background-color: #006877;
  border-color: #006877;
  color: #ffffff;
}
footer .signoutLink:hover {
  background-color: #00525e;
  border-color: #00525e;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .our-btn {
    line-height: 2;
  }
}
/*
pine:hover: #769113;
spruce:hover: #00525e;
*/
.reverse {
  background-color: #006877;
  display: inline-block;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  button,
  .our-btn {
    line-height: 2;
  }
}
button:hover,
.our-btn:hover {
  cursor: pointer;
}
.pine-btn {
  background-color: #8CAC17;
  border-color: #8CAC17;
  color: #ffffff;
}
.spruce-btn,
.btn-primary {
  background-color: #006877;
  border-color: #006877;
  color: #ffffff;
}
.first-light-btn {
  background-color: #ffb600;
  border-color: #e6a400;
  color: #ffffff;
}
.first-light-btn:hover {
  background-color: #e6a400;
  border-color: #cc9200;
  color: #ffffff;
}
.pine-btn:hover {
  background-color: #769113;
  border-color: #769113;
  color: #ffffff;
}
.spruce-btn:hover,
.btn-primary:hover {
  background-color: #00525e;
  border-color: #00525e;
  color: #ffffff;
}
button:hover,
.our-btn:hover {
  cursor: pointer;
}
.small-btn {
  font: normal normal normal 14px/1 "Open Sans";
  font-weight: 600;
  padding: 5px 20px;
  min-width: 168px;
  min-height: auto;
}
.white-btn {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.light-btn {
  background-color: #f3f3f3;
  border-color: #efefef;
  color: #666;
}
.light-btn:hover {
  background-color: #fff;
  border-color: #efefef;
  color: #333;
}
.small-btn {
  font: normal normal normal 14px/1 "Open Sans";
  font-weight: 600;
  padding: 5px 20px;
  min-width: 168px;
  min-height: auto;
}
.white-btn:hover,
.our-btn.white-btn:hover {
  background-color: #ffffff;
  color: #006877;
  border-color: #ffffff;
  cursor: pointer;
}
.ghost-pine-btn {
  background-color: transparent;
  border: 2px solid #8CAC17;
  color: #8CAC17;
}
.ghost-spruce-btn {
  background-color: transparent;
  border: 2px solid #006877;
  color: #006877;
}
.ghost-spruce-btn:hover,
.our-btn.ghost-spruce-btn:hover {
  background-color: #006877;
  color: #ffffff;
  border-color: #006877;
  cursor: pointer;
}
.ghost-pine-btn:hover,
.our-btn.ghost-pine-btn:hover {
  background-color: #8CAC17;
  color: #ffffff;
  border-color: #8CAC17;
  cursor: pointer;
}
.small-btn {
  font: normal normal normal 14px/1 "Open Sans";
  font-weight: 600;
  padding: 5px 20px;
  min-width: 168px;
  min-height: auto;
}
.white-btn:hover,
.our-btn.white-btn:hover {
  background-color: #ffffff;
  color: #006877;
  border-color: #ffffff;
  cursor: pointer;
}
a {
  color: #006877;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  color: #3d4543;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.31;
  margin: 0.4em 0 1em 0;
}
@media screen and (min-width: 640px) {
  h1 {
    font-size: 42px;
    line-height: 1.24;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 44px;
    line-height: 1.18;
  }
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  color: #006877;
  margin: 0px 0px 16px 0px;
}
@media screen and (min-width: 640px) {
  h2 {
    font-size: 34px;
  }
}
h3 {
  color: #3d4543;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  /*margin: 1em 0;*/
}
h3.lead {
  color: #3d4543;
  font-family: 'Open Sans', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.31;
  margin: 0.4em 0 0.4em 0;
}
@media screen and (min-width: 640px) {
  h3 {
    font-size: 28px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 28px;
    font-weight: 700;
  }
}
h4 {
  color: #3d4543;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.33;
  margin: 1em 0;
}
@media screen and (min-width: 640px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  color: #3d4543;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
@media screen and (min-width: 640px) {
  h5 {
    font-size: 20px;
    line-height: 1.33;
  }
}
h6 {
  color: #3d4543;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0px;
}
body {
  font-family: normal normal normal 16px/1 "Open Sans";
  font-weight: 500;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
}
p {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 1em 0;
}
ol,
ul {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0;
  padding-left: 30px;
}
li {
  padding-left: 10px;
}
/*
blockquote,	figcaption {
    color: #3d4543;
	font-family: "Open Sans"; font-weight: 500;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.43;
	margin: 1em 0;
}*/
p.input-text {
  color: #3d4543;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.33;
  margin: 1em 0;
}
@media screen and (min-width: 640px) {
  p.input-text {
    font-size: 18px;
  }
}
/*
@brand-black: #121212;
@brand-midnight: #3d4543;
@brand-charcoal: #76787a;
@brand-graphite: #a7a9ab;
@brand-sterling: #e6e7e8;
@brand-cloud: #f6f6f6;
@brand-white: #ffffff;
@brand-amber: #e87722;
@brand-first-light: #ffb600;
@brand-moss: #b4bc00;



*/
.abover-footer {
  height: 80px;
  background: #fff;
  display: block;
}
footer {
  padding: 20px 0;
  display: block;
}
footer .footer-logo {
  margin: 20px 0 10px;
}
footer .social-links a {
  display: inline-block;
  margin: 0 10px;
}
footer .social-links i {
  font-size: 28px;
}
footer .social-links .facebook {
  color: #3b5998;
}
footer .social-links .twitter {
  color: #33ccff;
}
footer .social-links .youtube {
  color: #ff3333;
}
footer .social-links .linkedin {
  color: #4875b4;
}
footer .social-links .pinterest {
  color: #bd081c;
}
footer .social-links .instagram {
  color: #8a3ab9;
}
.footer-menu {
  padding: 40px 0;
  border-top: 1px solid #e87722;
  border-bottom: 1px solid #e87722;
}
.footer-menu > ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-menu > ul > li {
  display: table-cell;
  position: relative;
  padding: 0px 10px 0 0;
  margin: 0px;
}
.footer-menu > ul > li > a {
  margin: 0px;
  padding: 5px 0;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #333;
}
.footer-menu > ul > li a:hover {
  text-decoration: none;
  color: #e87722;
}
.footer-menu > ul > li > ul {
  padding: 10px 0 0 0;
  margin: 0px;
}
.footer-menu > ul > li > ul li {
  display: block;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.footer-menu > ul > li > ul li a {
  color: #333;
}
.footer-menu > ul > li:hover > ul {
  display: block;
}
.footer-menu > ul > li.last {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .lower-bar {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .footer-nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .footer-nav ul > li {
    margin: 0px 10px;
    padding: 10px 0px;
    float: left;
  }
  .footer-nav ul > li > a {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
  }
  .footer-nav ul > li.donate {
    position: absolute;
    top: -40px;
    right: 0px;
    margin-right: 0px;
  }
  .footer-nav ul > li.donate a {
    background-color: #006877;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .footer-nav ul > li.last {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .footer-nav ul > li {
    margin: 0px 20px;
  }
}
.header-spacer {
  height: 106px;
  display: block;
  width: 100%;
}
.site-title {
  float: right;
  margin: 0px 10px 0 0;
}
.site-title h3 {
  color: #006877;
  margin: 0px;
}
header {
  z-index: 1;
  width: 100%;
  height: 210px;
  position: relative;
}
header .dark {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
header > .container {
  position: relative;
  height: 100%;
}
header > .container > .row {
  position: relative;
  height: 100%;
}
header > .container > .row > .col-sm-12 {
  position: relative;
  height: 100%;
}
header .overlay .content {
  padding: 10px 0;
  left: 0;
  background: #006877;
}
header .overlay .content .searchBox label {
  display: none;
}
header .overlay .content .searchBox .btn-default {
  min-width: 0px;
  background-color: #e87722;
  color: #fff;
  margin-top: 6px;
}
header .overlay .content .searchBox .btn-default:hover {
  min-width: 0px;
  background-color: #c35f14;
  color: #fff;
  margin-top: 6px;
}
header .overlay .content input.form-control {
  display: inline-block;
  width: 200px;
  border-radius: 1rem;
}
header .overlay .content .title {
  width: 100%;
}
header .overlay .content .title h1 {
  font-size: 20px;
  margin: 20px 0;
  clear: both;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
header .overlay .content .sub-title {
  text-align: center;
  width: 100%;
}
header .overlay .content .sub-title h2 {
  font-size: 16px;
  margin: 0px 0 10px;
  clear: both;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
header .overlay .content .sub-title h3 {
  font-size: 18px;
  margin: 0px;
  clear: both;
  color: #fff;
  text-align: center;
}
header .overlay .content .sub-title p {
  color: #fff;
}
header .overlay .arch {
  width: 100%;
  height: 36px;
  position: absolute;
  top: -36px;
  /* left: -1px; */
  overflow: hidden;
  z-index: 10;
  display: block;
}
header .overlay .arch span {
  background-color: #006877;
  width: 150%;
  height: 640%;
  border-radius: 50% 50% 0% 0%;
  display: block;
  position: absolute;
  top: 0%;
  right: -25%;
  z-index: 10;
}
.content-header {
  padding: 48px 0 20px;
  background-color: #006877;
  color: #fff;
  background-image: url(../images/header-cover.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 220px 220px;
}
.content-header .container {
  height: 100%;
}
.content-header .container .row {
  height: 100%;
}
.content-header .container .row .col-sm-12 {
  height: 100%;
}
.content-header .container .row .col-sm-12 h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 0px;
}
@media (min-width: 576px) {
  header {
    height: 240px;
  }
  header .overlay {
    position: absolute;
    bottom: 0;
    display: block;
    width: 60%;
  }
  header .overlay .content {
    padding: 1px 40px 40px;
  }
  header .overlay .content .title h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  header .overlay .content .sub-title h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
  }
  header .overlay .content .sub-title p {
    color: #fff;
    text-align: left;
  }
  .content-header {
    height: 200px;
    background-color: #006877;
    color: #fff;
    background-image: url(../images/header-cover.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 320px 320px;
  }
  .content-header .container {
    height: 100%;
  }
  .content-header .container .row {
    height: 100%;
  }
  .content-header .container .row .col-sm-12 {
    height: 100%;
  }
  .content-header .container .row .col-sm-12 h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    margin: 0.4em 0 1em 0;
  }
}
@media (min-width: 768px) {
  header {
    height: 300px;
  }
  header .overlay .content .title h1 {
    font-size: 34px;
    line-height: 40px;
  }
  header .overlay .content .sub-title h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  header {
    height: 300px;
  }
  header .overlay .content .title h1 {
    font-size: 34px;
    line-height: 40px;
  }
  header .overlay .content .sub-title h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  header {
    height: 320px;
  }
  header .logo img {
    width: auto;
  }
  header .overlay .content .title h1 {
    font-size: 48px;
    margin: 20px 0;
    clear: both;
    color: #fff;
  }
  header .overlay .content .sub-title h2 {
    font-size: 28px;
    margin: 0 0 20px;
    clear: both;
    color: #fff;
    line-height: 33px;
  }
}
body {
  position: relative;
  background: #fff;
}
section {
  position: relative;
  clear: both;
}
a.scrolloffset {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
.main-content {
  padding: 40px 0 80px;
  font-size: 16px;
  line-height: 1.5em;
}
.main-content h2 {
  color: #006877;
}
.main-content p {
  font-size: 18px;
  line-height: 1.5em;
}
img.right {
  float: right;
  margin: 0 0 20px 20px;
}
img.left {
  float: left;
  margin: 0 20px 20px 0;
}
.img-fluid {
  width: 100%;
  height: auto !important;
}
.parallax-window {
  min-height: 900px;
  background: transparent;
  overflow: hidden;
}
.TabsHeader {
  display: block;
  border-bottom: 1px solid #ccc;
}
.TabControlRow {
  display: block;
}
.TabControlRow div {
  display: inline-block;
}
.TabsContent,
.ajax__tab_body {
  margin-top: 40px;
}
.TabsContent {
  clear: both;
  display: block;
}
.TabControlTable {
  margin: 0px !important;
}
.TabControlSelectedRight,
.TabControlLeft,
.TabControlRight,
.TabControlSelectedLeft {
  display: none !important;
}
@media (min-width: 1400px) {
  /* .container { max-width:1380px;} */
}
.video-js {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25% !important;
}
.vjs-poster {
  background-size: cover !important;
}
.to-top {
  /*position: fixed;
    bottom:10px;
    right:10px;*/
  float: right;
  display: block;
  background: #006877;
  font-size: 24px;
  line-height: 36px;
  padding: 0px;
  height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 3px;
  z-index: 9999;
}
.to-top a {
  color: #fff;
}
.menu {
  display: block;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.menu .wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.menu .logo {
  float: left;
}
.menu .logo img {
  height: 34px;
}
.menu .menu-grad {
  display: none;
}
.menu .navbar-toggler {
  color: #fff;
}
.menu nav.navbar {
  padding: 0px;
  position: relative;
}
.menu nav.navbar div {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 200;
  width: 300px;
}
.menu nav.navbar div > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background: #fff;
}
.menu nav.navbar div > ul > li {
  position: relative;
  display: block;
  margin: 0px;
  padding: 3px 10px;
}
.menu nav.navbar div > ul > li > a {
  display: inline-block;
  margin: 0px;
  padding: 7px 0px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
}
.menu nav.navbar div > ul > li a:hover {
  text-decoration: none;
  color: #e87722;
}
.menu nav.navbar div > ul > li > ul {
  display: none;
  background-color: #fff;
  border: 1px #efefef solid;
  padding: 0px;
  margin: 0px;
}
.menu nav.navbar div > ul > li > ul li {
  display: block;
  padding: 2px 10px;
  list-style-type: none;
  margin: 0px;
}
.menu nav.navbar div > ul > li:hover > ul {
  display: block;
}
.menu nav.navbar div > ul > li.last {
  margin-right: 0px;
}
.stuck .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 0px;
  border-radius: 0px;
}
.stuck .menu {
  background: #fff;
}
.DesignMode .menu {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media (min-width: 576px) {
  .navbar-toggler {
    display: none;
  }
  .stuck .menu .wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .stuck .menu .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .menu .upper-menu {
    float: right;
    padding-top: 9px;
    margin-right: 20px;
  }
  .menu .upper-menu a {
    font-size: 14px;
  }
  .menu .upper-menu a:hover {
    text-decoration: none;
    color: #e87722;
  }
  .menu nav.navbar div {
    position: relative;
    right: auto;
    top: auto;
    z-index: 200;
    width: 100%;
    border: none;
  }
  .menu nav.navbar div > ul {
    background-color: transparent;
    float: right;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .menu nav.navbar div > ul > li {
    margin: 0px 10px;
    padding: 0px;
    float: left;
  }
  .menu nav.navbar div > ul > li > a {
    text-decoration: none;
    margin: 7px 0;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .menu nav.navbar div > ul > li ul {
    position: absolute;
    top: 34px;
    left: 0;
    width: 300px;
  }
  .menu nav.navbar div > ul > li.contact a {
    padding: 7px 14px;
    background-color: #8cac17;
    color: #fff;
    border-radius: 100px;
    margin: 0px;
  }
  .menu nav.navbar div > ul > li.last {
    margin-right: 0px;
  }
  .stuck .menu .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .menu nav.navbar div > ul > li {
    margin: 0px 20px;
  }
  .menu nav.navbar div > ul > li:last-child {
    margin-right: 0px;
  }
  .stuck .menu .wrapper {
    max-width: 1140px;
  }
}
.welcome {
  padding: 40px 0;
  background: #fff;
}
.welcome .border-bottom {
  border-bottom: 1px solid #e87722 !important;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .welcome .border-bottom {
    border-bottom: 1px solid #e87722;
    padding-bottom: 40px;
  }
  .welcome h1 {
    font-size: 48px;
    text-align: center;
    color: #006877;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e87722;
    padding-bottom: 40px;
    margin: 30px 0 40px;
    font-weight: bold;
  }
}
.boxes {
  padding: 0 0 40px 0;
  background-color: #fff;
}
.boxes .col-sm-3 {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  border-radius: 5px;
}
.boxes .col-sm-3 .item {
  padding: 15px 0px;
  display: block;
  position: relative;
}
.boxes .col-sm-3 .item i {
  color: #006877;
  text-align: center;
  font-size: 90px;
  display: block;
  margin-bottom: 10px;
}
.boxes .col-sm-3 .item .fad:after {
  color: #8cac17;
  opacity: 1;
}
.boxes .col-sm-3 .item h4 {
  font-size: 18px;
  text-align: center;
  color: #006877;
  margin: 10px 0;
}
.boxes .col-sm-3:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.contact-us {
  position: relative;
  display: block;
}
.contact-us .bg {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 80px #fff solid;
  border-bottom: 80px #fff solid;
}
.contact-us .bg .bg-image {
  display: block;
  height: 100%;
}
.contact-us .contact-form {
  background: #006877;
  padding: 80px;
}
.contact-us .contact-form label {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.contact-us .contact-form input {
  font-size: 22px;
}
.contact-us .contact-form h3 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #8cac17;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.contact-us .contacts {
  margin-top: 130px;
}
.contact-us .contacts .item {
  background: #fff;
  display: block;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.contact-us .contacts .item p {
  font-size: 17px;
  margin: 0px;
}
.contact-us .contacts .item strong.title {
  color: #006877;
}
.contact-us .contacts .item .icon {
  text-align: center;
  color: #8cac17;
}
.contact-us .contacts .item .icon i {
  font-size: 70px;
}
