

:root {
  /* Colors */

  --primaryColor: #003BA0;
  /* main blue */
  --accentColor: #0188cc;
  /* active blue */
  --baseColor: #808080;
  /* grey */
  --textColor: #212529;
  /* almost black */
  --textMuted: #6C757D;
  /* grey muted color */
  --backgroundMuted: #6C757D;
  /* grey muted color */
  --linkColor: #004b8d;
  /* light blue */
  --linkHover: #cccccc;
  --navLinksMobile: #ffffff;
  --navLinks: #212529;
  --greyBorders: #a9a9a9;

  /* Social Media Icons */
  --socialHeader: #ffffff;
  --socialHeaderBlack: #000000;
  /* change color to hide period on social icons */
  --socialIcons: #6c757d;
  /* icon color */
  --socialIconsWhite: #ffffff;
  /* icon color */

  /* Caret Icon */
  --caretPeriod: #ffffff;
  /* change color to hide period set for no text */
  --caretPeriodBlack: #000000;
  --caretRight: #000000;
  /* icon color */



  /* Migrated from Refactor Build */
  /* Font Family Default */ /* old 'Helvetica Neue', 'Segoe UI', sans-serif-regular, Helvetica, Arial; */
  --font-family-default: "Helvetica Now Display", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  --font-family-default-itallic: "Helvetica Now Display Itallic", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  --font-family-default-bold-itallic: "Helvetica Now Display Bold Itallic",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family-default-extra-bold-itallic: "Helvetica Now Display XBold Itallic",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family-default-extra-light-itallic: "Helvetica Now Display XLight Itallic",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family-default-extra-light: "Helvetica Now Display XLight", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  --font-family-default-extra-black: "Helvetica Now Display XBlack", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  --font-family-default-extra-black-itallic: "Helvetica Now Display XBlack Itallic",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family-default-medium: "Helvetica Now Display Medium", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  --font-family-default-medium-itallic: "Helvetica Now Display Medium Itallic",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family-default-light-itallic: "Helvetica Now Display Light Itallic",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family-default-black: "Helvetica Now Display Black", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  --font-family-default-black-itallic: "Helvetica Now Display Black Itallic",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family-default-hairline: "Helvetica Now Display Hairline", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  --font-family-default-hairline-itallic: "Helvetica Now Display Hairline Itallic",
    Helvetica, Arial, "Lucida Grande", sans-serif;

}

#govky-tag {
  height: 53px;
  display: flex;
  padding-right: 160px;
  align-items: center;

}

.main-theme h1,
.main-theme h2,
.main-theme h3,
.main-theme h4,
.main-theme h5,
.main-theme h6,
.main-theme .h1,
.main-theme .h2,
.main-theme .h3,
.main-theme .h4,
.main-theme .h5,
.main-theme .h6 {
  font-family: var(--font-family-default-medium);
  letter-spacing: var(--letterSpacing);
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--font-family-default);
  -webkit-font-smoothing: auto;
}


#govky-tag img {
  max-height: 20px;
}

/* #govky-tag img {
  right: 30px;
} */



/* Component Group Styles */
.scs-container-styles.show-mobile-hide-desktop {display: none;}
.scs-container-styles.show-desktop-hide-mobile {display: block; display: inline-flex;}

@media screen and (max-width: 991px){
.scs-container-styles.show-mobile-hide-desktop {display:block; display: inline-flex; width: 100%;}
.scs-container-styles.show-desktop-hide-mobile {display: none;}
}


/* responsive navigation */
@media screen and (max-width: 992px) {

  .main-theme .identity-nav {
    flex-wrap: wrap-reverse;
  }

  .main-theme .identity-nav {
    padding-top: 0px;
  }

  .main-theme #NavMenu {
    flex-direction: column;
    margin-top: -53px;
  }

  .main-theme .identity-nav {
    flex-wrap: wrap-reverse;
  }

  #CIG-Social-Media {
    margin-left: auto;
  }

  #govky-tag {
    float: left;
  }

}

/* ---------------------------------------
 * Image Component
 * ---------------------------------------
 */
.scs-image .scs-image-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.54);
  padding: 0.5em;
  color: #FFFFFF;
}

.scs-image a:active {
  font-weight: normal;
}

/* Image Default Style: Empty */
/* Image Style 2: Hairline */
.scs-image-style-2 .scs-component-content {
  border: 1px solid #999999;
  box-sizing: border-box;
  padding: 5px;
}

.scs-image-style-2 .scs-image-caption {
  left: 6px;
  bottom: 6px;
  right: 6px;
}

/* Image Style 8: Frame SM */
.scs-image-style-8 .scs-component-content {
  border: 2px solid #333333;
  box-sizing: border-box;
  padding: 5px;
}

.scs-image-style-8 .scs-image-caption {
  left: 5px;
  bottom: 5px;
  right: 5px;
}

/* Image Style 9: Frame LG */
.scs-image-style-9 .scs-component-content {
  border: 5px solid #333333;
  box-sizing: border-box;
  padding: 5px;
}

.scs-image-style-9 .scs-image-caption {
  left: 5px;
  bottom: 5px;
  right: 5px;
}

/* Image Style 10: Shadow Left Soft */
.scs-image-style-10 .scs-component-content {
  box-shadow: -5px 5px 5px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
}

/* Image Style 11: Shadow Right Soft */
.scs-image-style-11 .scs-component-content {
  box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
}

/* Image Style 12: Shadow Left Hard */
.scs-image-style-12 .scs-component-content {
  box-shadow: -5px 5px 0px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
}

/* Image Style 13: Shadow Right Hard */
.scs-image-style-13 .scs-component-content {
  box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
}

/* Image Style 14: Outer Glow */
.scs-image-style-14 .scs-component-content {
  box-shadow: 0 0 8px 0px rgba(51, 51, 51, 0.8);
  box-sizing: border-box;
}

/* Image style 15: Curl */
.scs-image-style-15 .scs-component-content,
.scs-gallery-style-15 .scs-component-content {
  position: relative;
}

.scs-image-style-15 .scs-component-content:before,
.scs-image-style-15 .scs-component-content:after,
.scs-gallery-style-15 .scs-component-content:before,
.scs-gallery-style-15 .scs-component-content:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.scs-image-style-15 .scs-component-content:after,
.scs-gallery-style-15 .scs-component-content:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.scs-image-style-15 .scs-image-image {
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2) inset;
  border: 1px rgba(0, 0, 0, 0.1) solid;
}

/* Image Style 16: Polaroid */
/* Image Style 16: Polaroid */
.scs-gallery-style-16 .scs-component-content,
.scs-image-style-16 .scs-image-image {
  box-shadow: 0 0 10px 0px rgba(51, 51, 51, 0.2);
  border: 10px #FFFFFF solid;
  box-sizing: border-box;
  border-radius: 3px;
}

.scs-image-style-16 .scs-image-caption {
  left: 10px;
  bottom: 10px;
  right: 10px;
}

/**
 * ---------------------------------------
 * Common Components
 * ---------------------------------------
 */
/* Common Style 2: hairline */
.scs-map-style-2 .scs-component-content,
.scs-gallery-style-2 .scs-component-content,
.scs-document-style-2 .scs-component-content,
.scs-socialbar-style-2 .scs-component-content,
.scs-video-style-2 .scs-component-content,
.scs-component-style-2>.scs-component-content,
.scs-app-style-2 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-2 .scs-component-content iframe {
  border: 1px solid #999999;
  box-sizing: border-box;
  padding: 5px;
}

/* Common Style 8: Frame SM */
.scs-map-style-8 .scs-component-content,
.scs-gallery-style-8 .scs-component-content,
.scs-document-style-8 .scs-component-content,
.scs-socialbar-style-8 .scs-component-content,
.scs-video-style-8 .scs-component-content,
.scs-component-style-8>.scs-component-content,
.scs-app-style-8 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-8 .scs-component-content iframe {
  border: 2px solid #333333;
  box-sizing: border-box;
  padding: 5px;
}

/* Common Style 9: Frame LG */
.scs-map-style-9 .scs-component-content,
.scs-gallery-style-9 .scs-component-content,
.scs-document-style-9 .scs-component-content,
.scs-socialbar-style-9 .scs-component-content,
.scs-video-style-9 .scs-component-content,
.scs-component-style-9>.scs-component-content,
.scs-app-style-9 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-9 .scs-component-content iframe {
  border: 5px solid #333333;
  box-sizing: border-box;
  padding: 5px;
}

/* Common Style 10: Shadow Left Soft */
.scs-map-style-10 .scs-component-content,
.scs-gallery-style-10 .scs-component-content,
.scs-document-style-10 .scs-component-content,
.scs-socialbar-style-10 .scs-component-content,
.scs-video-style-10 .scs-component-content,
.scs-component-style-10>.scs-component-content,
.scs-app-style-10 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-10 .scs-component-content iframe {
  box-shadow: -5px 5px 5px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
}

/* Common Style 11: Shadow Right Soft */
.scs-map-style-11 .scs-component-content,
.scs-gallery-style-11 .scs-component-content,
.scs-document-style-11 .scs-component-content,
.scs-socialbar-style-11 .scs-component-content,
.scs-video-style-11 .scs-component-content,
.scs-component-style-11>.scs-component-content,
.scs-app-style-11 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-11 .scs-component-content iframe {
  box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
}

/* Common Style 12: Shadow Left Hard */
.scs-map-style-12 .scs-component-content,
.scs-gallery-style-12 .scs-component-content,
.scs-document-style-12 .scs-component-content,
.scs-socialbar-style-12 .scs-component-content,
.scs-video-style-12 .scs-component-content,
.scs-component-style-12>.scs-component-content,
.scs-app-style-12 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-12 .scs-component-content iframe {
  box-shadow: -5px 5px 0px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
}

/* Common Style 13: Shadow Right Hard */
.scs-map-style-13 .scs-component-content,
.scs-gallery-style-13 .scs-component-content,
.scs-document-style-13 .scs-component-content,
.scs-socialbar-style-13 .scs-component-content,
.scs-video-style-13 .scs-component-content,
.scs-component-style-13>.scs-component-content,
.scs-app-style-13 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-13 .scs-component-content iframe {
  box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
}

/* Common Style 14: outer glow */
.scs-map-style-14 .scs-component-content,
.scs-gallery-style-14 .scs-component-content,
.scs-document-style-14 .scs-component-content,
.scs-socialbar-style-14 .scs-component-content,
.scs-component-style-14>.scs-component-content,
.scs-app-style-14 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-14 .scs-component-content iframe {
  box-shadow: 0 0 8px 0px rgba(51, 51, 51, 0.8);
  box-sizing: border-box;
}

/**
 * ---------------------------------------
 * Section Layouts and Component Groups
 * ---------------------------------------
 */
/* Common Style 2: hairline */
.scs-componentgroup-style-2,
.scs-sectionlayout-style-2 {
  border: 1px solid #999999;
  box-sizing: border-box;
  padding: 5px;
  margin: 5px;
}

/* Common Style 8: Frame SM */
.scs-componentgroup-style-8,
.scs-sectionlayout-style-8 {
  border: 2px solid #333333;
  box-sizing: border-box;
  padding: 5px;
  margin: 5px;
}

/* Common Style 9: Frame LG */
.scs-componentgroup-style-9,
.scs-sectionlayout-style-9 {
  border: 5px solid #333333;
  box-sizing: border-box;
  padding: 5px;
  margin: 5px;
}

/* Common Style 10: Shadow Left Soft */
.scs-componentgroup-style-10,
.scs-sectionlayout-style-10 {
  box-shadow: -5px 5px 5px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
  margin: 5px;
}

/* Common Style 11: Shadow Right Soft */
.scs-componentgroup-style-11,
.scs-sectionlayout-style-11 {
  box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
  margin: 5px;
}

/* Common Style 12: Shadow Left Hard */
.scs-componentgroup-style-12,
.scs-sectionlayout-style-12 {
  box-shadow: -5px 5px 0px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
  margin: 5px;
}

/* Common Style 13: Shadow Right Hard */
.scs-componentgroup-style-13,
.scs-sectionlayout-style-13 {
  box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
  margin: 5px;
}

/* Common Style 14: outer glow */
.scs-componentgroup-style-14,
.scs-sectionlayout-style-14 {
  box-shadow: 0 0 8px 0px rgba(51, 51, 51, 0.8);
  box-sizing: border-box;
  margin: 5px;
}

/* 
MOTIV custom 
 */

.main-theme .cig-ntp-section-background {
  background-color: #00573f;
}


.scs-component-splash1-style {
  padding: 2.5rem;
  border-left: 1px solid #b3b3b3;
}

/* COMP_STYLE_SPLASH-2 */
.scs-component-splash-list-style {
  background-color: transparent;
}

@media screen and (max-width: 1024px){
  .main-theme #progress-tracker-block {
    margin-top: 25px;
  }

  .main-theme .cig-ntp-map-wrapper-mobile {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #2c5541;
  }
}

@media screen and (max-width: 767px) {
  .scs-component-splash-list-style {
    margin-bottom: 2rem;
   /*  background-color: #29abe2; */
  }
}

/* COMP_STYLE_SPLASH-3 */
.scs-component-splash-press-style {
  background-color: transparent;
  /* border-left: 1px solid #b3b3b3; */
}

@media screen and (max-width: 767px) {
  .scs-component-splash-press-style {
   /*  background-color: #29abe2; */
    padding-bottom: 2rem;
  }
}

.scs-paragraph-splash-press {
  line-height: 1.7rem;
}

.scs-component-splash-margin-bottom-style {
  padding: 40px;
  margin: 0;
}

.margin-bottom-if-mobile {
  margin-bottom: 1.5em;
}

.justify-content-space-around {
  justify-content: space-around;
}

.justify-content-space-between {
  justify-content: space-between;
}

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




/**
 * ---------------------------------------
 * Divider Component
 * ---------------------------------------
 */
/* Divider Style 2: center gradient */
.scs-divider-style-2 hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
}

/* Divider Style 3: dotted SM */
.scs-divider-style-3 hr {
  border-top: 1px dotted #333;
}

/* Divider Style 4: dotted LG */
.scs-divider-style-4 hr {
  border-top: 3px dotted #333;
}

/**
 * ---------------------------------------
 * Button Component
 * ---------------------------------------
 */
/* Button Style 1: Alta */
.scs-button-default-style .scs-button-button {
  text-decoration: none;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  padding: 4px 8px;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  background: none;
  color: #000000;
  /* border: 1px solid #c4ced7; */
  /*   box-shadow: inset 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff; */
  /*  border-radius: 2px; */
  /*   background-image: -ms-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
  background-image: -moz-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
  background-image: -o-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E3E7E9), color-stop(0.5, #E7EBED), color-stop(1, #F1F3F3));
  background-image: -webkit-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
  background-image: linear-gradient(to top, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%); */
}
.main-theme .scs-button, .main-theme .scs-button .scs-button-text {
  font-family: "Poppins", sans-serif;
}
.scs-button-default-style .scs-button-button:hover {
  /*   background: #f7f8f9; */
  /*   border: 1px solid #c4ced7; */
  /*   color: #0572ce;
  box-shadow: inset 0 1px 0 #f7f8f9;
  text-shadow: 0 1px 0 #f7f8f9; */
}

.scs-button-default-style .scs-button-button:active {
  /*   background: #0572ce;
  border: 1px solid #0572ce;
  color: #fff;
  box-shadow: inset 0 1px 0 #0572ce;
  text-shadow: 0 1px 0 #0572ce; */
}

.scs-button-default-style .scs-button-button:focus {
  /*   outline: 1px dotted #4f4f4f; */
}

.scs-button-default-style .scs-button-text {
  color: #666;
}

/* Button Style 2: Alta Large */
.scs-button-style-2 .scs-button-button {
  text-decoration: none;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 4px 8px;
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  padding: 8px 16px;
  background: none;
  border: 1px solid #c4ced7;
  color: #000000;
  box-shadow: inset 0 2px 0 #fff;
  text-shadow: 0 2px 0 #fff;
  border-radius: 3px;
  background-image: -ms-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
  background-image: -moz-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
  background-image: -o-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E3E7E9), color-stop(0.5, #E7EBED), color-stop(1, #F1F3F3));
  background-image: -webkit-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
  background-image: linear-gradient(to top, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
}

.scs-button-style-2 .scs-button-button:hover {
  background: #f7f8f9;
  border: 1px solid #c4ced7;
  color: #0572ce;
  box-shadow: inset 0 2px 0 #f7f8f9;
  text-shadow: 0 2px 0 #f7f8f9;
}

.scs-button-style-2 .scs-button-button:active {
  background: #0572ce;
  border: 1px solid #0572ce;
  color: #fff;
  box-shadow: inset 0 2px 0 #0572ce;
  text-shadow: 0 2px 0 #0572ce;
}

.scs-button-style-2 .scs-button-button:focus {
  outline: 1px dotted #4f4f4f;
}

.scs-button-style-2 .scs-button-text {
  color: #000000;
}

/* Button Style 3: Simple (high contrast) */
.scs-button-style-3 .scs-button-button {
  text-decoration: none;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 4px 8px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 2px solid #000000;
  color: #000000;
}

.scs-button-style-3 .scs-button-button:hover {
  background: #FFFFFF;
  border: 2px solid #0572ce;
  color: #0572ce;
}

.scs-button-style-3 .scs-button-button:active {
  background: #0572ce;
  border: 2px solid #0572ce;
  color: #fff;
}

.scs-button-style-3 .scs-button-text {
  color: #000000;
}

/* Cobrowse Launcher Style 1: Link */
.scs-cobrowse-style-1 .scs-button-button {
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 16px;
  color: #000000;
  background: none;
}

.scs-cobrowse-style-1 .scs-button-text {
  color: #000000;
}

.scs-cobrowse-style-1 .scs-button-text:hover {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}

/* Cobrowse Launcher Style 2: Image Link */
.scs-cobrowse-style-2 .scs-button-button {
  text-decoration: none;
  padding: 2px !important;
  background: none;
}

.scs-cobrowse-style-2 .scs-button-text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

.scs-cobrowse-style-2 .scs-button-text:hover {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}

.scs-cobrowse-style-2 .scs-button-text::before {
  content: url(cobrowseLaunch.png);
  cursor: pointer;
  padding-right: 4px;
  vertical-align: -30%;
}

.main-theme .scs-button,
.main-theme .scs-button .scs-button-text {
  cursor: pointer;
}

/* Custom button font styles */

.main-theme .button-font-poppins .scs-button-button {
  font-family: "Poppins";
  font-weight: 600;
}

.main-theme .button-font-playfair-display .scs-button-button {
  font-family: "Playfair Display";
  font-weight: 600;
}

.main-theme .button-font-helvetica .scs-button-button {
  font-family: "Helvetica";
  font-weight: 600;
}

.main-theme .button-font-new-helvetica .scs-button-button {
  font-family: "New Helvetica";
  font-weight: 600;
}

.main-theme .button-font-arial .scs-button-button {
  font-family: "Arial";
  font-weight: 600;
}

.main-theme .button-font-verdana .scs-button-button {
  font-family: "Verdana";
  font-weight: 600;
}

.main-theme .button-font-trebuchet .scs-button-button {
  font-family: "Trebuchet";
  font-weight: 600;
}

.main-theme .button-font-tahoma .scs-button-button {
  font-family: "Tahoma";
  font-weight: 600;
}



/**
 * ---------------------------------------
 * Title Component
 * ---------------------------------------
 */
.scs-title-default-style {
  color: #666;
  display: block;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: bold;
}

/* Highlight */
.scs-title-style-2 {
  background-color: #DEF300;
  color: #333333;
  font-family: adobe-clean, sans-serif;
  padding-top: 2em;
  padding-bottom: 2em;
}

/* Divider */
.scs-title-style-3 {
  font-size: 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Segoe UI", "Helvetica", "Arial", "Sans Serif";
  color: #3a4249;
  text-align: left;
  border-top: 1px solid #999999;
  padding-top: 1em;
}

/**
 * ---------------------------------------
 * Paragraph Component
 * ---------------------------------------
 */
.scs-paragraph-default-style {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}

/* Note */
.scs-paragraph-style-2 {
  background-color: #FFCCD8;
  color: #333333;
  font-family: "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

/* Highlight */
.scs-paragraph-style-3 {
  background-color: #DEF300;
  color: #333333;
  font-size: larger;
}

/* Footer Divider */
.scs-paragraph-style-4 {
  font-size: 70%;
  color: #0088cc;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* Footer Frame */
.scs-paragraph-style-5 {
  font-size: 80%;
  font-weight: bold;
  color: #666666;
  border: 1px solid #999999;
  border-radius: 5px;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* Footer Background */
.scs-paragraph-style-6 {
  font-family: source-sans-pro, sans-serif;
  color: #333333;
  background-color: #E5E5E5;
  box-sizing: border-box;
  padding-top: 2em;
  padding-bottom: 2em;
}

/**
 * An example CSS of how to render a table responsively.
 * It enables stacking of row data on mobile devices.
 * Only do this for view mode (not for edit mode).
 *
 * On each cell rendered, it adds a user-defined attribute 
 * 'data-label' with value matching the column header text.
 */
@media screen and (max-width: 767px) {
  .scs-paragraph:not(.scs-paragraph-edit) table {
    border: 0;
  }

  .scs-paragraph:not(.scs-paragraph-edit) table caption {
    font-size: 1.3em;
  }

  .scs-paragraph:not(.scs-paragraph-edit) table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .scs-paragraph:not(.scs-paragraph-edit) table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .scs-paragraph:not(.scs-paragraph-edit) table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }

  .scs-paragraph:not(.scs-paragraph-edit) table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  .scs-paragraph:not(.scs-paragraph-edit) table td:last-child {
    border-bottom: 0;
  }
}

/* Custom paragraph font styles */

.main-theme .paragraph-font-poppins .scs-paragraph {
  font-family: "Poppins";
  font-weight: 600;
}

.main-theme .paragraph-font-poppins .scs-paragraph {
  font-family: "Poppins";
  font-weight: 600;
}

.main-theme .cig_poppins_thin .scs-component-content .scs-paragraph {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
}

.main-theme .cig_poppins_light .scs-component-content .scs-paragraph {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.main-theme .cig_poppins_regular .scs-component-content .scs-paragraph {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.main-theme .cig_poppins_regular_italic .scs-component-content .scs-paragraph {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.main-theme .cig_poppins_semibold .scs-component-content .scs-paragraph {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

/**
 * ---------------------------------------
 * Document Component
 * ---------------------------------------
 */
/* setup base styles for title/page number can be overriden in styles */
.scs-document-cap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #FFFFFF;
}

.scs-document-title {
  position: relative;
  z-index: 2;
  padding: 0.5em;
  opacity: 0.54;
  background-color: #000000;
}

.scs-document-desc {
  font-style: italic;
  font-size: 12px;
  color: #CCCCCC;
  padding-top: 2px;
}

.scs-document-capb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  z-index: 1;
  opacity: 0.5;
  background-color: #000000;
}

/**
 * ---------------------------------------
 * Social Bar Component
 * ---------------------------------------
 */
/* Social Bar styles */
.scs-socialbar-default-style {
  background-color: transparent;
}

/**
 * ---------------------------------------
 * Content List Component
 * ---------------------------------------
 */
.scs-contentlist.scs-contentlist-style-1 ol.scs-pagination li {
  font-size: 14px;
  margin: 0px 4px;
  color: #333333;
  line-height: 26px;
  height: 26px;
  min-width: 28px;
}

.scs-contentlist.scs-contentlist-style-1 ol.scs-pagination li.scs-clickable {
  background-color: #e4e8ea;
  border-radius: 4px;
}

.scs-contentlist.scs-contentlist-style-1 ol.scs-pagination li.scs-clickable a {
  padding: 0px 10px;
}

.scs-contentlist.scs-contentlist-style-1 ol.scs-pagination li.scs-clickable:hover {
  color: #fff;
  background-color: #85bbe7;
}

.scs-contentlist.scs-contentlist-style-1 ol.scs-pagination li.scs-clickable.scs-current {
  color: #fff;
  background-color: #027bc7;
}

.scs-contentlist.scs-contentlist-style-1 ol.scs-pagination li.scs-clickable.scs-disabled {
  background-color: #ececec;
  color: #9e9e9e;
}


/**
 * ---------------------------------------
 * Sample Custom Component
 * ---------------------------------------
 */
.news-article-default-style .scs-image {
  border: 1px solid #0572CE;
  box-sizing: border-box;
  padding: 5px;
  font-size: 16px;
  color: #333333;
}

.news-article-style-1 .scs-image {
  border: 1px solid #ff0000;
  box-sizing: border-box;
  padding: 5px;
  font-size: 18px;
  color: #333333;
}

.my-custom-component .scs-title .scs-title-text a,
.my-custom-component .scs-paragraph .scs-paragraph-text a {
  text-decoration: none;
}

.my-custom-component .scs-component-content {
  display: inherit;
}

.my-custom-component .scs-title .scs-title-text,
.my-custom-component .scs-paragraph .scs-paragraph-text {
  overflow-x: initial;
  overflow-y: initial;
}

/**
 * For styles in CKEDITOR
 */
/**
 * ---------------------------------------
 * Title Component
 * ---------------------------------------
 */
/* Title */
.scs-title-style-base,
.scs-title-style-title,
.scs-title-style-sub-title,
.scs-title-style-heading-xl,
.scs-title-style-heading-l,
.scs-title-style-heading-m,
.scs-title-style-heading-s {
  padding: 0;
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0.5em;
  margin-left: 0em;
}

.scs-title-style-title {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
}

.scs-title-style-sub-title {
  font-style: italic;
  font-weight: normal;
  font-size: 0.8333em;
  line-height: 1.4em;
  text-align: center;
}

.scs-title-style-heading-xl {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.4em;
}

.scs-title-style-heading-l {
  font-style: italic;
  font-weight: normal;
  font-size: 0.8333em;
  line-height: 1.4em;
}

.scs-title-style-heading-m {
  font-weight: bold;
  font-size: 0.6666em;
  line-height: 1.4em;
}

.scs-title-style-heading-s {
  font-style: italic;
  font-weight: normal;
  font-size: 0.5em;
  line-height: 1.4em;
}

/**
 * ---------------------------------------
 * Paragraph Component
 * ---------------------------------------
 */
/* Paragraph */
.scs-paragraph-style-base,
.scs-paragraph-style-heading-xl,
.scs-paragraph-style-heading-l,
.scs-paragraph-style-heading-m,
.scs-paragraph-style-heading-s,
.scs-paragraph-style-heading-xs,
.scs-paragraph-style-body-l,
.scs-paragraph-style-body-m,
.scs-paragraph-style-body-s,
.scs-paragraph-style-code,
.scs-paragraph-style-quote,
.scs-paragraph-style-cite {
  padding: 0;
  margin-top: 0.3em;
  margin-right: 0em;
  margin-bottom: 0.3em;
  margin-left: 0px;
}

.scs-paragraph-style-heading-xl {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4em;
}

.scs-paragraph-style-heading-l {
  font-style: italic;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.4em;
}

.scs-paragraph-style-heading-m {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.4em;
}

.scs-paragraph-style-heading-s {
  font-style: italic;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4em;
}

.scs-paragraph-style-heading-xs {
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1.4em;
}

.scs-paragraph-style-body-l {
  font-size: 1.125em;
  line-height: 1.4em;
}

.scs-paragraph-style-body-m {
  font-size: 1em;
  line-height: 1.4em;
}

.scs-paragraph-style-body-s {
  font-size: 0.8125em;
  line-height: 1.4em;
}

.scs-paragraph-style-code {
  padding-left: 1.5em;
  font-family: monospace, serif;
  font-size: 0.8125em;
  line-height: 1.3em;
  border: 1px solid silver;
}

.scs-paragraph-style-quote {
  padding-left: 1.5em;
  font-style: italic;
  font-size: 0.8125em;
  line-height: 1.3em;
  border-left: 1px solid silver;
}

.scs-paragraph-style-cite {
  font-size: 0.8125em;
}

.scs-facebook-icon {
  background-image: url("facebook.png");
}

.scs-twitter-icon {
  background-image: url("twitter.png");
}

.scs-linkedin-icon {
  background-image: url("linkedin.png");
}

.scs-googleplus-icon {
  background-image: url("googleplus.png");
}

.scs-youtube-icon {
  background-image: url("youtube.png");
}

.scs-flickr-icon {
  background-image: url("flickr.png");
}

/**
 * ---------------------------------------
 * Content Search Component
 * ---------------------------------------
 */
.scs-contentsearch-style-1 .scs-search-input {
  padding: 0 5px 0 5px;
  width: calc((100% - 12px));
  height: 27px;
  font-size: 12px;
  color: #333333;
  border: 1px solid #c4ced7;
}

.scs-contentsearch-style-1 .scs-search-input[data-show-icon=true] {
  width: calc((100% - 37px));
  padding-right: 30px;
}

.scs-contentsearch-style-1 .scs-search-button {
  top: 1px;
  right: 0px;
  width: 29px;
  height: 25px;
  margin: 1px 1px 1px 0px;
  border-left: 1px solid #dfe3e7;
  background-size: 15px auto;
  background-position: 6px;
  background-color: #f5f5f5;
}

.scs-contentsearch-style-1 .scs-search-button:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNyAxNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcgMTciIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM4NUJCRTciIGQ9Ik0xNS42MjUsMTMuNzE3bC0zLjQzOC0zLjI1QzEyLjgxMiw5LjQ2NSwxMy4yNSw4LjM0LDEzLjI1LDcuMDljMC0zLjM3NS0yLjc1LTYuMTI2LTYuMTI1LTYuMTI2UzAuOTk5LDMuNzE1LDAuOTk5LDcuMDljMCwzLjM3NiwyLjc1LDYuMTI2LDYuMTI1LDYuMTI2YzEuMjUsMCwyLjQzNy0wLjM3NSwzLjQzOC0xLjA2NGwzLjE4OCwzLjUwMmMwLjQ5OSwwLjQ5OCwxLjMxMiwwLjQ5OCwxLjg3NSwwLjA2MUMxNi4xMjUsMTUuMDI3LDE2LjEyNSwxNC4yMTUsMTUuNjI1LDEzLjcxNyBNNy4xMjUsMTEuMjc3Yy0yLjMxMiwwLTQuMjUtMS44NzUtNC4yNS00LjI1YzAtMi4zNzUsMS44NzUtNC4yNSw0LjI1LTQuMjVzNC4yNSwxLjg3NSw0LjI1LDQuMjVjMCwwLjc1LTAuMTg4LDEuNDM4LTAuNTYzLDIuMDYyQzEwLjA2MiwxMC40MDIsOC42ODcsMTEuMjc3LDcuMTI1LDExLjI3NyIvPjwvc3ZnPg==");
}

.scs-contentsearch-style-2 .scs-search-input {
  width: 100%;
  height: 34px;
  font-size: 14px;
  color: #555;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  border-color: #ccc;
  box-sizing: border-box;
  padding: 6px 12px;
}

.scs-contentsearch-style-2 .scs-search-input[data-show-icon=true] {
  width: 100%;
  padding-right: 40px;
}

.scs-contentsearch-style-2 .scs-search-button {
  top: 1px;
  right: 0px;
  width: 38px;
  height: 30px;
  margin: 1px 1px 1px 0px;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-size: 14px auto;
  background-position: 10px;
}

.scs-contentsearch-style-2 .scs-search-button:hover {
  background-color: #e6e6e6;
}

/** rss styles **/
.rss-caption-heading-default-style .rss-caption-heading {
  background: #be2c12;
  color: #fff;
  font-family: Verdana;
  font-size: 15px;
}

.rss-caption-heading-custom-style-1 .rss-caption-heading {
  background: #0f9633;
  color: #fff;
  font-family: Verdana;
  font-size: 15px;
}

.rss-caption-heading-custom-style-2 .rss-caption-heading {
  background: #746763;
  color: #fff;
  font-family: Verdana;
  font-size: 15px;
}

/**
 * ---------------------------------------
 * Cookie Consent
 * ---------------------------------------
 */
.scs-cookie-consent {
  display: none !important;
}

.scs-cookie-consent {
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  background-color: #f0f0f0;
  align-items: center;
  font-family: Helvetica Neue, Helvetica, Arial, Utkal, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #262626;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 20px 70px 20px 15px;
  margin-left: 10px;
  /*   display: inline-block; */
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  display: none;
}

.scs-cookie-consent a {
  color: #006598;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  display: none;
}

.scs-cookie-consent .scs-cookie-consent-close {
  /*   display: block; */
  display: none;
  float: right;
  margin: 0;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  color: white;
  text-align: center;
  background-image: url(x-close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.scs-cookie-consent a:hover {
  color: red;
  display: none;
}

/**
 * ---------------------------------------
 * Lightbox component
 * ---------------------------------------
 */
.pswp .scs-lightbox-caption {
  text-align: center;
  max-width: none;
  font-size: 14px;
}

.pswp .scs-lightbox-caption small {
  font-size: 12px;
}

/* 
TRAVIS CUSTOM CSS
 */

/**
 * ---------------------------------------
 * Custom Styles
 * ---------------------------------------
 */

.logo-slot {
  min-width: 230px;
  min-height: 160px;
  background-color: rgba(216, 216, 216, .2);
}

.headline-slot {
  min-width: 230px;
  min-height: 90px;
  background-color: rgba(200, 200, 200, .2);
}

.start-button-bg {
  width: 50%;
  /* padding: 8px 0px; */
  border-radius: 8px;
  /*   padding-top: 8px;
  padding-bottom: 8px; */
}


/*  */

:root {
  /* Colors */
  --primaryColor: #f7931E;
  /* Orange */
  --baseColor: #808080;
  /* grey */
  --textColor: #231F20;
  /* almost black */
  --textMuted: #6C757D;
  /* grey muted color */
  --backgroundMuted: #6C757D;
  /* grey muted color */
  --linkColor: #004b8d;
  /* light blue */
  --linkHover: #494f54;
  --navLinks: #333333;
  --white: #ffffff;
  --black: #000000;
  --caretPeriod: #ffffff;
  /* change color to hide period set for no text */
  --caretRight: #000000;
  /* icon color */

}


.main-theme h1 {
  color: var(--primaryColor);
}

.main-theme #NavMenu {
  z-index: 100;
}

.main-theme #NavMenu .navMenu-default-style ul,
a.nav-link.dropdown-toggle {
  color: var(--navLinks);
}

.main-theme .tag-container-row {
  background: var(--black);
  /* padding: 5px;  */
  padding-right: 10px;
}

.main-theme .gov-ky {
  color: var(--white);
}

.main-theme #content-block {
  color: var(--textColor);
  padding: 40px;
}

.main-theme footer {
  background: #ffffff;
  padding-top: 20px;
}

.main-theme .grey-background {
  background: #efefef;
}



/* #logo > img.scs-image-image {
  max-height:500px;
  background-color: none;
} */
.main-theme #logo>.scs-image-container>img {
  max-height: 240px;
}

@media screen and (max-width: 350px) {
  .main-theme #logo .scs-image-container img {
    max-width: 275px;
  }
}

@media screen and (max-width: 767px) {
  .main-theme #logo {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .main-theme #logo {
    width: 300px;
    position: relative;
    left: 25px;
    top: 35px;
  }
}

@media screen and (max-width: 400px) {
  .main-theme #logo {
    max-width: 275px;
    position: relative;
  }
}

/*  */
.full-width {
  width: 100%;
  height: 100%;

}

/*  */
.motiv-container {
  width: 100%;
  max-width: 100vw;
  margin: auto 0;
  height: 100%;
  min-height: 450px;
  position: relative;
}
.queen-container {
  width: 100%;
  max-width: 100vw;
  margin: auto 0;
  height: 100%;
  min-height: 770px;
  position: relative;
}

.main-theme.entity-rcips .queen-container {
  width: 100%;
  max-width: 100vw;
  margin: auto 0;
  height: 100%;
  position: relative;
}


.king-container {
  width: 100%;
  max-width: 100vw;
  margin: auto 0;
  height: 100%;
  min-height: 770px;
  position: relative;
}


#header-img {
  /* background: paleturquoise; */
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

#header-img-queen {
  /* background: paleturquoise; */
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  background-size: cover !important;
  background-position: center 60% !important;
}

#header-img-king {
  /* background: paleturquoise; */
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  background-size: cover !important;
  background-position: center 60% !important;
}


#NavMenu {
  /*   background: papayawhip; */
  width: inherit;
  max-width: 1200px;
  height: 10vh;
  position: absolute;
  right: 50px;
  /*   top: 8px; */
}

@media (max-width: 767.98px){
  #NavMenu {
    width: 100%;
    right: 0px;
  }
  .hamburger-white-text .nav-link {
    color: white !important; 
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    padding-bottom: 0rem; 
  }
  .hamburger-white-text .navbar-nav{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
  .hide-on-mobile .scs-image-image {
    display:none;
  }
  .green-background-and-logo .scs-spacer-default-style {
    background-position: center center; 
    background-color: #00573f;
    height: 110px !important;
    background-size: cover;
    background-image: url("https://cecprod-caymang2.cec.ocp.oraclecloud.com/sites/web?IdcService=SCS_GET_CONTENT&siteId=Splash-National-Tree-Planting&variants=DF-Test-Green-Background-Mobile&fileName=/Jubilee%20(1)-296190000063970.png");

  }
}

#logo {
  /* background: honeydew; */
  width: 400px;
  max-height: 90px;
  position: absolute;
  left: 60px;
  top: 48px;
  z-index: 1;
}

#headline {
  /* background:powderblue; */
  width: 400px;
  height: 64px;
  position: absolute;
  left: 60px;
  top: 180px;
}

#header-button {
  /* background:darkslategrey; */
  Width: 400px;
  height: 64px;
  position: absolute;
  left: 60px;
  top: 284px;
}

/* intro block */
/* links */
.intro-link-container {
  display: flex;
  flex-direction: row;
}

.intro-link-column {
  display: flex;
  flex-direction: column;
  width: 200px;
}

@media only screen and (max-width:767px) {
  .hide-title {
    display: none;
  }

  .scs-slot.scs-responsive .scs-col,
  .scs-slot.scs-responsive .scs-inner-row,
  .scs-slot.scs-responsive .scs-component-container .intro-link-column {
    width: 40% !important;
    float: left;
    flex-direction: column;
    margin-left: 1.5em;
    margin-bottom: 1em;
  }

  .big-gray-title {
    display: none;
  }

  .main-theme .intro-link-container div.scs-button.scs-component {
    margin-left: 30px !important;
  }
}

/*  */
.right-caret-expandable .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  padding: 0;
  margin: 0;
}

.right-caret-expandable .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f0da";
  font-family: "Font Awesome\ 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: var(--caretRight);
  margin-right: 10px;
}

.right-caret-expandable {
  font-weight: bold;
  font-family: 'Poppins';
  color: #666;
  font-size: 16px;
}

/* TITLES */


.main-theme .right-caret-expandable .scs-title .scs-title-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  padding: 0;
  margin: 0;
}

.main-theme .right-caret-expandable .scs-title .scs-title-text::before {
  content: "\f0da";
  font-family: "Font Awesome\ 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: var(--caretRight);
  margin-right: 10px;
}

.main-theme .right-caret-expandable {
  font-weight: bold;
  font-family: 'Poppins';
  color: #666;
  font-size: 16px;
}

.right-caret-expandable-green {
  font-weight: bold;
  font-family: 'Poppins';
  color: green;
}

.right-caret-expandable-orange {
  font-weight: bold;
  font-size: 30px;
  font-family: 'Poppins';
  color: #F7931E;
  letter-spacing: 0.125rem;
}

/* >>>>> big titles */
/* orange */
.big-orange-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #F7931E;
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
}

@media screen and (max-width:767px) {
  .big-orange-title {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #F7931E;
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
  }
}

/* gray */
.big-gray-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 1.5rem;
  color: #666666;
}

@media screen and (max-width:767px) {
  .big-gray-title {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    font-size: 1.125rem;
    color: #666666;
  }
}

/* green */
.big-green-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #86c232;
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
}

@media screen and (max-width:767px) {
  .big-green-title {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #86c232;
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
  }
}

/* blue */
.big-blue-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #29ABE2;
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
}

@media screen and (max-width:767px) {
  .big-blue-title {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #29ABE2;
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
  }
}

/* white */
.big-white-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
  font-size: 1.5rem;
}

@media screen and (max-width:767px) {
  .big-white-title {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    font-size: 1.125rem;
  }
}

/* med titles */
.med-orange-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  color: #F7931E;
  letter-spacing: 0.25rem;
}

.med-gray-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  color: #666666;
  letter-spacing: 0.25rem;
}

.med-green-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  color: #86c232;
  letter-spacing: 0.25rem;
}

.med-blue-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  color: #29ABE2;
  letter-spacing: 0.25rem;
}

.med-white-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.25rem;
  color: #fff;
}

/* small titles */
.small-orange-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #F7931E;
}

.small-gray-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}

.small-green-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #86c232;
}

.small-blue-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #29ABE2;
}

.small-white-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

/* paragraph */
.scs-paragraph-splash-orange {
  background-color: #f8931f;
  width: 230px;
  min-height: 200px;
  padding: 20px;
  margin: 40px 0 0 100px;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .scs-paragraph-splash-orange {
    background-color: #f8931f;
    width: 480px;
    min-height: 200px;
    padding: 20px;
    margin: 0 auto;
    color: #fff;
  }
}

.scs-component-splash-orange-list-style {
  margin-left: 100px;
  margin-top: 40px;
}

/* logo image */
.splash-logo-image {
  margin-bottom: 1em;
  max-height: 240px;
}

.start-button {
  background-color: #0CF6F7;
}

.padding {
  padding-left: 32px;
  padding-right: 32px;
}

.second-column-padding {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (max-width: 767px) {
  .second-column-padding {
    padding-top: 20px;
  }
}

/* Instagram */

.scs-sectionlayout-blue-background {
  background-color: #29abe2;
}

@media screen and (max-width: 767px) {
  .main-theme .scs-sectionlayout-blue-background {
    background-color: transparent;
    width: 60vw;
    margin: 0 auto;
  }
}

.splash-button {
  background-color: #00FFFF;
  color: #F7931E;
  border-radius: 18px;
  font-weight: bold;
  font-size: 2em;
  font-family: 'Poppins';
  letter-spacing: 0.25rem;
  width: 192px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .splash-button {
    font-size: 1.5em;
    width: 126px;
    padding: 8px;
  }
}

/* SOCIAL MEDIA FOR COMPONENT */
/* .social-icons {
  font-size: 3rem !important;
} */
/* Set up for all social media in component */
.instagram-icon-link .scs-component-content .scs-button-button .scs-button-text,
.twitter-icon-link .scs-component-content .scs-button-button .scs-button-text,
.youtube-icon-link .scs-component-content .scs-button-button .scs-button-text,
.facebook-icon-link .scs-component-content .scs-button-button .scs-button-text,
.linkedin-icon-link .scs-component-content .scs-button-button .scs-button-text {
  color: var(--socialHeader);
}

.scs-button.scs-component.youtube-icon-link a,
.scs-button.scs-component.twitter-icon-link a,
.scs-button.scs-component.facebook-icon-link a,
.scs-button.scs-component.instagram-icon-link a,
.scs-button.scs-component.linkedin-icon-link a {
  min-width: 40px;
}

.facebook-icon-link .scs-component-content,
.instagram-icon-link .scs-component-content,
.twitter-icon-link .scs-component-content,
.youtube-icon-link .scs-component-content,
.linkedin-icon-link .scs-component-content {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.facebook-icon-link .scs-button .scs-button-text,
.instagram-icon-link .scs-button .scs-button-text,
.twitter-icon-link .scs-button .scs-button-text,
.youtube-icon-link .scs-button .scs-button-text,
.linkedin-icon-link .scs-button .scs-button-text {
  width: auto;
}

/* Facebook */
.facebook-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}

.main-theme a:hover {
  color: var(--linkHover);
}

.facebook-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Instagram */
.instagram-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}


.instagram-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Twitter */
.twitter-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}

.twitter-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* YouTube */
.youtube-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}


.youtube-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Linkedin */
.linkedin-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f0e1";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}

.linkedin-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.social-fix-width {
  padding-top: 30px;
}

.social-fix-width #footer-left,
.menucontainer #CIG-Social-Media {
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}


/* London Bridge */
.main-theme.london .container-fluid.custom-footer {
    background-color: #000000;
}

.main-theme.london .custom-footer #footer-image-left img {
    max-width: 85px;
    display: none;
}

.main-theme.london.condolences .motiv-container {
    min-height: 214px;
}

.main-theme.london .motiv-container {min-height: 550px;}
.main-theme.london #header-img {background-position: center 57%;}
.main-theme.london.sections .motiv-container {
    min-height: 214px;
}


/* Social Fix for Responsive : keeps images inline */
@media screen and (max-width: 767px) {

  .facebook-icon-link .scs-slot.scs-responsive .scs-col,
  .facebook-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .facebook-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }

  .instagram-icon-link .scs-slot.scs-responsive .scs-col,
  .instagram-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .instagram-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }

  .youtube-icon-link .scs-slot.scs-responsive .scs-col,
  .youtube-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .youtube-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }

  .twitter-icon-link .scs-slot.scs-responsive .scs-col,
  .twitter-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .twitter-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }

  .linkedin-icon-link .scs-slot.scs-responsive .scs-col,
  .linkedin-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .linkedin-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }
}


/* FOOTER */
/* Custom Footer */

.main-theme .custom-footer #footer-image-left,
.main-theme .custom-footer #footer-image-right {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  table-layout: auto;
}

.main-theme .custom-footer #footer-image-left img {
  max-width: 85px;
}

.main-theme .custom-footer #footer-image-right img {
  max-width: 150px;
}

.main-theme footer {
  background: #ffffff;
  padding-top: 20px;
}

.main-theme .grey-background {
  background: #efefef;
}

.main-theme #content-block {
  color: var(--textColor);
  padding: 40px;
}

.main-theme #copyright {
  padding-bottom: 20px;
}



/* RESPONSIVE */


@media screen and (max-width: 767px) {
  .main-theme .social-fix-width img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .main-theme .custom-footer #footer-image-left img,
  .main-theme .custom-footer #footer-image-right img {
    max-width: 90px;
  }

  .main-theme .custom-footer #footer-image-left,
  .main-theme .custom-footer #footer-image-right {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    table-layout: auto;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {

  #CIG-Social-Media {
    width: 50%;
    margin-top: -52px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-theme .custom-footer #footer-image-right {
    min-width: 300px;
  }

  .main-theme #footer-left .custom-footer .scs-button .scs-button-button {
    padding: 0px;
  }

  .main-theme #copyright .scs-paragraph-text {
    font-size: 16px;
  }

  div#govky-tag {
    /* padding-left: 40px; */
  }

  .container.alter-mobile {
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (max-width: 767px) {

  .scs-slot.scs-responsive .scs-col,
  .scs-slot.scs-responsive .scs-inner-row,
  .scs-slot.scs-responsive .scs-component-container {
    width: 100% !important;
    float: none !important;
  }
}

/* component group */

.reset-margin-padding .scs-component-content .scs-componentgroup {
  margin: 0;
  padding: 0;
  width: auto;
}


/* @media screen only and (max-width:767px){
  .intro-link-container .scs-component-container.scs-componentgroup:nth-child(2) {
     width: 49% !important;    
     display: inline-block;
  }
  .intro-link-container .scs-component-container.scs-componentgroup:nth-child(1) {
    width: 49% !important;    
    display: inline-block;
  }
} */


/* Set up for all social media in component */
.instagram-icon-link .scs-component-content .scs-button-button .scs-button-text,
.twitter-icon-link .scs-component-content .scs-button-button .scs-button-text,
.youtube-icon-link .scs-component-content .scs-button-button .scs-button-text,
.facebook-icon-link .scs-component-content .scs-button-button .scs-button-text,
.linkedin-icon-link .scs-component-content .scs-button-button .scs-button-text {
  color: var(--socialHeader);
}

.scs-button.scs-component.youtube-icon-link a,
.scs-button.scs-component.twitter-icon-link a,
.scs-button.scs-component.facebook-icon-link a,
.scs-button.scs-component.instagram-icon-link a,
.scs-button.scs-component.linkedin-icon-link a {
  min-width: 40px;
}

.facebook-icon-link .scs-component-content,
.instagram-icon-link .scs-component-content,
.twitter-icon-link .scs-component-content,
.youtube-icon-link .scs-component-content,
.linkedin-icon-link .scs-component-content {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.facebook-icon-link .scs-button .scs-button-text,
.instagram-icon-link .scs-button .scs-button-text,
.twitter-icon-link .scs-button .scs-button-text,
.youtube-icon-link .scs-button .scs-button-text,
.linkedin-icon-link .scs-button .scs-button-text {
  width: auto;
}




/* London */
.main-theme.london .instagram-icon-link .scs-component-content .scs-button-button .scs-button-text,
.main-theme.london .twitter-icon-link .scs-component-content .scs-button-button .scs-button-text,
.main-theme.london .youtube-icon-link .scs-component-content .scs-button-button .scs-button-text,
.main-theme.london .facebook-icon-link .scs-component-content .scs-button-button .scs-button-text,
.main-theme.london .linkedin-icon-link .scs-component-content .scs-button-button .scs-button-text {
  color: var(--socialHeaderBlack);
}

.main-theme.london .custom-footer .scs-paragraph-default-style {color: #ffffff;}

/*.main-theme.london #navbarSupportedContent li:first-child {display: none;}*/

.main-theme.london .black-nav #NavMenu .navMenu-default-style ul, 
.main-theme.london .black-nav a.nav-link.dropdown-toggle {
    color: #000000;
}

.main-theme.london.queen .black-nav #NavMenu .navMenu-default-style ul, 
.main-theme.london.queen .black-nav a.nav-link.dropdown-toggle {
    color: #ffffff; /* 939393 */
}

.main-theme.london.queen .cig-logo-wrapper {
  display: none;
}


.main-theme.london.king .black-nav #NavMenu .navMenu-default-style ul, 
.main-theme.london.king .black-nav a.nav-link.dropdown-toggle {
    color: #ffffff; /* 939393 */
}

.main-theme.london.king .cig-logo-wrapper {
  display: none;
}



@media screen and (min-width: 992px){
  .main-theme.london #NavMenu {width: inherit;}
}

@media screen and (max-width: 769px) {
  .main-theme.london.queen .cig-logo-wrapper {
    display: block;
    padding: 2em 3em;
    margin-top: -48px;
    margin-bottom: 48px;
  }

  /* .main-theme.london.queen .cig-logo {
    width: 200px;
  } */

  .main-theme.london.king .cig-logo-wrapper {
    display: block;
    padding: 2em 3em;
    margin-top: -48px;
    margin-bottom: 48px;
  }

  .main-theme.london.king .cig-logo {
    width: 200px;
  }
}


/* Facebook */
.facebook-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}

.main-theme a:hover {
  color: var(--linkHover);
}

.london .facebook-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  color: var(--socialIconsWhite);
}

.facebook-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Instagram */
.instagram-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}

.london .instagram-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  color: var(--socialIconsWhite);
}



.instagram-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Twitter */
.twitter-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}

.london .twitter-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  color: var(--socialIconsWhite);
}

.twitter-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* YouTube */
.youtube-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}

.london .youtube-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  color: var(--socialIconsWhite);
}


.youtube-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Linkedin */
.linkedin-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f0e1";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
}

.london .linkedin-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  color: var(--socialIconsWhite);
}


.linkedin-icon-link .scs-button-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.social-fix-width {
  padding-top: 30px;
}

.social-fix-width #footer-left,
.menucontainer #CIG-Social-Media {
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}




/* Social Fix for Responsive : keeps images inline */
@media screen and (max-width: 767px) {

  .facebook-icon-link .scs-slot.scs-responsive .scs-col,
  .facebook-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .facebook-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }

  .instagram-icon-link .scs-slot.scs-responsive .scs-col,
  .instagram-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .instagram-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }

  .youtube-icon-link .scs-slot.scs-responsive .scs-col,
  .youtube-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .youtube-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }

  .twitter-icon-link .scs-slot.scs-responsive .scs-col,
  .twitter-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .twitter-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }

  .linkedin-icon-link .scs-slot.scs-responsive .scs-col,
  .linkedin-icon-link .scs-slot.scs-responsive .scs-inner-row,
  .linkedin-icon-link .scs-slot.scs-responsive .scs-component-container {
    width: 25% !important;
    float: left;
  }

  .main-theme.london #NavMenu .navMenu-default-style ul, 
  .main-theme.london a.nav-link.dropdown-toggle {padding-left: 15px;}

  .main-theme.london.queen .black-nav a.nav-link.dropdown-toggle {
    color: #ffffff!important;
  }

  .main-theme.london.king .black-nav a.nav-link.dropdown-toggle {
    color: #ffffff!important;
  }

}

.splashbox {
  /*   width: 85%; */
  padding: 20px;
  margin: 0 auto;
}

.splashbox p {
  font-family: "Poppins";
}

@media screen and (max-width: 991px) {
  .splashbox {
    padding: 0px;
  }

  .splashbox div.scs-paragraph.scs-component.scs-paragraph-default-style {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }

  .main-theme.london.condolences #mobile-responsive-container {
    min-height: 200px;
  }

  .main-theme.london .motiv-container .navbar span {
      font-size: 22px;
  }
  .main-theme.london .black-nav a.nav-link.dropdown-toggle {color: #ffffff!important;}
  .main-theme.london .navbar-collapse {bottom: 22px;}

  .main-theme.london.queen img.cig-logo {
    max-width: 275px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .main-theme.london.queen #logo {
    display: none;
  }

  .main-theme.london.queen #mobile-logo-wrapper {
    background-color: black;
    z-index: 2;
  }

  .main-theme.london.queen #mobile-logo-wrapper .container-fluid {
    z-index: 2;
    background-color: black;
  }

  .main-theme.london.king img.cig-logo {
    max-width: 200px;
  }

  .main-theme.london.king #logo {
    display: none;
  }

}




/* Find */
/* Custom for Travis */
/* Title */
/* Caret styled text icon */
.main-theme .right-caret-expandable .scs-title-text {
  overflow: hidden;
  content: ".";
  width: 100%;
  height: 100%;
  line-height: 1;
  padding-bottom: 8px;

}

/* .main-theme .right-caret-expandable::before {
    content: "\f0da";
    font-family: "Font Awesome\ 5 Free";
    font-size: 16px;
    font-weight: 900;
    color: var(--caretRight);
    margin-right: 10px;
} */

.main-theme .right-caret-expandable .scs-component-content .scs-title-text::before {
  content: "\f0da";
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: var(--caretRight);
  display: inline-block;
}

.main-theme .right-caret-expandable .scs-component-content .scs-title-text {
  text-align: left;
  line-height: 1.25;
}

.scs-button-button span.scs-button-text {
  white-space: normal;
  text-align: left;
}

.main-theme .right-caret-expandable .scs-title-text {
  /* display: inline-block;*/
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  /* font-variant: normal;
  text-rendering: auto;*/
}

/* Button : Text font change on component */
.main-theme .scs-container-styles.cig_inline_items .scs-component-container {
  display: inline-block;
}


.main-theme .cig_poppins_regular .scs-button .scs-button-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.main-theme .cig_poppins_semibold .scs-button .scs-button-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.main-theme .cig_poppins_bold .scs-button .scs-button-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  white-space: normal;
  text-align: left;
  display: inline-block;
}

.container-maxwidth-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}


/**
 * ---------------------------------------
 * Three and Two Col
 * ---------------------------------------
 */

  .cig-adjust-columns-three .sl-three-columns {grid-column-gap: 67px;}
  .cig-adjust-columns-two .sl-two-columns {grid-column-gap: 67px;}

  .cig-adjust-columns-three,
  .cig-adjust-columns-two {margin-bottom:25px;}

  @media screen and (max-width: 768px) {
    .cig-adjust-columns-three .sl-three-columns-left,
    .cig-adjust-columns-three .sl-three-columns-center,
    .cig-adjust-columns-three .sl-three-columns-right {
        margin-bottom: 33px;
    }

    .cig-adjust-columns-two .sl-two-columns-left,
    .cig-adjust-columns-two .sl-two-columns-right {
        margin-bottom: 33px;
    }

    .cig-adjust-columns-three .scs-spacer-default-style,
    .cig-adjust-columns-two .scs-spacer-default-style  {
        display: none;
    }

  }



@media screen and (max-width: 767px) {

  .scs-slot.scs-responsive .cig_inline_items .scs-col,
  .scs-slot.scs-responsive .cig_inline_items .scs-inner-row,
  .scs-slot.scs-responsive .cig_inline_items .scs-component-container {
    width: auto !important;
  }

  .main-theme .cig_inline_items .right-caret-expandable .scs-title-text {
    width: auto;
    height: auto;
  }

  .main-theme .right-caret-expandable .scs-title-text {
    padding-bottom: 8px;
  }
}

/* end : for Travis here */
.main-theme .navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: transparent;
}

/* Poppins */
.main-theme .white-nav #NavMenu .navMenu-default-style ul,
.white-nav a.nav-link.dropdown-toggle {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.main-theme .white-color-bold-hover #NavMenu .navMenu-default-style ul,
.white-color-bold-hover a.nav-link.dropdown-toggle {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.main-theme .white-nav #NavMenu .navMenu-default-style ul,
.white-nav a.nav-link.dropdown-toggle:hover {
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.main-theme .white-color-bold-hover #NavMenu .navMenu-default-style ul,
.white-color-bold-hover a.nav-link.dropdown-toggle:hover {
  color: #fff;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

/* Blue */

.branding-blue {
  color: #003DA5;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}


/* Grey */

.branding-grey {
  color: #D9D9D6;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}


/* Green */
 .branding-green {
  color: #006F4A;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

/* Yellow */

.branding-yellow {
  color: #C99700;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}


/* Red */


 .branding-red {
  color: #C4122F;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

/* Dark Blue */

.branding-dark-blue  {
  color: #201547;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

/* Purple */

.branding-purple {
  color: #500778;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}



/* Pink */

.branding-pink {
  color: #ef4a81;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}


.main-theme .black-nav #NavMenu .navMenu-default-style ul,
.black-nav a.nav-link.dropdown-toggle {
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.main-theme .black-nav #NavMenu .navMenu-default-style ul,
.black-nav a.nav-link.dropdown-toggle:hover {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.main-theme.queen .black-nav #NavMenu .navMenu-default-style ul, 
.black-nav a.nav-link.dropdown-toggle {
  color: #ffffff;
}

.main-theme .grey-nav #NavMenu .navMenu-default-style ul,
.grey-nav a.nav-link.dropdown-toggle {
  color: #a9a9a9;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.main-theme .grey-nav #NavMenu .navMenu-default-style ul,
.grey-nav a.nav-link.dropdown-toggle:hover {
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

/* Helvetica */
.main-theme .white-nav-helvetica #NavMenu .navMenu-default-style ul,
.white-nav-helvetica a.nav-link.dropdown-toggle {
  color: #fff;
  font-family: 'Helvetica', sans-serif;
  text-transform: uppercase;
  padding: 10px;
}

.main-theme .white-nav-helvetica #NavMenu .navMenu-default-style ul,
.white-nav-helvetica a.nav-link.dropdown-toggle:hover {
  color: #000;
  font-family: 'Helvetica', sans-serif;
  text-transform: uppercase;
}

.main-theme .black-nav-helvetica #NavMenu .navMenu-default-style ul,
.black-nav-helvetica a.nav-link.dropdown-toggle {
  color: #000;
  font-family: 'Helvetica', sans-serif;
  text-transform: uppercase;
}

.main-theme .black-nav-helvetica #NavMenu .navMenu-default-style ul,
.black-nav-helvetica a.nav-link.dropdown-toggle:hover {
  color: #fff;
  font-family: 'Helvetica', sans-serif;
  text-transform: uppercase;
}

.main-theme .grey-nav-helvetica #NavMenu .navMenu-default-style ul,
.grey-nav-helvetica a.nav-link.dropdown-toggle {
  color: #a9a9a9;
  font-family: 'Helvetica', sans-serif;
  text-transform: uppercase;
}

.main-theme .grey-nav-helvetica #NavMenu .navMenu-default-style ul,
.grey-nav-helvetica a.nav-link.dropdown-toggle:hover {
  color: #000;
  font-family: 'Helvetica', sans-serif;
  text-transform: uppercase;
}

/* Playfair */
.main-theme .white-nav-playfair #NavMenu .navMenu-default-style ul,
.white-nav-playfair a.nav-link.dropdown-toggle {
  color: #fff;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

.main-theme .white-nav-playfair #NavMenu .navMenu-default-style ul,
.white-nav-playfair a.nav-link.dropdown-toggle:hover {
  color: #000;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

/* Fonts for Custom: Helvetica */

.main-theme .cig_friz_quadrata .scs-component-content .scs-title-text,
.main-theme .cig_friz_quadrata .scs-component-content .scs-title-text h1,
.main-theme .cig_friz_quadrata .scs-component-content .scs-title-text h2,
.main-theme .cig_friz_quadrata .scs-component-content .scs-title-text h3,
.main-theme .cig_friz_quadrata .scs-component-content .scs-title-text h4,
.main-theme .cig_friz_quadrata .scs-component-content .scs-title-text h5,
.main-theme .cig_friz_quadrata .scs-component-content .scs-title-text h6 {
  font-family: 'Friz-Quadrata';
  font-weight: 600;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}


.main-theme .cig_helvetica_roman .scs-component-content .scs-title-text {
  font-family: 'Helvetica-Roman', Lato,"Lucida Grande", Tahoma, Sans-Serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}


.main-theme .cig_helvetica_roman_bold .scs-component-content .scs-title-text,
.main-theme .cig_helvetica_roman_bold .scs-component-content .scs-title-text h1,
.main-theme .cig_helvetica_roman_bold .scs-component-content .scs-title-text h2,
.main-theme .cig_helvetica_roman_bold .scs-component-content .scs-title-text h3,
.main-theme .cig_helvetica_roman_bold .scs-component-content .scs-title-text h4,
.main-theme .cig_helvetica_roman_bold .scs-component-content .scs-title-text h5,
.main-theme .cig_helvetica_roman_bold .scs-component-content .scs-title-text h6 {
  font-family: 'Helvetica-Roman', Lato,"Lucida Grande", Tahoma, Sans-Serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}


.main-theme .cig_helvetica_neue .scs-component-content .scs-title-text {
  font-family: "Helvetica-Neue","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: normal;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}


.main-theme .cig_helvetica_neue_bold .scs-component-content .scs-title-text,
.main-theme .cig_helvetica_neue_bold .scs-component-content .scs-title-text h1,
.main-theme .cig_helvetica_neue_bold .scs-component-content .scs-title-text h2,
.main-theme .cig_helvetica_neue_bold .scs-component-content .scs-title-text h3,
.main-theme .cig_helvetica_neue_bold .scs-component-content .scs-title-text h4,
.main-theme .cig_helvetica_neue_bold .scs-component-content .scs-title-text h5,
.main-theme .cig_helvetica_neue_bold .scs-component-content .scs-title-text h6 {
  font-family: "Helvetica-Neue","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 600;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}


/* Font Paragraph : default is Poppins */

.main-theme .cig_helvetica_roman .scs-component-content .scs-paragraph-text {
  font-family: 'Helvetica-Roman', Lato,"Lucida Grande", Tahoma, Sans-Serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}

.main-theme .cig_helvetica_roman_bold .scs-component-content .scs-paragraph-text {
  font-family: 'Helvetica-Roman', Lato,"Lucida Grande", Tahoma, Sans-Serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}


.main-theme .cig_helvetica_neue .scs-component-content .scs-paragraph-text {
  font-family: "Helvetica-Neue","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: normal;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}


.main-theme .cig_helvetica_neue_bold .scs-component-content .scs-paragraph-text {
  font-family: "Helvetica-Neue","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 600;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}

/* Applied to Component Groups */
.main-theme .cig_poppins_bold .scs-button-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.main-theme .cig_helvetica_roman_bold .scs-button-text{
    font-family: 'Helvetica-Roman', Lato,"Lucida Grande", Tahoma, Sans-Serif;
    font-weight: 600;
}
.main-theme .cig_helvetica_roman .scs-button-text{
    font-family: 'Helvetica-Roman', Lato,"Lucida Grande", Tahoma, Sans-Serif;
    font-weight: normal;
}

.main-theme .cig_helvetica_neue_bold .scs-button-text{
    font-family: "Helvetica-Neue","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 600;
}

.main-theme .cig_helvetica_neue .scs-button-text{
    font-family: "Helvetica-Neue","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: normal;
}

.doc-icon {
  color:#454546 !important
}.bb-title:hover .bb-title:active{
  color:#454546 !important
}
p > .bb-title {
  color:black !important

}
.Press-Releases p {
  line-height: 1.5 !important;
}

@media (max-width: 1059.9px) {
    
  .motiv-container {
  margin: 0 !important;
  }
  .motiv-container .scs-spacer {
      display:none;
  }
  .motiv-container span {
      font-size:28px;
  }

  #mobile-responsive-container{
    min-height:300px;
  }

  .main-theme.splash-cost-of-living-support .motiv-container span {
      font-size:18px;
  }  
  .main-theme.splash-cost-of-living-support .motiv-container #banner-cta-button span {font-size: 45px; line-height: 1.4;}
}
