@charset "UTF-8";
/*
Theme Name: DevSavvy
Author: DevSavvy
Author URI: http://devsavvy.com/
Version: 1.0
Text Domain: devsavvy
Domain Path: /languages/
*/
body {
  background-color: #005981;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #717171;
}

.highlight-dark {
  color: #005981;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #005981;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  text-align: center;
}
h1.home-headline {
  text-align: center;
  width: 100%;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}
a.button {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 34px 14px 34px;
}
a.button.button--turquoise {
  background: #0098CA;
  color: #FFFFFF;
}
a.button.button--turquoise:hover {
  background: #007297;
}

.flex {
  display: -webkit-box;
  display: flex;
}

.container-fluid {
  max-width: 1220px;
  padding-left: 25px;
  padding-right: 25px;
}

ul.nostyle {
  margin: 0;
  padding: 0;
  list-style: none;
}

main {
  background-color: #FFFFFF;
  padding: 45px 0;
}

header.subpage-banner {
  background: #005981 url("/source/15620bea8258e75b1e364703a902d409/subpage-banner.png") no-repeat center center;
  background-size: cover;
  height: 78px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  position: relative;
}

.breadcrumbs {
  margin: 0 0 15px 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #005981;
  text-transform: uppercase;
  padding: 3px 5px;
}
.breadcrumbs.section {
  padding: 45px 0 0 0;
  margin-bottom: -50px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #005981;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
}
.breadcrumbs ul li {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #005981;
  text-transform: uppercase;
  padding: 3px 5px;
}
.breadcrumbs ul li a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.breadcrumbs ul li + li::before {
  position: relative;
  content: ">";
  left: -5px;
  top: -1px;
}

.products-container-icons {
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: -11px -17px;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 780px) {
  .products-container-icons {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .products-container-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.products-container-icons__icon {
  margin: 11px 17px;
  flex-shrink: 0;
  width: 27%;
}
@media (max-width: 935px) {
  .products-container-icons__icon {
    width: 40%;
  }
}
@media (max-width: 780px) {
  .products-container-icons__icon {
    width: 43%;
  }
}
.products-container-icons__icon IMG {
  max-width: 100%;
  height: auto;
}
.products-container-icons__image {
  margin-bottom: 4px;
}
.products-container-icons__text {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #005981;
}
.products-container-icons__text a {
  color: #005981;
}

body.page-products .products-container-icons {
  width: 100%;
  margin: 11px 0;
}
body.page-products .products-container-icons__icon {
  width: 38%;
}
body.page-products .products-container-icons__text {
  font-size: 22px;
}

body.home .products-container-icons__text {
  font-size: 22px;
}

.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap > div input, .field-wrap select, .field-wrap textarea {
  border: 1px solid #0098CA;
  padding: 5px;
}

.field-wrap input[type=button] {
  border: none;
  display: inline-block;
  background-color: #005981;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  padding: 12px 26px;
}
.field-wrap input[type=button]:hover {
  background-color: #0098CA;
}

iframe.prezi {
  aspect-ratio: 16/9;
  width: 100%;
}

img.alignright {
  margin: 0 0 1em 1em;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img.alignright {
    display: block;
    float: none;
    margin: 2em auto;
  }
}

img.alignleft {
  margin: 0 1em 1em 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img.alignleft {
    display: block;
    float: none;
    margin: 2em auto;
  }
}

img.aligncenter {
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
  height: auto;
}

img.alignnone {
  display: block;
  margin: 2em 0;
  max-width: 100%;
  height: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.mb-4 {
  margin-bottom: 16px;
}

.mb-12 {
  padding-bottom: 48px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pb-1 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 20px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.border-top {
  border-top: 1px solid #cccccc;
}

.w-100 {
  width: 100%;
}

.max-w-60 {
  max-width: 60rem;
}

#nf-form-2-cont .nf-before-form-content {
  display: none;
}

.container-fluid.team {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  text-align: center;
  max-width: 1200px;
}
.container-fluid.team .item {
  margin: 0 20px 40px;
  width: 230px;
  background-color: #005981;
}
@media (min-width: 767px) {
  .container-fluid.team .item {
    height: 395px;
  }
}
.container-fluid.team .item .team-image {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  height: 230px;
}
@media (max-width: 480px) {
  .container-fluid.team .item .team-image {
    height: auto;
  }
}
.container-fluid.team .item .team-image IMG {
  width: 100%;
  height: auto;
}
.container-fluid.team .item .details {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  color: #FFFFFF;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.container-fluid.team .item .details a.more-btn {
  margin-top: 5px;
}
.container-fluid.team .item .details h2 {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  margin: 0 0 10px 0;
  color: #FFFFFF;
  font-style: normal;
}
.container-fluid.team .item .details a {
  color: #FFFFFF;
}
.container-fluid.team .item .details a.more-btn {
  display: inline-block;
  background-color: #FFFFFF;
  color: #005981;
  padding: 6px 16px;
}
.container-fluid.team .item:hover .team-image {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 480px) {
  .container-fluid.team .item:hover .team-image {
    overflow: visible;
    height: auto;
  }
}
.container-fluid.team .item:hover .details {
  line-height: 15px;
}
.container-fluid.team .item:hover .details a.more-btn {
  margin-top: 30px;
}
.container-fluid.team-member .team-bio {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.container-fluid.team-member .team-bio .team-image {
  width: 25%;
}
.container-fluid.team-member .team-bio .team-image IMG {
  width: 100%;
  max-width: 230px;
  height: auto;
}
.container-fluid.team-member .team-bio .bio {
  text-align: left;
  width: 75%;
}
.container-fluid.team-member .team-bio .bio h1 {
  text-align: left;
  margin-bottom: 4px;
}
.container-fluid.team-member .team-bio .bio .title {
  font-weight: 600;
  font-style: italic;
  margin: 0 0 15px;
}

section.resources .container-fluid {
  max-width: 1500px;
}
section.resources .container-fluid .resources {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
section.resources .container-fluid .resources .resource {
  width: 48%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin: 0 0 50px;
}
section.resources .container-fluid .resources .resource .image {
  text-align: center;
  width: 40%;
  padding-right: 20px;
}
section.resources .container-fluid .resources .resource .image IMG {
  max-width: 100%;
  max-height: 250px;
}
section.resources .container-fluid .resources .resource .details {
  width: 55%;
}
section.resources .container-fluid .resources .resource .details h3 {
  margin-top: 0;
  color: #0098CA;
}
section.resources .container-fluid .resources .resource .details ul {
  margin: 0;
  padding: 0;
}
section.resources .container-fluid .resources .resource .details ul li {
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
  padding: 4px 0;
  text-align: left;
}
section.resources .container-fluid .resources .resource .details ul li .name {
  font-size: 14px;
  padding: 2px 0 0 0;
}
section.resources .container-fluid .resources .resource .details ul li .name .indent {
  padding: 3px 0 0 10px;
  font-size: 12px;
}
section.resources .container-fluid .resources .resource .details ul li .name .indent::before {
  content: "›";
  width: 5px;
  display: inline-block;
}
section.resources .container-fluid .resources .resource .details ul li .icons {
  display: -webkit-box;
  display: flex;
}
section.resources .container-fluid .resources .resource .details ul li .icons .icon {
  padding: 0 0 0 8px;
}
@media (max-width: 1060px) {
  section.resources .container-fluid .resources {
    -webkit-box-pack: center;
            justify-content: center;
  }
  section.resources .container-fluid .resources .resource {
    width: 500px;
  }
}
@media (max-width: 1060px) and (max-width: 540px) {
  section.resources .container-fluid .resources .resource {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  section.resources .container-fluid .resources .resource .image, section.resources .container-fluid .resources .resource .details {
    width: 100%;
  }
}

.job-columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 760px) {
  .job-columns .job-columns {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.job-columns .job-col {
  width: 42%;
}
@media (max-width: 760px) {
  .job-columns .job-col {
    width: 100%;
  }
}

body.page-about-us section.products {
  max-width: 900px;
  margin: 0 auto;
}
body.page-about-us section.products .products-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 30px 0;
}
body.page-about-us section.products .products-container .main-content .overview-thumbnail {
  display: block;
  margin: 15px auto;
  width: auto;
  text-align: center;
}
body.page-about-us section.products .products-container .main-content .overview-thumbnail IMG {
  margin-bottom: 0px;
}
body.page-about-us section.products .products-container .main-content .overview-thumbnail IMG:hover {
  box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2);
}
body.page-about-us section.products .products-container .main-content a.fly-out {
  font-size: 26px;
  color: #0098CA;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 5px 0;
}
body.page-about-us section.products .products-container .main-content a.fly-out::after {
  display: block;
  content: "";
  background-image: url("/source/0133583e9b983d9c51a9f548c822ad3d/hover-arrow.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  float: right;
  position: relative;
  top: 9px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
body.page-about-us section.products .products-container .main-content a.fly-out:hover {
  text-decoration: none;
  color: #005981;
}
body.page-about-us section.products .products-container .main-content a.fly-out:hover::after {
  left: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
@media (max-width: 767px) {
  body.page-about-us section.products .products-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
body.page-about-us section.products .products-container .products-container-summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-basis: 432px;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  padding: 36px 0;
  border-top: 9px solid rgba(0, 152, 202, 0.11);
  border-bottom: 9px solid rgba(0, 152, 202, 0.11);
  text-align: center;
}
@media (max-width: 767px) {
  body.page-about-us section.products .products-container .products-container-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-basis: auto;
    flex-shrink: 1;
    margin-top: 35px;
  }
}
body.page-about-us section.products .products-container .products-container-summary__title {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #0098CA;
  margin-bottom: 20px;
}
body.page-about-us section.products .products-container .products-container-summary__image {
  text-align: center;
  margin-bottom: 27px;
}
body.page-about-us section.products .products-container .products-container-summary__text {
  line-height: 26px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

section.history .container-fluid {
  max-width: 1500px;
}
section.history .container-fluid .history {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
section.history .container-fluid .history ul.history-list {
  margin: 0 auto;
  padding: 0;
}
section.history .container-fluid .history ul.history-list::before {
  content: "";
  display: block;
  height: 21px;
  text-align: center;
  width: 100%;
  background-image: url("/source/2b5614584a313a6b3e2117712c9a351d/ellipse-history.png");
  background-repeat: no-repeat;
  background-position: center center;
}
section.history .container-fluid .history ul.history-list::after {
  content: "";
  display: block;
  height: 21px;
  text-align: center;
  width: 100%;
  background-image: url("/source/2b5614584a313a6b3e2117712c9a351d/ellipse-history.png");
  background-repeat: no-repeat;
  background-position: center center;
}
section.history .container-fluid .history ul.history-list li {
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
}
section.history .container-fluid .history ul.history-list li .blank-area {
  -webkit-box-ordinal-group: 3;
          order: 2;
  width: 50%;
  border-left: 1px solid #005981;
  padding: 10px 0;
}
section.history .container-fluid .history ul.history-list li .history-item {
  width: 50%;
  -webkit-box-ordinal-group: 2;
          order: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  border-right: 1px solid #005981;
  padding: 10px 0;
}
section.history .container-fluid .history ul.history-list li .history-item .details {
  -webkit-box-ordinal-group: 2;
          order: 1;
  width: 55%;
  text-align: right;
}
section.history .container-fluid .history ul.history-list li .history-item .details h2 {
  color: #0098CA;
  margin: 0 0 12px 0;
}
section.history .container-fluid .history ul.history-list li .history-item .photo {
  -webkit-box-ordinal-group: 3;
          order: 2;
  width: 180px;
  padding: 0 0 0 25px;
  text-align: center;
}
section.history .container-fluid .history ul.history-list li .history-item .photo IMG {
  max-width: 100%;
  height: auto;
}
section.history .container-fluid .history ul.history-list li:nth-child(even) {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
section.history .container-fluid .history ul.history-list li:nth-child(even) .blank-area {
  -webkit-box-ordinal-group: 2;
          order: 1;
  width: 50%;
  border-left: 0px solid #005981;
  border-right: 1px solid #005981;
}
section.history .container-fluid .history ul.history-list li:nth-child(even) .history-item {
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 3;
          order: 2;
  border-right: 0px solid #005981;
  border-left: 1px solid #005981;
}
section.history .container-fluid .history ul.history-list li:nth-child(even) .history-item .details {
  -webkit-box-ordinal-group: 3;
          order: 2;
  text-align: left;
}
section.history .container-fluid .history ul.history-list li:nth-child(even) .history-item .photo {
  -webkit-box-ordinal-group: 2;
          order: 1;
  padding: 0 25px 0 0;
}
@media (max-width: 700px) {
  section.history .container-fluid .history ul.history-list::before, section.history .container-fluid .history ul.history-list::after {
    display: none;
  }
  section.history .container-fluid .history ul.history-list li {
    display: block;
  }
  section.history .container-fluid .history ul.history-list li .blank-area {
    display: none;
  }
  section.history .container-fluid .history ul.history-list li .history-item {
    border: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  section.history .container-fluid .history ul.history-list li .history-item .details {
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  section.history .container-fluid .history ul.history-list li .history-item .photo {
    padding: 13px 0;
    text-align: center;
    width: 100%;
  }
  section.history .container-fluid .history ul.history-list li:nth-child(even) .history-item {
    border: none;
  }
  section.history .container-fluid .history ul.history-list li:nth-child(even) .history-item .details {
    text-align: center;
  }
  section.history .container-fluid .history ul.history-list li:nth-child(even) .history-item .photo {
    padding: 13px 0;
  }
}

section.locations .container-fluid .locations {
  background-image: url("/source/cb2f47e7735769410e5d50b73cf9415d/world-map.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  padding-top: 49.25%;
  /* 16:9 Aspect Ratio */
}
@media (max-width: 1015px) {
  section.locations .container-fluid .locations {
    background-image: url("/source/9152b6be6ca0493c4cdef1f5e416abbb/responsive-map.png");
  }
}
section.locations .container-fluid .locations .the-map {
  width: 100%;
  height: 100%;
}
@media (max-width: 1015px) {
  section.locations .container-fluid .locations .the-map {
    display: none;
  }
}
section.locations .container-fluid .locations .the-map ul.locations-list {
  margin: 0;
  padding: 0;
  position: absolute;
}
section.locations .container-fluid .locations .the-map ul.locations-list li {
  list-style-type: none;
  background-color: #005981;
  width: auto;
  min-width: 132px;
  padding: 14px;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.25);
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
section.locations .container-fluid .locations .the-map ul.locations-list li:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #0098CA;
}
section.locations .container-fluid .locations .the-map ul.locations-list li a {
  color: #FFFFFF;
}
section.locations .container-fluid .locations .the-map ul.locations-list li .address {
  -webkit-transition: 0.000001s;
  transition: 0.000001s;
  opacity: 0;
  width: 0px;
  height: 0px;
  border-top: 1px solid #FFFFFF;
  padding: 10px;
  margin-top: 10px;
}
section.locations .container-fluid .locations .the-map ul.locations-list li p {
  margin: 0 0 0 0;
}
section.locations .container-fluid .locations .the-map ul.locations-list li h3 {
  margin: 0 0 8px 0;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  line-height: 25px;
}
section.locations .container-fluid .locations .the-map ul.locations-list li.westcoast {
  left: 20px;
  bottom: 280px;
}
section.locations .container-fluid .locations .the-map ul.locations-list li.eastcoast {
  left: 310px;
  bottom: 312px;
}
@media (max-width: 1200px) {
  section.locations .container-fluid .locations .the-map ul.locations-list li.eastcoast {
    left: 260px;
  }
}
section.locations .container-fluid .locations .the-map ul.locations-list li.belgium {
  left: 480px;
  bottom: 433px;
}
@media (max-width: 1200px) {
  section.locations .container-fluid .locations .the-map ul.locations-list li.belgium {
    left: 380px;
  }
}
section.locations .container-fluid .locations .the-map ul.locations-list li.poland {
  left: 634px;
  bottom: 405px;
}
@media (max-width: 1200px) {
  section.locations .container-fluid .locations .the-map ul.locations-list li.poland {
    left: 574px;
  }
}
section.locations .container-fluid .locations .the-map ul.locations-list li.uae {
  left: 580px;
  bottom: 243px;
}
@media (max-width: 1200px) {
  section.locations .container-fluid .locations .the-map ul.locations-list li.uae {
    left: 480px;
  }
}
section.locations .container-fluid .locations .the-map ul.locations-list li.malaysia {
  left: 734px;
  bottom: 117px;
}
@media (max-width: 1200px) {
  section.locations .container-fluid .locations .the-map ul.locations-list li.malaysia {
    left: 634px;
  }
}
section.locations .container-fluid .locations .the-map ul.locations-list li.beijing {
  left: 934px;
  bottom: 420px;
}
@media (max-width: 1200px) {
  section.locations .container-fluid .locations .the-map ul.locations-list li.beijing {
    left: 843px;
  }
}
section.locations .container-fluid .locations .the-map ul.locations-list li.osaka {
  left: 964px;
  bottom: 227px;
}
@media (max-width: 1200px) {
  section.locations .container-fluid .locations .the-map ul.locations-list li.osaka {
    left: 834px;
  }
}
section.locations .container-fluid .locations .the-map ul.locations-list li.australia {
  left: 934px;
  bottom: -12px;
}
@media (max-width: 1200px) {
  section.locations .container-fluid .locations .the-map ul.locations-list li.australia {
    left: 843px;
  }
}
section.locations .container-fluid .locations .the-map ul.locations-list li.colombia {
  left: 340px;
  bottom: 110px;
}
section.locations .container-fluid .locations .the-map ul.locations-list li.usa {
  left: 160px;
  bottom: 200px;
}
@media (max-width: 1200px) {
  section.locations .container-fluid .locations .the-map ul.locations-list li.usa {
    left: 160px;
  }
}
section.locations .container-fluid .locations-main ul {
  margin: 40px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
section.locations .container-fluid .locations-main ul li {
  list-style-type: none;
  width: 250px;
  padding: 25px 0 0 0;
  margin: 0 25px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
section.locations .container-fluid .locations-main ul li:nth-child(1), section.locations .container-fluid .locations-main ul li:nth-child(2), section.locations .container-fluid .locations-main ul li:nth-child(3) {
  border-top: none;
}
section.locations .container-fluid .locations-main ul li a.location-anchor {
  display: block;
  height: 10px;
  position: relative;
  bottom: 50px;
}
section.locations .container-fluid .locations-main ul li h2 {
  margin: 0 0 16px 0;
  color: #0098CA;
}

.portal-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.portal-main .item {
  width: 240px;
  max-width: 100%;
  margin: 0 20px;
  text-align: center;
}
.portal-main .item a .company-name {
  font-size: 20px;
}
.portal-main .item a .region {
  font-size: 26px;
  font-weight: bold;
}

section.portal-home .container-fluid .portal-categories {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  max-width: 750px;
  margin: 20px auto;
}
section.portal-home .container-fluid .portal-categories .item {
  width: 44%;
  margin: 0 15px 26px;
}
section.portal-home .container-fluid .portal-categories .item IMG {
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  section.portal-home .container-fluid .portal-categories .item {
    width: 100%;
  }
}
section.portal-home .container-fluid .portal {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
section.portal-home .container-fluid .portal IMG {
  max-width: 100%;
  height: auto;
}
section.portal-home .container-fluid .portal .icon {
  width: 40%;
}
section.portal-home .container-fluid .portal .documents {
  width: 57%;
}
section.portal-home .container-fluid .portal .documents .section {
  margin: 0 0 20px 0;
}
section.portal-home .container-fluid .portal .documents .section h2 {
  margin: 0 0 15px 0;
  color: #0098CA;
}
section.portal-home .container-fluid .portal .documents .section .list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
  padding: 6px 10px;
}

header.market-segment-banner {
  height: 492px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
header.market-segment-banner .slide-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-position: center center;
}
header.market-segment-banner .slide-content__title {
  padding: 7px 31px;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
  text-transform: uppercase;
  background: #005981;
  text-align: right;
}
header.market-segment-banner .slide-content__body {
  padding: 26px 34px;
  background: rgba(0, 89, 129, 0.5);
  width: 100%;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}
header.market-segment-banner .slide-content__text {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.63);
  max-width: 840px;
}
header.market-segment-banner .slide-content__cta {
  margin-left: 26px;
  flex-shrink: 0;
}
header.market-segment-banner .slide-content__cta a {
  display: block;
  background: #0098CA;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 34px;
  text-decoration: none;
}

body.page-template-template-market-segment section.products .products-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 70px 0;
}
@media (max-width: 780px) {
  body.page-template-template-market-segment section.products .products-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
body.page-template-template-market-segment section.products .products-container .products-container-summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 40%;
  padding: 36px 0;
  border-top: 9px solid rgba(0, 152, 202, 0.11);
  border-bottom: 9px solid rgba(0, 152, 202, 0.11);
  text-align: center;
}
@media (max-width: 767px) {
  body.page-template-template-market-segment section.products .products-container .products-container-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-basis: auto;
    flex-shrink: 1;
    margin-top: 35px;
  }
}
@media (max-width: 780px) {
  body.page-template-template-market-segment section.products .products-container .products-container-summary {
    width: 100%;
    margin: 25px 0;
  }
}
body.page-template-template-market-segment section.products .products-container .products-container-summary__title {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #0098CA;
  margin-bottom: 20px;
}
body.page-template-template-market-segment section.products .products-container .products-container-summary__image {
  text-align: center;
  margin-bottom: 27px;
}
body.page-template-template-market-segment section.products .products-container .products-container-summary__image IMG {
  max-width: 100%;
  height: auto;
}
body.page-template-template-market-segment section.products .products-container .products-container-summary__text {
  line-height: 26px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-template-market-segment section.quick-resources {
  background: #005981 url("/source/fa6da014a60fac00a659b0739038cc56/quick-resources-back.png") no-repeat center center;
  background-size: cover;
  padding: 66px 0;
}
body.page-template-template-market-segment section.quick-resources .container-fluid {
  max-width: 950px;
}
body.page-template-template-market-segment section.quick-resources h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 36px 0;
}
body.page-template-template-market-segment section.quick-resources .quick-resources__icons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: -16px;
}
@media (max-width: 734px) {
  body.page-template-template-market-segment section.quick-resources .quick-resources__icons {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
body.page-template-template-market-segment section.quick-resources .quick-resources__icon {
  margin: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
body.page-template-template-market-segment section.quick-resources .quick-resources__image {
  padding: 8px;
  margin-bottom: 10px;
  width: 198px;
}
body.page-template-template-market-segment section.quick-resources .quick-resources__image img {
  max-width: 182px;
  height: auto;
}
body.page-template-template-market-segment section.quick-resources .quick-resources__text {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

body.page-market-segment-oilfield .products-container-icons {
  width: 55%;
}
body.page-market-segment-oilfield .products-container-icons__icon {
  width: 44%;
  text-align: center;
}
body.page-market-segment-oilfield .products-container-icons__icon IMG {
  width: 100%;
  max-width: 225px;
}
body.page-market-segment-oilfield .products-container-icons__image {
  min-height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media (max-width: 580px) {
  body.page-market-segment-oilfield .products-container-icons {
    width: 100%;
  }
  body.page-market-segment-oilfield .products-container-icons__icon {
    width: 100%;
  }
}

header.site {
  background: #FFFFFF;
  padding: 20px 0;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
header.site .header-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  header.site .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
header.site .header-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media (max-width: 480px) {
  header.site .header-right {
    margin-top: 25px;
    -webkit-box-align: center;
            align-items: center;
  }
}
header.site nav.minor {
  margin-bottom: 15px;
}
header.site nav.minor ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 -12px;
}
header.site nav.minor ul li {
  margin: 0 12px;
}
header.site nav.minor ul li a {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #717171;
}
header.site .social-icons ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 -11px;
}
header.site .social-icons ul li {
  margin: 0 11px;
}
header.site nav.site {
  margin-top: auto;
  position: relative;
}
@media (max-width: 878px) {
  header.site nav.site .menu-top-nav-container {
    display: none;
  }
}
header.site nav.site .menu-top-nav-container > ul.menu {
  list-style: none;
  margin: 0 -13px 5px -13px;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
header.site nav.site .menu-top-nav-container > ul.menu > li {
  margin: 0 13px;
  position: relative;
}
header.site nav.site .menu-top-nav-container > ul.menu > li:hover > ul {
  display: block;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #005981;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  height: 45px;
  padding: 10px 0 0 0;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > a:hover {
  text-decoration: underline;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul {
  position: absolute;
  display: none;
  top: 45px;
  left: -16px;
  padding: 0;
  text-align: left;
  background-color: #E8E5E3;
  list-style: none outside;
  z-index: 9000;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > a {
  display: block;
  text-decoration: none;
  color: #005981;
  font-weight: 600;
  padding: 3px 15px 3px 15px;
  white-space: nowrap;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > a:hover {
  color: #000000;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li:first-child > a {
  padding-top: 8px;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li:last-child > a {
  padding-bottom: 8px;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > ul {
  list-style: none outside;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > ul > li > a {
  color: #5A7E96;
  padding-left: 1em;
  text-indent: -1.1em;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > ul > li > a:hover {
  color: #000000;
}
header.site nav.site .responsive-menu-button {
  display: none;
}
@media (max-width: 878px) {
  header.site nav.site .responsive-menu-button {
    display: block;
  }
}
header.site nav.site .responsive-menu-button > a {
  display: block;
  color: #005981;
  font-size: 26px;
  line-height: 25px;
  text-align: center;
  padding: 20px 0 19px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon {
  position: relative;
  display: block;
  width: 34px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: -6px;
  margin-right: 5px;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 3px;
  background-color: #005981;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon > span::before, header.site nav.site .responsive-menu-button > a .open-menu-icon > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #005981;
  border-radius: 3px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon > span::before {
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}
header.site nav.site .responsive-menu-button > a .open-menu-icon > span::after {
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}
header.site nav.site .responsive-menu-button > a .open-menu-icon.opened {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  margin-right: 0;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon.opened > span::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header.site nav.site .responsive-menu-button > a .open-menu-icon.opened > span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header.site nav.site .responsive-menu-button > a .open-menu-icon,
header.site nav.site .responsive-menu-button > a .text {
  display: inline-block;
  vertical-align: middle;
}
header.site nav.site .responsive-menu-button > a:hover, header.site nav.site .responsive-menu-button > a:active, header.site nav.site .responsive-menu-button > a:focus {
  text-decoration: none;
}
header.site nav.site .responsive-menu-button > a:hover {
  text-decoration: none;
  color: #2699FB;
}
header.site nav.site .responsive-menu-button > a:hover .open-menu-icon > span {
  background-color: #2699FB;
}
header.site nav.site .responsive-menu-button > a:hover .open-menu-icon > span::after, header.site nav.site .responsive-menu-button > a:hover .open-menu-icon > span::before {
  background-color: #2699FB;
}
header.site nav.site-responsive {
  display: none;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 879px) {
  header.site nav.site-responsive {
    display: none !important;
  }
}
header.site nav.site-responsive > .responsive-menu {
  width: 100%;
  text-align: center;
}
header.site nav.site-responsive > .responsive-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header.site nav.site-responsive > .responsive-menu ul > li > a {
  background-color: #005981;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-decoration: none;
  border-top: 1px solid #FFFFFF;
}
header.site nav.site-responsive > .responsive-menu ul > li > a:hover {
  background-color: #007cb4;
}
header.site nav.site-responsive > .responsive-menu ul > li > ul > li > a {
  background-color: #FFFFFF;
  color: #0098CA;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-decoration: none;
}
header.site nav.site-responsive > .responsive-menu ul > li > ul > li > a:hover {
  background-color: #F1EEE2;
}

footer.testimonials {
  background: #0098CA;
  padding: 50px 0;
  color: #FFFFFF;
  text-align: center;
}
footer.testimonials a {
  color: #FFFFFF;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
footer.testimonials a:hover {
  text-decoration: none;
}
footer.testimonials .testimonial__title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 23px 0;
}
footer.testimonials .testimonial__body {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  max-width: 630px;
  margin: 0 auto 20px auto;
}
footer.testimonials .testimonial__author {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

footer.nav {
  background: #FFFFFF;
  padding: 50px 0;
}
footer.nav .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: -20px;
}
@media (max-width: 640px) {
  footer.nav .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
footer.nav .flex > div, footer.nav .flex nav {
  margin: 20px;
}
footer.nav nav.footer {
  max-width: 350px;
}
footer.nav nav.footer ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: -6px -15px;
}
footer.nav nav.footer ul li {
  margin: 6px 15px;
}
footer.nav nav.footer ul li a {
  display: block;
  color: #005981;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

footer.site {
  text-align: center;
  padding: 14px 0;
}
footer.site .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
footer.site .copyright {
  font-family: "Arial", sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}
footer.site .social-icons ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 -15px;
}
footer.site .social-icons ul li {
  margin: 0 15px;
}

body.blog h1,
body.archive.category h1,
body.archive.date h1,
body.single.single-post h1,
body.search h1 {
  margin-bottom: 30px;
}
body.blog main > .container-fluid,
body.archive.category main > .container-fluid,
body.archive.date main > .container-fluid,
body.single.single-post main > .container-fluid,
body.search main > .container-fluid {
  max-width: 1125px;
}
body.blog .blog__container,
body.archive.category .blog__container,
body.archive.date .blog__container,
body.single.single-post .blog__container,
body.search .blog__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.blog .blog__container,
body.archive.category .blog__container,
body.archive.date .blog__container,
body.single.single-post .blog__container,
body.search .blog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
body.blog .blog__main,
body.archive.category .blog__main,
body.archive.date .blog__main,
body.single.single-post .blog__main,
body.search .blog__main {
  flex-basis: 700px;
  margin: 24px;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  body.blog .blog__main,
body.archive.category .blog__main,
body.archive.date .blog__main,
body.single.single-post .blog__main,
body.search .blog__main {
    flex-basis: auto;
    flex-shrink: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
  }
}
body.blog .blog__sidebar,
body.archive.category .blog__sidebar,
body.archive.date .blog__sidebar,
body.single.single-post .blog__sidebar,
body.search .blog__sidebar {
  flex-basis: 240px;
  margin: 24px;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}
@media (max-width: 767px) {
  body.blog .blog__sidebar,
body.archive.category .blog__sidebar,
body.archive.date .blog__sidebar,
body.single.single-post .blog__sidebar,
body.search .blog__sidebar {
    max-width: 240px;
    flex-basis: auto;
    flex-shrink: 1;
    -webkit-box-flex: 0;
            flex-grow: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
body.blog .blog__sidebar section,
body.archive.category .blog__sidebar section,
body.archive.date .blog__sidebar section,
body.single.single-post .blog__sidebar section,
body.search .blog__sidebar section {
  margin-bottom: 35px;
}
body.blog .blog__sidebar section:last-child,
body.archive.category .blog__sidebar section:last-child,
body.archive.date .blog__sidebar section:last-child,
body.single.single-post .blog__sidebar section:last-child,
body.search .blog__sidebar section:last-child {
  margin-bottom: 0;
}
body.blog .blog__sidebar h2,
body.archive.category .blog__sidebar h2,
body.archive.date .blog__sidebar h2,
body.single.single-post .blog__sidebar h2,
body.search .blog__sidebar h2 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin: 0 0 18px 0;
}
body.blog .blog__sidebar ul,
body.archive.category .blog__sidebar ul,
body.archive.date .blog__sidebar ul,
body.single.single-post .blog__sidebar ul,
body.search .blog__sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.blog .blog__sidebar ul a,
body.archive.category .blog__sidebar ul a,
body.archive.date .blog__sidebar ul a,
body.single.single-post .blog__sidebar ul a,
body.search .blog__sidebar ul a {
  text-decoration: underline;
}
body.blog .blog-list,
body.archive.category .blog-list,
body.archive.date .blog-list,
body.single.single-post .blog-list,
body.search .blog-list {
  margin-bottom: 75px;
}
body.blog .blog-list__post,
body.archive.category .blog-list__post,
body.archive.date .blog-list__post,
body.single.single-post .blog-list__post,
body.search .blog-list__post {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D1D1D1;
}
body.blog .blog-list__post:last-child,
body.archive.category .blog-list__post:last-child,
body.archive.date .blog-list__post:last-child,
body.single.single-post .blog-list__post:last-child,
body.search .blog-list__post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
body.blog .blog-list__title,
body.archive.category .blog-list__title,
body.archive.date .blog-list__title,
body.single.single-post .blog-list__title,
body.search .blog-list__title {
  width: 74%;
}
body.blog .blog-list__title h2,
body.archive.category .blog-list__title h2,
body.archive.date .blog-list__title h2,
body.single.single-post .blog-list__title h2,
body.search .blog-list__title h2 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
body.blog .blog-list__title h2 a,
body.archive.category .blog-list__title h2 a,
body.archive.date .blog-list__title h2 a,
body.single.single-post .blog-list__title h2 a,
body.search .blog-list__title h2 a {
  color: #0098CA;
}
body.blog .blog-list__content,
body.archive.category .blog-list__content,
body.archive.date .blog-list__content,
body.single.single-post .blog-list__content,
body.search .blog-list__content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
body.blog .blog-list__content p,
body.archive.category .blog-list__content p,
body.archive.date .blog-list__content p,
body.single.single-post .blog-list__content p,
body.search .blog-list__content p {
  display: inline;
}
body.blog .blog-list__content p + a,
body.archive.category .blog-list__content p + a,
body.archive.date .blog-list__content p + a,
body.single.single-post .blog-list__content p + a,
body.search .blog-list__content p + a {
  padding-left: 5px;
  text-decoration: underline;
}
body.blog .blog-post:before, body.blog .blog-post:after,
body.archive.category .blog-post:before,
body.archive.category .blog-post:after,
body.archive.date .blog-post:before,
body.archive.date .blog-post:after,
body.single.single-post .blog-post:before,
body.single.single-post .blog-post:after,
body.search .blog-post:before,
body.search .blog-post:after {
  display: table;
  content: " ";
}
body.blog .blog-post:after,
body.archive.category .blog-post:after,
body.archive.date .blog-post:after,
body.single.single-post .blog-post:after,
body.search .blog-post:after {
  clear: both;
}
body.blog .blog-post__image,
body.archive.category .blog-post__image,
body.archive.date .blog-post__image,
body.single.single-post .blog-post__image,
body.search .blog-post__image {
  float: left;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 0 18px 20px 0;
}
@media (max-width: 767px) {
  body.blog .blog-post__image,
body.archive.category .blog-post__image,
body.archive.date .blog-post__image,
body.single.single-post .blog-post__image,
body.search .blog-post__image {
    max-width: 100%;
    padding: 0 0 20px 0;
  }
}
body.blog .blog-post__image img,
body.archive.category .blog-post__image img,
body.archive.date .blog-post__image img,
body.single.single-post .blog-post__image img,
body.search .blog-post__image img {
  max-width: 100%;
  height: auto;
}
body.blog .blog-post__thumb,
body.archive.category .blog-post__thumb,
body.archive.date .blog-post__thumb,
body.single.single-post .blog-post__thumb,
body.search .blog-post__thumb {
  -webkit-box-ordinal-group: 3;
          order: 2;
  width: 25%;
  padding: 5px 15px 15px 0;
}
body.blog .blog-post__thumb img,
body.archive.category .blog-post__thumb img,
body.archive.date .blog-post__thumb img,
body.single.single-post .blog-post__thumb img,
body.search .blog-post__thumb img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
body.blog .blog-post__date,
body.archive.category .blog-post__date,
body.archive.date .blog-post__date,
body.single.single-post .blog-post__date,
body.search .blog-post__date {
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 15px 0;
}
body.blog .blog-post__content > p:last-child,
body.archive.category .blog-post__content > p:last-child,
body.archive.date .blog-post__content > p:last-child,
body.single.single-post .blog-post__content > p:last-child,
body.search .blog-post__content > p:last-child {
  margin-bottom: 0;
}
body.blog .blog-post .video-info,
body.archive.category .blog-post .video-info,
body.archive.date .blog-post .video-info,
body.single.single-post .blog-post .video-info,
body.search .blog-post .video-info {
  padding: 15px 0 30px;
}
body.blog .page-numbers,
body.archive.category .page-numbers,
body.archive.date .page-numbers,
body.single.single-post .page-numbers,
body.search .page-numbers {
  text-align: center;
}
body.blog .page-numbers .page-number,
body.archive.category .page-numbers .page-number,
body.archive.date .page-numbers .page-number,
body.single.single-post .page-numbers .page-number,
body.search .page-numbers .page-number {
  display: inline-block;
  padding: 6px 11px 5px 11px;
  background: #0098CA;
  color: #FFFFFF;
  text-decoration: none;
}
body.blog .page-numbers .page-number.current,
body.archive.category .page-numbers .page-number.current,
body.archive.date .page-numbers .page-number.current,
body.single.single-post .page-numbers .page-number.current,
body.search .page-numbers .page-number.current {
  cursor: not-allowed;
}
body.blog .page-numbers .page-number.current, body.blog .page-numbers .page-number:hover,
body.archive.category .page-numbers .page-number.current,
body.archive.category .page-numbers .page-number:hover,
body.archive.date .page-numbers .page-number.current,
body.archive.date .page-numbers .page-number:hover,
body.single.single-post .page-numbers .page-number.current,
body.single.single-post .page-numbers .page-number:hover,
body.search .page-numbers .page-number.current,
body.search .page-numbers .page-number:hover {
  background: #007297;
}

body.home header.subpage-banner {
  display: none;
}
body.home main {
  padding: 0;
}
body.home section.flexslider {
  margin-bottom: 0;
  border: none;
}
@media (max-width: 640px) {
  body.home section.flexslider {
    display: none;
  }
}
body.home section.flexslider .slides li {
  height: 492px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  background-size: cover;
}
body.home section.flexslider .slide-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-position: center center;
}
body.home section.flexslider .slide-content__title {
  padding: 7px 31px;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
  text-transform: uppercase;
  background: #005981;
  text-align: right;
}
body.home section.flexslider .slide-content__body {
  padding: 26px 34px;
  background: rgba(0, 89, 129, 0.5);
  width: 100%;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}
body.home section.flexslider .slide-content__text {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.63);
  max-width: 840px;
}
body.home section.flexslider .slide-content__cta {
  margin-left: 26px;
  flex-shrink: 0;
}
body.home section.flexslider .slide-content__cta a {
  display: block;
  background: #0098CA;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 34px;
  text-decoration: none;
}
body.home section.products .products-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 70px 0;
}
@media (max-width: 767px) {
  body.home section.products .products-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
body.home section.products .products-container .products-container-icons__icon {
  width: 44%;
}
body.home section.products .products-container .products-container-summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 40%;
  padding: 36px 0;
  border-top: 9px solid rgba(0, 152, 202, 0.11);
  border-bottom: 9px solid rgba(0, 152, 202, 0.11);
  text-align: center;
}
@media (max-width: 767px) {
  body.home section.products .products-container .products-container-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-basis: auto;
    flex-shrink: 1;
    margin-top: 35px;
  }
}
body.home section.products .products-container .products-container-summary__title {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #0098CA;
  margin-bottom: 20px;
}
body.home section.products .products-container .products-container-summary__image {
  text-align: center;
  margin-bottom: 27px;
}
body.home section.products .products-container .products-container-summary__text {
  line-height: 26px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
body.home section.quick-resources {
  background: #005981 url("/source/fa6da014a60fac00a659b0739038cc56/quick-resources-back.png") no-repeat center center;
  background-size: cover;
  padding: 66px 0;
}
body.home section.quick-resources .container-fluid {
  max-width: 950px;
}
body.home section.quick-resources h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 36px 0;
}
body.home section.quick-resources .quick-resources__icons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: -16px;
}
@media (max-width: 734px) {
  body.home section.quick-resources .quick-resources__icons {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
body.home section.quick-resources .quick-resources__icon {
  margin: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
body.home section.quick-resources .quick-resources__image {
  padding: 8px;
  margin-bottom: 10px;
  width: 198px;
}
body.home section.quick-resources .quick-resources__image img {
  max-width: 182px;
  height: auto;
}
body.home section.quick-resources .quick-resources__text {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
body.home section.featured-content {
  padding: 60px 0;
  border-bottom: 1px solid #7FC4FD;
}
body.home section.featured-content .container-fluid {
  max-width: 1000px;
}
body.home section.featured-content h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 40px 0;
  color: #0098CA;
}
body.home section.featured-content .featured-content__videos {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: -20px;
}
@media (max-width: 923px) {
  body.home section.featured-content .featured-content__videos {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
body.home section.featured-content .featured-content__videos .featured-content__video {
  margin: 20px;
  text-align: center;
  flex-basis: 259px;
}
@media (max-width: 923px) {
  body.home section.featured-content .featured-content__videos .featured-content__video {
    flex-shrink: 1;
  }
}
body.home section.featured-content .featured-content__videos .featured-content__image {
  position: relative;
  margin-bottom: 18px;
  max-width: 259px;
}
body.home section.featured-content .featured-content__videos .featured-content__image a {
  display: block;
}
body.home section.featured-content .featured-content__videos .featured-content__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.home section.featured-content .featured-content__videos .featured-content__image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -44px;
  margin-left: -44px;
  width: 88px;
  height: 88px;
}
body.home section.featured-content .featured-content__videos .featured-content__title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #005981;
  line-height: 20px;
  margin-bottom: 5px;
}
body.home section.featured-content .featured-content__videos .featured-content__description {
  font-size: 14px;
  color: #717171;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
body.home section.featured-event {
  background-color: #EFEFEF;
}
body.home section.featured-event .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.home section.featured-event .container-fluid h2 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 14px 0;
  color: #0098CA;
  text-align: center;
  margin-bottom: 38px;
}
body.home section.featured-event .container-fluid .featured-event-columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
body.home section.featured-event .container-fluid .featured-event-columns .item {
  width: 48%;
  padding: 0 0 20px 0;
}
body.home section.featured-event .container-fluid .featured-event-columns .item IMG {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  body.home section.featured-event .container-fluid .featured-event-columns {
    display: block;
  }
  body.home section.featured-event .container-fluid .featured-event-columns .item {
    width: 100%;
  }
}

body.single-product .product-details-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 880px) {
  body.single-product .product-details-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
body.single-product .product-details-image .product-image {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
body.single-product .product-details-image .product-image img {
  max-width: 100%;
  height: auto;
  max-height: 530px;
}
body.single-product .product-details-image .product-details {
  flex-basis: 432px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  padding: 24px 0;
  border-top: 9px solid rgba(0, 152, 202, 0.31);
  border-bottom: 9px solid rgba(0, 152, 202, 0.31);
  text-align: center;
}
@media (max-width: 880px) {
  body.single-product .product-details-image .product-details {
    flex-basis: auto;
    flex-shrink: 1;
    margin-top: 35px;
  }
}
body.single-product .product-details-image .product-details h2 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #0098CA;
  margin: 0 0 34px 0;
}
body.single-product .product-details-image .product-details h5 {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  margin: 10px 0 0 0;
  color: #0098CA;
}
body.single-product .product-details-image .product-details .product-content {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  max-width: 335px;
  margin: 0 auto 45px auto;
}
body.single-product .product-details-image .product-details .product-content p:last-child {
  margin-bottom: 0;
}
body.single-product .product-details-image .product-details .share-this {
  margin-top: auto;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #005981;
  text-transform: uppercase;
}
body.single-product footer.product {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 26px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  body.single-product footer.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
body.single-product footer.product h3 {
  margin: 0 0 24px 0;
  color: #4E4E4E;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
body.single-product footer.product .left-column {
  flex-basis: 200px;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  body.single-product footer.product .left-column {
    flex-basis: auto;
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}
body.single-product footer.product .left-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.single-product footer.product .left-column ul li {
  display: block;
}
body.single-product footer.product .left-column ul li a {
  text-decoration: underline;
}
body.single-product footer.product .left-column .product-sheets {
  margin-bottom: 40px;
}
body.single-product footer.product .left-column .product-manuals h3 {
  margin-bottom: 15px;
}
body.single-product footer.product .left-column .product-manuals li.flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
}
body.single-product footer.product .left-column .product-manuals li.flex .manual-image {
  flex-basis: 92px;
  margin-right: 25px;
}
body.single-product footer.product .left-column .product-manuals li.flex .manual-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
body.single-product footer.product .left-column .product-manuals li.flex .manual-details .manual-title {
  font-size: 18px;
  font-weight: 700;
}
body.single-product footer.product .left-column .product-manuals a.view-all-manuals {
  display: block;
  text-align: center;
  text-decoration: underline;
}
body.single-product footer.product .middle-column {
  flex-basis: 370px;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  font-size: 18px;
}
body.single-product footer.product .middle-column ul {
  margin: 0 0 0 22px;
  padding: 0 0 0 0;
}
body.single-product footer.product .middle-column ul li {
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  body.single-product footer.product .middle-column {
    flex-basis: auto;
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 45px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
body.single-product footer.product .middle-column p {
  margin-bottom: 25px;
}
body.single-product footer.product .middle-column p:last-child {
  margin-bottom: 0;
}
body.single-product footer.product .right-column {
  flex-basis: 230px;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  padding: 30px 0 0 0;
}
@media (max-width: 1024px) {
  body.single-product footer.product .right-column {
    flex-basis: auto;
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 45px;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
@media (max-width: 1024px) {
  body.single-product footer.product .right-column h3 {
    display: none;
  }
}
body.single-product footer.product .right-column .brochures {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
body.single-product footer.product .right-column .brochures .item {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  body.single-product footer.product .right-column .brochures .item {
    width: 48%;
    text-align: center;
  }
}
body.single-product footer.product .right-column .brochure-image {
  max-width: 230px;
  margin-bottom: 25px;
}
body.single-product footer.product .right-column .brochure-image img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body.single-product footer.product .right-column .brochure-link {
  display: block;
  text-align: center;
  text-decoration: underline;
}

body.page-template-template-events h1 {
  margin-bottom: 15px;
}
body.page-template-template-events .events {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
body.page-template-template-events .event {
  border: 1px solid #D1D1D1;
  margin: 35px;
  padding: 35px;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 640px) {
  body.page-template-template-events .event {
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  body.page-template-template-events .event {
    padding: 15px;
  }
}
body.page-template-template-events .event__image {
  position: relative;
  height: 60px;
  margin-bottom: 16px;
}
body.page-template-template-events .event__image a {
  display: block;
}
body.page-template-template-events .event__image img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.page-template-template-events .event__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 2px;
  color: #0098CA;
}
body.page-template-template-events .event__location {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 2px;
  color: #454545;
}
body.page-template-template-events .event__dates {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 20px;
}
body.page-template-template-events .event__content {
  font-size: 14px;
  line-height: 1.25;
}
body.page-template-template-events .event__content p {
  margin-bottom: 16px;
}
body.page-template-template-events .event__content p:last-child {
  margin-bottom: 0;
}

body.page-template-template-sections main {
  padding: 0;
}
body.page-template-template-sections ul.larger {
  font-size: 18px;
}
body.page-template-template-sections ul.larger li {
  margin-bottom: 7px;
}
body.page-template-template-sections .acf-layout h1 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #005981;
  text-transform: uppercase;
  margin: 0 0 36px 0;
}
body.page-template-template-sections .acf-layout h2 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 14px 0;
  color: #0098CA;
}
body.page-template-template-sections .acf-layout p {
  margin-bottom: 25px;
}
body.page-template-template-sections .acf-layout p:last-child {
  margin-bottom: 0;
}
body.page-template-template-sections .acf-layout.acf-layout--title_section {
  padding: 70px 0;
  text-align: center;
}
body.page-template-template-sections .acf-layout.acf-layout--title_section .container-fluid {
  max-width: 782px;
}
body.page-template-template-sections .acf-layout.acf-layout--title_section .container-fluid.full {
  max-width: 1500px;
}
body.page-template-template-sections .acf-layout.acf-layout--title_section .container-fluid.full .content {
  max-width: 824px;
  margin: 0 auto;
  display: block;
}
body.page-template-template-sections .acf-layout.acf-layout--title_section p {
  font-size: 20px;
  line-height: 32px;
}
body.page-template-template-sections .acf-layout.acf-layout--regular_content_section {
  padding: 55px 0;
}
body.page-template-template-sections .acf-layout.acf-layout--regular_content_section .container-fluid {
  max-width: 824px;
}
body.page-template-template-sections .acf-layout.acf-layout--regular_content_section .container-fluid.full {
  max-width: 1500px;
}
body.page-template-template-sections .acf-layout.acf-layout--regular_content_section .container-fluid.full .content {
  max-width: 824px;
  margin: 0 auto;
  display: block;
}
body.page-template-template-sections .acf-layout.acf-layout--regular_content_section h2 {
  text-align: center;
  margin-bottom: 36px;
}
body.page-template-template-sections .acf-layout.acf-layout--regular_content_section p {
  font-size: 16px;
  line-height: 26px;
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_text_content {
  padding: 55px 0;
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_text_content .container-fluid {
  max-width: 980px;
}
@media (max-width: 767px) {
  body.page-template-template-sections .acf-layout.acf-layout--two_column_text_content .container-fluid .layout-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_text_content .container-fluid .layout-content .text-content {
  width: 50%;
  padding: 0 25px;
}
@media (max-width: 767px) {
  body.page-template-template-sections .acf-layout.acf-layout--two_column_text_content .container-fluid .layout-content .text-content {
    width: 100%;
    padding: 0 0 25px 0;
  }
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_text_content h2 {
  text-align: center;
  margin-bottom: 36px;
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_text_content p {
  font-size: 16px;
  line-height: 26px;
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content {
  padding: 55px 0;
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .container-fluid {
  max-width: 975px;
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content {
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
  }
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content.image-on-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content.image-on-right .image-content {
  text-align: left;
}
@media (max-width: 900px) {
  body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content.image-on-right .image-content {
    text-align: center;
  }
  body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content.image-on-right .image-content ul {
    text-align: left;
  }
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content.image-on-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content.image-on-left .image-content {
  text-align: left;
}
@media (max-width: 900px) {
  body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content.image-on-left .image-content {
    text-align: center;
  }
  body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .layout-content.image-on-left .image-content ul {
    text-align: left;
  }
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .image-content {
  max-width: 481px;
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .image {
  max-width: 347px;
  text-align: center;
}
@media (max-width: 900px) {
  body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .image {
    margin-bottom: 25px;
  }
}
body.page-template-template-sections .acf-layout.acf-layout--two_column_image_content .image img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 89, 129, 0.33);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}

body.page-parent-company section.acf-layout h1 {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */
