/* base
------------------------------------------------------ */
/* colours
------------------------------------------------------ */
/* basic colours
	----------------------- */
/* typography
------------------------------------------------------ */
/* css reset - based off yui with some customisation
-------------------------------------------------------------- */
html {
  color: #000;
  background-color: #FFF;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

input, textarea, select {
  color: inherit;
  font: inherit;
}

legend {
  color: #000;
}

/* normalise.css - git.io/normalize
-------------------------------------------------------------- */
small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #d7d7d7;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* standard mixins
-------------------------------------------------------------- */
/* responsive mixins
-------------------------------------------------------------- */
/* fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'Stag';
  src: url("../fonts/Stag-Bold-Web.eot");
  src: url("../fonts/Stag-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Stag-Bold-Web.woff") format("woff"), url("../fonts/Stag-Bold-Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Stag Web';
  src: url("../fonts/Stag-Semibold-Web.eot");
  src: url("../fonts/Stag-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Stag-Semibold-Web.woff2") format("woff2"), url("../fonts/Stag-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stag Web';
  src: url("../fonts/Stag-Book-Web.eot");
  src: url("../fonts/Stag-Book-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Stag-Book-Web.woff2") format("woff2"), url("../fonts/Stag-Book-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'KlavikaWebBasicBold';
  src: url("../fonts/KlavikaWebBasicBold.eot");
  src: url("../fonts/KlavikaWebBasicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicBold.woff2") format("woff2"), url("../fonts/KlavikaWebBasicBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KlavikaWebBasicRegular';
  src: url("../fonts/KlavikaWebBasicRegular.eot");
  src: url("../fonts/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicRegular.woff2") format("woff2"), url("../fonts/KlavikaWebBasicRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KlavikaWebBasicLight';
  src: url("../fonts/KlavikaWebBasicLight.eot");
  src: url("../fonts/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicLight.woff2") format("woff2"), url("../fonts/KlavikaWebBasicLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* global
-------------------------------------------------------------- */
html, body {
  height: 100%;
}

html {
  background-color: #363636;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #363636;
  font-family: "KlavikaWebBasicLight", Helvetica, sans-serif;
  min-width: 320px;
  background-color: #363636;
}

body.menu-open {
  overflow: hidden;
}

@media screen and (min-width: 1061px) {
  body.menu-open {
    overflow: visible;
  }
}

::-webkit-input-placeholder {
  color: #363636;
  font-style: normal;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

::-moz-placeholder {
  color: #363636;
  font-style: normal;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

:-ms-input-placeholder {
  color: #363636;
  font-style: normal;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

::-moz-selection {
  color: #FFF;
  background: #2cace3;
  text-shadow: none !important;
}

::selection {
  color: #FFF;
  background: #2cace3;
  text-shadow: none !important;
}

img::-moz-selection {
  color: #FFF;
  background: #2cace3;
}

img::selection {
  color: #FFF;
  background: #2cace3;
}

strong {
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
  font-weight: normal;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a a:active, a a:hover, a a:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  color: #363636;
}

label {
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

label a:active, label a:hover, label a:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  color: #363636;
}

.social-media-links {
  color: white;
  width: 100px;
}

.social-media-links img {
  width: 29px;
}

.social-media-links .social-media-links-text {
  padding-top: 5px;
  font-size: 15px;
  float: left;
  padding-right: 14px;
}

.social-media-links .facebook-link-button {
  float: left;
  padding-right: 14px;
}

.social-media-links .instagram-link-button {
  float: left;
}

.off-screen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (min-width: 1061px) {
  .tablet-down {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media screen and (min-width: 1061px) {
  .desktop-only {
    display: inline-block;
  }
}

.mobile-only {
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .mobile-only {
    display: none;
  }
}

.tablet-up {
  display: none;
}

@media screen and (min-width: 641px) {
  .tablet-up {
    display: inline-block;
  }
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row-bounds {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (min-width: 1061px) {
  .row-bounds {
    padding: 0 30px;
  }
}

.btn {
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  display: inline-block;
  color: #fff;
  border: 0;
  padding: 8px 20px;
  background: #2cace3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn:hover, .btn:focus {
  background: #20407f;
}

.btn.btn-navy {
  background: #20407f;
}

.btn.btn-navy:hover, .btn.btn-navy:focus {
  background: #fff;
  color: #2cace3;
}

@media screen and (min-width: 1061px) {
  .btn {
    padding: 8px 30px;
  }
}

input.btn:disabled {
  background-color: lightgray;
}

.invisible {
  display: none;
}

.menu-page {
  background: #FFF;
}

/* sub layouts
-------------------------------------------------------------- */
/** * Owl Carousel v2.2.0 * Copyright 2013-2016 David Deutsch * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE) */
/* * Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* * Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* * 	Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* * 	Owl Carousel - Video Plugin */
.footer-row h5 {
  font: 22px/1.2 "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  color: #2cace3;
  padding-bottom: 15px;
}

.footer-row p {
  color: #fff;
  padding-bottom: 10px;
}

.footer-row .btn:hover, .footer-row .btn:focus {
  color: #2cace3;
  background-color: #fff;
}

.footer-row .contact {
  margin: 0 -20px;
  background-color: #2cace3;
  padding: 30px 20px;
}

.footer-row .contact h5 {
  color: #fff;
}

.footer-row .contact .ph {
  color: #fff;
  font-size: 22px;
  margin: 5px 0;
  display: inline-block;
}

.footer-row .contact .ph i {
  font-style: normal;
  color: #20407f;
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
  font-size: 70%;
  padding-right: 10px;
}

.footer-row .facebook-link-footer {
  margin: 0 -20px;
  background-color: #363636;
  float: right;
  /*padding-left: 788px;
        padding-top: 5px;*/
  top: 430px;
}

.footer-row .lhs {
  padding: 30px 0 20px;
}

.footer-row .lhs p a {
  color: #2cace3;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 400;
}

.footer-row .lhs p a:hover, .footer-row .lhs p a:focus {
  text-decoration: underline;
}

.footer-row .lhs .btn {
  margin: 10px 0 30px;
}

.footer-row .logos {
  overflow: hidden;
}

.footer-row .logos img {
  float: left;
  width: 23%;
  margin: 0 2% 10px 0;
}

.footer-row .foot {
  clear: both;
  padding-bottom: 30px;
  overflow: hidden;
}

.footer-row .outro {
  font-size: 12px;
  padding-bottom: 30px;
}

.footer-row .outro a {
  color: #2cace3;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 400;
}

.footer-row .outro a:hover, .footer-row .outro a:focus {
  text-decoration: underline;
}

.footer-row .links {
  overflow: hidden;
  font-size: 12px;
}

.footer-row .links li {
  margin-bottom: 10px;
  float: left;
  padding-right: 7px;
  margin-right: 7px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-row .links li:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

.footer-row .links a {
  color: #fff;
}

.footer-row .links a:hover, .footer-row .links a:focus {
  color: #2cace3;
}

.footer-row .copy {
  padding-top: 20px;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .footer-row .links li:nth-child(3) {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .footer-row .links li:nth-child(4) {
    clear: left;
  }
  .footer-row .facebook-link-footer {
    padding-top: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 641px) {
  .footer-row {
    padding: 20px 0 0;
  }
  .footer-row .lhs, .footer-row .contact {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-row .lhs {
    padding-right: 15px;
    min-height: 360px;
  }
  .footer-row .facebook-link-footer {
    margin: 0;
    position: absolute;
    right: 0;
    padding-top: 5px;
    padding-left: 0px;
    width: 49%;
    top: 400px;
  }
  .footer-row .contact {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 15px solid #363636;
    border-right: 20px solid #363636;
  }
  .footer-row .outro {
    clear: left;
    font-size: 13px;
    max-width: 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-row .links {
    font-size: 13px;
  }
  .footer-row .links li {
    padding-right: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1061px) {
  .footer-row {
    padding-top: 50px;
  }
  .footer-row h5 {
    font-size: 30px;
  }
  .footer-row .lhs {
    width: 63%;
    min-height: 320px;
  }
  .footer-row .lhs .btn {
    margin-bottom: 70px;
  }
  .footer-row .outro {
    max-width: 600px;
    padding-top: 40px;
  }
  .footer-row .facebook-link-footer {
    width: 35%;
    top: 430px;
  }
  .footer-row .contact {
    width: 37%;
    padding: 30px;
    border-left: 26px solid #363636;
    border-right: 31px solid #363636;
  }
  .footer-row .contact .ph {
    font-size: 30px;
  }
  .footer-row .links {
    float: left;
  }
  .footer-row .copy {
    float: right;
    padding-top: 0;
    position: relative;
    top: -2px;
  }
}

.article-footer-row {
  background-color: #fff;
}

.article-footer .links {
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 40px;
}

.article-footer .links li {
  margin-bottom: 10px;
  float: left;
  padding-right: 7px;
  margin-right: 7px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: #20407f;
}

.article-footer .links li:after {
  content: "|";
}

.article-footer .links li:last-child:after {
  content: "";
}

.article-footer .links li:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

.article-footer .links a {
  padding-right: 14px;
}

.article-footer .links a:hover, .article-footer .links a:focus {
  color: #2cace3;
}

.header-row {
  background: #1b356a;
  background: -moz-linear-gradient(left, #1b356a 0%, #203f7e 33%, #182f5d 100%);
  background: -webkit-linear-gradient(left, #1b356a 0%, #203f7e 33%, #182f5d 100%);
  background: linear-gradient(to right, #1b356a 0%, #203f7e 33%, #182f5d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b356a', endColorstr='#182f5d',GradientType=1 );
  padding: 20px 0;
}

.header-row .logo {
  display: inline-block;
}

.header-row .logo img {
  padding-left: 70px;
  width: 75px;
  height: 30px;
  display: block;
}

.header-row .toggle {
  position: absolute;
  left: 0;
  top: -20px;
  background-color: #2cace3;
  height: 70px;
  width: 70px;
}

.header-row .toggle span {
  text-indent: -9999px;
  position: absolute;
  top: 32px;
  left: 20px;
  height: 4px;
  width: 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-row .toggle span:before, .header-row .toggle span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  width: 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-row .toggle span:after {
  top: -10px;
}

.header-row .toggle.active span {
  width: 0;
  left: 35px;
}

.header-row .toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: -15px;
}

.header-row .toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
  left: -15px;
}

.header-row .toggle-search {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  padding: 0;
  width: 40px;
  text-indent: -9999px;
  background-image: url(../../images/i-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 24px;
}

.header-row .toggle-search:hover, .header-row .toggle-search:focus {
  fill: #2cace3;
}

.header-row .welcome {
  display: none;
}

.header-row .login {
  display: none;
}

@media screen and (min-width: 1061px) {
  .header-row .logo {
    padding-top: 7px;
  }
  .header-row .logo img {
    padding-left: 0;
    width: 150px;
    height: 60px;
    padding-bottom: 7px;
  }
  .header-row .toggle, .header-row .toggle-search {
    display: none;
  }
  .header-row .welcome {
    display: block;
    float: right;
    font-size: 20px;
    color: #fff;
    padding-top: 6px;
  }
  .header-row .welcome .welcome-title {
    display: block;
    color: #fff;
    text-align: right;
    padding-bottom: 5px;
  }
  .header-row .welcome a {
    float: right;
    color: #2cace3;
    margin: 0 0 0 20px;
    font-size: 16px;
  }
  .header-row .welcome a:hover, .header-row .welcome a:focus {
    color: #fff;
  }
  .header-row .welcome .login-tools {
    float: left;
  }
  .header-row .welcome .login-tools li {
    float: left;
  }
  .header-row .login {
    display: block;
    float: right;
    font-size: 15px;
  }
  .header-row .login .form-title {
    float: left;
    color: #fff;
    padding: 10px 15px 0 0;
  }
  .header-row .login .field-group {
    float: left;
    position: relative;
    margin-left: 5px;
  }
  .header-row .login .label {
    opacity: 0;
    position: absolute;
    left: 10px;
    top: -15px;
    font-size: 9px;
    color: #fff;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-row .login .input-text {
    float: left;
    height: 40px;
    border: 1px solid #fff;
    padding: 0 10px;
    outline: 0;
    width: 162px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-row .login .input-text:focus ~ label {
    opacity: 1;
    left: 10px;
    top: -15px;
  }
  .header-row .login .input-text:focus::-webkit-input-placeholder {
    color: #fff;
  }
  .header-row .login .input-text::-moz-placeholder {
    color: #fff;
  }
  .header-row .login .input-text:-ms-input-placeholder {
    color: #fff;
  }
  .header-row .login .error {
    color: #fb1842;
    line-height: 1.3;
    font-size: 14px;
    padding: 5px 15px 0 0;
  }
  .header-row .login .field-submit {
    float: left;
  }
  .header-row .login .btn-submit {
    float: left;
    padding: 0 10px;
    font-size: 15px;
    height: 40px;
  }
  .header-row .login .btn-submit:focus, .header-row .login .btn-submit:hover {
    background-color: #2cace3;
  }
  .header-row .login a {
    color: #2cace3;
  }
  .header-row .login a:hover, .header-row .login a:focus {
    color: #fff;
  }
  .header-row .login .login-tools {
    clear: both;
    float: right;
    font-size: 13px;
    padding-top: 15px;
  }
  .header-row .login .login-tools li {
    float: left;
    white-space: nowrap;
    padding-left: 18px;
  }
  .header-row .login .checkbox {
    cursor: pointer;
    color: #2cace3;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header-row .login .checkbox:hover, .header-row .login .checkbox:focus {
    color: #fff;
  }
  .header-row .login .checkbox .icheckbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    float: left;
    border: 2px solid #20407f;
    background: #fff;
    margin: 1px 6px 0 0;
  }
  .header-row .login .checkbox .icheckbox.checked {
    position: relative;
    border: 0;
    background-color: transparent;
  }
  .header-row .login .checkbox .icheckbox.checked:before, .header-row .login .checkbox .icheckbox.checked:after {
    content: "";
    width: 6px;
    height: 2px;
    bottom: 5px;
    left: 2px;
    position: absolute;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .header-row .login .checkbox .icheckbox.checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px;
    left: 5px;
    bottom: 7px;
  }
}

.search-mobile-row {
  background-color: #fff;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-mobile-row.open {
  max-height: 1000px;
}

.search-mobile-row .search-mobile {
  position: relative;
  height: 40px;
  margin: 20px;
}

.search-mobile-row .input-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 50px 0 11px;
  font-size: 15px;
  border: 1px solid #d7d7d7;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.search-mobile-row .input-text:focus {
  border-color: #2cace3;
}

@media screen and (min-width: 1061px) {
  .search-mobile-row {
    display: none;
  }
}

@media screen and (max-width: 1060px) {
  .nav-row {
    background-color: #2cace3;
    width: 220px;
    height: 100%;
    position: absolute;
    left: -220px;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    padding: 25px 0;
  }
  .nav-row li {
    display: block;
  }
  .nav-row a {
    display: inline-block;
    color: #fff;
    padding: 5px 0;
  }
  .nav-row a:hover, .nav-row a:focus, .nav-row a.selected {
    color: #20407f;
  }
  .nav-row .btn-navy {
    font-size: 16px;
    margin: 20px 0 8px;
    padding: 9px 20px;
  }
  .nav-row .search, .nav-row .drop-down {
    display: none;
  }
  .shift {
    position: relative;
    left: 0;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .menu-open .shift {
    left: 220px;
  }
}

@media screen and (min-width: 1061px) {
  .nav-row {
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0 0;
    position: relative;
  }
  .nav-row .row-bounds {
    position: static;
  }
  .nav-row .main-nav > ul > li {
    float: left;
    padding-right: 20px;
  }
  .nav-row .main-nav > ul > li > a {
    float: left;
    color: #363636;
    padding: 7px 0 17px;
    font-size: 18px;
  }
  .nav-row .main-nav > ul > li > a:hover, .nav-row .main-nav > ul > li > a:focus {
    color: #2cace3;
  }
  .nav-row .main-nav > ul > li > a.selected {
    color: #2cace3;
  }
  .nav-row .main-nav > ul > li.hover > a {
    color: #2cace3;
  }
  .nav-row .main-nav > ul > li.hover .drop-down {
    max-height: 500px;
    opacity: 1;
  }
  .nav-row .drop-down {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 61px;
    width: 100%;
    z-index: 100;
    background-color: #2cace3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .nav-row .drop-down li {
    display: block;
  }
  .nav-row .drop-down a {
    display: inline-block;
    color: #fff;
    padding: 5px 0;
  }
  .nav-row .drop-down a:hover, .nav-row .drop-down a:focus {
    color: #20407f;
  }
  .nav-row .drop-down .navy-menu {
    padding: 30px 0;
    width: 20%;
    float: left;
    font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
  }
  .nav-row .drop-down .white-menu {
    padding: 30px 0;
    width: 80%;
    float: right;
  }
  .nav-row .drop-down .white-menu li {
    float: left;
    width: 33.33%;
  }
  .nav-row .drop-down .white-menu li:nth-child(3n-5) {
    width: 30%;
    clear: left;
  }
  .nav-row .drop-down .white-menu li:nth-child(3n-4) {
    width: 40%;
  }
  .nav-row .drop-down .white-menu li:nth-child(3n-3) {
    width: 30%;
  }
  .nav-row .drop-down .white-menu li a {
    position: relative;
    padding-left: 20px;
  }
  .nav-row .drop-down .white-menu li a:before, .nav-row .drop-down .white-menu li a:after {
    content: "";
    width: 7px;
    height: 1px;
    top: 13px;
    left: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .nav-row .drop-down .white-menu li a:after {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-row .drop-down .white-menu li a:hover:before, .nav-row .drop-down .white-menu li a:hover:after, .nav-row .drop-down .white-menu li a:focus:before, .nav-row .drop-down .white-menu li a:focus:after {
    background-color: #20407f;
  }
  .nav-row .btn-navy, .nav-row .register {
    display: none;
  }
  .nav-row .search {
    float: right;
    position: relative;
    width: 290px;
    height: 40px;
  }
  .nav-row .input-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 50px 0 11px;
    font-size: 15px;
    border: 1px solid #d7d7d7;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
  }
  .nav-row .input-text:focus {
    border-color: #2cace3;
  }
  .nav-row .input-text:focus::-webkit-input-placeholder {
    color: #fff;
  }
  .nav-row .input-text::-moz-placeholder {
    color: #fff;
  }
  .nav-row .input-text:-ms-input-placeholder {
    color: #fff;
  }
  .nav-row .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    width: 40px;
    text-indent: -9999px;
    background-image: url(../../images/i-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 24px;
  }
  .nav-row .btn-submit:hover, .nav-row .btn-submit:focus {
    background-color: #2cace3;
  }
}

@media screen and (min-width: 1250px) {
  .nav-row .main-nav > ul > li {
    padding-right: 30px;
  }
  .nav-row .search {
    width: 290px;
  }
}

.controls-row {
  padding: 30px 0;
  display: block;
  background: #fff;
  overflow: hidden;
}

.controls-row h1 {
  font-family: "Stag", Helvetica, sans-serif;
  font-size: 30px;
  color: #20407f;
  line-height: 1.2;
}

@media screen and (min-width: 641px) {
  .controls-row {
    padding: 10px 0 30px;
  }
  .controls-row h1 {
    float: left;
    font-size: 36px;
    max-width: 70%;
  }
}

.bread {
  display: none;
}

@media screen and (min-width: 641px) {
  .bread {
    margin-top: 8px;
    display: block;
    color: #363636;
    font-family: "KlavikaWebBasicLight", Helvetica, sans-serif;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .bread li {
    float: left;
    padding-right: 10px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .bread a {
    color: #363636;
    font-family: "KlavikaWebBasicLight", Helvetica, sans-serif;
    margin-right: 17px;
    position: relative;
  }
  .bread a:before, .bread a:after {
    content: "";
    width: 5px;
    height: 1px;
    top: 6px;
    right: -16px;
    position: absolute;
    background-color: #363636;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .bread a:after {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .bread a:hover, .bread a:focus {
    color: #2cace3;
  }
}

@media screen and (max-width: 1060px) {
  .header-row .staging-banner {
    margin-left: 60px;
  }
}

@media screen and (min-width: 1061px) {
  .header-row .staging-banner {
    margin-left: 1rem;
    font-size: 2rem;
  }
}

.ww h1 {
  font-family: "Stag", Helvetica, sans-serif;
  font-size: 30px;
  color: #20407f;
  padding-bottom: 20px;
  line-height: 1.2;
}

.ww img {
  display: block;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
}

.ww p {
  padding-bottom: 20px;
}

.ww p a, .ww li a {
  color: #2cace3;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  border-bottom: 1px solid rgba(44, 172, 227, 0.3);
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.ww p a:hover, .ww p a:focus, .ww li a:hover, .ww li a:focus {
  border-color: #2cace3;
}

.ww p a.btn, .ww li a.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-family: "KlavikaWebBasicLight", Helvetica, sans-serif;
}

.ww .hero-text {
  font-size: 20px;
}

.ww h2 {
  font-size: 22px;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 400;
  color: #20407f;
  padding-bottom: 20px;
}

.ww h3 {
  font-size: 18px;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 400;
  color: #20407f;
  padding-bottom: 20px;
}

.ww .btn {
  margin-bottom: 20px;
}

.ww ul {
  padding-bottom: 15px;
}

.ww ul li {
  padding: 0 0 5px 23px;
  position: relative;
}

.ww ul li:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  width: 4px;
  height: 4px;
  background: #363636;
}

.ww ol {
  padding: 0 0 10px 23px;
  list-style: decimal;
}

.ww ol li {
  padding-bottom: 5px;
}

.ww p .ph {
  color: #363636;
  font-size: 22px;
  margin: 0 0 20px;
  display: inline-block;
  border: 0;
  font-family: "KlavikaWebBasicLight", Helvetica, sans-serif;
}

.ww p .ph i {
  font-style: normal;
  color: #2cace3;
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
  font-size: 70%;
  padding-right: 10px;
}

.ww .author {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 2px solid #2cace3;
  padding: 30px 0 20px;
}

.ww .author .image {
  width: 80px;
  display: inline-block;
  padding-right: 20px;
}

.ww .author img {
  width: 80px;
}

.ww .author .desc {
  display: inline-block;
}

.ww table {
  width: 100%;
  margin-bottom: 10px;
}

.ww table td {
  padding: 0 0 10px;
}

.ww table td:last-child {
  text-align: right;
}

@media screen and (min-width: 641px) {
  .ww h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1061px) {
  .ww .info-graphic p a img {
    max-width: 1061px;
  }
  .ww h1, .ww h2, .ww h3, .ww h4, .ww h5, .ww p, .ww li, .ww img, .ww .author {
    max-width: 850px;
  }
  .ww p .ph {
    font-size: 30px;
  }
}

.info-graphic p a img {
  max-width: 1061px;
}

.box {
  clear: both;
}

.article-box .btn {
  margin-bottom: 30px;
}

.article-box .articles-title {
  background-color: #2cace3;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  padding: 21px 20px 20px 20px;
  color: #fff;
  display: block;
  border-bottom: 1px solid #d7d7d7;
}

.article-box .articles {
  padding-bottom: 20px;
}

.article-box .article {
  display: block;
  padding-left: 110px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.article-box .article:hover h4, .article-box .article:focus h4 {
  color: #2cace3;
}

.article-box .article .image {
  width: 90px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.article-box .article h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  padding: 15px 20px 10px 0;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.article-box .article span {
  color: #2cace3;
  display: inline-block;
  padding-bottom: 15px;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
}

.article-box .article span:hover {
  text-decoration: underline;
}

.cat-box .btn {
  margin-bottom: 30px;
}

.cat-box .cat-title {
  background-color: whitesmoke;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  padding: 20px;
  color: #20407f;
  display: block;
  border: 1px solid #d7d7d7;
}

.cat-box .cats {
  padding-bottom: 20px;
}

.cat-box .cat {
  display: block;
  padding-left: 80px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cat-box .cat:hover h4, .cat-box .cat:focus h4 {
  color: #2cace3;
}

.cat-box .cat .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  background-size: cover;
  background-position: center;
}

.cat-box .cat h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  padding: 22px 20px 22px 0;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.cat-box .cat span {
  color: #2cace3;
  display: inline-block;
  padding-bottom: 15px;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
}

.cat-box .cat span:hover {
  text-decoration: underline;
}

.research-box .btn {
  margin-bottom: 30px;
}

.research-box .researches-title {
  background-color: #2cace3;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  padding: 21px 20px 20px 20px;
  color: #fff;
  display: block;
  border-bottom: 1px solid #d7d7d7;
}

.research-box .researches {
  padding-bottom: 20px;
}

.research-box .rch-wrap {
  position: relative;
}

.research-box .research {
  display: block;
  padding: 0 90px 0 115px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
}

.research-box .research:before {
  content: "";
  background-color: whitesmoke;
  width: 95px;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.research-box .research:hover h4, .research-box .research:focus h4 {
  color: #2cace3;
}

.research-box .research .icon {
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 50%;
  margin-top: -27px;
  background-size: cover;
  background-position: center;
}

.research-box .research h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  padding: 15px 20px 10px 0;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.research-box .research p {
  line-height: 1.4;
  padding-bottom: 15px;
}

.research-box .research span {
  color: #2cace3;
  display: inline-block;
  padding-bottom: 15px;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
}

.research-box .research span:hover {
  text-decoration: underline;
}

.research-box .size {
  position: absolute;
  right: 20px;
  min-width: 40px;
  top: 50%;
  text-align: center;
  padding-top: 45px;
  margin-top: -30px;
  z-index: 10;
  color: #363636;
}

.research-box .size:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -20px;
  background-color: #2cace3;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  background-position: center;
  background-image: url(../../images/i-download.svg);
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.research-box .size:hover:before, .research-box .size:focus:before {
  background-color: #20407f;
}

.event-box .btn {
  margin-bottom: 30px;
}

.event-box .events-title {
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  padding: 21px 20px 20px 20px;
  color: #20407f;
  display: block;
  border: 1px solid #d7d7d7;
}

.event-box .events {
  padding-bottom: 20px;
}

.event-box .event {
  display: block;
  padding: 20px 20px 0;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
}

.event-box .event:hover h4, .event-box .event:hover .date, .event-box .event:focus h4, .event-box .event:focus .date {
  color: #2cace3;
}

.event-box .event h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  padding: 2px 20px 20px 0;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.event-box .event p {
  line-height: 1.4;
  padding-bottom: 15px;
}

.event-box .event .date {
  color: #20407f;
  padding-bottom: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.event-box .event span {
  color: #2cace3;
  display: inline-block;
  padding-bottom: 15px;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
}

.event-box .event span:hover {
  text-decoration: underline;
}

.image-box {
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.image-box img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.image-box img.pill-size {
  max-width: 180px;
  padding: 0;
}

.image-box .tools {
  overflow: hidden;
  float: right;
  padding-top: 5px;
}

.image-box .tools li {
  float: left;
  padding-left: 5px;
}

.image-box .tools li:after {
  display: none;
}

.image-box .tools .btn {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
}

.image-box .tools .btn.print {
  background-image: url(../../images/i-print.svg);
  background-repeat: no-repeat;
  background-size: 34px;
}

.image-box .tools .btn.email {
  background-image: url(../../images/i-email.svg);
  background-repeat: no-repeat;
  background-size: 19px;
}

.image-box .req {
  width: 100%;
  overflow: hidden;
}

.image-box .req li {
  background-color: #20407f;
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
  margin: 0 3px 3px 0;
  padding: 9px 10px 9px 30px;
  position: relative;
  white-space: nowrap;
  float: left;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.image-box .req li:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 16px 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 16px;
  height: 16px;
}

.image-box .req li.i-no-icon {
  padding-left: 10px;
}

.image-box .req li.i-vegan:before {
  background-image: url(../../images/i-vegan.svg);
}

.image-box .req li.i-vegetarian:before {
  background-image: url(../../images/i-vegetarian.svg);
}

.image-box .req li.i-dairy-free:before {
  background-image: url(../../images/i-no-added-dairy.svg);
}

.image-box .req li.i-no-added-gluten:before {
  background-image: url(../../images/i-no-added-gluten.svg);
}

.image-box .req li.i-contains-soy:before {
  background-image: url(../../images/i-contains-soy.svg);
}

.image-box .req li.i-contains-shellfish:before {
  background-image: url(../../images/i-contains-shellfish.svg);
}

.image-box .req li.i-contains-peanuts:before {
  background-image: url(../../images/i-contains-peanuts.svg);
}

.image-box .req li.i-contains-fish:before {
  background-image: url(../../images/i-contains-fish.svg);
}

.image-box .req li.i-capsule:before {
  background-image: url(../../images/i-capsule.svg);
}

.image-box .req li.i-liquid:before {
  background-image: url(../../images/i-liquid.svg);
}

.image-box .req li.i-powder:before {
  background-image: url(../../images/i-powder.svg);
}

.image-box .req li.i-spray:before {
  background-image: url(../../images/i-spray.svg);
}

.image-box .req li.i-tablet:before {
  background-image: url(../../images/i-tablet.svg);
}

.image-box .dose {
  padding-top: 20px;
}

.image-box .dose .req {
  float: left;
  width: auto;
}

.image-box .dose .pill-size {
  float: right;
}

.text-box {
  padding: 21px 20px 1px;
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-box.event-box h3 {
  padding-bottom: 10px;
}

.text-box h3 {
  font-size: 22px;
  font-family: "Stag", Helvetica, sans-serif;
  font-weight: 400;
  color: #20407f;
  padding-bottom: 20px;
  line-height: 1.3;
}

.text-box h4 {
  font-size: 17px;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 400;
  color: #20407f;
  padding-bottom: 20px;
}

.text-box p {
  padding-bottom: 20px;
}

.text-box p a {
  color: #2cace3;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  border-bottom: 1px solid rgba(44, 172, 227, 0.3);
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.text-box p a:hover, .text-box p a:focus {
  border-color: #2cace3;
}

.text-box table {
  margin-bottom: 20px;
  width: 100%;
}

.text-box table th {
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  padding: 0 10px 5px 0;
}

.text-box table td {
  padding: 5px 10px 0 0;
  vertical-align: top;
  font-size: 14px;
}

.text-box table small {
  display: none;
}

.text-box .filters {
  display: block;
  font-size: 15px;
  position: relative;
}

.text-box .filters .field-group {
  display: block;
  padding-bottom: 10px;
  position: relative;
}

.text-box .filters .input-text {
  height: 40px;
  border: 1px solid #d7d7d7;
  padding-left: 10px;
  outline: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-box .filters select {
  width: 100% !important;
}

.text-box .filters .customSelect {
  background-color: #fff;
  height: 40px;
  width: 100%;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-box .filters .customSelect:before, .text-box .filters .customSelect:after {
  content: "";
  width: 7px;
  height: 1px;
  top: 20px;
  right: 20px;
  position: absolute;
  background-color: #363636;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.text-box .filters .customSelect:after {
  right: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.text-box .filters .customSelect span {
  display: block;
  padding: 8px 0 8px 10px;
  width: 100% !important;
}

.text-box .filters .field-submit {
  padding-bottom: 20px;
}

.text-box .filters .btn-submit {
  padding: 5px 10px;
  font-size: 15px;
  height: 40px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.text-box .filters .btn-submit:focus, .text-box .filters .btn-submit:hover {
  background: #20407f;
  color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 850px) {
  .text-box table {
    margin-bottom: 20px;
    width: 100%;
  }
  .text-box table thead {
    display: none;
  }
  .text-box table tr {
    overflow: hidden;
    padding-bottom: 10px;
    display: block;
  }
  .text-box table tr:last-child {
    padding: 0;
  }
  .text-box table td {
    display: block;
    padding-top: 0;
  }
  .text-box table td:first-child {
    font-size: 11px;
  }
  .text-box table td:nth-child(2) {
    padding: 3px 0;
    font-size: 16px;
  }
  .text-box table td:nth-child(3), .text-box table td:nth-child(4) {
    float: left;
    padding: 0 10px 0 0;
  }
  .text-box table td small {
    display: inline;
  }
}

.image-text-box {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
  color: #363636;
  background-color: whitesmoke;
}

.image-text-box:hover, .image-text-box:focus {
  background-color: #fff;
}

.image-text-box h3 {
  background-color: #2cace3;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  padding: 21px 20px 20px 20px;
  color: #fff;
  display: block;
}

.image-text-box img {
  width: 100%;
  height: auto;
}

.image-text-box .desc {
  padding: 20px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.image-text-box .desc p {
  padding-bottom: 20px;
}

.image-text-box .more {
  color: #2cace3;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
}

.image-text-box .more:hover, .image-text-box .more:focus {
  text-decoration: underline;
}

.meta {
  border-bottom: 1px solid #d7d7d7;
  padding: 0 80px 15px 0;
  margin-bottom: 20px;
  position: relative;
}

.meta .print {
  display: none;
}

.meta .share-button {
  position: absolute;
  right: 0;
  top: -8px;
  display: block;
  width: 70px;
  height: 40px;
  padding: 10px 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1061px) {
  .meta {
    padding: 0 120px 15px 0;
  }
  .meta .print {
    position: absolute;
    right: 75px;
    top: -8px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -9999px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-image: url(../../images/i-print.svg);
    background-repeat: no-repeat;
    background-size: 34px;
  }
}

.product-meta {
  display: none;
}

@media screen and (min-width: 1061px) {
  .product-meta {
    padding: 0 120px 15px 0;
    display: block;
    position: relative;
  }
  .product-meta .print {
    position: absolute;
    right: 75px;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -9999px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-image: url(../../images/i-print.svg);
    background-repeat: no-repeat;
    background-size: 34px;
  }
  .product-meta .share-button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 70px;
    height: 40px;
    padding: 10px 0;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.category-two-col-row {
  background-color: #fff;
}

.category-two-col-row:before, .category-two-col-row:after {
  content: "";
  display: table;
}

.category-two-col-row:after {
  clear: both;
}

@media screen and (min-width: 641px) {
  .category-two-col-row {
    padding: 0 0 20px;
  }
  .category-two-col-row .col {
    width: 30%;
    float: left;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-two-col-row .col:last-child {
    width: 70%;
    padding: 0 0 0 15px;
  }
}

@media screen and (min-width: 1061px) {
  .category-two-col-row {
    padding: 0 0 40px;
  }
  .category-two-col-row .col {
    width: 27%;
    float: left;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-two-col-row .col:last-child {
    width: 73%;
    padding: 0 0 0 35px;
  }
}

.categories h2 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  padding: 0 0 15px;
  font-size: 18px;
}

.categories a {
  color: #363636;
  padding: 6px 20px 6px 16px;
  display: inline-block;
  position: relative;
  line-height: 1.3;
}

.categories a:before, .categories a:after {
  content: "";
  width: 7px;
  height: 1px;
  top: 10px;
  left: 0;
  position: absolute;
  background-color: #363636;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.categories a:after {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.categories a:hover, .categories a:focus {
  color: #2cace3;
}

.categories a:hover:before, .categories a:hover:after, .categories a:focus:before, .categories a:focus:after {
  background-color: #2cace3;
}

.categories a.selected {
  color: #20407f;
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
}

.categories a.selected:before, .categories a.selected:after {
  background-color: #20407f;
}

.categories a span {
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .categories h2.toggle-category {
    border: 1px solid #d7d7d7;
    display: block;
    padding: 13px 55px 13px 20px;
    margin-top: -20px;
    position: relative;
  }
  .categories h2.toggle-category > span {
    padding-left: 5px;
  }
  .categories h2.toggle-category > span span {
    font-size: 14px;
  }
  .categories h2.toggle-category:before, .categories h2.toggle-category:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #20407f;
    right: 20px;
    top: 50%;
    margin: -1px 0 0 -1px;
  }
  .categories h2.toggle-category:before {
    width: 16px;
    margin: -1px 0 0 -8px;
  }
  .categories h2.toggle-category:after {
    height: 16px;
    right: 27px;
    margin: -8px 0 0 -1px;
  }
  .categories h2.toggle-category.active:after {
    height: 2px;
    margin: -1px 0 0 -1px;
  }
  .categories ul {
    display: none;
    padding: 20px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
  .categories h4 + ul {
    display: block;
    padding: 0;
    border: none;
  }
}

@media screen and (min-width: 641px) {
  .categories ul {
    display: block !important;
  }
}

.feature-article {
  padding: 350px 0 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
  color: #363636;
  background-color: #2cace3;
  position: relative;
}

.feature-article h1 {
  background-color: #2cace3;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 20px;
  color: #fff;
  display: block;
}

.feature-article .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
}

.feature-article .desc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
}

.feature-article .desc p {
  color: #20407f;
  padding-bottom: 20px;
}

.feature-article .more {
  color: #20407f;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
}

.feature-article .more:hover, .feature-article .more:focus {
  text-decoration: underline;
}

@media screen and (min-width: 1061px) {
  .feature-article {
    padding: 0 50% 0 0;
    margin-bottom: 50px;
  }
  .feature-article h1 {
    padding-bottom: 50px;
  }
  .feature-article .image {
    width: 50%;
    height: 100%;
  }
  .feature-article .desc {
    padding: 40px 40px 40px 20px;
  }
}

.main-products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-products .product {
  width: 48%;
  position: relative;
  margin-bottom: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 20px 20px 50px;
  text-align: center;
}

.main-products .product:hover h4, .main-products .product:focus h4 {
  color: #2cace3;
}

.main-products .product img {
  max-width: 100%;
  width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.main-products .product h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  padding: 15px 0 0;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.main-products .product p {
  padding-top: 8px;
  line-height: 1.4;
}

.main-products .product span {
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  color: #2cace3;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.main-products .product span:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1061px) {
  .main-products .product {
    width: 31.6%;
    margin-bottom: 2.6%;
  }
}

.main-articles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-articles .article {
  width: 48%;
  position: relative;
  margin-bottom: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-articles .article:hover h4, .main-articles .article:focus h4 {
  color: #2cace3;
}

.main-articles .article .desc {
  padding: 0 20px 53px;
}

.main-articles .article img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.main-articles .article h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  padding: 15px 0 0;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.main-articles .article p {
  padding-top: 8px;
  line-height: 1.4;
}

.main-articles .article span {
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  color: #2cace3;
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 100%;
}

.main-articles .article span:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1061px) {
  .main-articles .article {
    width: 31.6%;
    margin-bottom: 2.6%;
  }
}

.main-resources {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-resources .resource {
  width: 48%;
  position: relative;
  margin-bottom: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
}

.main-resources .resource:hover h4, .main-resources .resource:focus h4 {
  color: #2cace3;
}

.main-resources .resource .desc {
  padding: 0 20px 53px;
}

.main-resources .resource .image {
  width: 100%;
  padding-top: 50%;
  background-color: whitesmoke;
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.main-resources .resource h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  padding: 15px 0 0;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.main-resources .resource p {
  padding-top: 8px;
  line-height: 1.4;
}

.main-resources .resource span {
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  color: #2cace3;
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 100%;
}

.main-resources .resource span:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1061px) {
  .main-resources .resource {
    width: 31.6%;
    margin-bottom: 2.6%;
  }
}

.load-more {
  width: 100%;
  margin-bottom: 20px;
}

.products-list .sep-title {
  font-size: 22px;
  font-family: 'Stag',Helvetica,sans-serif;
  font-weight: 400;
  color: #20407f;
  padding: 30px 0 20px;
  line-height: 1.3;
}

.products-list .sep-search {
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .products-list {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .article-detail, .article-list {
    padding-top: 30px;
  }
}

.products-list .ww, .article-list .ww, .event-list .ww {
  padding-bottom: 20px;
}

.hero-row {
  background: #fff;
}

.hero-row .item {
  padding: 270px 0 30px;
  -webkit-background-size: 720px 373px;
  -moz-background-size: 720px 373px;
  -o-background-size: 720px 373px;
  background-size: 720px 373px;
  background-repeat: no-repeat;
  background-position: center -123px;
}

.hero-row .item:after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: -moz-linear-gradient(top, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 59%, #e9e9e9 100%);
  background: -webkit-linear-gradient(top, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 59%, #e9e9e9 100%);
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 59%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e9e9e9', endColorstr='#e9e9e9',GradientType=0 );
  z-index: 1;
}

.hero-row h1 {
  font-family: "Stag", Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #20407f;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}

.hero-row h1 span {
  color: #20407f;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #20407f;
}

.hero-row p {
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.hero-row .image {
  position: absolute;
  z-index: 2;
  top: -255px;
  left: 50%;
  display: block;
  max-width: 320px;
  margin-left: -160px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.hero-row .btn {
  position: relative;
  z-index: 2;
}

.hero-row .owl-dots {
  position: absolute;
  top: 215px;
  left: 20px;
}

.hero-row .owl-dots .owl-dot {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hero-row .owl-dots .owl-dot.active {
  border-color: #2cace3;
  background-color: #2cace3;
}

.hero-row .owl-dots .owl-dot:hover {
  border-color: #2cace3;
}

@media screen and (max-width: 640px) {
  .hero-row .item-title h1 {
    color: #20407f !important;
  }
  .hero-row p {
    color: #363636 !important;
  }
}

@media screen and (min-width: 641px) {
  .hero-row .item {
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: 1100px 570px;
    -moz-background-size: 1100px 570px;
    -o-background-size: 1100px 570px;
    background-size: 1100px 570px;
    background-position: center;
  }
  .hero-row .item:after {
    height: 100%;
  }
  .hero-row p {
    max-width: 50%;
  }
  .hero-row .image {
    top: -35px;
    left: 75%;
    max-width: 480px;
    margin-left: -240px;
  }
  .hero-row .owl-dots {
    top: auto;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 15px;
  }
}

@media screen and (min-width: 1061px) {
  .hero-row .item {
    height: 480px;
    padding-top: 50px;
    background-position: center 17px;
  }
  .hero-row .item.item-photo {
    background-size: cover;
    background-position: center center;
  }
  .hero-row .item.item-photo:after {
    display: none;
  }
  .hero-row h1 {
    font-size: 75px;
  }
  .hero-row p {
    font-size: 18px;
    padding: 13px 0 15px;
    max-width: 450px;
  }
  .hero-row .btn {
    font-size: 20px;
  }
  .hero-row .image {
    top: -60px;
    max-width: 720px;
    margin-left: -360px;
    left: 60%;
    -webkit-transition: left 0.7s ease-in-out;
    -moz-transition: left 0.7s ease-in-out;
    transition: left 0.7s ease-in-out;
  }
  .hero-row .active .image {
    left: 75%;
  }
  .hero-row .owl-dots {
    bottom: 35px;
  }
  .hero-row .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
  }
}

.intro-row {
  background: #2cace3;
  color: #fff;
  text-align: center;
}

.intro-row h2 {
  padding: 50px 0;
  font-size: 20px;
}

@media screen and (min-width: 641px) {
  .intro-row h2 {
    font-size: 27px;
  }
}

.home-panels-row {
  background-color: #fff;
}

.home-panels-row h3 {
  font-family: "Stag", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  padding: 20px;
  color: #20407f;
  text-align: center;
  display: block;
  border-bottom: 1px solid #d7d7d7;
}

.home-panels-row h3 span {
  white-space: nowrap;
}

.home-panels-row .container {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  max-height: 136px;
}

.home-panels-row .container .owl-stage-outer {
  position: relative;
  right: -100px;
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}

.home-panels-row .container.inview .owl-stage-outer {
  right: 0;
}

.home-panels-row .owl-item {
  float: left;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.home-panels-row .owl-dots {
  display: none;
}

.home-panels-row .owl-nav {
  display: none;
}

.home-panels-row .panel {
  padding: 30px 20px;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-right: 1px solid #d7d7d7;
}

.home-panels-row .panel:hover h4, .home-panels-row .panel:focus h4 {
  color: #2cace3;
}

.home-panels-row .panel > div {
  height: 75px;
  display: table;
}

.home-panels-row .icon {
  margin-top: 12px;
  float: left;
  width: 50px;
  height: 50px;
}

.home-panels-row h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  padding: 0 0 0 20px;
  vertical-align: middle;
  display: table-cell;
  font-size: 18px;
  line-height: 1.4;
  height: 75px;
  margin: 0 auto;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media screen and (min-width: 641px) {
  .home-panels-row .owl-item {
    padding: 0;
  }
  .home-panels-row .container {
    max-height: 166px;
  }
  .home-panels-row .container .owl-stage-outer {
    right: -200px;
  }
  .home-panels-row .container.inview .owl-stage-outer {
    right: 0;
  }
  .home-panels-row .container:after {
    content: "";
    right: 0;
    top: 0;
    width: 0;
    border-right: 1px solid #fff;
    position: absolute;
    height: 100%;
  }
  .home-panels-row .container .owl-nav {
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .home-panels-row .container .owl-nav > div {
    text-indent: -9999px;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 62px;
    cursor: pointer;
  }
  .home-panels-row .container .owl-nav > div.disabled {
    opacity: 0;
    cursor: default;
  }
  .home-panels-row .container .owl-nav > div:after, .home-panels-row .container .owl-nav > div:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #d7d7d7;
    width: 30px;
    height: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .home-panels-row .container .owl-nav > div:hover:after, .home-panels-row .container .owl-nav > div:hover:before {
    background-color: #2cace3;
  }
  .home-panels-row .container .owl-nav > div.owl-prev {
    left: 16px;
  }
  .home-panels-row .container .owl-nav > div.owl-prev:after {
    top: 29px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-panels-row .container .owl-nav > div.owl-prev:before {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .home-panels-row .container .owl-nav > div.owl-prev:hover:after, .home-panels-row .container .owl-nav > div.owl-prev:hover:before {
    left: -10px;
  }
  .home-panels-row .container .owl-nav > div.owl-next {
    right: 16px;
  }
  .home-panels-row .container .owl-nav > div.owl-next:after {
    top: 29px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .home-panels-row .container .owl-nav > div.owl-next:before {
    top: 9px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-panels-row .container .owl-nav > div.owl-next:hover:after, .home-panels-row .container .owl-nav > div.owl-next:hover:before {
    right: -10px;
  }
  .home-panels-row .container.hovered .owl-nav {
    opacity: 1;
  }
  .home-panels-row .panel {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 10px;
  }
  .home-panels-row .panel:nth-child(even) {
    border-right: 1px solid #d7d7d7;
  }
  .home-panels-row .panel > div {
    display: block;
    max-width: 185px;
    height: 45px;
    margin: 10px auto 0;
  }
  .home-panels-row .icon {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .home-panels-row h4 {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }
}

@media screen and (min-width: 1061px) {
  .home-panels-row .container {
    max-height: 256px;
  }
  .home-panels-row .container .owl-nav > div {
    top: 106px;
  }
  .home-panels-row .panel {
    padding: 50px 10px;
  }
  .home-panels-row .panel:nth-child(3) {
    border-right: 1px solid #d7d7d7;
  }
  .home-panels-row .icon {
    width: 100px;
    height: 100px;
  }
}

.two-col-row {
  background-color: #fff;
  padding-top: 30px;
}

.two-col-row:before, .two-col-row:after {
  content: "";
  display: table;
}

.two-col-row:after {
  clear: both;
}

.two-col-row .btn {
  margin-bottom: 30px;
}

.two-col-row .products-title {
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  padding: 20px;
  color: #20407f;
  display: block;
  border: 1px solid #d7d7d7;
}

.two-col-row .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  border-left: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.two-col-row .product {
  width: 50%;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 20px 53px;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.two-col-row .product:hover h4, .two-col-row .product:focus h4 {
  color: #2cace3;
}

.two-col-row .product img {
  max-width: 100%;
  width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.two-col-row .product h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  padding: 15px 0 0;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.two-col-row .product span {
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  color: #2cace3;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.two-col-row .product span:hover {
  text-decoration: underline;
}

.two-col-row .research-box {
  margin-top: 10px;
}

@media screen and (min-width: 641px) {
  .two-col-row {
    padding: 50px 0 20px;
  }
  .two-col-row .col {
    width: 50%;
    float: left;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .two-col-row .col:last-child {
    padding: 0 0 0 15px;
  }
  .two-col-row .research-box {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1061px) {
  .two-col-row {
    padding: 70px 0 40px;
  }
  .two-col-row .col {
    width: 63%;
    float: left;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .two-col-row .col:last-child {
    width: 37%;
    padding: 0 0 0 35px;
  }
  .two-col-row .products:after {
    content: "";
    flex: auto;
  }
  .two-col-row .product {
    width: 33.33%;
  }
}

.login-row {
  background-color: #fff;
  padding: 40px 0 70px;
}

.login-row .ww h1 {
  padding-bottom: 30px;
}

.login-row .login {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
}

.login-row .login:before, .login-row .login:after {
  content: "";
  display: table;
}

.login-row .login:after {
  clear: both;
}

.login-row .field-group {
  position: relative;
  margin-bottom: 30px;
}

.login-row .label {
  opacity: 0;
  position: absolute;
  left: 10px;
  top: -15px;
  font-size: 9px;
  color: #363636;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.login-row .input-text {
  height: 40px;
  border: 1px solid #d7d7d7;
  padding: 0 10px;
  outline: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login-row .input-text:focus ~ label {
  opacity: 1;
  left: 10px;
  top: -15px;
}

.login-row .input-text:focus::-webkit-input-placeholder {
  color: #fff;
}

.login-row .input-text::-moz-placeholder {
  color: #fff;
}

.login-row .input-text:-ms-input-placeholder {
  color: #fff;
}

.login-row .error, .login-row .text-danger {
  color: #fb1842;
  line-height: 1.3;
  padding: 5px 15px 0 0;
  display: block;
}

.login-row .error br, .login-row .text-danger br {
  display: none;
}

.login-row .field-submit .register {
  float: right;
  margin-top: 10px;
}

.login-row .btn-submit {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.login-row a {
  color: #2cace3;
}

.login-row a:hover, .login-row a:focus {
  color: #20407f;
}

.login-row .login-tools {
  clear: both;
  padding: 0 0 20px;
  display: block;
  overflow: hidden;
}

.login-row .login-tools li {
  width: 50%;
  float: left;
  white-space: nowrap;
}

.login-row .login-tools li:last-child {
  text-align: right;
}

.login-row .checkbox {
  cursor: pointer;
  color: #2cace3;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login-row .checkbox:hover, .login-row .checkbox:focus {
  color: #20407f;
}

.login-row .checkbox .icheckbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  float: left;
  border: 1px solid #d7d7d7;
  background: #fff;
  margin: 3px 8px 0 0;
}

.login-row .checkbox .icheckbox.checked {
  position: relative;
  border: 0;
  background-color: transparent;
}

.login-row .checkbox .icheckbox.checked:before, .login-row .checkbox .icheckbox.checked:after {
  content: "";
  width: 6px;
  height: 2px;
  bottom: 5px;
  left: 2px;
  position: absolute;
  background-color: #2cace3;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.login-row .checkbox .icheckbox.checked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
  left: 5px;
  bottom: 7px;
}

@media screen and (min-width: 1061px) {
  .login-row {
    padding: 80px 0;
    background: #fff url(../../images/hex-graphic-light-grey.svg);
    background-size: 800px 1100px;
    background-position: center;
  }
  .login-row .login {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
  }
}

.register-row {
  background: #2cace3 url(../../images/hex-graphic-light-blue.svg);
  background-size: 600px 900px;
  background-position: center;
  padding: 40px 0 70px;
}

.register-row .ww p {
  color: #fff;
}

.register-row .ww.register-form p {
  color: #20407f;
}

.register-row .field-group {
  position: relative;
  margin-bottom: 30px;
}

.register-row .field-group:before, .register-row .field-group:after {
  content: "";
  display: table;
}

.register-row .field-group:after {
  clear: both;
}

.register-row .field-group small {
  color: #20407f;
  display: block;
  padding-top: 10px;
}

.register-row .half {
  position: relative;
  width: 49%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.register-row .half:nth-child(2) {
  margin-left: 2%;
}

.register-row .label {
  opacity: 0;
  position: absolute;
  left: 10px;
  top: -15px;
  font-size: 9px;
  color: #fff;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.register-row .student {
  display: none;
}

.register-row .input-text {
  height: 40px;
  border: 0;
  padding: 0 10px;
  outline: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.register-row .input-text:focus ~ label {
  opacity: 1;
  left: 10px;
  top: -15px;
}

.register-row .input-text:focus::-webkit-input-placeholder {
  color: #fff;
}

.register-row .input-text::-moz-placeholder {
  color: #fff;
}

.register-row .input-text:-ms-input-placeholder {
  color: #fff;
}

.register-row .error {
  color: #fb1842;
  line-height: 1.3;
  padding: 5px 15px 0 0;
}

.register-row .error br {
  display: none;
}

.register-row .field-submit .register {
  float: right;
  margin-top: 10px;
}

.register-row .btn-submit {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  width: 100%;
}

.register-row a {
  color: #fff;
}

.register-row a:hover, .register-row a:focus {
  color: #20407f;
}

.register-row .register-tools {
  clear: both;
  padding: 0 0 20px;
  display: block;
  overflow: hidden;
}

.register-row .register-tools li {
  width: 50%;
  float: left;
  white-space: nowrap;
}

.register-row .register-tools li:last-child {
  text-align: right;
}

.register-row .radio {
  cursor: pointer;
  color: #20407f;
  float: left;
  margin-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.register-row .radio:hover, .register-row .radio:focus {
  color: #20407f;
}

.register-row .radio .iradio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  float: left;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  margin: 3px 8px 0 0;
}

.register-row .radio .iradio.checked {
  position: relative;
  background-color: #20407f;
}

.register-row select {
  width: 100% !important;
}

.register-row .customSelect {
  background-color: #fff;
  height: 40px;
  width: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.register-row .customSelect:before, .register-row .customSelect:after {
  content: "";
  width: 7px;
  height: 1px;
  top: 20px;
  right: 20px;
  position: absolute;
  background-color: #363636;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.register-row .customSelect:after {
  right: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.register-row .customSelect span {
  display: block;
  padding: 8px 0 8px 10px;
  width: 100% !important;
}

.register-row .manual {
  float: right;
  width: 40%;
}

.register-row .manual .btn {
  width: 100%;
}

.register-row hr {
  border-color: #fff;
  padding-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .register-row .col {
    width: 50%;
    float: left;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .register-row .col:last-child {
    padding: 0 0 0 15px;
  }
}

@media screen and (min-width: 1061px) {
  .register-row {
    padding: 80px 0;
  }
  .register-row .login {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
  }
  .register-row .col {
    padding-right: 35px;
  }
  .register-row .col:last-child {
    padding: 0 0 0 35px;
  }
  .register-row .product {
    width: 33.33%;
  }
}

.map-nav-row {
  background: #2cace3 url(../../images/hex-graphic-light-blue.svg);
  background-size: 500px 600px;
  background-position: center;
  border-bottom: 5px solid #fff;
  padding: 30px 0;
}

.map-nav-row .bread {
  color: #fff;
}

.map-nav-row .bread a {
  color: #fff;
}

.map-nav-row .bread a:before, .map-nav-row .bread a:after {
  background-color: #fff;
}

.map-nav-row .bread a:hover, .map-nav-row .bread a:focus {
  color: #20407f;
}

.map-nav-row h1 {
  font-family: "Stag", Helvetica, sans-serif;
  font-size: 30px;
  color: #fff;
  clear: both;
  padding-bottom: 10px;
}

.map-nav-row .info {
  color: #fff;
  padding-bottom: 20px;
}

.map-nav-row .error {
  padding-top: 20px;
  clear: both;
  display: none;
}

.map-nav-row .error span {
  color: #fff;
  background: #fb1842;
  padding: 1px 10px;
  display: inline-block;
}

.map-nav-row .filters {
  display: block;
  font-size: 15px;
  position: relative;
}

.map-nav-row .filters .field-group {
  float: left;
  position: relative;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.map-nav-row .filters .field-group:nth-child(2) {
  width: 70%;
  padding: 0 55px 0 5px;
}

.map-nav-row .filters .input-text {
  float: left;
  height: 40px;
  border: 1px solid #fff;
  padding-left: 10px;
  outline: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.map-nav-row .filters select {
  width: 100% !important;
  left: 0;
}

.map-nav-row .filters .customSelect {
  float: left;
  background-color: #fff;
  height: 40px;
  width: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.map-nav-row .filters .customSelect:before, .map-nav-row .filters .customSelect:after {
  content: "";
  width: 7px;
  height: 1px;
  top: 20px;
  right: 80px;
  position: absolute;
  background-color: #363636;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.map-nav-row .filters .customSelect:after {
  right: 75px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.map-nav-row .filters .customSelect span {
  display: block;
  padding: 8px 0 8px 10px;
  width: 100% !important;
}

.map-nav-row .filters .field-submit {
  float: left;
}

.map-nav-row .filters .btn-submit {
  position: absolute;
  right: 0;
  padding: 0 10px;
  font-size: 15px;
  height: 40px;
}

.map-nav-row .filters .btn-submit:focus, .map-nav-row .filters .btn-submit:hover {
  background-color: #20407f;
  color: #fff;
}

@media screen and (min-width: 641px) {
  .map-nav-row {
    padding: 0 0 30px;
    border-width: 10px;
    padding-bottom: 60px;
  }
  .map-nav-row h1 {
    text-align: center;
    font-size: 36px;
  }
  .map-nav-row .info, .map-nav-row .error {
    text-align: center;
  }
  .map-nav-row .filters {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1061px) {
  .map-nav-row h1 {
    text-align: center;
  }
  .map-nav-row .filters {
    width: 60%;
    margin: 0 auto;
  }
}

.map-row {
  background-color: #fff;
  position: relative;
}

.loc-list {
  list-style: none;
}

.loc-list li {
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
  list-style: none;
  font-size: 16px;
}

.loc-list li:last-child {
  border: 0;
}

.loc-list p {
  clear: both;
}

.loc-list a {
  color: #2cace3;
}

.loc-list a:hover, .loc-list a:focus {
  text-decoration: underline;
}

.loc-list a span:hover, .loc-list a span:focus {
  text-decoration: underline;
}

.loc-list .details {
  padding: 10px 0;
  overflow: hidden;
}

.loc-list .details a {
  float: left;
  margin-right: 15px;
}

.loc-list .modalities {
  padding: 10px 0 0;
  overflow: hidden;
}

.loc-list .modalities a {
  float: left;
  margin-right: 15px;
}

.loc-list h4 {
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  color: #20407f;
}

.loc-list h4:first-of-type {
  font-size: 20px;
}

.loc-list .locate {
  float: right;
}

.loc-list .btn {
  display: none;
}

@media screen and (min-width: 1061px) {
  .loc-list {
    position: absolute;
    left: 30px;
    top: 50px;
    z-index: 10;
    max-height: 800px;
    overflow: auto;
  }
  .loc-list li {
    width: 400px;
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .loc-list li:last-child {
    border: 0;
  }
  .loc-list .btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 4px 15px 2px;
    margin-right: 10px;
  }
  .loc-list .btn:hover, .loc-list .btn:focus {
    text-decoration: none;
  }
}

@media screen and (min-width: 1275px) {
  .loc-list {
    left: 50%;
    margin-left: -600px;
  }
}

.map-canvas {
  display: none;
}

@media screen and (min-width: 1061px) {
  .map-canvas {
    display: block;
    height: 800px;
  }
}

.contact-row {
  background: #fff;
  padding: 0 0 20px;
}

.contact-row .contact {
  margin-top: -20px;
}

.contact-row .field-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-row .field-group:before, .contact-row .field-group:after {
  content: "";
  display: table;
}

.contact-row .field-group:after {
  clear: both;
}

.contact-row .field-group small {
  color: #20407f;
  display: block;
  padding-top: 10px;
}

.contact-row .half {
  position: relative;
  width: 49%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-row .half:nth-child(2) {
  margin-left: 2%;
}

.contact-row .label {
  color: #2cace3;
  font-size: 18px;
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
  padding-bottom: 7px;
  display: block;
}

.contact-row .input-text {
  height: 40px;
  border: 0;
  padding: 0 10px;
  outline: 0;
  border: 1px solid #d7d7d7;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-row .input-text:focus {
  border-color: #2cace3;
}

.contact-row .input-text:focus ~ label {
  opacity: 1;
  left: 10px;
  top: -15px;
}

.contact-row .input-text:focus::-webkit-input-placeholder {
  color: #fff;
}

.contact-row .input-text::-moz-placeholder {
  color: #fff;
}

.contact-row .input-text:-ms-input-placeholder {
  color: #fff;
}

.contact-row .input-text.error {
  padding: 0 10px;
  color: #363636;
}

.contact-row textarea {
  min-height: 100px;
}

.contact-row .error {
  color: #fb1842;
  line-height: 1.3;
  padding: 5px 15px 0 0;
  display: block;
}

.contact-row .error br {
  display: none;
}

.contact-row .btn-submit {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  width: 100%;
}

.contact-row a {
  color: #fff;
}

.contact-row a:hover, .contact-row a:focus {
  color: #20407f;
}

.contact-row select {
  width: 100% !important;
}

.contact-row .customSelect {
  background-color: #fff;
  height: 40px;
  width: 100%;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-row .customSelect:before, .contact-row .customSelect:after {
  content: "";
  width: 7px;
  height: 1px;
  top: 54px;
  right: 20px;
  position: absolute;
  background-color: #363636;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.contact-row .customSelect:after {
  right: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact-row .customSelect span {
  display: block;
  padding: 8px 0 8px 10px;
  width: 100% !important;
}

@media screen and (min-width: 641px) {
  .contact-row {
    padding: 0 0 50px;
  }
  .contact-row .contact {
    margin-top: 0;
  }
  .contact-row .col {
    width: 50%;
    float: left;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact-row .col:last-child {
    padding: 0 0 0 15px;
  }
}

@media screen and (min-width: 1061px) {
  .contact-row {
    padding: 0 0 50px;
  }
  .contact-row .login {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
  }
  .contact-row .col {
    padding-right: 35px;
  }
  .contact-row .col:last-child {
    padding: 0 0 0 35px;
  }
  .contact-row .product {
    width: 33.33%;
  }
}

.corp-row {
  background: #fff;
  padding: 0 0 20px;
}

.corp-row img {
  width: 50%;
  max-width: 150px;
  padding: 15px 0;
}

.corp-row h2 {
  font-family: "Stag", Helvetica, sans-serif;
  color: #20407f;
  font-size: 30px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.corp-row h3 {
  color: #2cace3;
  font-size: 20px;
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
  padding-bottom: 15px;
}

.corp-row a {
  color: #363636;
}

.corp-row a:hover, .corp-row a:focus {
  color: #2cace3;
}

.corp-row p {
  padding-bottom: 15px;
}

.corp-row i {
  color: #2cace3;
  font-style: normal;
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
  padding-right: 5px;
  font-size: 70%;
}

@media screen and (min-width: 410px) {
  .corp-row .details {
    position: relative;
    padding-left: 120px;
  }
  .corp-row .details img {
    position: absolute;
    left: 0;
    top: -10px;
    width: 80px;
  }
}

@media screen and (min-width: 641px) {
  .corp-row {
    padding: 0 0 70px;
    margin-top: 0;
  }
  .corp-row .col {
    width: 50%;
    float: left;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .corp-row .col:last-child {
    padding: 0 0 0 15px;
  }
}

@media screen and (min-width: 1061px) {
  .corp-row {
    padding: 0 0 80px;
  }
  .corp-row h2 {
    font-size: 36px;
  }
  .corp-row .col {
    padding-right: 35px;
  }
  .corp-row .col:last-child {
    padding: 0 0 0 35px;
  }
  .corp-row .details {
    padding-left: 250px;
  }
  .corp-row .details img {
    width: 100%;
  }
}

.products-two-col-row {
  background-color: #fff;
}

.products-two-col-row:before, .products-two-col-row:after {
  content: "";
  display: table;
}

.products-two-col-row:after {
  clear: both;
}

@media screen and (min-width: 641px) {
  .products-two-col-row {
    padding: 0 0 20px;
  }
  .products-two-col-row .col {
    width: 50%;
    float: left;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .products-two-col-row .col:last-child {
    padding: 0 0 0 15px;
  }
}

@media screen and (min-width: 1061px) {
  .products-two-col-row {
    padding: 0 0 40px;
  }
  .products-two-col-row .col {
    width: 63%;
    float: left;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .products-two-col-row .col:last-child {
    width: 37%;
    padding: 0 0 0 35px;
  }
  .products-two-col-row .product {
    width: 33.33%;
  }
}

.detail-two-col-row {
  background-color: #fff;
}

.detail-two-col-row:before, .detail-two-col-row:after {
  content: "";
  display: table;
}

.detail-two-col-row:after {
  clear: both;
}

@media screen and (min-width: 641px) {
  .detail-two-col-row {
    padding: 0 0 20px;
  }
  .detail-two-col-row .col {
    width: 50%;
    float: left;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .detail-two-col-row .col:last-child {
    padding: 0 0 0 15px;
  }
}

@media screen and (min-width: 1061px) {
  .detail-two-col-row {
    padding: 0 0 40px;
  }
  .detail-two-col-row .col {
    width: 63%;
    float: left;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .detail-two-col-row .col:last-child {
    width: 37%;
    padding: 15px 0 0 35px;
  }
}

.accordion {
  border-top: 1px solid #d7d7d7;
  margin: 30px 0;
}

.accordion h2 {
  background: #fff;
  font-size: 20px;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 400;
  padding: 15px 50px 15px 20px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  cursor: pointer;
}

.accordion h2.title {
  color: #20407f;
}

.accordion h2.title:before, .accordion h2.title:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #20407f;
  right: 20px;
  top: 50%;
  margin: -1px 0 0 -1px;
}

.accordion h2.title:before {
  width: 20px;
  margin: -1px 0 0 -10px;
}

.accordion h2.title:after {
  height: 20px;
  right: 29px;
  margin: -10px 0 0 -1px;
}

.accordion h2.title.active:after {
  height: 2px;
  margin: -1px 0 0 -1px;
}

.accordion h2.title.blue {
  color: #2cace3;
}

.accordion h2.title.blue:before, .accordion h2.title.blue:after {
  background: #2cace3;
}

.accordion .expand {
  display: none;
  background-color: whitesmoke;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 30px 20px 10px;
}

.prac-only {
  border-top: 1px solid #d7d7d7;
  margin: 30px 0;
}

.prac-only h3 {
  background-color: #2cace3;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  padding: 21px 20px 20px 20px;
  color: #fff;
  display: block;
}

.prac-only h3 a {
  float: right;
  font-size: 14px;
  margin-top: 3px;
  color: #fff;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.prac-only h3 a:hover, .prac-only h3 a:focus {
  border-color: #fff;
}

.prac-only p {
  background: #fff;
  font-size: 20px;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 400;
  padding: 15px 50px 15px 20px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  color: #2cace3;
}

.prac-only p a {
  cursor: default;
  color: #2cace3;
}

.btn-buy {
  background: #99cc33;
  width: 100%;
  text-align: left;
  padding: 15px 21px;
  position: relative;
  margin-bottom: 20px;
}

.btn-buy:hover, .btn-buy:focus {
  background: #20407f;
  color: #fff;
}

.btn-buy:before, .btn-buy:after {
  content: "";
  width: 10px;
  height: 2px;
  top: 24px;
  right: 20px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-buy:after {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.category-two-col-row {
  background-color: #fff;
}

.category-two-col-row:before, .category-two-col-row:after {
  content: "";
  display: table;
}

.category-two-col-row:after {
  clear: both;
}

@media screen and (min-width: 641px) {
  .category-two-col-row {
    padding: 0 0 20px;
  }
  .category-two-col-row .col {
    width: 30%;
    float: left;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-two-col-row .col:last-child {
    width: 70%;
    padding: 0 0 0 15px;
  }
}

@media screen and (min-width: 1061px) {
  .category-two-col-row {
    padding: 0 0 40px;
  }
  .category-two-col-row .col {
    width: 27%;
    float: left;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-two-col-row .col:last-child {
    width: 73%;
    padding: 0 0 0 35px;
  }
}

.categories h2 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  padding: 0 0 15px;
  font-size: 18px;
}

.categories h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  margin-top: 1em;
  color: #20407f;
  font-size: 18px;
}

.categories h4.prac-title {
  padding-bottom: 10px;
}

.categories li {
  position: relative;
}

.categories a,
.categories label {
  color: #363636;
  padding: 6px 20px 6px 16px;
  display: inline-block;
  position: relative;
  line-height: 1.3;
}

.categories a:before, .categories a:after,
.categories label:before,
.categories label:after {
  content: "";
  width: 7px;
  height: 1px;
  top: 10px;
  left: 0;
  position: absolute;
  background-color: #363636;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.categories a:after,
.categories label:after {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.categories a:hover, .categories a:focus,
.categories label:hover,
.categories label:focus {
  color: #2cace3;
}

.categories a:hover:before, .categories a:hover:after, .categories a:focus:before, .categories a:focus:after,
.categories label:hover:before,
.categories label:hover:after,
.categories label:focus:before,
.categories label:focus:after {
  background-color: #2cace3;
}

.categories a.selected,
.categories label.selected {
  color: #20407f;
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
}

.categories a.selected:before, .categories a.selected:after,
.categories label.selected:before,
.categories label.selected:after {
  background-color: #20407f;
}

.categories a span,
.categories label span {
  font-size: 12px;
}

.categories label {
  padding-left: 1.5em;
}

.categories label:before, .categories label:after {
  display: none;
}

.categories input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: .5em;
}

.categories input[type="checkbox"]:checked + label {
  color: #20407f;
  font-family: "KlavikaWebBasicBold", Helvetica, sans-serif;
}

.categories ul li a + ul li a {
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.categories ul li a + ul li a::before {
  width: auto;
  height: auto;
  position: static;
  background-color: transparent;
  content: '- ';
}

.categories ul li a + ul li a::after {
  display: none;
}

.categories ul li a + ul li a:hover::before, .categories ul li a + ul li a:focus::before, .categories ul li a + ul li a:active::before, .categories ul li a + ul li a.selected::before {
  background-color: transparent;
}

@media screen and (max-width: 640px) {
  .categories h2.toggle-category,
  .categories h2.toggle-filter {
    border: 1px solid #d7d7d7;
    display: block;
    padding: 13px 55px 13px 20px;
    position: relative;
    margin-top: -1px;
  }
  .categories h2.toggle-category > span,
  .categories h2.toggle-filter > span {
    padding-left: 5px;
  }
  .categories h2.toggle-category > span span,
  .categories h2.toggle-filter > span span {
    font-size: 14px;
  }
  .categories h2.toggle-category:before, .categories h2.toggle-category:after,
  .categories h2.toggle-filter:before,
  .categories h2.toggle-filter:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #20407f;
    right: 20px;
    top: 50%;
    margin: -1px 0 0 -1px;
  }
  .categories h2.toggle-category:before,
  .categories h2.toggle-filter:before {
    width: 16px;
    margin: -1px 0 0 -8px;
  }
  .categories h2.toggle-category:after,
  .categories h2.toggle-filter:after {
    height: 16px;
    right: 27px;
    margin: -8px 0 0 -1px;
  }
  .categories h2.toggle-category.active:after,
  .categories h2.toggle-filter.active:after {
    height: 2px;
    margin: -1px 0 0 -1px;
  }
  .categories h2.toggle-category + ul,
  .categories h2.toggle-filter + ul {
    display: none;
    padding: 20px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
  .categories h2.toggle-category + ul li:first-child h4,
  .categories h2.toggle-filter + ul li:first-child h4 {
    margin-top: 0;
  }
  .categories h2.toggle-category + ul li ul,
  .categories h2.toggle-filter + ul li ul {
    margin-top: .5em;
  }
  .categories h2.toggle-category + ul li ul:first-child,
  .categories h2.toggle-filter + ul li ul:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 641px) {
  .categories ul {
    display: block !important;
  }
  .categories ul + h2 + ul {
    margin-top: 2em;
  }
  .categories ul + h2 + ul ul:last-child {
    margin-top: .5em;
  }
}

.feature-article {
  padding: 350px 0 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
  color: #363636;
  background-color: #2cace3;
  position: relative;
}

.feature-article h3 {
  background-color: #2cace3;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 20px;
  color: #fff;
  display: block;
}

.feature-article .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
}

.feature-article .desc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
}

.feature-article .desc p {
  color: #20407f;
  padding-bottom: 20px;
}

.feature-article .more {
  color: #20407f;
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
}

.feature-article .more:hover, .feature-article .more:focus {
  text-decoration: underline;
}

@media screen and (min-width: 1061px) {
  .feature-article {
    padding: 0 50% 0 0;
    margin-bottom: 50px;
    min-height: 420px;
  }
  .feature-article h3 {
    padding-bottom: 50px;
  }
  .feature-article .image {
    width: 50%;
    height: 100%;
  }
  .feature-article .desc {
    padding: 40px 40px 40px 20px;
  }
}

.main-products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-products .product {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 20px 20px 50px;
  text-align: center;
  display: inline-block;
}

.main-products .product:hover h3, .main-products .product:focus h3 {
  color: #2cace3;
}

.main-products .product img {
  max-width: 100%;
  width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.main-products .product h3 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  padding: 15px 0 0;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.main-products .product p {
  padding-top: 8px;
  line-height: 1.4;
  color: #363636;
}

.main-products .product span {
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  color: #2cace3;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.main-products .product span:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1060px) {
  .main-products .product {
    width: 48%;
    margin: 0 4% 22px 0;
  }
  .main-products .product:nth-child(2n-1) {
    clear: left;
  }
  .main-products .product:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1061px) {
  .main-products:after {
    content: "";
    flex: auto;
  }
  .main-products .product {
    width: 31.6%;
    margin: 0 2.6% 22px 0;
  }
  .main-products .product:nth-child(3n-2) {
    clear: left;
  }
  .main-products .product:nth-child(3n) {
    margin-right: 0;
  }
}

.main-articles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-articles .article {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #d7d7d7;
}

.main-articles .article:hover h3, .main-articles .article:focus h3 {
  color: #2cace3;
}

.main-articles .article .desc {
  padding: 0 20px 53px;
}

.main-articles .article img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.main-articles .article h3 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  padding: 15px 0 0;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.main-articles .article p {
  padding-top: 8px;
  color: #363636;
  line-height: 1.4;
}

.main-articles .article span {
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  color: #2cace3;
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 100%;
}

.main-articles .article span:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1060px) {
  .main-articles .article {
    width: 48%;
    margin: 0 4% 22px 0;
  }
  .main-articles .article:nth-child(2n-1) {
    clear: left;
  }
  .main-articles .article:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1061px) {
  .main-articles:after {
    content: "";
    flex: auto;
  }
  .main-articles .article {
    width: 31.6%;
    margin: 0 2.6% 22px 0;
  }
  .main-articles .article:nth-child(3n-2) {
    clear: left;
  }
  .main-articles .article:nth-child(3n) {
    margin-right: 0;
  }
}

.main-resources {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-resources .resource {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  display: inline-block;
}

.main-resources .resource:hover h4, .main-resources .resource:focus h4 {
  color: #2cace3;
}

.main-resources .resource .desc {
  padding: 0 20px 53px;
}

.main-resources .resource .image {
  width: 100%;
  padding-top: 50%;
  background-color: whitesmoke;
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.main-resources .resource h3 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  padding: 15px 0 0;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.main-resources .resource p {
  padding-top: 8px;
  line-height: 1.4;
  color: #363636;
}

.main-resources .resource span {
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  color: #2cace3;
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 100%;
}

.main-resources .resource span:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1060px) {
  .main-resources .resource {
    width: 48%;
    margin: 0 4% 22px 0;
  }
  .main-resources .resource:nth-child(2n-1) {
    clear: left;
  }
  .main-resources .resource:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1061px) {
  .main-resources:after {
    content: "";
    flex: auto;
  }
  .main-resources .resource {
    width: 31.6%;
    margin: 0 2.6% 22px 0;
  }
  .main-resources .resource:nth-child(3n-2) {
    clear: left;
  }
  .main-resources .resource:nth-child(3n) {
    margin-right: 0;
  }
}

.load-more {
  width: 100%;
  margin-bottom: 20px;
}

.main-events {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}

.main-events .event {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  display: block;
  margin-bottom: 20px;
}

.main-events .event:hover h3, .main-events .event:hover .date, .main-events .event:focus h3, .main-events .event:focus .date {
  color: #2cace3;
}

.main-events .event .desc {
  padding: 0 20px 53px;
}

.main-events .event img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.main-events .event .date {
  padding: 17px 0 4px;
  color: #20407f;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.main-events .event h3 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  line-height: 1.4;
  font-size: 18px;
  padding: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding-bottom: 15px;
}

.main-events .event p {
  padding-top: 8px;
  color: #363636;
  line-height: 1.4;
}

.main-events .event span {
  font-family: "KlavikaWebBasicRegular", Helvetica, sans-serif;
  color: #2cace3;
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 100%;
}

.main-events .event span:hover {
  text-decoration: underline;
}

@media screen and (min-width: 641px) {
  .main-events {
    padding-top: 0;
  }
}

@media screen and (min-width: 1061px) {
  .main-events .event {
    margin: 0 0 22px 0;
  }
}

.products-list .sep-title {
  font-size: 22px;
  font-family: "Stag Web", Helvetica, sans-serif;
  font-weight: 400;
  color: #20407f;
  padding: 30px 0 20px;
  line-height: 1.3;
}

.products-list .sep-search {
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .products-list {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .article-list, .about-detail {
    padding-top: 30px;
  }
}

.category-panels-row {
  background-color: #fff;
  padding-bottom: 20px;
}

.category-panels-row .row-bounds {
  overflow: hidden;
}

.category-panels-row .panel {
  border: 1px solid #d7d7d7;
  padding: 30px 20px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.category-panels-row .panel:hover h4, .category-panels-row .panel:focus h4 {
  color: #2cace3;
}

.category-panels-row .panel > div {
  height: 75px;
  display: table;
}

.category-panels-row .icon {
  float: left;
  width: 75px;
  height: 75px;
}

.category-panels-row h4 {
  font-family: "Stag Web", Helvetica, sans-serif;
  color: #20407f;
  padding: 0 0 0 20px;
  vertical-align: middle;
  display: table-cell;
  font-size: 18px;
  line-height: 1.4;
  height: 75px;
  margin: 0 auto;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media screen and (min-width: 641px) {
  .category-panels-row {
    padding-bottom: 50px;
  }
  .category-panels-row .panel {
    float: left;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 10px;
  }
  .category-panels-row .panel > div {
    max-width: 185px;
    height: 75px;
    margin: 10px auto 0;
    text-align: center;
  }
  .category-panels-row .icon {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .category-panels-row h4 {
    float: none;
    text-align: center;
    padding-left: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 1060px) {
  .category-panels-row .panel {
    margin: 0 1% 2% 0;
  }
  .category-panels-row .panel:nth-child(even) {
    margin: 0 0 2% 1%;
  }
}

@media screen and (min-width: 1061px) {
  .category-panels-row .panel {
    width: 23.5%;
    padding: 50px 10px;
    margin: 0 2% 2% 0;
  }
  .category-panels-row .panel:nth-child(4n-3) {
    clear: left;
  }
  .category-panels-row .panel:nth-child(4n) {
    margin-right: 0;
  }
  .category-panels-row .icon {
    width: 100px;
    height: 100px;
  }
}

.print-logo {
  display: none;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-logo {
    display: block;
    padding: 20px;
  }
  .print-logo img {
    width: 200px;
    display: block;
  }
  .ww ul {
    list-style: disc;
    padding-left: 25px;
  }
  .ww ul li {
    padding-left: 0;
  }
  /* hiding header and footer
	-------------------------------------------------------------- */
  .header-row, .footer-row, .nav-row, .category-two-col-row .col:first-child, .controls-row {
    display: none;
  }
}
