/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible
}

progress, sub, sup {
  vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0
}

hr {
  box-sizing: content-box;
  height: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

/*! PLUGINS */
/* Slick 1.9.0 - https://github.com/kenwheeler/slick/ */

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: grab
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

/* Slick - Theme */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*! Body Default */

ol {
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  margin-left: 0.65em;
  margin-top: 0.5em;
}

sup sup {
  font-size: 100%;
  line-height: 100%;
  top: 0em;
}

hr {
  border: 0;
  height: 1px;
  margin: 0;
  padding: 0;
  margin-top: 1.3em;
  margin-bottom: 1.6em;
}

b, strong {
  font-weight: 700;
  color: #000;
}

i, em {
  font-style: italic;
}

.alignleft {
  width: 100%;
  text-align: left;
}

.alignright {
  width: 100%;
  text-align: right;
}

.aligncenter {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

input[type=submit],
input[type=reset],
input[type=file],
input[type=image] {
  cursor: pointer;
}

hr {
  background-color: #595959;
}


/*! Mobile Navigation */
.mobilenav a:hover,
.mobilenav:hover {
  color: #1a5fab;
}

.mobilenav_close {
  width: 100%;
  height: 3em;
}

.mobilescrollnav_icon {
  width: 4em;
  height: 4em;
  z-index: 9100;
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.mobilescrollnav_icon img {
  width: 2em;
  height: 2em;
  position: absolute;
  left: 1em;
  top: 1em;
}

.close_icon {
  width: 4em;
  height: 3.25em;
  z-index: 9999;
  float: right;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.close_icon img {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 1.25em;
  right: 1em;
  opacity: 0.6;
}

/* Mobile Nav Scroll Bar */
.mobilenav::-webkit-scrollbar {
  width: 10px;
  margin: 0;
  padding: 0;
}

.mobilenav::-webkit-scrollbar-track {
  background: #fff;
}

.mobilenav::-webkit-scrollbar-thumb {
  background: #bfbfbf;
}

.mobilenav::-webkit-scrollbar-thumb:hover {
  background: #808080;
}

.mobilenav_menu {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.mobilenav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobilenav ul ul li:first-child {
  border-top: 2px solid #808080;
}

.mobilenav ul ul li:last-child {
  border-bottom: 2px solid #808080;
}

.mobilenav ul,
.mobilenav ul a {
  font-weight: 400;
}

.mobilenav li {
  font-size: 1.2em;
  line-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.mobilenav ul ul li a {
  color: #4d4d4d;
}

.mobilenav ul ul li .current-menu-item,
.mobilenav ul ul li .current-menu-item,
.mobilenav ul ul li .current-menu-item a,
.mobilenav ul ul li .current-menu-item a {
  color: #587e2a !important;
}

.mobilenav ul li {
  border-bottom: 1px solid #d9d9d9;
}

.mobilenav li {
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  display: block;
  cursor: pointer;
}

.mobilenav ul ul {
  background-color: #f5f5f5;
  font-size: .8em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  display: none;
}

.mobilenav .menu-item-has-children>a:after {
  content: "";
  display: inline-block;
  background: url("../images/icon/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  float: right;
  right: 2.25em;
  width: 1.5em;
  height: .75em;
  margin: 0;
  padding: 0;
  opacity: 0.25;
}

.mobilenav .menu-item-has-children>a.mobilenav_downarrow:after {
  content: "";
  display: inline-block;
  background: url("../images/icon/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  float: right;
  right: 2.25em;
  width: 1.5em;
  height: .75em;
  margin: 0;
  padding: 0;
  opacity: 0.25;
}

.mobilenav .menu-item-has-children>a.mobilenav_uparrow:after {
  content: "";
  display: inline-block;
  background: url("../images/icon/arrow_up.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  float: right;
  right: 2.25em;
  width: 1.5em;
  height: .75em;
  margin: 0;
  padding: 0;
  opacity: 0.25;
}

/*! Mobile Scroll Navigation */

.nav-up {
  top: 0;
  opacity: 1;
  display: none;
}

@media screen and (max-width: 900px) {
  .nav-up {
    opacity: 1;
    display: block;
  }
}

.desktopscrollnav {
  height: 5.5em;
  position: fixed;
  top: 0;
  opacity: 0;
  width: 100%;
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  display: block;
  background-color: #fff;
  z-index: 300;
}

@media screen and (max-width: 900px) {
  .desktopscrollnav {
    display: none;
  }
}

.desktopnav-up {
  top: 0;
  opacity: 1;
  display: block;
}

@media screen and (max-width: 900px) {
  .desktopnav-up {
    opacity: 1;
    display: none;
  }
}

.desktopnav-down {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 900px) {
  .desktopnav-down {
    opacity: 0;
    display: none;
  }
}

/*! Top Navigation */
.topbar ul ul ul {
  width: 12em;
  top: -0.7em;
  margin-left:7em;
  z-index:250;
}

/*! Banner - Inside */
.banner_bottom {
  margin-bottom: 0.75em;
}

.banner_bottom_small {
  margin-bottom: 0.25em;
}

.banner_home_bottom {
  margin-bottom: 2.25em;
}

@media screen and (max-width: 640px) {
  .banner_home_bottom {
    margin-bottom: 1.75em;
  }
}

.banner_solutions_inside {
  opacity: 1;
  height: auto;
}

.banner_solutions_inside img {
  width: 100%;
}

.banner_inside_photo_notext {
  opacity: 1;
}

.banner_inside_text_text {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 120%;
}

@media screen and (max-width: 900px) {
  .banner_inside_text_text {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 640px) {
  .banner_inside_text_text {
    font-size: 1em;
  }
}

.banner_inside_text_text {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .banner_inside_text_text {
    width: 60%;
  }
}

@media screen and (max-width: 1000px) {
  .banner_inside_text_text {
    width: 65%;
  }
}

@media screen and (max-width: 900px) {
  .banner_inside_text_text {
    width: 75%;
  }
}

@media screen and (max-width: 800px) {
  .banner_inside_text_text {
    width: 85%;
  }
}

@media screen and (max-width: 640px) {
  .banner_inside_text_text {
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
  }
}

.banner_inside_text_text_longer {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .banner_inside_text_text_longer {
    width: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .banner_inside_text_text_longer {
    width: 75%;
  }
}

@media screen and (max-width: 900px) {
  .banner_inside_text_text_longer {
    width: 75%;
  }
}

@media screen and (max-width: 800px) {
  .banner_inside_text_text_longer {
    width: 85%;
  }
}

@media screen and (max-width: 640px) {
  .banner_inside_text_text_longer {
    width: 100%;
  }
}

.banner_home_learnmore:hover {
  background-color: #d7e398;
  color: #003a70;
}

.banner_inside_text a:hover {
  color: #fff;
}

.banner_inside_text_mobile {
  background-color: #003a70;
  display: none;
  margin: 0;
  padding: 0;
  padding: 1em;
  margin-bottom: 0em;
}

@media screen and (max-width: 640px) {
  .banner_inside_text_mobile {
    display: inline-block;
  }
}

.banner_inside_text_mobile h1 {
  font-size: 1.85em;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-bottom: 0.25em;
  margin-top: 0em;
  text-align: center;
}

.banner_inside_text_mobile_text {
  font-size: 0.9em;
  line-height: 125%;
  color: #fff;
  text-align: center;
}

.banner_inside_text_text p {
  margin: 0;
  padding: 0;
}

/*! MOBILE */
@media screen and (max-width: 640px) {
  .margins {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
  }
}

/*! Body Text */

.bodytext_text {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 1.5em;
  padding-bottom: 1em;
  min-height: 10em;
  text-align: justify;
}

@media screen and (max-width: 640px) {
  .bodytext_text {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
  }
}

.bodytext_text ul,
.bodytext_text ol {
  margin-bottom: 1.125em;
}

.bodytext_text h2 {
  margin-bottom: 1em;
  text-align: left;
}

.bodytext_text_investors h2 {
  margin-bottom: 0.25em;
}

.bodytext_text h1,
.pagetitle {
  font-size: 2.2em;
  margin-bottom: 0.125em !important;
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 640px) {

  .bodytext_text h1,
  .pagetitle {
    font-size: 1.7em;
    line-height: 120%;
    margin-bottom: 0.25em !important;
  }
}

.bodytext_text_text {
  margin-top: 1em;
  font-size: 1.1em;
}

@media screen and (max-width: 640px) {
  .bodytext_text_text {
    min-height: 1em;
    font-size: 1em;
  }
}

.bodytext_text_justify {
  text-align: justify;
}

@media screen and (max-width: 640px) {
  .bodytext_text_justify {
    text-align: left;
  }
}

.bodytext_text_left {
  text-align: left;
}

.bodytext_text_text_nomargin {
  margin-top: 0em;
  font-size: 1.1em;
  min-height: 20em;
}

@media screen and (max-width: 640px) {
  .bodytext_text_text_nomargin {
    min-height: 1em;
    font-size: 1em;
  }
}

.bodytext_text_text_margin {
  margin-top: 1.75em;
}

.bodytext_text_text_marginsmall {
  margin-top: 0.65em;
}

.bodytext_text_text img {
  width: 100%;
  height: auto;
}

.fourcolumns_left {
  width: 48%;
  margin-right: 2%;
  float: left;
}

@media screen and (max-width: 1000px) {
  .fourcolumns_left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0em;
  }
}

.fourcolumns_right {
  width: 48%;
  margin-right: 0%;
  float: left;
}

@media screen and (max-width: 1000px) {
  .fourcolumns_right {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0em;
  }
}

.fourcolumns_two_left {
  width: 49.5%;
  margin-right: 1%;
  float: left;
}

@media screen and (max-width: 1000px) {
  .fourcolumns_two_left {
    width: 49.5%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 640px) {
  .fourcolumns_two_left {
    width: 100%;
    margin-right: 0%;
  }
}

.fourcolumns_two_right {
  width: 49.5%;
  margin-right: 0%;
  float: left;
}

@media screen and (max-width: 640px) {
  .fourcolumns_two_right {
    width: 49.5%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 640px) {
  .fourcolumns_two_right {
    width: 100%;
    margin-right: 0%;
  }
}

.locations {
  line-height: 135%;
}

.locations p {
  margin-bottom: 1.5em;
}

/*! Inside Nav Bar */
.insidenavbar {
  font-weight: 600;
  width: auto;
  background-color: #003a70;
  margin: 0;
  padding-top: 0.4em;
  padding-bottom: 0.25em;
  padding-left: 3.25%;
  padding-right: 3.25%;
  font-size: 1.0em;
  text-align: left;
  margin-bottom: 0.35em;
}

.insidenavbar,
.insidenavbar h1,
.insidenavbar h2,
.insidenavbar h3,
.insidenavbar h4,
.insidenavbar h5,
.insidenavbar h6,
.insidenavbar strong,
.insidenavbar b {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}

.insidenavbar a,
.insidenavbar a strong,
.insidenavbar a b {
  color: #fff;
}

.insidenavbar a:hover,
.insidenavbar a:hover h1,
.insidenavbar a:hover h2,
.insidenavbar a:hover h3,
.insidenavbar a:hover h4,
.insidenavbar a:hover h5,
.insidenavbar a:hover h6,
.insidenavbar a:hover strong,
.insidenavbar a:hover b,
.insidenavbar a:hover em,
.insidenavbar a:hover i {
  color: #daeec2 !important;
}

.insidenavbar ul,
.insidenavbar li,
.insidenavbar div {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.insidenavbar li {
  margin-right: 1.25em;
}

@media screen and (max-width: 640px) {
  .insidenavbar li {
    margin-right: 0.85em;
  }
}

.insidenavbar .current-menu-item,
.insidenavbar .current-menu-item a,
.insidenavbar .current_page_item,
.insidenavbar .current_page_item a {
  color: #fff;
}

.insidenavbar .current-page-ancestor,
.insidenavbar .current-page-ancestor a {
  color: #fff;
}

.insidenavbar .insidenavbar-current-page-ancestor,
.insidenavbar .insidenavbar-current-page-ancestor a {
  color: #c8dbaf !important;
}

/*! Breadcrumbs */
.insidenavbar_breadcrumbs {
  padding-left: 0%;
  padding-right: 0%;
  background-color: #fff;
  margin-bottom: 0em;
}

.insidenavbar_breadcrumbs {
  color: #707070;
}

.insidenavbar_breadcrumbs a {
  color: #707070;
}

.insidenavbar_breadcrumbs a:hover {
  color: #2a7de1 !important;
}

/*! About - Overview */
.about_overview_left {
  width: 57%;
  float: left;
}

@media screen and (max-width: 640px) {
  .about_overview_left {
    width: 100%;
    margin-bottom: 2em;
  }
}

.about_overview_right {
  width: 37%;
  float: right;
  margin-left: 6%;
}

@media screen and (max-width: 640px) {
  .about_overview_right {
    width: 100%;
    margin-left: 0%;
  }
}

.about_overview_video {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .about_overview_video {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

@media screen and (max-width: 540px) {
  .about_overview_video {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.about_overview_video_image:hover {
  opacity: 0.85;
}

.about_overview_video_image {
  position: relative;
  height: 14em;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 1200px) {
  .about_overview_video_image {
    height: 13em;
  }
}

@media screen and (max-width: 1000px) {
  .about_overview_video_image {
    height: 12em;
  }
}

@media screen and (max-width: 800px) {
  .about_overview_video_image {
    height: 10em;
  }
}

@media screen and (max-width: 640px) {
  .about_overview_video_image {
    height: 12em;
    margin-bottom: 0.75em;
  }
}

.about_overview_video_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.about_overview_video_icon img {
  width: 16%;
  margin-left: 42%;
  margin-right: 42%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.about_overview_video_text {
  color: #868686;
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 0.4em;
}

/*! About - Leadership - Grid */
.about_leadership_grid {
  padding-top: 1.5em;
  padding-bottom: 1em;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .about_leadership_grid {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.about_leadership_griditem {
  font-size: 0.95em;
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 0em;
  margin-bottom: 1.5em;
  float: left;
}

@media screen and (max-width: 1100px) {
  .about_leadership_griditem {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 800px) {
  .about_leadership_griditem {
    width: 31.333%;
  }
}

@media screen and (max-width: 640px) {
  .about_leadership_griditem {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 560px) {
  .about_leadership_griditem {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

.investors_leadership_griditem {
  font-size: 0.85em;
}

.about_leadership_griditem6 {
  font-size: 0.95em;
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 0em;
  margin-bottom: 0.75em;
  float: left;
}

@media screen and (max-width: 900px) {
  .about_leadership_griditem6 {
    width: 23%;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 800px) {
  .about_leadership_griditem6 {
    width: 31.333%;
    margin-bottom: 0.25em;
  }
}

@media screen and (max-width: 560px) {
  .about_leadership_griditem6 {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 0.25em;
  }
}

.about_leadership_griditem_photo {
  height: 14em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1300px) {
  .about_leadership_griditem_photo {
    height: 13em;
  }
}

@media screen and (max-width: 1200px) {
  .about_leadership_griditem_photo {
    height: 13em;
  }
}

@media screen and (max-width: 1100px) {
  .about_leadership_griditem_photo {
    height: 14em;
  }
}

@media screen and (max-width: 1000px) {
  .about_leadership_griditem_photo {
    height: 13em;
  }
}

@media screen and (max-width: 900px) {
  .about_leadership_griditem_photo {
    height: 12em;
  }
}

@media screen and (max-width: 800px) {
  .about_leadership_griditem_photo {
    height: 13em;
  }
}

@media screen and (max-width: 720px) {
  .about_leadership_griditem_photo {
    height: 12em;
  }
}

@media screen and (max-width: 640px) {
  .about_leadership_griditem_photo {
    height: 12em;
  }
}

@media screen and (max-width: 600px) {
  .about_leadership_griditem_photo {
    height: 13em;
  }
}

@media screen and (max-width: 580px) {
  .about_leadership_griditem_photo {
    height: 12em;
  }
}

@media screen and (max-width: 560px) {
  .about_leadership_griditem_photo {
    height: 16em;
  }
}

@media screen and (max-width: 540px) {
  .about_leadership_griditem_photo {
    height: 11em;
  }
}

.investors_leadership_griditem_photo {
  height: 12em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1300px) {
  .investors_leadership_griditem_photo {
    height: 12em;
  }
}

@media screen and (max-width: 1200px) {
  .investors_leadership_griditem_photo {
    height: 11em;
  }
}

@media screen and (max-width: 1100px) {
  .investors_leadership_griditem_photo {
    height: 11em;
  }
}

@media screen and (max-width: 1000px) {
  .investors_leadership_griditem_photo {
    height: 11em;
  }
}

@media screen and (max-width: 900px) {
  .investors_leadership_griditem_photo {
    height: 11em;
  }
}

@media screen and (max-width: 800px) {
  .investors_leadership_griditem_photo {
    height: 11em;
  }
}

@media screen and (max-width: 720px) {
  .investors_leadership_griditem_photo {
    height: 11em;
  }
}

@media screen and (max-width: 640px) {
  .investors_leadership_griditem_photo {
    height: 15em;
  }
}

@media screen and (max-width: 600px) {
  .investors_leadership_griditem_photo {
    height: 15em;
  }
}

@media screen and (max-width: 580px) {
  .investors_leadership_griditem_photo {
    height: 15em;
  }
}

@media screen and (max-width: 560px) {
  .investors_leadership_griditem_photo {
    height: 15em;
  }
}

@media screen and (max-width: 540px) {
  .investors_leadership_griditem_photo {
    height: 15em;
  }
}

.about_leadership_griditem6_photo {
  height: 12.5em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1300px) {
  .about_leadership_griditem6_photo {
    height: 11.5em;
  }
}

@media screen and (max-width: 1200px) {
  .about_leadership_griditem6_photo {
    height: 10.5em;
  }
}

@media screen and (max-width: 1100px) {
  .about_leadership_griditem6_photo {
    height: 11em;
  }
}

@media screen and (max-width: 1000px) {
  .about_leadership_griditem6_photo {
    height: 10em;
  }
}

@media screen and (max-width: 900px) {
  .about_leadership_griditem6_photo {
    height: 11.5em;
  }
}

@media screen and (max-width: 800px) {
  .about_leadership_griditem6_photo {
    height: 14em;
  }
}

@media screen and (max-width: 720px) {
  .about_leadership_griditem6_photo {
    height: 13em;
  }
}

@media screen and (max-width: 640px) {
  .about_leadership_griditem6_photo {
    height: 11em;
  }
}

@media screen and (max-width: 600px) {
  .about_leadership_griditem6_photo {
    height: 10.5em;
  }
}

@media screen and (max-width: 580px) {
  .about_leadership_griditem6_photo {
    height: 10em;
  }
}

@media screen and (max-width: 560px) {
  .about_leadership_griditem6_photo {
    height: 14em;
  }
}

@media screen and (max-width: 520px) {
  .about_leadership_griditem6_photo {
    height: 10.5em;
  }
}

a>.about_leadership_griditem:hover>.about_leadership_griditem_photo {
  opacity: 0.85;
}

.about_leadership_griditem,
.about_leadership_griditem a {
  color: #5f5f5f !important;
  line-height: 110%;
}

@media screen and (max-width: 640px) {
  .about_leadership_griditem {
    font-size: 0.85em;
  }
}

.about_leadership_griditem:hover>h3 {
  color: #9cbb77 !important;
}

.about_leadership_griditem h3 {
  font-size: 1.2em;
  color: #587e2a;
  font-weight: 700;
}

.about_leadership_griditem6 h2 {
  font-size: 1.05em;
  color: #000;
  font-weight: 600;
}

.about_leadership_griditem_text {
  text-align: left;
}

/*! About - Leadership - Individual */
.about_leadership_photo {
  width: 31%;
  height: 23em;
  margin-left: 2em;
  margin-right: 0em;
  margin-top: 0em;
  margin-bottom: 1em;
  float: right;
}

@media screen and (max-width: 1400px) {
  .about_leadership_photo {
    margin-left: 1.75em;
    height: 22em;
  }
}

@media screen and (max-width: 1300px) {
  .about_leadership_photo {
    height: 21em;
  }
}

@media screen and (max-width: 1200px) {
  .about_leadership_photo {
    height: 20em;
  }
}

@media screen and (max-width: 1100px) {
  .about_leadership_photo {
    height: 19em;
  }
}

@media screen and (max-width: 900px) {
  .about_leadership_photo {
    margin-left: 1.5em;
    height: 18em;
  }
}

@media screen and (max-width: 900px) {
  .investors_leadership_photo {
    margin-left: 1em;
    width: 30%;
  }
}

@media screen and (max-width: 800px) {
  .about_leadership_photo {
    margin-left: 1.25em;
    height: 17em;
    width: 35%;
  }
}

@media screen and (max-width: 800px) {
  .investors_leadership_photo {
    width: 25%;
    margin-left: 0.75em;
  }
}

@media screen and (max-width: 640px) {
  .about_leadership_photo {
    width: 50%;
    height: 16em;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 1.125em;
  }
}

@media screen and (max-width: 560px) {
  .about_leadership_photo {
    width: 60%;
    height: 14em;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.investors_leadership_photo {
  height: 15em;
}

@media screen and (max-width: 1400px) {
  .investors_leadership_photo {
    height: 15em;
  }
}

@media screen and (max-width: 1300px) {
  .investors_leadership_photo {
    height: 14em;
  }
}

@media screen and (max-width: 1200px) {
  .investors_leadership_photo {
    height: 14em;
  }
}

@media screen and (max-width: 1100px) {
  .investors_leadership_photo {
    height: 14em;
  }
}

@media screen and (max-width: 900px) {
  .investors_leadership_photo {
    height: 12em;
  }
}

@media screen and (max-width: 800px) {
  .investors_leadership_photo {
    height: 11em;
  }
}

@media screen and (max-width: 640px) {
  .investors_leadership_photo {
    height: 18em;
  }
}

@media screen and (max-width: 560px) {
  .investors_leadership_photo {
    height: 17em;
  }
}

/*! Contact - Overview */
h1.firsth1 {
  margin-bottom: 0.5em;
}

h1.secondh1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h1.secondh1_nobottommargin {
  margin-top: 1em;
  margin-bottom: 0em;
}

.contact_overview_left {
  width: 55%;
  float: left;
}

@media screen and (max-width: 900px) {
  .contact_overview_left {
    width: 45%;
  }
}

@media screen and (max-width: 800px) {
  .contact_overview_left {
    width: 100%;
    margin-bottom: 2em;
  }
}

.contact_overview_right {
  width: 40%;
  float: right;
  margin-left: 5%;
}

@media screen and (max-width: 900px) {
  .contact_overview_right {
    width: 50%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 800px) {
  .contact_overview_right {
    width: 100%;
    margin-left: 0%;
  }
}

#map {
  height: 22em;
  width: 100%;
}

.contact_sociallinks_row {
  margin-bottom: 0.5em;
}

.contact_sociallinks_left {
  float: left;
  margin-right: 0.75em;
}

.contact_sociallinks_left img {
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 640px) {
  .contact_sociallinks_left img {
    width: 1.5em;
    height: 1.5em;
  }
}

.contact_sociallinks_right {
  float: left;
  padding-top: 0.5em;
}

@media screen and (max-width: 640px) {
  .contact_sociallinks_right {
    padding-top: 0.25em;
  }
}

/*! Contact - Form */
.contactform {
  margin-top: 2em;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .contactform {
    margin-top: 1em;
    width: 100%;
  }
}

/*! iFrame */
iframe {
  background-color: #fff;
  border: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 36em;
  overflow: scroll;
}

@media screen and (max-width: 640px) {
  iframe {
    width: 100%;
  }
}

/*! Blog & News & Resources - Home & Investors Sidebar */
.blog_left,
.investors_withsidebar_left,
.resources_left,
.news_left {
  background-color: #fff;
  border: 0.025em solid #a8a8a8;
  color: #003a70;
  font-weight: 600;
  width: 24%;
  float: left;
}

@media screen and (max-width: 900px) {

  .blog_left,
  .news_left {
    width: 19%;
  }

  .investors_withsidebar_left,
  .resources_left {
    width: 31%;
  }
}

@media screen and (max-width: 640px) {

  .blog_left,
  .resources_left,
  .news_left,
  .investors_withsidebar_left {
    width: 100%;
    margin-bottom: 2em;
  }
}

.blog_left_filter,
.resources_left_filter,
.news_left_filter,
.investors_left_filter {
  color: #003a70;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0.45em;
  padding-bottom: 0.35em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-top: 1em;
  margin-bottom: 1.25em;
}

.blog_left ul,
.investors_withsidebar_left ul,
.resources_left ul,
.news_left ul {
  padding-top: 0em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  list-style: none;
}

.blog_left li,
.investors_withsidebar_left li,
.resources_left li,
.news_left li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 1em;
  cursor: pointer;
}

.investors_withsidebar_left li a {
  color: #003a70;
}

.blog_left li:hover,
.investors_withsidebar_left li:hover,
.resources_left li:hover,
.news_left li:hover,
.blog_left li a:hover,
.investors_withsidebar_left li a:hover,
.resources_left li a:hover,
.news_left li a:hover {
  color: #2a7de1 !important;
}

.blog_left li::before,
.resources_left li::before,
.news_left li::before {
  background-color: #003a70;
  content: "";
  display: inline-block;
  width: 0.85em !important;
  height: 0.85em !important;
  margin-right: 0.5em;
}

.blog_left li:hover::before,
.resources_left li:hover::before,
.news_left li:hover::before {
  background-color: #2a7de1 !important;
  width: 0.85em !important;
  height: 0.85em !important;
}

.blog_left .years_filter_ischecked,
.investors_withsidebar_left .years_filter_ischecked,
.investors_withsidebar_left li.years_filter_ischecked a,
.resources_left .years_filter_ischecked,
.news_left .years_filter_ischecked {
  color: #587e2a !important;
}

.blog_left li.years_filter_ischecked:hover,
.investors_withsidebar_left li.years_filter_ischecked:hover,
.investors_withsidebar_left li>a.years_filter_ischecked:hover,
.resources_left li.years_filter_ischecked:hover,
.news_left li.years_filter_ischecked:hover {
  color: #2a7de1 !important;
}

.blog_left li.years_filter_ischecked::before,
.resources_left li.years_filter_ischecked::before,
.news_left li.years_filter_ischecked::before {
  background-color: #83ab55 !important;
  width: 0.85em;
  height: 0.85em;
}

.blog_left li.years_filter_ischecked:hover::before,
.resources_left li.years_filter_ischecked:hover::before,
.news_left li.years_filter_ischecked:hover::before {
  background-color: #2a7de1 !important;
  width: 0.85em;
  height: 0.85em;
}

.investors_withsidebar_left {
  padding-top: 1.5em;
  padding-bottom: 0em;
}

.blog_right,
.news_right {
  width: 70%;
  float: right;
  margin-left: 5%;
}

@media screen and (max-width: 900px) {

  .blog_right,
  .news_right {
    width: 75%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 640px) {

  .blog_right,
  .news_right {
    width: 100%;
    margin-left: 0%;
  }
}

.resources_right {
  width: 74%;
  float: right;
  margin-left: 1%;
  padding: 0;
}

.investors_withsidebar_right {
  width: 72%;
  float: left;
  margin-left: 3%;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .resources_right {
    width: 67%;
    margin-left: 1%;
  }

  .investors_withsidebar_right {
    width: 65%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 640px) {
  .investors_withsidebar_right {
    width: 100%;
    margin-left: 0%;
  }

  .resources_right {
    width: 100%;
    margin-left: 0%;
  }
}

.filter-button-group,
.years_grid,
.years_grid_resources,
.years_grid_news {
  display: none;
}

/*! Blog & News - Home - Items */
.blog_item,
.news_item {
  width: 100%;
  font-size: 0.9em;
  line-height: 130%;
  padding-top: 0;
  padding-bottom: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
  border-bottom: 0.035em solid #afafaf;
}

.blog_item:last-of-type,
.news_item:last-of-type {
  padding-bottom: 0em;
  margin-bottom: 0em;
  border-bottom: 0em;
}

.blog_item h1,
.blog_item h2,
.blog_item h3,
.blog_item h4,
.blog_item h5,
.blog_item h1 a,
.blog_item h2 a,
.blog_item h3 a,
.blog_item h4 a,
.blog_item h5 a,
.blog_item a h1,
.blog_item a h2,
.blog_item a h3,
.blog_item a h4,
.blog_item a h5,
.news_item h1,
.news_item h2,
.news_item h3,
.news_item h4,
.news_item h5,
.news_item h1 a,
.news_item h2 a,
.news_item h3 a,
.news_item h4 a,
.news_item h5 a,
.news_item a h1,
.news_item a h2,
.news_item a h3,
.news_item a h4,
.news_item a h5 {
  color: #003a70;
  font-size: 1.7em;
  line-height: 110%;
  font-weight: 700;
  margin-top: 0.125em;
  margin-bottom: 0.25em;
}

.blog_item h1:hover,
.blog_item h2:hover,
.blog_item h3:hover,
.blog_item h4:hover,
.blog_item h5:hover,
.blog_item h1 a:hover,
.blog_item h2 a:hover,
.blog_item h3 a:hover,
.blog_item h4 a:hover,
.blog_item h5 a:hover,
.blog_item a h1:hover,
.blog_item a h2:hover,
.blog_item a h3:hover,
.blog_item a h4:hover,
.blog_item a h5:hover,
.news_item h1:hover,
.news_item h2:hover,
.news_item h3:hover,
.news_item h4:hover,
.news_item h5:hover,
.news_item h1 a:hover,
.news_item h2 a:hover,
.news_item h3 a:hover,
.news_item h4 a:hover,
.news_item h5 a:hover,
.news_item a h1:hover,
.news_item a h2:hover,
.news_item a h3:hover,
.news_item a h4:hover,
.news_item a h5:hover {
  color: #2a7de1;
}

.blog_item p,
.news_item p {
  padding: 0;
  margin: 0;
}

.blog_item_date,
.news_item_date {
  color: #5f5f5f;
  font-size: 0.85em;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-weight: 600;
  margin-top: 0;
}

.blog_item_description,
.news_item_description {
  text-align: justify;
}

@media screen and (max-width: 640px) {

  .blog_item_description,
  .news_item_description {
    text-align: left;
  }
}

.learnmore {
  white-space: nowrap;
}

.learnmore img {
  width: auto;
  height: 0.75em;
  margin-left: 0.25em;
}

/*! Blog - Individual */
.blog_photo {
  width: 31%;
  padding: 0;
  margin-left: 2em;
  margin-right: 0em;
  margin-top: 0em;
  margin-bottom: 1em;
  float: right;
}

@media screen and (max-width: 1400px) {
  .blog_photo {
    margin-left: 1.75em;
  }
}

@media screen and (max-width: 900px) {
  .blog_photo {
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 800px) {
  .blog_photo {
    width: 35%;
    margin-left: 1.25em;
  }
}

@media screen and (max-width: 640px) {
  .blog_photo {
    width: 50%;
    margin-bottom: 1.125em;
  }
}

.blog h1 {
  font-size: 2em;
  margin-bottom: 0.25em;
  line-height: 115%;
}

.blog_subtitle {
  color: #808080;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.blog h2,
.blog h3,
.blog h4,
.blog h5 {
  font-size: 1.3em;
  line-height: 125%;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-bottom: 0em;
}

.blog img {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .blog img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .blog img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
}

.blog_photo img {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*! Resources Items & Home Boxes */
.resources_item {
  background-color: #003a70;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 3em;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-top: 0;
  margin-bottom: 1em;
  position: relative;
  float: left;
  width: 28.33%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1em;
  min-height: 7em;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .resources_item {
    padding-top: 0.85em;
    width: 45%;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 6em;
  }
}

@media screen and (max-width: 640px) {
  .resources_item {
    padding-top: 0.75em;
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1em;
    min-height: 4em;
  }
}

.resources_item:hover {
  cursor: pointer;
  opacity: 0.85;
}

.investors_item:hover {
  cursor: auto;
  opacity: 1;
}

.resources_item h1,
.resources_item h2,
.resources_item h3,
.resources_item h4,
.resources_item h5,
.resources_item h1 a,
.resources_item h2 a,
.resources_item h3 a,
.resources_item h4 a,
.resources_item h5 a,
.resources_item a h1,
.resources_item a h2,
.resources_item a h3,
.resources_item a h4,
.resources_item a h5 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0em 0em 0.3em rgba(0, 58, 112, 0.65);
  font-size: 0.85em;
  line-height: 125%;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-top: 0.125em;
  padding-bottom: 0.35em;
}

@media screen and (max-width: 640px) {

  .resources_item h1,
  .resources_item h2,
  .resources_item h3,
  .resources_item h4,
  .resources_item h5,
  .resources_item h1 a,
  .resources_item h2 a,
  .resources_item h3 a,
  .resources_item h4 a,
  .resources_item h5 a,
  .resources_item a h1,
  .resources_item a h2,
  .resources_item a h3,
  .resources_item a h4,
  .resources_item a h5 {
    font-size: 0.95em;
  }
}

.resources_item p {
  padding: 0;
  margin: 0;
}

.resources_item:hover h1,
.resources_item:hover h2,
.resources_item:hover h3,
.resources_item:hover h4,
.resources_item:hover h5,
.resources_item:hover h1 a,
.resources_item:hover h2 a,
.resources_item:hover h3 a,
.resources_item:hover h4 a,
.resources_item:hover h5 a,
.resources_item:hover a h1,
.resources_item:hover a h2,
.resources_item:hover a h3,
.resources_item:hover a h4,
.resources_item:hover a h5 {
  color: #daeec2;
}

.investors_item:hover h1,
.investors_item:hover h2,
.investors_item:hover h3,
.investors_item:hover h4,
.investors_item:hover h5,
.investors_item:hover h1 a,
.investors_item:hover h2 a,
.investors_item:hover h3 a,
.investors_item:hover h4 a,
.investors_item:hover h5 a,
.investors_item:hover a h1,
.investors_item:hover a h2,
.investors_item:hover a h3,
.investors_item:hover a h4,
.investors_item:hover a h5 {
  color: #fff;
}

.resources_item_readmore {
  position: absolute;
  bottom: 1em;
  left: 0;
  background-color: #83ab55;
  color: #fff;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 0.6em;
  padding-bottom: 0.4em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 5%;
  z-index: 10;
}

@media screen and (max-width: 900px) {
  .resources_item_readmore {
    margin-left: 3%;
  }
}

@media screen and (max-width: 640px) {
  .resources_item_readmore {
    margin-left: 4%;
  }
}

.investors_item_readmore_container {
  background-color: transparent;
  position: absolute;
  width: 92%;
  bottom: 1em;
  left: 0.25em;
}

.investors_item_readmore {
  background-color: #587e2a;
  color: #fff;
  width: 60%;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 5%;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

@media screen and (max-width: 900px) {
  .investors_item_readmore {
    margin-left: 3%;
  }
}

@media screen and (max-width: 640px) {
  .investors_item_readmore {
    margin-left: 4%;
  }
}

.resources_item:hover .resources_item_readmore {
  background-color: #9cbb77;
}

.resources_item_text {
  position: relative;
  z-index: 20;
  text-align: left;
}

.resources_item_icon {
  position: absolute;
  bottom: 0.5em;
  right: 0;
  margin-right: 4%;
  width: 3em;
  height: 3em;
  z-index: 0;
  opacity: 0.9;
}

@media screen and (max-width: 900px) {
  .resources_item_icon {
    margin-right: 3%;
  }
}

.investors_item {
  padding-bottom: 8em;
  height: 7em;
}

.investors_item:hover {
  opacity: 1;
}

.investors_item_text h2 {
  margin-bottom: 0;
}

/*! News - Individual */
.news h1 {
  font-size: 1.85em;
  margin-bottom: 0.4em;
  margin-top: 0.125em;
  line-height: 120%;
}

@media screen and (max-width: 640px) {
  .news h1 {
    font-size: 1.65em;
  }
}

.news_subtitle {
  color: #808080;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.news h2,
.news h3,
.news h4,
.news h5 {
  font-size: 1.2em;
  line-height: 125%;
  font-weight: 600;
  margin-top: 0.125em;
  margin-bottom: 0.5em;
  padding-bottom: 0em;
}

@media screen and (max-width: 640px) {

  .news h2,
  .news h3,
  .news h4,
  .news h5 {
    font-size: 1.1em;
  }
}

.news img {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .news img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .news img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
}

.news_bodytext {
  margin-top: 1.5em;
}

/*! Events */
.events_container {
  font-size: 1.075em;
  width: 100%;
  border-top: 0.035em solid #afafaf;
  margin-top: 1.5em;
}

@media screen and (max-width: 640px) {
  .events_container {
    font-size: 1em;
    margin-top: 1.125em;
  }
}

.events_row {
  width: 100%;
  border-bottom: 0.035em solid #afafaf;
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}

@media screen and (max-width: 640px) {
  .events_row {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

.events_row,
.events_row a {
  color: #000;
  line-height: 120%;
  font-weight: 400;
}

.events_title,
.events_title a {
  color: #003a70;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 640px) {

  .events_title,
  .events_title a {
    text-align: left;
    margin-bottom: 0.125em;
  }
}

.events_date {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .events_date {
    text-align: left;
  }
}

.events_location {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .events_location {
    text-align: left;
  }
}

a>.events_row:hover {
  background-color: #2a7de1;
  color: #fff;
  cursor: pointer;
}

a>.events_row:hover,
a>.events_row:hover .events_title,
a>.events_row:hover .events_title a {
  color: #fff !important;
}

.events_left {
  float: left;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1%;
  padding-right: 1%;
}

.events_title {
  width: 43%;
}

.events_date {
  width: 32%;
}

.events_location {
  width: 19%;
}

@media screen and (max-width: 640px) {

  .events_title,
  .events_date,
  .events_location,
  .events_left {
    width: 96%;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.events_container_noevents {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}

/*! Careers */
.careers_testimonials {
  width: 100%;
  padding-top: 0em;
  padding-bottom: 2em;
}

.careers_testimonials_item {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1em;
  float: left;
}

@media screen and (max-width: 640px) {
  .careers_testimonials_item {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}

.testimonials-position {
  font-style: italic;
  text-align: left;
}

.careers_testimonials_item_photo {
  width: 100%;
  height: 13em;
}

@media screen and (max-width: 900px) {
  .careers_testimonials_item_photo {
    height: 15em;
  }
}

@media screen and (max-width: 640px) {
  .careers_testimonials_item_photo {
    height: 13em;
  }
}

.careers_testimonials_item_text {
  width: 100%;
  margin-top: 1em;
}

@media screen and (max-width: 900px) {
  .careers_testimonials_item_text {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .careers_testimonials_item_text {
    margin-top: 0.75em;
  }
}

.careers_testimonials_item_text h2,
.careers_testimonials_item_text h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: #666666;
  line-height: 115%;
  margin-bottom: 0;
  text-align: left;
}

.careers_testimonials_item_text_left {
  float: left;
  width: 7%;
  margin: 0;
  padding: 0;
  margin-right: 3%;
  line-height: 100%;
}

.careers_testimonials_item_text_left img {
  max-width: 100%;
  height: 2em;
  margin: 0;
  padding: 0;
}

.careers_testimonials_item_text_right {
  line-height: 125%;
  font-size: .95em;
  float: left;
  width: 90%;
  padding-top: 0.5em;
  text-align: justify;
}

@media screen and (max-width: 900px) {
  .careers_testimonials_item_text_right {
    text-align: left;
  }
}

.careers_testimonials .owl-stage {
  padding-top: 0em;
  margin-top: 3em;
}

@media screen and (max-width: 640px) {
  .careers_testimonials .owl-stage {
    padding-top: 0em;
    margin-top: 1em;
  }
}

/*!  HOME BOXES */
.home_box_description {
  font-size: 0.9em;
  line-height: 140%;
  width: 75%;
  text-shadow: 0em 0em 0.3em rgba(0, 58, 112, 0.85);
}

.home_box:hover {
  color: #daeec2;
}

.home_box:hover .home_box_readmore {
  background-color: #9cbb77;
}

.slick-center .slick-list {
  height: 15em;
}

/*! Home */
.home_2columns_item_left_lightblue {
  background-color: #4e84c3;
}

/*! Solutions */
.solutions_circles_container {
  position: relative;
  width: 100%;
  margin-top: 1.75em;
  min-height: 13em;
}

@media screen and (max-width: 1000px) {
  .solutions_circles_container {
    min-height: 11em;
  }
}

@media screen and (max-width: 900px) {
  .solutions_circles_container {
    min-height: 11em;
  }
}

@media screen and (max-width: 800px) {
  .solutions_circles_container {
    min-height: 9em;
  }
}

@media screen and (max-width: 640px) {
  .solutions_circles_container {
    background-color: #003a70;
    min-height: 1em;
  }
}

.solutions_circles_blue {
  background-color: #003a70;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: 9.5em;
}

@media screen and (max-width: 1000px) {
  .solutions_circles_blue {
    min-height: 6em;
  }
}

@media screen and (max-width: 900px) {
  .solutions_circles_blue {
    min-height: 4em;
  }
}

@media screen and (max-width: 800px) {
  .solutions_circles_blue {
    min-height: 2em;
  }
}

@media screen and (max-width: 640px) {
  .solutions_circles_blue {
    min-height: 1em;
  }
}

.solutions_circles_container_circles {
  position: relative;
  width: 86%;
  margin-left: 7%;
  margin-right: 7%;
  z-index: 100;
}

@media screen and (max-width: 800px) {
  .solutions_circles_container_circles {
    position: relative;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

.solutions_circle {
  font-size: 1.1em;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  float: left;
  padding-bottom: 1.5em;
  width: 21%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 1%;
  padding-right: 1%;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .solutions_circle {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 800px) {
  .solutions_circle {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 640px) {
  .solutions_circle {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.solutions_circle {
  color: #fff;
}

.solutions_circle:hover {
  color: #9fc4f1;
}

.solutions_circle_icon {}

.solutions_circle_icon img {
  width: 86%;
  margin-left: 7%;
  margin-right: 7%;
  margin-bottom: 0.125em;
}

@media screen and (max-width: 640px) {
  .solutions_circle_icon img {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 0.2em;
  }
}

.solutions_circle_icon img:hover {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: -0.5em;
}

@media screen and (max-width: 1200px) {
  .solutions_circle_icon img:hover {
    margin-top: -0.4em;
  }
}

@media screen and (max-width: 1000px) {
  .solutions_circle_icon img:hover {
    margin-top: -0.3em;
  }
}

@media screen and (max-width: 800px) {
  .solutions_circle_icon img:hover {
    margin-top: -0.2em;
  }
}

@media screen and (max-width: 640px) {
  .solutions_circle_icon img:hover {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 0em;
  }
}

.solutions_description {
  padding-top: 2em;
  padding-bottom: 1em;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.solutions_description_metrics {
  float: left;
  width: 26%;
  padding-left: 0%;
  padding-right: 4%;
  padding-top: 0.25em;
  margin-top: 0;
  border-right: 0.05em solid #808080;
}

@media screen and (max-width: 1100px) {
  .solutions_description_metrics {
    width: 27%;
    padding-left: 0%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 640px) {
  .solutions_description_metrics {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 2em;
    border-right: 0;
  }
}

.solutions_description_text {
  float: right;
  width: 67%;
  padding-left: 2%;
  padding-right: 0%;
  text-align: justify;
}

@media screen and (max-width: 1100px) {
  .solutions_description_text {
    width: 67%;
    padding-left: 2%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 640px) {
  .solutions_description_text {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    text-align: left;
  }
}

.solutions_description_text h2 {
  text-align: left;
}

.solutions_description_metrics img {
  width: 100%;
}

.solutions_clicked {
  color: #fff !important;
}

.solutions_clicked:hover {
  color: #fff !important;
}

.solutions_description h2 {
  font-size: 1.25em;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.75em;
}

.solutions_learnmore img {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.25em;
}

.solutions_payer_container {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #003a70;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .solutions_payer_container {
    padding-bottom: 0em;
  }
}

.solutions_payer_item_container {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .solutions_payer_item_container {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

.solutions_payer_item_container5 {
  width: 100%;
  padding-left: 8.35%;
  padding-right: 8.35%;
}

@media screen and (max-width: 640px) {
  .solutions_payer_item_container5 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.solutions_payer_item_container4 {
  width: 100%;
  padding-left: 16.68%;
  padding-right: 16.68%;
}

@media screen and (max-width: 640px) {
  .solutions_payer_item_container4 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.solutions_payer_item_container3 {
  width: 100%;
  padding-left: 25.01%;
  padding-right: 25.01%;
}

@media screen and (max-width: 640px) {
  .solutions_payer_item_container3 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.solutions_payer_item {
  float: left;
  width: 13.66%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  color: #fff;
  font-size: 0.9em;
  line-height: 110%;
  text-align: center;
  cursor: pointer;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.solutions_payer_container .solutions_payer_item {
  color: #003a70 !important;
}

@media screen and (max-width: 900px) {
  .solutions_payer_item {
    width: 14.66%;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 800px) {
  .solutions_payer_item {
    width: 15.66%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}

@media screen and (max-width: 640px) {
  .solutions_payer_item {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 1em;
  }
}

.solutions_payer_item7:first-of-type {}

@media screen and (max-width: 640px) {
  .solutions_payer_item7:first-of-type {}
}

.solutions_payer_item:hover {
  opacity: 1.0;
}

.solutions_payer_icon {
  height: 6em;
}

.solutions_payer_container .solutions_payer_item .solutions_payer_icon {
  border-left: 2px solid #2a7de1;
  border-right: 2px solid #2a7de1;
}

.solutions_payer_container .solutions_payer_item .solutions_payer_icon {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.solutions_payer_container .solutions_payer_item:hover .solutions_payer_icon,
.solutions_payer_container .solutions_clicked .solutions_payer_icon {
  border-left: 2px solid #83ab55;
  border-right: 2px solid #83ab55;
}

.solutions_payer_icon img {
  max-width: 100%;
  max-height: 6em;
  text-align: center;
}

.solutions_payer_icon_text {
  margin-top: 0.5em;
}

.solutions_payer_container .solutions_payer_item:hover .solutions_payer_icon_text {
  color: #587e2a;
}

.solutions_inside_benefits_container {
  width: 98%;
  margin-left: 2%;
  margin-right: 0%;
  margin-bottom: 2em;
  padding-top: 0.25em;
}

@media screen and (max-width: 640px) {
  .solutions_inside_benefits_container {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2em;
    padding-top: 0.25em;
  }
}

.solutions_inside_benefits {
  width: 100%;
  margin-bottom: 1em;
}

.solutions_inside_benefits_left {
  width: 5%;
  margin-right: 2%;
  float: left;
}

@media screen and (max-width: 1000px) {
  .solutions_inside_benefits_left {
    width: 7%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .solutions_inside_benefits_left {
    width: 14%;
    margin-right: 4%;
  }
}

.solutions_inside_benefits_left img {
  width: 100%;
}

.solutions_inside_benefits_right {
  width: 93%;
  float: left;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  .solutions_inside_benefits_right {
    width: 91%;
  }
}

@media screen and (max-width: 640px) {
  .solutions_inside_benefits_right {
    width: 82%;
    text-align: left;
  }
}

.solutions_inside_assets {
  width: 100%;
}

.footnotes_small {
  font-size: 0.5em;
  color: #999999;
}

.solutions_inside_benefits_name {
  color: #333333;
  font-style: italic;
}

.solutions_inside_demo {
  margin-top: 2em;
  margin-bottom: 2em;
}

.solutions_inside_demo_subhead {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.solutions_inside_demo_form {
  margin-top: 1em;
  margin-bottom: 0;
}

.solutions-form-field {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1em;
  float: left;
}

@media screen and (max-width: 900px) {
  .solutions-form-field {
    width: 30%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 640px) {
  .solutions-form-field {
    width: 100%;
    margin-right: 0%;
  }
}

.solutions-form-field input:hover {
  opacity: 1 !important;
  background-color: #fff;
}

#solutions_payer_description1a,
#solutions_payer_description1b,
#solutions_payer_description1c,
#solutions_payer_description1d,
#solutions_payer_description1e,
#solutions_payer_description1f,
#solutions_payer_description1g,
#solutions_provider_description1a,
#solutions_provider_description1b,
#solutions_provider_description1c,
#solutions_provider_description1d,
#solutions_provider_description1e,
#solutions_provider_description1f,
#solutions_provider_description1g,
#solutions_lifescience_description1a,
#solutions_lifescience_description1b,
#solutions_lifescience_description1c,
#solutions_lifescience_description1d,
#solutions_lifescience_description1e,
#solutions_lifescience_description1f,
#solutions_lifescience_description1g,
#solutions_pharmacy_description1a,
#solutions_pharmacy_description1b,
#solutions_pharmacy_description1c,
#solutions_pharmacy_description1d,
#solutions_pharmacy_description1e,
#solutions_pharmacy_description1f,
#solutions_pharmacy_description1g {
  display: none;
}

/*! Solutions Contact Boxes */
a.solutions_contact_box_home .solutions_contact_box_white {
  color: #595959 !important;
}

.solutions_contact_box_grey .link {
  margin-top: 0.5em;
}

/*! Anchor Link */
a.anchorlink {
  position: relative;
  top: -50px;
  display: block;
  height: 0;
  width: 0;
}

@media screen and (max-width: 1400px) {
  a.anchorlink {
    top: -52px;
  }
}

@media screen and (max-width: 1200px) {
  a.anchorlink {
    top: -66px;
  }
}

@media screen and (max-width: 900px) {
  a.anchorlink {
    top: -70px;
  }
}

@media screen and (max-width: 800px) {
  a.anchorlink {
    top: -80px;
  }
}

@media screen and (max-width: 640px) {
  a.anchorlink {
    top: -66px;
  }
}

a.anchorlink2 {
  position: relative;
  top: -50px;
  display: block;
  height: 0;
  width: 0;
}

@media screen and (max-width: 1400px) {
  a.anchorlink2 {
    top: -52px;
  }
}

@media screen and (max-width: 1200px) {
  a.anchorlink2 {
    top: -66px;
  }
}

@media screen and (max-width: 900px) {
  a.anchorlink2 {
    top: -70px;
  }
}

@media screen and (max-width: 800px) {
  a.anchorlink2 {
    top: -80px;
  }
}

@media screen and (max-width: 640px) {
  a.anchorlink2 {
    top: -66px;
  }
}

/*! Investors */
.investors_home_news ul {
  margin-top: 0.75em;
}

.investors_home_news li {
  line-height: 120%;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.investors_home_resources {
  margin-top: 2em;
}

.investors_home_resources .resources_item {
  width: 65%;
  padding-top: 1.5em;
  padding-bottom: 3em;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0;
  min-height: 5em;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 640px) {
  .investors_home_resources .resources_item {
    width: 74%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.investors_home_resources .resources_item {
  padding-left: 5%;
}

.investors_home_resources resources_item_text {
  margin-bottom: 0;
}

.investors_home_resources h3,
a .investors_home_resources h3 {
  color: #9cbb77 !important;
  font-weight: 600;
}

.investors_overview_video {
  height: 24em;
}

@media screen and (max-width: 1400px) {
  .investors_overview_video {
    height: 22em;
  }
}

@media screen and (max-width: 1200px) {
  .investors_overview_video {
    height: 20em;
  }
}

@media screen and (max-width: 1000px) {
  .investors_overview_video {
    height: 18em;
  }
}

@media screen and (max-width: 800px) {
  .investors_overview_video {
    height: 15em;
  }
}

@media screen and (max-width: 640px) {
  .investors_overview_video {
    height: 12em;
  }
}

.investors_2column_left {
  width: 48%;
  margin-right: 2%;
  float: left;
}

@media screen and (max-width: 640px) {
  .investors_2column_left {
    width: 100%;
    margin-right: 0%;
  }
}

.investors_2column_right {
  width: 48%;
  margin-left: 2%;
  float: left;
}

@media screen and (max-width: 640px) {
  .investors_2column_right {
    width: 100%;
    margin-left: 0%;
  }
}

.investors_smalltype {
  font-size: 0.4em !important;
  line-height: 125%;
  color: #808080;
}

.investors_secfilings img {
  width: 1em;
  height: 1em;
}

.investors_withsidebar_right h1 {
  line-height: 100%;
}

@media screen and (max-width: 640px) {
  .investors_withsidebar_right h1 {
    font-size: 1.3em;
  }
}

.investors_home_callout_container {
  margin-top: 1em;
}

.investors_home_callout {
  width: 64%;
  border: 0.1em solid #a6a6a6;
  color: #003a70;
  font-size: 1.1em;
  line-height: 120%;
  font-weight: 600;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .investors_home_callout {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.investors_home_callout_text {
  margin-bottom: 0.75em;
}

.investors_home_callout_date {
  font-size: 0.9em;
  color: #666666;
  font-weight: 400;
}

.investors_home_callout_button {
  margin-top: 0.5em;
  border-radius: 0.5em;
  background-color: #003a70;
  color: #fff;
  font-size: 0.9em;
  line-height: 110%;
  font-weight: 400;
  padding: 0.3em;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .investors_home_callout_button {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1000px) {
  .investors_home_callout_button {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 640px) {
  .investors_home_callout_button {
    font-size: 0.9em;
  }
}

.investors_home_callout_half_left {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.investors_home_callout_half_right {
  float: left;
  width: 48%;
  margin-left: 2%;
}

/*! Resources */
.resources_content {
  width: 100%;
}

.resources_content_media {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  margin-top: 3em;
}

@media screen and (max-width: 560px) {
  .resources_content_media {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.resources_content_media_item {
  margin-top: 2em;
  margin-bottom: 2em;
}

.resources_content_media h3 {
  line-height: 115%;
  margin-bottom: 0.5em;
}

.resources_content_media h4 {
  font-size: 0.85em;
  color: #808080;
  line-height: 110%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.resource_type_subhead {
  font-size: 0.85em;
  color: #808080;
  line-height: 110%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.resources_content h2 {
  margin-top: 0.5em;
}

.resources_inside_demo {
  background-color: #003a70;
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1.25em;
  padding-bottom: 1em;
  margin-top: 1.25em;
  margin-bottom: 1.5em;
}

.resources-form-field {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1em;
  float: left;
}

@media screen and (max-width: 900px) {
  .resources-form-field {
    width: 48%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .resources-form-field {
    width: 100%;
    margin-right: 0%;
  }
}

.resources-form-field-full {
  width: 100%;
  margin-right: 0%;
}

.resources_content_form {
  background-color: #003a70;
  color: #fff;
  margin-top: 1.25em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2%;
  padding-right: 2%;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .resources_content_form {
    width: 44%;
  }
}

@media screen and (max-width: 900px) {
  .resources_content_form {
    width: 66%;
  }
}

@media screen and (max-width: 640px) {
  .resources_content_form {
    width: 96%;
    margin-left: 0;
    margin-right: 0;
  }
}

.resources_content_form_instructions {
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 600;
  margin-top: 2em;
}

audio {
  width: 100%;
  margin-bottom: 1em;
}

.resources_content_download {
  font-size: 0.75em;
  font-weight: 400;
  margin-top: 0.25em;
  margin-bottom: 3em;
}

.resources_content_download a {
  color: #808080 !important;
  font-weight: 400 !important;
}

.resources_content_description {
  margin-bottom: 2em;
}

/*! Resources - Media Controls */
.mediaControlsWrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
}

.mediaControls {
  display: inline-flex;
  align-items: center;
  border: 2px solid #97c93d;
  border-radius: 50px;
  padding: 2px;
  margin-top: 15px;
}

.mediaControls p {
  margin-left: auto;
  margin-right: auto;
}

.mediaControls img#playPauseButton {
  width: 10%;
  padding: 3px 0 3px 3px;
  min-height: 50px;
}

/*! Eloqua */
.LV_validation_message {
  font-weight: bold;
  margin: 0 0 0 5px;
}

.LV_valid {
  color: #00CC00;
  display: none;
}

.LV_invalid {
  color: #CC0000;
  font-size: 0.75em;
}

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
  outline: 1px solid #00CC00;
}

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
  outline: 1px solid #CC0000;
}

/*! Button */
h6,
.button,
.button,
input[type=submit],
input[type=reset],
input[type=file],
input[type=image] {
  font-weight: 700 !important;
  font-size: 1em !important;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

h6 {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center !important;
  margin-left: .5em;
  margin-right: .5em;
}

h6 a,
a h6,
.button,
input[type=submit],
input[type=reset],
input[type=file],
input[type=image] {
  border: 0;
  background-color: #83ab55;
  color: #fff !important;
  display: block;
  margin: 0;
  line-height: 100%;
  padding-top: .75em;
  padding-bottom: .65em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 640px) {

  .button,
  input[type=submit],
  input[type=reset],
  input[type=file],
  input[type=image] {
    width: 50%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  h6 {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  h6 a {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

h6 a:hover,
a h6:hover,
a.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=image]:hover {
  background-color: #9cbb77;
}

a h6,
h6 a,
h6>a,
.button a,
input[type=submit] a,
input[type=reset] a,
input[type=file] a,
input[type=image] a {
  color: #fff !important;
}

/*! Form */
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=date] {
  width: 94%;
  padding: 0.5em;
  background-color: #e6e7e8;
  color: #000;
  border: 1px solid #e6e7e8;
}

textarea:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=radio]:focus,
input[type=checkbox]:focus {
  opacity: 0.8;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus {
  border-color: #333;
}

input[type=radio],
input[type=checkbox] {
  background-color: #fff;
  color: #000;
  border: 1px solid #e6e7e8;
  margin: 0;
  padding: 0;
  margin-right: 1em;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
  border-color: #333;
}

.form_required {
  color: #be2222;
}

select {
  max-width: 100%;
  line-height: 100%;
}

.bodytext_text_investors input {
  width: auto;
}

input[type=submit] {
  margin-top: 1em;
}

.resources_content_form input {
  width: 96%;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 640px) {
  .resources_content_form input {
    width: 95%;
  }
}

.resources_content_form input:hover {
  background-color: #fff;
  opacity: 1;
}

.resources_content_form input[type=submit]:hover {
  background-color: #9cbb77;
}

.resources_content_form input[type=submit] {
  width: auto;
  margin-bottom: 0.5em;
}

.resources_content_form label {
  display: block;
}

input.solutions-form-submit {
  margin: 0 !important;
  font-size: 0.85em !important;
  margin-top: 1em !important;
  margin-bottom: 0.25em !important;
}

/*! Search */
input[type=search] {
  background-color: #fff;
  color: #000;
  border: 0.05em solid #808080;
  font-size: 0.85em;
  margin: 0em;
  margin-right: 0.5em;
  padding: 0.5em;
}

.searchpageform button,
.searchresults button,
.searchresults input[type=submit],
.searchform button {
  background-color: #83ab55;
  color: #fff;
  border: 0;
  padding-top: 0.35em;
  padding-bottom: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.searchresults_subtitle {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  margin-bottom: 1em;
}

.searchresults h1 {
  margin-bottom: 1em !important;
}

.searchresults ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

.searchresults li {
  margin-top: 1em;
  line-height: 105%;
}

.searchresults a {
  font-size: 1.1em;
  line-height: 105%;
  font-weight: 600;
  color: #003a70;
}

.searchresults a:hover {
  color: #2a7de1;
}

.searchresults hr {
  background-color: #666666;
  color: #666666;
  margin-top: 2em;
}

.pagination h2 {
  display: none;
}

.nav-links {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2em;
}

.nav-links a {
  color: #587e2a;
}

.nav-links a:hover {
  color: #9cbb77;
}

.search-post-excerpt {
  font-size: 0.8em;
  line-height: 90% !important;
}

/*! Bottom */
.bottombar a:hover,
.bottombar a:hover h1,
.bottombar a:hover h2,
.bottombar a:hover h3,
.bottombar a:hover h4,
.bottombar a:hover h5,
.bottombar a:hover h6,
.bottombar a:hover strong,
.bottombar a:hover b,
.bottombar a:hover em,
.bottombar a:hover i {
  color: #daeec2;
}

.bottombar .current-menu-item,
.bottombar .current_page_item,
.bottombar .current-menu-item a,
.bottombar .current_page_item a {
  color: #9cbb77;
}

.socialicon:hover {
  opacity: 1;
}

/* Terms of Use */
ol.terms-of-use {
  counter-reset: alpha;
  list-style-type: none;
  margin-left: 3.0em;
}

ol.terms-of-use>li:before {
  counter-increment: alpha;
  content: "("counter(alpha, lower-alpha)") "
}

/*! Print */
@media print {
  html {
    font-size: 80%;
    color: #000;
  }
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    /*! make div backgrounds print */
  }
}
