@charset "UTF-8";
/* MAIN LESS SETUP -----------------------------------------------------------*/
/* Colors */
/* Shades */
/* Social Media Colors */
/* Gutenberg color options */
/* Color Options
--------------------------------------------- */
.has-black-color {
  color: #000000 !important;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-color {
  color: #FFFFFF !important;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

/* Font Families */
/* Base Measurements */
/* Other Variables */
/* MIXIN CLASSES -------------------------------------------------------------*/
/* Appearance */
/* Adapt Pixel Font Sizes To ems */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounceRight {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

@keyframes bounceRight {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
.bounceRight {
  -webkit-animation-name: bounceRight;
          animation-name: bounceRight;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes bounceLeft {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}

@keyframes bounceLeft {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
.bounceLeft {
  -webkit-animation-name: bounceLeft;
          animation-name: bounceLeft;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* WEBSITE ELEMENTS & LAYOUT -------------------------------------------------------------*/
/* Transparent Classes */
.transparent {
  color: transparent !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-transparent {
  border-color: transparent !important;
}

/* Text Alignments */
.textleft {
  text-align: left !important;
}

.textcenter {
  text-align: center !important;
}

.textright {
  text-align: right !important;
}

.textjustify {
  text-align: justify !important;
}

/* Section Spacing Classes */
.nomargin {
  margin-bottom: 0 !important;
}

.xsmargin {
  margin-bottom: 1rem;
}

.smmargin {
  margin-bottom: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .smmargin {
    margin-bottom: 1.75rem;
  }
}

.mdmargin {
  margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .mdmargin {
    margin-bottom: 3rem;
  }
}

.lgmargin {
  margin-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .lgmargin {
    margin-bottom: 4.5rem;
  }
}

.xlmargin {
  margin-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .xlmargin {
    margin-bottom: 6rem;
  }
}

/* Section Padding Classes */
.nopadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.xspadding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.smpadding {
  padding-top: calc(1.3rem + 0.6vw);
  padding-bottom: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .smpadding {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .smpadding {
    padding-bottom: 1.75rem;
  }
}

.mdpadding {
  padding-top: calc(1.425rem + 2.1vw);
  padding-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .mdpadding {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .mdpadding {
    padding-bottom: 3rem;
  }
}

.lgpadding {
  margin: 100px 0;
  padding-top: calc(1.575rem + 3.9vw);
  padding-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .lgpadding {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .lgpadding {
    padding-bottom: 4.5rem;
  }
}

.xlpadding {
  padding-top: calc(1.725rem + 5.7vw);
  padding-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .xlpadding {
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) {
  .xlpadding {
    padding-bottom: 6rem;
  }
}

.no-pad {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Miscellaneous */
.hidden {
  display: none !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

/* Display Overrides */
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/* Block Alignments */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/* Display Modes */
.block {
  display: block;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.overflow-auto {
  overflow: auto;
}

/* Fonts */
.font-heading {
  font-family: "Ubuntu", Arial, sans-serif;
}

.font-text {
  font-family: "Ubuntu", Arial, sans-serif;
}

.font-awesome {
  font-family: "Font Awesome 5 Pro";
}

/* Break out of Bootstrap column */
.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

/* Introductory Paragraphs */
.byline {
  font-size: calc(1.265rem + 0.18vw);
  text-align: left;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #000000;
}
@media (min-width: 1200px) {
  .byline {
    font-size: 1.4rem;
  }
}

/* Clearfix Method */
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix-before::before {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wp-bootstrap-blocks-row {
  padding-top: calc(1.375rem + 1.5vw);
  padding-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .wp-bootstrap-blocks-row {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-bootstrap-blocks-row {
    padding-bottom: 2.5rem;
  }
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

figure.wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /*16:9*/
}

figure.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Read More Links */
.readmore {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 20px;
  cursor: pointer;
  color: #1b1b1b !important;
}
.readmore:hover {
  color: #000000 !important;
}

.cat-item {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cat-item a {
  color: #808080;
}
.cat-item a:hover {
  color: #000000;
}

.tagcloud {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tagcloud a {
  display: inline-block;
  width: 100%;
  color: #808080;
}
.tagcloud a:hover {
  color: #000000;
}

/* Items */
.bread-container {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px 0;
}
.bread-container .separator:after {
  padding-left: 5px;
  padding-right: 5px;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}

.breadcrumbs {
  margin: 30px 0;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #40BDE8;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li::after {
  display: inline-block;
  margin: 0 5px;
  content: "";
  font-weight: 100;
  font-family: "Font Awesome 5 Pro";
}
.breadcrumbs li:last-of-type::after {
  display: none;
}

/* Address */
address {
  font-weight: 300;
}

figcaption,
cite,
label {
  font-size: 0.85rem;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 1.5;
}

/* Default Blockquote Styles */
blockquote {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 calc(1.375rem + 1.5vw) 0 calc(1.375rem + 1.5vw);
  margin: calc(1.525rem + 3.3vw) 0 calc(1.525rem + 3.3vw) 0;
  position: relative;
  max-width: 100%;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  blockquote {
    padding: 0 2.5rem 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  blockquote {
    margin: 4rem 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 1.75rem;
  }
}
blockquote:before {
  position: absolute;
  left: 0;
  top: -14%;
  content: "";
  background-image: url("../../iecbc-ascend/assets/before-quote.html");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 200px;
  height: 110px;
  z-index: 2;
}
blockquote cite {
  margin-top: 0.75rem;
  font-size: calc(1.255rem + 0.06vw);
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1200px) {
  blockquote cite {
    font-size: 1.3rem;
  }
}
blockquote p {
  color: #333333;
  text-align: left;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  blockquote {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
}

/* Tables */
table {
  display: table;
  width: 100%;
  margin: 0 0 calc(1.325rem + 0.9vw) 0;
  font-size: 0.95rem;
}
@media (min-width: 1200px) {
  table {
    margin: 0 0 2rem 0;
  }
}
table .highlight {
  color: #40BDE8 !important;
}
table .highlight td {
  font-weight: 400 !important;
}

tr {
  display: table-row;
}
tr:last-child th,
tr:last-child td {
  border-bottom: none;
}

th,
td {
  display: table-cell;
  padding: 2px 5px;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
th:first-child,
td:first-child {
  text-align: right;
}

td {
  font-weight: 400;
}

th {
  font-weight: 600;
}

/* Miscellaneous */
main a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main img {
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  main img {
    margin-bottom: 2rem;
  }
}
main ol {
  list-style-position: outside;
  list-style-type: decimal;
}
main ul {
  list-style-type: disc;
}
main dt {
  font-size: 18;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #dcdcdc;
}
main dd {
  font-weight: 400;
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  main dd {
    margin-bottom: 2rem;
  }
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* This indication makes HTML5 videos responsive */
video {
  width: 100% !important;
  height: auto !important;
}

.justify-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.full-width {
  width: 100vw !important;
  margin-top: 50px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width img {
  min-height: 100px;
}
.full-width img,
.full-width figure {
  width: 100vw !important;
  margin: 0 !important;
}
.full-width figcaption {
  color: grey;
  padding-top: 10px;
  text-align: center;
  max-width: 100vw;
  padding-bottom: 43px;
}

.related-posts-wrap.row {
  margin-top: calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  .related-posts-wrap.row {
    margin-top: 1.85rem;
  }
}

.related-post h3 {
  min-height: 63px;
}
.related-post a:hover {
  text-decoration: none;
  color: #1aa9db !important;
}

.related-img {
  display: block;
  border-radius: 3px;
  height: 150px;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 0.95rem;
}
.related-img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.related-img img {
  -webkit-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

div#jp-relatedposts {
  display: none;
}

/* Miscellaneous */
.pagination {
  display: block;
  text-align: center;
  margin: 30px 0;
  margin-top: calc(1.465rem + 2.58vw);
}
@media (min-width: 1200px) {
  .pagination {
    margin-top: 3.4rem;
  }
}
.pagination .prev:after,
.pagination .next:after {
  font-size: 14px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}
.pagination .next:after {
  content: "";
}
.pagination .prev:after {
  content: "";
}

.page-numbers {
  display: inline-block;
  width: 40px;
  text-align: center;
  border-radius: 0px !important;
  line-height: 40px;
  height: 40px;
}

a.page-numbers:hover {
  text-decoration: none;
  background: #eeeeee;
}

span.page-numbers.current {
  background-color: #ffc119;
  color: white;
}

.social-list {
  list-style: none;
  width: 100%;
  padding: 5px 0px;
}
.social-list > a {
  color: #1b1b1b;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: calc(1.26rem + 0.12vw);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .social-list > a {
    font-size: 1.35rem;
  }
}
.social-list > a:first-of-type {
  margin-left: 0px;
}
.social-list > a:last-of-type {
  margin-right: 0px;
}
.social-list > a:hover {
  color: #40BDE8 !important;
}

#sharing-wrap {
  margin: calc(1.325rem + 0.9vw) 0;
}
@media (min-width: 1200px) {
  #sharing-wrap {
    margin: 2rem 0;
  }
}
#sharing-wrap h3 {
  font-size: calc(1.265rem + 0.18vw);
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #sharing-wrap h3 {
    font-size: 1.4rem;
  }
}

.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares a {
  color: #ffffff !important;
}
.jssocials-shares a:hover {
  text-decoration: none !important;
}

.jssocials-shares * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.single-team .attachment-featured {
  border-radius: 50%;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 150px;
}
.single-team h1 {
  margin-bottom: 5px;
}
.single-team h2 {
  font-weight: lighter;
  color: grey;
}
.single-team a {
  margin-right: 15px;
}

.team-photo {
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-member {
  text-align: center;
  background: #f7f7f7;
  padding: 80px 20px;
  margin: 10px;
}

.testimonial {
  padding: 1rem;
}

.testimonial-wrap {
  padding: calc(1.425rem + 2.1vw) 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .testimonial-wrap {
    padding: 3rem 1rem;
  }
}

.testimonial-single {
  background: #40BDE8;
  padding: 1.2rem;
  color: white;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.testimonial-single .post-content {
  padding: 0;
  margin-top: calc(1.395rem + 1.74vw);
  position: relative;
  font-size: calc(1.295rem + 0.54vw);
  font-weight: 600;
  font-family: "Ubuntu", Arial, sans-serif;
}
@media (min-width: 1200px) {
  .testimonial-single .post-content {
    margin-top: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-single .post-content {
    font-size: 1.7rem;
  }
}
.testimonial-single .post-content:before, .testimonial-single .post-content:after {
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-weight: bold;
  position: absolute;
}
.testimonial-single .post-content:before {
  content: "";
  left: -35px;
  top: -35px;
}
.testimonial-single .post-content:after {
  content: "";
  right: -35px;
}

.testimonial-author {
  font-style: italic;
  font-weight: lighter;
  font-size: calc(1.295rem + 0.54vw);
}
.testimonial-author:before {
  content: "-";
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .testimonial-author {
    font-size: 1.7rem;
  }
}

#homepage-hero,
#page-hero {
  padding: calc(1.575rem + 3.9vw);
  background: #333;
  background-size: cover;
  position: relative;
  color: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1200px) {
  #homepage-hero,
#page-hero {
    padding: 4.5rem;
  }
}
#homepage-hero > .container,
#page-hero > .container {
  position: relative;
  z-index: 3;
}
#homepage-hero.small,
#page-hero.small {
  height: 275px;
}
#homepage-hero.medium,
#page-hero.medium {
  height: 500px;
}
#homepage-hero.large,
#page-hero.large {
  height: 750px;
}
#homepage-hero.full-page,
#page-hero.full-page {
  height: calc(100vh - 100px);
}
#homepage-hero h1,
#page-hero h1 {
  color: #1b1b1b;
  font-size: calc(1.385rem + 1.62vw);
}
@media (min-width: 1200px) {
  #homepage-hero h1,
#page-hero h1 {
    font-size: 2.6rem;
  }
}
#homepage-hero h1, #homepage-hero p,
#page-hero h1,
#page-hero p {
  max-width: 80%;
}
@media (max-width: 991px) {
  #homepage-hero:before,
#page-hero:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(65%, white));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 65%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 65%);
    opacity: 0.6;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #homepage-hero h1, #homepage-hero p,
#page-hero h1,
#page-hero p {
    max-width: 100%;
  }
}

#banner-half-image.small {
  height: 275px;
}
#banner-half-image.medium {
  height: 500px;
}
#banner-half-image.large {
  height: 750px;
}
#banner-half-image.full-page {
  height: calc(100vh - 100px);
}
#banner-half-image .row {
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#banner-half-image .col-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#banner-half-image .col-content {
  background-color:#f5f5f5;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#banner-half-image .col-content .inner {
  width: 78%;
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  #banner-half-image .col-content .inner {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  #banner-half-image {
    height: auto !important;
  }
  #banner-half-image .col-image {
    min-height: 250px;
    height: 50vh;
  }
}

.faq-wrap {
  background-color: #40BDE8;
  color: #ffffff;
  font-weight: 500;
  padding: 45px 0;
}

.accordion .accordion-item > h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 4rem 3rem 2rem 2.5rem;
  margin: 0px;
  font-size: 1.15rem;
  font-weight: 400;
  color: #ffffff !important;
  font-weight: bold;
  cursor: pointer;
}
.accordion .accordion-item > h3:hover {
  text-decoration: none;
}

.accordion {
  margin-bottom: calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
  .accordion {
    margin-bottom: 2.8rem;
  }
}

.accordion .accordion-item > h3:hover,
.accordion .accordion-item > h3:hover::before {
  cursor: pointer;
}

.accordion .accordion-item > h3:hover::before {
  background-color: #efaf00;
}

.accordion-item.active > h3 {
  color: #FFC423 !important;
}

.accordion .accordion-item > h3::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  display: block;
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #1b1b1b;
  padding: 3px;
  line-height: 23px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFC423;
  text-align: center;
  -webkit-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}

.accordion-item.active > h3::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #000000;
  background: #ffffff;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1.1rem;
  font-weight: 400;
}

.accordion-item.active .content {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

#ig-inner a {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  position: relative;
}
#ig-inner a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
#ig-inner a > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#ig-inner a:hover {
  opacity: 0.8;
}
#ig-inner a:after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: calc(1.375rem + 1.5vw);
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  #ig-inner a:after {
    font-size: 2.5rem;
  }
}

#homepage-hero .button,
#page-hero .button,
#content .button,
.wpforms-submit,
button[type=submit] {
  display: inline-block;
  padding: 9px 30px;
  font-size: 18;
  background-color: #FFC423;
  color: #1b1b1b;
  border-radius: 0px !important;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Ubuntu", Arial, sans-serif;
  text-transform: uppercase;
}
#homepage-hero .button:hover,
#page-hero .button:hover,
#content .button:hover,
.wpforms-submit:hover,
button[type=submit]:hover {
  background-color: #d69c00;
}
#homepage-hero .button:hover:after,
#page-hero .button:hover:after,
#content .button:hover:after,
.wpforms-submit:hover:after,
button[type=submit]:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.button-alt {
  display: inline-block;
  padding: 9px 30px;
  font-size: 18;
  background-color: #40BDE8;
  color: #ffffff !important;
  border-radius: 0px !important;
  text-align: center;
  text-decoration: none !important;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Ubuntu", Arial, sans-serif;
  text-transform: uppercase;
}
.button-alt:hover {
  background-color: #1898c4;
}
.button-alt:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.link {
  color: #333333;
  -webkit-backface-visibility: hidden;
}
.link:hover {
  text-decoration: none;
  color: #333333;
}
.link:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

label,
.wpforms-container .wpforms-field-label {
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top: 10px;
  font-size: 1rem;
  color: #40BDE8;
  text-transform: uppercase;
}

.wpforms-container .wpforms-field-sublabel {
  margin-top: 2px;
  font-size: 0.7rem;
}

.wpforms-submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

input,
textarea,
select {
  padding: 6px 8px;
  font-size: 1.1rem;
  border-radius: 0;
  border: 2px solid #40BDE8;
  color: #1b1b1b;
  outline: none;
  font-family: "Ubuntu", Arial, sans-serif;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
input:focus,
textarea:focus,
select:focus {
  border-bottom: 2px solid #40BDE8;
}

/* Homepage */
#home #banner-half-image {
  margin-bottom: 0px !important;
  background-color: #f5f5f5;
}
#home #banner-half-image h1 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  #home #banner-half-image h1 {
    font-size: 2.4rem;
  }
}

/* Regular Page Styling */
.feature-img-wrap {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

/* Index Template */
#blog {
  padding-top: 45px;
}
#blog article {
  display: inline-block;
  margin-bottom: 45px;
}
#blog article .blog-post-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: 180px;
  -webkit-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  background-color: #ededed;
}
#blog article .blog-post-img:hover {
  opacity: 0.8;
}
#blog article .inner {
  color: #1b1b1b;
  font-size: 0.9rem;
  max-width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 4px solid #FFC423;
  padding-top: 20px;
}
#blog article .inner .meta {
  margin-bottom: 35px;
  font-size: 0.7rem;
}
#blog article .inner .meta a {
  text-decoration: underline;
  color: #40BDE8;
}
#blog article .inner a {
  color: #FFC423;
}
#blog article .inner .description {
  margin-top: auto;
}
#blog article .inner .read-more {
  display: inline-block;
  padding: 6px 16px 6px 0px;
  font-size: 0.75rem;
  background-color: transparent;
  color: #40BDE8 !important;
  border-radius: 0px !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  text-decoration: none !important;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Ubuntu", Arial, sans-serif;
  position: relative;
}
#blog article .inner .read-more:after {
  content: false;
  display: block;
  position: absolute;
  left: calc(100% + 1px);
  top: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 6px 0;
}
#blog article .inner .read-more:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
#blog article h2 {
  font-weight: 600;
  color: #1b1b1b !important;
  font-size: calc(1.27rem + 0.24vw);
  margin-bottom: 4px;
  -webkit-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
@media (min-width: 1200px) {
  #blog article h2 {
    font-size: 1.45rem;
  }
}
#blog article h2 a {
  color: #1b1b1b !important;
}
#blog article h2:hover a {
  color: #40BDE8 !important;
}
#blog article.big-article {
  margin: 70px 0px 100px 0px !important;
}
#blog article.big-article .inner {
  font-size: 1.1rem;
  padding-top: 0px;
  border-top: none;
}
#blog article.big-article .inner h2 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  #blog article.big-article .inner h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  #blog .big-article .blog-post-img {
    min-height: 260px;
  }
  #blog .big-article .blog-img-col {
    margin-bottom: 20px;
  }
  #blog article .blog-img-col {
    margin-bottom: 20px;
  }
  #blog article h2 {
    font-size: 1rem;
  }
}
#blog .categories-wrap .col-12 {
  margin-bottom: 30px;
}
#blog .categories-wrap .blog-cat {
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  -webkit-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  position: relative;
}
#blog .categories-wrap .blog-cat:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  background-color: #ffffff;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#blog .categories-wrap .blog-cat span {
  font-size: calc(1.255rem + 0.06vw);
  color: #1b1b1b;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  background-color: #FFC423;
  padding: 20px;
  -webkit-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  #blog .categories-wrap .blog-cat span {
    font-size: 1.3rem;
  }
}
#blog .categories-wrap .blog-cat:hover:before {
  opacity: 0.45;
}
#blog .categories-wrap .blog-cat:hover span {
  background-color: #075976;
  color: #ffffff;
}

/* Single Post Meta Data */
#single .container {
  max-width: 800px;
}
#single article > h1 {
  margin-bottom: 1.2rem;
}
#single article .meta {
  display: block;
  text-align: left;
  font-size: 0.85rem;
  margin-bottom: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
  #single article .meta {
    margin-bottom: 2.75rem;
  }
}
#single .related-post-inner h4 {
  font-size: 1rem;
}
#single .related-post-thumb {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  width: 100%;
  margin-bottom: 10px;
}

/* CONTENT STYLING -----------------------------------------------------------*/
#content a:not(.button) {
  color: black;
}

.post-content {
  padding-bottom: 100px;
}
.post-content a {
  color: #999999;
  border-bottom: 3px solid #40BDE8;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
}
.post-content a:hover {
  text-decoration: none;
  color: #333333;
}

.heading-block {
  display: block;
  padding: 25px;
  text-align: center;
  width: 100%;
  margin: 0px !important;
}
.heading-block.bg-yellow {
  background-color: #FFC423;
  color: #1b1b1b;
}

.bg-yellow {
  background-color: #FFC423;
}
.bg-yellow.bg-logo-side {
  position: relative;
  overflow: hidden;
}
.bg-yellow.bg-logo-side:before {
  content: "";
  display: block;
  position: absolute;
  width: 140%;
  z-index: 2;
  opacity: 1;
  -webkit-transform: rotate(90deg) translateX(0%) translateY(0%);
      -ms-transform: rotate(90deg) translateX(0%) translateY(0%);
          transform: rotate(90deg) translateX(0%) translateY(0%);
  height: 200%;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-image: url("../../iecbc-ascend/assets/Ascend-logo-yellow.html");
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-yellow.bg-logo-side > * {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .bg-yellow.bg-logo-side:before {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(90deg) translateX(10%) translateY(0%);
        -ms-transform: rotate(90deg) translateX(10%) translateY(0%);
            transform: rotate(90deg) translateX(10%) translateY(0%);
    height: 280%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-image: url("../../iecbc-ascend/assets/Ascend-logo-yellow.html");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 575px) {
  .bg-yellow.bg-logo-side:before {
    content: "";
    display: block;
    position: absolute;
    width: 140%;
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(90deg) translateX(0%) translateY(0%);
        -ms-transform: rotate(90deg) translateX(0%) translateY(0%);
            transform: rotate(90deg) translateX(0%) translateY(0%);
    height: 200%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-image: url("../../iecbc-ascend/assets/Ascend-logo-yellow.html");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.bg-lightblue {
  background-color: #caedf9;
}

#info-slider .info-slides .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#info-slider .info-slides .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
#info-slider .info-slides .slide .content-col {
  background-color: #40BDE8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 14%;
  text-align: right;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}
#info-slider .info-slides .slide .content-col h3 {
  color: #ffffff;
  text-transform: uppercase;
}
#info-slider .info-slides .slide .content-col .inner {
  position: relative;
  z-index: 3;
}
#info-slider .info-slides .slide .content-col:before {
  content: "";
  display: block;
  position: absolute;
  min-width: 135%;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(-42%) translateY(0);
      -ms-transform: translateX(-42%) translateY(0);
          transform: translateX(-42%) translateY(0);
  min-height: 150%;
  top: -15%;
  right: auto;
  bottom: -15%;
  left: 0;
  background-image: url("../../iecbc-ascend/assets/Ascend-logo-blue.html");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1199px) {
  #info-slider .info-slides .slide .content-col:before {
    content: "";
    display: block;
    position: absolute;
    min-width: 165%;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(-54%) translateY(0);
        -ms-transform: translateX(-54%) translateY(0);
            transform: translateX(-54%) translateY(0);
    min-height: 150%;
    top: -15%;
    right: auto;
    bottom: -15%;
    left: 0;
    background-image: url("../../iecbc-ascend/assets/Ascend-logo-blue.html");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  #info-slider .info-slides .slide .content-col:before {
    content: "";
    display: block;
    position: absolute;
    min-width: 200%;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(-59%) translateY(0);
        -ms-transform: translateX(-59%) translateY(0);
            transform: translateX(-59%) translateY(0);
    min-height: 150%;
    top: -15%;
    right: auto;
    bottom: -15%;
    left: 0;
    background-image: url("../../iecbc-ascend/assets/Ascend-logo-blue.html");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  #info-slider .info-slides .slide .content-col:before {
    content: "";
    display: block;
    position: absolute;
    min-width: 140%;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(-25%) translateY(0);
        -ms-transform: translateX(-25%) translateY(0);
            transform: translateX(-25%) translateY(0);
    min-height: 150%;
    top: -15%;
    right: auto;
    bottom: -15%;
    left: 0;
    background-image: url("../../iecbc-ascend/assets/Ascend-logo-blue.html");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
}
#info-slider .info-slides .slide .image-col {
  padding: 0px !important;
  margin: 0px !important;
  min-height: 350px;
}
#info-slider .info-slides .slide .image-col img {
  max-height: 580px;
  height: 100%;
  width: 100%;
  margin: 0px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
#info-slider .info-slider-nav {
  background-color: #1b1b1b;
  margin-top: -1px;
}
#info-slider .info-slider-nav .slide {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 80px;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
#info-slider .info-slider-nav .slide:hover {
  background-color: #020202;
}
#info-slider .info-slider-nav .slide:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 25px;
  margin-right: 4px;
  background-image: url("../../iecbc-ascend/assets/yellow-lines.html");
  background-size: cover;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in;
  -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
          transform: translateX(-6px);
}
#info-slider .info-slider-nav .slide.slick-current:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767px) {
  #info-slider .info-slider-nav .slide {
    width: 50% !important;
    height: 100px !important;
  }
}
@media (max-width: 575px) {
  #info-slider .info-slider-nav .slide {
    width: 100% !important;
    height: 60px !important;
  }
}

.image-slider .slides .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-slider .slides .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.image-slider .slides .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
.image-slider .slides .slide img {
  max-height: 100px;
  max-width: 100%;
  height: auto;
  width: auto;
}
@media (max-width: 991px) {
  .image-slider .slide {
    padding: 15px !important;
  }
}

.icon-row {
  text-align: center;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.icon-row .col-12 {
  text-align: center;
  font-size: 1rem;
}
.icon-row .col-12 p {
  width: 80%;
  margin: 0px auto;
}
.icon-row h3 {
  font-size: 1.2rem;
}
.icon-row img {
  height: 100px;
  width: auto;
  margin: 45px auto 25px auto;
}

.video-row .col-12 {
  min-height: 300px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFC423;
}
.video-row .col-12 a.video-image, .video-row .col-12 figure {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
}
.video-row .col-12 a.video-image img, .video-row .col-12 figure img {
  -webkit-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in;
}
.video-row .col-12 a.video-image:hover img, .video-row .col-12 figure:hover img {
  opacity: 0.8;
}
.video-row .col-12 a.video-image:after, .video-row .col-12 figure:after {
  position: absolute;
  display: block;
  z-index: 4;
  content: "";
  background-image: url("../../iecbc-ascend/assets/video-overlay-btn.html");
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.video-row .col-12 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin: 0px !important;
}
.video-row .wp-block-image {
  margin: 0px !important;
}
.video-row blockquote {
  width: 76%;
}
@media (max-width: 1199px) {
  .video-row blockquote {
    min-height: 230px;
    font-size: 1.2rem;
  }
  .video-row blockquote:before {
    top: -5%;
  }
}
@media (max-width: 991px) {
  .video-row blockquote:before {
    top: 0%;
    left: -5%;
  }
}

.image-hover {
  position: relative;
  min-height: 450px;
}
.image-hover .image-1-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}
.image-hover .image-2-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}
.image-hover img {
  max-height: 100% !important;
  width: auto !important;
}
.image-hover:hover .image-1-wrap {
  opacity: 0;
  visibility: hidden;
}
.image-hover:hover .image-2-wrap {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  #content > .wp-bootstrap-blocks-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
  }

  .info-slides {
    overflow: hidden;
  }

  .image-slider {
    width: calc(100% - 90px);
    margin: 0px auto;
  }
}
/* FOOTER --------------------------------------------------------------------*/
/* Homepage footer */
#footer {
  font-size: 1.2rem;
  background-color: #ffffff;
  /* Copyright */
  font-size: 1.1rem;
}
#footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  margin-top: 100px;
}
#footer .footer-wrap .left-col {
  width: calc(38% - 20px);
  background-color: #929496;
  padding: 45px 3% 45px 7%;
}
#footer .footer-wrap .left-col a {
  margin-bottom: 20px;
}
#footer .footer-wrap .left-col img {
  max-width: 260px;
  margin-bottom: 45px;
}
#footer .footer-wrap .center-col {
  width: calc(24% - 20px);
  background-color: #40BDE8;
  padding: 45px 4%;
}
#footer .footer-wrap .center-col ul li {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}
#footer .footer-wrap .right-col {
  width: calc(38% - 20px);
  background-image: url("../../../uploads/twitter-background.jpg");
  padding: 45px 7% 45px 3%;
  position: relative;
  overflow: hidden;
  /* color: #1b1b1b; */
  color: white;
}
#footer .footer-wrap .right-col a {
  color: floralwhite;
}
#footer .footer-wrap .right-col #ctf {
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 20px;
}
#footer .footer-wrap .right-col #ctf .ctf-error {
  text-align: left;
}
#footer .footer-wrap .right-col h3 {
  font-size: calc(1.265rem + 0.18vw);
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  #footer .footer-wrap .right-col h3 {
    font-size: 1.4rem;
  }
}
#footer .footer-wrap .right-col h5 {
  font-weight: 400;
  font-size: 1rem;
}
#footer .footer-wrap .right-col .social-list {
  margin-bottom: 20px;
}
#footer .footer-wrap .right-col .social-list a {
  margin-right: 30px;
}
#footer .footer-wrap .right-col .inner {
  z-index: 3;
  position: relative;
}
#footer .footer-wrap .right-col:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(20%) translateY(-18%);
      -ms-transform: translateX(20%) translateY(-18%);
          transform: translateX(20%) translateY(-18%);
  height: 130%;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-image: url("../../iecbc-ascend/assets/Ascend-logo-yellow.html");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#footer ul {
  padding: 0;
}
#footer li {
  list-style-type: none;
}
#footer a {
  text-decoration: none;
  color: #ffffff;
}
#footer a:hover {
  text-decoration: underline;
  color: #f2f2f2;
}
#footer .address {
  margin-bottom: 5px;
  display: block;
}
#footer .heading {
  display: block;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Ubuntu", Arial, sans-serif;
  line-height: 1.125;
}
#footer .social-list a {
  color: #ffffff;
}
#footer .social-list a:hover {
  color: #f2f2f2;
}
#footer [itemprop=address],
#footer [itemprop=telephone],
#footer [itemprop=faxNumber],
#footer [itemprop=email] {
  display: block;
  margin-left: 30px;
}
#footer [itemprop=address]::before,
#footer [itemprop=telephone]::before,
#footer [itemprop=faxNumber]::before,
#footer [itemprop=email]::before {
  display: block;
  float: left;
  margin-left: -30px;
  font-family: "Font Awesome 5 Pro";
  width: 30px;
  text-align: center;
  font-weight: 400;
}
#footer [itemprop=address]::before {
  content: "";
}
#footer [itemprop=email]::before {
  content: "";
}
#footer [itemprop=telephone]::before {
  content: "";
}
#footer [itemprop=faxNumber]::before {
  content: "";
}
#footer #copyright {
  padding: 30px 5%;
  font-size: 0.75rem;
  color: #808080;
}
#footer #copyright a {
  color: #808080;
}
#footer #copyright .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer #copyright .row .right-col img {
  margin: 0px 0px 0px auto;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 1199px) {
  #footer {
    font-size: 1rem;
  }
  #footer .footer-wrap .left-col, #footer .footer-wrap .right-col {
    padding: 45px 3% 45px 3% !important;
  }
}
@media (max-width: 991px) {
  #footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .footer-wrap .left-col, #footer .footer-wrap .center-col, #footer .footer-wrap .right-col {
    width: 100% !important;
  }
  #footer > .container > .row .col-12 {
    margin-bottom: 45px;
  }
  #footer #copyright .left-col {
    text-align: center;
    padding: 15px !important;
  }
  #footer #copyright .right-col img {
    margin: 10px auto !important;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: center !important;
  }
  #footer #footer-logo img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.woocommerce .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff !important;
}
.woocommerce .price {
  color: #40BDE8 !important;
}
.woocommerce .quantity .qty {
  width: 5em;
}
.woocommerce .quantity input, .woocommerce .coupon .input-text, .woocommerce .select2-selection {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  height: 32px;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.woocommerce .select2-selection__rendered {
  line-height: 1 !important;
  font-size: 0.95rem;
  padding: 0px !important;
  overflow: visible !important;
}
.woocommerce .select2-dropdown li {
  font-size: 0.95rem;
}
.woocommerce .coupon .input-text {
  height: 40px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .woocommerce .coupon .input-text {
    width: 128px !important;
  }
}
@media (min-width: 768px) {
  .woocommerce .col-left {
    float: left;
    width: 48%;
  }
  .woocommerce .col-right {
    margin-left: 2%;
    float: left;
    width: 48%;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-color: #40BDE8;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #40BDE8;
}

.woocommerce #main-wrap ul.products {
  margin: 30px 0;
}
.woocommerce #main-wrap ul.products li {
  text-align: center;
  padding: 15px 15px 30px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
}

.woocommerce .woocommerce-tabs a, .woocommerce .woocommerce-product-gallery a {
  border-bottom: none;
}

.woocommerce .woocommerce-checkout .form-control {
  font-size: 0.95rem;
}
.woocommerce form .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .product-thumbnail img {
  margin-bottom: 0px !important;
}
.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0px;
  max-width: 100% !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.woocommerce ul.products li.product .button {
  margin-top: auto;
  display: table;
}

.flex-viewport {
  height: 0px;
  padding-bottom: 75%;
  position: relative;
  max-height: 0px;
}

.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0px;
  max-width: 100% !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.html") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.html");
  src: url("fonts/slickd41d.html?#iefix") format("embedded-opentype"), url("fonts/slick-2.html") format("woff"), url("fonts/slick-3.html") format("truetype"), url("fonts/slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  border-radius: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #f7f7f7;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  line-height: 1;
  color: #075976;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -55px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -55px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -55px;
}
[dir=rtl] .slick-next {
  left: -55px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* PRINT STYLES */
@media only print {
  h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans";
  }

  #pull-menu,
.button {
    display: none;
  }

  #site-navigation {
    display: none;
  }

  #footer {
    display: none;
  }

  #logo {
    filter: url(inverse.html#negative);
    -webkit-filter: invert(100%);
    filter: invert(100%);
    margin: 0.25in auto;
    width: 3in;
    height: auto;
  }

  h1, h2, h3, h4 {
    page-break-after: avoid;
  }

  img {
    max-width: 100% !important;
  }

  ul, img {
    page-break-inside: avoid;
  }
}
@media only print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@media only print {
  article a {
    font-weight: bolder;
    text-decoration: none;
  }
}
@media only print {
  article a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
}
@media only print {
  article a[href^="#"]:after {
    content: "";
  }
}