﻿@charset "UTF-8";
/***********************************************
Variables
/***********************************************/
/*** Fonts ***/
/*** Weight ***/
/*** Colors ***/
/***********************************************
Border Colors
  -whitepaper cover image
/***********************************************/
/***********************************************
Pattern Squares Colors
/***********************************************/
/***********************************************
Buttons
/***********************************************/
/***********************************************
General Mixin
/***********************************************/
/***********************************************
Images
/***********************************************/
/***********************************************
Line-Height Function
/***********************************************/
/***********************************************
General
/**********************************************/
.container {
  max-width: 1320px; }

figure {
  margin: 0; }
  figure img {
    max-width: 100%; }

section {
  margin-bottom: 50px; }

/*input,
select {
    -webkit-appearance: none;
}*/
/*** Spacing ***/
/*** Padding ***/
.no-side-padding {
  padding-left: 0;
  padding-right: 0; }

.side-padding-15 {
  padding-right: 15px;
  padding-left: 15px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-60-90 {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .padding-top-60-90 {
      padding-top: 90px; } }

.padding-top-30-80 {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .padding-top-30-80 {
      padding-top: 80px; } }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-10-30 {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .padding-bottom-10-30 {
      padding-bottom: 30px; } }

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

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-30-60 {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .padding-bottom-30-60 {
      padding-bottom: 60px; } }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-bottom-180 {
  padding-bottom: 180px; }

.padding-bottom-11-percent {
  padding-bottom: 11%; }

.padding-bottom-15-percent {
  padding-bottom: 15%; }

/*** Margin ***/
.no-side-margin {
  margin-right: 0;
  margin-left: 0; }

.side-margin-15 {
  margin-right: 15px;
  margin-left: 15px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-25 {
  margin-left: 25px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-150 {
  margin-top: 150px; }

.margin-top-minus-50 {
  margin-top: -50px; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-5-10 {
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .margin-bottom-5-10 {
      margin-bottom: 10px; } }

.margin-bottom-20-40 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .margin-bottom-20-40 {
      margin-bottom: 40px; } }

.margin-bottom-20-50 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .margin-bottom-20-50 {
      margin-bottom: 50px; } }

.margin-bottom-30-60 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .margin-bottom-30-60 {
      margin-bottom: 60px; } }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-40-50 {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .margin-bottom-40-50 {
      margin-bottom: 50px; } }

.margin-bottom-40-60 {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .margin-bottom-40-60 {
      margin-bottom: 60px; } }

.margin-bottom-40-80 {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .margin-bottom-40-80 {
      margin-bottom: 80px; } }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-bottom-150 {
  margin-bottom: 150px; }

.margin-bottom-170 {
  margin-bottom: 170px; }

.margin-bottom-200 {
  margin-bottom: 200px; }

.margin-bottom-250 {
  margin-bottom: 250px; }

.justify-self-center {
  justify-self: center; }

/*** Splitting List ***/
.list-2-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

.list-3-column {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

.list-4-column {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

/*** Thumbnail ***/
.thumbnail {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

/***********************************************
Colors
/***********************************************/
.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

.color-gray-222 {
  color: #222222; }

.color-gray-555 {
  color: #555555; }

.color-gray-777 {
  color: #777777; }

.color-gray-999 {
  color: #999999; }

.color-gray-ccc {
  color: #cccccc; }

.color-gray-ddd {
  color: #dddddd; }

.color-accent {
  color: #E9A100; }

.transparent-primary-color-50 {
  color: rgba(237, 3, 125, 0.5); }

.primary-color {
  color: #f30782; }

/***********************************************
Border Wrapper Colors
/***********************************************/
.border-primary-color-20 {
  border: 1px solid #FEE5F8; }

.border-left-3-primary-color {
  border-left: 3px solid #f30782; }

.border-2-gray-ccc {
  border: 2px solid #cccccc; }

.border-bottom-primary-3 {
  border-bottom: 3px solid #f30782; }

.border-top-primary-3 {
  border-top: 3px solid #f30782; }

.border-primary-color-20 {
  border: 1px solid #FEE5F8; }

.border-left-3-primary-color {
  border-left: 3px solid #f30782; }

.border-2-gray-ccc {
  border: 2px solid #cccccc; }

.border-bottom-primary-3 {
  border-bottom: 3px solid #f30782; }

.border-top-primary-3 {
  border-top: 3px solid #f30782; }

/***********************************************
Background Colors
/***********************************************/
.bg-color-gray-eee {
  background: #eeeeee; }

.bg-gray-gradient {
  background: -moz-linear-gradient(45deg, rgba(182, 182, 182, 0) 0%, rgba(127, 127, 127, 0.47) 72%, rgba(127, 127, 127, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(182, 182, 182, 0) 0%, rgba(127, 127, 127, 0.47) 72%, rgba(127, 127, 127, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(182, 182, 182, 0) 0%, rgba(127, 127, 127, 0.47) 72%, rgba(127, 127, 127, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6b6b6', endColorstr='#a67f7f7f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.bg-white {
  background: #ffffff; }

.darker-bg {
  background: #222222; }

.bg-gray-555 {
  background: #555555; }

/***********************************************
Fonts
/***********************************************/
.primary-font {
  font-family: canada-type-gibson, helvetica, arial, sans-serif; }

.secondary-font {
  font-family: "AvenirLTStd", helvetica, arial, sans-serif; }

p {
  font-size: 18px;
  color: #333333;
  line-height: 1.72222;
  margin: 0;
  padding-bottom: 15px; }

body {
  font-family: "AvenirLTStd", helvetica, arial, sans-serif, helvetica, arial, sans-serif; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 20px; }

.section-title-22 {
  font-family: canada-type-gibson, helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 1.375em;
  text-transform: uppercase; }

.heading-24 {
  font-size: 20px;
  line-height: 1.4em;
  font-family: canada-type-gibson, helvetica, arial, sans-serif;
  font-weight: 600; }
  .heading-24 a {
    color: #000000; }
    .heading-24 a:visited {
      color: #000000; }
    .heading-24 a:hover {
      color: #f30782;
      text-decoration: none; }
    .heading-24 a:active {
      color: #000000; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-22 {
  font-size: 18px; }

.font-24 {
  font-size: 20px; }

.font-28 {
  font-size: 25px; }

.font-28 {
  font-size: 22px; }

.font-34 {
  font-size: 34px; }

.font-32 {
  font-size: 25px; }

.font-36 {
  font-size: 30px; }

.font-38 {
  font-size: 38px; }

.font-44 {
  font-size: 30px; }

.font-48 {
  font-size: 34px; }
  @media (min-width: 850px) {
    .font-48 {
      font-size: 48px;
      line-height: 32px; } }

.font-38 {
  font-size: 30px; }
  @media (min-width: 768px) {
    .font-38 {
      font-size: 38px; } }

.font-72 {
  font-size: 42px; }
  @media (min-width: 768px) {
    .font-72 {
      font-size: 72px; } }

@media (min-width: 800px) {
  .font-22 {
    font-size: 22px; }
  .font-24 {
    font-size: 24px; }
  .font-28 {
    font-size: 28px; }
  .font-32 {
    font-size: 32px; }
  .font-36 {
    font-size: 36px; }
  .font-44 {
    font-size: 44px; } }

.font-28 a, .font-29 a, .font-30 a, .font-32 a, .font-22 a, .font-20 a {
  color: #000000;
  text-decoration: none; }
  .font-28 a:hover, .font-29 a:hover, .font-30 a:hover, .font-32 a:hover, .font-22 a:hover, .font-20 a:hover {
    color: #f30782 !important;
    text-decoration: none; }

a:hover {
  color: #f30782; }

a.color-black {
  color: #000000; }
  a.color-black:hover {
    color: #f30782; }

/*** Font Weights ***/
.weight-regular {
  font-weight: 400; }

.weight-semibold {
  font-weight: 600; }

.weight-bold {
  font-weight: bold; }

/***********************************************
Links
/***********************************************/
.link-15-gray555-underline {
  font-size: 15px;
  color: #555555;
  text-decoration: underline;
  font-weight: normal; }

.link-15-gray999-no-underline {
  font-size: 15px;
  color: #999999;
  text-decoration: none;
  font-weight: normal; }
  .link-15-gray999-no-underline:hover {
    color: #555555;
    text-decoration: none; }

.link-16-black-no-underline {
  font-size: 16px;
  text-decoration: none;
  color: #000000; }
  .link-16-black-no-underline:hover {
    color: #f30782;
    text-decoration: none; }

.link-16-no-underline {
  font-size: 16px;
  text-decoration: none; }
  .link-16-no-underline:hover {
    color: #f30782;
    text-decoration: none; }

.link-16-underline {
  font-size: 16px;
  text-decoration: underline; }
  .link-16-underline:hover {
    color: #f30782; }

.link-18-black {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #000000; }
  .link-18-black:hover {
    color: #444444;
    text-decoration: none; }

.link-underline {
  text-decoration: underline; }

.link-no-underline {
  text-decoration: none; }
  .link-no-underline:hover {
    text-decoration: none;
    color: #f30782; }

/***********************************************
Links with Arrows
/***********************************************/
.link-arrows {
  position: initial;
  text-align: left;
  margin-top: -31px;
  margin-bottom: 25px; }

.link-arrow-left, .link-arrow-right {
  display: inline-block; }
  .link-arrow-left:hover, .link-arrow-right:hover {
    text-decoration: none;
    color: #555555; }

.link-arrow-right:after {
  content: '\f0da';
  font-family: "Font Awesome 5 Pro";
  padding-right: 6px;
  font-weight: bold;
  font-size: 15px;
  margin-left: 5px;
  color: #555555; }

.link-arrow-left:before {
  content: '\f0d9';
  font-family: "Font Awesome 5 Pro";
  padding-left: 6px;
  font-weight: bold;
  font-size: 15px;
  margin-right: 5px;
  color: #555555; }

.link-arrows.link-mobile-position {
  position: inherit;
  margin-top: 10px;
  margin-bottom: inherit;
  padding-bottom: 10px; }

/***********************************************
Bullet List
/***********************************************/
ul {
  margin-left: 0;
  font-size: 18px;
  color: #333333;
  line-height: 1.66667; }

.bullet-list-18 {
  list-style: disc outside none;
  margin-left: 0;
  padding-left: 1em;
  margin-bottom: 3%;
  line-height: 1.55556; }
  .bullet-list-18 li {
    font-size: 18px;
    padding-left: 0.2em;
    margin-bottom: 1.7%; }

.list-17-no-bullets {
  list-style: disc outside none;
  margin-left: 0;
  padding-left: 1em;
  margin-bottom: 3%;
  line-height: 1.35294; }
  .list-17-no-bullets li {
    font-size: 17px;
    padding-left: 0.2em;
    margin-bottom: 1.7%;
    list-style-type: none; }
  .list-17-no-bullets a {
    color: #f30782; }

/***********************************************
Buttons
/***********************************************/
/*** Primary Button ***/
.btn-primary, .btn-md, .btn-lg, .btn-sm {
  font-family: canada-type-gibson, helvetica, arial, sans-serif;
  color: #ffffff;
  background-color: #f30782;
  border-color: #f30782;
  font-weight: 400;
  text-decoration: none;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.035em; }
  .btn-primary:visited, .btn-md:visited, .btn-lg:visited, .btn-sm:visited {
    background-color: #f30782;
    border-color: #f30782; }
  .btn-primary:hover, .btn-md:hover, .btn-lg:hover, .btn-sm:hover {
    background: #cc006d;
    border-color: #cc006d;
    text-decoration: none;
    color: #ffffff; }
  .btn-primary:active, .btn-md:active, .btn-lg:active, .btn-sm:active {
    color: #ffffff;
    background-color: #f30782 !important;
    border-color: #f30782 !important; }
  .btn-primary:focus, .btn-md:focus, .btn-lg:focus, .btn-sm:focus {
    background: #cc006d;
    border-color: #cc006d;
    box-shadow: none; }

.btn-md {
  font-size: 16px;
  padding-top: 0.42rem;
  padding-bottom: 0.38rem;
  padding-right: 4.2rem;
  padding-left: 4.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .btn-md {
      font-size: 16px;
      padding-right: 2.6rem;
      padding-left: 2.6rem; } }
  @media (min-width: 900px) {
    .btn-md {
      font-size: 16px;
      padding-right: 3.2rem;
      padding-left: 3.2rem; } }
  @media (min-width: 1400px) {
    .btn-md {
      padding-right: 5.2rem;
      padding-left: 5.2rem; } }
  @media (min-width: 2000px) {
    .btn-md {
      padding-right: 6.2rem;
      padding-left: 6.2rem; } }

.btn-lg {
  font-size: 18px;
  padding-top: 0.46rem;
  padding-bottom: 0.45rem;
  padding-right: 5.2rem;
  padding-left: 5.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 800px) {
    .btn-lg {
      font-size: 20px;
      padding-right: 3.2rem;
      padding-left: 3.2rem; } }

.btn-outline-primary {
  border-color: #f30782;
  color: #f30782;
  background: #ffffff !important;
  box-shadow: none !important; }
  .btn-outline-primary:visited {
    background-color: #f30782;
    border-color: #f30782; }
  .btn-outline-primary:hover {
    background: #cc006d !important;
    border-color: #cc006d;
    text-decoration: none;
    color: #ffffff !important; }
  .btn-outline-primary:active {
    background-color: #f30782 !important;
    border-color: #f30782 !important;
    color: #ffffff !important; }
  .btn-outline-primary:focus {
    background: #cc006d;
    border-color: #cc006d;
    background: #ffffff !important; }

.btn-black {
  background: #000000;
  color: #ffffff; }
  .btn-black:hover {
    color: #ffffff; }

/*** Button Align Center Mobile, Desktop Align Left ***/
.btn-center-mobile {
  text-align: center; }
  @media (min-width: 800px) {
    .btn-center-mobile {
      text-align: left; } }

.btn-wide {
  padding-left: 2em;
  padding-right: 2em; }

/***********************************************
Icons
/***********************************************/
.icon-close {
  padding: 5px; }
  .icon-close:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f00d";
    width: 18px; }

.icon-formula {
  background: url(../images/icon-formula.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px; }

.icon-howto {
  background: url(../images/icon-howto.svg) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 16px; }

.icon-photo {
  background: url(../images/icon-photo.svg) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 16px; }

.icon-video {
  background: url(../images/icon-video.svg) no-repeat bottom center;
  background-size: 13px;
  width: 13px;
  height: 13px;
  margin-bottom: 2px; }

/***********************************************
Mobile Menu
***********************************************/
.mobile-menu {
  margin-top: -20px;
  background: #f9f9f9;
  padding-top: 20px;
  display: none; }
  @media (min-width: 992px) {
    .mobile-menu {
      margin-top: -30px; } }
  .mobile-menu a:hover {
    text-decoration: none; }
  .mobile-menu > div > section {
    margin-bottom: 20px; }
    .mobile-menu > div > section .form-group {
      width: 100%; }
      .mobile-menu > div > section .form-group input {
        float: left; }
    .mobile-menu > div > section button {
      border: 0;
      margin-left: -45px;
      z-index: 1;
      background: none;
      padding-top: 7px;
      cursor: pointer; }
      .mobile-menu > div > section button:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 100;
        content: "\f002";
        padding-left: 5px; }
  .mobile-menu > div > div > div {
    margin-bottom: 50px; }
    .mobile-menu > div > div > div:nth-of-type(1) h4 {
      border-bottom: 2px solid #00aaa9; }
    .mobile-menu > div > div > div:nth-of-type(2) h4 {
      border-bottom: 2px solid #f38bb9; }
    .mobile-menu > div > div > div:nth-of-type(3) h4 {
      border-bottom: 2px solid #f15f22; }
    .mobile-menu > div > div > div:nth-of-type(4) h4 {
      border-bottom: 2px solid #b47dad; }
    .mobile-menu > div > div > div:nth-of-type(5) h4 {
      border-bottom: 2px solid #1b91d0; }
    .mobile-menu > div > div > div:nth-of-type(6) h4 {
      border-bottom: 2px solid #fdb515; }
    .mobile-menu > div > div > div:nth-of-type(7) h4 {
      border-bottom: 2px solid #999999; }
    .mobile-menu > div > div > div:nth-of-type(8) h4 {
      border-bottom: 2px solid #999999; }
  .mobile-menu h4 {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 600;
    font-size: 16px; }
    .mobile-menu h4 a {
      color: #000000; }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-columns: 10px 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 10px 2;
    /* Firefox */
    columns: 10px 2; }
    .mobile-menu ul li {
      margin-bottom: 3px; }
    .mobile-menu ul a {
      color: #000000;
      display: block; }
    @media (min-width: 576px) {
      .mobile-menu ul {
        -webkit-columns: 1;
        /* Chrome, Safari, Opera */
        -moz-columns: 1;
        /* Firefox */
        columns: 1; } }

/***********************************************
Shadows
/***********************************************/
.shadow {
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-color: none; }
  .shadow.top {
    box-shadow: 0px -15px 10px -15px #111; }
  .shadow.bottom {
    -webkit-box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.11); }
  .shadow.left {
    box-shadow: -15px 0px 10px -15px #111; }
  .shadow.right {
    box-shadow: 15px 0px 10px -15px #111; }

.shadow-around {
  -webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.18); }

/***********************************************
Display None Elements
/***********************************************/
.mobile-hide-element {
  display: none; }

.mobile-minitablet-hide-element {
  display: none; }

.mobile-minitablet-smdesktop-hide-element {
  display: none; }

.mobile-minitablet-mdtablet-hide-element {
  display: none; }

@media (min-width: 640px) {
  /*** General Element Hide ***/
  .mobile-minitablet-hide-element {
    display: inherit; } }

@media (min-width: 768px) {
  .mobile-minitablet-mdtablet-hide-element {
    display: inherit; }
  .desktop-tablet-hide-element, .tablet-desktop-hide-element {
    display: none; } }

@media (min-width: 992px) {
  /*** General Desktop Hide Elements ***/
  .desktop-hide-element {
    display: none; }
  .mobile-hide-element {
    display: inherit; }
  .mobile-minitablet-smdesktop-hide-element {
    display: inherit; } }

/***********************************************
Article Post
/***********************************************/
.post img {
  max-width: 100%; }

.article-post p {
  font-size: 18px;
  color: #555555;
  font-family: "AvenirLTStd", helvetica, arial, sans-serif;
  line-height: 1.66667; }

/*** Related Posts ***/
.related-posts {
  background: #f4f4f4;
  padding: 30px 0;
  margin-bottom: 50px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .related-posts {
      padding: 50px 0; } }
  .related-posts .horizontalScroll {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch; }
    .related-posts .horizontalScroll > div {
      display: inline-block; }
    @media (min-width: 1200px) {
      .related-posts .horizontalScroll {
        overflow-x: unset; } }
  .related-posts figure {
    margin-bottom: 10px; }
  .related-posts .col-3 {
    max-width: 180px !important; }
    @media (min-width: 576px) {
      .related-posts .col-3 {
        max-width: 250px !important; } }
    @media (min-width: 992px) {
      .related-posts .col-3 {
        max-width: 25% !important; } }
  .related-posts ul {
    float: right;
    text-align: right;
    margin-bottom: 5px; }
    .related-posts ul li {
      display: inline-block; }
  .related-posts .font-20 {
    font-size: 16px;
    font-weight: bold;
    white-space: normal; }
    @media (min-width: 576px) {
      .related-posts .font-20 {
        font-size: 20px; } }
    .related-posts .font-20 a {
      color: #000000; }

.product-list {
  background: none; }
  .product-list > div > div {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product-list > div > div {
        margin-bottom: 50px; } }
    @media (min-width: 992px) {
      .product-list > div > div {
        margin-bottom: 80px; } }
  .product-list figure {
    padding-right: 0; }
    @media (min-width: 768px) {
      .product-list figure {
        padding-right: 15px;
        margin-bottom: 10px; } }
  .product-list .category-name {
    margin-top: 5px; }
  .product-list .indicator-desktop {
    display: none;
    float: right;
    text-align: right;
    margin-bottom: 5px; }
    .product-list .indicator-desktop li {
      display: inline-block; }
    @media (min-width: 768px) {
      .product-list .indicator-desktop {
        display: inline-block; } }
  .product-list .indicator-mobile {
    padding-left: 0; }
    .product-list .indicator-mobile li {
      display: inline-block; }
    @media (min-width: 768px) {
      .product-list .indicator-mobile {
        display: none; } }
  .product-list .font-20 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    white-space: normal; }
    @media (min-width: 576px) {
      .product-list .font-20 {
        font-size: 20px; } }
    .product-list .font-20 a {
      color: #000000; }
  .product-list .banner-ad {
    text-align: center; }
    @media (min-width: 992px) {
      .product-list .banner-ad img {
        max-width: 100%; } }

.article-detail-list span {
  display: block;
  text-transform: uppercase;
  color: #999999;
  font-size: 14px; }

@media (min-width: 576px) {
  .article-detail-list {
    text-align: center; } }

.product-list-leaderboard {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .product-list-leaderboard {
      margin-bottom: 50px; } }
  .product-list-leaderboard img {
    max-width: 100%; }

.article-group h2, h3, h4, h5, h6 {
  font-weight: bold; }

/***********************************************
Static Pages  
/***********************************************/
.section-article-name h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: "AvenirLTStd", helvetica, arial, sans-serif;
  color: #000000;
  margin-bottom: 12px;
  line-height: 40px;
  padding-bottom: 15px; }

.article-detail-section h2 {
  font-weight: 900;
  font-family: canada-type-gibson, helvetica, arial, sans-serif;
  color: #000000;
  line-height: 1.2;
  padding-top: 4px; }

.company-name h2 {
  font-family: canada-type-gibson, helvetica, arial, sans-serif;
  color: #000000;
  line-height: 58px;
  padding-top: 0.3em;
  margin-bottom: 0.4em; }

.section-article-details {
  border-bottom: 1px solid #cccccc;
  line-height: 28px;
  overflow: hidden;
  padding: 44px 0; }
  .section-article-details h3 {
    color: #000000;
    font-family: canada-type-gibson, helvetica, arial, sans-serif;
    margin-bottom: 7px; }

.section-article-details:first-of-type {
  padding: 15px 0 34px 0; }

.section-article-details:last-of-type {
  border-bottom: none; }

.section-article-details p {
  font-size: 20px; }

.event-body-list, .section-body-list-title, .event-body-list-two, .section-eventlist-left {
  font-size: 20px; }

/***********************************************
General - Line Dividers
/***********************************************/
.divider-line {
  padding: 0 5px; }

/***********************************************
Pattern - Solid Squares 
/***********************************************/
.square-box-move {
  position: absolute; }

/*** Square Solid Patterns ***/
.square-box-move {
  position: absolute;
  /*top: 54px;
	left: 43px;*/
  /*** Two Squares Sm and Lg Solid Patterns ***/ }
  .square-box-move .two-squares-box {
    width: 74px;
    height: 77px;
    color: #f30782;
    position: relative; }
    .square-box-move .two-squares-box .square-color {
      position: absolute; }
    .square-box-move .two-squares-box .lighter {
      height: 47px;
      width: 47px;
      top: 29px;
      left: 29px;
      background-color: #fbe4f5; }
    .square-box-move .two-squares-box .light {
      height: 29px;
      width: 29px;
      top: 0;
      left: 0;
      background-color: #FBC8EE; }
    @media (min-width: 1200px) {
      .square-box-move .two-squares-box {
        width: 104px;
        height: 105px; }
        .square-box-move .two-squares-box .lighter {
          height: 70px;
          width: 70px;
          top: 35px;
          left: 34px; }
        .square-box-move .two-squares-box .light {
          height: 35px;
          width: 35px; } }

/*** Two Little Squares Solid Patterns XXSM ***/
.two-squares-xxsm-box {
  width: 58px;
  height: 58px;
  color: #f30782;
  position: relative; }
  .two-squares-xxsm-box .square-color {
    position: absolute; }
  .two-squares-xxsm-box .lighter {
    height: 29px;
    width: 29px;
    top: 29px;
    left: 1px;
    background-color: #faddf3; }
  .two-squares-xxsm-box .light {
    height: 29px;
    width: 29px;
    top: 0;
    right: 0;
    background-color: #FBC8EE; }
  @media (min-width: 1200px) {
    .two-squares-xxsm-box {
      width: 81px;
      height: 81px; }
      .two-squares-xxsm-box .lighter {
        height: 40px;
        width: 40px;
        top: 39px;
        left: 1px; }
      .two-squares-xxsm-box .light {
        height: 40px;
        width: 40px; } }

/*** Square Solid Patterns Sm to Lg ***/
.two-squares-sm-lg-box {
  width: 77px;
  height: 77px;
  color: #f30782;
  z-index: 1000; }
  .two-squares-sm-lg-box .square-color {
    position: absolute; }
  .two-squares-sm-lg-box .lighter {
    height: 47px;
    width: 47px;
    top: 29px;
    left: 29px;
    background-color: #fbe4f5; }
  .two-squares-sm-lg-box .light {
    height: 29px;
    width: 29px;
    top: 0;
    left: 0;
    background-color: #FBC8EE; }
  @media (min-width: 1200px) {
    .two-squares-sm-lg-box {
      width: 106px;
      height: 105px; }
      .two-squares-sm-lg-box .lighter {
        height: 70px;
        width: 70px;
        top: 35px;
        left: 34px; }
      .two-squares-sm-lg-box .light {
        height: 35px;
        width: 35px; } }

/*** One Small Square ***/
.one-solid-square-box {
  width: 35px;
  height: 35px;
  background-color: #fbe4f5; }
  @media (min-width: 1200px) {
    .one-solid-square-box {
      width: 42px;
      height: 42px; } }

/***********************************************
Banner
************************************************/
.innerpage-banner {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: url(../../../images/bg-header-events.jpg) no-repeat top right; }
  .innerpage-banner .innerpage-banner-transparent {
    display: block;
    background-color: rgba(0, 0, 0, 0.7); }
  .innerpage-banner h1 {
    color: #ffffff;
    opacity: 1; }
  .innerpage-banner .container {
    padding: 20px 0; }

/**Inner 300x250 Banner*/
.banner-im {
  margin-bottom: 50px; }

/**Leaderboard Banner*/
.leaderboard-banner {
  margin-top: 35px; }

/***********************************************
Header - Transparent Background Overlay with Background Image
/***********************************************/
.shadow.bottom {
  height: auto;
  -webkit-box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 16px 12px 0 rgba(0, 0, 0, 0.11); }

.header-wrapper {
  position: relative;
  z-index: -3000; }

/*** BG Header Images ***/
.bg-header.bg-image-webinar {
  background: url(../../../images/bg-header-webinar.jpg) no-repeat top right; }

.bg-header.bg-image-events {
  background: url(../../../images/bg-header-events.jpg) no-repeat top right; }

.bg-header.bg-image-giveaways {
  background: url(../../../images/bg-header-giveaways.jpg) no-repeat top right; }

.bg-header.bg-image-education {
  background: url(../../../images/bg-header-education.jpg) no-repeat top right;
  background-size: cover; }

.bg-header.bg-image-cp {
  background: url(../../../images/bg-header-polish-spills.jpg) no-repeat top center;
  background-size: 900px !important; }
  @media (min-width: 600px) {
    .bg-header.bg-image-cp {
      background-size: 1470px !important; } }
  @media (min-width: 796px) {
    .bg-header.bg-image-cp {
      background-size: 1600px !important; } }
  @media (min-width: 996px) {
    .bg-header.bg-image-cp {
      background-size: 1730px !important; } }
  @media (min-width: 1600px) {
    .bg-header.bg-image-cp {
      background-size: 100% !important; } }

.bg-header {
  background: url(../../../images/bg-header-polish-spills.jpg) no-repeat top right;
  background-size: auto 100% !important;
  position: relative; }
  @media (min-width: 2000px) {
    .bg-header {
      background-size: 100% !important; } }
  .bg-header .transparent-overlay-dark {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)) top center;
    position: relative;
    height: 100%;
    min-height: 125px;
    padding-top: 5.5%;
    padding-bottom: 2%; }
    @media (min-width: 600px) {
      .bg-header .transparent-overlay-dark {
        padding-top: 3.5%; } }
    @media (min-width: 1200px) {
      .bg-header .transparent-overlay-dark {
        min-height: 234px;
        padding-top: 2%; } }
    @media (min-width: 1650px) {
      .bg-header .transparent-overlay-dark {
        padding-top: 2.5%; } }
    @media (min-width: 2000px) {
      .bg-header .transparent-overlay-dark {
        padding-top: 1.5%; } }
  .bg-header .transparent-overlay-dark.cp-header-height-size {
    min-height: 125px;
    padding-top: 2%; }
    @media (min-width: 1200px) {
      .bg-header .transparent-overlay-dark.cp-header-height-size {
        min-height: 280px; } }
  .bg-header .header-content {
    left: 50%;
    right: 50%;
    margin-left: -47%;
    align-self: center;
    margin-top: 3%;
    margin-bottom: 3%; }
    .bg-header .header-content h1 {
      color: #ffffff;
      z-index: 3000;
      line-height: 31px;
      letter-spacing: 0.035em; }
    .bg-header .header-content p {
      line-height: 133%;
      letter-spacing: 0.055em; }
    .bg-header .header-content h5 {
      font-size: 14px;
      letter-spacing: 0.045em;
      font-weight: 400; }
    @media (min-width: 796px) {
      .bg-header .header-content h1 {
        line-height: 44px; } }
    @media (min-width: 800px) {
      .bg-header .header-content h5 {
        font-size: 18px; } }
    @media (min-width: 900px) {
      .bg-header .header-content {
        max-width: 734px; } }
    @media (min-width: 1200px) {
      .bg-header .header-content {
        margin-top: 1%;
        margin-bottom: 1%;
        margin-left: -550px; } }

/***********************************************
Col Center
/***********************************************/
.col-center {
  margin: 0 auto; }

/***********************************************
Banners
/***********************************************/
.banner img {
  /*max-width: 100%;*/ }

.flexible-banner {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .flexible-banner {
      margin-bottom: 30px; } }
  .flexible-banner img {
    max-width: 100%; }

/***********************************************
Custom Page
/***********************************************/
.custom-page .side-widget-post {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  overflow: hidden; }

.custom-page .side-widget {
  width: 100%;
  max-width: 100%;
  height: auto; }

/***********************************************
Sidebar
/***********************************************/
.right-sidebar .section-title-22 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px; }

.right-sidebar .side-widget-post {
  overflow: hidden; }

.right-sidebar .author-content-sm {
  margin-top: 5px; }
  .right-sidebar .author-content-sm h4 {
    margin-top: 4%; }

.right-sidebar .sponsor-text-figure {
  padding-bottom: 25px;
  margin-bottom: 45px; }

.right-sidebar .headshot-box {
  margin: 0 auto 20px;
  overflow: hidden; }

/**** Side Widget ***/
.side-widget h3.section-title-22:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  color: #f30782;
  display: block;
  font-weight: 100; }

.side-widget {
  max-width: 350px;
  margin: 0 auto; }
  .side-widget ul.sidewidget-list {
    list-style: none !important;
    margin-left: -1.9em !important; }
    .side-widget ul.sidewidget-list li {
      text-align: left;
      font-size: 16px; }
    .side-widget ul.sidewidget-list li::before {
      content: "�";
      color: #f30782;
      margin-right: 0.6em;
      font-size: 0.9rem; }

/*** Side Widget Headings ***/
.side-widget {
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  /*** BG Pattern Sidebar Widget ***/
  /*** Side Widget Bullet List Color ***/
  /*** Side Widget Magazine ***/ }
  .side-widget .section-title-22 {
    font-size: 20px; }
  .side-widget a.section-title-22 {
    color: #000000; }
    .side-widget a.section-title-22:hover {
      color: #f30782; }
  .side-widget a.section-title-22:after, .side-widget .section-title-22:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    color: #f30782;
    display: block;
    font-weight: 100; }
  .side-widget .bg-pattern-widget {
    top: 2px;
    position: absolute;
    width: 30px;
    min-height: 350px;
    top: 0;
    z-index: -1;
    margin-bottom: 20px; }
  .side-widget ul.sidewidget-list {
    list-style: none !important;
    margin-left: -1.9em !important;
    text-align: left; }
    .side-widget ul.sidewidget-list li {
      text-align: left;
      font-size: 16px;
      display: inline-flex;
      display: -ms-inline-flexbox; }
    .side-widget ul.sidewidget-list li::before {
      content: '\f111';
      font-family: "font awesome 5 pro";
      color: #f30782;
      margin-right: 1.4em;
      font-size: 0.4rem;
      font-weight: 600;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      align-items: center; }
    .side-widget ul.sidewidget-list a {
      color: #333333; }
  .side-widget .side-widget-magazine img {
    max-width: 100%;
    height: auto;
    margin-left: 15px;
    z-index: 5; }

@media (min-width: 992px) {
  .right-sidebar {
    width: 300px; } }

.sidebar-banner {
  width: 300px; }

.col-md-6.col-lg-12.text-center.margin-bottom-30.banner {
  max-width: 300px;
  margin: 0 auto 30px; }

/***** Magazine Side Bar *********/
.side-widget-center {
  text-align: center; }

.side-widget-italic {
  font-style: italic; }

.side-widget-magazine-container {
  width: 3500px;
  margin: 0 auto; }

.side-widget-magazine {
  float: left;
  margin-top: -20px; }

.side-widget-magazine img {
  width: 130px;
  height: 180px;
  margin-right: 35px;
  margin-bottom: 40px;
  max-width: 100%; }

.side-widget-bullets {
  margin: 40px 0 0 0; }

.side-widget-bullets li {
  line-height: 35px;
  text-align: left; }

.title-17-semi-bold {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em; }

.title-18-semi-bold a {
  color: #000000; }

.link-section-title {
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold; }

/***********************************************
Headers
/***********************************************/
/*** Homepage Header ***/
.homepage-header {
  background: #f9f9f9;
  padding: 10px 0 6px 0;
  border-bottom: #e9e9e9 1px solid;
  margin-bottom: 20px; }
  .homepage-header .magazine-cover {
    display: none; }
    .homepage-header .magazine-cover a:nth-of-type(2) {
      display: none; }
  .homepage-header h1 {
    margin-bottom: 0; }
  .homepage-header .logo a {
    /*background: url(https://sc.bobitstudios.com/logos/nls.svg) no-repeat;
        background-size: 90px;
         text-indent: -9999px;
        width: 90px;*/
    height: 40px;
    display: inline-block;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center; }
  .homepage-header .utility {
    margin-top: 10px; }
    .homepage-header .utility a {
      color: #000000;
      text-decoration: none; }
      .homepage-header .utility a:hover {
        color: #ef057f; }
    .homepage-header .utility ul {
      display: none; }

.icon-facebook:hover {
  color: #4469b0 !important; }

.icon-instagram:hover {
  color: #6857c7 !important; }

.icon-pinterest:hover {
  color: #bb0f23 !important; }

.icon-twitter:hover {
  color: #29a3ef !important; }

.icon-youtube:hover {
  color: #fc0d1b !important; }

.search-icon::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f002";
  padding-left: 5px; }

.menu-icon::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f0c9";
  padding-left: 5px; }

.close-icon {
  display: none;
  margin-right: 2.5em; }
  .close-icon::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f00d";
    padding-left: 5px; }

.innerpage {
  display: none; }

/***********************************************
Nav
/***********************************************/
nav {
  display: none; }

.main-nav {
  z-index: 9000; }
  .main-nav .drop-down {
    display: inline-block;
    margin-bottom: 30px; }
  .main-nav .drop-down:hover .mega-menu-wrapper {
    display: block; }

nav .drop-down > a {
  padding: 20px 8px; }
  @media (min-width: 1130px) {
    nav .drop-down > a {
      padding: 20px 15px; } }
  @media (min-width: 1212px) {
    nav .drop-down > a {
      padding: 20px 20px; } }

nav .drop-down:nth-of-type(1) > a {
  border-bottom: 2px solid #00aaa9; }
  nav .drop-down:nth-of-type(1) > a:hover {
    color: #00aaa9; }

nav .drop-down:nth-of-type(1) .mega-menu-wrapper .col-2 {
  background: #00aaa9; }

nav .drop-down:nth-of-type(2) > a {
  border-bottom: 2px solid #f38bb9; }
  nav .drop-down:nth-of-type(2) > a:hover {
    color: #f38bb9; }

nav .drop-down:nth-of-type(2) .mega-menu-wrapper .col-2 {
  background: #f38bb9; }

nav .drop-down:nth-of-type(3) > a {
  border-bottom: 2px solid #ed037d; }
  nav .drop-down:nth-of-type(3) > a:hover {
    color: #ed037d; }

nav .drop-down:nth-of-type(3) .mega-menu-wrapper .col-2 {
  background: #ed037d; }

nav .drop-down:nth-of-type(4) > a {
  border-bottom: 2px solid #f15f22; }
  nav .drop-down:nth-of-type(4) > a:hover {
    color: #f15f22; }

nav .drop-down:nth-of-type(4) .mega-menu-wrapper .col-2 {
  background: #f15f22; }

nav .drop-down:nth-of-type(5) > a {
  border-bottom: 2px solid #b47dad; }
  nav .drop-down:nth-of-type(5) > a:hover {
    color: #b47dad; }

nav .drop-down:nth-of-type(5) .mega-menu-wrapper .col-2 {
  background: #b47dad; }

nav .drop-down:nth-of-type(6) > a {
  border-bottom: 2px solid #1b91d0; }
  nav .drop-down:nth-of-type(6) > a:hover {
    color: #1b91d0; }

nav .drop-down:nth-of-type(6) .mega-menu-wrapper .col-2 {
  background: #1b91d0; }

nav .drop-down:nth-of-type(7) > a {
  border-bottom: 2px solid #fdb515; }
  nav .drop-down:nth-of-type(7) > a:hover {
    color: #fdb515; }

nav .drop-down:nth-of-type(7) .mega-menu-wrapper .col-2 {
  background: #fdb515; }

nav .drop-down:nth-of-type(8) > a {
  border-bottom: 2px solid #5ca53b; }
  nav .drop-down:nth-of-type(8) > a:hover {
    color: #5ca53b; }

nav .drop-down:nth-of-type(8) .mega-menu-wrapper .col-2 {
  background: #5ca53b; }

nav .drop-down:nth-of-type(9) > a {
  border-bottom: 2px solid #dd1739; }
  nav .drop-down:nth-of-type(9) > a:hover {
    color: #dd1739; }

nav .drop-down:nth-of-type(9) .mega-menu-wrapper .col-2 {
  background: #dd1739; }

nav .drop-down > a {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 1px; }
  nav .drop-down > a:last-child {
    margin-right: 0; }
  nav .drop-down > a:hover {
    text-decoration: none; }

.mega-menu-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 9000;
  max-width: 1216px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25); }
  @media (max-width: 991px) {
    .mega-menu-wrapper {
      display: none; } }
  .mega-menu-wrapper .col-2 {
    text-align: left; }
    .mega-menu-wrapper .col-2 ul {
      margin: 40px 0 0 0;
      padding: 0;
      list-style: none; }
    .mega-menu-wrapper .col-2 li {
      margin-bottom: 20px; }
    .mega-menu-wrapper .col-2 a {
      color: #ffffff; }
  .mega-menu-wrapper .col-10 {
    padding: 40px 0; }
    .mega-menu-wrapper .col-10 .col-3 {
      max-width: 235px !important; }
      .mega-menu-wrapper .col-10 .col-3 figure {
        margin-bottom: 15px; }
      .mega-menu-wrapper .col-10 .col-3 h3 {
        font-weight: bold;
        text-align: left;
        line-height: 1.5em; }
        .mega-menu-wrapper .col-10 .col-3 h3 a {
          color: #000000; }

/***********************************************
Sub Category
/***********************************************/
.subcategory-spacing {
  top: 115px !important; }

.subcategory {
  overflow: hidden;
  height: 60px;
  padding: 0; }
  @media (min-width: 768px) {
    .subcategory {
      border-bottom: 1px solid #cccccc;
      text-align: center; } }
  .subcategory ul {
    margin: 13px 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 80px;
    padding-left: 1em; }
  .subcategory li {
    display: inline-block;
    font-size: 16px; }
  .subcategory .selected {
    background: #f30782;
    color: #ffffff;
    border: 1px solid #f30782; }
    .subcategory .selected:hover {
      background: #f30782;
      color: #ffffff;
      border: 1px solid #f30782; }
  .subcategory a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: .2em 1em;
    border: 1px solid #bbbbbb;
    color: #777777;
    text-decoration: none;
    display: block; }
    .subcategory a:hover {
      background: #f4f4f4; }

/***********************************************
Main Posts
/***********************************************/
.main-posts .heading-24 {
  margin-top: 5px;
  padding: 0 15px; }
  @media (min-width: 992px) {
    .main-posts .heading-24 {
      font-size: 24px; } }

.main-posts img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px auto; }

.main-posts .col-12 {
  margin-bottom: 40px; }

.main-posts ul {
  margin: 5px auto 0 auto;
  padding: 0; }
  @media (min-width: 768px) {
    .main-posts ul {
      margin-top: 35px; } }
  .main-posts ul li {
    display: inline-block;
    margin-right: 2px; }

.category-label {
  font-size: 13px;
  text-transform: uppercase;
  color: #999999;
  text-decoration: none; }
  .category-label:hover {
    color: #777777;
    text-decoration: none; }

.author-label {
  font-size: 13px; }
  .author-label span {
    color: #999999; }
  .author-label a {
    color: #777777; }

/***********************************************
Page Header
/***********************************************/
.page-header.health header {
  border-color: #f15f22; }

.page-header header {
  border-bottom: 3px solid #cccccc; }

.page-header.page-header-no-filter .channel-sponsor {
  position: initial;
  float: right;
  text-align: left;
  margin-top: -80px;
  margin-bottom: 10px; }

.page-header h3 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400; }
  .page-header h3 a {
    color: #000000; }

.page-header h1, .page-header h2 {
  font-size: 20px;
  font-family: canada-type-gibson, helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px; }

.page-header .border-bottom-gray {
  border-bottom: 3px solid #dddddd; }

.page-header .border-bottom-none {
  border-bottom: none;
  margin-bottom: 3px; }

.page-header .channel-sponsor {
  position: absolute;
  top: 55px;
  right: 15px;
  width: 120px; }
  .page-header .channel-sponsor span {
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
    margin-right: 7px;
    font-style: italic; }

.page-header .sub-nav {
  overflow: hidden;
  height: 61px;
  border-bottom: 1px solid #dddddd;
  list-style: none;
  padding: 0 46px 0 15px;
  margin-bottom: 80px; }
  .page-header .sub-nav li {
    display: inline-block;
    margin-right: 15px; }
    .page-header .sub-nav li a {
      padding: 18px 0;
      font-size: 18px;
      color: #666666;
      display: inline-block;
      text-decoration: none; }
      .page-header .sub-nav li a:hover {
        color: #f30782; }

/***********************************************
Article List
/***********************************************/
.category-name {
  color: #999999;
  font-size: 13px;
  text-transform: uppercase; }

.list .left .row {
  margin-left: 0;
  margin-right: 0; }

.list article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  position: relative; }
  .list article .heading-24 {
    font-size: 17px;
    margin-bottom: 7px; }
    @media (min-width: 576px) {
      .list article .heading-24 {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .list article .heading-24 {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .list article .heading-24 {
        font-size: 24px; } }
  .list article .author-label {
    display: none; }
    @media (min-width: 576px) {
      .list article .author-label {
        display: inherit; } }
  .list article figure {
    padding: 0; }
  .list article ul {
    margin: 5px auto 0 auto;
    padding: 0; }
    @media (min-width: 768px) {
      .list article ul {
        margin-top: 35px; } }
    .list article ul li {
      display: inline-block;
      margin-right: 2px; }

.left article h4 .mb-0 {
  font-weight: normal; }

.left article .teaser {
  display: none; }
  @media (min-width: 480px) {
    .left article .teaser {
      display: block;
      color: #555555;
      line-height: 1.6em;
      font-size: 15px; } }

/***********************************************
Form 
/***********************************************/
/*** Checkbox ***/
.checkbox-wrapper {
  /*display: block;*/
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkbox-wrapper .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .checkbox-wrapper:hover input ~ .checkmark {
    background-color: #ccc; }
  .checkbox-wrapper input:checked ~ .checkmark {
    background-color: #f30782; }
  .checkbox-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox-wrapper input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-wrapper .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/***********************************************
Footer
/***********************************************/
footer {
  background: #1c1c1c;
  padding-top: 30px; }
  footer .logo img {
    width: 115px;
    margin-bottom: 20px; }
  footer .first-row {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #474747; }

/*** Newsletter Sign Up ***/
footer .newsletter-sign-up h4 {
  color: #ffffff;
  font-family: "AvenirLTStd", helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold; }

footer .newsletter-sign-up h4::before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 24px;
  padding-right: 8px; }

footer .newsletter-sign-up .form-control {
  float: left; }
  footer .newsletter-sign-up .form-control button {
    margin-left: -100px; }

footer .newsletter-sign-up button {
  margin-left: -77px;
  margin-top: -9px; }

/*** Magazine Cover ***/
footer .magazine-cover {
  display: none; }
  footer .magazine-cover img {
    width: 75px;
    height: 100px; }
  footer .magazine-cover a {
    font-size: 12px;
    color: #dddddd;
    display: block;
    margin-bottom: 8px;
    text-decoration: none; }
    footer .magazine-cover a:before {
      content: '\f0da';
      font-family: "Font Awesome 5 Pro";
      padding-right: 5px;
      font-weight: bold; }
    footer .magazine-cover a:last-child:before {
      content: '';
      padding-right: 0; }
    footer .magazine-cover a:hover {
      color: #ffffff; }

/*** Footer Dropwdown Nav ***/
footer select.form-control {
  background: #1d1d1d url("../images/sort-down-solid.svg") center right no-repeat;
  background-size: 15px;
  border: 1px solid #484848;
  color: #ffffff; }

/*** Footer Nav ***/
.footer-nav {
  display: none; }
  .footer-nav ul {
    padding: 0;
    float: left;
    font-size: 16px;
    list-style: none; }
    .footer-nav ul a {
      color: #b4b4b4;
      text-decoration: none; }
      .footer-nav ul a:hover {
        color: #ffffff; }
    .footer-nav ul li {
      padding-bottom: 5px; }
    .footer-nav ul li:first-child {
      font-family: "AvenirLTStd", helvetica, arial, sans-serif;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold;
      padding-bottom: 15px; }

/*** Footer Social Media ***/
footer .social-media {
  margin: 0 auto 40px auto;
  text-align: center; }
  footer .social-media li {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px; }
    footer .social-media li:first-child {
      display: none;
      margin: 0 0 20px 0 !important;
      font-family: "AvenirLTStd", helvetica, arial, sans-serif;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: bold; }
  footer .social-media a {
    color: #cbcbcb; }
    footer .social-media a:hover {
      color: #ffffff; }

/*** Other Brands ***/
.other-brands li {
  width: 50%;
  float: left;
  font-size: 0;
  margin-bottom: 30px;
  text-align: center; }

.other-brands a {
  display: inline-block; }

.other-brands .ntna-logo a {
  background: url("https://sc.bobitstudios.com/logos/ntna-white.svg") no-repeat;
  background-size: 140px;
  width: 140px;
  height: 41px; }

.other-brands .nla-logo a {
  background: url("https://sc.bobitstudios.com/logos/nls-white.svg") no-repeat;
  background-size: 80px;
  width: 80px;
  height: 41px; }

.other-brands .vs-logo a {
  background: url("https://sc.bobitstudios.com/logos/vs-white.svg") no-repeat;
  background-size: 101px;
  width: 101px;
  height: 41px; }

.other-brands .ms-logo a {
  background: url("https://sc.bobitstudios.com/logos/ms-white.svg") no-repeat;
  background-size: 149px;
  width: 149px;
  height: 37px; }

.other-brands .st-logo a {
  background: url("https://sc.bobitstudios.com/logos/st-white.svg") no-repeat;
  background-size: 123px;
  width: 123px;
  height: 36px; }

/*** Copyrighit ***/
.copyright {
  background: url("../images/footer-pattern.gif") repeat-x;
  padding: 20px 0;
  color: #777777;
  font-size: 14px;
  text-align: center; }

#bbmbottomfloat {
  z-index: 99999; }

/***********************************************
Filter
/***********************************************/
.filter {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eeeeee;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .filter {
      background: none; } }

/*** Desktop ***/
.filter-header {
  display: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  position: relative; }
  .filter-header .link-15-gray555-underline {
    position: absolute;
    right: 15px; }
  .filter-header .arrow-up {
    display: none; }
    .filter-header .arrow-up:after {
      font-family: "Font Awesome 5 Pro";
      font-weight: 100;
      content: '\f106';
      font-size: 16px;
      padding-left: 5px; }
    .filter-header .arrow-up:before {
      content: '';
      background: url("/content/images/icon-filter.svg") no-repeat left center; }
  .filter-header .arrow-down:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: '\f107';
    font-size: 16px;
    padding-left: 5px; }

/*** Filter Mobile ***/
.filter-mobile {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  display: block;
  font-size: 16px;
  border: 1px solid #dddddd;
  padding: 15px 20px;
  margin: 8px 0 5px 0;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #ffffff url("../images/icon-filter.svg") no-repeat right center;
  background-origin: content-box; }
  .filter-mobile:hover {
    color: #000;
    text-decoration: none; }

/*** Filter Overlay ***/
.filter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 9000;
  display: none;
  height: 100%; }
  .filter-overlay header {
    background: #f9f9f9;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 10px; }
    .filter-overlay header .icon-close {
      color: #000000;
      text-decoration: none;
      position: absolute;
      left: 15px; }
      .filter-overlay header .icon-close:hover {
        color: #000000; }
    .filter-overlay header h3 {
      font-family: canada-type-gibson, helvetica, arial, sans-serif;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0;
      padding: 5px 0; }
    .filter-overlay header a:last-child {
      position: absolute;
      right: 15px;
      padding-top: 7px; }
  .filter-overlay h4 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .filter-overlay ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd; }
    .filter-overlay ul li {
      font-size: 15px;
      color: #666666;
      margin-bottom: 15px; }
      .filter-overlay ul li .checkbox-wrapper {
        padding-left: 25px; }
      .filter-overlay ul li .checkmark {
        top: 2px;
        height: 18px;
        width: 18px; }
        .filter-overlay ul li .checkmark:after {
          left: 6px;
          top: 2px; }
      .filter-overlay ul li label:hover {
        color: #000000; }
  .filter-overlay .btn-black {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11); }

/***********************************************
Media Query
/***********************************************/
@media (min-width: 576px) {
  /*** Footer ***/
  footer .logo img {
    max-width: 100%;
    width: 100%; } }

@media (min-width: 768px) {
  .utility .row.float-right {
    width: 105%; } }

@media (min-width: 768px) {
  /*** Header ***/
  .homepage-header {
    padding: 15px; }
    .homepage-header .magazine-cover {
      display: inherit;
      font-size: 12px; }
      .homepage-header .magazine-cover img {
        width: 51px; }
      .homepage-header .magazine-cover a:nth-child(1) {
        color: #000000;
        display: block;
        margin-bottom: 9px; }
        .homepage-header .magazine-cover a:nth-child(1):before {
          content: '\f0da';
          font-family: "Font Awesome 5 Pro";
          padding-right: 5px;
          font-weight: bold; }
      .homepage-header .magazine-cover a:last-child {
        font-size: 11px; }
    .homepage-header .logo {
      text-align: center;
      /*margin-left: 15px;*/ }
      .homepage-header .logo a {
        background-size: 125px;
        /*width: 125px;*/
        height: 65px;
        margin-top: 5px;
        justify-content: center; }
    .homepage-header .utility ul a {
      color: #555555;
      font-size: 20px; }
    .homepage-header .utility ul {
      display: inherit;
      list-style: none;
      border-bottom: 1px solid #dddddd;
      margin-bottom: 5px;
      padding-left: 0; }
    .homepage-header .utility ul li {
      display: inline-block;
      text-align: center;
      margin: 0 5px; }
    .homepage-header .utility ul li:last-child {
      margin-right: 0; }
  /*** Page Header ***/
  .page-header {
    margin-top: 40px; }
    .page-header h1, .page-header h2 {
      font-size: 22px; }
    .page-header .channel-sponsor {
      position: static;
      float: right;
      text-align: left;
      margin-top: -80px;
      margin-bottom: 10px; }
    .page-header .sub-nav {
      overflow: hidden;
      height: auto;
      border-bottom: none;
      padding: 0 46px 0 15px;
      margin: 0;
      text-align: center; }
      .page-header .sub-nav li {
        margin: 0 5px 5px 0; }
        .page-header .sub-nav li:last-child {
          margin-right: 0; }
        .page-header .sub-nav li a {
          padding: 10px 20px 8px 20px;
          font-size: 15px;
          border: 1px solid #bdbdbd;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          border-radius: 50px; }
          .page-header .sub-nav li a:hover {
            background: #f4f4f4;
            color: #000000;
            border: 1px solid #bdbdbd; }
  /*** Inner Page Header ***/
  .homepage-header.hide-header {
    display: none; }
  .innerpage {
    display: inherit;
    background: #f9f9f9;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    padding: 13px 0 10px 15px;
    margin-bottom: 20px; }
    .innerpage .logo {
      /*background: url(https://sc.bobitstudios.com/logos/nls.svg) no-repeat;
            background-size: 90px; 
            text-indent: -9999px; 
            width: 90px;
            height: 45px;*/
      width: 125px;
      height: 100%;
      float: left; }
    .innerpage .social-media {
      display: none; }
    .innerpage .utility {
      margin: 0 30px 0 0;
      padding: 0; }
      .innerpage .utility a {
        color: #000000;
        float: left;
        font-size: 18px;
        padding: 5px 10px;
        margin-left: 5px; }
        .innerpage .utility a:hover {
          text-decoration: none; }
  /*** Filter ***/
  .filter-mobile {
    display: none; }
  .filter-header {
    display: flex; }
  .filter-desktop {
    display: none;
    padding: 35px 20px 10px;
    overflow: hidden;
    background: #f4f4f4; }
    .filter-desktop div {
      margin-right: 0;
      margin-bottom: 1%; }
      .filter-desktop div:last-child {
        margin-right: 0; }
    .filter-desktop ul {
      list-style: none;
      padding: 0; }
    .filter-desktop h4 {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      padding-bottom: 5px; }
    .filter-desktop label {
      color: #666666;
      font-size: 16px;
      margin-right: 1%; }
  /*** Footer ***/
  footer {
    padding-top: 50px; }
    footer .social-media {
      text-align: left; }
      footer .social-media li:first-child {
        display: inherit; }
  footer .logo img {
    width: 80%; }
  .footer-dropdown-nav {
    display: none; }
  .footer-nav {
    display: inherit; }
  footer .magazine-cover {
    display: inherit; }
  .copyright {
    text-align: left; } }

@media (min-width: 992px) {
  section {
    margin-bottom: 80px; }
  /*** Homepage Header ***/
  .homepage-header {
    margin-bottom: 0; }
  .homepage-header .logo {
    margin: 23px 0; }
    .homepage-header .logo a {
      background-size: 227px;
      width: auto;
      height: 97px; }
  .homepage-header .magazine-cover {
    margin-top: 30px; }
    .homepage-header .magazine-cover img {
      width: 74px;
      margin-right: 35px; }
    .homepage-header .magazine-cover a:nth-of-type(2) {
      display: inherit;
      color: #000000;
      margin-bottom: 9px; }
      .homepage-header .magazine-cover a:nth-of-type(2):before {
        content: '\f0da';
        font-family: "Font Awesome 5 Pro";
        padding-right: 5px;
        font-weight: bold; }
  .utility {
    padding-top: 33px; }
    .utility ul {
      padding-bottom: 5px;
      margin-bottom: 10px; }
  .main-nav-innerpage {
    display: none; }
  /*** Nav ***/
  nav {
    display: inherit; }
  /*** Banners **
	.sidebar-banner{
		
	}*/
  /*** Footer ***/
  footer {
    padding-top: 80px; }
  .other-brands li {
    text-align: left; } }

@media (min-width: 1200px) {
  /*** Nav ***/
  nav a {
    padding: 20px 1.7%; }
  /*** Article ***/
  .list article {
    margin-left: 30px !important;
    margin-right: 50px !important; }
  /*** Header ***/
  .innerpage .social-media {
    list-style: none;
    float: left;
    margin: 8px 0 0 0; }
    .innerpage .social-media a {
      color: #727272; }
    .innerpage .social-media li {
      display: inline-block;
      margin-right: 8px;
      font-size: 18px; }
    .innerpage .social-media li:last-child {
      margin-right: 0; }
  .main-nav-innerpage {
    display: inherit;
    margin-top: -84px; }
    .main-nav-innerpage a {
      padding: 20px .7%; } }

@media (min-width: 1475px) {
  .main-nav-innerpage a {
    padding: 20px 1.7%; } }

@media (max-width: 768px) {
  .filter-desktop {
    display: none !important; } }

/*******************************************
COVID-19 Resource & Survey
********************************************/
h2.section-title.right-column {
  font-size: 20px !important; }

.side-widget-post .download,
.side-widget-post .video,
.side-widget-post .external,
.side-widget-post .chart {
  font-size: 18px; }

.side-widget {
  background: none !important; }

.side-widget-post .download a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f358';
  float: right;
  color: #2270d1;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px; }

.side-widget-post .video a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f144';
  float: right;
  color: #fe1a20;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px; }

.side-widget-post .external a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f08e';
  float: right;
  color: #fe1a20;
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 20px; }

.side-widget-post .chart a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f080';
  float: right;
  color: #fe1a20;
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 20px; }

.covid-19-survey .sponsor p {
  font-size: 12px;
  font-style: italic;
  color: #999999; }

.covid-19-header {
  text-align: center; }

.covid-19-header h4 {
  font-size: 20px !important;
  text-transform: uppercase;
  display: inline-block;
  font-family: inherit; }

.covid-19-survey-header {
  margin-bottom: 0; }

.card.medium .btn {
  width: 250px; }

.covid-19-survey {
  background: #eeeeee;
  margin-bottom: 2em; }

.covid-19-survey header {
  padding: 40px 0; }

.covid-19-survey header h2 {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #FF4824;
  margin-bottom: 10px; }

.covid-19-survey header p {
  font-size: 15px;
  color: #555555; }

@media (min-width: 992px) {
  .covid-19-survey header .sponsor {
    text-align: right; }
  .covid-19-survey {
    margin-bottom: 5em; } }

.covid-19-survey .card {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px; }

.covid-19-survey .card:hover {
  cursor: pointer;
  margin-top: -3px;
  opacity: .95; }

.covid-19-survey .card.large {
  padding: 50px 40px;
  background: #ffffff;
  transition: 0; }

.side-widget .text-center.section-title-22 {
  margin-left: auto;
  margin-right: auto; }

.covid-19-survey .card.large:hover {
  cursor: default; }

.covid-19-survey .card.large h2 a:hover {
  text-decoration: none; }

.covid-19-survey .card.large img {
  max-width: 100%; }

.covid-19-survey .card.medium {
  padding: 40px 40px;
  background: #ffffff; }

.covid-19-survey .card.medium img {
  max-width: 100%; }

.covid-19-survey .card.medium h2 {
  margin-bottom: 10px; }

.covid-19-survey .card.small {
  padding: 30px 20px; }

.covid-19-survey .card.small h2 {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.25em;
  margin-bottom: 2em; }

.covid-19-survey .card.small p {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block; }

.covid-19-survey .card.more-survey {
  background: #11357b;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 0; }

.covid-19-survey .card.more-survey p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 0; }

.covid-19-survey .card .category-label {
  color: #777777;
  margin-bottom: 5px; }

.covid-19-survey .card h2 {
  font-size: 24px;
  line-height: 1.3em; }

.covid-19-survey .card .center {
  text-align: center; }

.covid-19-survey .cards .link-item:nth-child(3n+0) .side-widget-post {
  background: #FDBA44;
  /*yellow*/ }

.covid-19-survey .cards .link-item:nth-child(3n+1) .side-widget-post {
  background: #FF3C3C;
  /*red*/ }

.covid-19-survey .cards .link-item:nth-child(3n+2) .side-widget-post {
  background: #6E6DD5;
  /*purple*/ }

.covid-19-survye .btn:hover {
  opacity: .85; }

.edge--bottom {
  position: relative;
  z-index: 0; }

.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 90%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden; }

.edge--bottom:after {
  bottom: 0;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }

.edge--bottom--reverse {
  position: relative;
  z-index: 1; }

.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden; }

.edge--bottom--reverse:after {
  bottom: 0;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.edge--top {
  position: relative;
  z-index: 1; }

.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden; }

.edge--top:before {
  top: 0;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.edge--top--reverse {
  position: relative;
  z-index: 1; }

.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden; }

.edge--top--reverse:before {
  top: 0;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.edge--both {
  position: relative;
  z-index: 1; }

.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden; }

.edge--both:before {
  top: 0;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.edge--both:after {
  bottom: 0;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }

.edge--both--reverse {
  position: relative;
  z-index: 1; }

.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden; }

.edge--both--reverse:before {
  top: 0;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.edge--both--reverse:after {
  bottom: 0;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/*** Updated with CMS ***/
/* Card */
.cards h5 {
  color: #ffffff;
  opacity: .75;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 14px; }

.cards .title-18 {
  font-family: "Roboto Condensed", helvetica, arial, sans-serif; }

.see-more-bottom {
  padding-left: 0;
  padding-right: 0; }

/* Side Widget Left Column */
.article-group .col-md-8 .side-widget-post {
  padding-bottom: 20px;
  margin-bottom: 10px; }

.article-group .col-md-8 .side-widget h5 {
  margin-right: 10px;
  color: #777777;
  margin-bottom: 2px;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 13px; }

.col-md-8 a.btn.btn-primary.btn-block,
.col-md-4 a.btn.btn-primary.btn-block {
  background: none !important;
  color: #000000;
  text-transform: none;
  text-align: left;
  border: none;
  text-decoration: underline;
  padding: 0;
  margin-top: 1em; }

.article-group .col-md-4 .side-widget h5 {
  color: #777777;
  margin-bottom: 2px;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 13px; }

.article-group .col-md-8 .see-more-bottom {
  margin-top: -19px;
  padding: 5px 15px;
  font-size: 14px; }

.article-group .col-md-8 .see-more-bottom a {
  font-size: 14px; }

/* Side Widget Right Column */
.side-widget-wrapper .side-widget-post .col-md-12 h5 {
  color: #777777;
  margin-bottom: 2px;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 13px; }

.side-widget-wrapper .side-widget-post {
  margin-bottom: 10px; }

.side-widget-wrapper .side-widget-post .col-md-12 h4 {
  margin-bottom: 10px; }

.side-widget-post .col-md-12 .see-more {
  font-size: 14px;
  text-decoration: underline;
  color: #444444;
  margin-bottom: 10px; }

.col-md-4 .cards {
  padding-left: 0;
  padding-right: 0; }

.cards .side-widget-post {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.cards .link-item {
  padding-left: 0;
  padding-right: 0; }

.covid-19-survey .cards .link-item .side-widget-post {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
  border: 0;
  padding: 20px 5px; }

.covid-19-survey .cards .link-item .side-widget-post:hover {
  cursor: pointer;
  margin-top: -3px; }

.covid-19-survey .cards .link-item:nth-child(3n+0) .side-widget-post {
  background: #FDBA44;
  /*yellow*/ }

.covid-19-survey .cards .link-item:nth-child(3n+1) .side-widget-post {
  background: #FF3C3C;
  /*red*/ }

.covid-19-survey .cards .link-item:nth-child(3n+2) .side-widget-post {
  background: #6E6DD5;
  /*purple*/ }

.covid-19-survey .cards .side-widget-post h4 a {
  color: #ffffff;
  font-size: 20px; }

.covid-19-survey .cards .side-widget-post .see-more {
  display: inline-block;
  margin-top: 2em; }

.covid-19-survey .cards .side-widget-post .see-more a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: underline; }

.covid-19-survey .cards .see-more-bottom p {
  background: #11357b;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 0;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px; }

.covid-19-survey .cards .see-more-bottom p a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500; }

.article-group .col-md-4 .see-more-bottom {
  margin-top: -19px;
  padding: 5px 15px;
  font-size: 14px; }

.article-group .col-md-4 .see-more-bottom a {
  font-size: 14px; }

.see-more {
  font-size: 14px; }
