@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
    /*-----------------------------------------------------------------------*\

        b. global styles

    \*-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\


  4. MISC STYLES


\*---------------------------------------------------------------------------*/
/* Shutter In Horizontal */
/* Shutter Out Horizontal */
/* Shutter In Vertical */
/* Shutter Out Vertical */
/*-----------------------------------------------------------------------*\

    HOW TO USE:
    ---------------------------------------------------------------------

    The config file feeds all the partials with layout and design based variables.
    Customize _config-custom-theme.scss, or choose a pre-built _config-theme


\*-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\


  Global Variables


\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\


  Colors


\*---------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/* line 73, ../sass/config/_config-custom-theme.scss */
.primary {
  fill: #50759E;
}

/* line 74, ../sass/config/_config-custom-theme.scss */
.secondary {
  fill: #FAA634;
}

/* line 75, ../sass/config/_config-custom-theme.scss */
.tertiary {
  fill: #1B3E6F;
}

/* line 76, ../sass/config/_config-custom-theme.scss */
.white {
  fill: #fff;
}

/* line 77, ../sass/config/_config-custom-theme.scss */
.gold {
  fill: #E08100;
}

/*---------------------------------------------------------------------------*\


  Type


\*---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*\

    @fontface

\*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*\

    TITLE

\*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*\

    BODY

\*-----------------------------------------------------------------------*/
/* line 212, ../sass/config/_config-custom-theme.scss */
.node__content {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #3d3d3d;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24.3px;
  line-height: 2.43rem;
  line-height: 2.6rem;
}
/* line 215, ../sass/config/_config-custom-theme.scss */
.node__content a {
  color: #E08100;
  font-weight: 600;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
/* line 345, ../sass/_custom.scss */
.node__content a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 220, ../sass/config/_config-custom-theme.scss */
.node__content a:hover {
  color: #E08100;
  text-decoration: underline;
}

/* line 227, ../sass/config/_config-custom-theme.scss */
ul, li {
  font-family: "Figtree", sans-serif;
}

/*---------------------------------------------------------------------------*\

  BUTTONS

\*---------------------------------------------------------------------------*/
/* line 445, ../sass/config/_config-custom-theme.scss */
.primary-button a {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 22.95px;
  line-height: 2.295rem;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100px;
  padding: 5px 30px;
  padding: 0.5rem 3rem;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #FAA634;
  border: 0;
  color: white;
  border: 1px solid #FAA634;
  color: white;
}
@media only screen and (max-width: 400px) {
  /* line 445, ../sass/config/_config-custom-theme.scss */
  .primary-button a {
    padding: 5px 20px;
    padding: 0.5rem 2rem;
  }
}
/* line 280, ../sass/config/_config-custom-theme.scss */
.primary-button a:after {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  position: relative;
  top: 0.5rem;
}
/* line 293, ../sass/config/_config-custom-theme.scss */
.primary-button a:hover {
  background: white;
  color: #FAA634 !important;
}
/* line 297, ../sass/config/_config-custom-theme.scss */
.primary-button a:hover:after {
  background-image: url("../images/arrow_orange.svg");
}

/*---------------------------------------------------------------------------*\

  Social Media

\*---------------------------------------------------------------------------*/
/* line 845, ../sass/config/_config-custom-theme.scss */
.desktop {
  display: none !important;
}
@media (min-width: 1024px) {
  /* line 845, ../sass/config/_config-custom-theme.scss */
  .desktop {
    display: block !important;
  }
}

/* line 853, ../sass/config/_config-custom-theme.scss */
.mobile {
  display: block !important;
}
@media (min-width: 1024px) {
  /* line 853, ../sass/config/_config-custom-theme.scss */
  .mobile {
    display: none !important;
  }
}

/* line 861, ../sass/config/_config-custom-theme.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

/* line 867, ../sass/config/_config-custom-theme.scss */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 877, ../sass/config/_config-custom-theme.scss */
body .ui-widget-overlay {
  background: white;
  opacity: 1;
  -ms-filter: "alpha(opacity=70)";
}
/* line 883, ../sass/config/_config-custom-theme.scss */
body .ui-widget.ui-widget-content {
  font-family: "Figtree", sans-serif;
  border: 0 !important;
  background: transparent;
  width: 80vw !important;
  max-width: 1280px;
  max-height: 100vh !important;
  z-index: 100000000 !important;
}
@media only screen and (max-width: 640px) {
  /* line 883, ../sass/config/_config-custom-theme.scss */
  body .ui-widget.ui-widget-content {
    flex: 0 0 100%;
  }
}
/* line 896, ../sass/config/_config-custom-theme.scss */
body .ui-widget.ui-widget-content .ui-widget-header {
  background: none;
  font-size: 40px;
  font-size: 4rem;
  line-height: 54px;
  line-height: 5.4rem;
  border: 0;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  /* line 896, ../sass/config/_config-custom-theme.scss */
  body .ui-widget.ui-widget-content .ui-widget-header {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}
/* line 907, ../sass/config/_config-custom-theme.scss */
body .ui-widget.ui-widget-content .ui-dialog-titlebar-close {
  background: none;
  border: 0;
}
/* line 911, ../sass/config/_config-custom-theme.scss */
body .ui-widget.ui-widget-content .ui-dialog-titlebar-close .ui-button-icon-only .ui-icon {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
}
/* line 917, ../sass/config/_config-custom-theme.scss */
body .ui-widget.ui-widget-content .ui-dialog-titlebar-close .ui-button-icon-only .ui-icon::after {
  content: 'X';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4rem;
  color: #1B3E6F;
}
/* line 928, ../sass/config/_config-custom-theme.scss */
body .ui-widget.ui-widget-content .ui-dialog-content {
  background: #D7E8F7;
  border-radius: 30px;
  padding: 40px;
  padding: 4rem;
  overflow: visible;
  max-height: 90vh !important;
}
@media only screen and (max-width: 640px) {
  /* line 928, ../sass/config/_config-custom-theme.scss */
  body .ui-widget.ui-widget-content .ui-dialog-content {
    padding: 20px;
    padding: 2rem;
    overflow: scroll;
  }
}
/* line 941, ../sass/config/_config-custom-theme.scss */
body .ui-widget.ui-widget-content .ui-dialog-content:before {
  content: '';
  background: url("../images/white_dots_left.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}
/* line 954, ../sass/config/_config-custom-theme.scss */
body .ui-widget.ui-widget-content .ui-dialog-content .calendly-inline-widget {
  height: 500px !important;
}
/* line 959, ../sass/config/_config-custom-theme.scss */
body .ui-widget.ui-widget-content .ui-dialog-buttonpane, body .ui-widget.ui-widget-content .ui-dialog-buttonset button {
  display: none !important;
}
/* line 966, ../sass/config/_config-custom-theme.scss */
body ul.pagination li.page-item {
  background: none;
}
/* line 969, ../sass/config/_config-custom-theme.scss */
body ul.pagination li.page-item .page-link {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  border: 0;
}
/* line 974, ../sass/config/_config-custom-theme.scss */
body ul.pagination li.page-item.active .page-link {
  color: black;
  background: none;
}
@media (min-width: 576px) {
  /* line 982, ../sass/config/_config-custom-theme.scss */
  body .col-sm-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 989, ../sass/config/_config-custom-theme.scss */
  body .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

/*-----------------------------------------------------------------------*\

    Header

\*-----------------------------------------------------------------------*/
/* line 1004, ../sass/config/_config-custom-theme.scss */
header#header {
  position: fixed;
  background: #D7E8F7;
  box-shadow: 0px 3px 6px #00000010;
  width: 100vw;
  z-index: 1000;
}
@media only screen and (max-width: 640px) {
  /* line 1004, ../sass/config/_config-custom-theme.scss */
  header#header {
    position: relative;
  }
}
/* line 1016, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  background: #D7E8F7 !important;
  padding-right: 20px;
  padding-right: 2rem;
}
/* line 1027, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main .row {
  width: 100%;
}
/* line 1031, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main .navbar-brand {
  background: url(../images/white_dots.svg);
  background-position: center center;
  background-size: 200%;
  min-width: 80px;
  height: auto;
  text-align: center;
  background-repeat: no-repeat;
  padding: 1rem;
}
@media (min-width: 768px) {
  /* line 1031, ../sass/config/_config-custom-theme.scss */
  header#header #navbar-main .navbar-brand {
    min-width: 150px;
    background-size: 150px;
    margin-left: -3vw;
    background-position: 0px center;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  /* line 1031, ../sass/config/_config-custom-theme.scss */
  header#header #navbar-main .navbar-brand {
    min-width: 250px;
    background-size: 250px;
    margin-left: -5vw;
    background-position: 0px center;
    padding: 1rem;
  }
}
@media (min-width: 1280px) {
  /* line 1031, ../sass/config/_config-custom-theme.scss */
  header#header #navbar-main .navbar-brand {
    min-width: 350px;
    background-size: 350px;
    margin-left: -5vw;
    background-position: 0px center;
    padding: 0;
  }
}
/* line 1065, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main .navbar-brand img {
  max-width: 60px;
  min-width: 60px;
}
@media (min-width: 992px) {
  /* line 1065, ../sass/config/_config-custom-theme.scss */
  header#header #navbar-main .navbar-brand img {
    max-width: 90px;
    min-width: 90px;
  }
}
/* line 1077, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu {
  display: flex;
  width: 100%;
  align-content: center;
  margin-bottom: 0;
}
/* line 1083, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 1083, ../sass/config/_config-custom-theme.scss */
  header#header #navbar-main nav.block-menu ul {
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
  }
}
/* line 1094, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu ul li {
  margin: 1rem;
}
/* line 1098, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu ul .dropdown-toggle::after {
  display: none;
}
/* line 1102, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu ul ul.dropdown-menu {
  flex-direction: column;
  border: 0;
  margin: 1rem 0 !important;
  width: fit-content;
}
/* line 1108, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu ul ul.dropdown-menu li {
  background: #3C6490;
  padding: 10px;
  padding: 1rem;
  margin: 0 0 0.1rem !important;
  border-bottom: 1px solid #fff;
}
/* line 1114, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu ul ul.dropdown-menu li:hover, header#header #navbar-main nav.block-menu ul ul.dropdown-menu li.active {
  background: #FAA634;
}
/* line 1118, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu ul ul.dropdown-menu li a {
  color: white;
}
/* line 1124, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu ul a.nav-link {
  color: black;
  text-decoration: none;
  text-transform: capitalize;
}
/* line 1129, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main nav.block-menu ul a.nav-link:hover {
  color: #FAA634;
}
/* line 1136, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main .block-content--b-corp-logo {
  margin: 1rem 0;
}
/* line 1139, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main .block-content--b-corp-logo img {
  height: 60px;
  width: auto;
  max-width: unset;
  padding: 1rem 0 0;
}
/* line 1147, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main .navbar-toggler {
  margin: 0 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
/* line 1154, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main .navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 30px;
  background: none;
}
/* line 1160, ../sass/config/_config-custom-theme.scss */
header#header #navbar-main .navbar-toggler .navbar-toggler-icon:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  color: #50759E;
  font-weight: 900;
  font-size: 2.5rem;
  margin: 1rem;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  /* line 1174, ../sass/config/_config-custom-theme.scss */
  header#header #CollapsingNavbar {
    background: transparent linear-gradient(90deg, #d7e8f7 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    z-index: 10000;
  }
  /* line 1178, ../sass/config/_config-custom-theme.scss */
  header#header #CollapsingNavbar .block-content--b-corp-logo {
    display: none;
  }
  /* line 1182, ../sass/config/_config-custom-theme.scss */
  header#header #CollapsingNavbar .offcanvas-body {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-top: 2rem;
  }
  /* line 1187, ../sass/config/_config-custom-theme.scss */
  header#header #CollapsingNavbar .offcanvas-body:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    background: #fff;
    clip-path: polygon(0 100%, 100% 80%, 100% 100%);
  }
  /* line 1199, ../sass/config/_config-custom-theme.scss */
  header#header #CollapsingNavbar .dropdown-toggle::after {
    display: inline-block !important;
    position: absolute;
    right: 40px;
    top: 10px;
  }
  /* line 1206, ../sass/config/_config-custom-theme.scss */
  header#header #CollapsingNavbar .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

/*-----------------------------------------------------------------------*\

    Footer

\*-----------------------------------------------------------------------*/
/* line 1222, ../sass/config/_config-custom-theme.scss */
footer.site-footer {
  margin: 0px -30px;
  margin: 0rem -3rem;
  padding: 30px 30px;
  padding: 3rem 3rem;
  background: #D7E8F7;
  clear: both;
  background: transparent linear-gradient(180deg, #ffffff 0%, #d7e8f7 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (min-width: 1280px) {
  /* line 1222, ../sass/config/_config-custom-theme.scss */
  footer.site-footer {
    margin: 0 calc((( 1280px - 100vw) / 2) - 15px);
    padding: 30px calc(((100vw - 1280px) / 2) + 15px);
  }
}
/* line 1227, ../sass/config/_config-custom-theme.scss */
footer.site-footer #block-ec-energycircle-scheduleadiscoverycall {
  margin: 0px -30px;
  margin: 0rem -3rem;
  padding: 30px 30px;
  padding: 3rem 3rem;
  background: #3C6490;
  clear: both;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  position: fixed;
  bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
  line-height: 2.7rem;
  text-transform: none;
  z-index: 10;
  box-shadow: 0px -5px 5px 0px #00000029;
}
@media only screen and (min-width: 1280px) {
  /* line 1227, ../sass/config/_config-custom-theme.scss */
  footer.site-footer #block-ec-energycircle-scheduleadiscoverycall {
    margin: 0 calc((( 1280px - 100vw) / 2) - 15px);
    padding: 30px calc(((100vw - 1280px) / 2) + 15px);
  }
}
@media screen and (max-width: 1279px) {
  /* line 1227, ../sass/config/_config-custom-theme.scss */
  footer.site-footer #block-ec-energycircle-scheduleadiscoverycall {
    margin: 0px -10px 0px -10px;
    margin: 0rem -1rem 0rem -1rem;
  }
}
/* line 1243, ../sass/config/_config-custom-theme.scss */
footer.site-footer #block-ec-energycircle-scheduleadiscoverycall .field--name-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
/* line 1250, ../sass/config/_config-custom-theme.scss */
footer.site-footer #block-ec-energycircle-scheduleadiscoverycall .field--name-body div {
  flex: 0 0 50%;
  color: #fff;
  margin: 1rem 0 0;
}
/* line 1256, ../sass/config/_config-custom-theme.scss */
footer.site-footer #block-ec-energycircle-scheduleadiscoverycall .field--name-body .primary-button {
  margin-bottom: 0;
  text-align: right;
}
@media (min-width: 768px) {
  /* line 1243, ../sass/config/_config-custom-theme.scss */
  footer.site-footer #block-ec-energycircle-scheduleadiscoverycall .field--name-body {
    flex-direction: row;
  }
}
/* line 1267, ../sass/config/_config-custom-theme.scss */
footer.site-footer #copyright {
  width: 100%;
  padding: 2rem 1rem 0;
  text-align: center;
}
/* line 1273, ../sass/config/_config-custom-theme.scss */
footer.site-footer #copyright p {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  text-align: center;
}
/* line 1279, ../sass/config/_config-custom-theme.scss */
footer.site-footer #copyright a {
  color: #000;
}
/* line 1282, ../sass/config/_config-custom-theme.scss */
footer.site-footer #copyright a:hover {
  color: #FAA634;
}

/*-----------------------------------------------------------------------*\

    Page styles

\*-----------------------------------------------------------------------*/
/* line 1296, ../sass/config/_config-custom-theme.scss */
#main-wrapper {
  margin: 0px -30px;
  margin: 0rem -3rem;
  padding: 30px 30px;
  padding: 3rem 3rem;
  background: #D7E8F7;
  clear: both;
  background: transparent linear-gradient(180deg, #d7e8f7 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (min-width: 1280px) {
  /* line 1296, ../sass/config/_config-custom-theme.scss */
  #main-wrapper {
    margin: 0 calc((( 1280px - 100vw) / 2) - 15px);
    padding: 30px calc(((100vw - 1280px) / 2) + 15px);
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1296, ../sass/config/_config-custom-theme.scss */
  #main-wrapper {
    padding: 3rem 5rem !important;
  }
}
/* line 1305, ../sass/config/_config-custom-theme.scss */
#main-wrapper h2 {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 43.2px;
  line-height: 4.32rem;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 1rem;
  text-transform: none;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
/* line 138, ../sass/config/_config-custom-theme.scss */
#main-wrapper h2 h1, #main-wrapper h2 h2 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-weight: inherit;
}
@media only screen and (max-width: 959px) {
  /* line 1305, ../sass/config/_config-custom-theme.scss */
  #main-wrapper h2 {
    font-size: 22.4px;
    font-size: 2.24rem;
    line-height: 30.24px;
    line-height: 3.024rem;
  }
}
/* line 1310, ../sass/config/_config-custom-theme.scss */
#main-wrapper #block-ec-energycircle-pagetitle {
  margin: 0px -30px;
  margin: 0rem -3rem;
  padding: 30px 30px;
  padding: 3rem 3rem;
  background: #D7E8F7;
  clear: both;
  background: transparent linear-gradient(180deg, #d7e8f7 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (min-width: 1280px) {
  /* line 1310, ../sass/config/_config-custom-theme.scss */
  #main-wrapper #block-ec-energycircle-pagetitle {
    margin: 0 calc((( 1280px - 100vw) / 2) - 15px);
    padding: 30px calc(((100vw - 1280px) / 2) + 15px);
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1310, ../sass/config/_config-custom-theme.scss */
  #main-wrapper #block-ec-energycircle-pagetitle {
    padding: 3rem 5rem !important;
  }
}
/* line 1318, ../sass/config/_config-custom-theme.scss */
#main-wrapper #block-ec-energycircle-pagetitle h2 {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 43.2px;
  line-height: 4.32rem;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 1rem;
  text-transform: none;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
/* line 138, ../sass/config/_config-custom-theme.scss */
#main-wrapper #block-ec-energycircle-pagetitle h2 h1, #main-wrapper #block-ec-energycircle-pagetitle h2 h2 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-weight: inherit;
}
@media only screen and (max-width: 959px) {
  /* line 1318, ../sass/config/_config-custom-theme.scss */
  #main-wrapper #block-ec-energycircle-pagetitle h2 {
    font-size: 22.4px;
    font-size: 2.24rem;
    line-height: 30.24px;
    line-height: 3.024rem;
  }
}
/* line 1323, ../sass/config/_config-custom-theme.scss */
.node--type-content-page #main-wrapper #block-ec-energycircle-pagetitle {
  padding-bottom: 3rem !important;
}
/* line 1327, ../sass/config/_config-custom-theme.scss */
.page-node-1022 #main-wrapper #block-ec-energycircle-pagetitle, .page-node-1049 #main-wrapper #block-ec-energycircle-pagetitle, .page-node-1023 #main-wrapper #block-ec-energycircle-pagetitle {
  padding-bottom: 0rem !important;
}

/* line 1337, ../sass/config/_config-custom-theme.scss */
body.node--type-landing-page #main-wrapper {
  margin: 0px -30px;
  margin: 0rem -3rem;
  padding: 30px 30px;
  padding: 3rem 3rem;
  background: #D7E8F7;
  clear: both;
  background: transparent linear-gradient(180deg, #d7e8f7 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (min-width: 1280px) {
  /* line 1337, ../sass/config/_config-custom-theme.scss */
  body.node--type-landing-page #main-wrapper {
    margin: 0 calc((( 1280px - 100vw) / 2) - 15px);
    padding: 30px calc(((100vw - 1280px) / 2) + 15px);
  }
}
/* line 1341, ../sass/config/_config-custom-theme.scss */
body.node--type-landing-page #main-wrapper h1.title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 67.5px;
  line-height: 6.75rem;
}
/* line 1345, ../sass/config/_config-custom-theme.scss */
body.node--type-landing-page #main-wrapper #block-ec-energycircle-pagetitle {
  background: transparent !important;
  margin: 0 !important;
  padding: 3rem 0 !important;
}
/* line 1351, ../sass/config/_config-custom-theme.scss */
body.node--type-landing-page #main-wrapper .layout__region--second {
  padding-top: 3rem;
}
/* line 1356, ../sass/config/_config-custom-theme.scss */
body.node--type-landing-page .site-footer {
  padding: 0;
}
/* line 1359, ../sass/config/_config-custom-theme.scss */
body.node--type-landing-page .site-footer .layout--twocol-section--33-67, body.node--type-landing-page .site-footer #block-ec-energycircle-scheduleadiscoverycall {
  display: none;
}

/*-----------------------------------------------------------------------*\

    CTA Blocks

\*-----------------------------------------------------------------------*/
/* line 1371, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-call-to-action,
.block-field-blocknodeservice-categoryfield-call-to-action,
.block-field-blocknodecontent-pagefield-call-to-action,
.block-field-blocknodeaudiencefield-call-to-action {
  background: #3C6490;
  padding: 30px 20px;
  padding: 3rem 2rem;
  margin: 20px;
  margin: 2rem;
}
@media (min-width: 768px) {
  /* line 1371, ../sass/config/_config-custom-theme.scss */
  .block-field-blocknodeservicefield-call-to-action,
  .block-field-blocknodeservice-categoryfield-call-to-action,
  .block-field-blocknodecontent-pagefield-call-to-action,
  .block-field-blocknodeaudiencefield-call-to-action {
    padding: 40px 60px;
    padding: 4rem 6rem;
    margin: 50px;
    margin: 5rem;
  }
}
/* line 1384, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-call-to-action h3,
.block-field-blocknodeservice-categoryfield-call-to-action h3,
.block-field-blocknodecontent-pagefield-call-to-action h3,
.block-field-blocknodeaudiencefield-call-to-action h3 {
  color: white;
  font-weight: 500;
}
/* line 1389, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-call-to-action .primary-button,
.block-field-blocknodeservice-categoryfield-call-to-action .primary-button,
.block-field-blocknodecontent-pagefield-call-to-action .primary-button,
.block-field-blocknodeaudiencefield-call-to-action .primary-button {
  text-align: center;
  margin: 20px 0px 0px;
  margin: 2rem 0rem 0rem;
}
@media (min-width: 768px) {
  /* line 1389, ../sass/config/_config-custom-theme.scss */
  .block-field-blocknodeservicefield-call-to-action .primary-button,
  .block-field-blocknodeservice-categoryfield-call-to-action .primary-button,
  .block-field-blocknodecontent-pagefield-call-to-action .primary-button,
  .block-field-blocknodeaudiencefield-call-to-action .primary-button {
    text-align: right;
  }
}

/* line 1399, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-soft-cta-block {
  margin: 0px -30px;
  margin: 0rem -3rem;
  padding: 30px 30px;
  padding: 3rem 3rem;
  background: #f5f5f5;
  clear: both;
  margin-bottom: 5rem !important;
}
@media only screen and (min-width: 1280px) {
  /* line 1399, ../sass/config/_config-custom-theme.scss */
  .block-field-blocknodeservicefield-soft-cta-block {
    margin: 0 calc((( 1280px - 100vw) / 2) - 15px);
    padding: 30px calc(((100vw - 1280px) / 2) + 15px);
  }
}
@media only screen and (max-width: 1300px) {
  /* line 1399, ../sass/config/_config-custom-theme.scss */
  .block-field-blocknodeservicefield-soft-cta-block {
    padding: 3rem 5rem !important;
  }
}
/* line 1407, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-soft-cta-block h3 {
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

/*-----------------------------------------------------------------------*\

    Service Category/ Service pages

\*-----------------------------------------------------------------------*/
/* line 1420, ../sass/config/_config-custom-theme.scss */
.block-views-blockservice-previews-block-1 {
  margin: 0px -30px;
  margin: 0rem -3rem;
  padding: 30px 30px;
  padding: 3rem 3rem;
  background: #3C6490;
  clear: both;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  /* line 1420, ../sass/config/_config-custom-theme.scss */
  .block-views-blockservice-previews-block-1 {
    margin: 0 calc((( 1280px - 100vw) / 2) - 15px);
    padding: 30px calc(((100vw - 1280px) / 2) + 15px);
  }
}
/* line 393, ../sass/config/_config-custom-theme.scss */
.block-views-blockservice-previews-block-1.block {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
/* line 397, ../sass/config/_config-custom-theme.scss */
.block-views-blockservice-previews-block-1:before {
  content: '';
  background: url("../images/white_dots_right.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (min-width: 768px) {
  /* line 397, ../sass/config/_config-custom-theme.scss */
  .block-views-blockservice-previews-block-1:before {
    width: 40vw;
    height: 60%;
  }
}
/* line 414, ../sass/config/_config-custom-theme.scss */
.block-views-blockservice-previews-block-1:after {
  content: '';
  background: url("../images/white_dots_left.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80vw;
  height: 60%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (min-width: 768px) {
  /* line 414, ../sass/config/_config-custom-theme.scss */
  .block-views-blockservice-previews-block-1:after {
    width: 40vw;
    height: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1420, ../sass/config/_config-custom-theme.scss */
  .block-views-blockservice-previews-block-1 {
    padding: 3rem 5rem !important;
  }
}
/* line 1427, ../sass/config/_config-custom-theme.scss */
.block-views-blockservice-previews-block-1 .content {
  background: #fff;
  padding: 40px;
  padding: 4rem;
  border-radius: 50px;
  border-radius: 5rem;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 1427, ../sass/config/_config-custom-theme.scss */
  .block-views-blockservice-previews-block-1 .content {
    padding: 30px 20px;
    padding: 3rem 2rem;
    margin: 30px 15px;
    margin: 3rem 1.5rem;
  }
}
/* line 1440, ../sass/config/_config-custom-theme.scss */
.block-views-blockservice-previews-block-1 .content .view-content {
  gap: 1rem 2rem;
}
@media (min-width: 768px) {
  /* line 1440, ../sass/config/_config-custom-theme.scss */
  .block-views-blockservice-previews-block-1 .content .view-content {
    flex-direction: row;
  }
}
/* line 1452, ../sass/config/_config-custom-theme.scss */
.page-node-574 .block-views-blockservice-previews-block-1 .content .views-row {
  margin: 20px 0px;
  margin: 2rem 0rem;
}
@media (min-width: 768px) {
  /* line 1452, ../sass/config/_config-custom-theme.scss */
  .page-node-574 .block-views-blockservice-previews-block-1 .content .views-row {
    flex: 0 0 45%;
  }
}

/*-----------------------------------------------------------------------*\

    Services Features

\*-----------------------------------------------------------------------*/
/* line 1470, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features {
  margin: 0px -30px;
  margin: 0rem -3rem;
  padding: 30px 30px;
  padding: 3rem 3rem;
  background: #3C6490;
  clear: both;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  /* line 1470, ../sass/config/_config-custom-theme.scss */
  .block-field-blocknodeservicefield-features {
    margin: 0 calc((( 1280px - 100vw) / 2) - 15px);
    padding: 30px calc(((100vw - 1280px) / 2) + 15px);
  }
}
/* line 393, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features.block {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
/* line 397, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features:before {
  content: '';
  background: url("../images/white_dots_right.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (min-width: 768px) {
  /* line 397, ../sass/config/_config-custom-theme.scss */
  .block-field-blocknodeservicefield-features:before {
    width: 40vw;
    height: 60%;
  }
}
/* line 414, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features:after {
  content: '';
  background: url("../images/white_dots_left.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80vw;
  height: 60%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (min-width: 768px) {
  /* line 414, ../sass/config/_config-custom-theme.scss */
  .block-field-blocknodeservicefield-features:after {
    width: 40vw;
    height: 100%;
  }
}
/* line 1473, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features .paragraph--type--feature-sets {
  background: #fff;
  padding: 40px 50px;
  padding: 4rem 5rem;
  border-radius: 50px;
  border-radius: 5rem;
  z-index: 5;
  position: relative;
  margin: 30px;
  margin: 3rem;
}
@media only screen and (max-width: 767px) {
  /* line 1473, ../sass/config/_config-custom-theme.scss */
  .block-field-blocknodeservicefield-features .paragraph--type--feature-sets {
    padding: 30px 20px;
    padding: 3rem 2rem;
    margin: 30px 15px;
    margin: 3rem 1.5rem;
  }
}
/* line 1487, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features .paragraph--type--feature-sets .set-title {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
/* line 1491, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features .paragraph--type--feature-sets .features .field__item:nth-child(even) .row.with-images .feature-icon {
  order: 2;
}
/* line 1499, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features .paragraph--type--feature .row {
  align-items: center;
}
/* line 1503, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features .paragraph--type--feature h3 {
  margin: 30px 0px 5px;
  margin: 3rem 0rem 0.5rem;
}
/* line 1507, ../sass/config/_config-custom-theme.scss */
.block-field-blocknodeservicefield-features .paragraph--type--feature ul li {
  margin-bottom: 2rem !important;
}

/*-----------------------------------------------------------------------*\

  User Login block

\*-----------------------------------------------------------------------*/
/* line 1523, ../sass/config/_config-custom-theme.scss */
.block-user-login-block {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  padding: 2rem 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 1523, ../sass/config/_config-custom-theme.scss */
  .block-user-login-block {
    width: 50%;
    margin: auto;
  }
}

/*-----------------------------------------------------------------------*\

   Hello Bar

\*-----------------------------------------------------------------------*/
/* line 1548, ../sass/config/_config-custom-theme.scss */
#navbar-top .row {
  width: 100%;
  --bs-gutter-x: 0;
}

/* line 1554, ../sass/config/_config-custom-theme.scss */
#hello-bar {
  background: #FAA634;
  position: fixed;
  top: -300px;
  z-index: -1;
  left: 0;
  margin-bottom: 0;
  text-align: center;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  transition: all 1.3s ease-in-out;
}
/* line 1566, ../sass/config/_config-custom-theme.scss */
#hello-bar p {
  margin-bottom: 0 !important;
}
/* line 1569, ../sass/config/_config-custom-theme.scss */
#hello-bar p a {
  width: 100%;
  color: white;
  font-size: 18px;
  font-weight: 700;
}
/* line 1575, ../sass/config/_config-custom-theme.scss */
#hello-bar p a:hover {
  color: #1B3E6F;
  text-decoration: none;
}
/* line 1582, ../sass/config/_config-custom-theme.scss */
#hello-bar.show-hello {
  top: 0;
  z-index: 2;
}

/* line 1588, ../sass/config/_config-custom-theme.scss */
.path-frontpage {
  transition: all 1.3s ease-in-out;
}

/*-----------------------------------------------------------------------*\

    User Profile

\*-----------------------------------------------------------------------*/
/* line 1599, ../sass/config/_config-custom-theme.scss */
[class*="block-views-blockuser-profile-blocks-block"] {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 5rem;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  padding: 4rem;
}
/* line 1606, ../sass/config/_config-custom-theme.scss */
[class*="block-views-blockuser-profile-blocks-block"] .views-field {
  margin: 20px 0px;
  margin: 2rem 0rem;
}
/* line 1609, ../sass/config/_config-custom-theme.scss */
[class*="block-views-blockuser-profile-blocks-block"] .views-field .views-label {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
  line-height: 2.7rem;
  font-weight: bold;
}

/* line 1618, ../sass/config/_config-custom-theme.scss */
body.path-user .field--label-above {
  font-weight: bold;
}
/* line 1621, ../sass/config/_config-custom-theme.scss */
body.path-user .field--label-above .field__item {
  background: none;
}

/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
/* line 43, ../sass/global.styles.scss */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, ../sass/global.styles.scss */
body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24.3px;
  line-height: 2.43rem;
  overflow: hidden;
  margin-bottom: 0;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 67, ../sass/global.styles.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* =============================================================================
*   HTML Elements
* ========================================================================== */
/* line 79, ../sass/global.styles.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 15px;
  margin: 0rem 0rem 1.5rem;
}

/* line 599, ../sass/config/_config-custom-theme.scss */
h1 {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  color: #50759E;
  font-size: 50px;
  font-size: 5rem;
  line-height: 67.5px;
  line-height: 6.75rem;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 1rem;
  text-transform: none;
}
/* line 138, ../sass/config/_config-custom-theme.scss */
h1 h1, h1 h2 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-weight: inherit;
}
@media only screen and (max-width: 959px) {
  /* line 599, ../sass/config/_config-custom-theme.scss */
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 47.25px;
    line-height: 4.725rem;
  }
}

/* line 603, ../sass/config/_config-custom-theme.scss */
h2 {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 48.6px;
  line-height: 4.86rem;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 1rem;
  text-transform: none;
}
/* line 138, ../sass/config/_config-custom-theme.scss */
h2 h1, h2 h2 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-weight: inherit;
}
@media only screen and (max-width: 959px) {
  /* line 603, ../sass/config/_config-custom-theme.scss */
  h2 {
    font-size: 25.2px;
    font-size: 2.52rem;
    line-height: 34.02px;
    line-height: 3.402rem;
  }
}

/* line 608, ../sass/config/_config-custom-theme.scss */
h3 {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #E08100;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40.5px;
  line-height: 4.05rem;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 1rem;
  text-transform: none;
}
/* line 138, ../sass/config/_config-custom-theme.scss */
h3 h1, h3 h2 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-weight: inherit;
}
@media only screen and (max-width: 959px) {
  /* line 608, ../sass/config/_config-custom-theme.scss */
  h3 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28.35px;
    line-height: 2.835rem;
  }
}

/* line 612, ../sass/config/_config-custom-theme.scss */
h4 {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32.4px;
  line-height: 3.24rem;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 1rem;
  text-transform: none;
}
/* line 170, ../sass/config/_config-custom-theme.scss */
h4 h1, h4 h2 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: inherit;
  font-weight: inherit;
}

/* line 616, ../sass/config/_config-custom-theme.scss */
a.button {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 22.95px;
  line-height: 2.295rem;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100px;
  padding: 5px 30px;
  padding: 0.5rem 3rem;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #FAA634;
  border: 0;
  color: white;
  border: 1px solid #FAA634;
  color: white;
  text-decoration: none !important;
}
@media only screen and (max-width: 400px) {
  /* line 616, ../sass/config/_config-custom-theme.scss */
  a.button {
    padding: 5px 20px;
    padding: 0.5rem 2rem;
  }
}
/* line 280, ../sass/config/_config-custom-theme.scss */
a.button:after {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  position: relative;
  top: 0.5rem;
}
/* line 293, ../sass/config/_config-custom-theme.scss */
a.button:hover {
  background: white;
  color: #FAA634 !important;
}
/* line 297, ../sass/config/_config-custom-theme.scss */
a.button:hover:after {
  background-image: url("../images/arrow_orange.svg");
}

/* line 621, ../sass/config/_config-custom-theme.scss */
h1.title {
  font-family: "Figtree", sans-serif;
  color: #000;
  font-size: 60px;
  font-size: 6rem;
  line-height: 81px;
  line-height: 8.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  /* line 621, ../sass/config/_config-custom-theme.scss */
  h1.title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
}

/* line 628, ../sass/config/_config-custom-theme.scss */
table thead tr {
  background-color: #FAA634;
  border-bottom: 0;
}
/* line 633, ../sass/config/_config-custom-theme.scss */
table tbody tr {
  background-color: #D7E8F7;
}

/* line 638, ../sass/config/_config-custom-theme.scss */
form {
  font-family: "Figtree", sans-serif;
}
/* line 642, ../sass/config/_config-custom-theme.scss */
form [id*="edit-field"].mb-3, form .js-form-item {
  margin: 30px 0px;
  margin: 3rem 0rem;
  margin-bottom: 3rem !important;
}
/* line 647, ../sass/config/_config-custom-theme.scss */
form label {
  font-weight: 700 !important;
}
/* line 653, ../sass/config/_config-custom-theme.scss */
form fieldset .js-media-library-item, form .form-composite .js-media-library-item {
  display: flex;
  flex-direction: row-reverse;
}
/* line 658, ../sass/config/_config-custom-theme.scss */
form fieldset.field-group-fieldset, form .form-composite.field-group-fieldset {
  border: 1px solid #3d3d3d !important;
}
/* line 661, ../sass/config/_config-custom-theme.scss */
form fieldset.field-group-fieldset legend, form .form-composite.field-group-fieldset legend {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #3d3d3d;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32.4px;
  line-height: 3.24rem;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 1rem;
  text-transform: none;
}
/* line 170, ../sass/config/_config-custom-theme.scss */
form fieldset.field-group-fieldset legend h1, form fieldset.field-group-fieldset legend h2, form .form-composite.field-group-fieldset legend h1, form .form-composite.field-group-fieldset legend h2 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: inherit;
  font-weight: inherit;
}
/* line 667, ../sass/config/_config-custom-theme.scss */
form .webform-options-display-three-columns {
  max-width: 100% !important;
}
/* line 672, ../sass/config/_config-custom-theme.scss */
form .form-composite legend {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24.3px;
  line-height: 2.43rem;
  font-family: "Figtree", sans-serif;
  color: black !important;
  font-weight: 700 !important;
}
/* line 681, ../sass/config/_config-custom-theme.scss */
form .js-form-type-checkbox label {
  font-weight: 500 !important;
}
/* line 686, ../sass/config/_config-custom-theme.scss */
form .js-filter-wrapper {
  display: none;
}
/* line 690, ../sass/config/_config-custom-theme.scss */
form input[type="password"],
form input[type="text"],
form input[type="email"],
form input[type="search"],
form input,
form select,
form .form-control {
  height: 4rem;
  border: 1px solid #E5E5E5;
  padding: 20px;
  padding: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  font-family: "Figtree", sans-serif;
}
/* line 704, ../sass/config/_config-custom-theme.scss */
form .form-select {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  padding: 0px 20px;
  padding: 0rem 2rem;
}
/* line 709, ../sass/config/_config-custom-theme.scss */
form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 22.95px;
  line-height: 2.295rem;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100px;
  padding: 5px 30px;
  padding: 0.5rem 3rem;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #FAA634;
  border: 0;
  color: white;
  border: 1px solid #FAA634;
  color: white;
  height: 4rem;
  margin: unset;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  /* line 709, ../sass/config/_config-custom-theme.scss */
  form button,
  form input[type="button"],
  form input[type="reset"],
  form input[type="submit"] {
    padding: 5px 20px;
    padding: 0.5rem 2rem;
  }
}
/* line 280, ../sass/config/_config-custom-theme.scss */
form button:after,
form input[type="button"]:after,
form input[type="reset"]:after,
form input[type="submit"]:after {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  position: relative;
  top: 0.5rem;
}
/* line 293, ../sass/config/_config-custom-theme.scss */
form button:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover {
  background: white;
  color: #FAA634 !important;
}
/* line 297, ../sass/config/_config-custom-theme.scss */
form button:hover:after,
form input[type="button"]:hover:after,
form input[type="reset"]:hover:after,
form input[type="submit"]:hover:after {
  background-image: url("../images/arrow_orange.svg");
}
/* line 722, ../sass/config/_config-custom-theme.scss */
form button:after,
form input[type="button"]:after,
form input[type="reset"]:after,
form input[type="submit"]:after {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(/themes/custom/ec_energycircle/images/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  position: relative;
  top: 0.5rem;
}
/* line 737, ../sass/config/_config-custom-theme.scss */
form #edit-actions {
  height: unset;
  margin: 20px 0px;
  margin: 2rem 0rem;
}
/* line 741, ../sass/config/_config-custom-theme.scss */
form #edit-actions input[type="submit"] {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 22.95px;
  line-height: 2.295rem;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100px;
  padding: 5px 30px;
  padding: 0.5rem 3rem;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #FAA634;
  border: 0;
  color: white;
  border: 1px solid #FAA634;
  color: white;
  height: 4rem;
  margin: unset;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  /* line 741, ../sass/config/_config-custom-theme.scss */
  form #edit-actions input[type="submit"] {
    padding: 5px 20px;
    padding: 0.5rem 2rem;
  }
}
/* line 280, ../sass/config/_config-custom-theme.scss */
form #edit-actions input[type="submit"]:after {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  position: relative;
  top: 0.5rem;
}
/* line 293, ../sass/config/_config-custom-theme.scss */
form #edit-actions input[type="submit"]:hover {
  background: white;
  color: #FAA634 !important;
}
/* line 297, ../sass/config/_config-custom-theme.scss */
form #edit-actions input[type="submit"]:hover:after {
  background-image: url("../images/arrow_orange.svg");
}
/* line 747, ../sass/config/_config-custom-theme.scss */
form #edit-actions input[type="submit"]:after {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(/themes/custom/ec_energycircle/images/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  position: relative;
  top: 0.5rem;
}
/* line 762, ../sass/config/_config-custom-theme.scss */
form .tabledrag-toggle-weight-wrapper {
  display: none !important;
}

/* line 769, ../sass/config/_config-custom-theme.scss */
form .topic-row .topic-actions label {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  font-weight: 400 !important;
}
/* line 775, ../sass/config/_config-custom-theme.scss */
form .topic-row .topic-actions label input {
  margin-right: 1rem;
}

/* line 781, ../sass/config/_config-custom-theme.scss */
.container {
  width: 100%;
  max-width: 1280px;
}

/* line 787, ../sass/config/_config-custom-theme.scss */
fieldset {
  border: 0 !important;
  margin: 0 2rem;
}
/* line 791, ../sass/config/_config-custom-theme.scss */
fieldset legend {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #3d3d3d;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32.4px;
  line-height: 3.24rem;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 1rem;
  text-transform: none;
}
/* line 170, ../sass/config/_config-custom-theme.scss */
fieldset legend h1, fieldset legend h2 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: inherit;
  font-weight: inherit;
}

/* line 797, ../sass/config/_config-custom-theme.scss */
#page-wrapper ul {
  background: none;
  margin: 2rem 0 !important;
}
/* line 801, ../sass/config/_config-custom-theme.scss */
#page-wrapper ul.nav {
  margin: 0 !important;
}

/* line 806, ../sass/config/_config-custom-theme.scss */
#page-wrapper ul li::marker {
  color: #FAA634;
}

/* line 810, ../sass/config/_config-custom-theme.scss */
#page-wrapper li.list-group-item {
  background-color: transparent;
  border: 0;
  list-style-type: circle;
}

/* line 816, ../sass/config/_config-custom-theme.scss */
.ajax-progress,
.throbber {
  display: none !important;
}

/* line 822, ../sass/config/_config-custom-theme.scss */
.path-webform #block-ec-energycircle-content {
  margin: 0px 20px;
  margin: 0rem 2rem;
}
/* line 825, ../sass/config/_config-custom-theme.scss */
.path-webform #block-ec-energycircle-content form#webform-submission-gated-download-add-form {
  margin-bottom: 40px;
}
/* line 828, ../sass/config/_config-custom-theme.scss */
.path-webform #block-ec-energycircle-content form#webform-submission-gated-download-add-form .form-type-email {
  padding-bottom: 20px;
}
/* line 832, ../sass/config/_config-custom-theme.scss */
.path-webform #block-ec-energycircle-content form#webform-submission-gated-download-add-form div#edit-actions input#edit-submit:hover,
.path-webform #block-ec-energycircle-content form#webform-submission-gated-download-add-form div#edit-actions input#edit-submit:focus,
.path-webform #block-ec-energycircle-content form#webform-submission-gated-download-add-form div#edit-actions input#edit-submit:active {
  outline: 1px solid #3C6490;
  color: #3C6490;
  background: unset;
}

/* line 99, ../sass/global.styles.scss */
p {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #3d3d3d;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24.3px;
  line-height: 2.43rem;
  line-height: 2.6rem;
}
/* line 103, ../sass/global.styles.scss */
p.caption-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17.55px;
  line-height: 1.755rem;
}
/* line 108, ../sass/global.styles.scss */
p ~ ol,
p ~ ul {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #3d3d3d;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24.3px;
  line-height: 2.43rem;
  line-height: 2.6rem;
  overflow: hidden;
}

/* line 118, ../sass/global.styles.scss */
b,
strong {
  font-weight: 700;
}

/* line 184, ../sass/global.styles.scss */
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings. You can
 * style the .container class but do not add width such as border, padding,
 * margins etc.
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/*
 * Logo
 */
/* line 331, ../sass/global.styles.scss */
#logo {
  padding: 10px 0;
}
/* line 334, ../sass/global.styles.scss */
#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
/* line 349, ../sass/global.styles.scss */
#site-name {
  margin: 0;
}
/* line 354, ../sass/global.styles.scss */
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
/* line 359, ../sass/global.styles.scss */
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
/* line 370, ../sass/global.styles.scss */
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
/* line 388, ../sass/global.styles.scss */
#page-title {
  margin: 0;
}

/*-----------------------------------------------------------------------*\

    Misc Global Styles

\*-----------------------------------------------------------------------*/
@media screen and (min-width: 960px) {
  /* line 400, ../sass/global.styles.scss */
  .layout--twocol-section > .layout__region--first {
    padding-right: 3rem;
  }

  /* line 404, ../sass/global.styles.scss */
  .layout--twocol-section {
    flex-wrap: nowrap;
  }

  /* line 408, ../sass/global.styles.scss */
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 50%;
  }

  /* line 413, ../sass/global.styles.scss */
  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
    flex: 0 1 33%;
  }

  /* line 418, ../sass/global.styles.scss */
  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
    flex: 0 1 67%;
  }

  /* line 423, ../sass/global.styles.scss */
  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
    flex: 0 1 25%;
  }

  /* line 428, ../sass/global.styles.scss */
  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    flex: 0 1 75%;
  }
}
/* line 434, ../sass/global.styles.scss */
a#main-content {
  display: none;
}

/* line 438, ../sass/global.styles.scss */
.node__content {
  margin-top: 0;
}

/* line 443, ../sass/global.styles.scss */
.pane-node-field-display-date {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #3d3d3d;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24.3px;
  line-height: 2.43rem;
  line-height: 2.6rem;
  font-style: italic;
}

/* line 449, ../sass/global.styles.scss */
iframe[src*="google"] {
  width: 100% !important;
}

/* line 454, ../sass/global.styles.scss */
iframe[src*="youtube"] {
  width: 100% !important;
}

/* line 459, ../sass/global.styles.scss */
.media-element-container {
  margin: 20px 0px;
  margin: 2rem 0rem;
}

/* line 464, ../sass/global.styles.scss */
div.caption-left {
  margin: 10px 40px 10px 0 !important;
}

/* line 471, ../sass/global.styles.scss */
div.caption-right {
  margin: 10px 0px 10px 40px !important;
}

@media only screen and (max-width: 479px) {
  /* line 478, ../sass/global.styles.scss */
  div.caption-left,
  div.caption-right {
    width: 100% !important;
    text-align: center;
  }
  /* line 484, ../sass/global.styles.scss */
  div.caption-left img,
  div.caption-right img {
    width: 100%;
  }
}
/* line 494, ../sass/global.styles.scss */
img[style*="float:"][style*="left"], img[class*="align-left"] {
  margin-right: 15px;
  margin-bottom: 10px;
}
/* line 500, ../sass/global.styles.scss */
img[style*="float:"][style*="right"], img[class*="align-right"] {
  margin-left: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  /* line 508, ../sass/global.styles.scss */
  img[style*="float:"][style*="left"], img[class*="align-left"]
  img[style*="float:"][style*="right"], img[class*="align-right"] {
    max-width: none;
    width: 100% !important;
    text-align: center;
    margin: 0 0 20px !important;
  }
}

/* line 521, ../sass/global.styles.scss */
.node.node-promotion {
  margin-bottom: 0;
}

/*-----------------------------------------------------------------------*\

    Flexslider

\*-----------------------------------------------------------------------*/
/* line 534, ../sass/global.styles.scss */
.flexslider {
  margin: 0 0 0px;
  background: none;
  border: 0;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
}
/* line 555, ../sass/global.styles.scss */
.flexslider .slides,
.flexslider .flex-control-nav,
.flexslider .flex-control-paging {
  padding: 0;
}
/* line 569, ../sass/global.styles.scss */
.flexslider a:before {
  line-height: 40px;
}

/* line 577, ../sass/global.styles.scss */
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  color: #3d3d3d;
}

/* line 584, ../sass/global.styles.scss */
.flex-direction-nav a {
  color: #3d3d3d;
  text-shadow: none;
  width: 40px;
  top: auto;
  bottom: 50%;
  text-align: center !important;
}

/* line 595, ../sass/global.styles.scss */
.flex-direction-nav a:before {
  font-size: 60px;
  display: inline-block;
  text-align: center;
}

/* line 603, ../sass/global.styles.scss */
.flex-direction-nav a.flex-prev:before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 610, ../sass/global.styles.scss */
.flex-direction-nav a.flex-next:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  font-weight: 900;
}

/* line 618, ../sass/global.styles.scss */
fieldset {
  width: 100%;
  min-width: 0;
}
/* line 623, ../sass/global.styles.scss */
fieldset select {
  width: 100%;
  min-width: 0;
}

/*-----------------------------------------------------------------------*\

    jCarousel

\*-----------------------------------------------------------------------*/
/* line 638, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-container-horizontal {
  padding: 0;
}
/* line 643, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-next,
.jcarousel-skin-ecdefault .jcarousel-prev {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(61, 61, 61, 0.8);
  top: auto;
}
/* line 652, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-next:hover,
.jcarousel-skin-ecdefault .jcarousel-prev:hover {
  background: #3d3d3d;
}
/* line 660, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-prev-horizontal,
.jcarousel-skin-ecdefault .jcarousel-next-horizontal {
  text-decoration: none;
}
/* line 665, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-prev-horizontal:hover,
.jcarousel-skin-ecdefault .jcarousel-next-horizontal:hover {
  text-decoration: none;
  color: #f5f5f5;
}
/* line 670, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-prev-horizontal:hover:before,
.jcarousel-skin-ecdefault .jcarousel-next-horizontal:hover:before {
  text-decoration: none;
  color: #f5f5f5;
}
/* line 677, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-prev-horizontal:before,
.jcarousel-skin-ecdefault .jcarousel-next-horizontal:before {
  font-family: "Material Icons";
  display: block;
  font-size: 20px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  color: #f5f5f5;
  text-decoration: none;
}
/* line 691, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-prev-horizontal {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  background-position: 0 0;
}
/* line 698, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-prev-horizontal:before {
  content: "\e314";
}
/* line 704, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-next-horizontal {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: auto;
  left: 60px;
}
/* line 711, ../sass/global.styles.scss */
.jcarousel-skin-ecdefault .jcarousel-next-horizontal:before {
  content: "\e315";
}

/* line 718, ../sass/global.styles.scss */
#block-system-main,
.page-default.node-promoted {
  margin-bottom: 0;
}

/* line 725, ../sass/global.styles.scss */
.node.node-full {
  margin-bottom: 0;
}

/* line 731, ../sass/global.styles.scss */
.form-item, .form-actions {
  margin: 10px 0px 0px;
  margin: 1rem 0rem 0rem;
  position: relative;
}

/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
/* line 748, ../sass/global.styles.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

/* line 755, ../sass/global.styles.scss */
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
/* line 771, ../sass/global.styles.scss */
ul.links {
  margin: 0;
  padding: 0;
}
/* line 775, ../sass/global.styles.scss */
ul.links.inline {
  display: block;
}
/* line 779, ../sass/global.styles.scss */
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
/* line 790, ../sass/global.styles.scss */
.search-results {
  margin: 40px 0 0;
  padding: 0;
}
/* line 794, ../sass/global.styles.scss */
.search-results .search-snippet-info {
  padding-left: 0;
}
/* line 799, ../sass/global.styles.scss */
.search-results .search-result {
  margin: 30px 0px;
  margin: 3rem 0rem;
  padding: 30px 0px;
  padding: 3rem 0rem;
  border-bottom: 1px dashed rgba(128, 128, 128, 0.5);
}

/* line 809, ../sass/global.styles.scss */
#content-wrapper form.search-form {
  padding-bottoM: 30px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
/* line 815, ../sass/global.styles.scss */
form.search-form .compact-form-wrapper {
  display: block;
  margin-bottom: 10px;
}
/* line 819, ../sass/global.styles.scss */
form.search-form .compact-form-wrapper input {
  width: auto;
}

/*
 * Attribution message and link
 */
/* line 830, ../sass/global.styles.scss */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}
/* line 836, ../sass/global.styles.scss */
.attribution a {
  text-decoration: none;
  color: inherit;
}
/* line 840, ../sass/global.styles.scss */
.attribution a:hover, .attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
/* line 934, ../sass/global.styles.scss */
a {
  text-decoration: none;
}
/* line 943, ../sass/global.styles.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/* line 954, ../sass/global.styles.scss */
.nav {
  clear: both;
  margin: 10px 0;
}
/* line 958, ../sass/global.styles.scss */
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
/* line 964, ../sass/global.styles.scss */
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 973, ../sass/global.styles.scss */
.nav li a,
.nav ul.menu li a {
  display: block;
  padding: 0 10px;
}
/* line 985, ../sass/global.styles.scss */
.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
/* line 995, ../sass/global.styles.scss */
ul.sf-menu {
  margin-bottom: 0;
}
/* line 998, ../sass/global.styles.scss */
ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
/* line 1011, ../sass/global.styles.scss */
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}
/* line 1018, ../sass/global.styles.scss */
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
/* line 1034, ../sass/global.styles.scss */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 1045, ../sass/global.styles.scss */
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
/* line 1055, ../sass/global.styles.scss */
.sf-vertical {
  width: 100%;
}
/* line 1058, ../sass/global.styles.scss */
.sf-vertical li {
  width: 100%;
}
/* line 1063, ../sass/global.styles.scss */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
/* line 1071, ../sass/global.styles.scss */
.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
/* line 1081, ../sass/global.styles.scss */
.sf-navbar {
  padding-bottom: 0 !important;
}

/* line 1085, ../sass/global.styles.scss */
.navbar {
  padding: 0px;
  padding: 0rem;
}

/*
 * Sensible padding for the default style
 */
/* line 1093, ../sass/global.styles.scss */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */
/* line 1103, ../sass/global.styles.scss */
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
/* line 1111, ../sass/global.styles.scss */
.at-mt .at-menu-toggle-button {
  margin: 0;
}
/* line 1115, ../sass/global.styles.scss */
.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/* line 1126, ../sass/global.styles.scss */
ul.menu {
  padding-left: 15px;
}
/* line 1129, ../sass/global.styles.scss */
ul.menu ul {
  padding-left: 15px;
}
/* line 1137, ../sass/global.styles.scss */
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
/* line 1166, ../sass/global.styles.scss */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
/* line 1183, ../sass/global.styles.scss */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
}
/* line 1189, ../sass/global.styles.scss */
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
/* line 1199, ../sass/global.styles.scss */
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */
}
/* line 1203, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
/* line 1208, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
/* line 1213, ../sass/global.styles.scss */
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 1218, ../sass/global.styles.scss */
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
/* line 1222, ../sass/global.styles.scss */
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
/* line 1249, ../sass/global.styles.scss */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

/* line 1256, ../sass/global.styles.scss */
.item-list ul.pager li {
  margin: 0;
}

/* line 1261, ../sass/global.styles.scss */
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}
/* line 1267, ../sass/global.styles.scss */
ul.pager li.pager-current {
  font-weight: 700;
}

/* line 1273, ../sass/global.styles.scss */
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
/* line 1310, ../sass/global.styles.scss */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
/* line 1319, ../sass/global.styles.scss */
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 1329, ../sass/global.styles.scss */
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 1340, ../sass/global.styles.scss */
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 1353, ../sass/global.styles.scss */
#tasks {
  margin-bottom: 15px;
}

/* line 1358, ../sass/global.styles.scss */
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
/* line 1363, ../sass/global.styles.scss */
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
/* line 1368, ../sass/global.styles.scss */
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
/* line 1378, ../sass/global.styles.scss */
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}
/* line 1387, ../sass/global.styles.scss */
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* line 1397, ../sass/global.styles.scss */
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
/* line 1402, ../sass/global.styles.scss */
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
/* line 1408, ../sass/global.styles.scss */
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
/* line 1422, ../sass/global.styles.scss */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
/* line 1449, ../sass/global.styles.scss */
.field-label-inline {
  /* Remove the margin on inline field lables to preserve vertical formatting */
}
/* line 1452, ../sass/global.styles.scss */
.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
/* line 1460, ../sass/global.styles.scss */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
/* line 1489, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
/* line 1494, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
/* line 1499, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
/* line 1613, ../sass/global.styles.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
/* line 1622, ../sass/global.styles.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
/* line 1631, ../sass/global.styles.scss */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
/* line 1645, ../sass/global.styles.scss */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
/* line 1699, ../sass/global.styles.scss */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #3d3d3d;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24.3px;
  line-height: 2.43rem;
  line-height: 2.6rem;
}
/* line 1706, ../sass/global.styles.scss */
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
/* line 1879, ../sass/global.styles.scss */
.node {
  margin-bottom: 20px;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
/* line 1954, ../sass/global.styles.scss */
#comments {
  margin: 1.5em 0;
}
/* line 1958, ../sass/global.styles.scss */
#comments h2.comment-title {
  margin: 0;
}
/* line 1962, ../sass/global.styles.scss */
#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
/* line 1972, ../sass/global.styles.scss */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
/* line 2003, ../sass/global.styles.scss */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
/* line 2035, ../sass/global.styles.scss */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
/* line 2043, ../sass/global.styles.scss */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
/* line 2057, ../sass/global.styles.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 2063, ../sass/global.styles.scss */
.form-item label {
  font-weight: 400;
}
/* line 2070, ../sass/global.styles.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 2079, ../sass/global.styles.scss */
.compact-form-label {
  top: 5px;
  left: 15px;
  color: gray !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18.9px;
  line-height: 1.89rem;
}

/* line 2087, ../sass/global.styles.scss */
.compact-form-wrapper {
  display: block;
}

/*
 * Highlight marks and form required mark
 */
/* line 2101, ../sass/global.styles.scss */
.marker,
.form-required {
  color: #c00;
}

/*
 * The submit button
 */
/* line 2121, ../sass/global.styles.scss */
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
/* line 2130, ../sass/global.styles.scss */
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 2133, ../sass/global.styles.scss */
fieldset legend {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18.9px;
  line-height: 1.89rem;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
/*
 * Password confirmation
 */
/* line 2158, ../sass/global.styles.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 2169, ../sass/global.styles.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
/* line 2174, ../sass/global.styles.scss */
table.sticky-header {
  z-index: 10;
}

/* line 2180, ../sass/global.styles.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

/* line 2190, ../sass/global.styles.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 2197, ../sass/global.styles.scss */
caption,
th,
td {
  text-align: left;
}

/* line 2204, ../sass/global.styles.scss */
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

/* line 2210, ../sass/global.styles.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

/* line 2221, ../sass/global.styles.scss */
tbody tr {
  border-top: 1px solid #ccc;
}

/* line 2226, ../sass/global.styles.scss */
tr {
  /* Table row striping */
}
/* line 2228, ../sass/global.styles.scss */
tr.odd {
  background: #fff;
}
/* line 2233, ../sass/global.styles.scss */
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}
/* line 2244, ../sass/global.styles.scss */
tr.odd td.active {
  background-color: #eee;
}
/* line 2248, ../sass/global.styles.scss */
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets $lt_gray-space to nowrap, which makes no sense
 */
/* =============================================================================
 *   Messages
 * ========================================================================== */
/* line 2287, ../sass/global.styles.scss */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 2292, ../sass/global.styles.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
/* line 2333, ../sass/global.styles.scss */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
/* line 2344, ../sass/global.styles.scss */
.maintenance-page .container {
  padding: 40px 0;
}
/* line 2348, ../sass/global.styles.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

/* line 2356, ../sass/global.styles.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
/* line 2363, ../sass/global.styles.scss */
.db-offline div.messages {
  margin: 20px 0 0;
}
/* line 2367, ../sass/global.styles.scss */
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
/* line 2380, ../sass/global.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
/* line 2389, ../sass/global.styles.scss */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
/* line 2398, ../sass/global.styles.scss */
#styleguide-header {
  padding: 0 10px;
}
/* line 2401, ../sass/global.styles.scss */
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *   EC HACKS
 * ========================================================================== */
/* line 2415, ../sass/global.styles.scss */
#admin-menu .dropdown li li {
  opacity: 1;
  background-color: rgba(69, 69, 69, 0.88);
}

/* line 2421, ../sass/global.styles.scss */
.url-textfield {
  display: none;
}

/* line 2425, ../sass/global.styles.scss */
.alert-wrapper {
  position: relative;
  max-width: 100%;
  z-index: 0;
  bottom: unset;
}

/* line 2432, ../sass/global.styles.scss */
.align-left {
  text-align: center;
  float: none;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  /* line 2432, ../sass/global.styles.scss */
  .align-left {
    text-align: left;
    float: left;
    padding: 1rem 1rem 1rem 0;
  }
}

/* line 2444, ../sass/global.styles.scss */
.align-center {
  text-align: center;
}

/* line 2448, ../sass/global.styles.scss */
.align-right {
  text-align: center;
  float: none;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 2448, ../sass/global.styles.scss */
  .align-right {
    text-align: right;
    float: right;
    padding: 1rem 0 1rem 1rem;
  }
}

/*-----------------------------------------------------------------------*\

    Custom config

\*-----------------------------------------------------------------------*/
