/**
 * ---------------------------------------
 * Custom Style in CX Builder
 * ---------------------------------------
 */

:root {
  /* Colors */

  --primaryColor: #003a70; /* main blue */
  --accentColor: #003a70; /* active blue */
  --baseColor: #808080; /* grey */
  --textColor: #212529; /* almost black */
  --textMuted: #6c757d; /* grey muted color */
  --textDate: #5b5b5b; /* gray for article dates */
  --backgroundMuted: #6c757d; /* grey muted color */
  --textWhite: #ffffff; /* white for text*/
  --bannerBackground: #005FAA;
  --entityBlue: #0067B1;
  --socialLinkColor: #0067B1;
  --socialbackground: #e2e2e2;

  --linkColor: #1d70b8; /* brand link color */
  --linkHover: #003078; /* brand link hover */
  --linkActive: #0b0c0c; /* brand link active */
  --linkVisited: #1d70b8; /*brand link visited #4c2c92 (light purple) - potentially same as linkColor for now*/
  --linkHoverWhite: #ffffff;  
    /* --linkColor: #003a70;  previous, light blue */
  /* --linkHover: #cccccc; previous hover color */
  
  --navLinksMobile: #ffffff;
  --navLinks: #212529;
  --greyBorders: #a9a9a9;
  --refactorprimaryColor: #005ea1;

  /* Social Media Icons */
  --socialHeader: #ffffff; /* change color to hide period on social icons */
  --socialIcons: #a9a9a9; /* icon color */

  /* Caret Icon */
  --caretPeriod: #ffffff; /* change color to hide period set for no text */
  --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;
}

/**
 * ---------------------------------------
 * SLOTS - html layout pages
 * ---------------------------------------
 */

body.main-theme {
  font-family: var(--font-family-default);
  font-size: 18px;
  /* line-height: 1.8em; */
  line-height: 26px;
  /* letter-spacing: normal; */
  font-weight: 400;
  font-style: normal;
  color: var(--textColor);
  letter-spacing: var(--letterSpacing);
}
.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);
}

.main-theme h1 {
  font-size: 48px;
  font-weight: bold;
  /* line-height: 1.2em; */
  line-height: 60px;
  letter-spacing: var(--letterSpacing);
  margin-top: 0px;
  margin-bottom: 0.25em;
  color: #0b0c0c;
  overflow: hidden;
}

.main-theme h2 {
  font-size: 36px;
  font-weight: bold;
  /* line-height: 1.1em; */
  line-height: 40px;
  letter-spacing: var(--letterSpacing);
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  color: #0b0c0c;
  overflow: hidden;
}

.main-theme h3 {
  font-size: 24px;
  font-weight: bold;
  /* line-height: 1.2em; */
  line-height: 30px;
  letter-spacing: var(--letterSpacing);
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  color: #0b0c0c;
  overflow: hidden;
}

.main-theme.refactor h5 {
  font-family: var(--font-family-default-medium);
}

/* smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

.main-theme .container-fluid.hero {padding-left: 0; padding-right: 0;}

.cig_custom_border_radius {
    border-color: rgb(128, 128, 128);
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
}

/* hide certain elements from print here or by adding class "noprint" */
@media print {
  .main-theme .noprint {
    visibility: hidden;
  }
  .main-theme .control-button {
    visibility: hidden;
  }
  .main-theme .tooltip-inner,
  .main-theme .arrow {
    visibility: hidden;
  }
}

.main-theme div.scs-title,
.main-theme div.scs-title-text {
  overflow: hidden;
  padding-top: 5px;
}

/* Search Custom to update fonts */

/**
 * ---------------------------------------
 * Press Release Modify Component
 * ---------------------------------------
 */

.Press-Releases.modify img {
  max-width: 90%;
} /* this is for entity sites and microsites will add specific to entity theme */
@media screen and (max-width: 991px) {
  .Press-Releases.modify img {
    max-width: 100%;
  }
}

/**
 * ---------------------------------------
 * 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;
}

.dos-header-image img {
  max-height: 350px;
  max-width: 400px;
}

/**
 * ---------------------------------------
 * 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;
}

.main-theme .govky-text-overlay {
  width: 500px;
  z-index: 100;
  /* height: 230px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  padding: 20px 40px;
  margin-left: 15px;
}


/**
 * ---------------------------------------
 * Full banner template
 * ---------------------------------------
 */
.main-theme .govky-text-overlay-full-banner {
  width: 500px;
  position: absolute;
  /* height: 230px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  margin-left: 15px;
  /*z-index: 5000;*/
  position: absolute;
  top: -294px;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  margin-left: 9%;
}

.main-theme .govky-hero-banner-image {
  position: absolute;
  max-height: 350px;
  /*z-index: 2500;*/
}
body.main-theme.entity.default.cig-ncpd .govky-hero-banner-image {
  max-height: 500px;
}

.banner-container .container-fluid {padding-left: 0; padding-right:0;}


@media screen and (max-width: 991px) {
  .banner-container {background: var(--bannerBackground);}
}

@media screen and (max-width: 500px) {
  .main-theme .govky-text-overlay {
    width: 400px;
  }
  .main-theme .govky-text-overlay-full-banner {
    width: 400px;
  }
}
@media screen and (max-width: 376px) {
  .main-theme .govky-text-overlay {
    width: 350px;
  }
  .main-theme .govky-text-overlay-full-banner {
    width: 350px;
  }
}
@media screen and (max-width: 321px) {
  .main-theme .govky-text-overlay {
    width: 260px;
  }
  .main-theme .govky-text-overlay-full-banner {
    width: 260px;
  }
}

.cig-blue-background {
  background-color: #005EA1;
}
/**
 * ---------------------------------------
 * 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;
}

.cig-full-divider {
  border-top: 2px solid #0067b1;
  width: 100%;
}

.cig-partial-divider {
  border-top: 2px solid #0067b1;
  width: 195px;
}

/**
 * ---------------------------------------
 * Button Component
 * ---------------------------------------
 */
/* Button Style 1: Alta */
.scs-button-default-style .scs-button-button {
  text-decoration: none;
  font-weight: bold;
  font-family: var(--font-family-default);
  padding: 4px 8px;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  background: none;
  border: 1px solid #c4ced7;
  color: #000000;
  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%
  );
}

.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: #000000;
}

/* Button Style 2: Alta Large */
.scs-button-style-2 .scs-button-button {
  text-decoration: none;
  font-weight: bold;
  font-family: var(--font-family-default);
  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: var(--font-family-default);
  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;
}

.cig-pwd-btn .scs-button-button {
  background-color: transparent;
  padding-left: 0;
}

.cig-pwd-btn .scs-button-text {
color: #0067b1;
text-decoration: underline;
text-decoration-color: #0067b1;
font-weight: 700;
}

.cig-pwd-btn .scs-button-text::after {
  content: "\f061";
  font-family: "Font Awesome\ 5 Free";
  font-size: 14px;
  /* font-weight: 900; */
  color: #0067b1;
  margin-left: 6px;
  display: inline-block;
}

.cig-pwd-anchor-link .scs-button-text {
  color: #0067b1;
  font-weight: 700;
}

.cig-pwd-anchor-link .scs-button-text::before {
  content: "\2014";
  color: #0067b1;
  display: inline-block;
  font-weight: 700;
  margin-right: 6px;
}
.cig-filter-line-blue .scs-button-text {
  color: #000000;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-family-default);
}
.cig-filter-line-blue .scs-button-text:hover {
  padding-bottom: 10px;
  width: fit-content;  
  border-bottom: 3px solid #0067B1;
}



/* Pulled from new Entity Template Build */
.main-theme #header-photo-body .scs-container-styles {
  overflow: unset;
}

.main-theme .entity-text-hero {
  width: 500px;
  position: absolute;
  /* height: 230px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  margin-left: 15px;
  /*z-index: 5000;*/
  position: absolute;
  top: -280px;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  margin-left: 10%;
  z-index: 500;
}

.main-theme .entity-text-hero-600 {
  width: 600px;
  position: absolute;
  /* height: 230px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  margin-left: 15px;
  /*z-index: 5000;*/
  position: absolute;
  top: -280px;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  margin-left: 10%;
  z-index: 500;
}


.main-theme .entity-text-hero-700 {
  width: 700px;
  position: absolute;
  /* height: 230px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  margin-left: 15px;
  /*z-index: 5000;*/
  position: absolute;
  top: -280px;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  margin-left: 10%;
  z-index: 500;
}

.main-theme .entity-text-hero-auto {
  width: auto;
  position: absolute;
  /* height: 230px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  margin-left: 15px;
  /*z-index: 5000;*/
  position: absolute;
  top: -280px;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  margin-left: 10%;
  z-index: 500;
}



.main-theme .hero .entity-text-hero h1,
.main-theme .hero .entity-text-hero .scs-button-button,
.main-theme .hero .entity-text-hero-600 h1,
.main-theme .hero .entity-text-hero-600 .scs-button-button,
.main-theme .hero .entity-text-hero-700 h1,
.main-theme .hero .entity-text-hero-700 .scs-button-button,
.main-theme .hero .entity-text-hero-auto h1,
.main-theme .hero .entity-text-hero-auto .scs-button-button {
  padding-left: 15px;
  padding-right: 15px;

}

@media screen and (max-width: 1600px) {
  .main-theme .hero .entity-text-hero,
  .main-theme .hero .entity-text-hero-600,
  .main-theme .hero .entity-text-hero-700,
  .main-theme .hero .entity-text-hero-auto {
    margin-left: 10%;
  }
}
@media screen and (max-width: 1450px) {
  .main-theme .hero .entity-text-hero,
  .main-theme .hero .entity-text-hero-600,
  .main-theme .hero .entity-text-hero-700,
  .main-theme .hero .entity-text-hero-auto {
    margin-left: 9%;
  }
}

@media screen and (max-width: 1245px) {
  .main-theme .hero .entity-text-hero,
  .main-theme .hero .entity-text-hero-600,
  .main-theme .hero .entity-text-hero-700,
  .main-theme .hero .entity-text-hero-auto {
    margin-left: 2%;
  }
}


@media screen and (min-width: 1920px) {

  .main-theme .entity-text-hero,
  .main-theme .hero .entity-text-hero-600,
  .main-theme .hero .entity-text-hero-700,
  .main-theme .hero .entity-text-hero-auto{
      margin-left: 19%;
      padding-left:0;
  }
}


@media screen and  (min-width: 1700px){
  .main-theme .entity-text-hero,
  .main-theme .hero .entity-text-hero-600,
  .main-theme .hero .entity-text-hero-700,
  .main-theme .hero .entity-text-hero-auto{
      margin-left: 16%;
  }
}

@media screen and (max-width: 991px) {
  .banner-container {background: var(--bannerBackground);}
  .main-theme .entity-text-hero,
  .main-theme .hero .entity-text-hero-600,
  .main-theme .hero .entity-text-hero-700,
  .main-theme .hero .entity-text-hero-auto {
    top: 0px;
    width: auto;
    padding: 0;
    margin:0;
  }

}

@media screen and (max-width: 767px) {
  .main-theme .hero .entity-text-hero,
  .main-theme .hero .entity-text-hero-600,
  .main-theme .hero .entity-text-hero-700,
  .main-theme .hero .entity-text-hero-auto {
    margin-left: 0%;
    margin-top: 30px;
    width: auto;
    top:0;
  }

  /* .scs-title-text h1,
  .scs-title-text h2,
  .scs-title-text h3,
  .scs-title-text h4 {
    margin-left: 20px;
    margin-right:20px;
  } */

  .left .scs-title-text h1, 
  .left .scs-title-text h2, 
  .left .scs-title-text h3, 
  .left .scs-title-text h4 {
    margin-left: 0px;
    margin-right: 0px;
  }


  .main-theme .hero .entity-text-hero h1,
  .main-theme .hero .entity-text-hero .scs-button-button,
  .main-theme .hero .entity-text-hero-600 h1,
  .main-theme .hero .entity-text-hero-600 .scs-button-button,
  .main-theme .hero .entity-text-hero-700 h1,
  .main-theme .hero .entity-text-hero-700 .scs-button-button,
  .main-theme .hero .entity-text-hero-auto h1,
  .main-theme .hero .entity-text-hero-auto .scs-button-button {
    padding-left: 0px;
    padding-right: 0px;

  }


  .main-theme.entity.cig-dos .hero .entity-text-hero h1,
  .main-theme.entity.cig-dos .hero .entity-text-hero .scs-button-button,
  .main-theme.entity.cig-dos .hero .entity-text-hero-600 h1,
  .main-theme.entity.cig-dos .hero .entity-text-hero-600 .scs-button-button,
  .main-theme.entity.cig-dos .hero .entity-text-hero-700 h1,
  .main-theme.entity.cig-dos .hero .entity-text-hero-700 .scs-button-button,
  .main-theme.entity.cig-dos .hero .entity-text-hero-auto h1,
  .main-theme.entity.cig-dos .hero .entity-text-hero-auto .scs-button-button {
    padding-left: 20px!important; /* fix when updating all other components remove important */
    padding-right: 0px;

  }

}

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

  .main-theme .hero .entity-text-hero h1,
  .main-theme .hero .entity-text-hero .scs-button-button,
  .main-theme .hero .entity-text-hero-600 h1,
  .main-theme .hero .entity-text-hero-600 .scs-button-button,
  .main-theme .hero .entity-text-hero-700 h1,
  .main-theme .hero .entity-text-hero-700 .scs-button-button,
  .main-theme .hero .entity-text-hero-auto h1,
  .main-theme .hero .entity-text-hero-auto .scs-button-button {
    padding-left: 0px;
    padding-right: 0px;

  }

}

/* Cobrowse Launcher Style 1: Link */
.scs-cobrowse-style-1 .scs-button-button {
  text-decoration: none;
  font-family: var(--font-family-default);
  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: var(--font-family-default);
  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%;
}


/* CIG DOS Contents Button */
.cig-contents-button 
.scs-component-content 
.scs-button-button 
.scs-button-text::before {
    content: "\f061";
    font-family: "Font Awesome\ 5 Arrows";
    font-size: 18px;
    font-weight: 900;
    color: var(--caretRight);
    margin-right: 10px;
    display: inline-block;
}
.cig-contents-button .scs-button-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-size: 1rem;
    font-variant: normal;
    text-rendering: auto;
}
.cig-contents-button .scs-button-button .scs-button-text {
    text-align: left;
    white-space: normal;
    line-height: 1.25;
}
.cig-contents-button 
.scs-component-content 
.scs-button-button 
.scs-button-text::before {
  position: absolute;
  margin-left: -15px;
}
.cig-contents-button .scs-button-button span.scs-button-text {
    margin-left: 15px;
}

/**
 * ---------------------------------------
 * Title Component
 * ---------------------------------------
 */
.scs-title-default-style {
  color: #333333;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-size: 24px;
  font-weight: normal;
}

/* Highlight */
.scs-title-style-2 {
  background-color: #def300;
  color: #333333;
  font-family: adobe-clean, sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  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";
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  color: #3a4249;
  text-align: left;
  border-top: 1px solid #999999;
  padding-top: 1em;
}


/**
 * ---------------------------------------
 * 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;
    }
  }

/**
 * ---------------------------------------
 * Paragraph Component
 * ---------------------------------------
 */
.scs-paragraph-default-style {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  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;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  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;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  color: #333333;
  background-color: #e5e5e5;
  box-sizing: border-box;
  padding-top: 2em;
  padding-bottom: 2em;
}

/* PLC map description text & img alignment */
.plc_map_description img {
  vertical-align: baseline;
}

.scs-paragraph.deh-table-styling th {
  border: 1px solid #000;
}

/**
 * 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;
  } */

  .scs-paragraph:not(.scs-paragraph-edit).plc-legend-table-styling table tr {
    border: none;
    margin-bottom: 0;
  }
}

/**
 * ---------------------------------------
 * 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 Item Component
 * ---------------------------------------
 */
 .vertical-scroll-item {
  height: 400px;
  overflow-y: scroll;
 }

/**
 * ---------------------------------------
 * 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-paragraph.deh-table-styling table {
  border-color: black;
}

.scs-paragraph.deh-table-styling table tbody td {
  background-color: transparent;
  border: solid 1px #000000;
}

.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-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-size: 15px;
}

.rss-caption-heading-custom-style-1 .rss-caption-heading {
  background: #0f9633;
  color: #fff;
  font-family: Verdana;
  font-family: "Poppins", sans-serif; /* override */
  font-size: 15px;
}

.rss-caption-heading-custom-style-2 .rss-caption-heading {
  background: #746763;
  color: #fff;
  font-family: Verdana;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-size: 15px;
}

/**
 * ---------------------------------------
 * Cookie Consent
 * ---------------------------------------
 */
.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-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  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;
}

.scs-cookie-consent a {
  color: #003a70; /* 006598 */
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.scs-cookie-consent .scs-cookie-consent-close {
  display: block;
  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;
}

.scs-cookie-consent {
  display: none !important;
} /*completely hide cookie consent*/

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

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

/* Fonts for Custom */

.main-theme .cig_poppins_thin .scs-component-content .scs-title-text {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-weight: 100;
}

.main-theme .cig_poppins_light .scs-component-content .scs-title-text {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-weight: 300;
}

.main-theme .cig_poppins_regular .scs-component-content .scs-title-text {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-weight: 400;
}

.main-theme .cig_poppins_regular_italic .scs-component-content .scs-title-text {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-weight: 400;
  font-style: italic;
}

.main-theme .cig_poppins_semibold .scs-component-content .scs-title-text {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-weight: 600;
}

.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: bold;
}

.main-theme .cig_helvetica_roman .scs-component-content .scs-title-text {
  font-family: "Helvetica-Roman", Lato, "Lucida Grande", Tahoma, Sans-Serif;
  font-family: var(--font-family-default); /* override */
  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-family: var(--font-family-default); /* override */
  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-family: var(--font-family-default); /* override */
  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;
  font-family: var(--font-family-default); /* override */
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}

.main-theme .cig_poppins_bold .scs-component-content .scs-title-text {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-weight: 700;
}

/* 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-family: var(--font-family-default); /* override */
  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-family: var(--font-family-default); /* override */
  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-family: var(--font-family-default); /* override */
  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-family: var(--font-family-default); /* override */
  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-family: var(--font-family-default); /* override */
  font-weight: 700;
}

.main-theme .cig_helvetica_roman_bold .scs-button-text {
  font-family: "Helvetica-Roman", Lato, "Lucida Grande", Tahoma, Sans-Serif;
  font-family: var(--font-family-default); /* override */
  font-weight: 600;
}
.main-theme .cig_helvetica_roman .scs-button-text {
  font-family: "Helvetica-Roman", Lato, "Lucida Grande", Tahoma, Sans-Serif;
  font-family: var(--font-family-default); /* override */
  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-family: var(--font-family-default); /* override */
  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-family: var(--font-family-default); /* override */
  font-weight: normal;
}

.main-theme ul.navbar-nav li a {
  font-weight: 200;
}

/* Custom Border : create new border style for adjusting border */
.main-theme .cig_custom_border_left {
  border-left: 1px solid var(--greyBorders);
}
.main-theme .cig_custom_border_right {
  border-right: 1px solid var(--greyBorders);
}

.main-theme .cig_custom_border_top {
  border-top: 1px solid var(--greyBorders);
  padding-top: 40px;
}
.main-theme .cig_custom_border_bottom {
  border-bottom: 1px solid var(--greyBorders);
  padding-bottom: 40px;
}

.main-theme .cig_custom_border_split {
  border-right: 1px solid var(--greyBorders);
  min-height: 709px;
  margin-right: 45px;
}

/* Key Individuals */

.main-theme .cig_key_individual_fix .sl-horizontal-item {
  flex: 0;
}

/* Content */

.main-theme .scs-container-styles.cig_adjust_title_space h5 {
  margin-bottom: 0;
}

.main-theme .cig_three_image_spacing .s1-three-columns {
}

/* Three Image Block */

.main-theme .cig_three_image_spacing .s1-three-columns {
  padding: 20px;
}

.main-theme .cig_three_image_spacing .sl-three-columns-left,
.main-theme .cig_three_image_spacing .sl-three-columns-center,
.main-theme .cig_three_image_spacing .sl-three-columns-right {
  padding-right: 15px;
  padding-left: 15px;
}

.main-theme .cig_three_image_spacing .sl-three-columns-left {
  padding-left: 0px;
}
.main-theme .cig_three_image_spacing .sl-three-columns-right {
  padding-right: 0px;
}

/* 
#body .cig_poppins_semibold {color: var(--primaryColor);}
*/

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

.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);
  /*margin-right: 10px;*/
  display: inline-block;
}

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

.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;*/
}

/* no-caret-button */
.main-theme .no-caret-button .scs-title-text {
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding-bottom: 8px;
}

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

.main-theme .no-caret-button .scs-component-content .scs-title-text {
  text-align: left;
  /* white-space: normal; */
  /* line-height: 1.25; */
}

.main-theme .no-caret-button span.scs-button-text {
  white-space: normal;
  text-align: left;
}

.main-theme .no-caret-button .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;*/
}

/* For Icon on Scroll to top */
.main-theme .up-caret-page-top .scs-title-text {
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding-bottom: 8px;
}

.main-theme .up-caret-page-top .scs-component-content .scs-title-text::before {
  content: "\f0d8";
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: var(--caretRight);
  /*margin-right: 10px;*/
  display: inline-block;
}

.main-theme .up-caret-page-top .scs-component-content .scs-title-text {
  text-align: left;
  /* white-space: normal;
  line-height: 1.25;*/
}

.main-theme .up-caret-page-top .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-family: var(--font-family-default); /* override */
  font-weight: 400;
}

.main-theme .cig_poppins_semibold .scs-button .scs-button-text {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-weight: 600;
}

.main-theme .cig_poppins_bold .scs-button .scs-button-text {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-family-default); /* override */
  font-weight: 700;
}

/**
 * ---------------------------------------
 * Microsite Theme Custom Style Additions
 * ---------------------------------------
 */

.scs-title.scs-component.cig_title_background {
  background: #d3d3d3;
  padding-top: 5px;
  padding-bottom: 5px;
}

@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: 0px;
  }
}

/* end : for Travis here */

/* 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;
}

#govky-tag img {
  max-width: 60px;
}

/* Download Icon */
.main-theme .cig-link-download-icon .scs-paragraph-text a::before {
  content: "\f56d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #0067b1;
  margin-right: 15px;
  display: inline-block;
}

/* Custom from Refactor */
.govk-brand-logo {
  font-family: var(--font-family-default);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}



/* 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;
  }
}

/* Caret styled buttons */

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

.right-caret-expandable .scs-button-button .scs-button-text {
  text-align: left;
  white-space: normal;
  line-height: 1.25;
}

.right-caret-expandable .scs-button-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-size: 1rem;
  font-variant: normal;
  text-rendering: auto;
}

.cig-right-caret-blue .scs-component-content
.scs-button-button
.scs-button-text::before {
content: "\f0da";
font-family: "Font Awesome\ 5 Free";
font-size: 18px;
font-weight: 900;
color: #0067b1;
margin-right: 10px;
display: inline-block;
}

.cig-right-caret-blue .scs-button-text {
  display: inline-block;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  color: #0067b1;
  font-weight: 600;
  font-size: 15px;
  font-size: 1rem;
  font-variant: normal;
  text-rendering: auto;
}

/* Refactor Button */
.main-theme .cig_refactor_button .scs-button-button {
  background-color: transparent;
  border-color: var(--refactorprimaryColor);
  color: var(--refactorprimaryColor);
  border-radius: 6px;
  border: 2px solid;
  line-height: 24px;
  font-size: 14px;
  /*font-weight: 700;*/
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: var(--font-family-default-medium);
  cursor: pointer;
}

.main-theme .cig_refactor_button .scs-button-button:hover {
  filter: brightness(110%);
  background-color: var(--refactorprimaryColor);
}

.main-theme .cig_refactor_button .scs-button-button:hover span.scs-button-text {
  color: var(--white);
}

/* Refactor Button Solid */
.main-theme .cig_refactor_button_solid .scs-button-button {
  background-color: var(--refactorprimaryColor);
  border-color: var(--refactorprimaryColor);
  color: var(--white);
  border-radius: 6px;
  border: 2px solid;
  line-height: 24px;
  font-size: 16px;
  /*font-weight: 700;*/
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 8px 12px;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: var(--font-family-default-medium);
  cursor: pointer;
}

/* Refactor Button Solid */
.main-theme .cig_refactor_button_solid_wide .scs-button-button {
  background-color: var(--refactorprimaryColor);
  border-color: var(--refactorprimaryColor);
  border-radius: 6px;
  border: 2px solid var(--refactorprimaryColor);
  color: var(--white);
  line-height: 24px;
  font-size: 16px;
  /*font-weight: 700;*/
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 8px 40px;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-family: var(--font-family-default-medium);
  cursor: pointer;
}

.main-theme .cig_refactor_button_solid .scs-button-button:hover,
.main-theme .cig_refactor_button_solid_wide .scs-button-button:hover {
  filter: brightness(120%);
  border: 2px solid var(--refactorprimaryColor);
}

/* Up Caret Button */
.up-caret-page-top
  .scs-component-content
  .scs-button-button
  .scs-button-text::before {
  content: "\f0d8";
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: var(--caretRight);
  margin-right: 10px;
  display: inline-block;
}

.up-caret-page-top .scs-button-button .scs-button-text {
  text-align: left;
  white-space: normal;
  line-height: 1.25;
}

.up-caret-page-top .scs-button-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-size: 1rem;
  font-variant: normal;
  text-rendering: auto;
}

/* Up Caret Button Box */
.up-caret-page-top-box
  .scs-component-content
  .scs-button-button
  .scs-button-text::before {
  content: "\f0d8";
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: var(--caretRight);
  margin-right: 10px;
  display: inline-block;
  background: #efefef;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.up-caret-page-top-box .scs-button-button .scs-button-text {
  text-align: left;
  white-space: normal;
  line-height: 1.25;
}

.up-caret-page-top-box .scs-button-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-size: 1rem;
  font-variant: normal;
  text-rendering: auto;
}

.up-caret-page-top-box
  .scs-component-content
  .scs-button-button
  .scs-button-text {
  color: var(--caretPeriod);
}

/* Hide periods for Font Awesome Icon 
.right-caret-expandable .scs-component-content .scs-button-button .scs-button-text{
  color: var(--caretPeriod);
}
*/

/* Component Custom Styles */
.reset-margin-padding .scs-component-content .scs-componentgroup {
  margin: 0;
  padding: 0;
  width: auto;
}

/* Ministeries & Portfolio Component */
/* Prevents flicker when switching between content items */
.cig_min_port_min_height {
  min-height: 500px;
  background: #e2e2e2;
}

/* Component Group Padding */
.main-theme .cig_padding_40 {
  padding: 40px;
}
.main-theme .cig_grey_padding_40 {
  padding: 40px;
  background: #efefef;
}
.main-theme .cig_padding_30 {
  padding: 30px;
}
.main-theme .cig_padding_20 {
  padding: 20px;
}
.main-theme .cig_padding_10 {
  padding: 10px;
}

.scs-paragraph.scs-component.background-grey {
  background: #efefef;
  padding: 40px;
}

.scs-paragraph.scs-component.background-grey {
  background: #efefef;
  padding: 40px;
}

.scs-paragraph.scs-component.right-line-grey {
  border-right: 1px solid #efefef;
  padding-right: 60px;
}
.scs-paragraph.scs-component.right-line-black {
  border-right: 1px solid #000;
  padding-right: 60px;
}

.scs-divider.scs-component-content.right-line-grey {
  border-right: 1px solid #efefef;
  padding-right: 60px;
}
.scs-divider.scs-component-content.right-line-black {
  border-right: 1px solid #000000;
  padding-right: 60px;
}

.scs-componentgroup.scs-component.right-line-grey {
  border-right: 1px solid #efefef;
  padding-right: 5px;
  margin-top: 20px;
}
.scs-componentgroup.scs-component.right-line-black {
  border-right: 1px solid #000000;
  padding-right: 5px;
  margin-top: 20px;
}

/* 2 photo block : featured block only; */
#featured-block-slot {
  text-align: center;
}




/* 2 photo block : adjusted */

.main-theme .cig_two_image_spacing .s1-two-columns {
}

/* Two Image Block */

.main-theme .cig_two_image_spacing .s1-two-columns {
  padding: 20px;
}

.main-theme .cig_two_image_spacing .sl-two-columns-left,
.main-theme .cig_two_image_spacing .sl-two-columns-right {
  padding-right: 0px;
  padding-left: 0px;
}

.main-theme .cig_two_image_spacing .sl-two-columns-left img,
.main-theme .cig_two_image_spacing .sl-two-columns-right img {
  min-height: 245px;
  max-height: 245px;
  width: auto;
}

.main-theme
  .cig_two_image_spacing
  .sl-two-columns-left
  .scs-button.scs-component.right-caret-expandable {
  margin-left: 24% !important;
}

/* Video & Image Block */

.main-theme .cig_video_image_spacing .s1-two-columns {
  padding: 20px;
}

.main-theme .cig_video_image_spacing .sl-two-columns-left,
.main-theme .cig_video_image_spacing .sl-two-columns-right {
  padding-right: 0px;
  padding-left: 0px;
}

.main-theme .cig_video_image_spacing .sl-two-columns-left img,
.main-theme .cig_video_image_spacing .sl-two-columns-right img {
  min-height: 245px;
  max-height: 245px;
  width: auto;
}

.main-theme
  .cig_video_image_spacing
  .sl-two-columns-left
  .scs-button.scs-component.right-caret-expandable {
  margin-left: 16% !important;
}

/* 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;
}

/* Fix for Social Media Icons on White Background */
.main-theme #CIG-Social-Media a.scs-button-button,
.main-theme #CIG-Social-Media span.scs-button-text {
  color: white;
}

#CIG-Social-Media {
  margin-top: -62px;
  position: relative;
  padding-bottom: 20px;
}

/* Navigation */
.main-theme .identity-nav {
  padding-top: 20px;
}

.main-theme .cig-divider-vertical {
  width: 1px;
  display: inline-block;
  border-right: 1px solid #000000;
  margin-top: 27px;
}

#logocontainer .scs-image-container::after {
  width: 1px;
  display: inline-block;
  border-right: 1px solid #000000;
  margin-top: 10px;
}

#logocontainer .scs-title-text,
#logocontainer .scs-title-text h5 {
  font-size: 18px;
  margin-left: 1px;
}

.main-theme #logocontainer img {
  image-rendering: auto!important;
}

.main-theme .navbar-nav .active > .nav-link,
.main-theme .navbar-nav .show > .nav-link,
.main-theme .navbar-nav .nav-link.active,
.main-theme .navbar-nav .nav-link.show {
  color: var(--textColor);
}

.main-theme #NavMenu .navMenu li:hover .subMenu {
  display: block;
}

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

.main-theme #NavMenu .dropdown-submenu a {
  color: var(--white);
}
.container-maxwidth-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-theme.refactor.two-col.cig-dos #NavMenu .dropdown-submenu a {
  color: var(--textColor);
}


/* Ministries Button */

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


.right-caret-button .scs-button-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-size: 1rem;
    font-variant: normal;
    text-rendering: auto;
}

.cig_related_entity_fix .scs-button .scs-button-button {
    padding: 6px 10px;
}

.right-caret-button .scs-button-button .scs-button-text {
    text-align: left;
    white-space: normal;
    line-height: 1.25;
}

.right-caret-button 
.scs-component-content 
.scs-button-button 
.scs-button-text::before {
  position: absolute;
  margin-left: -15px;
}


.right-caret-button .scs-button-button span.scs-button-text {
    margin-left: 15px;
}

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

  .right-caret-button 
  .scs-component-content 
  .scs-button-button 
  .scs-button-text::before {
    position: absolute;
    margin-left: -10px;
  }

  .right-caret-button .scs-button-button span.scs-button-text {
    margin-left: 10px;
  }


}

/**
 * ---------------------------------------------------------------
 * Component Font Overrides
 * ---------------------------------------------------------------
 */

.main-theme .Office-Register {
    font-family: var(--font-family-default);
}



@media screen and (min-width: 1200px) {
  #CIG-Social-Media {
    margin-top: -80px;
  }
}

@media screen and (max-width: 1199px) {
  .main-theme
    .cig_two_image_spacing
    .sl-two-columns-left
    .scs-button.scs-component.right-caret-expandable {
    margin-left: 9% !important;
  }
}

@media screen and (max-width: 991px) {
  .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: 400px;
  }

  .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%;
  }

  .main-theme
    .cig_two_image_spacing
    .sl-two-columns-left
    .scs-button.scs-component.right-caret-expandable {
    margin-left: 0% !important;
  }
}

/* responsive navigation */
@media screen and (max-width: 991px) {
  .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;
  }

  #featured-block-slot .scs-button.scs-component.right-caret-expandable {
    margin-left: 9%;
  }

  #body .sl-two-columns-right {
    margin-top: 0px;
  }

  .main-theme .cig_custom_border_split {
    border-right: 0px solid var(--greyBorders);
    min-height: 0px;
    margin-right: 0px;
  }

  .main-theme .navbar-toggler {
    margin-top: 5px;
  }
  .main-theme .navbar-collapse {
    background: #262626;
    margin-top: -16px;
  }
  .main-theme #NavMenu .navMenu-default-style ul,
  .main-theme a.nav-link.dropdown-toggle {
    color: var(--navLinksMobile);
  }
}

@media only screen and (min-width: 829px) {
  #logocontainer h5 {
    height: 1.1rem;
  }
  #NavMenu {
    max-height: 40px;
  }
}

@media only screen and (max-width: 828px) {
  #logocontainer h5 {
    height: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    padding: 15px;
    margin-top: -93px;
    background: var(--navLinksMobile);
  }
}

@media screen and (max-width: 767px) {
  #CIG-Social-Media {
    width: 50%;
    margin-top: -52px;
    margin-left: auto;
    margin-right: auto;
  }

  #logocontainer .scs-title-text {
    min-width: 245px;
  }

  #logocontainer .scs-title-text,
  #logocontainer .scs-title-text h5 {
    font-size: 15px;
  }

  .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;
  }

  #logocontainer .navbar-collapse {
    top: 53px;
  }

  .main-theme #image-three-col-block .scs-image.scs-component {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  #featured-block-slot .scs-button.scs-component.right-caret-expandable {
    margin-left: 0%;
  }

  .main-theme .cig_two_image_spacing .sl-two-columns-right .scs-button-button {
    margin-top: 20px;
  }

  div#navbarSupportedContent.navbar-collapse {
    top: 53px;
  }

  .main-theme .cig_three_image_spacing .sl-three-columns-left,
  .main-theme .cig_three_image_spacing .sl-three-columns-center,
  .main-theme .cig_three_image_spacing .sl-three-columns-right {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-theme .navbar-toggler {
    margin-top: 20px;
  }
  .main-theme .navbar-collapse {
    background: #262626;
  }

  #logocontainer .sl-two-columns {
    display: flex;
    margin-left: 12%;
    margin-right: 12%;
  }
  #body {
    margin-top: 30px;
  }

  .main-theme .navbar-collapse {
    margin-top: -19px;
  }

  .main-theme #featured-block-slot .scs-image.scs-component {
    margin-right: 0px !important;
    text-align: center !important;
    margin-left: 0px !important;
  }

  .main-theme
    #featured-block-slot
    .scs-image.scs-component
    .scs-component-content {
    width: 100% !important;
  }

  .main-theme .cig_two_image_spacing .sl-two-columns-left img,
  .main-theme .cig_two_image_spacing .sl-two-columns-right img {
    min-height: auto;
    max-height: 100%;
    width: 100%;
  }
  .main-theme #featured-block-slot .scs-image-container {
    text-align: center !important;
  }
}

/* ---------- 
 * 404 Page 
 * ----------- */
.main-theme.notFound #header-img {
  height: 1200px;
}
.main-theme.notFound #header-img .cig-splash-refactor-hero {
  margin-top: 50px;
}
.main-theme.notFound .footer-wrapper {
  margin-top: 0;
}
@media screen and (max-width: 321px) {
  .main-theme.notFound #header-img .cig-splash-refactor-hero {
    margin-top: 40%;
  }
} 
#mobileShow {
  display: none;
}

@media screen and (max-width: 767px) {
   #header-img {
      display: none;
    }
    #mobileShow {
      display: block;
    }
    .main-theme .scs-image .scs-image-image {
      margin: 0 0 10px 0;
    }
  } 

/**
 * ---------------------------------------
 * Disclosure Table Styles
 * ---------------------------------------
 */
/* wrap the disclosure log table */
.main-theme .line-right {border-right: 1px solid #cccccc;}
.main-theme .line-left {border-left: 1px solid #cccccc;}
.main-theme .line-right {padding-right: 5px; padding-left: 10px;}
.main-theme .wrap-card .wrap-left .line-right:first-child {padding-left: 25px;}
.wrap-disclosure #disclosure-log.hide-slot {display:none;} 
.wrap-disclosure {display: none;}
.main-theme .scs-sectionlayout.last-border .last-border .FOI-Disclosure-Row .wrap-card.row {border-bottom: 0px solid #ffffff;}
.main-theme .scs-sectionlayout.last-border .last-border.fix-border .FOI-Disclosure-Row .wrap-card.row {border-bottom: 1px solid #cccccc;}
/* Display related entities title : Use section 2 col */
/* Apply style cig-related-section to section */
.main-theme.related-ent .scs-sectionlayout.first-item .scs-component-container.first-item .Related-Entities .head-ent {display: block;}

@media screen and (max-width: 991px){
    .main-theme .line-right {border-right: 0px solid #cccccc;}
    .main-theme .line-left {border-left: 0px solid #cccccc;}
    .main-theme .wrap-disclosure .request-number {display: none;}
    .main-theme .wrap-disclosure .year {display: none;}
    .main-theme .wrap-disclosure .outcome {display: none;}
    .main-theme .wrap-disclosure .request-details {display: none;}
    .main-theme .scs-sectionlayout.first-item .first-item .FOI-Disclosure-Row .wrap-left {
        margin-top: 6%;
    }
    .main-theme .line-right {
      padding-left: 15px;
    }
    .main-theme .wrap-card .wrap-left .line-right:first-child {padding-left: 15px;}
}