input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea,
input[type="text"],
.rolldown .trigger {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: none;
  margin: 0;
  padding: 0 1em;
  font-size: 14px;
  border: 2px solid #d0d0d0;
  background: #fff;
  color: #2b2e37;
  text-indent: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
input[type="text"]:focus {
  border-color: #1b1c1d;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
.rolldown .trigger {
  height: 40px;
}
select option {
  font-weight: 300;
}
button,
input[type="button"] {
  cursor: pointer;
}
label.select,
.rolldown .trigger {
  background: url(../images/select-bg.png) no-repeat right center;
}
label.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 28px;
}
.btn,
.button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 50px;
  border: 2px solid #1b1c1d;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1b1c1d;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn.inv,
.button.inv,
input[type="button"].inv,
input[type="submit"].inv {
  border-color: #fff;
  color: #fff;
}
.btn.solid,
.button.solid,
input[type="button"].solid,
input[type="submit"].solid,
#page-contact .cms .gform_wrapper .gform_button.button,
.sidebar .focus .focusBox.contact form input[type=submit],
.sidebar .focus .focusBox.contact .gform_wrapper .gform_footer .gform_button {
  color: #fff;
  background-color: #1b1c1d;
  border: none;
}
.btn.solid:hover,
.button.solid:hover,
input[type="button"].solid:hover,
input[type="submit"].solid:hover {
  background-color: #f8981d;
  color: #000;
}
.btn.solid.alt,
.button.solid.alt,
input[type="button"].solid.alt,
input[type="submit"].solid.alt {
  background-color: #f8981d;
}
.btn.solid.alt:hover,
.button.solid.alt:hover,
input[type="button"].solid.alt:hover,
input[type="submit"].solid.alt:hover {
  color: #fff;
  background-color: #1b1c1d;
}
.btn.small,
.button.small,
input[type="button"].small,
input[type="submit"].small {
  height: 38px;
}
.btn.medium,
.button.medium,
input[type="button"].medium,
input[type="submit"].medium {
  height: 43px;
}
.btn.big,
.button.big,
input[type="button"].big,
input[type="submit"].big {
  height: 60px;
}
.btn.huge,
.button.huge,
input[type="button"].huge,
input[type="submit"].huge {
  height: 70px;
  font-size: 14px;
}
.btn:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn:active,
.button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background: #f8981d;
  color: #1b1c1d;
  text-decoration: none;
}
a.btn,
a.button,
ainput[type="button"],
ainput[type="submit"] {
  line-height: 48px;
}
a.btn.small,
a.button.small,
ainput[type="button"].small,
ainput[type="submit"].small {
  line-height: 36px;
}
a.btn.medium,
a.button.medium,
ainput[type="button"].medium,
ainput[type="submit"].medium {
  line-height: 41px;
}
a.btn.big,
a.button.big,
ainput[type="button"].big,
ainput[type="submit"].big {
  line-height: 58px;
}
a.btn.huge,
a.button.huge,
ainput[type="button"].huge,
ainput[type="submit"].huge {
  line-height: 68px;
}
.btn.huge span,
.button.huge span,
input[type="button"].huge span,
input[type="submit"].huge span,
.btn.big span,
.button.big span,
input[type="button"].big span,
input[type="submit"].big span {
  padding: 0 40px;
}
.btn span,
.button span,
input[type="button"] span,
input[type="submit"] span {
  display: block;
  padding: 0 20px;
}
.btn.gform_button,
.button.gform_button,
input[type="button"].gform_button,
input[type="submit"].gform_button {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 50px;
  border: 2px solid #1b1c1d;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1b1c1d;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 20px;
}
.btn.gform_button.inv,
.button.gform_button.inv,
input[type="button"].gform_button.inv,
input[type="submit"].gform_button.inv {
  border-color: #fff;
  color: #fff;
}
.btn.gform_button.solid,
.button.gform_button.solid,
input[type="button"].gform_button.solid,
input[type="submit"].gform_button.solid {
  color: #fff;
  background-color: #1b1c1d;
  border: none;
}
.btn.gform_button.solid:hover,
.button.gform_button.solid:hover,
input[type="button"].gform_button.solid:hover,
input[type="submit"].gform_button.solid:hover {
  background-color: #f8981d;
  color: #000;
}
.btn.gform_button.solid.alt,
.button.gform_button.solid.alt,
input[type="button"].gform_button.solid.alt,
input[type="submit"].gform_button.solid.alt {
  background-color: #f8981d;
}
.btn.gform_button.solid.alt:hover,
.button.gform_button.solid.alt:hover,
input[type="button"].gform_button.solid.alt:hover,
input[type="submit"].gform_button.solid.alt:hover {
  color: #fff;
  background-color: #1b1c1d;
}
.btn.gform_button.small,
.button.gform_button.small,
input[type="button"].gform_button.small,
input[type="submit"].gform_button.small {
  height: 38px;
}
.btn.gform_button.medium,
.button.gform_button.medium,
input[type="button"].gform_button.medium,
input[type="submit"].gform_button.medium {
  height: 43px;
}
.btn.gform_button.big,
.button.gform_button.big,
input[type="button"].gform_button.big,
input[type="submit"].gform_button.big {
  height: 60px;
}
.btn.gform_button.huge,
.button.gform_button.huge,
input[type="button"].gform_button.huge,
input[type="submit"].gform_button.huge {
  height: 70px;
  font-size: 14px;
}
.btn.gform_button:hover,
.button.gform_button:hover,
input[type="button"].gform_button:hover,
input[type="submit"].gform_button:hover,
.btn.gform_button:active,
.button.gform_button:active,
input[type="button"].gform_button:active,
input[type="submit"].gform_button:active {
  background: #f8981d;
  color: #1b1c1d;
  text-decoration: none;
}
body .gform_wrapper {
  max-width: none;
  margin: 0;
  overflow: hidden;
}
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="password"],
body .gform_wrapper input[type="email"],
body .gform_wrapper select,
body .gform_wrapper textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: none;
  margin: 0;
  padding: 0 1em;
  font-size: 14px;
  border: 2px solid #d0d0d0;
  background: #fff;
  color: #2b2e37;
  text-indent: 0;
}
body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="password"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  border-color: #1b1c1d;
}
body .gform_wrapper textarea {
  padding-top: .5em;
  padding-bottom: .5em;
}
body .gform_wrapper ul.gform_fields li {
  background: none;
  padding-left: 0;
}
body .gform_wrapper .top_label .gfield_label {
  display: block;
  margin: 0 0;
  font-style: normal;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0;
}
body .gform_wrapper label.gfield_label + div.ginput_container input {
  width: 100%;
}
body .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
body .gform_wrapper .gform_footer input[type=submit].gform_button {
  font-size: 14px;
}
body .gform_wrapper .gform_validation_container {
  display: none;
}
body .gform_wrapper div.validation_error {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 12px;
  background: #f6c9cc;
}
body .gform_wrapper .validation_message {
  font-size: 12px;
  color: #bf6b6e;
}
body .gform_wrapper .gform_confirmation_message {
  padding: 10px;
  background: #d1f3c0;
}
@media screen and (max-width: 480px) {
  .gform_wrapper .medium {
    width: 100%;
  }
}
#Header {
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.5)', endColorstr='rgba(0, 0, 0, 0)', GradientType=0);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}
#Header.alt {
  position: fixed;
  z-index: 100;
  background: #000;
}
#Header.alt #Logo img {
  width: 80px;
}
#Header.alt .top {
  display: none;
}
#Header #Logo {
  position: relative;
  z-index: 2;
  float: left;
  margin-right: -160px;
}
#Header #Logo img {
  display: block;
}
#Header .flex {
  float: left;
  width: 100%;
}
#Header .flex:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Header .flex .wrap {
  margin-left: 160px;
}
#Header .flex .top {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#Header .flex .top:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Header .flex .top .slogan {
  float: left;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 38px;
  color: #fff;
}
#Header .flex .top .buttons {
  float: right;
}
#Header .flex .top .buttons .btn {
  vertical-align: middle;
  margin-left: 5px;
}
#Header .flex .top .buttons .btn span {
  padding: 0 10px;
}
#Header .mobile {
  display: none;
}
#MainNav > ul {
  font-size: 0;
}
#MainNav > ul > li {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 5%;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
#MainNav > ul > li:hover > .sub-menu {
  display: block;
}
#MainNav > ul > li > .sub-menu {
  top: 60px;
  position: absolute;
  z-index: 10;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#MainNav > ul > li > .sub-menu > li {
  padding: 0 20px;
}
#MainNav > ul > li > .sub-menu > li:hover {
  background: #e7e9ee;
}
#MainNav > ul > li > .sub-menu > li > a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}
#MainNav > ul > li .sub-menu {
  display: none;
  background: #fff;
  min-width: 200px;
}
#MainNav > ul > li .sub-menu li:first-child > a {
  padding-top: 10px;
}
#MainNav > ul > li .sub-menu li:last-child > a {
  padding-bottom: 10px;
}
#MainNav > ul > li .sub-menu a {
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  line-height: 1.2em;
  text-decoration: none;
  color: #1b1c1d;
}
#MainNav > ul > li .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#MainNav > ul > li > .sub-menu {
  left: 0;
}
#MainNav > ul > li:last-child {
  margin-right: 0;
}
#MainNav > ul > li.current-menu-item > a,
#MainNav > ul > li.current-page-ancestor > a,
#MainNav > ul > li.current_page_parent > a {
  color: #f8981d;
}
#MainNav > ul > li > a {
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  display: block;
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
}
#MainNav > ul > li > a:hover {
  color: #f8981d;
}
#MainNav > ul > li .sub-menu {
  text-align: left;
  width: 250px;
}
#MainNav > ul > li .sub-menu > li {
  position: relative;
  z-index: 1;
}
#MainNav > ul > li .sub-menu > li:hover > .sub-menu {
  display: block;
}
#MainNav > ul > li .sub-menu > li > .sub-menu {
  left: 250px;
  position: absolute;
  z-index: 10;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#MainNav > ul > li .sub-menu > li > .sub-menu > li {
  padding: 0 20px;
}
#MainNav > ul > li .sub-menu > li > .sub-menu > li:hover {
  background: #e7e9ee;
}
#MainNav > ul > li .sub-menu > li > .sub-menu > li > a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}
#MainNav > ul > li .sub-menu > li .sub-menu {
  display: none;
  background: #fff;
  min-width: 200px;
}
#MainNav > ul > li .sub-menu > li .sub-menu li:first-child > a {
  padding-top: 10px;
}
#MainNav > ul > li .sub-menu > li .sub-menu li:last-child > a {
  padding-bottom: 10px;
}
#MainNav > ul > li .sub-menu > li .sub-menu a {
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  line-height: 1.2em;
  text-decoration: none;
  color: #1b1c1d;
}
#MainNav > ul > li .sub-menu > li .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#MainNav > ul > li .sub-menu > li > .sub-menu {
  top: 0;
}
@media screen and (max-width: 1080px) {
  #MainNav ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  #Header {
    padding: 0;
  }
  #Header.sub {
    background: none;
  }
  #Header.sub .flex .top {
    display: none;
  }
  #Header.sub #Logo img {
    width: 100px;
  }
  #Header.alt {
    background: #000;
  }
  #Header.alt #Logo {
    display: none;
  }
  #Header .flex {
    float: none;
  }
  #Header .flex .wrap {
    margin-left: 0;
  }
  #Header .flex .top {
    padding-bottom: 0;
    border-bottom: none;
  }
  #Header .flex .top .slogan {
    padding: 25px 0;
    float: none;
    text-align: center;
  }
  #Header .flex .top .buttons {
    float: none;
    text-align: center;
  }
  #Header .flex .top .buttons .btn {
    height: 50px;
    display: block;
    width: 165px;
    margin: 0 auto 10px;
  }
  #Header .flex .top .buttons .btn span {
    padding: 0;
    line-height: 48px;
  }
  #Header .mobile {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #Header .mobile:after {
    display: block;
    clear: both;
    visibility: hidden;
    content: "";
    line-height: 0;
    font-size: 0;
  }
  #Header .mobile i {
    color: #fff;
  }
  #Header .mobile .menuTrigger {
    float: right;
    display: block;
    vertical-align: middle;
  }
  #Header .mobile .menuTrigger i {
    font-size: 32px;
  }
  #Header .mobile .phone {
    float: left;
    font-size: 12px;
    line-height: 40px;
  }
  #Header .mobile .phone i,
  #Header .mobile .phone a {
    vertical-align: middle;
  }
  #Header .mobile .phone i {
    margin-right: 5px;
    font-size: 18px;
  }
  #Header .mobile .phone a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
  }
  #Header #Logo {
    float: none;
    margin: 20px 0 0;
  }
  #Header #Logo img {
    width: 120px;
    margin: 0 auto;
  }
  #MainNav {
    display: none;
  }
}
#Footer {
  padding: 30px 0;
  font-size: 14px;
  color: #1b1c1d;
  background: #f8f8f8;
}
#Footer.abs {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
}
#Footer a,
#Footer i {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#Footer nav {
  padding: 20px 0;
  text-align: center;
}
#Footer nav li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
#Footer nav li:last-child {
  margin-right: 0;
}
#Footer .top {
  padding: 0 0 30px;
  border-bottom: 1px solid #dfdfdf;
}
#Footer .top:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Footer .about {
  float: left;
  line-height: 32px;
}
#Footer .social {
  float: right;
  text-align: center;
}
#Footer .social li {
  display: inline-block;
  margin: 0 6px;
}
#Footer .social li a:hover i {
  color: #f8981d;
}
#Footer .social li a i {
  font-size: 32px;
  color: #1b1c1d;
}
#Footer .copyright {
  text-align: center;
  font-size: 12px;
}
#Footer .copyright span {
  display: block;
}
#Footer .copyright a {
  color: #1b1c1d;
}
#Footer .copyright a:hover {
  color: #20358c;
}
#Footer .divider {
  width: 100px;
  background: #2e3d4e;
}
#Map {
  position: relative;
  z-index: 1;
  height: 572px;
}
#Map .text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: rgba(45, 45, 45, 0.7);
  text-transform: uppercase;
}
#Map #wpgmza_map,
#Map .wpgmza_map {
  height: 100% !important;
}
@media screen and (max-width: 1080px) {
  #Footer .about,
  #Footer .social {
    float: none;
    text-align: center;
  }
  #Footer .about {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 780px) {
  #Map .text {
    font-size: 12px;
  }
  #Footer .about strong {
    display: block;
  }
  #Footer .copyright span {
    display: block;
  }
  #Footer .copyright span.sep {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #Map {
    height: 270px;
  }
  #Footer nav ul li {
    font-size: 14px;
  }
}
#Breadcrumbs {
  padding: 10px 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcdc;
}
#Breadcrumbs a {
  color: #99badd;
}
#MobileNav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 85%;
  height: 100%;
  background: #f8f8f8;
  overflow-y: auto;
}
#MobileNav.off {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  visibility: hidden;
}
#MobileNav.on {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
#MobileNav.on + #Container {
  -webkit-transform: translate(-85%, 0);
  -moz-transform: translate(-85%, 0);
  -ms-transform: translate(-85%, 0);
  -o-transform: translate(-85%, 0);
  transform: translate(-85%, 0);
}
#MobileNav.on .menu {
  padding: 0 10%;
  text-align: right;
}
#MobileNav.on .menu > li.menu-item-has-children {
  padding-bottom: 10px;
}
#MobileNav.on .menu > li.current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.05);
}
#MobileNav.on .menu > li.heading > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
#MobileNav.on .menu > li > a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #20358c;
}
#MobileNav.on .menu > li .sub-menu li.current-menu-item a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
#MobileNav.on .menu > li .sub-menu li a {
  display: block;
  padding: 5px 10%;
  font-size: 14px;
  color: #20358c;
  text-decoration: none;
}
#MobileNav .cta {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}
#MobileNav .cta p {
  padding: 5px 0 20px;
  text-align: center;
}
#MobileNav .cta p a,
#MobileNav .cta p i {
  display: inline-block;
  vertical-align: middle;
  color: #f8981d;
}
#MobileNav .cta p a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
#MobileNav .cta p a .before {
  margin-right: 5px;
}
#MobileNav .cta p i {
  margin-right: 12px;
  font-size: 20px;
  line-height: 14px;
}
#MobileNav .buttons {
  margin: 0 10%;
  padding-top: 20px;
}
#MobileNav .buttons .btn {
  display: block;
  margin-top: 5px;
  text-align: center;
}
#MobileNav .menuTrigger {
  position: absolute;
  top: 0;
  right: 15px;
  text-decoration: none;
}
#MobileNav .menuTrigger i {
  font-size: 32px;
}
#VisionStatement {
  padding: 70px 0;
  background: url(../images/vision-statement.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
#VisionStatement .center {
  position: relative;
  z-index: 1;
}
#VisionStatement .text {
  width: 71.8%;
  color: #fff;
}
#VisionStatement .text h3 {
  margin-bottom: .4em;
  font-size: 30px;
  text-transform: uppercase;
}
#VisionStatement .text p {
  font-size: 18px;
}
#VisionStatement .more {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
#NewsletterSubscription {
  padding: 30px 0;
  background: #419639;
}
#NewsletterSubscription:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#NewsletterSubscription .center {
  position: relative;
  z-index: 1;
  min-height: 137px;
}
#NewsletterSubscription h4 {
  float: left;
  margin: 0 20px 0 0;
  font-size: 30px;
  line-height: 43px;
  color: #fff;
  text-transform: uppercase;
}
#NewsletterSubscription .buttons {
  position: absolute;
  z-index: 1;
  top: 71px;
  right: 0;
}
#NewsletterSubscription .buttons .btn {
  vertical-align: top;
}
#NewsletterSubscription form input[type=text],
#NewsletterSubscription form input[type=email] {
  height: 43px;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  border: none;
  background: #fff;
  color: #419639;
}
#NewsletterSubscription form input[type=submit] {
  height: 43px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  border: #fff;
  background: #fff;
  color: #419639;
  box-shadow: none;
  border-radius: 3px;
}
#NewsletterSubscription form legend label {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
#NewsletterSubscription form legend .BBFormSectionHeading {
  margin: 0;
}
#NewsletterSubscription form legend + .BBFormFieldContainer {
  display: none;
}
#NewsletterSubscription form .BBFormFieldContainer {
  display: inline-block;
  margin-right: 5px;
}
#NewsletterSubscription form .BBFormButtonRow {
  display: inline-block;
}
#NewsletterSubscription form .BBFormSection p {
  color: #fff;
  font-size: 18px;
}
#NewsletterSubscription form div[id^="bboxsignup"] {
  display: inline-block;
}
ul.slideshow.ready li {
  visibility: visible;
}
ul.slideshow li {
  visibility: hidden;
}
ul.testimonials li {
  /*&.hasThumb {
            .post {
                float: left;
            }
        }
        .clr();*/
}
ul.testimonials .post .quote {
  padding-bottom: 15px;
}
ul.testimonials .post .customer {
  text-align: right;
  font-size: 25px;
}
ul.testimonials .post .customer .name,
ul.testimonials .post .customer .thumbnail {
  vertical-align: middle;
}
ul.testimonials .post .customer .name {
  margin-bottom: 0;
  color: #20358c;
  display: inline-block;
}
ul.testimonials .post .customer .thumbnail {
  display: inline-block;
}
ul.testimonials .post .customer .thumbnail img {
  display: block;
  border-radius: 50%;
  border: 3px solid #20358c;
}
ul.testimonials:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.focusBox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  border: 1px solid;
}
.focusBox:hover .bg {
  opacity: .33;
}
.focusBox h2 {
  margin: 0;
  padding: 10px 0 15px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.focusBox .bg {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: .1;
}
.focusBox .btn {
  display: block;
  width: 100%;
  font-size: 14px;
  background-color: #000;
  color: #fff;
}
.focusBox .btn:hover {
  color: #fff;
}
.focusBox .btn span {
  padding: 0;
}
.focusBox .content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
.divider {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  height: 1px;
}
.rolldown {
  position: relative;
  font-size: 14px;
}
.rolldown .trigger {
  display: block;
  width: 100%;
  line-height: 34px;
  height: 100%;
  padding-right: 28px;
  overflow: hidden;
}
.rolldown .menu {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.rolldown .category {
  margin: 0 20px;
  padding: 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  color: #808080;
}
.rolldown ul li {
  padding: 0 20px;
}
.rolldown ul li:hover {
  background: #e5e5e5;
}
.rolldown ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #419639 !important;
  white-space: nowrap;
}
.rolldown.on .trigger {
  background: url(../images/select-bg-on.png) no-repeat right center #fff;
  border-color: #fff;
  color: #419639;
  border-bottom: 1px solid #e5e5e5;
}
.rolldown.on .menu {
  display: block;
}
@media screen and (max-width: 1080px) {
  #VisionStatement .text {
    width: 50%;
  }
  #NewsletterSubscription form div[id^="bboxsignup"] {
    width: 70%;
  }
  #NewsletterSubscription form div[id^="bboxsignup"] .BBFormFieldContainer {
    width: 32.33%;
    margin-right: 1%;
  }
  #NewsletterSubscription form div[id^="bboxsignup"] .BBFormFieldContainer input {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  #MobileNav,
  #Container {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: -webkit-transform 0.3s;
  }
  #MobileNav {
    display: block;
  }
  #VisionStatement .text {
    width: auto;
    margin-bottom: 1em;
    text-align: center;
  }
  #VisionStatement .more {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
    text-align: center;
  }
  #NewsletterSubscription form legend label {
    display: block;
    text-align: center;
  }
  #NewsletterSubscription form div[id^="bboxsignup"] {
    width: 100%;
  }
  #NewsletterSubscription form .BBFormButtonRow {
    display: block;
    margin: 1em auto 0;
    text-align: center;
  }
  #NewsletterSubscription .buttons {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
    text-align: center;
  }
  .rolldown .menu {
    width: 100%;
  }
  .rolldown ul li a {
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  #NewsletterSubscription form legend {
    margin-bottom: 1em;
  }
  #NewsletterSubscription form legend label {
    font-size: 18px;
  }
  #NewsletterSubscription form div[id^="bboxsignup"] .BBFormFieldContainer {
    width: 100%;
    margin-right: 0;
  }
  #NewsletterSubscription form .BBFormButtonRow input[type=submit] {
    width: 100%;
  }
}
#page-home section.hero ul li {
  position: relative;
  z-index: 1;
  height: 640px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
#page-home section.hero .title {
  margin: 0;
  font-size: 60px;
  line-height: 1;
}
#page-home section.hero .desc {
  width: 50%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 30px;
  line-height: 45px;
}
#page-home section.hero .shade {
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.6)', endColorstr='rgba(0, 0, 0, 0.4)', GradientType=0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-home section.hero .center {
  position: relative;
  height: 100%;
}
#page-home section.hero .pad {
  position: absolute;
  width: 100%;
  bottom: 130px;
  z-index: 2;
  color: #fff;
  text-align: center;
}
#page-home section.hero .btn {
  border-color: #fff;
  color: #fff;
}
#page-home section.hero .bx-wrapper .bx-pager {
  bottom: 20px;
}
#page-home section.hero .bx-wrapper .bx-pager a {
  font-size: 1em;
  background-color: #fff;
  border: 2px solid transparent;
}
#page-home section.hero .bx-wrapper .bx-pager a.active {
  border-color: #fff;
  background-color: transparent;
}
#page-home section.focus {
  padding: 40px 0;
  background: #f8f8f8;
}
#page-home section.focus ul {
  font-size: 0;
}
#page-home section.focus ul li {
  display: inline-block;
  vertical-align: top;
  width: 23.7175%;
  height: 230px;
  margin-right: 1.71%;
  text-align: center;
}
#page-home section.focus ul li:last-child {
  margin-right: 0;
}
#page-home section.testimonials {
  padding: 40px 0;
  background-color: #eee;
}
#page-home section.testimonials ul li {
  margin-bottom: 1em;
}
#page-home section.testimonials .wrap {
  width: 50%;
  margin: 0 auto;
}
#page-home section.testimonials .quote {
  margin-bottom: 1em;
}
#page-home section.testimonials .name {
  text-align: right;
  font-size: 16px;
}
#page-home section.testimonials .more {
  padding-top: 1em;
  text-align: right;
}
#page-home section.testimonials .bx-pager a {
  background: #ccc;
}
#page-home section.testimonials .bx-pager a.active {
  background: #20358c;
}
#page-home section.news {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  border-top: 5px solid #419639;
  background: #fff;
}
#page-home section.news ul {
  width: 60%;
  margin: 0 auto 40px;
}
#page-home section.news ul:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#page-home section.news ul li {
  position: relative;
  z-index: 1;
  float: left;
  width: 50%;
  height: 320px;
  background: no-repeat center #1b1c1d;
  -webkit-background-size: cover;
  background-size: cover;
}
#page-home section.news ul li h2 {
  font-size: 25px;
  font-weight: 900;
}
#page-home section.news ul li h2 a {
  color: #fff;
}
#page-home section.news ul li h2 a:hover {
  text-decoration: underline;
}
#page-home section.news ul li article {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 24px;
}
#page-home section.news ul li article p {
  color: #fff;
}
#page-home section.news ul + .more {
  text-align: center;
}
#page-home section.news ul + .more .btn {
  width: 235px;
}
#page-home section.news .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 305px;
  background: url(../images/news.jpg) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}
#page-home section.news .shade {
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.4)', endColorstr='rgba(0, 0, 0, 0.6)', GradientType=0);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-home section.news .pad {
  position: relative;
  z-index: 3;
  padding: 30px;
}
#page-home section.social {
  padding: 40px 0;
  background: #fff;
}
#page-home section.social h3 {
  margin-bottom: .4em;
  font-weight: 300;
}
#page-home section.social .col {
  width: 50%;
}
#page-home section.social .twitter .pad {
  margin-right: 140px;
}
#page-home section.social .facebook .pad {
  margin-left: 140px;
}
@media screen and (max-width: 1320px) {
  #page-home section.hero .desc {
    font-size: 22px;
    line-height: 28px;
  }
  #page-home section.news ul {
    width: 75%;
  }
  #page-home section.news .pad {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1080px) {
  #page-home section.hero .title {
    font-size: 45px;
  }
  #page-home section.hero .desc {
    font-size: 18px;
    line-height: 28px;
  }
  #page-home section.focus {
    padding-bottom: 20px;
  }
  #page-home section.focus ul li {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }
  #page-home section.focus ul li:nth-child(2n) {
    margin-right: 0;
  }
  #page-home section.news ul {
    width: auto;
  }
  #page-home section.social .twitter .pad {
    margin-right: 40px;
  }
  #page-home section.social .facebook .pad {
    margin-left: 40px;
  }
}
@media screen and (max-width: 780px) {
  #page-home section.hero ul li {
    height: 480px;
  }
  #page-home section.hero .pad {
    display: none;
  }
  #page-home section.focus {
    padding: 10px 0;
  }
  #page-home section.focus ul li {
    display: block;
    width: auto;
    margin-right: 0;
  }
  #page-home section.focus ul li:last-child {
    margin-bottom: 0;
  }
  #page-home section.testimonials .wrap {
    width: auto;
  }
  #page-home section.news ul li {
    float: none;
    width: auto;
  }
  #page-home section.news ul li:first-child {
    margin-right: 0;
    margin-bottom: 2.5%;
  }
  #page-home section.news ul li h2 {
    font-size: 20px;
  }
  #page-home section.news ul li article {
    font-size: 16px;
  }
  #page-home section.news .bg {
    height: 80%;
  }
  #page-home section.social .col {
    width: auto;
    float: none;
  }
  #page-home section.social .twitter .pad,
  #page-home section.social .facebook .pad {
    margin: 0;
  }
  #page-home section.social .twitter {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #page-home section.testimonials .post blockquote {
    background: none;
    padding: 0;
  }
  #page-home section.news ul li {
    height: auto;
  }
  #page-home section.news ul li h2 {
    font-size: 20px;
  }
  #page-home section.news ul li article {
    font-size: 14px;
    line-height: 24px;
  }
  #page-home section.news ul li .pad {
    padding: 60px 30px;
  }
  #page-home section.news ul li .more {
    text-align: center;
  }
}
.cms.posts .article {
  margin-bottom: 40px;
}
.cms.posts .article .thumbnail {
  float: left;
  position: relative;
  z-index: 2;
}
.cms.posts .article .thumbnail a {
  float: left;
  display: block;
}
.cms.posts .article .thumbnail img {
  display: block;
}
.cms.posts .article .post.hasThumbnail {
  float: left;
  width: 100%;
  margin-left: -150px;
}
.cms.posts .article .post.hasThumbnail > .wrapper {
  margin-left: 165px;
}
.cms.posts .article .post .postHeader {
  margin-bottom: 1em;
}
.cms.posts .article .post .title {
  margin-bottom: 0;
  line-height: 1em;
}
.cms.posts .article .post .title a {
  color: #20358c;
}
.cms.posts .article .post .title a:hover {
  color: #f8981d;
}
.cms.posts .article .post .excerpt p {
  line-height: 1.3;
}
.cms.posts .article .post .more {
  padding-top: 1em;
}
.cms.posts .article:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.cms > h1 {
  font-size: 35px;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  color: #1b1b1c;
}
.cms p,
.cms blockquote {
  margin-bottom: 1em;
  line-height: 1.75;
}
.cms p,
.cms ul,
.cms ol {
  color: #2b2e37;
}
.cms p:last-child {
  margin-bottom: 0;
}
.cms a {
  font-weight: 700;
}
.cms .alignleft {
  float: left;
  margin-right: 15px;
}
.cms .alignright {
  float: right;
  margin-left: 15px;
}
.cms .aligncenter {
  display: block;
  margin: 20px auto;
}
.cms .alignnone {
  display: block;
  margin: 20px 0;
}
.cms .postHeader {
  margin-bottom: 1em;
}
.cms .postHeader .title {
  margin-bottom: .4em;
}
.cms .postHeader .metas {
  font-size: .85em;
}
.cms .postHeader .metas .meta {
  vertical-align: middle;
  display: inline-block;
}
.cms .postHeader .metas .meta:after {
  vertical-align: middle;
  padding: 0 3px;
  display: inline-block;
  content: "|";
  color: #a7a7a7;
  font-size: 12px;
  line-height: 1;
}
.cms .postHeader .metas .meta:last-child:after {
  display: none;
}
.cms .postHeader .categories {
  font-size: .85em;
}
.cms .postHeader .categories > li {
  display: inline;
}
.cms .postHeader .categories ul {
  display: inline;
  padding-left: 5px;
}
.cms .postHeader .categories ul li {
  display: inline-block;
}
.cms .postHeader .categories ul li:after {
  position: relative;
  z-index: 1;
  left: -0.2em;
  display: inline-block;
  content: ",";
}
.cms .postHeader .categories ul li:last-child:after {
  display: none;
}
.cms .postHeader .categories a {
  font-weight: 400;
}
.cms .post {
  font-size: 16px;
  line-height: 25px;
}
.cms .post h2,
.cms .post h3 {
  font-weight: 400;
}
.cms .post h2 b,
.cms .post h3 b,
.cms .post h2 strong,
.cms .post h3 strong {
  font-weight: 400;
}
.cms .post h2 {
  font-size: 28px;
}
.cms .post h3 {
  font-size: 20px;
}
.cms .post h4 {
  font-size: 18px;
}
.cms .post h5 {
  font-size: 16px;
}
.cms .post h6 {
  font-size: 14px;
}
.cms .post ul,
.cms .post ol {
  margin: 1em 0;
}
.cms .post ul li,
.cms .post ol li {
  margin-bottom: 10px;
}
.cms .post ul + h2,
.cms .post ol + h2,
.cms .post ul + h3,
.cms .post ol + h3,
.cms .post ul + h4,
.cms .post ol + h4,
.cms .post ul + h5,
.cms .post ol + h5,
.cms .post ul + h6,
.cms .post ol + h6 {
  margin-top: 20px;
}
.cms .post ul li {
  margin-bottom: 1em;
}
.cms .post ul li:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  margin-right: 10px;
  vertical-align: middle;
  background: url(../images/bullet.png) no-repeat left center;
}
.cms .post ul.testimonials li {
  margin-bottom: 2em;
}
.cms .post ul.testimonials li:before {
  display: none;
}
.cms .post ul.ai1ec-nav li,
.cms .post ul.et_social_icons_container li,
.cms .post ul.dpArticleShare li {
  padding-left: 0;
}
.cms .post ul.ai1ec-nav li:before,
.cms .post ul.et_social_icons_container li:before,
.cms .post ul.dpArticleShare li:before {
  display: none;
}
.cms .post ol li {
  list-style: inside decimal;
}
.cms .post img {
  max-width: 100%;
  height: auto;
}
.cms .post .ai1ec-agenda-view #bbox-root {
  display: none;
}
.cms .testimonials li {
  display: block;
}
.cms .pagination {
  text-align: center;
}
.cms .pagination li {
  display: inline-block;
  list-style: none;
}
.cms .pagination li.active a {
  color: #fff;
  font-weight: 700;
  background: #f8981d;
}
.cms .pagination a {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}
.cms .pagination a:hover {
  text-decoration: underline;
}
.cms .pagination a.num {
  background: rgba(248, 152, 29, 0.15);
}
.cms .subpages h2 {
  margin-bottom: .8em;
  font-weight: 400;
  font-size: 30px;
}
.cms .subpages ul {
  font-size: 0;
}
.cms .subpages ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-bottom: 44px;
}
.cms .subpages h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  color: #20358c;
}
.cms .subpages article {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 25px;
  color: #7a8195;
}
.cms .subpages .divider {
  display: block;
  width: 50px;
  height: 1px;
  margin-bottom: 10px;
  font-size: 0;
  background-color: #f8981d;
}
.cms .subpages .pad {
  margin-right: 44px;
}
.cms:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
section.comments {
  padding-top: 40px;
}
section.comments form {
  margin-bottom: 2em;
}
section.comments form > p label {
  display: block;
  font-size: .85em;
}
section.comments form > p.comment-form-url,
section.comments form > p.logged-in-as {
  display: none;
}
section.comments form > p.form-submit {
  padding-top: 1em;
}
section.comments form > p.form-submit input[type=submit] {
  padding: 0 20px;
}
section.comments #Comments li {
  font-size: .85em;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
}
section.comments #Comments li:last-child {
  border-bottom: 0;
}
section.comments #Comments li ul {
  margin-left: 2em;
}
section.comments #Comments li .vcard img {
  display: none;
}
section.comments #Comments li .vcard cite {
  font-style: normal;
  font-weight: 700;
}
section.comments #Comments li .comment-meta {
  font-size: 12px;
  text-align: right;
}
section.comments #Comments li .comment-body > p {
  padding: 10px;
  background: #f7f7f7;
}
section.comments #Comments li .reply {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#Content {
  position: relative;
  z-index: 1;
}
#Content.sub {
  overflow: hidden;
  padding: 60px 80px;
  background: #fff;
}
#Team ul {
  font-size: 0;
}
#Team ul li {
  display: inline-block;
  width: 47.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  vertical-align: top;
  cursor: pointer;
}
#Team ul li:before {
  display: none;
}
#Team ul li:nth-child(2n) {
  margin-right: 0;
}
#Team ul li.hasThumbnail .details {
  margin-left: 170px;
}
#Team ul li .pad {
  overflow: hidden;
  min-height: 164px;
  padding: 10px;
  font-size: 16px;
  background: #ededed;
}
#Team ul li .pad:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Team ul li .thumbnail {
  float: left;
}
#Team ul li .thumbnail img {
  display: block;
}
#Team ul li .details {
  position: relative;
}
#Team ul li .details h2 {
  margin-bottom: .5em;
  font-size: 16px;
}
#Team ul li .details .position,
#Team ul li .details .email,
#Team ul li .details .phone {
  font-size: .8em;
  line-height: 1.2;
}
#Team ul li .details .readMore {
  bottom: 10px;
}
#Team ul li .thumbnail,
#Team ul li .details {
  vertical-align: top;
}
#page-contact .cms .contacts {
  float: left;
  margin-right: 40px;
  background-color: #f8981d;
  color: #fff;
}
#page-contact .cms .contacts > .pad {
  padding: 20px;
}
#page-contact .cms .contacts h4,
#page-contact .cms .contacts a,
#page-contact .cms .contacts i,
#page-contact .cms .contacts .address {
  color: #419639;
}
#page-contact .cms .contacts h4 {
  font-size: 28px;
  margin-bottom: .5em;
}
#page-contact .cms .contacts a:hover {
  color: #20358c;
}
#page-contact .cms .contacts i {
  margin-right: 10px;
}
#page-contact .cms .contacts .desc {
  font-size: 14px;
}
#page-contact .cms .gform_wrapper {
  max-width: 800px;
}
#page-contact .cms .gform_wrapper li:before {
  display: none;
}
#page-contact .cms .gform_wrapper .gfield_label {
  display: none;
}
#page-contact .cms .gform_wrapper .ginput_container {
  margin-bottom: 0;
  max-width: none;
}
#page-contact .cms .gform_wrapper input[type=text],
#page-contact .cms .gform_wrapper input[type=email],
#page-contact .cms .gform_wrapper input[type=tel],
#page-contact .cms .gform_wrapper textarea {
  width: 100%;
  color: #419639;
}
#page-contact .cms .gform_wrapper input[type=text]::-webkit-input-placeholder,
#page-contact .cms .gform_wrapper input[type=email]::-webkit-input-placeholder,
#page-contact .cms .gform_wrapper input[type=tel]::-webkit-input-placeholder,
#page-contact .cms .gform_wrapper textarea::-webkit-input-placeholder {
  color: #419639;
}
#page-contact .cms .gform_wrapper input[type=text]:-moz-placeholder,
#page-contact .cms .gform_wrapper input[type=email]:-moz-placeholder,
#page-contact .cms .gform_wrapper input[type=tel]:-moz-placeholder,
#page-contact .cms .gform_wrapper textarea:-moz-placeholder {
  color: #419639;
  opacity: 1;
}
#page-contact .cms .gform_wrapper input[type=text]::-moz-placeholder,
#page-contact .cms .gform_wrapper input[type=email]::-moz-placeholder,
#page-contact .cms .gform_wrapper input[type=tel]::-moz-placeholder,
#page-contact .cms .gform_wrapper textarea::-moz-placeholder {
  color: #419639;
  opacity: 1;
}
#page-contact .cms .gform_wrapper input[type=text]:-ms-input-placeholder,
#page-contact .cms .gform_wrapper input[type=email]:-ms-input-placeholder,
#page-contact .cms .gform_wrapper input[type=tel]:-ms-input-placeholder,
#page-contact .cms .gform_wrapper textarea:-ms-input-placeholder {
  color: #419639;
}
body.single-team .cms .thumbnail {
  float: left;
}
body.single-team .cms .details {
  float: left;
  margin-left: 20px;
}
body.single-team .cms .details p.jobTitle {
  font-weight: 900;
}
body.single-team .cms .post {
  padding-top: 2em;
  clear: left;
}
@media screen and (max-width: 1320px) {
  .cms .wp-caption {
    width: auto !important;
  }
  .cms .wp-caption img {
    max-width: 100%;
    height: auto;
  }
  #Team ul li {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  #Content.sub {
    padding: 40px;
  }
  .galleries .album li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .galleries .album li:nth-child(2n) {
    margin-right: 0;
  }
  #page-contact .cms .contacts {
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 780px) {
  .content {
    padding: 0;
  }
  .cms .subpages ul li {
    display: block;
    width: auto;
  }
  .cms .subpages ul li .pad {
    margin-right: 0;
  }
  .cms .subpages .action {
    text-align: center;
  }
  #Content.sub {
    min-height: 0;
  }
  #Content.sub.contact .map,
  #Content.sub.contact .post {
    float: none;
    width: auto;
  }
  #page-contact .cms .gform_wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #Content.sub {
    padding: 20px;
  }
  .galleries .album li {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #Team ul li .thumbnail {
    float: none;
  }
  #Team ul li.hasThumbnail .details {
    margin-left: 0;
  }
  .cms img {
    max-width: 100%;
    height: auto;
  }
  .cms.posts .article .thumbnail img {
    display: none;
  }
  .cms.posts .article .post.hasThumbnail {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .cms.posts .article .post.hasThumbnail > .wrapper {
    margin-left: 0;
  }
  .cms .post .thumbnail {
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .cms .alignleft,
  .cms .alignright {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  body.single-team .cms .thumbnail,
  body.single-team .cms .details {
    float: none;
  }
  body.single-team .cms .thumbnail {
    margin-bottom: 1em;
  }
  body.single-team .cms .details {
    margin-left: 0;
  }
}
.sidebar {
  margin-top: 70px;
}
.sidebar .pad {
  margin-right: 80px;
}
.sidebar a {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sidebar .focus .focusBox {
  height: 230px;
  margin-bottom: 10px;
}
.sidebar .focus .focusBox h2 {
  font-weight: 700;
}
.sidebar .focus .focusBox.contact {
  height: 400px;
}
.sidebar .focus .focusBox.contact:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.sidebar .focus .focusBox.contact .social {
  font-size: 32px;
}
.sidebar .focus .focusBox.contact .social li {
  display: inline-block;
}
.sidebar .focus .focusBox.contact .social i {
  color: #1b1c1d;
}
.sidebar .focus .focusBox.contact form input[type=text],
.sidebar .focus .focusBox.contact form input[type=email] {
  width: 100%;
  height: 43px;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  background: #fff;
  color: #419639;
}
.sidebar .focus .focusBox.contact form input[type=submit] {
  width: 100%;
  height: 43px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  border: none;
  box-shadow: none;
  border-radius: 3px;
}
.sidebar .focus .focusBox.contact form legend label {
  display: none;
}
.sidebar .focus .focusBox.contact form legend + .BBFormFieldContainer {
  display: none;
}
.sidebar .focus .focusBox.contact form .BBFormButtonRow {
  margin-top: 0;
}
.sidebar .focus .focusBox.contact form .BBFormSection p {
  font-size: 16px;
}
.sidebar .focus .focusBox.contact .gform_wrapper {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 0;
}
.sidebar .focus .focusBox.contact .gform_wrapper .gform_body,
.sidebar .focus .focusBox.contact .gform_wrapper .gform_heading,
.sidebar .focus .focusBox.contact .gform_wrapper .gform_footer,
.sidebar .focus .focusBox.contact .gform_wrapper .ginput_container,
.sidebar .focus .focusBox.contact .gform_wrapper .gfield_error {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidebar .focus .focusBox.contact .gform_wrapper .ginput_container {
  margin-right: 75px;
  padding: 0 0 0 0;
}
.sidebar .focus .focusBox.contact .gform_wrapper .ginput_container input {
  width: 100%;
  height: 43px;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
}
.sidebar .focus .focusBox.contact .gform_wrapper .gform_footer {
  position: static;
}
.sidebar .focus .focusBox.contact .gform_wrapper .gform_footer .gform_button {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 43px;
  font-size: 12px;
}
.sidebar .focus .focusBox.contact .gform_wrapper .gform_heading {
  font-size: 12px;
}
.sidebar .focus .focusBox.contact .gform_wrapper .gfield_label {
  display: none;
}
.sidebar .focus .focusBox.contact .gform_wrapper .validation_message,
.sidebar .focus .focusBox.contact .gform_wrapper .validation_error {
  font-size: 12px;
  text-align: center;
}
.sidebar .focus .focusBox.contact .gform_wrapper .validation_error ~ .gform_footer .gform_button {
  bottom: 38px;
}
.sidebar .map:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.sidebar .map iframe {
  width: 100% !important;
}
.sidebar .widget {
  margin-bottom: 2em;
  font-size: 16px;
}
.sidebar .widget ul li {
  margin-bottom: 10px;
}
.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget ul li a {
  color: #20358c;
}
.sidebar .widget h2 {
  margin-bottom: .4em;
}
.sidebar .widget h2 a:hover {
  color: #2b2e37;
}
.sidebar .widget h2.widgettitle {
  padding: 10px 0;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcdc;
}
.sidebar .widget article {
  font-size: 16px;
  color: #2b2e37;
}
#SideNav {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}
#SideNav h3 {
  margin-bottom: 0;
  padding: 10px 0;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcdc;
}
#SideNav i {
  display: none;
  position: absolute;
  left: -15px;
  top: 14px;
  font-size: 16px;
  color: #419639;
}
#SideNav > ul > li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #dcdcdc;
}
#SideNav > ul > li:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#SideNav > ul > li:last-child {
  border-bottom: none;
}
#SideNav > ul > li.current-menu-item > .sub-menu,
#SideNav > ul > li.current-page-ancestor > .sub-menu {
  display: block;
}
#SideNav > ul > li > a {
  display: block;
  line-height: 1.2;
  padding: 10px 0 10px 10px;
  color: #20358c;
  text-decoration: none;
  text-transform: uppercase;
}
#SideNav > ul > li > a:hover {
  color: #f8981d;
}
#SideNav > ul > li > a.toggle {
  display: none;
}
#SideNav .current-menu-item > a {
  color: #419639;
}
#SideNav .current-menu-item > i {
  display: inline-block;
}
#SideNav .sub-menu {
  display: none;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}
#SideNav .sub-menu > li {
  padding: 5px 0;
}
#SideNav .sub-menu > li > a {
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  .sidebar .pad {
    margin-right: 40px;
  }
}
@media screen and (max-width: 780px) {
  .sidebar {
    margin-top: 0;
    background: #eee;
  }
  .sidebar .pad {
    margin-right: 0;
    padding: 20px;
  }
  #SideNav > ul > li > a {
    font-size: 18px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
a {
  color: #20358c;
  text-decoration: none;
}
a:hover {
  color: #f8981d;
  text-decoration: none;
}
a img {
  border: 0;
}
i {
  color: #b2b2b2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1em;
  line-height: normal;
}
h3.section {
  font-size: 36px;
  margin-bottom: 30px;
}
h4 {
  color: #7e8286;
}
h5 {
  color: #585c5f;
}
h6 {
  color: #1b1c1d;
}
li {
  list-style-type: none;
}
body,
html {
  font-size: 20px;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}
body {
  color: #2b2e37;
  background-color: #eee;
  -webkit-text-size-adjust: none;
}
body > .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 640px;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
body > .bg .shade {
  background: #1b1c1d;
  height: 100%;
  opacity: .65;
}
.center {
  display: block;
  position: relative;
  margin: 0 auto;
}
.center:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.col {
  float: left;
}
.hidden {
  display: none !important;
}
#Container {
  position: relative;
  min-height: 100%;
}
#Main:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Main.sub {
  padding-top: 160px;
}
#Main.sub > .center {
  z-index: 2;
  background: #fff;
}
.cols:after,
.clearfix:after,
.wrapper:after,
form:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.center {
  width: 1280px;
}
.flex {
  position: relative;
  z-index: 1;
  width: 100%;
}
.flex > .wrapper {
  margin-right: 380px;
}
.sidebar {
  position: relative;
  z-index: 2;
  width: 380px;
  float: right;
  margin-left: -380px;
}
@media screen and (max-width: 1320px) {
  .center {
    width: 95%;
  }
  .flex {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .flex > .wrapper {
    margin-right: 340px;
  }
  .sidebar {
    position: relative;
    z-index: 2;
    width: 340px;
    float: right;
    margin-left: -340px;
  }
}
@media screen and (max-width: 1080px) {
  .center {
    width: 95%;
  }
  .flex {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .flex > .wrapper {
    margin-right: 300px;
  }
  .sidebar {
    position: relative;
    z-index: 2;
    width: 300px;
    float: right;
    margin-left: -300px;
  }
}
@media screen and (max-width: 780px) {
  .center {
    width: 95%;
  }
  .flex {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .flex > .wrapper {
    margin-right: 100%;
  }
  .sidebar {
    position: relative;
    z-index: 2;
    width: 100%;
    float: right;
    margin-left: -100%;
  }
  #Main > .center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
  }
  .flex {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    width: auto;
  }
  .flex > .wrapper {
    margin-right: 0;
    padding-right: 0;
  }
  .sidebar {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    float: none;
    margin-left: 0;
  }
  body {
    overflow-x: hidden;
  }
}
