html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  outline: none; }

body {
  margin: 0;
  font-size: 20px;
  line-height: 29px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: normal;
  color: #4D4D4D;
  background-color: #17524B; }
  @media only screen and (min-width: 720px) {
    body {
      font-size: 19px; } }
  @media only screen and (min-width: 1100px) {
    body {
      font-size: 20px; } }

a {
  cursor: pointer; }
  a:link, a:visited {
    color: #00828e;
    text-decoration: none; }
  a:hover, a:active {
    color: #00b5be; }

ul, ol {
  margin-left: 1.5em;
  padding-left: 0; }

table {
  width: 100%; }

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

pre {
  background-color: #E7E8EC;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #4D4D4D; }

ul {
  list-style-type: disc; }
  ul ul {
    list-style-type: circle; }
    ul ul ul {
      list-style-type: square; }
      ul ul ul ul {
        list-style-type: circle; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style-type: lower-alpha; }
    ol ol ol {
      list-style-type: decimal; }

abbr {
  border-bottom: 1px dotted #E8E8E8;
  cursor: help;
  white-space: nowrap; }

blockquote {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  padding: 1em; }
  blockquote footer {
    font-size: 18px; }

.skip-link,
.screen-reader-text {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.visible-desktop {
  display: none !important; }
  @media only screen and (min-width: 1100px) {
    .visible-desktop {
      display: block !important; } }

.visible-mobile {
  display: block !important; }
  @media only screen and (min-width: 1100px) {
    .visible-mobile {
      display: none !important; } }

.text-center {
  text-align: center; }

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.mobile-padding {
  padding-left: 15px;
  padding-right: 15px; }

#content {
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 74px; }
  @media only screen and (min-width: 1100px) {
    #content {
      padding-top: 0px;
      margin-top: 90px; } }

.siteorigin-panels #content .panel-grid .panel-grid-cell {
  position: relative; }
  @media only screen and (min-width: 1100px) {
    .siteorigin-panels #content .panel-grid .panel-grid-cell {
      padding-left: 0px;
      padding-right: 0px; } }

.siteorigin-panels #content .og-contain-content .panel-grid {
  max-width: 1200px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

@media only screen and (min-width: 1100px) {
  .siteorigin-panels #content .og-contain-content .panel-grid .panel-grid-cell {
    padding-left: 0px !important; } }

.home .og-white-angle-top-left {
  padding: 0px !important; }

.home .red-angled-image {
  margin-top: 0px !important; }

.transparent-corner-angle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid transparent;
  border-right: 200px solid transparent;
  z-index: 100; }
  @media only screen and (min-width: 720px) {
    .transparent-corner-angle:after {
      border-bottom: 90px solid transparent;
      border-right: 620px solid transparent; } }

.gray-corner-angle .sow-image-container,
.white-corner-angle .sow-image-container {
  position: relative; }
  .gray-corner-angle .sow-image-container:after,
  .white-corner-angle .sow-image-container:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0; }

.gray-corner-angle .sow-image-container:after {
  border-bottom: 60px solid #E8E8E8;
  border-left: 70px solid transparent; }

.white-corner-angle .sow-image-container:after {
  border-bottom: 60px solid #fff;
  border-left: 70px solid transparent; }

.two-col-image img,
.three-col-image img {
  margin-bottom: 15px; }
.two-col-image p,
.three-col-image p {
  margin-bottom: 40px !important; }

.textwidget {
  z-index: 10;
  position: relative; }

.history-block {
  float: left;
  position: relative;
  margin-bottom: 50px; }
  .history-block .line-wrap {
    position: relative; }
    .history-block .line-wrap:before {
      content: "";
      width: 3px;
      height: 600px;
      top: 50%;
      margin: auto;
      z-index: 1;
      background-color: #D6D6D6;
      left: 19px;
      position: absolute; }
  .history-block .image-wrap {
    position: relative; }
    .history-block .image-wrap:after {
      content: "";
      width: 30px;
      height: 30px;
      bottom: 0;
      top: 0;
      margin: auto;
      z-index: 20;
      border: 5px solid #E8E8E8;
      border-radius: 50%;
      left: 5px;
      position: absolute; }
  .history-block .post-thumbnail {
    position: relative; }
    .history-block .post-thumbnail img {
      width: 30%;
      margin: 0 auto;
      position: relative;
      z-index: 10; }
      @media only screen and (min-width: 1100px) {
        .history-block .post-thumbnail img {
          width: 300px; } }
    .history-block .post-thumbnail:before {
      content: "";
      width: 50%;
      background-color: #CBD1D5;
      height: 30px;
      position: absolute;
      left: 20px;
      margin: auto;
      top: 0;
      bottom: 0;
      z-index: 1; }
    .history-block .post-thumbnail:after {
      content: "";
      position: absolute;
      right: 0;
      left: auto !important;
      margin: auto;
      top: -160px !important;
      bottom: auto !important;
      width: 40%;
      z-index: 1; }
  @media only screen and (min-width: 1100px) {
    .history-block {
      text-align: center;
      margin-bottom: 0px;
      width: 50%; }
      .history-block:nth-child(odd) .line-wrap:before {
        left: auto;
        right: 0px; }
      .history-block:nth-child(odd) .image-wrap:after {
        right: -13px;
        left: auto; }
      .history-block:nth-child(odd) .post-thumbnail:before {
        right: 0px !important;
        left: auto !important;
        top: 0;
        bottom: 0; }
      .history-block:nth-child(odd) .post-thumbnail:after {
        content: "";
        left: 0 !important;
        right: auto;
        margin: auto;
        top: -60px !important;
        bottom: 0; }
      .history-block:nth-child(even) {
        margin-top: 10%; }
        .history-block:nth-child(even) .line-wrap:before {
          left: -3px; }
        .history-block:nth-child(even) .image-wrap:after {
          bottom: 0;
          top: 0;
          right: auto;
          left: -16px; }
        .history-block:nth-child(even) .post-thumbnail:before {
          left: 0px;
          margin: auto;
          top: 0;
          bottom: 0; }
        .history-block:nth-child(even) .post-thumbnail:after {
          content: "";
          right: 0;
          left: auto !important;
          margin: auto;
          top: -60px !important;
          bottom: auto !important;
          background-color: transparent; } }
  @media only screen and (min-width: 1100px) {
    .history-block .content-wrap {
      padding: 0px 140px; } }
  .history-block .content-wrap h4 {
    text-align: center;
    color: #4D4D4D; }
  .history-block .content-wrap p {
    padding-left: 40px; }
    @media only screen and (min-width: 1100px) {
      .history-block .content-wrap p {
        padding-left: 0px; } }
  .history-block:nth-child(1) .image-wrap:after {
    background-color: #00828E; }
  .history-block:nth-child(2) .image-wrap:after {
    background-color: #983E5A; }
  .history-block:nth-child(3) .image-wrap:after {
    background-color: #4C586F; }
  .history-block:nth-child(4) .image-wrap:after {
    background-color: #E79908; }

.intro-content {
  margin: 0 auto; }
  @media only screen and (min-width: 720px) {
    .intro-content {
      text-align: center; } }
  .intro-content p {
    margin-bottom: 30px !important; }

.image-content-grid img {
  margin-bottom: 10px; }
.image-content-grid h4 {
  color: #802D46;
  font-family: "korolev-condensed", sans-serif;
  text-transform: uppercase; }

#emcrelationships {
  margin-top: -470px; }

.round-image img {
  border: 30px solid #D6D6D6;
  border-radius: 50%;
  width: 140%;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
  max-width: none;
  left: -90px;
  right: 0; }
  @media only screen and (min-width: 1100px) {
    .round-image img {
      left: 0px;
      width: 750px; } }

.round-image-text {
  position: absolute;
  max-width: 450px;
  margin: auto;
  left: 0;
  right: 0;
  top: 180px;
  z-index: 10000; }
  .round-image-text h3, .round-image-text p {
    color: #fff;
    margin-bottom: 10px; }

@media only screen and (min-width: 1100px) {
  .stuck {
    position: fixed !important;
    top: 120px; } }

.stuck-top {
  padding-top: 84px; }
  .stuck-top .fixed-subnav-wrap {
    position: fixed;
    top: 0px; }
    .stuck-top .fixed-subnav-wrap .fixed-subnav {
      transition: all 0.3s ease-in-out; }
      .stuck-top .fixed-subnav-wrap .fixed-subnav:after {
        transition: all 0.3s ease-in-out;
        left: 100%; }

.page-list {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 80px; }

.error-header {
  text-align: center;
  padding: 60px 0px; }
  @media only screen and (min-width: 1100px) {
    .error-header {
      padding: 100px 0px; } }

.bod-holder {
  margin-top: -210px;
  padding-bottom: 210px;
  margin-bottom: 110px; }
  @media only screen and (min-width: 720px) {
    .bod-holder {
      margin-bottom: 0; } }

.bod-list {
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-family: "source-sans-pro", sans-serif;
  display: inline-block;
  max-width: 512px;
  font-size: 0.7em;
  color: #000;
  line-height: 18px;
  font-weight: normal; }
  .bod-list:first-child {
    padding-right: 3%; }
  .bod-list:last-child {
    border-left: 1px solid #BCBCBC;
    padding-left: 4%; }
    .bod-list:last-child:after {
      content: "";
      clear: both; }

article:nth-child(odd) .line-wrap .rails {
  width: 100%;
  left: 30%;
  height: 140px;
  z-index: 1;
  position: absolute;
  margin-top: -50px;
  background-image: url("../images/left-history-angle.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  filter: fliph; }
  @media only screen and (min-width: 720px) {
    article:nth-child(odd) .line-wrap .rails {
      width: 100%;
      left: 30%;
      height: 232px;
      z-index: 1;
      position: absolute;
      margin-top: -80px;
      background-image: url("../images/left-history-angle.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      transform: scaleX(-1);
      filter: fliph; } }
  @media only screen and (min-width: 1100px) {
    article:nth-child(odd) .line-wrap .rails {
      width: 50%;
      left: 0px;
      height: 232px;
      z-index: 1;
      position: absolute;
      margin-top: -30px;
      background-image: url("../images/left-history-angle.svg");
      background-size: 100% 100%;
      background-position: left center;
      background-repeat: no-repeat;
      transform: scaleX(1);
      filter: fliph; } }

article:nth-child(even) .line-wrap .rails {
  width: 100%;
  left: 30%;
  height: 140px;
  z-index: 1;
  position: absolute;
  margin-top: -50px;
  background-image: url("../images/left-history-angle.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  filter: fliph; }
  @media only screen and (min-width: 720px) {
    article:nth-child(even) .line-wrap .rails {
      width: 100%;
      left: 30%;
      height: 232px;
      z-index: 1;
      position: absolute;
      margin-top: -80px;
      background-image: url("../images/left-history-angle.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      transform: scaleX(-1);
      filter: fliph; } }
  @media only screen and (min-width: 1100px) {
    article:nth-child(even) .line-wrap .rails {
      width: 50%;
      left: 50%;
      height: 232px;
      z-index: 1;
      position: absolute;
      margin-top: -30px;
      background-image: url("../images/left-history-angle.svg");
      background-size: 100% 100%;
      background-position: left center;
      background-repeat: no-repeat;
      transform: scaleX(-1);
      filter: fliph; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-weight: 700;
  margin: 0;
  color: #00828e; }

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited {
  color: #802D46; }

h1 {
  font-size: 1.8em;
  line-height: 1em;
  margin: 0 0 0.5em; }
  @media only screen and (min-width: 1100px) {
    h1 {
      font-size: 3.6em; } }

h2 {
  color: #4D4D4D;
  font-family: "korolev-condensed", sans-serif;
  font-size: 1.8em;
  line-height: 0.95;
  font-weight: 700;
  margin: 0 0 0.25em 0; }
  @media only screen and (min-width: 1100px) {
    h2 {
      font-size: 2.9em; } }

h3 {
  font-size: 1.444em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.6em;
  margin-bottom: 0.25em;
  font-family: "korolev", sans-serif;
  font-weight: 700;
  color: #4D4D4D; }

h5 {
  font-size: 1.1em;
  font-weight: 700;
  font-family: "korolev-condensed", sans-serif;
  color: #4D4D4D; }

h6 {
  font-size: 1em;
  font-weight: 500; }

h3.widget-title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.75em;
  letter-spacing: 2px; }

p {
  margin: 0 0 1.5em 0;
  line-height: 30px; }
  p:last-child {
    margin-bottom: 0; }

li {
  list-style-type: none; }

.textwidget h5 {
  margin-bottom: 10px; }
.textwidget p {
  margin: 0; }

.btn {
  display: inline-block;
  background: transparent;
  color: #00828e;
  border: 2px solid #fff;
  border-radius: 0;
  padding: 0.5em 3.2em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  min-width: 200px;
  font-weight: 400;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border 250ms ease, color 250ms ease; }
  .btn:hover {
    border-color: #00828e;
    color: #fff; }
  .btn:focus {
    outline: 0; }

a.btn {
  color: #00828e; }

.btn-disabled {
  color: #E7E8EC;
  border-color: #E7E8EC;
  cursor: default; }
  .btn-disabled:hover {
    color: #E7E8EC;
    border-color: #E7E8EC; }

.buttons .btn {
  margin: 0 5px 1em 0; }
  @media only screen and (min-width: 1100px) {
    .buttons .btn {
      margin-bottom: 0; } }

.og-resources-search form {
  width: 100%;
  max-width: 450px;
  position: relative; }
  .og-resources-search form input[type="text"] {
    width: 100%;
    background-color: #A4556E;
    color: #fff;
    padding: 10px 15px;
    border: 10px solid #983E5A;
    font-size: 1em;
    font-family: "source-sans-pro", sans-serif; }
    @media only screen and (min-width: 1100px) {
      .og-resources-search form input[type="text"] {
        font-size: 1.5em; } }
  .og-resources-search form input[type="image"] {
    position: absolute;
    width: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px; }
.og-resources-search input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300; }
.og-resources-search input::-moz-placeholder {
  color: #fff;
  font-weight: 300; }
.og-resources-search input:-moz-placeholder {
  color: #fff;
  font-weight: 300; }
.og-resources-search input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300; }

.og-faqs-search form {
  width: 100%;
  max-width: 450px;
  position: relative; }
  .og-faqs-search form input[type="text"] {
    width: 100%;
    background-color: #60AAB2;
    color: #fff;
    padding: 10px 15px;
    border: 10px solid #3e99a2;
    font-size: 1em;
    font-family: "source-sans-pro", sans-serif; }
    @media only screen and (min-width: 1100px) {
      .og-faqs-search form input[type="text"] {
        font-size: 1.5em; } }
  .og-faqs-search form input[type="image"] {
    position: absolute;
    width: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px; }
.og-faqs-search input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300; }
.og-faqs-search input::-moz-placeholder {
  color: #fff;
  font-weight: 300; }
.og-faqs-search input:-moz-placeholder {
  color: #fff;
  font-weight: 300; }
.og-faqs-search input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300; }

.results-wrap {
  padding: 40px 0px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  .results-wrap::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 720px) {
    .results-wrap {
      padding: 100px 0px;
      width: calc(66.6666666667% - 33.3333333333px);
      float: left;
      margin-left: 20px;
      left: calc(16.6666666667% - 23.3333333333px + 20px);
      position: relative; } }
  .results-wrap .single-result {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 40px;
    margin-bottom: 40px;
    cursor: pointer; }
    .results-wrap .single-result:hover h4 {
      color: #84b059; }
    .results-wrap .single-result a {
      display: block; }

.nav-links {
  text-align: center;
  padding: 40px 0px; }
  .nav-links a {
    color: #016F54;
    cursor: pointer;
    font-family: "korolev-condensed", sans-serif;
    padding: 0px 5px; }

input.submit:focus,
input[type="submit"]:focus {
  outline: none; }

textarea {
  font-family: "source-sans-pro", sans-serif; }

input:focus {
  outline: none; }

.wpcf7-form {
  max-width: 700px;
  text-align: center;
  margin-left: 0;
  margin-right: 0; }
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 20px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 300;
    color: #4D4D4D;
    border: none;
    width: 100%;
    padding: 20px 5px 20px 20px;
    background-color: #E7E8EC; }
    .wpcf7-form input:focus,
    .wpcf7-form textarea:focus {
      outline: 0; }
  .wpcf7-form textarea {
    height: 200px; }
  .wpcf7-form .select-wrap {
    display: inline-block;
    position: relative;
    width: 100%; }
    .wpcf7-form .select-wrap:after {
      content: url(../images/select-arrows.svg);
      background-color: #DFDFDF;
      right: 0;
      position: absolute;
      height: 50px;
      width: 50px;
      pointer-events: none;
      top: 0;
      -ms-flex-pack: center;
          justify-content: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .wpcf7-form .select-wrap select {
      font-family: "source-sans-pro", sans-serif;
      font-weight: 300;
      color: #4D4D4D;
      font-size: 20px;
      width: 100%;
      background-color: #E8E8E8;
      border-radius: 0px;
      border: none;
      height: 50px;
      -webkit-appearance: none;
      padding-left: 20px;
      position: relative; }
      .wpcf7-form .select-wrap select option {
        font-weight: 300;
        color: #4D4D4D;
        font-size: 20px;
        border-radius: 0px; }
      .wpcf7-form .select-wrap select:focus {
        outline: 0; }
  .wpcf7-form span.your-name,
  .wpcf7-form span.your-topic,
  .wpcf7-form span.your-messgae {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px; }
  .wpcf7-form span.your-email,
  .wpcf7-form span.your-number {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    float: left; }
    @media only screen and (min-width: 720px) {
      .wpcf7-form span.your-email,
      .wpcf7-form span.your-number {
        width: 49%; } }
  @media only screen and (min-width: 720px) {
    .wpcf7-form span.your-email {
      margin-right: 2%; } }
  .wpcf7-form .wpcf7-submit {
    width: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    float: left;
    display: inline-block;
    background: transparent;
    color: #016F54;
    border: 2px solid #016F54;
    border-radius: 0;
    padding: 0.5em 3.2em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    min-width: 200px;
    font-weight: 400;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border 250ms ease, color 250ms ease; }
    @media only screen and (min-width: 720px) {
      .wpcf7-form .wpcf7-submit {
        margin-top: 40px;
        margin-bottom: 20px; } }
    .wpcf7-form .wpcf7-submit:hover {
      border-color: #00828e;
      background-color: #00828e;
      color: #fff; }
  .wpcf7-form input::-webkit-input-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 20px; }
  .wpcf7-form input::-moz-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 20px; }
  .wpcf7-form input:-moz-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 20px; }
  .wpcf7-form input:-ms-input-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 20px; }
  .wpcf7-form input:input-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 20px; }

span.wpcf7-not-valid-tip {
  font-size: 0.5em;
  position: absolute;
  left: 20px;
  bottom: -5px;
  right: 0;
  color: red;
  z-index: 10;
  text-align: left; }

div.wpcf7-mail-sent-ok {
  margin: 0;
  border: none;
  color: #fff;
  font-size: 1.5em;
  line-height: 40px;
  font-weight: 300; }

div.wpcf7-response-output {
  width: 100%;
  margin: 0;
  color: red;
  text-align: left;
  font-size: 12px;
  padding: 0;
  border: 0px solid transparent;
  display: inline-block !important; }

#get-in-touch-id {
  position: relative;
  left: 0px; }
  @media only screen and (min-width: 1100px) {
    #get-in-touch-id {
      left: -6px; } }

.og-slide-wrapper:after {
  content: "";
  background: url("../images/teal-hero-angle.svg");
  background-repeat: no-repeat;
  display: block;
  background-size: 101%;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: -2px;
  right: -2px;
  height: 100%;
  z-index: 1;
  pointer-events: none; }

.red-bg {
  background-color: #802D46; }

.white-bg {
  background-color: #fff; }

.gray-bg {
  background-color: #E8E8E8; }

.green-bg {
  background-color: #016F54; }
  .green-bg h2, .green-bg p {
    color: #fff; }
  .green-bg .alternating-content a {
    color: #fff;
    border-color: #fff; }
    .green-bg .alternating-content a:hover {
      border-color: #fff;
      background-color: #fff;
      color: #016F54; }

#main .light-green-bg {
  background-color: #84b059; }
  #main .light-green-bg h2, #main .light-green-bg p {
    color: #fff; }
  #main .light-green-bg .alternating-content a {
    color: #fff;
    border-color: #fff; }
    #main .light-green-bg .alternating-content a:hover {
      border-color: #fff;
      background-color: #fff;
      color: #84b059; }
#main .dark-green-bg {
  background-color: #17524B; }
  #main .dark-green-bg h2, #main .dark-green-bg p {
    color: #fff; }
  #main .dark-green-bg .alternating-content a {
    color: #fff;
    border-color: #fff; }
    #main .dark-green-bg .alternating-content a:hover {
      border-color: #fff;
      background-color: #fff;
      color: #016F54; }

.post-header {
  background: url(../images/angle-purple.svg) bottom center no-repeat;
  padding: 90px 0px 150px 0px;
  background-size: cover; }
  .post-header .post-header-wrap {
    max-width: 1200px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; }
    .post-header .post-header-wrap h2 {
      color: #fff;
      max-width: 750px; }

.post-content {
  padding-left: 15px;
  padding-right: 15px; }

.resource-wrap {
  margin-left: -15px; }

.main-resources .og-resource-group {
  margin-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 30px; }
  .main-resources .og-resource-group::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 1100px) {
    .main-resources .og-resource-group {
      padding-bottom: 60px;
      margin-bottom: 60px; } }

.og-resource-group {
  margin-bottom: 70px; }
  .og-resource-group::after {
    clear: both;
    content: "";
    display: block; }
  .og-resource-group h3 {
    margin-bottom: 20px;
    color: #4D4D4D; }
  .og-resource-group .og-resource {
    transition: background-color 200ms ease 0s;
    margin-bottom: 20px;
    text-align: center;
    background-color: #E8E8E8;
    min-height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
    .og-resource-group .og-resource a {
      padding: 10px; }
      .og-resource-group .og-resource a p {
        color: #058193;
        font-size: 18px;
        line-height: 22px;
        font-family: "korolev", sans-serif;
        font-weight: bold; }
    @media only screen and (min-width: 720px) {
      .og-resource-group .og-resource {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (min-width: 1100px) {
      .og-resource-group .og-resource {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px; } }
    .og-resource-group .og-resource p {
      font-size: 0.8em;
      font-family: "korolev-condensed", sans-serif;
      font-weight: 200;
      line-height: 19px; }
    .og-resource-group .og-resource img {
      margin: 0 auto;
      width: 70px;
      margin-bottom: 10px; }
    .og-resource-group .og-resource:hover {
      background-color: #016F54; }
      .og-resource-group .og-resource:hover p {
        color: #fff; }
  .og-resource-group .get-resource-url {
    position: relative; }

.home-resources .og-resource-group {
  padding-bottom: 0px;
  border-bottom: none !important; }
.home-resources .more-resources a {
  border-color: #fff;
  color: #fff; }

.company-resources .og-resource-group {
  padding-bottom: 0px;
  border-bottom: none !important; }

.more-resources a:hover {
  background-color: #00828e !important;
  border-color: #00828e;
  color: #fff; }

.sidebar-resources {
  color: #00828e;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0px; }

.siteorigin-panels #primary-container {
  max-width: none;
  padding: 0; }

.siteorigin-panels #content .panel-grid {
  margin-left: 0;
  margin-right: 0; }
.siteorigin-panels #content .og-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .siteorigin-panels #content .og-row.og-fullwidth {
    max-width: none; }
  .siteorigin-panels #content .og-row.og-contain-content .panel-grid-cell {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto; }

.panel-row-style:focus {
  outline: 0; }

.top-only-padding {
  padding-top: 1em; }
  @media only screen and (min-width: 720px) {
    .top-only-padding {
      padding-top: 2em; } }
  @media only screen and (min-width: 1100px) {
    .top-only-padding {
      padding-top: 3em; } }

.bottom-only-padding {
  padding-bottom: 1em; }
  @media only screen and (min-width: 720px) {
    .bottom-only-padding {
      padding-bottom: 2em; } }
  @media only screen and (min-width: 1100px) {
    .bottom-only-padding {
      padding-bottom: 3em; } }

.top-bottom-padding {
  padding-top: 1em;
  padding-bottom: 1em; }
  @media only screen and (min-width: 720px) {
    .top-bottom-padding {
      padding-top: 2em;
      padding-bottom: 2em; } }
  @media only screen and (min-width: 1100px) {
    .top-bottom-padding {
      padding-top: 3em;
      padding-bottom: 3em; } }

.panel-row-style {
  background-position: center center; }

@media only screen and (min-width: 720px) {
  .panel-grid-cell {
    margin-bottom: 30px; }
    .panel-grid-cell:last-child {
      margin-bottom: 0; } }
@media only screen and (min-width: 1100px) {
  .panel-grid-cell {
    margin-bottom: 0; } }

.angled-corner {
  position: relative; }
  .angled-corner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid #E8E8E8;
    border-left: 70px solid transparent; }

.og-emcs {
  column-count: 1;
  margin-left: 0;
  text-align: center;
  line-height: 29px;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (min-width: 720px) {
    .og-emcs {
      column-count: 2;
      margin-left: 16%;
      text-align: left; } }
  @media only screen and (min-width: 1100px) {
    .og-emcs {
      column-count: 3;
      margin-left: 0%;
      text-align: left; } }
  .og-emcs a {
    font-family: "korolev", sans-serif;
    color: #4D4D4D;
    font-size: 22px;
    font-weight: bold; }
    .og-emcs a:hover {
      color: #84b059; }
  .og-emcs p {
    margin: 0 0 0.9em 0; }

.og-careers-h2 {
  margin-bottom: 24px; }

.og-careers-p {
  display: inline-block;
  width: 100%;
  max-width: 760px; }

#power-source-wrapper {
  margin-top: -20px; }

.two-col-image div .panel-first-child {
  margin-bottom: 3px !important; }

.careers-header {
  margin-bottom: 30px; }
  @media only screen and (min-width: 720px) {
    .careers-header {
      margin-bottom: 60px; } }

#site-header {
  background-color: #fff;
  height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 0px 15px 0px 15px;
  box-shadow: 0 10px 30px #ededed;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: transform 250ms; }
  @media only screen and (min-width: 1100px) {
    #site-header {
      height: 90px; } }
  .admin-bar #site-header {
    top: 32px; }

.hide-header #site-header {
  transform: translateY(-74px); }
  @media only screen and (min-width: 1100px) {
    .hide-header #site-header {
      transform: translateY(-90px); } }

body.open.hide-header #site-header {
  transform: none; }

#site-title {
  height: 90px; }
  #site-title h1 {
    padding: 0;
    padding-top: 14px;
    height: 74px;
    line-height: 74px;
    margin: 0; }
    @media only screen and (min-width: 720px) {
      #site-title h1 {
        padding-top: 0; } }
  #site-title img {
    max-height: 54px;
    display: inline;
    width: 250px;
    padding-bottom: 7px; }
  @media only screen and (min-width: 720px) {
    #site-title {
      float: left; }
      #site-title h1 {
        height: 90px;
        line-height: 90px; }
      #site-title img {
        max-height: 45px; } }

#logo {
  width: 147px;
  height: 36px;
  vertical-align: middle; }
  @media only screen and (min-width: 1100px) {
    #logo {
      width: 240px;
      height: 59px; } }

#mobile-nav {
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  transform: translateY(-100%);
  height: 100vh;
  width: 100%;
  padding: 20px;
  transition: transform 250ms ease 0s; }
  @media only screen and (min-width: 1100px) {
    #mobile-nav {
      display: none; } }
  #mobile-nav .mobile-brand img {
    width: 250px; }
  #mobile-nav #mobile-menu-toggle {
    position: absolute;
    top: 30px;
    right: 20px; }
    #mobile-nav #mobile-menu-toggle span {
      background-color: #fff; }
  #mobile-nav .mobile-nav {
    transition: left 250ms ease 0s;
    margin: 0;
    position: absolute;
    left: 30px;
    width: 85%;
    top: 80px; }
    #mobile-nav .mobile-nav li {
      list-style-type: none;
      position: relative; }
      #mobile-nav .mobile-nav li a {
        color: #fff;
        font-size: 29px;
        font-family: "korolev", sans-serif;
        display: block;
        line-height: 54px;
        padding: 0px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    #mobile-nav .mobile-nav li.current-page-ancestor a, #mobile-nav .mobile-nav li.current-menu-item a {
      background-color: transparent !important; }
    #mobile-nav .mobile-nav .more-link:after {
      content: url("../images/menu-arrow.svg");
      position: absolute;
      right: 0;
      top: 0;
      line-height: 64px; }
  #mobile-nav .mobile-search-btn {
    position: absolute;
    bottom: 30px;
    width: 50px;
    left: 0;
    right: 0;
    margin: auto; }
  #mobile-nav .mobile-search-bar {
    position: absolute;
    bottom: -100%;
    left: 30px;
    right: 30px;
    margin: auto;
    padding: 10px;
    background-color: #fff; }
    #mobile-nav .mobile-search-bar input[type="search"] {
      background-color: rgba(255, 255, 255, 0.12);
      width: 100%;
      padding: 10px 5px;
      border: none;
      font-size: 20px; }
    #mobile-nav .mobile-search-bar input[type="image"] {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 20px; }

body.mobile-search-open .mobile-search-bar {
  bottom: 30px !important; }

.more-slide, .more-slide-careers {
  position: absolute;
  top: 80px;
  margin: 0;
  left: 100%;
  width: 85%;
  transition: left 250ms ease 0s; }
  .more-slide .menu-back-button, .more-slide-careers .menu-back-button {
    color: #fff;
    margin: 0;
    font-size: 29px;
    font-family: "korolev", sans-serif;
    display: block;
    line-height: 64px;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 30px; }
    .more-slide .menu-back-button:after, .more-slide-careers .menu-back-button:after {
      content: url("../images/menu-arrow.svg");
      position: absolute;
      left: 0;
      top: 0;
      line-height: 64px;
      transform: rotate(180deg); }
  .more-slide .more-slide-menu, .more-slide-careers .more-slide-menu {
    margin: 0; }
  .more-slide a, .more-slide-careers a {
    color: #fff;
    font-size: 29px;
    font-family: "korolev", sans-serif;
    display: block;
    line-height: 54px;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

body.more-slide-open .mobile-nav, body.more-slide-careers-open .mobile-nav {
  left: -100% !important; }
body.more-slide-open .more-slide, body.more-slide-careers-open .more-slide-careers {
  right: auto;
  left: 30px; }

#page {
  transition: transform 250ms ease 0s;
  position: relative; }

body.open {
  overflow-y: hidden; }
  body.open #mobile-nav {
    transform: translateY(0%); }
  body.open #page {
    transform: translateY(100%); }

#site-navigation {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  overflow-y: hidden;
  z-index: 50;
  background-color: #fff;
  padding: 25px 10px 15px 25px;
  transition: right 250ms ease 0s;
  display: none; }
  @media only screen and (min-width: 1100px) {
    #site-navigation {
      display: block; } }
  #site-navigation li {
    display: block; }
  #site-navigation a {
    font-size: 1.889em; }
  @media only screen and (min-width: 1100px) {
    #site-navigation {
      padding: 0;
      float: right;
      position: static;
      height: auto;
      width: auto;
      overflow-y: visible;
      background-color: transparent;
      transition: none; }
      body.open #site-navigation {
        box-shadow: none; }
      #site-navigation li {
        display: inline-block;
        margin: 0; } }
  #site-navigation #menu-primary-1 li {
    margin-bottom: 1em; }
  @media only screen and (min-width: 1100px) {
    #site-navigation #menu-primary-1 {
      height: 90px;
      line-height: 90px;
      margin: 0;
      display: block;
      float: left; }
      #site-navigation #menu-primary-1 li {
        margin-bottom: 0;
        float: left; }
        #site-navigation #menu-primary-1 li.current-menu-item a {
          background-color: #5B679C;
          color: #fff; }
          #site-navigation #menu-primary-1 li.current-menu-item a:hover {
            color: #fff; }
      #site-navigation #menu-primary-1 a {
        padding: 0 18px;
        font-size: 18px;
        display: block;
        color: #016F54;
        font-family: "korolev", sans-serif;
        font-weight: 500;
        background-color: transparent;
        transition: all 0.3s ease-in-out; }
        #site-navigation #menu-primary-1 a:hover {
          background-color: #84b059;
          text-decoration: none;
          color: #fff; } }
  #site-navigation #menu-primary li {
    margin-bottom: 1em; }
  @media only screen and (min-width: 1100px) {
    #site-navigation #menu-primary {
      height: 90px;
      line-height: 90px;
      margin: 0;
      display: block;
      float: left; }
      #site-navigation #menu-primary li {
        margin-bottom: 0;
        float: left; }
        #site-navigation #menu-primary li.current-menu-item a {
          background-color: #5B679C;
          color: #fff; }
          #site-navigation #menu-primary li.current-menu-item a:hover {
            color: #fff; }
      #site-navigation #menu-primary a {
        padding: 0 18px;
        font-size: 18px;
        display: block;
        color: #016F54;
        font-family: "korolev", sans-serif;
        font-weight: 500;
        background-color: transparent;
        transition: all 0.3s ease-in-out; }
        #site-navigation #menu-primary a:hover {
          background-color: #84b059;
          text-decoration: none;
          color: #fff; } }

#menu-toggle {
  position: absolute;
  top: 27px;
  right: 16px;
  z-index: 100;
  line-height: 15px;
  cursor: pointer; }
  body.open #menu-toggle {
    position: fixed; }
  @media only screen and (min-width: 1100px) {
    #menu-toggle {
      display: none; } }

#hamburger {
  position: relative;
  height: 25px;
  width: 24px;
  display: inline-block; }
  #hamburger span {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    display: block;
    background-color: #016F54;
    opacity: 1;
    transform: rotate(0deg);
    transition: transform 500ms ease 0s, opacity 500ms ease 0s; }
  body.open #hamburger span:nth-child(1) {
    opacity: 0; }
  #hamburger span:nth-child(2) {
    top: 8px;
    opacity: 0; }
    body.open #hamburger span:nth-child(2) {
      opacity: 1;
      transform: rotate(45deg); }
  #hamburger span:nth-child(3) {
    top: 8px;
    opacity: 1; }
    body.open #hamburger span:nth-child(3) {
      opacity: 1;
      transform: rotate(-45deg); }
  #hamburger span:nth-child(4) {
    top: 16px; }
    body.open #hamburger span:nth-child(4) {
      opacity: 0; }

.header-search {
  border: none;
  background-color: transparent; }
  .header-search:focus {
    outline: 0; }
  .header-search .icon-wrap {
    width: 35px;
    overflow: hidden;
    height: 35px;
    border-radius: 50%;
    margin: 25px 18px;
    padding: 9px;
    background-color: #84b059;
    position: relative; }
    .header-search .icon-wrap svg.open {
      position: absolute;
      left: 3px;
      right: 0;
      margin: auto;
      transform: translateY(0px);
      transition: transform 200ms ease 0s; }
    .header-search .icon-wrap svg.close-search {
      position: absolute;
      transform: translateY(-60px);
      transition: transform 200ms ease 0s;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0; }
    .header-search .icon-wrap:hover {
      cursor: pointer; }
    .header-search .icon-wrap:focus {
      outline: 0; }

.search-bar {
  position: fixed;
  z-index: 22;
  width: 100%;
  background-color: #00828e;
  text-align: center;
  left: 0;
  transition: top 250ms ease 0s;
  top: -90px;
  display: none; }
  @media only screen and (min-width: 1100px) {
    .search-bar {
      display: block; } }
  .search-bar form input[type="text"] {
    width: 97%;
    margin: 20px;
    padding: 15px;
    border-radius: 0px;
    background-color: #1f919b;
    color: #fff;
    border: none;
    text-align: center;
    font-family: "source-sans-pro", sans-serif;
    font-size: 35px; }
  .search-bar form input[type="image"] {
    position: absolute;
    width: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px; }
  .search-bar form input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300; }
  .search-bar form input::-moz-placeholder {
    color: #fff;
    font-weight: 300; }
  .search-bar form input:-moz-placeholder {
    color: #fff;
    font-weight: 300; }
  .search-bar form input:-ms-input-placeholder {
    color: #fff;
    font-weight: 300; }

.hide-header .dropdown-nav {
  top: -500px !important; }
.hide-header .search-bar {
  top: -115px !important; }

.search-open .header-search {
  background-color: #00828e;
  height: 90px; }
  .search-open .header-search .icon-wrap {
    background-color: #00828e; }
    .search-open .header-search .icon-wrap svg.open {
      transform: translateY(60px); }
    .search-open .header-search .icon-wrap svg.close-search {
      transform: translateY(0px);
      background-color: #00828e; }
  .search-open .header-search #search {
    fill: #00828e; }
.search-open .search-bar {
  top: 90px; }

.about-dropdown,
.more-dropdown,
.careers-dropdown {
  transition: top 250ms ease 0s;
  position: fixed;
  top: -700px;
  z-index: 23;
  padding: 50px 0px;
  background-color: #016F54;
  width: 100%;
  display: none; }
  @media only screen and (min-width: 1100px) {
    .about-dropdown,
    .more-dropdown,
    .careers-dropdown {
      display: block; } }
  .about-dropdown .sub-nav-section,
  .more-dropdown .sub-nav-section,
  .careers-dropdown .sub-nav-section {
    width: calc(25%);
    float: left;
    margin-left: 0px; }
    .about-dropdown .sub-nav-section a,
    .more-dropdown .sub-nav-section a,
    .careers-dropdown .sub-nav-section a {
      transition: color 250ms ease 0s; }
      .about-dropdown .sub-nav-section a:hover,
      .more-dropdown .sub-nav-section a:hover,
      .careers-dropdown .sub-nav-section a:hover {
        color: #b3b3b3; }
    .about-dropdown .sub-nav-section li.menu-item-has-children > a,
    .more-dropdown .sub-nav-section li.menu-item-has-children > a,
    .careers-dropdown .sub-nav-section li.menu-item-has-children > a {
      border-bottom: 2px solid transparent;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block;
      font-family: "korolev", sans-serif;
      color: #fff;
      transition: color 250ms ease 0s; }
      .about-dropdown .sub-nav-section li.menu-item-has-children > a:hover,
      .more-dropdown .sub-nav-section li.menu-item-has-children > a:hover,
      .careers-dropdown .sub-nav-section li.menu-item-has-children > a:hover  {
        border-bottom: 2px solid white; }
    .about-dropdown .sub-nav-section li.menu-item-has-children ul.sub-menu,
    .more-dropdown .sub-nav-section li.menu-item-has-children ul.sub-menu,
    .careers-dropdown .sub-nav-section li.menu-item-has-children ul.sub-menu {
      margin: 0; }
      .about-dropdown .sub-nav-section li.menu-item-has-children ul.sub-menu li a,
      .more-dropdown .sub-nav-section li.menu-item-has-children ul.sub-menu li a,
      .careers-dropdown .sub-nav-section li.menu-item-has-children ul.sub-menu li a {
        color: #fff;
        font-size: 17px;
        margin-bottom: 15px;
        display: inline-block;
        transition: color 250ms ease 0s;
        border-bottom: 2px solid transparent; }
        .about-dropdown .sub-nav-section li.menu-item-has-children ul.sub-menu li a:hover,
        .more-dropdown .sub-nav-section li.menu-item-has-children ul.sub-menu li a:hover,
        .careers-dropdown .sub-nav-section li.menu-item-has-children ul.sub-menu li a:hover {
          border-bottom: 2px solid white; }

.more-dropdown .more-links {
  margin: 0; }
  .more-dropdown .more-links li {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    text-align: center; }
    .more-dropdown .more-links li a {
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block;
      font-family: "korolev", sans-serif;
      color: #fff;
      transition: color 250ms ease 0s; }
      .more-dropdown .more-links li a:hover {
        color: #b3b3b3; }

.careers-dropdown .sub-nav-section li a { color: #ffffff !important; }
.careers-dropdown .sub-nav-section li a:hover { color: #ffffff !important; border-bottom: 2px solid #ffffff !important; }


body.dropdown-open .about-dropdown {
  top: 90px; }
@media only screen and (min-width: 1100px) {
  body.dropdown-open .about-link {
    border-bottom: 4px solid #016F54;
    background-color: #84b059; } }
body.dropdown-open .about-link a {
  color: #fff !important; }

body.dropdown-open.hide-header .about-dropdown {
  visibility: hidden; }

body.more-dropdown-open .more-dropdown {
  top: 90px; }
body.more-dropdown-open .more-link {
  background-color: #84b059; }
  body.more-dropdown-open .more-link a {
    color: #fff !important; }

/* CAREERS DROPDOWN OPEN */
body.careers-dropdown-open .careers-dropdown {
  top: 90px; }
@media only screen and (min-width: 1100px) {
  body.careers-dropdown-open .careers-link {
    border-bottom: 4px solid #016F54;
    background-color: #84b059; } }
body.careers-dropdown-open .careers-link a {
  color: #fff !important; }

body.careers-dropdown-open.hide-header .careers-dropdown {
  visibility: hidden; }

/* END CAREERS DROPDOWN */

.about-link.current-menu-item a, .about-link.current-page-ancestor a {
  background-color: #016F54 !important;
  color: #fff !important; }

.faq-link.current-menu-item a, .faq-link.current-page-ancestor a {
  background-color: #016F54 !important;
  color: #fff !important; }

@media only screen and (min-width: 1100px) {
  .contact-link.current-menu-item a {
    background-color: #058193 !important; } }

@media only screen and (min-width: 1100px) {
  .investors-link.current-menu-item a {
    background-color: #C3941C !important; } }

@media only screen and (min-width: 1100px) {
  .resources-link.current-menu-item a {
    background-color: #802D46 !important; } }

@media only screen and (min-width: 1100px) {
  .careers-link.current-menu-item a {
    background-color: #84b059 !important; } }

#site-footer {
  background-color: #17524B;
  color: #fff;
  text-align: center; }
  #site-footer a {
    color: #fff; }
    #site-footer a:hover {
      color: white; }

#prefooter {
  background-color: #058193;
  color: #fff; }
  #prefooter a {
    color: #fff; }
    #prefooter a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 1100px) {
    #prefooter {
      text-align: left; } }

.footer-top-bottom-padding {
  padding-top: 0.9em;
  padding-bottom: 0.9em; }

.sub-footer-top-bottom-padding {
  padding-top: 2.5em;
  padding-bottom: 5.5em; }
  @media only screen and (min-width: 720px) {
    .sub-footer-top-bottom-padding {
      padding-bottom: 2.5em; } }

#menu-footer {
  margin: 0;
  list-style: none; }
  #menu-footer li {
    margin-bottom: 1em; }

li.menu-item > a ul.sub-menu {
  margin: 0px; }
  li.menu-item > a ul.sub-menu li {
    list-style-type: none; }
    li.menu-item > a ul.sub-menu li a {
      font-size: 16px; }

@media only screen and (min-width: 1100px) {
  #footer-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    #footer-navigation > div:first-child ul {
      border-left: none; }
    #footer-navigation > div > ul {
      margin-left: 0px;
      border-left: 1px solid #A56579; }
      #footer-navigation > div > ul > li {
        list-style-type: none;
        margin-left: 20px;
        margin-right: 20px;
        display: inline-block; }
        #footer-navigation > div > ul > li > a {
          margin-bottom: 10px;
          display: inline-block;
          font-family: "korolev", sans-serif;
          font-size: 18px;
          font-weight: 500; }
    #footer-navigation > div ul.sub-menu {
      margin-left: 0px; }
      #footer-navigation > div ul.sub-menu li {
        font-size: 16px;
        list-style-type: none;
        margin-bottom: 10px; } }
#footer-navigation .current-menu-item a, #footer-navigation .current-page-ancestor a {
  background-color: transparent !important; }
#footer-navigation .more-link {
  display: none; }

.footer-sub-menu {
  color: #fff;
  font-family: "source-sans-pro", sans-serif; }
  @media only screen and (min-width: 720px) {
    .footer-sub-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; } }
  .footer-sub-menu p {
    margin: 0px 20px;
    font-size: 18px;
    text-align: left; }
  .footer-sub-menu #menu-sub-footer {
    text-align: left;
    margin-left: 0px; }
    @media only screen and (min-width: 720px) {
      .footer-sub-menu #menu-sub-footer {
        margin: 0; } }
    .footer-sub-menu #menu-sub-footer li {
      font-size: 18px;
      display: inline;
      list-style-type: none;
      padding: 0px 20px;
      border-left: 1px solid rgba(255, 255, 255, 0.53); }

.go-top {
  position: absolute;
  right: 30px;
  bottom: 30px; }

.mobile-footer-nav {
  font-size: 29px;
  font-family: "korolev", sans-serif; }
  .mobile-footer-nav ul {
    margin: 0;
    padding: 30px; }
    .mobile-footer-nav ul li a {
      display: block;
      padding: 15px 0px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.menu-main-footer-container {
  width: 100%;
  text-align: center; }

.so-widget-og-page-header h1 {
  font-family: "korolev-condensed", sans-serif;
  font-size: 1.8em;
  margin-bottom: 10px; }
  @media only screen and (min-width: 1100px) {
    .so-widget-og-page-header h1 {
      font-size: 3.6em;
      margin-bottom: 20px; } }
.so-widget-og-page-header p {
  max-width: 475px; }

@media only screen and (min-width: 1100px) {
  .contact-blocks .widget {
    padding: 45px; } }

.teal-contact-block {
  padding: 15px;
  background-color: #058193;
  min-height: 263px;
  position: relative; }
  .teal-contact-block:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 70px solid transparent; }
  @media only screen and (min-width: 1100px) {
    .teal-contact-block {
      padding: 38px 45px 45px 45px; } }
  .teal-contact-block h5, .teal-contact-block p, .teal-contact-block a {
    color: #fff; }
  .teal-contact-block a:hover {
    text-decoration: underline; }

.korolev {
  font-family: "korolev", sans-serif; }

.safety-web {
  position: relative; }
  .safety-web:before {
    content: url(../images/web.svg);
    right: -270px;
    position: absolute;
    margin: auto;
    bottom: -1050px;
    z-index: 5;
    transform: rotate(360deg); }
    @media only screen and (min-width: 720px) {
      .safety-web:before {
        bottom: -490px; } }

.absolute-image-left img {
  position: absolute;
  left: 1%;
  top: -173px;
  bottom: 0;
  margin: auto;
  width: 250px !important; }

.absolute-image-right img {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 250px !important; }

.tech-web {
  overflow: hidden; }
  .tech-web:before {
    content: url(../images/web.svg);
    left: -180px;
    position: absolute;
    margin: auto;
    bottom: -720px;
    z-index: 5;
    transform: rotate(90deg); }
    @media only screen and (min-width: 1100px) {
      .tech-web:before {
        transform: rotate(160deg);
        top: 490px; } }

.smart-grid-web img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 250px !important;
  z-index: 1; }
.smart-grid-web:before {
  content: url(../images/web.svg);
  left: -480px;
  position: absolute;
  margin: auto;
  top: -430px;
  bottom: 0;
  z-index: 5;
  transform: rotate(90deg); }
  @media only screen and (min-width: 1100px) {
    .smart-grid-web:before {
      transform: rotate(50deg);
      top: 0;
      left: -100px; } }

.web-right {
  position: relative; }
  .web-right img {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 250px !important;
    z-index: 1; }
  .web-right:after {
    content: url(../images/web.svg);
    right: -340px;
    position: absolute;
    margin: auto;
    bottom: -290%;
    z-index: 5; }
    @media only screen and (min-width: 1100px) {
      .web-right:after {
        bottom: -50%;
        right: 0; } }

.absolute-mobile img {
  position: absolute;
  top: 0; }
  @media only screen and (min-width: 1100px) {
    .absolute-mobile img {
      position: relative; } }

.og-popular-faqs {
  max-width: 600px;
  margin: 0 auto; }
  .og-popular-faqs ol {
    margin: 5px; }
    .og-popular-faqs ol li {
      color: #802D46;
      font-family: "korolev-condensed", sans-serif;
      font-weight: bold;
      list-style: none;
      counter-increment: foo;
      display: table-row; }
      .og-popular-faqs ol li::before {
        content: counter(foo) ".";
        display: table-cell;
        text-align: right;
        padding-right: 0.3em;
        vertical-align: top; }
      .og-popular-faqs ol li a {
        color: #802D46;
        font-family: "korolev-condensed", sans-serif;
        font-size: 1.1em;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 20px; }

.donut-chart svg {
  max-width: 100%; }

@media (max-width: 720px) {
  .donut-chart svg {
    height: auto; } }
.white-corner-angle {
  background-repeat: no-repeat;
  background-size: cover; }

.table-data.table-data p + p {
  margin-top: 0; }

.post-thumbnail {
  margin-bottom: 15px; }

.og-card,
.og-large-teaser,
.og-mega-teaser,
.featured-teaser {
  margin-bottom: 2em; }

.og-mega-teaser .og-card-img,
.og-large-teaser .og-card-img,
.featured-teaser .og-card-img {
  margin-bottom: 1em; }
.og-mega-teaser h4,
.og-large-teaser h4,
.featured-teaser h4 {
  font-size: 32px; }

.og-card {
  max-width: 640px; }
  .og-card .og-card-body {
    background-color: #fff;
    padding: 25px 35px;
    position: relative; }
    .og-card .og-card-body:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 40px solid #E7E8EC;
      border-left: 80px solid transparent; }

.og-corner-left-gray:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 70px solid transparent;
  border-left: 130px solid #E8E8E8;
  width: 0; }
@media only screen and (min-width: 720px) {
  .og-corner-left-gray:before {
    border-top: 70px solid transparent;
    border-left: 130px solid #E8E8E8; } }

.og-corner-right-gray:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 60px solid transparent;
  border-right: 90px solid #E8E8E8;
  width: 0; }
@media only screen and (min-width: 720px) {
  .og-corner-right-gray:before {
    border-top: 60px solid transparent;
    border-right: 90px solid #E8E8E8; } }

.og-corner-left-white:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 70px solid transparent;
  border-left: 130px solid #fff;
  width: 0; }
@media only screen and (min-width: 720px) {
  .og-corner-left-white:before {
    border-top: 70px solid transparent;
    border-left: 130px solid #fff; } }

.og-corner-right-white:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 60px solid transparent;
  border-right: 90px solid #fff;
  width: 0; }
@media only screen and (min-width: 720px) {
  .og-corner-right-white:before {
    border-top: 60px solid transparent;
    border-right: 90px solid #fff; } }

.og-panel-mb {
  overflow: hidden;
  margin-bottom: 60px; }

.faq-sticky {
  position: relative; }

.siteorigin-panels #content .panel-grid .faq-sticky > div:first-child {
  position: static; }

.fixed-scroll-top #fixed-scroll {
  position: fixed;
  top: 0;
  transform: translateY(100px); }

.hide-header .fixed-scroll-top #fixed-scroll {
  transform: translateY(0px); }

#fixed-scroll .og-resources h3 {
  color: #4D4D4D;
  margin-bottom: 0px; }

#sidebar-resources article a {
  color: #00828e;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0px; }
  #sidebar-resources article a p {
    line-height: auto; }

.fixed-scroll-bottom #fixed-scroll {
  position: absolute;
  bottom: 100px; }

.top-angle-margin {
  margin-top: -30px; }

.chartHolder {
  transform: scale(0.7);
  margin-left: -6%;
  margin-top: -20%; }
  @media only screen and (min-width: 720px) {
    .chartHolder {
      transform: scale(0.8);
      margin-left: 0;
      margin-top: 0; } }
  @media only screen and (min-width: 1100px) {
    .chartHolder {
      transform: scale(1);
      margin-top: 0;
      margin-left: 0; } }

.news {
  outline: none;
  font-family: "korolev", sans-serif;
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d0d0;
  margin-bottom: 22px; }
  .news .post-date {
    font-size: 15px;
    font-weight: 500;
    color: #4D4D4D;
    outline: none;
    margin-bottom: 6px; }
  .news .post-title {
    margin-top: -4px;
    outline: none; }
    @media only screen and (min-width: 1100px) {
      .news .post-title {
        margin-top: -10px; } }
    .news .post-title h4 {
      color: #016F54;
      margin-bottom: 0;
      font-family: "korolev", sans-serif;
      font-weight: bold;
      font-size: 1.1em;
      line-height: 38px;
      outline: none; }
  .news .post-excerpt {
    font-family: "source-sans-pro", sans-serif;
    font-size: 0.8em;
    color: #4D4D4D;
    line-height: 1.2em;
    outline: none;
    cursor: pointer; }
    .news .post-excerpt a {
      color: #4D4D4D;
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
      font-family: "source-sans-pro", sans-serif; }
      .news .post-excerpt a:hover {
        color: #4D4D4D; }
    .news .post-excerpt .moretag {
      font-weight: bold;
      color: #016F54; }
      .news .post-excerpt .moretag:hover {
        color: #016F54; }

.featured {
  outline: none;
  font-family: "korolev", sans-serif;
  padding-bottom: 25px;
  border-bottom: 1px solid #d1d0d0;
  margin-bottom: 22px; }
  .featured .post-article-title {
    color: #4D4D4D;
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: bold;
    outline: none; }
  .featured .post-article-name {
    outline: none;
    margin-bottom: 4px;
    letter-spacing: 0.005em; }
    .featured .post-article-name a {
      font-weight: bold;
      color: #016F54;
      font-size: 32px;
      outline: none; }

.og-card-img {
  margin-bottom: 18px;
  height: 292px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer; }

.news-all-view {
  float: left;
  width: 100%; }
  @media only screen and (min-width: 1100px) {
    .news-all-view {
      width: 65%; } }

#news-contact-block {
  float: left;
  height: 293px;
  margin: 0;
  width: 100%; }
  #news-contact-block:after {
    content: "";
    clear: both; }
  @media only screen and (min-width: 1100px) {
    #news-contact-block {
      width: 30%;
      margin-left: 5%; } }

.news-post-image {
  position: relative;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  margin-bottom: 40px; }
  .news-post-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 60px solid transparent;
    border-right: 90px solid #fff;
    width: 0; }
  @media only screen and (min-width: 720px) {
    .news-post-image {
      height: 445px; }
      .news-post-image:before {
        border-top: 60px solid transparent;
        border-right: 90px solid #fff; } }

.og-button {
  z-index: 10;
  position: relative;
  color: #016F54;
  font-size: 0.9em; }

.og-button a.btn-og-green {
  display: inline-block;
  background: transparent;
  color: #016F54;
  border: 2px solid #016F54;
  border-radius: 0;
  padding: 0.5em 3.2em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  font-family: "source-sans-pro", sans-serif;
  text-align: center;
  min-width: 165px;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: border 250ms ease, color 250ms ease; }
  .og-button a.btn-og-green:hover {
    border-color: #058193;
    background-color: #058193;
    color: #fff; }

.post-headings h4 {
  font-size: 1.2em;
  opacity: 0.6; }
.post-headings h2 {
  font-size: 2.6em;
  line-height: 1.2em; }

.filter-disabled {
  display: none; }

#news-load-more {
  background-color: white;
  color: #016F54;
  border-color: #016F54; }
  #news-load-more:hover {
    background-color: #016F54;
    color: white; }

.page-taleo #site-title h1 a {
  border-left: 1px solid transparent; }

.taleo-content h1 {
  font-size: 1.5em; }
.taleo-content img {
  width: auto; }

.hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  min-height: 342px; }
@media(max-width: 1099px) {
  .hero {
    min-height: 210px; } }
  .hero .hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .hero .hero__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom; }
  .hero .hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 93px 0 50px; }
@media(max-width: 1099px) {
  .hero .hero__content {
    padding: 68px 0 50px; } }
  .hero .hero__head h1 {
    font-size: 72px;
    line-height: 1;
    color: #fff;
    font-family: "korolev-condensed", sans-serif; }
@media(max-width: 1099px) {
  .hero .hero__head h1 {
    font-size: 34px; } }
    .hero .hero__head h1:last-child {
      margin-bottom: 0; }

.shell {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

/* Shell--fluid */
.shell--fluid {
  max-width: 100%; }

.btn-new {
  display: inline-block;
  background-color: transparent;
  color: #016F54 !important;
  border: 2px solid #016F54;
  border-radius: 0;
  padding: 10px 58px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  font-family: "source-sans-pro", sans-serif;
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s; }
@media(max-width: 1024px) {
  .btn-new {
    padding: 10px 30px; } }
  .btn-new:hover {
    color: #fff !important;
    background-color: #016F54; }

.section-grid {
  /* Section__inner--reversed */
  /* Section__head--gree */ }
  .section-grid .section__inner {
    display: -ms-flexbox;
    display: flex; }
@media(max-width: 1024px) {
  .section-grid .section__inner {
    display: block; } }
  .section-grid .section__inner--reversed {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .section-grid .section__content {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 118px 0 111px; }
@media(max-width: 1024px) {
  .section-grid .section__content {
    padding: 50px 0; } }
  .section-grid .section__inner--reversed .section__content-wrapper {
    left: 10vw; }
  .section-grid .section__content-wrapper {
    position: relative;
    left: 9.1vw;
    width: 29.4vw; }
@media(max-width: 1024px) {
  .section-grid .section__content-wrapper {
    position: static;
    width: 100%;
    left: auto; } }
  .section-grid .section__head h2 {
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 0; }
  .section-grid .section__head--green h2 {
    color: #016F54; }
  .section-grid .section__head + .section__body {
    margin-top: 32px; }
  .section-grid .section__body p {
    margin-bottom: 8px; }
  .section-grid .section__body + .section__actions {
    margin-top: 47px; }
  .section-grid .section__inner--reversed .section__media {
    margin-right: 0;
    margin-left: -15px; }
@media(max-width: 1024px) {
  .section-grid .section__inner--reversed .section__media {
    margin: 0 -15px; } }
  .section-grid .section__media {
    -ms-flex: 0 1 calc(50% + 15px);
        flex: 0 1 calc(50% + 15px);
    max-width: 960px;
    margin-right: -15px; }
@media(max-width: 1024px) {
  .section-grid .section__media {
    max-width: unset;
    width: calc(100% + 30px);
    margin: 0 -15px 0; } }
  .section-grid .section__video {
    padding: 64px;
    width: 100%;
    height: 100%;
    background-color: #D9D9D9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
@media(max-width: 1399px) {
  .section-grid .section__video {
    padding: 40px; } }
@media(max-width: 1024px) {
  .section-grid .section__video {
    padding: 25px 15px; } }
  .section-grid .section__video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
  .section-grid .section__video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .section-grid .section__img {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 75.416%; }
@media(max-width: 1024px) {
  .section-grid .section__img {
    width: 100vw;
    padding-bottom: 56.25%; } }
  .section-grid .section__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/* Section-grid--top-padding */
.section-grid--top-padding {
  padding-top: 119px; }
@media(max-width: 1199px) {
  .section-grid--top-padding {
    padding-top: 90px; } }
@media(max-width: 1024px) {
  .section-grid--top-padding {
    padding-top: 60px; } }
/* Section-grid--top-margin */
.section-grid--top-margin {
  margin-top: 172px; }
@media(max-width: 1199px) {
  .section-grid--top-margin {
    margin-top: 150px; } }
@media(max-width: 1199px) {
  .section-grid--top-margin {
    margin-top: 90px; } }
@media(max-width: 1024px) {
  .section-grid--top-margin {
    margin-top: 60px; } }
/* Section-grid--grey */
.section-grid--grey {
  background-color: #e8e8e8; }

/* Section-grid--angle-top-right */
.section-grid--angle-top-right {
  position: relative; }
  .section-grid--angle-top-right:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 50vw;
    height: 11.3vw;
    background-color: inherit;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 5; }

/* Section-grid--angle-top-left */
.section-grid--angle-top-left {
  position: relative; }
  .section-grid--angle-top-left:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 50vw;
    height: 11.3vw;
    background-color: inherit;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 5; }

.section-info {
  background-color: #72994C;
  padding: 106px 0 102px;
  /* Section__col--size-1 */
  /* Section__col--size-2 */
  /* Section__col--size-3 */ }
@media(max-width: 1024px) {
  .section-info {
    padding: 90px 0; } }
@media(max-width: 575px) {
  .section-info {
    padding: 75px 0; } }
  .section-info .section__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    column-gap: 10px; }
@media(max-width: 1199px) {
  .section-info .section__inner {
    display: block; } }
  .section-info .section__main {
    -ms-flex: 0 1 399px;
        flex: 0 1 399px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
@media(max-width: 1199px) {
  .section-info .section__main {
    display: block; } }
  .section-info .section__head {
    -ms-flex: 0 1 241px;
        flex: 0 1 241px;
    padding-right: 10px;
    padding-top: 7px; }
@media(max-width: 1199px) {
  .section-info .section__head {
    max-width: 678px;
    width: 100%;
    margin: 0 auto;
    text-align: center; } }
  .section-info .section__head h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: 0.07em;
    margin-bottom: 0; }
@media(max-width: 1199px) {
  .section-info .section__head + .section__img {
    margin-top: 30px; } }
@media(max-width: 575px) {
  .section-info .section__head + .section__img {
    margin-top: 38px; } }
  .section-info .section__img {
    -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
@media(max-width: 1199px) {
  .section-info .section__img {
    max-width: 140px;
    height: 140px;
    margin: 0 auto; } }
@media(max-width: 1199px) {
  .section-info .section__main + .section__cols {
    margin-top: 50px; } }
@media(max-width: 575px) {
  .section-info .section__main + .section__cols {
    margin-top: 56px; } }
  .section-info .section__cols {
    -ms-flex: 0 0 685px;
        flex: 0 0 685px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    column-gap: 20px; }
@media(max-width: 1199px) {
  .section-info .section__cols {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin: -15px -10px;
    column-gap: 0;
    -ms-flex-pack: center;
        justify-content: center; } }
@media(max-width: 575px) {
  .section-info .section__cols {
    display: block;
    margin: 0; } }
  .section-info .section__col {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    display: -ms-flexbox;
    display: flex; }
@media(max-width: 1199px) {
  .section-info .section__col {
    -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%;
    padding: 15px 10px;
    -ms-flex-pack: center;
        justify-content: center; } }
@media(max-width: 767px) {
  .section-info .section__col {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
@media(max-width: 575px) {
  .section-info .section__col {
    padding: 0;
    width: 100%;
    margin: 0 auto; } }
@media(min-width: 1199px) {
  .section-info .section__col--size-1 {
    -ms-flex: 0 1 171px;
        flex: 0 1 171px; } }
@media(max-width: 575px) {
  .section-info .section__col--size-1 {
    max-width: 171px; } }
@media(min-width: 1199px) {
  .section-info .section__col--size-2 {
    -ms-flex: 0 1 136px;
        flex: 0 1 136px; } }
@media(max-width: 575px) {
  .section-info .section__col--size-2 {
    max-width: 136px; } }
@media(min-width: 1199px) {
  .section-info .section__col--size-3 {
    -ms-flex: 0 1 202px;
        flex: 0 1 202px; } }
@media(max-width: 575px) {
  .section-info .section__col--size-3 {
    max-width: 202px; } }
@media(max-width: 575px) {
  .section-info .section__col + .section__col {
    margin-top: 89px; } }
.tile-info {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.14;
  font-weight: 700;
  font-family: "korolev-condensed", sans-serif;
  letter-spacing: 0.065em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .tile-info .tile__head-wrapper {
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .tile-info .tile__head {
    text-align: center; }
  .tile-info .tile__head h3 {
    font-family: "korolev-condensed", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0;
    letter-spacing: 0.065em;
    color: inherit; }
  .tile-info .tile__subhead p {
    line-height: inherit; }
  .tile-info .tile__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-top: 17px; }
@media(max-width: 575px) {
  .tile-info .tile__content {
    margin-top: 24px; } }
  .tile-info .tile__list ul {
    list-style-type: none;
    text-align: initial;
    margin: 0; }
  .tile-info .tile__list li {
    display: -ms-flexbox;
    display: flex; }
  .tile-info .tile__list li + li {
    margin-top: 8px; }
  .tile-info .tile__list li img {
    max-width: 44px;
    height: 44px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .tile-info .tile__list li span {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 9px; }
  .tile-info .tile__img {
    height: 100px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  .tile-info .tile__img img {
    max-width: 120px;
    max-height: 100px; }

.list-news {
  padding: 109px 0; }
@media(max-width: 1024px) {
  .list-news {
    padding: 80px 0; } }
@media(max-width: 575px) {
  .list-news {
    padding: 60px 0; } }
  .list-news .list__head {
    text-align: center; }
  .list-news .list__head h2 {
    text-transform: uppercase; }
  .list-news .list__head + .list__items {
    margin-top: 45px; }
  .list-news .list__items {
    max-width: 1193px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px -33px; }
@media(max-width: 575px) {
  .list-news .list__items {
    display: block;
    margin: 0; } }
  .list-news .list__item {
    padding: 20px 33px;
    -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%;
    display: -ms-flexbox;
    display: flex; }
@media(max-width: 768px) {
  .list-news .list__item {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
@media(max-width: 575px) {
  .list-news .list__item {
    padding: 0; } }
@media(max-width: 575px) {
  .list-news .list__item + .list__item {
    margin-top: 40px; } }
.article-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .article-small .article__content {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .article-small .article__meta {
    color: #00828E;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 600;
    margin: 0 -10px; }
  .article-small .article__meta span {
    display: inline-block;
    padding: 0 10px; }
  .article-small .article__meta + .article__head {
    margin-top: 8px; }
  .article-small .article__head h3 {
    margin: 0;
    font-family: "korolev-condensed", sans-serif;
    color: #4D4D4D;
    font-size: 32px;
    line-height: 1.25; }
  .article-small .article__content + .article__actions {
    margin-top: 22px; }
  .article-small .article__actions {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.btn-arrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #00828E; }
  .btn-arrow .btn__text {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.5; }
  .btn-arrow .btn__arrow {
    font-size: 21px;
    line-height: 1;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 3px;
    font-weight: 700; }

.entry-content figure.wp-caption {
  min-width: 75px;
  background-color: #F6F6F6;
  padding: 16px 16px 19px 16px; }
  .entry-content figure.wp-caption img + figcaption {
    margin-top: 8px; }
.entry-content figure.alignleft,
.entry-content div.alignleft {
  float: left;
  margin: 0 32px 32px 0; }
.entry-content figure.aligncenter,
.entry-content div.aligncenter {
  margin: 0 auto 32px; }
.entry-content figure.alignright,
.entry-content div.aligncenter {
  float: right;
  margin: 0 0 32px 32px; }
.entry-content figure.alignnone,
.entry-content div.alignnone {
  vertical-align: middle; }
.entry-content div.alignleft,
.entry-content div.aligncenter,
.entry-content div.alignnone {
  min-width: 75px; }
.entry-content img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom; }
.entry-content .entry__body + .entry__actions {
  margin-top: 30px; }
.entry-content .panel-grid {
  padding: 0 !important; }
.entry-content p + p {
  margin-top: 33px; }
@media(max-width: 767px) {
  .entry-content .has-mobile-img img:nth-child(1) {
    display: none; } }
.entry-content .has-mobile-img img:nth-child(2) {
  display: none; }
@media(max-width: 767px) {
  .entry-content .has-mobile-img img:nth-child(2) {
    display: block; } }
.adv_browser_check h1 {
  font-family: "korolev-condensed", sans-serif !important;
  line-height: 1.2em !important;
  color: #4D4D4D !important; }
  @media only screen and (min-width: 1100px) {
    .adv_browser_check h1 {
      line-height: 1.2em !important;
      font-size: 2.2em !important; } }

.adv_browser_check_msg {
  font-family: "source-sans-pro", sans-serif;
  color: #4D4D4D !important;
  font-size: 16px !important; }
  @media only screen and (min-width: 1100px) {
    .adv_browser_check_msg {
      font-size: 22px !important; } }

.adv_browser_check_icons li a {
  font-family: "source-sans-pro", sans-serif;
  color: #4D4D4D !important; }

.adv_browser_check {
  top: 5% !important;
  padding: 5px; }
  @media only screen and (min-width: 720px) {
    .adv_browser_check {
      top: 30% !important;
      padding: 50px; } }

.adv_space_remover {
  display: inline-block;
  position: relative;
  top: -10px; }

.adv_browser_check_icons li img {
  width: 140px !important;
  height: 140px !important; }

/*# sourceMappingURL=style.css.map */