/* TOC 

1.  Variables/Mixins
2.  Global
3.  Modules

*/
/*------------------------------------*
   1. Variables/Mixins
*------------------------------------*/
.center-horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.animate-all {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*---*
Type
*----*/
.myriadpro-regular {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.myriadpro-semibold {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.myriadpro-bold {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.capitolina-regular {
  font-family: capitolina,serif;
  font-weight: 400;
  font-style: normal;
}
.capitolina-semibold {
  font-family: capitolina,serif;
  font-weight: 600;
  font-style: normal;
}
.freight-sans-pro {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*------------------------------------*
   2. Global
*------------------------------------*/
/*---*
Type
*----*/
body {
  font-family: capitolina,serif;
  font-weight: 400;
  font-style: normal;
  color: #003972;
  font-size: 14px;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h6 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #003972;
  letter-spacing: -0.01em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h6 a {
  color: #003972;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h6 a:hover {
  color: #66b2e9;
}
h3 {
  font-size: 24px;
  line-height: 32px;
}
h4 {
  font-size: 18px;
  line-height: 28px;
}
h4.eyebrow {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #25ac83;
  letter-spacing: normal;
}
h4.section-header {
  text-transform: uppercase;
  color: #003972;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 4px;
}
h4.section-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  background-color: rgba(118, 226, 193, 0.6);
}
h5 {
  font-family: capitolina,serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #003972;
  letter-spacing: -0.01em;
}
h6 {
  font-size: 14px;
  line-height: 20px;
}
ul.meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.meta li {
  display: inline-block;
  font-size: 10px;
  line-height: 11px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #66b2e9;
  position: relative;
  padding: 0 10px;
}
ul.meta li a {
  color: #3a90cc;
}
ul.meta li a:hover {
  color: #003972;
}
ul.meta li:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #3a90cc;
}
ul.meta li:first-child {
  padding-left: 0;
}
ul.meta li:first-child:before {
  display: none;
}
a {
  color: #003972;
}
a.view-all-link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #003972;
  text-decoration: none;
  margin-right: 13px;
}
a.view-all-link:hover {
  text-decoration: underline;
}
a.view-all-link:after {
  content: url('/img/icon-right-arrow-sm-blue.svg');
  position: absolute;
  right: -14px;
  top: 0;
  width: 9px;
  height: 12px;
}
a.filter-tag-link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #003972;
  text-decoration: none;
  margin-right: 55px;
  margin-bottom: 8px;
}
a.filter-tag-link:hover {
  text-decoration: underline;
  color: #003972;
}
a.filter-tag-link:after {
  content: url('/img/icon-resource-tag-close.svg');
  position: absolute;
  right: -23px;
  top: 0;
  width: 16px;
  height: 16px;
}
a.load-more-link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #003972;
  text-decoration: none;
  margin-right: 55px;
  margin-bottom: 8px;
}
a.load-more-link:hover {
  text-decoration: underline;
}
a.load-more-link:after {
  content: url('/img/icon-down-arrow.svg');
  position: absolute;
  right: -28px;
  top: 0;
  width: 7px;
  height: 19px;
}
a.condition-button {
  display: block;
  position: relative;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #003972;
  font-size: 24px;
  line-height: 32px;
  padding: 10px 50px 10px 0;
  margin: 0 0 7px;
  border-bottom: 1px solid rgba(118, 226, 193, 0.6);
}
a.condition-button:hover {
  color: #66b2e9;
}
a.condition-button:after {
  content: url('/assets/svg/icon-right-arrow-24-blue.svg');
  position: absolute;
  right: 0;
  top: 12px;
  width: 11px;
  height: 24px;
}
a.condition-button.condition-button-sm {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 3px;
  padding: 8px 40px 8px 0;
}
a.condition-button.condition-button-sm:after {
  content: url('/assets/svg/icon-right-arrow-sm-blue.svg');
  top: 10px;
  width: 4px;
}
.page-item.active .page-link {
  background-color: #66b2e9;
  border-color: #66b2e9;
}
.page-item .page-link {
  color: #66b2e9;
}
/*
::-webkit-input-placeholder {
  font-weight: 700;
}
::-moz-placeholder {
  font-weight: 700;
}
:-ms-input-placeholder {
  font-weight: 700;
}
:-moz-placeholder {
  font-weight: 700;
}
*/
/*---*
Buttons
*----*/
.btn {
  border-radius: 0;
}
.btn.btn-dark {
  background-color: #003972;
  border-color: #003972;
}
.btn.btn-outline-primary {
  border-color: #76E2C1;
  color: #003972;
  background-color: #fff;
}
/*---*
Forms
*----*/
input[type="text"],
input[type="email"] {
  border-radius: 0;
  border: none;
}
.default-search input[type="text"],
.default-search input[type="email"] {
  border: 1px solid rgba(142, 142, 147, 0.5);
}
/*---*
Divider
*----*/
hr.divider {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(142, 142, 147, 0.5);
  margin: 25px 0 25px;
}
hr.divider.article-divider {
  margin: 72px 0;
}
.sidebar hr.divider {
  margin: 75px 0 81px;
}
.home-main hr.divider {
  margin: 50px 0 57px;
}
/*---*
ad banner top
*----*/
.ad-banner-top {
  background: #dff0fa;
  border-bottom: 4px solid rgba(102, 178, 233, 0.4);
  padding: 30px;
  transition: all 0.3s;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  z-index: 2000;
  overflow: hidden;
}
.ad-banner-top.collapsed {
  padding-top: 0;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .ad-banner-top {
    top: 70px;
  }
}
/*---*
ad banner sidebar
*----*/
.main-content .sidebar .ad-block {
  position: -webkit-sticky;
  position: sticky;
  top: 240px;
  z-index: 100;
  background-color: #fff;
}
/*@media (min-width: 992px) {
  .main-content {
    .sidebar {
      .ad-block {
        position: -webkit-sticky;
        position: sticky;
        top: 240px;
        z-index: 100;
        background-color: #fff;
      }
    }
  }
}*/
/*---*
primarynav
*----*/
#primarynav {
  background-color: #fff !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2000;
}
#primarynav .navbar-nav > li {
  font-size: 16px;
  line-height: 20px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#primarynav .navbar-nav > li > a {
  color: #003972;
}
#primarynav .navbar-nav > li > a:hover {
  color: #66b2e9;
  text-decoration: underline;
}
#primarynav .navbar-nav > li > ul {
  list-style: none;
}
#primarynav .primarynav-search-toggle {
  width: 70px;
  height: 70px;
  background-color: #66b2e9;
  border-radius: 0;
}
#primarynav .navbar-toggler {
  border-color: transparent !important;
  outline: none;
}
#primarynav .navbar-toggler:active,
#primarynav .navbar-toggler:hover {
  outline: none;
}
@media (min-width: 992px) {
  #primarynav .navbar-brand {
    margin-left: calc((100vw - 960px)/2);
    padding-top: 12px;
    padding-bottom: 10px;
  }
  #primarynav .navbar-nav {
    margin-right: 32px;
  }
  #primarynav .navbar-nav > li > a {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  #primarynav .navbar-nav {
    list-style: none;
  }
  #primarynav .sitemap-nav-mobile {
    background-color: #003972;
    margin-left: -15px;
    margin-right: -15px;
  }
  #primarynav .sitemap-nav-mobile .navbar-nav > li > a {
    color: #fff;
    padding: .5rem 1rem;
  }
  #primarynav .sitemap-nav-mobile .navbar-nav > li > a:hover {
    color: #66b2e9;
  }
  #primarynav .sitemap-nav-mobile .navbar-nav > li > ul > li > a {
    color: #fff;
  }
  #primarynav .sitemap-nav-mobile .navbar-nav > li > ul > li > a:hover {
    color: #66b2e9;
  }
  #primarynav .condition-type-nav-mobile {
    background-color: #66b2e9;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #003972;
  }
  #primarynav .condition-type-nav-mobile .navbar-nav > li > a {
    color: #fff;
    padding: .5rem 1rem;
  }
  #primarynav .condition-type-nav-mobile .navbar-nav > li > a:hover {
    color: #003972;
  }
  #primarynav .condition-type-nav-mobile .navbar-nav > li > ul > li > a {
    color: #fff;
  }
  #primarynav .condition-type-nav-mobile .navbar-nav > li > ul > li > a:hover {
    color: #003972;
  }
}
@media (min-width: 1200px) {
  #primarynav .navbar-brand {
    margin-left: calc((100vw - 1140px)/2);
  }
}
/*---*
desktop-search-block
*----*/
.desktop-search-block {
  position: fixed;
  z-index: 2500;
  right: 0;
  top: 70px;
  width: 100%;
  background-color: #66b2e9;
  padding: 20px;
  display: none;
}
.desktop-search-block.open {
  display: block;
}
.desktop-search-block button[type="submit"] {
  width: 48px;
  background-color: #003972;
  border-radius: 0 !important;
}
.desktop-search-block button[type="submit"]:hover {
  background-color: #66b2e9;
}
.desktop-search-block button[type="submit"]:hover svg {
  fill: #003972;
}
.desktop-search-block button[type="submit"] svg {
  fill: #ffffff;
}
.desktop-search-block input[type="text"] {
  border-radius: 0;
}
.desktop-search-block .text a {
  color: #003972;
}
.desktop-search-block .primarynav-search-toggle {
  width: 70px;
  height: 70px;
  background-color: #66b2e9;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: -70px;
}
@media (max-width: 991px) {
  .desktop-search-block.open {
    display: none !important;
  }
}
/*---*
mobile-search-block
*----*/
.mobile-search-block {
  background-color: #66b2e9;
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -8px;
}
.mobile-search-block button[type="submit"] {
  width: 48px;
  background-color: #003972;
  border-radius: 0 !important;
}
.mobile-search-block button[type="submit"]:hover {
  background-color: #66b2e9;
}
.mobile-search-block button[type="submit"]:hover svg {
  fill: #003972;
}
.mobile-search-block button[type="submit"] svg {
  fill: #ffffff;
}
.mobile-search-block input[type="text"] {
  border-radius: 0;
}
.mobile-search-block .text a {
  color: #003972;
}
/*---*
sitemap-nav
*----*/
.sitemap-nav {
  background-color: #003972;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 2005;
}
.sitemap-nav .column {
  position: relative;
}
.sitemap-nav ul {
  margin: 0;
}
.sitemap-nav ul li {
  font-size: 15px;
  line-height: 20px;
  margin-right: 0 !important;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.sitemap-nav ul li a {
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  margin: 0;
}
.sitemap-nav ul li a:hover {
  color: #76E2C1;
}
.sitemap-nav ul li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #003972;
}
.sitemap-nav ul li > ul li {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 992px) {
  .sitemap-nav ul li.view-all {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #003972;
    padding-left: 15px;
  }
  .sitemap-nav ul li.view-all:after {
    content: url('/assets/svg/icon-right-arrow-sm.svg');
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
    height: 12px;
  }
  .sitemap-nav ul li.view-all:before {
    left: 13px;
  }
  .sitemap-nav ul li:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 20px;
    height: 10px;
    width: 2px;
    background-color: #3A90CC;
  }
  .sitemap-nav ul li:first-child:before {
    display: none;
  }
  .sitemap-nav ul li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .sitemap-nav ul li:hover > ul {
    display: block;
  }
}
@media (max-width: 991px) {
  .sitemap-nav {
    min-height: 50px;
  }
  .sitemap-nav ul li > ul {
    padding-left: 12px;
  }
}
/*---*
cancertype-nav
*----*/
.cancertype-nav {
  background-color: #66b2e9;
  padding: 15px 0;
  overflow: hidden;
  overflow-x: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 2002;
}
.cancertype-nav > .container {
  overflow: hidden;
}
.cancertype-nav .column {
  position: relative;
}
.cancertype-nav ul {
  margin: 0;
}
.cancertype-nav ul li {
  font-size: 15px;
  line-height: 20px;
  margin-right: 0 !important;
  white-space: nowrap;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.cancertype-nav ul li a {
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  margin: 0;
}
.cancertype-nav ul li a:hover {
  color: #003972;
}
.cancertype-nav ul li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #003972;
}
.cancertype-nav ul li > ul li {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 992px) {
  .cancertype-nav ul li.view-all {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #66b2e9;
    padding-left: 15px;
  }
  .cancertype-nav ul li.view-all:after {
    content: url('/assets/svg/icon-right-arrow-sm.svg');
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
    height: 12px;
  }
  .cancertype-nav ul li.view-all:before {
    left: 13px;
  }
  .cancertype-nav ul li:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 5px;
    height: 10px;
    width: 2px;
    background-color: #003972;
  }
  .cancertype-nav ul li:first-child:before {
    display: none;
  }
  .cancertype-nav ul li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .cancertype-nav ul li:hover > ul {
    display: block;
  }
}
@media (max-width: 991px) {
  .cancertype-nav ul {
    overflow: auto;
  }
}
/*---*
content
*----*/
#content {
  padding: 50px 0;
}
/*---*
footer
*----*/
#footer {
  background: url('/biozone-assets/img/bg-footer.png') 0 0 no-repeat #003972;
}
#footer .menu ul {
  margin: 0;
}
#footer .menu ul li {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 19px;
}
#footer .menu ul li a {
  color: #fff;
}
#footer .menu ul li a:hover {
  color: #76e2c1;
}
#footer .social p {
  font-size: 14px;
  color: #fff;
}
#footer .social input[type="email"] {
  background-color: #002041;
  color: #fff;
}
#footer .social input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
#footer .social input[type="email"]::-moz-placeholder {
  color: #fff;
}
#footer .social input[type="email"]:-ms-input-placeholder {
  color: #fff;
}
#footer .social input[type="email"]:-moz-placeholder {
  color: #fff;
}
#footer .social button {
  background-color: #002041;
}
#footer .social button svg {
  fill: #76e2c1;
}
#footer .social button:hover svg {
  fill: #ffffff;
}
#footer .social nav a svg {
  fill: #76e2c1;
}
#footer .social nav a:hover svg {
  fill: #ffffff;
}
#footer .social ul {
  margin: 0;
}
#footer .copyright {
  font-size: 14px;
  line-height: 20px;
  color: #66b2e9;
}
/*------------------------------------*
   3. Modules
*------------------------------------*/
/*---*
Card Block
*----*/
.card-block .body p {
  font-size: 16px;
  line-height: 24px;
  color: #003972;
  letter-spacing: -0.01em;
}
.card-block .featured-main figure {
  margin-bottom: 30px;
}
.card-block .featured-main h3 {
  margin-bottom: 5px;
}
.card-block .featured-sidebar figure {
  margin-bottom: 15px;
}
.card-block .featured-sidebar h4 {
  margin-bottom: 10px;
}
.card-block .featured-sidebar h6 {
  margin-bottom: 7px;
}
.card-block .featured-sidebar .list-block.sponsored header {
  padding: 10px 0;
  border-top: 2px solid #53c4a2;
}
.card-block .featured-sidebar .list-block.sponsored header .eybrow {
  margin: 0 !important;
}
/*---*
List Block
*----*/
.list-block header {
  padding-bottom: 40px;
}
.list-block .block-item {
  /*margin: 0 0 60px;
    &:last-child {
      margin-bottom: 0;
    }*/
}
.list-block .block-item h3 {
  margin: 0 0 20px;
}
.list-block .block-item h4 {
  margin: 0 0 20px;
}
.list-block .block-item h4.eyebrow {
  margin: 0 0 10px;
}
.list-block .image {
  overflow: hidden;
  justify-content: center;
}
.list-block.list-grid .column {
  position: relative;
  margin-top: 35px;
}
.list-block.two-column .column:first-child {
  margin-bottom: 30px;
}
.list-block .footer-block {
  margin: 50px 0 0;
  border-top: 1px solid rgba(142, 142, 147, 0.5);
  display: flex;
  justify-content: center;
  padding: 14px 0;
}
.list-block.home-blog-block {
  padding-bottom: 50px;
}
.sidebar .block-item {
  margin: 0 0 60px;
}
.sidebar .block-item:last-child {
  margin-bottom: 0;
}
.sidebar .social-block li a svg {
  fill: #003972;
}
.sidebar .social-block li a:hover svg {
  fill: #76e2c1;
}
@media (min-width: 768px) {
  .list-block.two-column .column:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .list-block.list-grid .column:nth-child(even):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(142, 142, 147, 0.5);
  }
  .list-block.list-grid .column:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .list-block.list-grid .column:first-child {
    margin-top: 0;
  }
}
/*---*
Survey Block
*----*/
.survey-block header {
  padding-bottom: 40px;
}
.survey-block .block-item h3 {
  margin: 0 0 37px;
  font-size: 18px;
  line-height: 28px;
}
.survey-block .survey-option-row {
  padding: 16px 0;
  position: relative;
}
.survey-block .survey-option-row .col {
  position: relative;
}
.survey-block .survey-option-row:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(142, 142, 147, 0.5);
}
.survey-block .survey-option-row label {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #003972;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.survey-block .survey-option-row input[type="radio"] {
  opacity: 0;
  right: 15px;
}
.survey-block .survey-option-row input[type="radio"] + i {
  cursor: pointer;
}
.survey-block .survey-option-row input[type="radio"]:checked + i:before {
  content: '\f192';
}
/*---*
Subscribe Block
*----*/
.subscribe-block header {
  padding: 0 0 20px;
}
.subscribe-block input[type="email"] {
  border-color: #76E2C1;
  border: 1px solid #76E2C1;
  border-width: 1px 0 1px 1px;
}
.subscribe-block button svg {
  fill: #003972;
}
.subscribe-block button:hover {
  background-color: #76e2c1;
  border-color: #76e2c1;
}
.subscribe-block button:hover svg {
  fill: #76e2c1;
}
/*---*
Video Card Block
*----*/
.video-card-block {
  padding: 40px 0;
  background-color: rgba(118, 226, 193, 0.15);
}
.video-card-block header {
  padding: 0 0 33px;
}
.video-card-block .body figure {
  margin: 0 0 16px;
  position: relative;
  display: inline-block;
}
.video-card-block .body figure .icon-link img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.video-card-block .column {
  margin-bottom: 30px;
}
.video-card-block .column:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .video-card-block .column {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .video-card-block .body h4 {
    margin: 0 0 40px;
  }
  .video-card-block .body h4.eyebrow {
    margin: 0 0 5px;
  }
}
/*---*
Filter Block
*----*/
.filter-block header {
  padding: 0 0 30px;
}
.filter-block .filter-select {
  margin-bottom: 26px;
}
.filter-block .filter-select button {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff !important;
  background-color: #003972;
  border-color: #003972;
  padding: .5rem 1rem;
  height: calc(1.5em + 1rem + 2px);
}
.filter-block .filter-select button.bs-placeholder {
  color: #fff !important;
}
.filter-block .filter-select .show button {
  background-color: #003972 !important;
  border-color: #003972 !important;
}
.filter-block .filter-select .dropdown-menu {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.filter-block .filter-select .dropdown-menu .dropdown-item {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #66b2e9;
  padding: 12px 24px;
}
.filter-block .filter-select .dropdown-menu .dropdown-item span.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 5px;
  color: #003972;
}
.filter-block .filter-select .dropdown-menu > li:not(.selected) span.check-mark:before {
  content: '\f0c8';
}
.filter-block .filter-date-range {
  margin-bottom: 26px;
}
.filter-block .filter-date-range .filter-date-range-container {
  border-color: #76E2C1;
  border: 1px solid #76E2C1;
  border-width: 1px;
  padding: .5rem 1rem;
  height: calc(1.5em + 1rem + 2px);
  color: #003972;
}
.filter-block .filter-date-range .filter-date-range-container i {
  margin-right: 10px;
  color: #003972;
}
.filter-block .filter-keyword input[type='text'] {
  border-color: #76E2C1;
  border: 1px solid #76E2C1;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
}
.filter-block .filter-keyword button[type='submit'] {
  border-color: #76E2C1;
  border: 1px solid #76E2C1;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}
.filter-block .filter-block-footer {
  padding: 8px 0;
}
.filter-block .filter-block-footer a {
  font-size: 14px;
  color: #003972;
}
.filter-block .filter-block-footer a:hover {
  color: #003972;
}
.filter-block .filter-block-tags {
  min-height: 80px;
}
.daterangepicker .ranges {
  color: #003972;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.daterangepicker .ranges li.active {
  color: #fff !important;
  background-color: #003972 !important;
}
.daterangepicker .calendar-table th {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.daterangepicker .calendar-table th.available {
  /*&.next {
          &:hover {
            span {
              border: solid @os-mint-green !important;
              border-width: 0 2px 2px 0;
            }
          }
        }
        &.prev {
          &:hover {
            span {
              border: solid @os-mint-green !important;
              border-width: 0 2px 2px 0;
            }
          }
        }*/
}
.daterangepicker .calendar-table th.available:hover {
  color: #76e2c1 !important;
  background-color: #ffffff !important;
}
.daterangepicker .calendar-table td.active {
  background-color: #003972 !important;
}
.daterangepicker .calendar-table td.in-range {
  color: #003972 !important;
  background-color: rgba(118, 226, 193, 0.6) !important;
}
.daterangepicker .calendar-table td.in-range:hover {
  background-color: #76e2c1 !important;
}
.daterangepicker .calendar-table td.available:hover {
  color: #003972 !important;
  background-color: rgba(118, 226, 193, 0.6) !important;
}
.daterangepicker .drp-selected {
  color: #003972;
}
.daterangepicker .drp-buttons .cancelBtn {
  color: #003972 !important;
}
.daterangepicker .drp-buttons .cancelBtn:hover {
  color: #76e2c1 !important;
}
.daterangepicker .drp-buttons .applyBtn {
  background-color: #003972 !important;
}
.daterangepicker .drp-buttons .applyBtn:hover {
  color: #003972 !important;
  background-color: #66b2e9 !important;
  border-color: #66b2e9 !important;
}
/*---*
Headline Block
*----*/
.headline-block {
  margin: 0 0 78px;
}
.headline-block h1 {
  margin: 0 0 15px;
}
/*---*
Article Header
*----*/
.article-header {
  margin: 0 0 60px !important;
  padding: 0 0 50px;
  border-bottom: 1px solid rgba(142, 142, 147, 0.5);
}
.article-header h1 {
  margin: 0 0 30px !important;
}
.article-header p {
  font-size: 16px;
}
.article-header .social-block ul {
  list-style: none;
  margin: 0 0 0 38px;
  padding: 0;
  display: inline-block;
}
.article-header .social-block ul li {
  margin: 0 22px 0 0;
  display: inline-block;
}
.article-header .social-block ul li a svg {
  fill: #003972;
}
.article-header .social-block ul li a:hover svg {
  fill: #76e2c1;
}
.article-header .social-block ul li:last-child {
  margin: 0;
}
.article-header.media-article-header {
  border-bottom: none;
  padding: 0;
}
/*---*
Article Body
*----*/
.article-body {
  padding-bottom: 50px;
}
.article-body h5 {
  font-family: capitolina,serif;
  font-weight: 600;
  font-style: normal;
  color: #003972;
  margin: 0 0 22px;
}
.article-body .block-item .column p {
  font-size: 16px;
  line-height: 24px;
  color: #003972;
}
.article-body .block-item .column p:last-of-type {
  margin-bottom: 0;
}
.article-body .block-item .blockquote {
  margin: 0;
  padding: 40px;
}
.article-body .block-item .blockquote p {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #66b2e9;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 30px !important;
}
.article-body .block-item .blockquote .blockquote-footer {
  color: #003972;
  font-size: 16px;
}
.article-body .block-item .blockquote .blockquote-footer:before {
  display: none;
}
.article-body .article-body-footer {
  padding: 72px 0 0;
}
.article-body .article-body-footer .read-article:hover {
  color: #003972;
  background-color: #66b2e9;
  border-color: #66b2e9;
}
.article-body .article-body-footer .download-file:hover {
  color: #003972;
  background-color: #76e2c1;
}
.article-body .article-image-block {
  margin: 87px 0;
}
.article-body .article-image-block .figure {
  margin: 0 0 20px;
}
.article-body .article-image-block .figure .figure-img {
  margin: 0 0 20px;
}
.article-body .article-image-block .figure-caption {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #003972;
}
.article-body .article-media-block .block-item {
  position: relative;
}
.article-body .article-media-block .block-item .icon-link img,
.article-body .article-media-block .block-item .icon-link svg {
  position: absolute;
  bottom: 0;
  right: 0;
  fill: #66b2e9;
}
.article-body .article-media-block .block-item .icon-link img:hover,
.article-body .article-media-block .block-item .icon-link svg:hover {
  fill: #003972;
}
.article-body .article-media-block .block-item .media-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  /*-webkit-transform: translateX(-50%); 
          -ms-transform: translateX(-50%); 
          transform: translateX(-50%);
          top: 50%;
          -webkit-transform: translateY(-50%); 
          -ms-transform: translateY(-50%); 
          transform: translateY(-50%);*/
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
  .article-body .block-item .blockquote {
    padding: 62px 57px;
  }
}
