@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.base
 *
 * - normalize with small modifications for Drupal and AT: http://necolas.github.com/normalize.css/
 * - Gutter widths, see $gutter-width in _custom.scss
 * - Default container alignment.
 * - Flexible images and media declarations.
 * - Copies of the SCSS mixins for reference, which includes an improved
 *   element-invisible and focusable styles.
 */
/* =============================================================================
    HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 43, ../sass/global.base.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
/* line 56, ../sass/global.base.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 66, ../sass/global.base.scss */
[hidden] {
  display: none;
}

/* =============================================================================
    Base
   ========================================================================== */
/*
 * If you are using the themes Responsive JS feature (media_queries.js) do not
 * set a font-family on the html element, use body.
 *
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 84, ../sass/global.base.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  height: 100%;
  overflow-y: scroll;
}

/*
 * 1 . Addresses margins handled incorrectly in IE6/7
 */
/* line 96, ../sass/global.base.scss */
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9;
  /* Only IE, can mess with Android */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 109, ../sass/global.base.scss */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
    Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 124, ../sass/global.base.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 133, ../sass/global.base.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
    Typography
   ========================================================================== */
/*
 * Headings
 *
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
/* line 150, ../sass/global.base.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 156, ../sass/global.base.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 162, ../sass/global.base.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 168, ../sass/global.base.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 174, ../sass/global.base.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 180, ../sass/global.base.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 189, ../sass/global.base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
 */
/* line 197, ../sass/global.base.scss */
b,
strong {
  font-weight: bold;
}

/* line 203, ../sass/global.base.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 211, ../sass/global.base.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 219, ../sass/global.base.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
/* line 228, ../sass/global.base.scss */
p,
pre {
  margin: 0 0 1.5em;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 238, ../sass/global.base.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 251, ../sass/global.base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* line 263, ../sass/global.base.scss */
q {
  quotes: none;
}

/* line 268, ../sass/global.base.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 275, ../sass/global.base.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 284, ../sass/global.base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 293, ../sass/global.base.scss */
sup {
  top: -0.5em;
}

/* line 298, ../sass/global.base.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
    Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
/* line 310, ../sass/global.base.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 318, ../sass/global.base.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
/* line 326, ../sass/global.base.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
/* line 336, ../sass/global.base.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
    Embedded content
   ========================================================================== */
/*
 * 1. Remove border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 352, ../sass/global.base.scss */
img {
  /* border: 0; */
  /* Drupal core already does this, uncomment if you need it */
  -ms-interpolation-mode: bicubic;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
/* line 361, ../sass/global.base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
    Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 373, ../sass/global.base.scss */
figure {
  margin: 0;
}

/* =============================================================================
    Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 385, ../sass/global.base.scss */
form {
  margin: 0;
}

/*
 * Define consistent margin, and padding
 */
/* line 393, ../sass/global.base.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
/* line 404, ../sass/global.base.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 417, ../sass/global.base.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 431, ../sass/global.base.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 443, ../sass/global.base.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
/* line 456, ../sass/global.base.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6
 */
/* line 468, ../sass/global.base.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Reset box-sizing to border-box.
 */
/* line 481, ../sass/global.base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
/* line 493, ../sass/global.base.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 503, ../sass/global.base.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 514, ../sass/global.base.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* =============================================================================
    Tables
   ========================================================================== */
/*
 * 1. Remove most spacing between table cells
 */
/* line 527, ../sass/global.base.scss */
table {
  border: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
  font: 100%;
}

/* =============================================================================
    Gutters
   ========================================================================== */
/*
 * If gutters are set in theme settings they will override these values,
 * see Extensions > Modify Output > Design
 * $gutter-width is set in _base.scss
 */
/* line 545, ../sass/global.base.scss */
#main-content,
.block-inner,
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
.rendered-by-ds .panel-display .region-inner,
div.messages,
.at-gutter {
  margin-left: 15px;
  margin-right: 15px;
}

/*
 * Panel pages need negative margin equal to the gutter width applied to #content,
 * this is taken care of in theme settings as per above for normal gutters
 */
/* line 565, ../sass/global.base.scss */
#content .panel-display,
#content .panel-flexible {
  margin-left: -15px;
  margin-right: -15px;
}

/* =============================================================================
    Flexible Media and Cross browser improvements
   ========================================================================== */
/*
 * - This can cause issues in table cells where no width is set on the column,
 *   only in some versions of webkit and IE 7/8.
 * - declaring the width attribute on image elements and using max-width causes
 *   the "dissappering images" bug in IE8.
 * - Mapping services such as Google Maps may break also, see below for fixes.
 */
/* line 584, ../sass/global.base.scss */
img {
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Ethan Marcotte - http://front.ie/l8rJaA */
/* line 591, ../sass/global.base.scss */
img,
embed,
object,
video,
svg {
  max-width: 100%;
}

/* Disable flexiblity for IE8 and below */
/* line 601, ../sass/global.base.scss */
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
  max-width: none;
}

/* Override max-width 100% for map displays */
/* line 610, ../sass/global.base.scss */
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img,
.geolocation-map img,
.geolocation-views-map img {
  max-width: none !important;
}

/* =============================================================================
    Misc helpers, Accessibility classes etc
   ========================================================================== */
/* Prevent overflowing content */
/* line 629, ../sass/global.base.scss */
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content,
.region-footer {
  overflow: visible;
  word-wrap: break-word;
}

/**
 * General classes for hiding content. These are all included as SASS mixins.
 * @SEE: sass/_custom.scss
 */
/**
 * Image replacement
 * Kellum Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
 * Additional helpers from http://html5boilerplate.com/docs/css/
 */
/* line 652, ../sass/global.base.scss */
.ir {
  /* Kellum Method */
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* Remove the default border from elements like button */
  border: 0;
  /* Crush the text down to take up no space */
  font: 0/0 a;
  /* Remove any text shadows */
  text-shadow: none;
  /* Hide any residual text in Safari 4 and any mobile devices that may need it */
  color: transparent;
  /* Hide the default background color on elements like button */
  background-color: transparent;
}

/* More robust element-invisible and element-focuable classes */
/* line 672, ../sass/global.base.scss */
.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 684, ../sass/global.base.scss */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}

/* Shift content offscreen, can be usefull when you reall need to do this */
/* line 695, ../sass/global.base.scss */
.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0;
}

/* Hide content from all users */
/* line 706, ../sass/global.base.scss */
.element-hidden {
  display: none;
}

/* line 712, ../sass/global.base.scss */
.desktop {
  display: inline-block !important;
}
@media only screen and (min-width: 768px) {
  /* line 712, ../sass/global.base.scss */
  .desktop {
    display: none !important;
  }
}

/* line 721, ../sass/global.base.scss */
.mobile {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  /* line 721, ../sass/global.base.scss */
  .mobile {
    display: inline-block !important;
  }
}
