.show {
  display: block !important; }

.top-image-container {
  width: 100%;
  text-align: center;
  background: #29497b top center url(../img/ss_droplet.jpg) no-repeat;
  height: 378px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .top-image-container > img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 1150px) {
      .top-image-container > img {
        position: relative;
        left: 50%;
        margin-left: -521px; } }
    @media (max-width: 600px) {
      .top-image-container > img {
        left: 50%;
        margin-left: -431px;
        height: 270px;
        top: 50%;
        margin-top: -138px; } }

.page-title {
  display: none; }
  @media (max-width: 600px) {
    .page-title {
      width: 100%;
      position: absolute;
      color: #fff;
      opacity: .75;
      font-weight: bold;
      top: 4px;
      text-align: center;
      display: block;
      font-size: 31px;
      letter-spacing: 3px;
      text-transform: uppercase; } }

.btn, .page-numbers {
  background: #01467f;
  padding: 18px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block; }
  .btn.current, .page-numbers.current {
    background: #6fb440; }
  @media (max-width: 600px) {
    .btn, .page-numbers {
      padding: 9px 15px;
      color: #fff;
      font-size: 14px;
      margin: 10px 3px; } }

.btn-holder {
  text-align: center; }
  .btn-holder .btn {
    display: inline-block; }

.cog-nav {
  width: 830px;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 850px) {
    .cog-nav {
      width: 600px; } }
  @media (max-width: 600px) {
    .cog-nav {
      display: none; } }
  .cog-nav li {
    width: 180px;
    height: 250px;
    margin-right: 140px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style: none; }
    @media (max-width: 850px) {
      .cog-nav li {
        width: 164px;
        margin-right: 49px; } }
    .cog-nav li h2 {
      margin: 6px 0 0;
      text-transform: uppercase;
      color: #01467f; }
    .cog-nav li a {
      text-decoration: none;
      color: inherit; }
      .cog-nav li a:hover h2 {
        text-decoration: underline; }

.view-toggle {
  width: 85px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 17px 60px 10px 27px;
  text-decoration: none;
  background: #60933d;
  background: -moz-linear-gradient(top, #60933d 0, #70a64c 65%, #60933d 100%);
  background: -webkit-linear-gradient(top, #60933d 0, #70a64c 65%, #60933d 100%);
  background: linear-gradient(to bottom, #60933d 0, #70a64c 65%, #60933d 100%);
  background: linear-gradient(to bottom, #60933d 0, #70a64c 65%, #60933d 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color2', endcolorstr='$color1',gradienttype=0 ); }
  .view-toggle:hover {
    text-decoration: underline;
    color: inherit; }
  @media (max-width: 850px) {
    .view-toggle {
      text-indent: -9999px;
      padding: 14px 14px 14px 22px;
      height: auto;
      background: none !important;
      right: 0; } }
  .view-toggle:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 0 solid #fff;
    border-top: 16px solid #fff;
    display: block;
    top: 17px;
    position: absolute;
    right: 22px;
    transition: top .2s; }
  .view-toggle span:after {
    content: "more"; }

.ui-accordion-header-active .view-toggle:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #fff;
  border-top: 0 solid #fff; }
.ui-accordion-header-active .view-toggle span:after {
  content: "less"; }
.ui-accordion-header-active:hover .view-toggle:after {
  top: 17px; }

.services-detail-wrapper {
  border-top: solid 3px #bababa;
  background: #ebebeb; }
  @media (max-width: 600px) {
    .services-detail-wrapper {
      background: #fff;
      border-top: none; } }
  .services-detail-wrapper.alt {
    background: #fff; }

.services-detail {
  max-width: 1143px;
  padding: 0;
  margin: 0 auto; }
  .services-detail .service-detail-header {
    height: 105px;
    position: relative;
    margin: 0 0 30px 0; }
    @media (max-width: 600px) {
      .services-detail .service-detail-header {
        height: auto;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #60933d;
        background: -moz-linear-gradient(top, #60933d 0, #70a64c 65%, #60933d 100%);
        background: -webkit-linear-gradient(top, #60933d 0, #70a64c 65%, #60933d 100%);
        background: linear-gradient(to bottom, #60933d 0, #70a64c 65%, #60933d 100%);
        background: linear-gradient(to bottom, #60933d 0, #70a64c 65%, #60933d 100%);
        filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color2', endcolorstr='$color1',gradienttype=0 ); } }
  .services-detail li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .services-detail li .service-flag {
      width: 156px;
      height: 104px;
      background: #60933d;
      position: relative;
      padding: 0;
      display: inline-block;
      left: 0;
      top: 0;
      position: absolute; }
      @media (max-width: 850px) {
        .services-detail li .service-flag {
          width: 114px;
          height: 100px; } }
      @media (max-width: 750px) {
        .services-detail li .service-flag {
          width: 104px;
          height: 81px; } }
      @media (max-width: 600px) {
        .services-detail li .service-flag {
          background: none;
          display: inline-block;
          width: 57px;
          height: 50px;
          vertical-align: middle;
          position: static; } }
      .services-detail li .service-flag div[class*="icon"] {
        color: #fff;
        position: absolute; }
        @media (max-width: 600px) {
          .services-detail li .service-flag div[class*="icon"] {
            font-size: 42px;
            position: static; } }
      .services-detail li .service-flag .icon-technology {
        font-size: 102px;
        left: 11%;
        top: -2%; }
        @media (max-width: 600px) {
          .services-detail li .service-flag .icon-technology {
            font-size: 67px;
            position: relative;
            top: -10px;
            left: -15px; } }
      .services-detail li .service-flag .icon-group-cog {
        font-size: 90px;
        left: 19%;
        top: 8%; }
        @media (max-width: 600px) {
          .services-detail li .service-flag .icon-group-cog {
            font-size: 51px; } }
      .services-detail li .service-flag .icon-wrench-screwdriver {
        font-size: 70px;
        left: 27%;
        top: 15%; }
      .services-detail li .service-flag .icon-technology {
        font-size: 110px;
        left: 12%;
        top: -4%; }
      .services-detail li .service-flag *[class*="icon"] {
        font-size: 70px;
        left: 27%;
        top: 15%; }
        @media (max-width: 850px) {
          .services-detail li .service-flag *[class*="icon"] {
            font-size: 60px;
            left: 20%;
            top: 18%; } }
        @media (max-width: 750px) {
          .services-detail li .service-flag *[class*="icon"] {
            font-size: 51px;
            left: 22%;
            top: 18%; } }
        @media (max-width: 600px) {
          .services-detail li .service-flag *[class*="icon"] {
            font-size: 42px;
            position: static; } }
    .services-detail li h3 {
      color: #01467f;
      display: block;
      font-size: 36px;
      text-transform: uppercase;
      text-align: center;
      text-decoration: underline;
      margin: 0;
      padding: 31px 0 0 13px; }
      @media (max-width: 900px) {
        .services-detail li h3 {
          font-size: 32px; } }
      @media (max-width: 850px) {
        .services-detail li h3 {
          font-size: 28px; } }
      @media (max-width: 850px) {
        .services-detail li h3 {
          font-size: 22px; } }
      @media (max-width: 600px) {
        .services-detail li h3 {
          color: #fff;
          text-decoration: none;
          padding: 18px 0;
          width: 77%;
          font-size: 19px;
          display: inline-block;
          position: relative;
          left: -6%; } }
    .services-detail li .services-menu-button {
      width: 67px;
      height: 33px;
      background: #01467f;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      padding: 17px 58px 17px 10px;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      position: relative;
      vertical-align: top;
      position: absolute;
      right: 0;
      top: 0; }
      @media (max-width: 850px) {
        .services-detail li .services-menu-button {
          width: 29px;
          height: 27px;
          font-size: 11px; } }
      @media (max-width: 600px) {
        .services-detail li .services-menu-button {
          display: none; } }
      .services-detail li .services-menu-button .icon-gear {
        position: absolute;
        font-size: 44px;
        height: 44px;
        top: 10px;
        right: 8px;
        transition: transform 30s;
        transform-origin: 50% 50%; }
        @media (max-width: 850px) {
          .services-detail li .services-menu-button .icon-gear {
            font-size: 26px;
            top: 17px;
            right: 5px; } }
      .services-detail li .services-menu-button:hover .icon-gear {
        transform: rotate(360deg); }
  .services-detail .service-description {
    width: 92%;
    margin: 0 auto 40px auto;
    color: #666;
    font-size: 24px;
    line-height: 38px; }
    @media (max-width: 850px) {
      .services-detail .service-description {
        font-size: 19px; } }
    .services-detail .service-description strong {
      color: #6fb440;
      font-size: 26px; }
      @media (max-width: 600px) {
        .services-detail .service-description strong {
          font-size: 22px; } }
    .services-detail .service-description em {
      text-decoration: underline;
      font-style: normal; }

.page-content {
  width: 85%;
  margin: 0 auto;
  padding: 20px;
  color: #666;
  font-weight: bold;
  line-height: 25px;
  font-size: 18px; }
  @media (max-width: 900px) {
    .page-content {
      width: auto;
      padding: 0 25px; } }
  .page-content .the-page-title {
    font-size: 45px;
    text-align: center;
    margin: 20px 0 20px 0;
    color: #6fb440;
    line-height: 45px; }
  .page-content .meta {
    display: none;
    text-align: center; }
    .page-content .meta .comments-link {
      display: none; }
    .page-content .meta em {
      font-weight: bold;
      color: #6fb440; }
  @media (max-width: 600px) {
    .page-content .wp-caption {
      width: 100% !important;
      text-align: center; } }
  @media (max-width: 600px) {
    .page-content img {
      display: block;
      float: none !important;
      margin: 0 auto !important; } }
  @media (max-width: 600px) {
    .page-content p:empty {
      display: none; } }
  .page-content .wp-caption-text {
    font-size: 13px;
    font-style: italic;
    margin: 6px 0 10px 0;
    line-height: 17px;
    font-weight: normal; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    text-transform: uppercase;
    color: #01467f;
    margin: 25px 0; }
    @media (max-width: 600px) {
      .page-content h1:empty, .page-content h2:empty, .page-content h3:empty, .page-content h4:empty, .page-content h5:empty, .page-content h6:empty {
        display: none; } }
  .page-content h1 {
    font-size: 30px; }
  .page-content h2 {
    font-size: 27px; }
  .page-content h3 {
    font-size: 24px; }
  .page-content h4 {
    font-size: 21px; }
  .page-content h5 {
    font-size: 18px; }
  .page-content h6 {
    font-size: 16px; }
  .page-content ul li, .page-content ol li {
    margin: 0 0 10px 0; }
  @media (max-width: 600px) {
    .page-content .empty {
      display: none; } }
  .page-content blockquote {
    padding: 0px 0 0 15px;
    border-left: solid 5px #bababa;
    margin-left: 7%; }

.wpforms-form {
  width: 40%;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .wpforms-form {
      width: 80%; } }

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: none !important; }

button[id*=wpforms-submit] {
  background: #6fb440 !important;
  color: #fff !important; }

.addtoany_content {
  display: none; }

img.alignright {
  float: right !important;
  margin: 0 0 1.5em 1.5em !important; }
  @media (max-width: 600px) {
    img.alignright {
      float: none !important; } }

img.alignleft {
  float: left !important;
  margin: 0 1.5em 1.5em 0 !important; }
  @media (max-width: 600px) {
    img.alignleft {
      float: none !important; } }

img.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.alignright {
  float: right !important; }
  @media (max-width: 600px) {
    .alignright {
      float: none !important; } }

.alignleft {
  float: left !important; }
  @media (max-width: 600px) {
    .alignleft {
      float: none !important; } }

.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.page-content {
  width: auto;
  padding: 0; }

.page-template-page-marketing .motto {
  background: #fff;
  text-align: center; }

.page-marketing .marketing-header-container {
  display: flex;
  position: relative;
  z-index: 100;
  background: url(../img/marketing/ema-swoosh.png) center 140% no-repeat, url(../img/marketing/city.jpg) right top no-repeat;
  background-color: #ebebeb;
  background-size: 123%, 50% 100%;
  margin: 0 0 0 0; }
  @media (max-width: 959px) {
    .page-marketing .marketing-header-container {
      display: block;
      background: #ebebeb; } }
.page-marketing .contents-container {
  width: 50%;
  overflow: hidden; }
  @media (max-width: 959px) {
    .page-marketing .contents-container {
      background: url(../img/marketing/ema-swoosh.png) center top no-repeat;
      width: 100%;
      background-size: 100% 75%; } }
  @media (max-width: 420px) {
    .page-marketing .contents-container {
      background-image: none; } }
  .page-marketing .contents-container h3 {
    text-transform: none;
    margin: 0 0 0 0;
    line-height: 32px;
    max-width: 80%; }
    @media (max-width: 1250px) {
      .page-marketing .contents-container h3 {
        font-size: 19px;
        max-width: 95%; } }
    @media (max-width: 959px) {
      .page-marketing .contents-container h3 {
        font-size: 23px; } }
    @media (max-width: 420px) {
      .page-marketing .contents-container h3 {
        font-size: 19px; } }
  .page-marketing .contents-container ul {
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .page-marketing .contents-container li {
    padding: 6% 3% 3% 9%;
    border-top: solid 4px #fff;
    position: relative;
    z-index: 110;
    list-style-type: none;
    flex-basis: 25%; }
    .page-marketing .contents-container li:first-child {
      border: 0; }
  .page-marketing .contents-container p {
    margin: 3px 0 10px 0;
    font-size: 15px;
    color: #7a7a7a;
    max-width: 70%; }
    @media (max-width: 1250px) {
      .page-marketing .contents-container p {
        font-size: 14px; } }
    @media (max-width: 959px) {
      .page-marketing .contents-container p {
        max-width: 90%; } }
.page-marketing .links-container {
  width: 50%;
  position: relative; }
  @media (max-width: 959px) {
    .page-marketing .links-container {
      width: 100%;
      background: url(../img/marketing/city.jpg) right top no-repeat; } }
  .page-marketing .links-container img {
    background: #01467f;
    padding: 17px 37px;
    width: 52px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -63px; }
    @media (max-width: 959px) {
      .page-marketing .links-container img {
        right: 0;
        left: auto;
        margin-left: 0; } }
    @media (max-width: 475px) {
      .page-marketing .links-container img {
        width: 35px;
        padding: 12px 28px; } }
  .page-marketing .links-container h3 {
    margin: 30px 0 0 16%;
    text-decoration: underline;
    font-size: 30px;
    line-height: 40px; }
    @media (max-width: 1250px) {
      .page-marketing .links-container h3 {
        font-size: 26px;
        margin-top: 0; } }
  .page-marketing .links-container .links {
    width: 55%;
    padding: 0% 3% 10% 0; }
    @media (max-width: 1250px) {
      .page-marketing .links-container .links {
        padding-top: 3%; } }
    @media (max-width: 959px) {
      .page-marketing .links-container .links {
        width: 67%; } }
    .page-marketing .links-container .links ul {
      width: 90%;
      background: rgba(255, 255, 255, 0.72);
      padding: 14% 24% 13% 16%;
      margin: 0; }
    .page-marketing .links-container .links li {
      margin: 0 0 30px 0;
      color: #666; }
      .page-marketing .links-container .links li:last-child {
        margin-bottom: 0; }
    .page-marketing .links-container .links a {
      color: #666;
      text-decoration: none;
      font-size: 18px; }
      @media (max-width: 1250px) {
        .page-marketing .links-container .links a {
          font-size: 16px; } }
      .page-marketing .links-container .links a:hover {
        text-decoration: underline; }
.page-marketing .article-container {
  margin-top: 80px; }
  .page-marketing .article-container .article-header-container {
    position: relative;
    display: table;
    height: 100%;
    width: 100%; }
  .page-marketing .article-container .article-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 315px;
    opacity: .2;
    border-top: solid 3px #b4b2b2;
    display: table-cell;
    width: 100%; }
  .page-marketing .article-container .header-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: table; }
  .page-marketing .article-container h3 {
    margin: 0;
    text-align: center;
    text-transform: none;
    font-size: 27px;
    text-decoration: underline;
    display: table-cell;
    width: 100%;
    height: 318px;
    vertical-align: middle;
    line-height: 38px; }
    @media (max-width: 450px) {
      .page-marketing .article-container h3 {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 350px) {
      .page-marketing .article-container h3 {
        font-size: 20px;
        line-height: 28px; } }
  .page-marketing .article-container .article-body {
    width: 85%;
    margin: 0 auto;
    max-width: 1149px;
    padding: 0 2%;
    line-height: 32px; }
    @media (max-width: 959px) {
      .page-marketing .article-container .article-body {
        width: 90%; } }
    .page-marketing .article-container .article-body strong {
      color: #6fb440; }
    .page-marketing .article-container .article-body img {
      max-width: 100%;
      height: auto; }
.page-marketing table {
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
  margin: 20px auto;
  display: table !important; }
  @media (max-width: 959px) {
    .page-marketing table {
      font-size: 13px;
      line-height: 15px;
      width: 100%; } }
  .page-marketing table td {
    width: auto !important;
    height: auto !important;
    padding: 15px !important;
    border: solid 2px #939598;
    text-align: center; }
    @media (max-width: 959px) {
      .page-marketing table td {
        padding: 8px !important; } }
  .page-marketing table tr {
    height: auto !important; }
  .page-marketing table tr:first-child td {
    background: #6fb440 !important;
    color: #fff; }
.page-marketing .contact-container {
  height: 165px;
  width: 797px;
  margin: 0 auto 80px auto;
  background: #ebebeb;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 959px) {
    .page-marketing .contact-container {
      width: 90%;
      justify-content: left;
      font-size: 4vw;
      line-height: 5.5vw; } }
  .page-marketing .contact-container img {
    width: auto;
    border: solid 5px #fff;
    margin-right: 3%;
    position: relative;
    top: 25px; }
    @media (max-width: 959px) {
      .page-marketing .contact-container img {
        margin-left: 3% !important;
        width: 130px;
        top: 0; } }
  @media (max-width: 959px) {
    .page-marketing .contact-container .contact-info {
      margin-left: 0%; } }
  .page-marketing .contact-container strong {
    color: #01467f; }
  .page-marketing .contact-container a {
    font-size: 37px; }
    @media (max-width: 959px) {
      .page-marketing .contact-container a {
        font-size: 4vw; } }

header .menu li, nav li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 20px; }

.form input[type=text], .form input[type=email] {
  width: 190px;
  border: solid 1px #8c8c8c;
  padding: 5px 2px; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4 !important;
  touch-action: manipulation; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio {
  vertical-align: middle; }

canvas {
  vertical-align: middle; }

iframe {
  vertical-align: middle; }

img {
  vertical-align: middle; }

svg {
  vertical-align: middle; }

video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  font-family: Roboto;
  color: #666; }
  body.single-post header nav li.page-item-12 a {
    color: #01467f; }

a {
  color: #6fb440;
  transition: color .4s; }
  a:hover {
    color: #669943; }

.inner {
  overflow: hidden; }
  .inner:before, .inner:after {
    content: " ";
    display: table; }
  .inner:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .inner {
    *zoom: 1; }

header {
  background: #fff;
  position: relative; }
  header .inner {
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    position: relative;
    overflow: visible; }
  header h1 {
    margin: 0; }
    header h1 a {
      margin: .4em 0;
      width: 186px;
      height: 69px;
      background: url(../img/ema-logo.svg) 0 0 no-repeat;
      text-indent: -99999px;
      float: left;
      margin-left: 8%; }
  header .menu {
    position: absolute;
    top: 0;
    right: 20px; }
    header .menu li > a {
      font-family: icons;
      display: inline-block;
      text-decoration: none;
      color: #000;
      font-size: 22px;
      transition: all .2s;
      position: relative;
      left: 0;
      top: 0; }
      header .menu li > a:hover {
        color: #29497b;
        position: relative;
        top: -2px;
        left: 0; }
    header .menu .search_input {
      display: none; }
    header .menu .search_close {
      font-family: Roboto;
      display: none; }
    header .menu input[name=search] {
      margin: 0 -3px 0 0;
      bottom: 6px;
      position: relative; }
    header .menu input[type=submit] {
      display: none; }
  header nav {
    margin: 63px 7% 0 0;
    float: right; }
    header nav a {
      font-size: 16px;
      font-weight: 700;
      color: #01467f;
      text-decoration: none;
      transition: .3s color;
      text-transform: uppercase; }
      header nav a:hover {
        color: #669943; }
    header nav li.current_page_item > a,
    header nav li.current_page_ancestor > a {
      color: #6fb440; }
      @media (max-width: 900px) {
        header nav li.current_page_item > a,
        header nav li.current_page_ancestor > a {
          color: #6fb440; } }
    header nav li ul {
      padding-top: 20px !important;
      display: none;
      position: absolute;
      background: #fff;
      background: -moz-linear-gradient(top, #fff 0, #ebebeb 65%, #fff 100%);
      background: -webkit-linear-gradient(top, #fff 0, #ebebeb 65%, #fff 100%);
      background: linear-gradient(to bottom, #fff 0, #ebebeb 65%, #fff 100%);
      background: linear-gradient(to bottom, #fff 0, #ebebeb 65%, #fff 100%);
      filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color2', endcolorstr='$color1',gradienttype=0 );
      padding: 10px 40px 10px 10px;
      color: #fff;
      z-index: 100;
      border-bottom: solid 5px #666; }
      header nav li ul:hover {
        display: block; }
      header nav li ul li {
        display: block;
        margin: 0 0 20px 0; }
        header nav li ul li:first-child {
          margin: 0 0 20px 0; }
        header nav li ul li a {
          color: #666;
          font-size: 13px; }
    header nav li:hover > ul {
      display: block; }
    header nav.mobile li:hover ul {
      display: none; }
    header nav.show > ul, header nav.show > li:hover ul {
      display: block; }
  header ul {
    display: block; }

nav ul {
  margin: 0;
  padding: 0; }
nav li:first-child {
  margin: 0; }

.mobile-menu-stripe {
  height: 44px; }

.slideshow {
  position: relative; }
  .slideshow .inner {
    overflow: visible; }
  .slideshow .images {
    width: 100%;
    height: 378px;
    text-align: center;
    position: relative;
    background: #29497b; }
    .slideshow .images > div {
      height: 378px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-color: #29497b;
      transition: 2s opacity;
      opacity: 1;
      position: absolute;
      left: 0;
      top: 0; }
      .slideshow .images > div.fade {
        opacity: 0; }
    .slideshow .images .droplet {
      background-image: url(../img/ss_droplet.jpg); }
    .slideshow .images .tower {
      background-image: url(../img/ss_tower.jpg); }
    .slideshow .images .cooling {
      background-image: url(../img/ss_cooling.jpg); }
    .slideshow .images .power {
      background-image: url(../img/ss_power.jpg); }
    .slideshow .images img {
      width: 100%;
      max-width: 1500px; }
  .slideshow .tagline {
    font-weight: 900;
    font-size: 56px;
    color: #fff;
    position: absolute;
    top: 143px;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    z-index: 10; }
    .slideshow .tagline em {
      font-style: normal;
      text-decoration: underline; }
    .slideshow .tagline span {
      text-transform: uppercase; }

.motto {
  padding: 35px 0;
  margin: 0;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0, #ebebeb 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0, #ebebeb 100%);
  background: linear-gradient(to bottom, #f8f8f8 0, #ebebeb 100%);
  background: linear-gradient(to bottom, #f8f8f8 0, #ebebeb 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color2', endcolorstr='$color1',gradienttype=0 );
  font-size: 26px;
  color: #666;
  line-height: 38px;
  text-align: center; }
  .motto strong {
    font-size: 32px;
    color: #6fb440;
    font-style: italic; }
  .motto .inner {
    width: 70%;
    margin: 0 auto;
    font-weight: bold; }
    .motto .inner p {
      margin: 0;
      padding: 0; }

.read-more {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  text-decoration: none;
  transition: all .4s; }
  .read-more:after {
    content: " > >";
    position: relative;
    left: 0;
    top: 0;
    transition: all .4s; }
  .read-more:hover:after {
    left: 3px;
    top: 0; }

.about {
  text-align: center;
  padding: 10px;
  margin: 40px 0 20px;
  -js-display: flex;
  display: flex;
  justify-content: center; }
  .about li {
    width: 300px;
    margin: 0 0 0 10%;
    vertical-align: top;
    list-style: none; }
    .about li:first-child {
      margin-left: 0; }
  .about .cog-link {
    text-decoration: none; }
    .about .cog-link:hover {
      text-decoration: none; }
  .about h3 {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline; }
    .about h3 a {
      color: #01467f; }
  .about p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    color: #898989;
    font-weight: bold; }

.service-icon {
  width: 142px;
  height: 150px;
  margin: 0 auto;
  color: #01467f;
  position: relative;
  display: block; }
  .service-icon > * {
    display: block; }
  .service-icon .icon-gear {
    font-size: 140px;
    position: relative;
    transform-origin: 50% 50%;
    -webkit-transition: 30s -webkit-transform linear;
    -moz-transition: 30s -moz-transform linear;
    -moz-transition: 30s transform linear;
    -ms-transition: 30s -ms-transform linear;
    -o-transition: 30s -o-transform linear;
    transition: 30s transform linear, 30s -webkit-transform linear;
    height: 152px;
    z-index: 100; }
    .service-icon .icon-gear:hover {
      transform: rotate(360deg); }
    .service-icon .icon-gear.reverse:hover {
      transform: rotate(-360deg); }
  .service-icon *[class*="icon"]:not(.icon-gear) {
    position: absolute;
    font-size: 52px;
    top: 65%;
    left: 50%;
    margin: -50px 0 0 -26px; }
  .service-icon .icon-group {
    font-size: 56px;
    top: 65%;
    left: 50%;
    margin: -51px 0 0 -28px; }
  .service-icon .icon-chain {
    font-size: 51px;
    top: 65%;
    left: 50%;
    margin: -49px 0 0 -26px; }
  .service-icon .icon-handshake {
    font-size: 56px;
    top: 66%;
    left: 50%;
    margin: -45px 0 0 -25px !important; }
  .service-icon .icon-wrench-screwdriver {
    font-size: 45px;
    top: 69%;
    left: 54%;
    margin: -51px 0 0 -28px; }
  .service-icon .icon-customer {
    font-size: 45px;
    top: 69%;
    left: 53%;
    margin: -51px 0 0 -28px; }
  .service-icon .icon-coins {
    font-size: 45px;
    top: 69%;
    left: 56%;
    margin: -51px 0 0 -28px; }
  .service-icon .icon-operations {
    font-size: 45px;
    top: 69%;
    left: 53%;
    margin: -51px 0 0 -28px; }
  .service-icon .icon-technology {
    font-size: 66px;
    top: 62%;
    left: 45%;
    margin: -51px 0 0 -28px; }
  .service-icon .icon-group-cog {
    font-size: 55px;
    top: 67%;
    left: 51%;
    margin: -51px 0 0 -28px; }

.backstory-holder {
  width: 84%;
  margin: 0 auto; }

.backstory-careers {
  height: 370px;
  -js-display: flex;
  display: flex;
  justify-content: center; }

.backstory {
  border-top: solid 3px #bababa;
  width: 50%;
  font-size: 22px;
  background: url(../img/bg_lightbulb.jpg) bottom right no-repeat;
  background-size: contain;
  color: #898989;
  font-weight: bold;
  padding: 45px 0 0; }
  .backstory .inner {
    transition: 2s opacity;
    opacity: 0; }
    @media (max-width: 850px) {
      .backstory .inner {
        margin: 0 0 0 8%; } }
    .backstory .inner.show {
      opacity: 1; }
  .backstory p {
    width: 80%;
    margin: 0 0 0 0;
    line-height: 30px; }
  .backstory strong {
    color: #6fb440; }

.careers {
  border-top: solid 3px #bababa;
  background: #ebebeb;
  width: 50%;
  overflow: hidden;
  position: relative; }
  .careers h3 {
    margin: 41px 0 0;
    text-align: center;
    color: #01467f;
    font-weight: bold;
    font-size: 26px; }
  .careers ul {
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translate(0, 500px);
    transition: .8s transform; }
    .careers ul.show {
      transform: translate(0, 0); }
  .careers li {
    text-align: left;
    margin: 25px auto 0 auto;
    list-style: none;
    width: 326px; }
  .careers strong {
    color: #6fb440; }
  .careers em {
    color: #898989; }
  .careers .read-more {
    background: #01467f;
    padding: 12px 13px;
    position: absolute;
    right: 0;
    bottom: 0; }

.communicator {
  padding: 35px;
  text-align: center; }
  .communicator > img {
    display: inline-block;
    vertical-align: top;
    margin: 30px 51px 0 0;
    background: #fff;
    padding: 4px;
    transform: rotate(-7deg); }
    @media (max-width: 385px) {
      .communicator > img {
        top: 150px !important; } }
  .communicator .inner {
    width: 590px;
    display: inline-block;
    text-align: center; }
  .communicator h3 {
    color: #6fb440;
    font-size: 28px;
    font-weight: bold;
    margin: 0; }
    .communicator h3 strong {
      text-transform: uppercase; }
  .communicator .tagline {
    font-size: 14px;
    color: #898989;
    font-weight: bold; }
  .communicator .celebrating {
    font-family: Yellowtail, serif;
    font-size: 32px;
    color: #bababa;
    display: block; }
    @media (max-width: 600px) {
      .communicator .celebrating {
        font-size: 28px; } }
    @media (max-width: 450px) {
      .communicator .celebrating {
        font-size: 25px; } }
  .communicator p {
    text-align: left;
    display: inline-block;
    color: #898989; }

.widget.communicator {
  padding-bottom: 20px !important; }
  .widget.communicator img {
    margin: 0 auto;
    background: none;
    margin: 0 auto;
    width: 140px; }
  .widget.communicator p {
    margin: 0 0 15px 0;
    padding: 0 15px;
    display: block !important; }
  .widget.communicator .btn {
    display: block;
    width: 57%;
    margin: 0 auto; }

.tweets-events {
  padding: 40px 0;
  background: #ebebeb;
  text-align: center; }
  .tweets-events h3 {
    color: #898989;
    font-size: 26px;
    text-align: center; }

.tweets {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  display: none; }
  .tweets .read-more {
    margin: 7px 0 0; }

.events {
  width: 880px;
  display: inline-block;
  vertical-align: top; }
  .events ul {
    text-align: center;
    margin: 0;
    padding: 0; }
  .events li {
    text-align: left;
    margin: 30px auto 0 auto;
    list-style: none;
    width: 430px;
    overflow: hidden; }
  .events img {
    max-width: 50px;
    float: left; }
  .events .info {
    margin-left: 15px;
    float: left; }
  .events .event {
    color: #01467f;
    font-weight: bold;
    text-decoration: none;
    transition: .4s color; }
    .events .event:hover {
      color: #02345e; }
  .events .site {
    text-decoration: none; }
  .events strong {
    color: #898989; }
  .events em {
    color: #898989; }

footer .contact {
  padding: 40px 0;
  font-size: 21px;
  font-weight: bold;
  color: #898989;
  text-align: center; }
  footer .contact strong {
    color: #282828; }
footer .address {
  margin: 0 15% 0 0;
  display: inline-block; }
footer .phone-email {
  display: inline-block; }
footer .bottom {
  padding: 20px 0;
  background: #01467f;
  text-align: center; }
  footer .bottom > * {
    display: inline-block; }
footer .copyright {
  font-size: 12px;
  color: #898989;
  margin: 0 13% 0 0; }
footer .menu {
  padding: 0;
  margin: 0 13% 0 0;
  position: relative;
  top: 7px; }
  footer .menu li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 15px; }
    footer .menu li:first-child {
      margin: 0; }
  footer .menu a {
    background: url(../img/sprites.png) no-repeat;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    top: 6px;
    transition: all .3s;
    position: relative;
    top: 0;
    left: 0; }
    footer .menu a:hover {
      color: #898989;
      top: -2px; }

.bottom-links {
  text-align: center;
  padding: 10px 0 20px 0; }
  .bottom-links a {
    text-decoration: none;
    font-size: 12px; }

input[type=submit],
button[type=submit] {
  background: #60933d;
  background: -moz-linear-gradient(top, #60933d 0, #70a64c 65%, #60933d 100%);
  background: -webkit-linear-gradient(top, #60933d 0, #70a64c 65%, #60933d 100%);
  background: linear-gradient(to bottom, #60933d 0, #70a64c 65%, #60933d 100%);
  background: linear-gradient(to bottom, #60933d 0, #70a64c 65%, #60933d 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color2', endcolorstr='$color1',gradienttype=0 );
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase !important; }

.form-holder h3 {
  font-size: 28px;
  color: #6fb440;
  text-align: center; }
.form-holder #wpforms-form-475 {
  padding: 0 25px;
  position: relative; }
  .form-holder #wpforms-form-475 .wpforms-recaptcha-container {
    position: absolute;
    bottom: -50px;
    right: 23px;
    opacity: 0;
    transition: all .5s;
    z-index: 1000; }
    @media (max-width: 600px) {
      .form-holder #wpforms-form-475 .wpforms-recaptcha-container {
        opacity: 1;
        position: relative;
        top: 0;
        left: -21px;
        -webkit-transform: scale(0.87); } }
  .form-holder #wpforms-form-475:hover .wpforms-recaptcha-container, .form-holder #wpforms-form-475:focus .wpforms-recaptcha-container {
    opacity: 1; }

.form {
  width: 500px;
  margin: 0 auto; }
  .form h3 {
    font-size: 28px;
    color: #6fb440;
    text-align: center; }
  .form .form-wrap {
    width: 408px;
    margin: 0 auto; }
    .form .form-wrap:first-child {
      margin-bottom: 15px; }
    .form .form-wrap p {
      display: inline-block;
      margin: 0;
      padding: 0;
      vertical-align: top;
      width: auto; }
  @media (max-width: 600px) {
    .form input[type=text] {
      width: auto; } }
  .form input[type=email] {
    width: 275px; }
    @media (max-width: 600px) {
      .form input[type=email] {
        width: auto; } }
  @media (max-width: 600px) {
    .form input:focus + label {
      visibility: hidden; } }
  .form textarea {
    width: 400px; }
    @media (max-width: 600px) {
      .form textarea {
        width: 327px; } }
    @media (max-width: 415px) {
      .form textarea {
        width: 240px; } }
  .form .form-item {
    display: inline-block; }
    .form .form-item.wide {
      margin: 0; }
    .form .form-item:first-child {
      margin-right: 10px; }
    .form .form-item label {
      font-size: 14px;
      color: #c2c2c2;
      display: block; }
      @media (max-width: 600px) {
        .form .form-item label {
          position: relative;
          top: -24px;
          left: 6px; } }
  .form input[type=submit] {
    width: 110px;
    background: #669943;
    border: 0;
    color: #fff;
    padding: 8px 26px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top; }
  .form .ajax-loader {
    position: absolute !important; }
  .form br {
    display: none; }
  .form span[role=alert] {
    padding: 5px 0; }

.screen-reader-response {
  display: block !important;
  height: auto !important;
  width: auto !important;
  clip: unset !important;
  position: static !important;
  text-align: center !important;
  margin: 30px 0 -13px 0 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #6fb440 !important; }

.scroll {
  display: block;
  background: #c2c2c2;
  width: 50px;
  height: 44px;
  position: fixed;
  bottom: 0;
  right: 5%;
  opacity: .75;
  text-indent: -9999px;
  border-radius: 15px 15px 0 0;
  transition: opacity .5s; }
  .scroll:hover {
    opacity: 1; }
  .scroll:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid #fff;
    display: block;
    top: 11px;
    position: absolute;
    left: 10px; }

/*

   ___   ___   ___            
  / _ \ / _ \ / _ \           
 | (_) | | | | | | |_ ____  __
  \__, | | | | | | | '_ \ \/ /
    / /| |_| | |_| | |_) >  < 
   /_/  \___/ \___/| .__/_/\_\
                   | |        
                   |_|        

*/
@media (max-width: 945px) {
  header nav {
    position: absolute;
    float: none;
    margin: 0;
    bottom: -44px;
    left: 8%;
    height: 33px;
    width: 90px;
    display: block;
    z-index: 100;
    cursor: pointer; }
    header nav > ul {
      display: none;
      left: 0;
      bottom: 0;
      z-index: 380;
      margin: 33px 0 0 0;
      padding: 15px 20px 2px;
      width: 230px;
      background: #282828;
      background: -moz-linear-gradient(top, #282828 0, #383737 65%, #282828 100%);
      background: -webkit-linear-gradient(top, #282828 0, #383737 65%, #282828 100%);
      background: linear-gradient(to bottom, #282828 0, #383737 65%, #282828 100%);
      filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#282828', endcolorstr='#282828',gradienttype=0 ); }
      header nav > ul:hover {
        display: block; }
      header nav > ul > li {
        display: block;
        padding: 0 0 20px 0 !important;
        text-align: left;
        position: relative; }
        header nav > ul > li:first-child {
          margin: 0 0 0 20px; }
        header nav > ul > li a {
          color: #fff; }
        header nav > ul > li ul {
          margin-top: 10px;
          padding-top: 10px;
          display: none;
          background: none !important;
          position: static; }
          header nav > ul > li ul li a {
            color: #bababa; }
    header nav:before {
      background: url(../img/menu-alt-256.png) 0 5px no-repeat;
      content: "Menu";
      background-size: 27px 28px;
      display: block;
      width: 57px;
      height: 42px;
      position: absolute;
      bottom: 0;
      left: 0;
      cursor: pointer;
      color: #fff;
      text-transform: uppercase;
      padding: 0 0 0 33px;
      font-size: 18px;
      letter-spacing: .5px;
      z-index: 120;
      line-height: 39px; }
    header nav:hover > ul {
      display: block; }
  header .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible; }
    header .inner:after {
      content: "";
      display: table;
      clear: both; }

  .motto {
    font-size: 22px;
    text-align: left; }
    .motto strong {
      font-size: 28px; }
    .motto .inner {
      width: 78%; } }
    @media (max-width: 945px) and (max-width: 600px) {
      .motto .inner {
        width: 85%; } }

@media (max-width: 945px) {
  .backstory-holder {
    width: 100%; }

  footer .contact > div {
    margin: 0;
    display: block; }
  footer .contact .phone-email {
    margin-top: 30px; }
  footer .bottom {
    padding: 20px 0 106px;
    position: relative;
    margin: 0 0 15px 0; }
  footer .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    font-weight: bold; }
    footer .copyright span {
      padding-top: 14px;
      display: block; }

  .slideshow .images .droplet {
    background-position: 47% 0; }
  .slideshow .images .tower {
    background-position: 20% 0; }
  .slideshow .images .power {
    background-position: 43% 0; }

  .about li p {
    font-size: 14px; } }
@media (max-width: 750px) {
  .backstory {
    font-size: 19px; }
    .backstory p {
      margin-left: 7%; }

  .careers h3 {
    font-size: 21px; }
  .careers li {
    width: 266px;
    font-size: 14px; } }
@media (max-width: 600px) {
  .about {
    display: block;
    text-align: center; }
    .about li {
      display: inline-block;
      margin: 0 0 30px 0;
      padding: 0 14%;
      height: auto;
      width: auto; }

  .backstory-careers {
    height: auto;
    display: block;
    text-align: center; }
    .backstory-careers > div {
      width: 100%;
      display: inline-block;
      font-size: 24px;
      padding-bottom: 40px; }

  .communicator {
    padding: 35px 0 0;
    position: relative; }
    .communicator .inner {
      width: auto; }
    .communicator > img {
      background: none;
      position: absolute;
      top: 126px;
      left: 50%;
      margin-left: -105px; }
    .communicator .celebrating {
      padding-bottom: 190px; }
      .communicator .celebrating span {
        display: block; }
    .communicator .about-communicator {
      padding: 80px 10px 10px;
      background: #fff; }
    .communicator p {
      color: #898989; }
    .communicator .read-more {
      float: none; }

  .tweets-events {
    padding-top: 0; }

  .tweets {
    width: auto; }
    .tweets .read-more {
      margin-top: 20px;
      display: inline-block;
      float: none; }

  .events {
    width: auto; }
    .events li {
      width: auto;
      position: relative;
      padding: 0 10px; }
      .events li img {
        display: none; }
      .events li:last-child {
        text-align: center; }
    .events .read-more {
      float: none; }

  .slideshow .tagline {
    font-size: 38px; }

  .careers .read-more {
    background: #01467f;
    padding: 12px 13px;
    position: static;
    display: inline-block;
    float: none;
    font-size: 12px;
    margin: 20px 0 0; }

  footer .form {
    padding: 10px 35px;
    background: #ebebeb;
    width: auto; } }
@media (max-width: 415px) {
  header .menu {
    position: static; }
  header .inner {
    text-align: center; }
  header h1 a {
    float: none;
    display: inline-block;
    margin: 20px 0; }

  header .menu li {
    display: none; }

  header .menu li:first-child {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px; }
    header .menu li:first-child.active {
      width: 100%; }
    header .menu li:first-child .search_input input {
      margin: 0 -3px 0 0;
      bottom: 6px;
      padding: 0;
      position: relative;
      width: 300px;
      height: 110px;
      font-size: 30px;
      border: 0;
      display: inline-block; }
    header .menu li:first-child .search_input .search_close {
      color: #666;
      text-decoration: none;
      font-size: 36px;
      position: absolute;
      top: 24px;
      right: 0;
      display: block; }
    header .menu li:first-child .search_input input[type=submit] {
      display: none; }

  footer .form .form-item {
    display: block;
    padding: 0 0 14px 0; }
  footer .form .form-wrap {
    width: 280px;
    margin: 0 auto 10px auto; }
    footer .form .form-wrap:first-child {
      margin-bottom: 0; }
  footer .form input[type=email] {
    width: 240px; }
  footer .form input[type=text] {
    width: 240px; }
  footer .form input[type=submit] {
    margin: 0 auto;
    display: block; }
  footer .contact > div {
    font-size: 18px; } }
@media (max-width: 375px) {
  .slideshow .tagline {
    font-size: 30px; }

  .tweets .embed {
    width: 320px; } }
@media (max-width: 320px) {
  .motto {
    font-size: 20px; }
    .motto strong {
      font-size: 24px; }
    .motto .inner {
      width: 78%; }

  .backstory {
    background-position: -150px 60px;
    background-size: cover; }

  .slideshow .tagline {
    font-size: 26px; }

  .tweets .embed {
    width: 300px; } }
html.no-flexbox .about {
  display: block; }
  html.no-flexbox .about li {
    display: inline-block;
    width: 24%; }
html.no-flexbox .backstory-careers {
  display: block;
  height: auto;
  text-align: center; }
html.no-flexbox .backstory {
  border-top: solid 3px #bababa;
  width: 48%;
  font-size: 22px;
  background: url(../img/bg_lightbulb.jpg) bottom right no-repeat;
  background-size: contain;
  color: #898989;
  font-weight: bold;
  padding: 45px 0 0;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  height: 285px; }
html.no-flexbox .careers {
  border-top: solid 3px #bababa;
  background: #ebebeb;
  width: 48%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 330px; }

.hidden {
  display: none !important; }

.gradient_g {
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0, #383737 65%, #282828 100%);
  background: -webkit-linear-gradient(top, #282828 0, #383737 65%, #282828 100%);
  background: linear-gradient(to bottom, #282828 0, #383737 65%, #282828 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#282828', endcolorstr='#282828',gradienttype=0 ); }

.gradient_green {
  background: #282828;
  background: -moz-linear-gradient(top, #60933d 0, #70a64c 65%, #60933d 100%);
  background: -webkit-linear-gradient(top, #60933d 0, #70a64c 65%, #60933d 100%);
  background: linear-gradient(to bottom, #60933d 0, #70a64c 65%, #60933d 100%);
  background: linear-gradient(to bottom, #60933d 0, #70a64c 65%, #60933d 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#60933d', endcolorstr='#282828',gradienttype=0 ); }

.gradient_blue {
  background: #282828;
  background: -moz-linear-gradient(top, #01467f 0, #1b507b 65%, #01467f 100%);
  background: -webkit-linear-gradient(top, #01467f 0, #1b507b 65%, #01467f 100%);
  background: linear-gradient(to bottom, #01467f 0, #1b507b 65%, #01467f 100%);
  background: linear-gradient(to bottom, #01467f 0, #1b507b 65%, #01467f 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#1b507b', endcolorstr='#01467f',gradienttype=0 ); }

.no-margin {
  margin: 0 !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }
  .visuallyhidden.focusable:active {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit; }
  .visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit; }

.invisible {
  visibility: hidden; }

.clearfix:before {
  content: " ";
  display: table; }
.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
    *:before {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }

  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid; }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  a[href]:after {
    content: "(" attr(href) ")"; }

  abbr[title]:after {
    content: "(" attr(title) ")"; }

  a[href^="#"]:after {
    content: ""; }

  a[href^="javascript:"]:after {
    content: ""; } }
.page-contact {
  font-size: 30px; }
  @media (max-width: 1080px) {
    .page-contact {
      font-size: 26px; } }
  @media (max-width: 400px) {
    .page-contact {
      font-size: 24px; } }
  .page-contact h3 {
    margin: 40px 0 20px;
    font-size: 46px;
    color: #6fb440;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 750px) {
      .page-contact h3 {
        font-size: 38px; } }
    @media (max-width: 600px) {
      .page-contact h3 {
        font-size: 32px;
        margin: 40px auto 20px;
        width: 80%;
        display: none; } }
  .page-contact ul {
    margin: 0;
    padding: 0; }
  .page-contact li {
    list-style: none; }
  .page-contact [class*="icon-"] {
    color: #01467f;
    font-size: 47px;
    position: relative;
    top: 13px;
    margin: 0 25px 0 0; }
    @media (max-width: 850px) {
      .page-contact [class*="icon-"] {
        margin: 0 0 15px 0;
        display: block;
        text-align: center; } }
  .page-contact .contact-container {
    text-align: center; }
    @media (max-width: 960px) {
      .page-contact .contact-container {
        -js-display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; } }
  @media (max-width: 850px) {
    .page-contact .location-contact {
      width: 430px;
      margin: 0 auto;
      display: block; } }
  .page-contact .location {
    display: inline-block;
    width: 45%;
    text-align: left;
    order: 0; }
    @media (max-width: 850px) {
      .page-contact .location {
        width: auto;
        margin: 0 0 25px 0; } }
    .page-contact .location strong {
      text-transform: uppercase;
      color: #01467f; }
    .page-contact .location address {
      margin: 0 0 0 74px;
      font-weight: bold;
      font-style: normal;
      line-height: 38px;
      text-align: left; }
      @media (max-width: 850px) {
        .page-contact .location address {
          margin: 0; } }
      .page-contact .location address:first-line {
        color: #6fb440; }
  .page-contact .contact-info {
    order: 2;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 850px) {
      .page-contact .contact-info {
        width: 100%; } }
    .page-contact .contact-info li {
      text-align: left;
      margin: 0 0 15px 0; }
      @media (max-width: 850px) {
        .page-contact .contact-info li {
          text-align: center;
          margin: 0 5%; } }
    .page-contact .contact-info strong span {
      color: #6fb440; }
  .page-contact .social {
    order: 3;
    text-align: center;
    margin: 30px 0 40px 0; }
    @media (max-width: 850px) {
      .page-contact .social {
        width: 100%; } }
    .page-contact .social li {
      margin: 0 0 0 30px;
      padding: 0;
      display: inline-block; }
      @media (max-width: 850px) {
        .page-contact .social li {
          text-align: center;
          margin: 25px 6% 0 6%; } }
    .page-contact .social a {
      text-decoration: none;
      position: relative;
      top: 0;
      -webkit-transition: 0.15s -webkit-all ease-in;
      -moz-transition: 0.15s -moz-all ease-in;
      -moz-transition: 0.15s all ease-in;
      -ms-transition: 0.15s -ms-all ease-in;
      -o-transition: 0.15s -o-all ease-in;
      transition: 0.15s all ease-in, 0.15s -webkit-all ease-in; }
      .page-contact .social a span {
        -webkit-transition: 0.15s -webkit-all ease-in;
        -moz-transition: 0.15s -moz-all ease-in;
        -moz-transition: 0.15s all ease-in;
        -ms-transition: 0.15s -ms-all ease-in;
        -o-transition: 0.15s -o-all ease-in;
        transition: 0.15s all ease-in, 0.15s -webkit-all ease-in; }
      .page-contact .social a:hover {
        top: -6px; }
        .page-contact .social a:hover span {
          color: #70a64c; }
  .page-contact .locations li {
    width: 300px;
    float: left; }
  .page-contact .locations address {
    font-size: 20px;
    font-style: normal;
    text-align: left;
    font-weight: bold; }
    .page-contact .locations address:first-line {
      color: #6fb440; }
  .page-contact .locations .map {
    width: 300px;
    height: 250px; }
  .page-contact .location-map {
    width: 100%;
    height: 400px; }
  .page-contact .map-address {
    width: 180px;
    padding: 10px; }
    .page-contact .map-address:first-line {
      font-weight: bold;
      color: #01467f; }
  .page-contact .map {
    order: 1;
    width: 770px;
    height: 420px;
    margin: 0 auto; }
    @media (max-width: 850px) {
      .page-contact .map {
        height: 275px;
        width: 100%;
        margin-bottom: 25px; } }

/*# sourceMappingURL=contact.css.map */
