.search-box input {
  color: #cacaca;
  background: #464646;
  border: 0;
}

.search-box input:focus {
  color: #cacaca;
  background: #464646;
}

.search-box .icon {
  background: #464646;
  padding: 11px;
  border-radius: 0 5px 5px 0;
  color: #fff;
  cursor: pointer;
}

.search-box button {
  border: none;
}

/* ---------------------------------------------------------
  SITE SPECIFIC STYLES AND RESETS - DO NOT PUT COMPONENT STYLES HERE
----------------------------------------------------------- */
pre {
  border-radius: 0;
}

/*  FOOTER */
.footer {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #555;
}

.footer .stripParallax {
  padding: 15px;
}

.footer .widget h4 {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 21px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.footer .widget .footer-2-text-cont {
  margin-bottom: 24px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.footer .widget .footer-2-text-cont .icon-list {
  padding-left: 0;
  margin-left: 24px;
  list-style-type: none;
}

.footer .widget .footer-2-text-cont .icon-list li {
  position: relative;
}

.footer .widget .footer-2-text-cont .icon-list li a {
  line-height: 1.5;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #8c9093;
}

.footer .widget .footer-2-text-cont .icon-list li a:hover {
  color: #e08720;
}

.footer .copyright {
  margin: 0;
  padding: 5px;
  color: #fff;
}

.footer .copyright p {
  margin: 0;
  padding: 18px;
}

.footer .socials {
  margin: 0;
}

.footer .footer-list-style {
  float: right;
  padding: 15px;
}

.footer .footer-list-style li {
  padding: 5px 0;
  font-size: 18px;
  text-transform: uppercase;
  list-style-position: inside;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  float: left;
  color: #fff;
  list-style: none;
}

.footer .footer-list-style li i {
  border-radius: 50%;
  margin: 0;
  width: 24px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  color: #fec727;
  font-size: 24px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer {
    min-height: auto;
  }
  .copyright p {
    text-align: center;
  }
  .footer-list-style {
    display: block;
    width: 200px;
    margin: 0 auto;
    float: initial;
  }
  .footer .footer-list-style {
    float: left;
  }
}

/* #STATICK MEDIA #NEW
=====================================================*/
.video-responsive-padding {
  padding: 56.25% 0 0 0;
  position: relative;
  margin: 0 10px 0 10px;
}

.video-responsive-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}

.video-responsive-wrapper .video-embed {
  height: 100%;
  width: 100%;
}

/*  #WISTIA FULL WIDTH VIDEO
=====================================================*/
.wistia_embed {
  position: relative !important;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0 !important;
  width: 100% !important;
}

.wistia_embed .w-chrome {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* BORDER STYLES
=====================================================*/
.rounded-corners-sm {
  border-radius: 5px;
}

.rounded-corners-md {
  border-radius: 10px;
}

.rounded-corners-lg {
  border-radius: 15px;
}

.error-page-outer {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  background-size: cover;
}

.error-page-inner {
  margin: auto;
  height: 350px;
  width: 600px;
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

.error-page-inner .title {
  font-size: 5em;
  color: white;
  text-align: center;
}

.error-page-inner .subtitle {
  font-size: 2em;
  color: white;
  text-align: center;
}

.error-page-inner .info {
  color: white;
  text-align: center;
}

.error-page-inner a {
  color: white;
  font-weight: 400;
  text-decoration: none;
}

.error-page-inner a:hover {
  color: white;
}

.error-page-inner .input-group {
  max-width: 400px;
  margin: auto;
  margin-top: 20px;
}

.video-external {
  position: relative;
  padding: 60% 0 0 0;
}

.video-external-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video-external-iframe {
  width: 100%;
  height: 100%;
}

.pagination-custom {
  display: -webkit-box;
  display: flex;
  flex-flow: wrap;
}

.pagination-custom a {
  display: inline-block;
  color: #ffffff;
  background-color: #303236;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  margin: 0 4px;
}

.pagination-custom a.active {
  text-decoration: none;
  background-color: #f7941e;
  color: #ffffff;
}

.pagination-custom a:hover:not(.active) {
  background-color: #f7941e;
  text-decoration: none;
  color: #ffffff;
}

.grid-component .col {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

/* #ALERT BOXES 
================================================== */
.alert {
  border-radius: 0px;
}

.alert-icon {
  margin-right: 7px;
}

.validation-summary-errors {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

/*****  #ALERTS    *****/
/* #BLOCKQUOTES #NEW
==================================================*/
blockquote {
  padding: 10px 20px;
  padding-left: 30px;
  margin: 0 0 20px;
  border-left: 3px solid #eeeeee;
}

blockquote,
blockquote p {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #4B4E53;
  font-weight: 100;
}

blockquote p {
  margin-bottom: 13px;
}

blockquote .small,
blockquote footer,
blockquote small {
  margin-top: 1em;
  font-size: 14px;
  color: #9BA3A9;
  font-style: normal;
  font-weight: 600;
}

/* #BLOCKQUOTES
==================================================*/
blockquote {
  margin: 0 0 10px 60px;
  padding: 60px;
  position: relative;
  border-left: 4px solid #9BA3A9;
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 25px;
}

blockquote.custom-blockquote,
blockquote.custom-blockquote p {
  font-size: 1.2em;
  line-height: 1.444em;
  color: #000000;
  font-style: italic;
}

blockquote.custom-blockquote {
  margin: 0 0 10px 0;
  padding: 25px 20px 19px 40px;
  position: relative;
  border-left: 2px solid #bbc1c4;
}

blockquote.custom-blockquote:before {
  z-index: 9;
  height: 100%;
  width: 38px;
  display: block;
  content: '"';
  position: absolute;
  left: 15px;
  top: 20%;
  font-size: 3em;
  font-style: italic;
}

.btn, .button, [class*='button-'] {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  border-radius: 2px;
  overflow-x: hidden;
}

[class*='button'] {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-family: Source Sans Pro,sans-serif;
  padding: 5px 15px;
  font-size: 14px;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.btn-medium, [class*='button'].medium {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-large, [class*='button'].large {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 40px;
}

.btn-small, [class*='button'].small {
  font-size: 11px;
  line-height: 16px;
  padding: 6px 15px 6px 15px;
}

.btn-icon i, .button-icon i {
  padding-left: 7px;
}

.btn-number .badge {
  top: 0px;
  margin-left: 7px;
  font-size: 90%;
}

.btn-orange.btn-number .badge, .button-orange.btn-number .badge, .button-orange.button-number .badge {
  background: #111111;
}

.btn-orange.btn-number:hover .badge, .button-orange.btn-number:hover .badge, .button-orange.button-number:hover .badge {
  background: #f7941e;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn-black.btn-number .badge, .button-black.btn-number .badge, .button-black.button-number .badge {
  background: #f7941e;
}

.btn-black.btn-number:hover .badge, .button-black.btn-number:hover .badge, .button-black.button-number:hover .badge {
  background: #111111;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn-arrow.btn-large {
  padding-right: 3em;
}

.btn-arrow.btn-large:before {
  right: 1.8em;
  top: calc(50% - 6.5px);
}

.btn-arrow.btn-medium:before {
  right: 0.8em;
  top: calc(50% - 4.5px);
}

.btn-arrow.btn-small:before {
  right: 0.9em;
  top: calc(50% - 4.5px);
}

.btn-arrow, .button-orange-arrow, .button-black-arrow {
  padding-right: 2em;
}

.btn-arrow:before, .button-orange-arrow:before, .button-black-arrow:before {
  content: "\eab6";
  font-family: icomoon !important;
  line-height: 1;
  position: absolute;
  font-size: 80%;
  right: 10px;
  height: 18px;
  top: calc(50% - 5px);
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.btn-arrow:hover:before, .button-orange-arrow:hover:before, .button-black-arrow:hover:before {
  right: -50px;
  -webkit-transition: right .3s ease 0s;
  transition: right .3s ease 0s;
}

.btn-black, .button-black, .button-black-arrow, .button.deeporange {
  color: #ffffff;
  background-color: #111111;
}

.btn-black:hover, .button-black:hover, .button-black-arrow:hover, .button.deeporange:hover {
  color: #ffffff;
  background-color: #f7941e;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn-orange, .button-orange, .button-orange-arrow {
  color: #ffffff;
  background-color: #f7941e;
}

.btn-orange:hover, .button-orange:hover, .button-orange-arrow:hover {
  color: #ffffff;
  background-color: #111111;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn-ghost, .btn-ghost-gray, .button-ghost-gray, .button-ghost {
  color: #8C9093;
  background-color: #ffffff;
  border-width: 2px;
  border-color: #cccccc;
  border-style: solid;
}

.btn-ghost:hover, .btn-ghost-gray:hover, .button-ghost-gray:hover, .button-ghost:hover {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn-ghost-gray:hover, .button-ghost-gray:hover {
  color: #535961;
  background-color: #cccccc;
  border-color: #cccccc;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

a:hover {
  color: #111;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
}

a:focus {
  text-decoration: none !important;
}

.btn-4 {
  overflow: hidden;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.btn-primary {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  letter-spacing: 0.2px;
  border-radius: 5px;
}

.btn-primary:hover {
  color: #ffffff !important;
  background-color: #979797 !important;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

/* CAROUSEL */
.swiper-carousel-wrapper {
  position: relative;
}

.swiper-carousel-wrapper .swiper-button-next {
  background-image: none !important;
  width: 40px;
  position: absolute;
  bottom: 0px;
  padding: 0px !important;
  top: 50%;
  right: 20px;
}

.swiper-carousel-wrapper .swiper-button-next img {
  width: 25px;
  right: 0;
}

.swiper-carousel-wrapper .swiper-button-next .icon-iconfinder_arrow-right {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  font-size: 23px;
  color: #fff;
  padding: 8px;
}

.swiper-carousel-wrapper .swiper-button-next .icon-iconfinder_arrow-right:before {
  color: #fff;
}

.swiper-carousel-wrapper .swiper-button-prev {
  background-image: none !important;
  width: 40px;
  position: absolute;
  bottom: 0px;
  padding: 0px !important;
  top: 50%;
  left: 20px;
}

.swiper-carousel-wrapper .swiper-button-prev img {
  width: 25px;
  left: 0;
}

.swiper-carousel-wrapper .swiper-button-prev .icon-iconfinder_arrow-left {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  font-size: 23px;
  color: #fff;
  padding: 8px;
}

.swiper-carousel-wrapper .swiper-button-prev .icon-iconfinder_arrow-left:before {
  color: #fff;
}

.swiper-container.no-overlay .swiper-slide-card {
  background: none;
}

.swiper-container .swiper-button-next i, .swiper-container .swiper-button-prev i {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 12px;
}

.swiper-container .swiper-slide {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: transparent;
}

.swiper-container .swiper-slide-dw {
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.swiper-container .swiper-slide-card {
  max-width: 50%;
  margin: auto;
  position: absolute;
  background: rgba(68, 33, 121, 0.5);
  margin: 5%;
  padding: 3%;
  color: #fff;
  left: 5%;
  top: 0;
  bottom: 0;
  max-height: 100%;
}

.swiper-container .swiper-slide-card h1 {
  color: #fff;
}

.swiper-container .swiper-slide-card h2 {
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
}

.swiper-container .swiper-pagination-bullets {
  position: absolute;
  right: 30px;
}

.swiper-container .swiper-pagination-bullet {
  opacity: 0.5;
  background: #fff;
  padding: 5px;
  margin: 7px;
}

.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}

@media only screen and (max-width: 600px) {
  .swiper-container button[class^='button-'],
  .swiper-container div[class^='button-'],
  .swiper-container input[class^='button-'],
  .swiper-container a[class^='button-'] {
    font-size: 14px !important;
  }
}

/* GENERAL CAROUSEL */
@media only screen and (max-width: 767px) {
  div[data-number-of-visible-slides="1"] .swiper-wrapper {
    width: 100%;
  }
  div[data-number-of-visible-slides="2"] .swiper-wrapper {
    width: 200%;
  }
  div[data-number-of-visible-slides="3"] .swiper-wrapper {
    width: 300%;
  }
  div[data-number-of-visible-slides="4"] .swiper-wrapper {
    width: 400%;
  }
  div[data-number-of-visible-slides="5"] .swiper-wrapper {
    width: 500%;
  }
  div[data-number-of-visible-slides="6"] .swiper-wrapper {
    width: 600%;
  }
  div[data-number-of-visible-slides="7"] .swiper-wrapper {
    width: 700%;
  }
  div[data-number-of-visible-slides="8"] .swiper-wrapper {
    width: 800%;
  }
  div[data-number-of-visible-slides="9"] .swiper-wrapper {
    width: 900%;
  }
}

/* CUSTOM PAGINATION BUTTONS FOR REVO SLIDER*/
.hesperiden .tp-bullet {
  border: none;
  width: 10px;
  height: 10px;
}

.hesperiden .tp-bullet.selected {
  background: white;
  width: 12px;
  height: 12px;
}

/******** HELPERS **********/
.vh-5 {
  height: 5vh !important;
}

.vh-10 {
  height: 10vh !important;
}

.vh-15 {
  height: 15vh !important;
}

.vh-20 {
  height: 20vh !important;
}

.vh-25 {
  height: 25vh !important;
}

.vh-30 {
  height: 30vh !important;
}

.vh-35 {
  height: 35vh !important;
}

.vh-40 {
  height: 40vh !important;
}

.vh-45 {
  height: 45vh !important;
}

.vh-50 {
  height: 50vh !important;
}

.vh-55 {
  height: 55vh !important;
}

.vh-60 {
  height: 60vh !important;
}

.vh-65 {
  height: 65vh !important;
}

.vh-70 {
  height: 70vh !important;
}

.vh-75 {
  height: 75vh !important;
}

.vh-80 {
  height: 80vh !important;
}

.vh-85 {
  height: 85vh !important;
}

.vh-90 {
  height: 90vh !important;
}

.vh-95 {
  height: 95vh !important;
}

.vh-100 {
  height: 100vh !important;
}

.vw-5 {
  width: 5vw !important;
}

.vw-10 {
  width: 10vw !important;
}

.vw-15 {
  width: 15vw !important;
}

.vw-20 {
  width: 20vw !important;
}

.vw-25 {
  width: 25vw !important;
}

.vw-30 {
  width: 30vw !important;
}

.vw-35 {
  width: 35vw !important;
}

.vw-40 {
  width: 40vw !important;
}

.vw-45 {
  width: 45vw !important;
}

.vw-50 {
  width: 50vw !important;
}

.vw-55 {
  width: 55vw !important;
}

.vw-60 {
  width: 60vw !important;
}

.vw-65 {
  width: 65vw !important;
}

.vw-70 {
  width: 70vw !important;
}

.vw-75 {
  width: 75vw !important;
}

.vw-80 {
  width: 80vw !important;
}

.vw-85 {
  width: 85vw !important;
}

.vw-90 {
  width: 90vw !important;
}

.vw-95 {
  width: 95vw !important;
}

.vw-100 {
  width: 100vw !important;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-55 {
  margin: 55px;
}

.p-55 {
  padding: 55px;
}

.m-60 {
  margin: 60px;
}

.p-60 {
  padding: 60px;
}

.m-65 {
  margin: 65px;
}

.p-65 {
  padding: 65px;
}

.m-70 {
  margin: 70px;
}

.p-70 {
  padding: 70px;
}

.m-75 {
  margin: 75px;
}

.p-75 {
  padding: 75px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.m-85 {
  margin: 85px;
}

.p-85 {
  padding: 85px;
}

.m-90 {
  margin: 90px;
}

.p-90 {
  padding: 90px;
}

.m-95 {
  margin: 95px;
}

.p-95 {
  padding: 95px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.m-105 {
  margin: 105px;
}

.p-105 {
  padding: 105px;
}

.m-110 {
  margin: 110px;
}

.p-110 {
  padding: 110px;
}

.m-115 {
  margin: 115px;
}

.p-115 {
  padding: 115px;
}

.m-120 {
  margin: 120px;
}

.p-120 {
  padding: 120px;
}

.m-125 {
  margin: 125px;
}

.p-125 {
  padding: 125px;
}

.m-130 {
  margin: 130px;
}

.p-130 {
  padding: 130px;
}

.m-135 {
  margin: 135px;
}

.p-135 {
  padding: 135px;
}

.m-140 {
  margin: 140px;
}

.p-140 {
  padding: 140px;
}

.m-145 {
  margin: 145px;
}

.p-145 {
  padding: 145px;
}

.m-150 {
  margin: 150px;
}

.p-150 {
  padding: 150px;
}

.m-155 {
  margin: 155px;
}

.p-155 {
  padding: 155px;
}

.m-160 {
  margin: 160px;
}

.p-160 {
  padding: 160px;
}

.m-165 {
  margin: 165px;
}

.p-165 {
  padding: 165px;
}

.m-170 {
  margin: 170px;
}

.p-170 {
  padding: 170px;
}

.m-175 {
  margin: 175px;
}

.p-175 {
  padding: 175px;
}

.m-180 {
  margin: 180px;
}

.p-180 {
  padding: 180px;
}

.m-185 {
  margin: 185px;
}

.p-185 {
  padding: 185px;
}

.m-190 {
  margin: 190px;
}

.p-190 {
  padding: 190px;
}

.m-195 {
  margin: 195px;
}

.p-195 {
  padding: 195px;
}

.m-200 {
  margin: 200px;
}

.p-200 {
  padding: 200px;
}

.m-t-0 {
  margin-top: 0;
}

.p-t-0 {
  padding-top: 0;
}

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

.p-b-0 {
  padding-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.p-l-0 {
  padding-left: 0;
}

.m-r-0 {
  margin-right: 0;
}

.p-r-0 {
  padding-right: 0;
}

.m-t-5 {
  margin-top: 5px;
}

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

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

.p-b-5 {
  padding-bottom: 5px;
}

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

.p-l-5 {
  padding-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

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

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

.m-l-10 {
  margin-left: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.p-t-15 {
  padding-top: 15px;
}

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

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

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

.p-t-20 {
  padding-top: 20px;
}

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

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

.m-l-20 {
  margin-left: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.p-t-25 {
  padding-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

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

.p-l-25 {
  padding-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

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

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

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

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

.m-l-30 {
  margin-left: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.p-t-35 {
  padding-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.p-l-35 {
  padding-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.p-r-35 {
  padding-right: 35px;
}

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

.p-t-40 {
  padding-top: 40px;
}

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

.p-b-40 {
  padding-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.p-l-40 {
  padding-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.p-t-45 {
  padding-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.p-l-45 {
  padding-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.p-r-45 {
  padding-right: 45px;
}

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

.p-t-50 {
  padding-top: 50px;
}

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

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

.m-l-50 {
  margin-left: 50px;
}

.p-l-50 {
  padding-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.p-r-50 {
  padding-right: 50px;
}

.m-t-55 {
  margin-top: 55px;
}

.p-t-55 {
  padding-top: 55px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.m-l-55 {
  margin-left: 55px;
}

.p-l-55 {
  padding-left: 55px;
}

.m-r-55 {
  margin-right: 55px;
}

.p-r-55 {
  padding-right: 55px;
}

.m-t-60 {
  margin-top: 60px;
}

.p-t-60 {
  padding-top: 60px;
}

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

.p-b-60 {
  padding-bottom: 60px;
}

.m-l-60 {
  margin-left: 60px;
}

.p-l-60 {
  padding-left: 60px;
}

.m-r-60 {
  margin-right: 60px;
}

.p-r-60 {
  padding-right: 60px;
}

.m-t-65 {
  margin-top: 65px;
}

.p-t-65 {
  padding-top: 65px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.m-l-65 {
  margin-left: 65px;
}

.p-l-65 {
  padding-left: 65px;
}

.m-r-65 {
  margin-right: 65px;
}

.p-r-65 {
  padding-right: 65px;
}

.m-t-70 {
  margin-top: 70px;
}

.p-t-70 {
  padding-top: 70px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.m-l-70 {
  margin-left: 70px;
}

.p-l-70 {
  padding-left: 70px;
}

.m-r-70 {
  margin-right: 70px;
}

.p-r-70 {
  padding-right: 70px;
}

.m-t-75 {
  margin-top: 75px;
}

.p-t-75 {
  padding-top: 75px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.m-l-75 {
  margin-left: 75px;
}

.p-l-75 {
  padding-left: 75px;
}

.m-r-75 {
  margin-right: 75px;
}

.p-r-75 {
  padding-right: 75px;
}

.m-t-80 {
  margin-top: 80px;
}

.p-t-80 {
  padding-top: 80px;
}

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

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

.m-l-80 {
  margin-left: 80px;
}

.p-l-80 {
  padding-left: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.m-t-85 {
  margin-top: 85px;
}

.p-t-85 {
  padding-top: 85px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.m-l-85 {
  margin-left: 85px;
}

.p-l-85 {
  padding-left: 85px;
}

.m-r-85 {
  margin-right: 85px;
}

.p-r-85 {
  padding-right: 85px;
}

.m-t-90 {
  margin-top: 90px;
}

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

.m-b-90 {
  margin-bottom: 90px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.m-l-90 {
  margin-left: 90px;
}

.p-l-90 {
  padding-left: 90px;
}

.m-r-90 {
  margin-right: 90px;
}

.p-r-90 {
  padding-right: 90px;
}

.m-t-95 {
  margin-top: 95px;
}

.p-t-95 {
  padding-top: 95px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.m-l-95 {
  margin-left: 95px;
}

.p-l-95 {
  padding-left: 95px;
}

.m-r-95 {
  margin-right: 95px;
}

.p-r-95 {
  padding-right: 95px;
}

.m-t-100 {
  margin-top: 100px;
}

.p-t-100 {
  padding-top: 100px;
}

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

.p-b-100 {
  padding-bottom: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

.p-l-100 {
  padding-left: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.p-r-100 {
  padding-right: 100px;
}

.m-t-105 {
  margin-top: 105px;
}

.p-t-105 {
  padding-top: 105px;
}

.m-b-105 {
  margin-bottom: 105px;
}

.p-b-105 {
  padding-bottom: 105px;
}

.m-l-105 {
  margin-left: 105px;
}

.p-l-105 {
  padding-left: 105px;
}

.m-r-105 {
  margin-right: 105px;
}

.p-r-105 {
  padding-right: 105px;
}

.m-t-110 {
  margin-top: 110px;
}

.p-t-110 {
  padding-top: 110px;
}

.m-b-110 {
  margin-bottom: 110px;
}

.p-b-110 {
  padding-bottom: 110px;
}

.m-l-110 {
  margin-left: 110px;
}

.p-l-110 {
  padding-left: 110px;
}

.m-r-110 {
  margin-right: 110px;
}

.p-r-110 {
  padding-right: 110px;
}

.m-t-115 {
  margin-top: 115px;
}

.p-t-115 {
  padding-top: 115px;
}

.m-b-115 {
  margin-bottom: 115px;
}

.p-b-115 {
  padding-bottom: 115px;
}

.m-l-115 {
  margin-left: 115px;
}

.p-l-115 {
  padding-left: 115px;
}

.m-r-115 {
  margin-right: 115px;
}

.p-r-115 {
  padding-right: 115px;
}

.m-t-120 {
  margin-top: 120px;
}

.p-t-120 {
  padding-top: 120px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.m-l-120 {
  margin-left: 120px;
}

.p-l-120 {
  padding-left: 120px;
}

.m-r-120 {
  margin-right: 120px;
}

.p-r-120 {
  padding-right: 120px;
}

.m-t-125 {
  margin-top: 125px;
}

.p-t-125 {
  padding-top: 125px;
}

.m-b-125 {
  margin-bottom: 125px;
}

.p-b-125 {
  padding-bottom: 125px;
}

.m-l-125 {
  margin-left: 125px;
}

.p-l-125 {
  padding-left: 125px;
}

.m-r-125 {
  margin-right: 125px;
}

.p-r-125 {
  padding-right: 125px;
}

.m-t-130 {
  margin-top: 130px;
}

.p-t-130 {
  padding-top: 130px;
}

.m-b-130 {
  margin-bottom: 130px;
}

.p-b-130 {
  padding-bottom: 130px;
}

.m-l-130 {
  margin-left: 130px;
}

.p-l-130 {
  padding-left: 130px;
}

.m-r-130 {
  margin-right: 130px;
}

.p-r-130 {
  padding-right: 130px;
}

.m-t-135 {
  margin-top: 135px;
}

.p-t-135 {
  padding-top: 135px;
}

.m-b-135 {
  margin-bottom: 135px;
}

.p-b-135 {
  padding-bottom: 135px;
}

.m-l-135 {
  margin-left: 135px;
}

.p-l-135 {
  padding-left: 135px;
}

.m-r-135 {
  margin-right: 135px;
}

.p-r-135 {
  padding-right: 135px;
}

.m-t-140 {
  margin-top: 140px;
}

.p-t-140 {
  padding-top: 140px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.p-b-140 {
  padding-bottom: 140px;
}

.m-l-140 {
  margin-left: 140px;
}

.p-l-140 {
  padding-left: 140px;
}

.m-r-140 {
  margin-right: 140px;
}

.p-r-140 {
  padding-right: 140px;
}

.m-t-145 {
  margin-top: 145px;
}

.p-t-145 {
  padding-top: 145px;
}

.m-b-145 {
  margin-bottom: 145px;
}

.p-b-145 {
  padding-bottom: 145px;
}

.m-l-145 {
  margin-left: 145px;
}

.p-l-145 {
  padding-left: 145px;
}

.m-r-145 {
  margin-right: 145px;
}

.p-r-145 {
  padding-right: 145px;
}

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

.p-t-150 {
  padding-top: 150px;
}

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

.p-b-150 {
  padding-bottom: 150px;
}

.m-l-150 {
  margin-left: 150px;
}

.p-l-150 {
  padding-left: 150px;
}

.m-r-150 {
  margin-right: 150px;
}

.p-r-150 {
  padding-right: 150px;
}

.m-t-155 {
  margin-top: 155px;
}

.p-t-155 {
  padding-top: 155px;
}

.m-b-155 {
  margin-bottom: 155px;
}

.p-b-155 {
  padding-bottom: 155px;
}

.m-l-155 {
  margin-left: 155px;
}

.p-l-155 {
  padding-left: 155px;
}

.m-r-155 {
  margin-right: 155px;
}

.p-r-155 {
  padding-right: 155px;
}

.m-t-160 {
  margin-top: 160px;
}

.p-t-160 {
  padding-top: 160px;
}

.m-b-160 {
  margin-bottom: 160px;
}

.p-b-160 {
  padding-bottom: 160px;
}

.m-l-160 {
  margin-left: 160px;
}

.p-l-160 {
  padding-left: 160px;
}

.m-r-160 {
  margin-right: 160px;
}

.p-r-160 {
  padding-right: 160px;
}

.m-t-165 {
  margin-top: 165px;
}

.p-t-165 {
  padding-top: 165px;
}

.m-b-165 {
  margin-bottom: 165px;
}

.p-b-165 {
  padding-bottom: 165px;
}

.m-l-165 {
  margin-left: 165px;
}

.p-l-165 {
  padding-left: 165px;
}

.m-r-165 {
  margin-right: 165px;
}

.p-r-165 {
  padding-right: 165px;
}

.m-t-170 {
  margin-top: 170px;
}

.p-t-170 {
  padding-top: 170px;
}

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

.p-b-170 {
  padding-bottom: 170px;
}

.m-l-170 {
  margin-left: 170px;
}

.p-l-170 {
  padding-left: 170px;
}

.m-r-170 {
  margin-right: 170px;
}

.p-r-170 {
  padding-right: 170px;
}

.m-t-175 {
  margin-top: 175px;
}

.p-t-175 {
  padding-top: 175px;
}

.m-b-175 {
  margin-bottom: 175px;
}

.p-b-175 {
  padding-bottom: 175px;
}

.m-l-175 {
  margin-left: 175px;
}

.p-l-175 {
  padding-left: 175px;
}

.m-r-175 {
  margin-right: 175px;
}

.p-r-175 {
  padding-right: 175px;
}

.m-t-180 {
  margin-top: 180px;
}

.p-t-180 {
  padding-top: 180px;
}

.m-b-180 {
  margin-bottom: 180px;
}

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

.m-l-180 {
  margin-left: 180px;
}

.p-l-180 {
  padding-left: 180px;
}

.m-r-180 {
  margin-right: 180px;
}

.p-r-180 {
  padding-right: 180px;
}

.m-t-185 {
  margin-top: 185px;
}

.p-t-185 {
  padding-top: 185px;
}

.m-b-185 {
  margin-bottom: 185px;
}

.p-b-185 {
  padding-bottom: 185px;
}

.m-l-185 {
  margin-left: 185px;
}

.p-l-185 {
  padding-left: 185px;
}

.m-r-185 {
  margin-right: 185px;
}

.p-r-185 {
  padding-right: 185px;
}

.m-t-190 {
  margin-top: 190px;
}

.p-t-190 {
  padding-top: 190px;
}

.m-b-190 {
  margin-bottom: 190px;
}

.p-b-190 {
  padding-bottom: 190px;
}

.m-l-190 {
  margin-left: 190px;
}

.p-l-190 {
  padding-left: 190px;
}

.m-r-190 {
  margin-right: 190px;
}

.p-r-190 {
  padding-right: 190px;
}

.m-t-195 {
  margin-top: 195px;
}

.p-t-195 {
  padding-top: 195px;
}

.m-b-195 {
  margin-bottom: 195px;
}

.p-b-195 {
  padding-bottom: 195px;
}

.m-l-195 {
  margin-left: 195px;
}

.p-l-195 {
  padding-left: 195px;
}

.m-r-195 {
  margin-right: 195px;
}

.p-r-195 {
  padding-right: 195px;
}

.m-t-200 {
  margin-top: 200px;
}

.p-t-200 {
  padding-top: 200px;
}

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

.p-b-200 {
  padding-bottom: 200px;
}

.m-l-200 {
  margin-left: 200px;
}

.p-l-200 {
  padding-left: 200px;
}

.m-r-200 {
  margin-right: 200px;
}

.p-r-200 {
  padding-right: 200px;
}

.b-50 {
  position: relative;
  bottom: 4vh;
}

.l-50 {
  position: relative;
  left: 4vh;
}

.r-50 {
  position: relative;
  right: 4vh;
}

.t-50 {
  position: relative;
  top: 4vh;
}

.b-100 {
  position: relative;
  bottom: 7vh;
}

.l-100 {
  position: relative;
  left: 7vh;
}

.r-100 {
  position: relative;
  right: 7vh;
}

.t-100 {
  position: relative;
  top: 7vh;
}

.b-150 {
  position: relative;
  bottom: 12vh;
}

.l-150 {
  position: relative;
  left: 12vh;
}

.r-150 {
  position: relative;
  right: 12vh;
}

.t-150 {
  position: relative;
  top: 12vh;
}

.b-200 {
  position: relative;
  bottom: 18vh;
}

.l-200 {
  position: relative;
  left: 18vh;
}

.r-200 {
  position: relative;
  right: 18vh;
}

.t-200 {
  position: relative;
  top: 18vh;
}

.p-l-5 {
  padding-left: 5px;
}

.font-preview {
  font-family: source-sans-pro, sans-serif !important;
}

.bg-white {
  background-color: #ffffff;
}

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

.bg-brown {
  background-color: #bea47b;
}

.bg-orange {
  background-color: #f7941e;
}

.bg-green {
  background-color: #259B24;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.bg-mid-gray {
  background-color: #8C9093;
}

.bg-dark-gray {
  background-color: #4B4E53;
}

.bg-light-blue {
  background-color: #5EB9FF;
}

.bg-coria-orange {
  background-color: #eb6724;
}

.bg-coria-blue {
  background-color: #25408f;
}

.bg-transparent-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-transparent-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-transparent-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.hover-orange:hover {
  background-color: #f7941e;
}

.hover-green:hover {
  background-color: #259B24;
}

.hover-light-blue:hover {
  background-color: #5EB9FF;
}

.gray-1 {
  color: #f7f7f7;
}

.gray-1 > a {
  color: #f7f7f7;
}

.gray-1 > i {
  color: #f7f7f7;
}

.gray-1 > h1, .gray-1 h2, .gray-1 h4, .gray-1 h5, .gray-1 h6 {
  color: #f7f7f7;
}

.gray-1 > li a {
  color: #f7f7f7;
}

.gray-2 {
  color: #9BA3A9;
}

.gray-2 > a {
  color: #9BA3A9;
}

.gray-2 > i {
  color: #9BA3A9;
}

.gray-2 > h1, .gray-2 h2, .gray-2 h4, .gray-2 h5, .gray-2 h6 {
  color: #9BA3A9;
}

.gray-2 > li a {
  color: #9BA3A9;
}

.gray-3 {
  color: #97999C;
}

.gray-3 > a {
  color: #97999C;
}

.gray-3 > i {
  color: #97999C;
}

.gray-3 > h1, .gray-3 h2, .gray-3 h4, .gray-3 h5, .gray-3 h6 {
  color: #97999C;
}

.gray-3 > li a {
  color: #97999C;
}

.gray-4 {
  color: #8C9093;
}

.gray-4 > a {
  color: #8C9093;
}

.gray-4 > i {
  color: #8C9093;
}

.gray-4 > h1, .gray-4 h2, .gray-4 h4, .gray-4 h5, .gray-4 h6 {
  color: #8C9093;
}

.gray-4 > li a {
  color: #8C9093;
}

.gray-5 {
  color: #535961;
}

.gray-5 > a {
  color: #535961;
}

.gray-5 > i {
  color: #535961;
}

.gray-5 > h1, .gray-5 h2, .gray-5 h4, .gray-5 h5, .gray-5 h6 {
  color: #535961;
}

.gray-5 > li a {
  color: #535961;
}

.gray-6 {
  color: #555555;
}

.gray-6 > a {
  color: #555555;
}

.gray-6 > i {
  color: #555555;
}

.gray-6 > h1, .gray-6 h2, .gray-6 h4, .gray-6 h5, .gray-6 h6 {
  color: #555555;
}

.gray-6 > li a {
  color: #555555;
}

.gray-7 {
  color: #333333;
}

.gray-7 > a {
  color: #333333;
}

.gray-7 > i {
  color: #333333;
}

.gray-7 > h1, .gray-7 h2, .gray-7 h4, .gray-7 h5, .gray-7 h6 {
  color: #333333;
}

.gray-7 > li a {
  color: #333333;
}

.gray-8 {
  color: #4B4E53;
}

.gray-8 > a {
  color: #4B4E53;
}

.gray-8 > i {
  color: #4B4E53;
}

.gray-8 > h1, .gray-8 h2, .gray-8 h4, .gray-8 h5, .gray-8 h6 {
  color: #4B4E53;
}

.gray-8 > li a {
  color: #4B4E53;
}

.gray-9 {
  color: #111111;
}

.gray-9 > a {
  color: #111111;
}

.gray-9 > i {
  color: #111111;
}

.gray-9 > h1, .gray-9 h2, .gray-9 h4, .gray-9 h5, .gray-9 h6 {
  color: #111111;
}

.gray-9 > li a {
  color: #111111;
}

.gray-10 {
  color: #eeeeee;
}

.gray-10 > a {
  color: #eeeeee;
}

.gray-10 > i {
  color: #eeeeee;
}

.gray-10 > h1, .gray-10 h2, .gray-10 h4, .gray-10 h5, .gray-10 h6 {
  color: #eeeeee;
}

.gray-10 > li a {
  color: #eeeeee;
}

.gray-11 {
  color: #cccccc;
}

.gray-11 > a {
  color: #cccccc;
}

.gray-11 > i {
  color: #cccccc;
}

.gray-11 > h1, .gray-11 h2, .gray-11 h4, .gray-11 h5, .gray-11 h6 {
  color: #cccccc;
}

.gray-11 > li a {
  color: #cccccc;
}

.blue {
  color: #5EB9FF;
}

.blue > a {
  color: #5EB9FF;
}

.blue > i {
  color: #5EB9FF;
}

.blue > h1, .blue h2, .blue h4, .blue h5, .blue h6 {
  color: #5EB9FF;
}

.blue > li a {
  color: #5EB9FF;
}

.green {
  color: #259B24;
}

.green > a {
  color: #259B24;
}

.green > i {
  color: #259B24;
}

.green > h1, .green h2, .green h4, .green h5, .green h6 {
  color: #259B24;
}

.green > li a {
  color: #259B24;
}

.orange {
  color: #f7941e;
}

.orange > a {
  color: #f7941e;
}

.orange > i {
  color: #f7941e;
}

.orange > h1, .orange h2, .orange h4, .orange h5, .orange h6 {
  color: #f7941e;
}

.orange > li a {
  color: #f7941e;
}

.black {
  color: #000000;
}

.black > a {
  color: #000000;
}

.black > i {
  color: #000000;
}

.black > h1, .black h2, .black h4, .black h5, .black h6 {
  color: #000000;
}

.black > li a {
  color: #000000;
}

.white {
  color: #ffffff;
}

.white > a {
  color: #ffffff;
}

.white > i {
  color: #ffffff;
}

.white > h1, .white h2, .white h4, .white h5, .white h6 {
  color: #ffffff;
}

.white > li a {
  color: #ffffff;
}

/*CoriaDemo container helpers START*/
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1600px;
  }
}

/*CoriaDemo container helpers END*/
/* #HERO BANNER */
.hero {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .text {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 80%;
  color: #ffffff;
}

.hero .text h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  margin: 15px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: 'Frutiger LT W01_77 Black Cond', 'Lato', sans-serif !important;
  text-shadow: 1px 1px 1px #000000;
}

.hero .text h2 {
  font-size: 18px;
  font-weight: 900;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'Frutiger LT W01_77 Black Cond', 'Lato', sans-serif !important;
  text-shadow: 1px 1px 1px #000000;
}

@media only screen and (max-width: 860px) {
  .hero .text {
    top: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .hero .text h1 {
    font-size: 34px;
  }
  .hero .text h2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .hero img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
  }
  .hero .text {
    top: 15%;
  }
}

.bannerImage {
  width: 100%;
}

.content-parent {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.bannerVideoContainer {
  position: relative;
  overflow: hidden;
}

.bannerContent {
  /*width: 100%;*/
  align-self: flex-start;
}

.bannerImageContainer {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
}

.bannerParallax {
  background-attachment: fixed;
}

header#site-header {
  background-color: #303236;
  max-width: 100%;
}

header#site-header .logo {
  display: inline-block;
  padding: 8px;
}

header#site-header .logo a {
  display: inline-block;
  padding: 0px 8px;
}

header#site-header nav.site-nav {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

header#site-header .mega-menu a {
  display: block;
}

.header-item button, button.navbar-toggler, .account-menu a, .secondary-menu button {
  background: none;
  border: none;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.header-item button:hover, button.navbar-toggler:hover, .account-menu a:hover, .secondary-menu button:hover {
  color: #f7941e;
}

.nav-item {
  display: block;
  position: initial;
}

.nav-item:hover, .nav-item:focus {
  background-color: #f7941e;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.nav-item:hover:hover .dropdown-menu-columns,
.nav-item:hover:focus .dropdown-menu-columns, .nav-item:focus:hover .dropdown-menu-columns,
.nav-item:focus:focus .dropdown-menu-columns {
  display: block;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.nav-item:hover .level-1-link, .nav-item:focus .level-1-link {
  color: #000000;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.nav-item:hover .level-1-link:hover, .nav-item:focus .level-1-link:hover {
  text-decoration: none;
}

.level-1-link {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.level-2-link {
  color: #000000;
  font-weight: 500;
}

.level-2-link:hover {
  color: #f7941e;
}

.level-3-link {
  font-weight: 400;
  color: #000000;
}

/* structure */
.menu-wrapper.collapse {
  display: block;
}

.branding {
  display: inline-block;
}

.branding a {
  display: inline-block;
  padding: 16px 0px;
}

.navbar {
  margin: 0px;
  padding: 0px;
  background-color: #303236;
}

.menu-wrapper ul, .menu-wrapper li {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.sub-menu {
  display: none;
  text-align: center;
}

.sub-menu-open {
  display: block;
}

.secondary-menu {
  font-size: 12px;
}

.secondary-menu li {
  padding: 8px;
  text-align: center;
}

.text-link {
  padding: 8px;
}

.go-back {
  display: none;
}

@media only screen and (max-width: 992px) {
  .go-back {
    display: inline-block;
  }
  .menu-wrapper.collapse {
    display: none;
  }
  .menu-wrapper.collapse.show {
    display: block;
  }
  .menu-wrapper .level-1 {
    margin-bottom: 10px;
  }
  .menu-wrapper a {
    display: block;
    padding: 10px;
    text-align: center;
  }
  .secondary-menu-wrapper .secondary-menu {
    display: block;
  }
  .level-2-link {
    background-color: #ffffff;
  }
  .level-2-link:hover {
    color: #f7941e;
  }
}

.mini-menu a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .navbar-toggler, .go-back {
    display: none;
  }
  .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    vertical-align: bottom;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  nav a {
    display: block;
  }
  nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  nav ul li {
    display: inline-block;
    padding: 0px 10px;
  }
  .ndpl-nav__item {
    display: block;
  }
  .branding {
    position: absolute;
    top: 0;
    left: 25px;
  }
  .menu-wrapper {
    height: 115px;
    width: 100%;
  }
  .primary-menu {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 75%;
  }
  .secondary-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .search-and-language {
    padding: 10px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .language-switcher {
    display: inline-block;
  }
  .global-search {
    display: inline-block;
  }
  .level-1 {
    position: relative;
    display: inline-block;
  }
  .level-1.nav-item > a {
    padding: 16px 0px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
    display: none;
    min-width: 250px;
    z-index: 2;
    text-align: left;
  }
  .sub-menu a {
    padding: 16px;
  }
  .level-1:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: flex;
    background-color: #f7f7f7;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out .2s,visibility .2s linear .1s,z-index 0s linear .01s;
    transition: all .2s ease-in-out .2s,visibility .2s linear .1s,z-index 0s linear .01s;
  }
  .primary-menu ul li:last-child .sub-menu,
  .primary-menu ul li:nth-child(4) .sub-menu,
  .primary-menu ul li:nth-child(5) .sub-menu,
  .primary-menu ul li:nth-child(6) .sub-menu {
    left: auto;
    right: 0px;
  }
  .sub-menu-column {
    vertical-align: top;
    -webkit-box-flex: 1;
            flex: 1;
    width: 250px;
  }
  .sub-menu-column li, .sub-menu-column li a {
    width: 100%;
    display: block;
  }
}

/*  #TYPOGRAPHY
===============================================================*/
body {
  font-family: 'Source Sans Pro', sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding-top: 2rem;
  line-height: 1.5;
}

.bg-dark {
  color: #FFF;
}

.text-white .text-bg {
  background: rgba(0, 0, 0, 0.75);
  padding: 0px 7px;
}

.hr {
  border-top: 1px solid #E1E4E6;
  margin: 22px 0 22px 0;
}

.label {
  font-weight: normal;
}

/***** #ICONS LIST *****/
.icon-list {
  padding-left: 0;
  margin-left: 24px;
  list-style-type: none;
  font-family: 'source-sans-pro', sans-serif !important;
}

.icon-list li {
  position: relative;
}

.icon-list > li [class*=" fa-"] {
  position: absolute;
  left: -21px;
  text-align: center;
  width: 14px;
}

/***** #ICONS LIST ELEGANT ICONS *****/
.icon-list.elegant-font {
  margin-left: 0;
  margin-bottom: 0;
}

.icon-li {
  margin-right: 10px;
}

.glyphs.css-mapping {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}

.glyphs.css-mapping li {
  margin: 0 30px 20px 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}

.glyphs.css-mapping .icon {
  margin: 0;
  margin-right: 10px;
  padding: 13px;
  height: 50px;
  width: 50px;
  color: #162a36 !important;
  overflow: hidden;
  float: left;
  font-size: 24px;
}

.glyphs.css-mapping input {
  margin: 0;
  margin-top: 5px;
  padding: 8px;
  line-height: 16px;
  font-size: 16px;
  display: block;
  width: 150px;
  height: 40px;
  border: 1px solid #d8e0e5;
  border-radius: 5px;
  background: #ffffff;
  float: right;
}

/***** #CODE *****/
.pre {
  border-radius: 0;
}

/***** #MODAL TITLES *****/
.modal-header h3 {
  color: #333333;
  text-transform: none;
}

/*BLOCKQUOTES*/
.blockquote-border {
  margin: 0px;
  font-style: italic;
  padding-bottom: 1em;
  padding-top: 1em;
  border-left: 8px solid #535961;
  position: relative;
}

.blockquote-border::before {
  font-family: Arial;
  content: "\201C";
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: 0.5em;
}

.blockquote-border::after {
  content: '';
}

.blockquote-border span {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.blockquote-simple {
  margin: 0px;
  padding-bottom: 1em;
  padding-top: 1em;
  border: none;
  position: relative;
}

.blockquote-simple::before {
  font-family: Georgia, serif;
  content: "\201C";
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: 0.5em;
}

.blockquote-simple::after {
  content: '';
}

.blockquote-simple span {
  display: block;
  /*color: #333333;*/
  font-style: italic;
  font-size: 0.8em;
  margin-top: 0.5em;
}

.blockquote-rating {
  margin: 0px;
  border: none;
  position: relative;
}

.blockquote-rating::before {
  /*font-family: Georgia, serif;
    content: "\201C";

    font-size: 4em;
    position: absolute;
    left: 10px;
    top: 0.5em;*/
}

.blockquote-rating::after {
  content: '';
}

.blockquote-rating span {
  display: block;
  font-size: 0.8em;
  margin-top: 1.5em;
}

/*FONT COLORS*/
.text-dark {
  color: #4B4E53;
}

.text-gray1 {
  color: #8C9093;
}

.text-form {
  color: #555555;
}

.text-article {
  color: #333333;
}

.text-black {
  color: #000000;
}

.text-link {
  color: #4B4E53;
}

.text-link-hover {
  color: #97999C;
}

.text-footer-link {
  color: #8C9093;
}

.text-light-blue {
  color: #5EB9FF;
}

.text-orange {
  color: #f7941e;
}

.text-teal {
  color: #00FFE9;
}

.text-blue {
  color: #5EB9FF;
}

.text-pink {
  color: #FF00A2;
}

.text-purple {
  color: #A400FF;
}

.text-yellow {
  color: #CFEA36;
}

.text-green {
  color: #259B24;
}

.text-white {
  color: #ffffff;
}

.text-brown {
  color: #bea47b;
}

.content-tile {
  height: 100%;
  text-align: left;
}

.content-tile-link {
  display: block;
}

.content-tile-text {
  margin-bottom: 20px;
}

.content-tile-text ul li {
  list-style-type: bullet;
}

.content-tile-icon {
  position: absolute;
  left: 0px;
  padding-top: .3rem;
}

.content-tile-icon-left .content-tile-content {
  padding-left: 58px;
  padding-right: 15px;
}

.content-tile-icon-left .content-tile-icon {
  position: absolute;
  left: .5rem;
}

.content-tile-icon-center .content-tile-content {
  padding-left: 15px;
  padding-right: 15px;
}

.content-tile-icon-center .content-tile-icon {
  position: relative;
}

.content-tile-icon-right .content-tile-content {
  padding-left: 15px;
  padding-right: 58px;
}

.content-tile-icon-right .content-tile-icon {
  right: 0;
}

.content-tile-img {
  width: 100%;
}

.content-tile-video {
  width: 100%;
}

.content-tile-tight .content-tile-img, .content-tile-tight .content-tile-video {
  display: none;
}

.content-tile-tight button {
  display: none;
}

.content-tile-no-media .content-tile-img, .content-tile-no-media .content-tile-video {
  display: none;
}

.rightBorderContentTile {
  border-right: 1px solid lightgray;
}

.leftBorderContentTile {
  border-left: 1px solid lightgray;
}

.topBorderContentTile {
  border-top: 1px solid lightgray;
}

.bottomBorderContentTile {
  border-bottom: 1px solid lightgray;
}

.content-tile-icon {
  position: absolute;
  left: 13px;
}

.content-tile-content {
  position: relative;
}

.content-tile-img {
  width: 100%;
}

.content-tile-video {
  width: 100%;
}

/* IMAGE FILTERS
=====================================================*/
.img-blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.img-brightness {
  -webkit-filter: brightness(250%);
  filter: brightness(250%);
}

.img-contrast {
  -webkit-filter: contrast(180%);
  filter: contrast(180%);
}

.img-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-huerotate {
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.img-invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.img-opacity {
  -webkit-filter: opacity(50%);
  filter: opacity(50%);
}

.img-saturate {
  -webkit-filter: saturate(7);
  filter: saturate(7);
}

.img-sepia {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.feat-article-info {
  margin: 0;
  padding: 22px 25px 24px 25px;
  font-size: 14px;
  line-height: 36px;
  background-color: #ffffff;
  min-height: 205px;
}

.feat-article a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 20vw;
  min-height: 250px;
}

.feat-article-img {
  margin-bottom: 25px;
}

.feat-article-img img {
  width: 100%;
}

.feat-article-heading h3, .file-download-tile .heading h3 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.333em;
  font-weight: 600;
}

.feat-article-img a:hover {
  opacity: .6;
}

.feat-article-img .lightbox-item a:hover {
  opacity: 1;
}

.feat-article-info {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feat-article-info,
.feat-article-info a {
  color: #97999C;
}

.feat-article-heading a, .file-download-tile .heading a {
  color: #4B4E53;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.feat-article-info a:hover {
  color: #101010;
}

.feat-article-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #8C9093;
}

.card-info {
  margin: 0;
  padding: 22px 25px 24px 25px;
  font-size: 14px;
  line-height: 36px;
  background-color: #ffffff;
  min-height: 205px;
}

.card a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 20vw;
  min-height: 250px;
}

.post-prev-img {
  margin-bottom: 25px;
}

.post-prev-img img {
  width: 100%;
}

.post-prev-title h3 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.333em;
  font-weight: 600;
}

.post-prev-img a:hover {
  opacity: .6;
}

.post-prev-img .lightbox-item a:hover {
  opacity: 1;
}

.post-prev-info {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-prev-info,
.post-prev-info a {
  color: #97999C;
}

.post-prev-title a {
  color: #4B4E53;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.post-prev-info a:hover {
  color: #101010;
}

.post-prev-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #8C9093;
}

.post-prev-count {
  margin-left: 12px;
  color: #8C9093;
}

.card-tile-sm {
  border-radius: 5px;
  text-align: center;
}

.card-tile-sm .card-title {
  color: black;
  font-weight: bold;
  margin: 0px;
  font-size: 3.5em;
  line-height: initial;
  margin-bottom: 5px;
}

.card-tile-sm .card-subtitle {
  color: gray;
  line-height: initial;
  font-size: initial;
  font-weight: bold;
}

.card-tile-sm .card-text {
  line-height: initial;
  color: darkgray;
}

.card-icon-article {
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 2px 1px rgba(214, 214, 214, 0.27);
}

.card-icon-article .card-info {
  position: relative;
  padding-top: 25px;
}

.card-icon-article .card-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.card-icon-article .card-subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.card-icon-article .card-text {
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}

.card-icon-article .card-circle-icon {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: -25px;
  background: orangered;
  color: white;
}

.card-icon-article .card-circle-icon i {
  margin-top: 10px;
  vertical-align: middle;
}

.card-icon-article .card-article-details {
  font-weight: bold;
  padding: 15px;
  border-top: 1px solid #e1e4e6;
}

.card-contact {
  overflow: visible;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 1px rgba(214, 214, 214, 0.27);
  margin-top: 80px;
  height: calc(100% - 90px);
}

.card-contact .card-info {
  position: relative;
  padding-top: 70px;
  border-radius: 5px;
  height: 100%;
}

.card-contact .card-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.card-contact .card-subtitle {
  font-weight: bold;
  margin-bottom: 10px;
  color: gray;
}

.card-contact .card-text {
  line-height: 24px;
  font-size: 16px;
  color: gray;
}

.card-contact .card-image {
  z-index: 2;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  position: absolute;
  left: calc(50% - 80px);
  top: -80px;
  box-shadow: 0px 6px 42px -2px #adadad;
}

.card-contact .follow-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: white;
  box-shadow: 0px 0px 12px 2px rgba(201, 201, 201, 0.63);
}

.card-contact .follow-icon i {
  margin-top: 14px;
  vertical-align: middle;
}

.card-contact .card-article-details {
  font-weight: bold;
  padding: 15px;
  padding-bottom: 20px;
}

.card-article-img {
  text-align: center;
  border: none;
  border-radius: 5px;
  color: white;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: center;
  height: calc(100% - 10px);
}

.card-article-img .card-info {
  background: none;
}

.card-article-img .card-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0px;
}

.card-article-img .card-subtitle {
  font-weight: bold;
  margin-bottom: 10px;
  margin: 0px;
}

.card-article-img .card-text {
  margin-top: 20px;
  line-height: 24px;
  font-size: 16px;
}

.card-article-img .card-button {
  background: orangered;
  border-radius: 100px;
  color: white;
  padding: 10px;
  padding-left: 17px;
  padding-right: 17px;
  margin: 20px;
  font-size: 0.8em;
}

.card-article-img .card-button a {
  color: white;
  text-decoration: none;
}

.card-article-img .card-button i {
  margin-right: 5px;
}

.card-simple-icon {
  border: none;
  color: white;
}

.card-simple-icon .card-info {
  background-color: transparent;
}

.card-simple-icon .card-text {
  line-height: initial;
}

.card-simple-icon i {
  margin-left: 25px;
  margin-top: 20px;
}

.article {
  /*background-color: white;*/
  /*border-radius: 10px;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px;
}

.article-topic-tag {
  display: inline-block;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  background-color: #9ba3a9;
  font-size: 12px;
  text-transform: uppercase;
}

.article-breadcrumb {
  /*position:relative;*/
}

.article-heading {
  font-size: 2.5em;
  margin-top: 10px;
}

.article-subheading {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.article-author-details {
  color: gray;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.article-video {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-image {
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.article-text p {
  padding: 0px;
}

.article-social {
  position: relative;
}

.article-bio-tile {
  background-color: #f7f7f7;
  padding: 30px;
  padding-left: 30px;
  padding-right: 10px;
  border-top: 1px solid #e1e4e6;
  display: -webkit-box;
  display: flex;
}

.article-bio-img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: inline-block;
  border: 4px solid #ccc;
}

.article-bio-info {
  display: inline-block;
  padding-left: 20px;
  align-self: center;
}

.article-bio-author {
  font-weight: bold;
  color: #555;
}

.article-bio-title {
  margin-top: 10px;
  color: gray;
  font-size: 18px;
}

.file-download-tile {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.file-download-tile img {
  display: inline-block;
  margin-left: 20px;
}

.file-download-tile button {
  display: inline-block;
}

.file-download-tile .heading {
  margin-left: 1rem !important;
  display: inline-block;
  -webkit-box-flex: 1;
          flex: 1;
}

/* DEFAULT STYLE*/
.breadcrumb-default ul {
  padding: 0px;
  margin: 0px;
  height: 40px;
}

.breadcrumb-default ul li {
  display: inline;
}

.breadcrumb-default ul li a {
  display: block;
  float: left;
  height: 40px;
  background: #f7f7f7;
  text-align: center;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  margin: 0 10px 0 0;
  line-height: 27px;
  text-decoration: none;
  color: inherit;
}

.breadcrumb-default ul li a:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #F3F5FA;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.breadcrumb-default ul li a:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

/*.breadcrumb-custom ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}*/
.breadcrumb-default ul li:first-child a:before {
  display: none;
}

.breadcrumb-default ul li:last-child a {
  padding-right: 40px;
  /*border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
}

.breadcrumb-default ul li:last-child a:after {
  display: none;
}

.breadcrumb-default ul li a:hover {
  background-color: #303236;
  color: white !important;
}

.breadcrumb-default ul li a:hover:after {
  border-left-color: #303236;
  color: white !important;
}

/*STYLE WITH STEPS*/
.step {
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: relative;
  background-color: lightgray;
  line-height: 20px;
  border: 1px solid lightgray;
  font-weight: bold;
  margin-right: 5px;
}

.breadcrumb-default ul li a:hover .step {
  background-color: #303236;
  border-color: white;
}

/*DEFAULT STYLE HOVER COLORS*/
.breadcrumb-hover-orange ul li a:hover {
  background-color: #f7941e;
  color: white !important;
}

.breadcrumb-hover-orange ul li a:hover .step {
  background-color: #f7941e;
  border-color: white;
}

.breadcrumb-hover-orange ul li a:hover:after {
  border-left-color: #f7941e;
  color: white !important;
}

.breadcrumb-hover-dark ul li a:hover {
  background-color: #111111;
  color: white !important;
}

.breadcrumb-hover-dark ul li a:hover .step {
  background-color: #111111;
  border-color: white;
}

.breadcrumb-hover-dark ul li a:hover:after {
  border-left-color: #111111;
  color: white !important;
}

.breadcrumb-hover-gray ul li a:hover {
  background-color: #8C9093;
  color: white !important;
}

.breadcrumb-hover-gray ul li a:hover .step {
  background-color: #8C9093;
  border-color: white;
}

.breadcrumb-hover-gray ul li a:hover:after {
  border-left-color: #8C9093;
  color: white !important;
}

/*SIMPLE STYLE*/
.breadcrumb-simple {
  background-color: #f7f7f7;
}

.breadcrumb-simple ul {
  padding: 0px;
  margin: 0px;
  height: 40px;
}

.breadcrumb-simple ul li {
  display: inline;
}

.breadcrumb-simple ul li a {
  display: block;
  float: left;
  height: 40px;
  text-align: center;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  margin: 0px;
  line-height: 27px;
  text-decoration: none;
  color: inherit;
}

.breadcrumb-simple ul li a:after {
  content: "/";
  position: absolute;
  right: -20px;
  top: 4px;
  z-index: 1;
  pointer-events: none;
}

.breadcrumb-simple ul li:last-child a:after {
  display: none;
}

.breadcrumb-simple ul li a:hover {
  color: #8C9093;
  text-decoration: underline;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.breadcrumb-steps {
  padding-top: 60px;
  padding-bottom: 35px;
}

.breadcrumb-steps ul {
  padding: 0px;
  margin: 0px;
}

.breadcrumb-steps ul li {
  display: inline;
}

.breadcrumb-steps ul li a {
  display: block;
  float: left;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: inherit;
  max-width: 120px;
  width: 120px;
}

.breadcrumb-steps ul li a:after {
  content: "";
  height: 10px;
  width: 100px;
  background-color: #cccccc;
  position: absolute;
  right: -55px;
  top: -30px;
  z-index: 1;
}

.breadcrumb-steps ul li a i {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  background-color: #eeeeee;
  position: absolute;
  z-index: 2;
  left: 35px;
  top: -50px;
  line-height: 42px;
  font-size: 30px;
}

.breadcrumb-steps ul li:last-child a:after {
  display: none;
}

.side-nav {
  padding-left: 0;
  max-width: 392px;
  border: none;
}

.side-nav li {
  list-style-type: none;
}

.side-nav > li {
  background-color: #f7f7f7;
  color: #535961;
  font-weight: 700;
  cursor: pointer;
}

.side-nav > li > .item-title {
  border-bottom: 4px solid #ffffff;
  line-height: 3;
  padding-left: 24px;
}

.side-nav > li > .item-content > .side-nav > li > .item-title {
  border-bottom: 1px solid #eeeeee;
  line-height: 3;
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
}

.side-nav > li > .item-content > .side-nav > li > .item-content > .side-nav > li > .item-title {
  border-bottom: none;
  line-height: 2;
  font-weight: 400;
  padding-left: 32px;
}

.rotate-caret {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.item-title:not(.collapsed) .rotate-caret {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.dark-theme > li {
  background-color: #4B4E53;
  color: #f7f7f7;
}

.dark-theme > li > .item-title {
  border-bottom: 4px solid #9BA3A9;
}

.dark-theme > li > .item-content > .side-nav > li > .item-title {
  border-bottom: 1px solid #9BA3A9;
  background-color: #535961;
  color: #f7f7f7;
}

.dark-theme > li > .item-content > .side-nav > li > .item-content > .side-nav > li > .item-title {
  background-color: #555555;
  color: #f7f7f7;
}

.side-nav-link {
  color: #f7941e;
}

.FAQaccordion {
  max-width: 960px;
  margin: 0 auto;
}

.question {
  border-top: 1px solid #9BA3A9;
}

.question:last-child {
  border-bottom: 1px solid #9BA3A9;
}

.question-title {
  margin-bottom: 0px;
  padding: 16px 8px;
}

.question-link {
  font-size: 20px;
  text-decoration: none;
  color: grey;
}

.question-link:hover {
  text-decoration: none;
  color: #111111;
}

.question-body {
  padding: 0px 12px 24px 12px;
  font-size: 14px;
}

.locator form {
  margin: 10px;
}

.locator input, .locator select {
  border-radius: 2px;
}

.locator .form-control:focus {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.locatorPager {
  display: none;
}

/* To be modified to match style guide */
.locatorDiv {
  width: 100%;
}

.locatorDiv #locatorMap {
  width: 100% !important;
}

/* */
.map {
  background: #222;
  height: 350px;
  border: 5px solid #f5f5f5;
  color: #FFF;
  padding: 20px;
}

.map.text-muted:hover {
  color: #FFF !important;
}

.card-columns {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.card-img-top {
  display: none;
}

input.address.search {
  width: 415px;
}

.tile-component {
  background-color: #ffffff;
  width: 250px;
  padding: 0px 16px 16px 16px;
  border-radius: 8px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.content-wrapper {
  max-width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.item-image {
  max-width: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.image-container {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  top: -20px;
}

.category {
  margin-top: 0;
  text-align: center;
  color: #4B4E53;
  font-size: 14px;
}

.product-name {
  text-align: center;
  font-size: 24px;
}

.product-description {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.product-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

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

.icon-link {
  color: #f7941e;
}

.validation-summary-errors ul {
  padding: 0px;
}

.validation-summary-errors {
  display: none;
}

.field-validation-error {
  /*display:none;*/
  display: block;
  color: #dc3545;
  /*&:after {
        content:"";
        white-space: pre;
    }*/
}

.newsletter-form-container {
  padding-top: 20px;
}

.newsletter-form-container .newsletter-input {
  width: 55%;
  margin: 0 0 40px;
  border: 0;
  font-size: 14px;
  height: 39px;
  line-height: 28px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 5px 0 0 5px;
  padding-left: 20px;
  float: left;
  color: #000;
}

.newsletter-form-container .newsletter-label,
.newsletter-form-container .validation-summary-errors {
  display: none;
}

.newsletter-form-container .field-validation-error {
  position: absolute;
  top: 60px;
  left: 35px;
  color: #f7941e;
}

@media only screen and (max-width: 767px) {
  .newsletter-form-container {
    padding-bottom: 20px;
  }
  .newsletter-form-container .newsletter-input {
    width: 100% !important;
    border-radius: 5px !important;
  }
}

.footer-form-container .footer-title {
  color: #f7f7f7;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-form-container .footer-input {
  display: block;
  margin: 0 0 40px;
  border: 0;
  font-size: 14px;
  height: 39px;
  line-height: 28px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding-left: 20px;
  float: left;
  color: #000;
}

.footer-form-container .footer-label {
  display: none;
}

.footer-form-container .footer-text-area {
  margin: 0 0 40px;
  border: 0;
  font-size: 14px;
  line-height: 28px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding-left: 20px;
  float: left;
  color: #000;
}

.download-form-container .download-input {
  border: 0;
  font-size: 14px;
  height: 39px;
  line-height: 28px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding-left: 20px;
  color: #000;
}

.download-form-container .validation-summary-errors {
  display: none;
}

.download-form-container .field-validation-error {
  color: #f7941e;
}

.full-width-form .full-width-input {
  border: 0;
  font-size: 14px;
  height: 39px;
  line-height: 28px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding-left: 20px;
  color: #000;
  margin-bottom: 20px;
}

.full-width-form .full-width-text-area {
  margin: 0 0 40px;
  border: 0;
  font-size: 14px;
  line-height: 28px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding-left: 20px;
  float: left;
  color: #000;
}

.modal button {
  color: #000000;
}

.article-index .article-body {
  overflow: hidden;
  max-height: 400px;
}

.article-index .article-body .background {
  position: relative;
  background-size: cover;
  background-position: 50%,50%;
  height: 400px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.article-index .article-body .background:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.article-index .article-body .content {
  position: absolute;
  vertical-align: bottom;
  bottom: 0;
  /*z-index: 110;*/
  width: 100%;
  padding: 0 0 20px 30px;
  background-color: rgba(0, 0, 0, 0.65);
  margin-left: -15px;
  padding-top: 20px;
}

.article-index .article-body a:hover {
  text-decoration: none;
}

.article-index .article-body h6, .article-index .article-body h3, .article-index .article-body text {
  color: white;
}

.article-index .article-body h3 {
  padding-left: 0px;
}

.strip-component {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.stripParallax {
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stripVideoContainer {
  position: relative;
  overflow: hidden;
}

video.stripWidth {
  left: 50%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rich-text {
  font-size: 15px;
  padding: 20px 0;
}

.rich-text ul {
  list-style: none;
  padding-left: 0;
}

.rich-text a {
  line-height: 1.5;
  font-family: Source Sans Pro,sans-serif;
  color: #fbb040;
}

.rich-text a:hover {
  text-decoration: underline;
}

.show-more-text {
  overflow: hidden;
}

.show-more-link {
  display: none;
  cursor: pointer;
}

.show-less-link {
  display: none;
  cursor: pointer;
}
