/* verion 8 */
/* styles from SCSS */
/*********************
 BREAKPOINTS
 *********************/
/* to use:
 @include bp(breakpointname) {
 // styles
 }
 */
/* Fonts */
/* end Fonts */
body {
  padding: 0;
  margin: 0;
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  body {
    padding: 100px 0 0 0;
  }
}
/* typography */
h1, h2, h3, h4, h5 {
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #28262b;
  line-height: 1;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue {
  color: #90c5e1 !important;
}
h1 {
  font-size: 37px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.1;
}
@media (min-width: 992px) {
  h1 {
    font-size: 87px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 0.9;
  }
}
h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
}
h2.news-title {
  font-size: 32px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 53px;
    margin-bottom: 40px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 18px;
}
.modal-body h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}
h5 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}
p {
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin: 0;
  line-height: 1.7;
  padding-bottom: 27px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
p strong {
  font-weight: 600;
}
p.caption {
  color: #565656;
  line-height: 1.3;
  margin-top: 10px;
}
p.lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  p.lead {
    font-size: 27px;
    line-height: 1.25;
  }
}
p.larger {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  p.larger {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 22px;
  }
}
p.super-large {
  font-weight: 600;
  font-size: 80px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #f5426c;
}
p.medium-large {
  font-weight: 600;
  font-size: 30px;
  padding: 0;
  margin: 0;
  line-height: 0.9;
}
span.blue {
  color: #90c5e1 !important;
}
ul li, ol li {
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 4px 10px 4px 5px;
}
a, a:link, a:visited {
  color: #cecd5d;
  outline: none !important;
}
button {
  outline: none !important;
}
blockquote {
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 15px;
  margin: 0 0 30px 0;
  font-size: 17px;
  line-spacing: 24px;
  color: #999;
  border-left: 2px solid #f5426c;
}
blockquote.quote {
  text-indent: -0.4em;
}
header {
  background: #fff;
  height: 75px;
}
/* navigation */
header {
  background: #fff;
  height: 80px;
  padding-top: 20px;
  vertical-align: middle;
}
header .tagline {
  float: right;
  font-size: 11px;
  line-height: 13.6px;
  color: #808285;
  font-weight: 400;
  display: block;
  padding: 6px 20px 0 0;
}
header .btn-primary {
  float: right;
  margin-left: 10px;
  padding: 12px 15px 10px 15px;
}
.navbar-default {
  background: #000;
  height: 100px;
  border: none;
  margin-bottom: 0;
}
.navbar-default .navbar-nav {
  width: 100%;
  margin: 0;
  text-align: right;
  padding: 20px;
  margin-right: 80px;
}
.navbar-default .navbar-nav > li {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
}
.navbar-default .navbar-nav > li:first-child {
  border-left: none;
}
.navbar-default .navbar-nav > li > a {
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: none !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ccc !important;
}
.navbar-default .navbar-nav > li > a.btn-green span {
  background-color: #cece47;
  padding: 4px 6px;
}
@media (min-width: 768px) {
  .admin-bar .navbar-fixed-top {
    top: 32px;
  }
}
.navbar-fixed-top {
  position: relative;
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    position: fixed;
  }
}
.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
  background: #fff;
  border: none;
  z-index: 2000;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 6px;
  margin-right: 15px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
.navbar-header {
  position: relative;
}
.navbar-toggle {
  border: none;
  background-color: #fff !important;
}
.navbar-brand {
  position: absolute;
  margin-top: 0;
  z-index: 2001;
  padding: 0;
  left: 15px;
  top: 15px;
}
.navbar-brand img {
  height: 70px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    height: 85px;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    top: 10px;
    left: 20px;
  }
}
/* Sidebar menu */
.mm-menu.mm-offcanvas {
  width: 80%;
}
.mm-panels > .mm-panel {
  padding-left: 0;
}
#page-content-wrapper {
  width: 100%;
}
.mm-slideout {
  z-index: auto;
}
#sidebar-wrapper {
  padding-top: 60px;
  overflow-y: auto;
  background: #000 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2000;
}
#sidebar-wrapper a {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 768px) {
  #sidebar-wrapper {
    width: 0 !important;
  }
}
#sidebar-wrapper:not( .mm-menu) {
  display: none;
}
@media (min-width: 768px) {
  .nl-img {
    margin: 0 30px 0 0;
    float: left;
    max-width: 337px;
  }
  #page-content-wrapper {
    padding-left: 0;
  }
  #page-content-wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
.sidebar-nav {
  margin: 0;
  padding: 7px 10px 10px 15px;
  list-style: none;
}
.sidebar-nav li {
  padding: 8px 15px;
  line-height: 1.2;
  color: #fff;
  font-size: 16px;
  border-color: transparent;
}
.sidebar-nav li a {
  text-decoration: none;
  padding: 0 0 0 15px;
  margin: 0;
  color: #fff;
  background: none !important;
}
.sidebar-nav li a:hover, .sidebar-nav li a:focus {
  color: #ccc;
  background: none !important;
}
.sidebar-nav li h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #fff;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #ccc;
  background: none;
}
#menu-toggle {
  position: absolute;
  top: 25px;
  right: 15px;
  color: #fff;
  z-index: 10000;
  display: block;
  font-size: 24px;
  border: 1px solid #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  #menu-toggle {
    display: none;
  }
}
.collapse.in .navbar-nav > li > a {
  text-align: right;
  padding: 6px 10px !important;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid #000 !important;
}
.navbar-nav > li > .dropdown-menu > li {
  background: #000;
  border: none !important;
}
.navbar-nav > li > .dropdown-menu > li:hover {
  background: #333;
  border-bottom: 1px solid #fff;
}
.navbar-nav > li > .dropdown-menu > li > a {
  color: #fff;
  border: none;
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
  background: #333;
  color: #fff;
}
.navbar-nav > li > .dropdown-menu > li:last-child {
  border-bottom: none;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  padding: 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.top-bar {
  height: 22px;
  background: #d7d2cb;
  padding: 0 0 0 0;
}
.top-links ul {
  padding: 0;
  margin: -3px 0 0 0;
}
.top-links ul li {
  padding: 0;
  margin: 0;
}
.top-links ul li a {
  font-size: 10px;
  color: #333;
  text-decoration: none;
  padding: 0 2px 2px 2px;
  margin: 0 0 0 3px;
}
.top-links ul li.active a {
  border-bottom: 1px solid #333;
}
.header-search {
  float: right;
  padding-top: 10px;
}
.header-search p {
  padding-top: 0;
  margin-top: 0;
}
.navbar-default .navbar-form {
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-form .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.acf-field p.description {
  font-size: 14px !important;
  color: #888 !important;
}
/* layout */
.container-fluid.mobile-padded {
  padding-left: 17%;
  padding-right: 17%;
}
@media (min-width: 768px) {
  .container-fluid.mobile-padded {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
 .container-fluid-padded {
 padding-left: 7%;
 padding-right: 7%;
 @include bp(md) {
 padding-left: 7%;
 padding-right: 7%;
 }
 @include bp(lg) {
 padding-left: 10%;
 padding-right: 10%;
 }
 }
 */
.at h1 {
  font-size: 24px !important;
  text-align: center !important;
}
#donate-modal .at h1 {
  font-size: 18px !important;
  text-align: center !important;
  line-height: 1.2;
}
header.at-markup {
  height: auto !important;
}
header.at-title {
  height: auto !important;
  font-size: 36px !important;
  padding-top: 10px !important;
  line-height: 1.3 !important;
}
#donate-modal header.at-title {
  height: auto !important;
  font-size: 36px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.bg-white, .container.gray {
  background: #fff;
}
.container.gray {
  background-color: #f9fafb;
}
.container.gray p, .container.gray ul li, .container.gray ol li {
  color: #808285;
}
.main-content {
  min-height: 500px;
}
.section-standard {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.section-split {
  padding: 0;
}
.section-split.dark {
  background: #333;
}
.section-press a {
  color: #242424;
  text-decoration: none;
}
.section-press a:hover {
  color: #cecd5d;
}
.section-press .news-item {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-press .news-item {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-orange {
  background: #cecd5d;
}
.section-media {
  padding-left: 15%;
  padding-right: 15%;
}
.section-padding-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-padding-xlg {
  padding-top: 200px;
  padding-bottom: 200px;
}
.section-padding-xlg-top {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-padding-xlg-top {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}
.section-blue {
  background-color: #90c5e1;
}
.section-med {
  min-height: 700px;
}
.section-tall {
  min-height: 760px;
}
.section-inverse {
  background-color: #565656;
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse p, .section-inverse ul li, .section-inverse a {
  color: #fff;
}
.section-full-photo {
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat;
  min-height: 400px;
}
.section-map {
  background-image: none;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .section-map {
    background-image: url(/wp-content/uploads/2016/10/TheRay_Map110617-01.png) !important;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.section-map .section-copy {
  margin-bottom: 80px;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .section-map .section-copy {
    margin-bottom: 150px;
    margin-top: 150px;
    padding-left: 0;
    padding-right: 0;
  }
}
.home-triple-promo {
  padding-top: 0;
  padding-bottom: 0;
}
.section-white {
  background-color: #fff;
}
.section-med-gray {
  background-color: #f9fafb !important;
}
.section-gray {
  background-color: #221f20 !important;
}
.section-white {
  background-color: #fff;
}
.home-hero-copy {
  margin-top: 250px;
  margin-left: 0;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .home-hero-copy {
    padding: 0;
    margin-top: 130px;
    margin-left: -15px;
  }
}
.home-hero-copy h1 {
  text-shadow: 0 0 20px rgba(0, 0, 0, .8);
}
.home-promo {
  display: block;
  background: #9bc3de;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
}
.home-promo .home-promo-copy h2 {
  font-size: 30px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
.home-promo .home-promo-copy p {
  font-size: 19px !important;
  line-height: 1.5;
  padding-bottom: 19px;
}
.home-promo .home-promo-copy p:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .home-promo .home-promo-copy {
    padding-left: 30px;
  }
}
.full-height {
  min-height: 100vh;
  padding-top: 15%;
  padding-bottom: 13%;
}
.most-height {
  min-height: 80vh;
  padding-top: 15%;
  padding-bottom: 15%;
}
.section-hero {
  height: 450px;
  padding: 0;
  background: transparent url(/assets/images/home-slide-1.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.section-hero .cover-grad {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent url(/assets/images/cover-grad.png) repeat-x left bottom;
}
.section-hero .container {
  position: relative;
  height: 450px;
}
.section-hero .container .hero-caption {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 60px;
  text-align: left;
  width: 500px;
}
.section-hero .container .hero-caption h5 {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
.section-hero .container .hero-caption h1 {
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 60px;
}
.section-hero .container .hero-caption p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.section-hero .container .hero-caption p a {
  font-weight: 600;
  color: #fff;
}
.section-promo {
  padding-top: 0;
}
.section-promo .container {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 50px;
}
.section-promo .container p {
  color: #808285;
}
/* slick */
.slider-wrap {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .slider-wrap {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.slick-arrow {
  position: absolute;
  top: 25%;
  left: -35px;
  width: 22px;
  height: 45px;
  padding-top: 5px;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
  opacity: 1;
  border: none;
  z-index: 10000;
}
.slick-arrow img {
  width: 22px;
  height: auto;
}
@media (min-width: 768px) {
  .slick-arrow {
    top: 25%;
    left: -40px;
    width: 35px;
    height: 74px;
    padding-top: 5px;
  }
  .slick-arrow img {
    width: auto;
  }
}
.slick-next {
  left: auto;
  right: -25px;
}
@media (min-width: 768px) {
  .slick-next {
    right: -40px;
  }
}
.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
ul.slick-dots li {
  display: inline-block;
  background: transparent;
}
ul.slick-dots li button {
  background: transparent !important;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  position: relative;
  height: 12px;
  width: 12px;
  font-size: 0;
  padding: 0;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.section-inverse ul.slick-dots li button {
  border-color: #cdcdcd;
}
ul.slick-dots li.slick-active button {
  background: #fff !important;
}
.section-inverse ul.slick-dots li.slick-active button {
  background: #cdcdcd !important;
}
/* media */
ul.filter {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}
ul.filter li {
  position: relative;
  float: left;
  list-style: none;
  background: transparent;
}
ul.filter li a {
  position: relative;
  font-size: 16px;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 3px;
  color: #000;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 42px;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  text-transform: uppercase;
}
ul.filter li a:hover {
  color: #000 !important;
}
ul.filter li a span {
  display: none;
}
ul.filter li a:hover {
  color: #808f66 !important;
  border-color: #6d6e71;
  background: #fff;
  text-decoration: none;
}
ul.filter li.active a {
  border-color: #6d6e71;
  background: #fff !important;
  color: #000 !important;
}
@media (min-width: 800px) {
  ul.filter {
    padding-bottom: 20px;
  }
  ul.filter li {
    padding-right: 20px;
  }
  ul.filter li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  ul.filter {
    padding-right: 20px;
  }
  ul.filter li:last-child {
    padding-right: 0;
  }
}
/* tech */
.tech-content {
  padding: 14% 10% 8% 10% !important;
  background: #fff;
}
.tech-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}
.tech-content h3 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.2;
}
.tech-content h2 + h3 {
  margin-top: -30px;
}
.tech-content p {
  font-size: 19px;
  line-height: 1.6;
}
.tech-content.dark {
  background: #333;
}
.tech-content.dark h1, .tech-content.dark h2, .tech-content.dark h3, .tech-content.dark h4, .tech-content.dark h5, .tech-content.dark p, .tech-content.dark ul li, .tech-content.dark ol li {
  color: #fff;
}
.tech-content.light {
  background: #fff;
}
.tech-content.light h1, .tech-content.light h2, .tech-content.light h3, .tech-content.light h4, .tech-content.light h5, .tech-content.light p, .tech-content.light ul li, .tech-content.light ol li {
  color: #000;
}
.tech-content.tech-content-detail {
  padding: 2% 10% 2% 10% !important;
}
.tech-content-intro {
  padding: 8% 8% 6% 10% !important;
  background: #fff;
}
.tech-content-intro h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}
.tech-content-intro h3 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.2;
}
.tech-content-intro h2 + h3 {
  margin-top: -30px;
}
.tech-content-intro p {
  font-size: 23px;
  line-height: 1.6;
}
.tech-image {
  background-image: url(/assets/images/Solarcharging.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 300px;
}
@media (min-width: 992px) {
  .tech-image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
  }
  .tech-image.detail {
    min-height: 800px;
  }
}
.tech-detail-right {
  position: relative;
  background-image: url(../images/Solarcharging.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #565656;
  height: 600px;
}
.tech-detail-right-column {
  background-image: url(../images/Solarcharging.jpg);
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 600px;
}
.explore-more {
  position: relative;
  background: #cecd5d;
  padding: 8% 8% 6% 10% !important;
}
.explore-more h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}
.explore-more h3 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.2;
}
.explore-more h2 + h3 {
  margin-top: -30px;
}
.explore-more h5 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}
.explore-more p {
  font-size: 23px;
  line-height: 1.6;
}
.explore-more .explore-link {
  padding: 5px 0;
  margin: 0;
  line-height: 1.3;
}
.explore-more .explore-link a {
  color: #fff;
  text-decoration: none;
}
.explore-more .explore-link a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .explore-more {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    right: 0;
    padding: 8% 8% 6% 10% !important;
    z-index: 5;
  }
}
.section-tech-links {
  background: #cecd5d;
}
.tech-landing-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 5px;
  padding-right: 5px;
  background: #cecd5d;
  /*
   @include bp(sm) {
   padding-left: 10%;
   padding-right: 10%;
   }
   */
}
.tech-landing-wrap .tech-box {
  width: 100%;
  background: #fff;
  margin: 0 0 20px 0;
  padding-bottom: 55px;
  position: relative;
}
@media (min-width: 768px) {
  .tech-landing-wrap .tech-box {
    width: 84%;
    margin: 0 8%;
    max-width: 350px;
    padding-bottom: 95px;
  }
}
.tech-landing-wrap .tech-box .tech-box-content {
  padding: 18px 25px;
  text-align: center;
}
@media (min-width: 1200px) {
  .row-tech-box-wide {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
  }
}
.tech-link {
  display: block;
  position: relative;
  height: 100%;
  min-height: 150px;
  background-color: #565656;
  background-image: url(../images/Solarcharging.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tech-link span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  background: rgba(206, 205, 82, .8);
  padding: 10px 5px 12px 5px;
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .tech-link span {
    padding: 15px 10px 20px 10px;
    font-size: 40px;
  }
}
.tech-link:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .tech-link {
    min-height: 250px;
  }
}
/* let's talk */
.tech-landing-wrap.lets-talk {
  background: #fff;
}
.tech-landing-wrap.lets-talk {
  /*
   margin-left: -50px;
   margin-right: -50px;
   */
}
.tech-landing-wrap .tech-box {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #fff !important;
  padding-bottom: 90px !important;
  max-width: 1000px;
  width: 100%;
}
.tech-landing-wrap .tech-box .btn-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  top: auto;
}
.tech-landing-wrap.lets-talk .tech-box {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #74c7e0 !important;
  color: #020202;
  padding-bottom: 90px !important;
  max-width: 1000px;
  width: 100%;
}
.tech-landing-wrap.lets-talk .tech-box .btn-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  top: auto;
}
.tech-landing-wrap.lets-talk .tech-box p {
  color: #020202;
}
.tech-landing-wrap.lets-talk .donate-box {
  background: #a0c248 !important;
  /* cecd5d */
  color: #020202;
  padding-bottom: 10px;
  text-align: center;
  height: 270px;
  margin: 0;
  padding: 30px 40px 10px 40px;
  margin: 40px 40px 0 0;
  max-width: 350px;
  float: right;
}
.tech-landing-wrap.lets-talk .donate-box p {
  color: #020202;
}
.tech-landing-wrap.lets-talk .donate-box .btn-primary {
  background: #020202 !important;
  color: #fff !important;
}
.tech-landing-wrap.lets-talk .tech-box-wide {
  background: #74c7e0 !important;
  padding: 0 !important;
  margin: 0;
}
.tech-landing-wrap.lets-talk .tech-box-wide .tech-box {
  float: left;
  padding: 0 !important;
  width: 50%;
  max-width: 350px !important;
  margin: 40px 0 0 0;
  padding-bottom: 0;
}
.tech-landing-wrap.lets-talk .tech-box-wide .tech-box p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tech-landing-wrap.lets-talk .tech-box-wide img {
  width: 350px;
  padding: 0;
}
.tech-landing-wrap.lets-talk .tech-box .btn-primary {
  border-color: #a0c248;
}
.tech-landing-wrap.lets-talk .tech-box .btn-primary:hover {
  border-color: #cecd5d;
}
.nl-img {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 991px) {
  .center-mobile {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1315px) {
  .tech-landing-wrap.lets-talk .donate-box {
    clear: left;
    display: block;
    width: 97%;
    height: auto;
    padding: 30px 40px 10px 40px;
    margin: 40px auto 10px auto;
    max-width: 1000px;
    float: none;
  }
  .tech-landing-wrap.lets-talk .tech-box-wide img {
    margin-bottom: 10px !important;
  }
}
/*
 .tech-landing-wrap.lets-talk .tech-box {
 width: 100%;
 margin: 0 8% 0 8%;
 max-width: 350px;
 }
 */
.col-one-fifth {
  width: 24%;
  float: left;
}
.col-two-fifths {
  width: 38%;
  float: left;
}
@media (max-width: 991px) {
  .col-one-fifth {
    width: 100%;
    float: none;
  }
  .col-two-fifths {
    width: 100%;
    float: none;
  }
}
.table {
  display: table;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
  height: 100%;
}
.full-width {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.full-width .container {
  padding: 50px auto;
}
/* buttons */
.btn-primary {
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  padding: 12px 30px;
  line-height: 1.3;
  color: #fff !important;
  background: #cecd5d;
  text-align: center;
  border: none;
  border-radius: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .btn-primary {
    padding: 12px 55px;
  }
}
.btn-primary:hover {
  color: #fff !important;
  background: #cecd5d;
}
.btn-primary-outline {
  border: 2px solid #cecd5d;
  background: transparent;
  color: #000 !important;
  transition: all ease-in 0.2s;
}
.btn-primary-outline:hover {
  color: #fff !important;
  background: #cecd5d;
  border: 2px solid #cecd5d;
}
.section-inverse .btn-primary-outline, .dark .btn-primary-outline {
  color: #fff !important;
}
.section-inverse .btn-primary-outline:hover, .dark .btn-primary-outline:hover {
  color: #000 !important;
  background: #cecd5d;
  border: 2px solid #cecd5d;
}
.btn-secondary {
  font-size: 14px;
  color: #051d49;
  background: #fff;
  border-radius: 0;
  padding: 18px 20px;
  line-height: 1.2;
  text-align: center;
}
.btn-secondary:hover {
  color: #fff;
  background: #051d49;
}
.btn-full-width {
  width: 100%;
}
.btn-link {
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-left: 0 !important;
  padding-right: 50px;
  margin: 0;
  text-transform: uppercase;
}
.more-link {
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #cecd5d;
  text-transform: uppercase;
}
.btn-size-lg {
  min-width: 270px;
}
/* carousel */
#home-carousel {
  background-color: #808285;
  position: relative;
  height: 800px;
}
#home-carousel .item {
  height: 800px;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 10;
}
#home-carousel .item .container {
  position: relative;
  height: 800px;
}
#home-carousel .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent url(/assets/images/cover-angle.png) no-repeat 50% 50%;
  background-size: cover;
}
#home-carousel .item .carousel-caption {
  left: 0;
  right: auto;
  bottom: 130px;
  text-align: left;
  width: 500px;
}
#home-carousel .item .carousel-caption h5 {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
#home-carousel .item .carousel-caption h1 {
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 60px;
}
#home-carousel .item .carousel-caption p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
#home-carousel .item .carousel-caption p a {
  font-weight: 600;
  color: #fff;
}
.ci-wrap {
  position: relative;
  z-index: 100;
  margin-top: -125px;
}
.ci-wrap .container {
  height: 125px;
  position: relative;
}
.ci-wrap .container .carousel-indicators {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 125px;
  background: #f5426c;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.ci-wrap .container .carousel-indicators li.carousel-box {
  background: transparent;
  display: block;
  float: left;
  border: none;
  border-radius: 0;
  height: 125px;
  width: 25%;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.ci-wrap .container .carousel-indicators li.carousel-box h4 {
  position: relative;
  border-top: 2px solid #e9e9e9;
  font-size: 15px;
  font-weight: 400;
  color: #e9e9e9;
  padding: 20px;
  margin: 20px;
  text-align: left;
}
.ci-wrap .container .carousel-indicators li.carousel-box:hover, .ci-wrap .container .carousel-indicators li.carousel-box.active {
  cursor: pointer;
}
.ci-wrap .container .carousel-indicators li.carousel-box:hover h4, .ci-wrap .container .carousel-indicators li.carousel-box.active h4 {
  color: #fff;
  border-top: 2px solid #051d49;
}
#locations-carousel, #projects-carousel, #news-carousel {
  min-height: 750px;
}
.item-img {
  background-position: center center;
  background-size: cover;
  height: 370px;
}
.carousel-indicators {
  top: 320px;
  bottom: auto;
}
#leaders-carousel .carousel-indicators {
  top: 350px;
  bottom: auto;
}
.carousel-indicators li, .carousel-indicators li.active {
  padding: 0;
  margin: 0 2px;
  width: 10px;
  height: 10px;
}
.carousel-control, .carousel-control:focus {
  display: none;
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 66px;
  font-size: 40px;
  padding-top: 5px;
  color: #333;
  text-align: center;
  text-shadow: none;
  background-color: #fff;
  filter: alpha(opacity=100);
  margin-top: -33px;
  opacity: 1;
}
.carousel-control:hover {
  color: #333;
  background-color: #333;
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel-control.left {
  background-image: none;
  background-repeat: none;
  filter: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
  background-repeat: none;
  filter: none;
}
/* ask the ray */
.long-answer {
  margin-top: 30px;
}
.long-answer p.lead {
  margin-top: 30px;
  margin-bottom: 40px;
}
blockquote {
  position: relative;
  background-color: #cecd5d;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  border: none;
  padding: 25px 60px 30px 60px;
  text-align: center;
  margin-bottom: 30px;
}
blockquote .quotemark-1 {
  font-size: 75px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 5px;
  line-height: 1;
}
blockquote .quotemark-2 {
  font-size: 75px;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: -20px;
  line-height: 1;
}
.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
}
.gridder-list, .gridder-show {
  /*font-size: 16px*/
}
.gridder-list {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #f4f4f4;
  min-height: 300px;
  margin-bottom: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}
/*.gridder-show:before {
 width 100%;
 background: #F4F4F4;
 }*/
.gridder-content {
  display: none;
}
.gridder-list {
  width: 99.5%;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .gridder-list {
    width: 49.5%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .gridder-list {
    width: 33.3333332%;
  }
}
/*.gridder-list:nth-child(n){margin-bottom:1%;margin-right:1%}.gridder-list:nth-of-type(2n){margin-right:0;margin-bottom:0}*/
.section-header {
  background: #000;
  height: 120px;
  color: #fff;
  padding-top: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .25);
}
.section-header h1 {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.qa-card {
  display: table;
  background: #fff;
  width: 92%;
  min-height: 200px;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .qa-card {
    height: 300px;
  }
}
.qa-card:hover {
  text-decoration: none !important;
  opacity: 0.8;
  cursor: pointer;
}
.qa-card-ray {
  background: #e9f3f9;
}
.qa-card-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px 20px 20px 20px;
  vertical-align: middle;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}
.qa-card-ray .qa-card-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px 20px 15px 20px;
  vertical-align: middle;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}
@media (min-width: 768px) {
  .qa-card-ray .qa-card-content {
    padding: 20px 30px 20px 30px;
  }
}
.qa-card-content h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .qa-card-content h3 {
    font-size: 24px;
  }
}
.qa-card-content p {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.03em;
  padding-bottom: 0;
}
.qa-card-meta {
  text-align: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}
.qa-card-meta-sidebar {
  padding-top: 70px;
  width: 100px;
  float: right;
}
.qa-card-meta p {
  color: #aaa;
  padding-bottom: 0;
}
.qa-card-meta-sidebar p {
  padding-bottom: 25px;
}
.qa-card-meta p.likes {
  color: #af758d;
  padding-bottom: 15px;
}
.qa-card-meta p.date {
  padding-right: 30px;
}
.qa-card-meta p .fa {
  color: #af758d;
  font-size: 18px;
  margin-right: 15px;
}
.qa-card-meta p.likes a.simplefavorite-button .fa {
  color: #f5426c;
}
.qa-card-meta p a:hover .fa, .qa-card-meta p a.active .fa {
  color: #000 !important;
}
.fa.circle {
  display: block;
  background-color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
  padding: 5px;
  text-align: center;
}
.text-right {
  text-align: right;
}
.ask-a-question {
  min-height: 50px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}
.btn-ask {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 50px;
  background: #fff;
  border-radius: 4px;
  letter-spacing: 0.03em;
  margin-top: -30px;
  transition: all 0.3s;
}
.btn-ask:hover {
  background-color: #a0c248 !important;
  color: #fff !important;
}
.btn-primary {
  background-color: #a0c248;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* news */
.news-img-wrap {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.news-img-wrap img {
  max-width: 90%;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .news-img-wrap {
    padding-bottom: 20px;
    min-height: 100px;
    margin-bottom: 20px;
  }
}
/*
 .news-item-wrapper {
 display: block;
 background-size: cover;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 min-height: 235px;
 margin: 0 0 20px 0;
 padding: 0;
 position: relative;
 .cover {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background-color: rgba(56,56,56,.4);
 }
 .news-image {
 }
 h3 {
 position: relative;
 color: #fff;
 font-weight: 600;
 text-align: center;
 padding: 18px;
 font-size: 23px;
 z-index: 5;
 @include bp(sm) {
 font-size: 19px;
 }
 @include bp(sm) {
 font-size: 20px;
 }
 @include bp(lg) {
 font-size: 23px;
 }
 }
 @include bp(sm) {
 min-height: 250px;
 }
 @include bp(md) {
 min-height: 240px;
 }
 @include bp(lg) {
 min-height: 300px;
 }
 }
 */
.alm-filters-container .alm-filter {
  text-align: center;
  width: 100%;
}
.alm-filters-container .alm-filter ul {
  text-align: center;
}
.alm-filters-container .alm-filter ul li {
  display: inline-block !important;
}
.alm-filters-container .alm-filter ul li a {
  font-size: 16px;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
}
.alm-filters-container .alm-filter li a:before {
  margin-right: 10px !important;
  border-color: #000 !important;
}
.alm-filters-container .alm-filter li {
  display: inline-block !important;
}
.news-item-wrapper {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 235px;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.news-item-wrapper.press-releases, .news-item-wrapper.research, .news-item-wrapper.videos {
  background-color: #000;
}
.news-item-wrapper.research.third-party {
  background: #555;
}
.news-item-wrapper .media-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  max-width: 260px;
  padding: 0 30px;
  height: auto;
  margin: 0 auto;
  filter: grayscale(100%);
}
@media (min-width: 1200px) {
  .news-item-wrapper .media-logo {
    max-width: 280px;
  }
}
@media (min-width: 1600px) {
  .news-item-wrapper .media-logo {
    max-width: 300px;
  }
}
.news-item-wrapper.press-releases .media-logo, .news-item-wrapper.research .media-logo, .news-item-wrapper.videos .media-logo {
  filter: none !important;
}
.news-item-wrapper .media-logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 0;
  text-align: center;
}
.news-item-wrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(56, 56, 56, .4);
}
.news-item-wrapper.press-releases .cover, .news-item-wrapper.research .cover, .news-item-wrapper.videos .cover {
  background-color: transparent;
}
.news-item-wrapper h3 {
  position: relative;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 18px;
  font-size: 23px;
  z-index: 5;
}
@media (min-width: 768px) {
  .news-item-wrapper h3 {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .news-item-wrapper h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .news-item-wrapper h3 {
    font-size: 23px;
  }
}
.news-item-wrapper p.cat-sub {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #ccc;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .news-item-wrapper {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .news-item-wrapper {
    min-height: 240px;
  }
}
@media (min-width: 1200px) {
  .news-item-wrapper {
    min-height: 300px;
  }
}
.news-item-wrapper:hover {
  text-decoration: none;
}
.news-item-wrapper:hover h3 {
  color: #000;
}
.news-item-wrapper.press-releases:hover, .news-item-wrapper.research:hover, .news-item-wrapper.videos:hover {
  color: #90c5e1 !important;
}
.news-item-wrapper.press-releases:hover h3, .news-item-wrapper.research:hover h3, .news-item-wrapper.videos:hover h3 {
  color: #ccc;
}
.news-item-wrapper.press span.pub {
  display: inline-block;
  margin-left: 20px;
  color: #aaa;
}
.news-block {
  width: 100%;
  margin-bottom: 40px;
}
.news-image {
  width: 100%;
  background: transparent;
  background-size: cover;
  background-position: middle middle;
}
.feature-wrapper {
  position: relative;
  background: #fff;
  margin-left: 0;
  margin-right: 0;
}
.feature-box {
  position: relative;
  background: #fff;
}
.feature-box-right {
  height: 100%;
  padding: 25px 50px 20px 0;
}
.feature-box-right-meta {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.subfeature-box {
  background: #fff;
  margin-bottom: 20px;
}
.subfeature-box .subfeature-copy {
  padding: 30px 20px 50px 20px;
  min-height: 250px;
}
.subfeature-box .subfeature-copy-tight {
  padding: 20px 20px 20px 20px;
  min-height: 140px;
}
.subfeature-box .subfeature-thumb {
  margin: 0;
}
.meta {
  color: #e9e9e9;
  text-transform: uppercase;
}
.meta-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
}
/* partners */
.partner-logo-wrap {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.partner-logo-wrap .partner-logo-link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
}
.partner-logo-wrap .partner-logo-link .partner-logo-gray {
  margin: 20px auto;
  width: 100%;
  max-width: 200px;
  display: inline-block;
  filter: grayscale(100%);
}
.partner-logo-wrap .partner-logo-link .partner-logo {
  margin: 20px auto;
  width: 100%;
  max-width: 200px;
  display: inline-block;
}
.partner-logos .col-sm-4:nth-child(3n+1) {
  clear: left;
}
/* photo gallery */
.mfp-figure, .mfp-figure figure, .mfp-content-container {
  background: transparent !important;
  padding: 0;
}
header.mfp-header {
  background: transparent;
  padding: 0;
  margin: 0;
}
footer.mfp-footer {
  background: transparent;
  padding: 0;
  margin: 0;
}
.mfp-figure:after {
  /*
   content: '';
   position: absolute;
   left: 0;
   top: 40px;
   bottom: 40px;
   display: block;
   right: 0;
   width: auto;
   height: auto;
   z-index: -1;
   */
  box-shadow: none;
  background: transparent;
}
.mfp-title {
  font-size: 18px;
  margin-bottom: -6px;
  margin-top: 45px;
  text-align: center;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  margin-top: -8px;
}
.mfp-content-container {
  background: transparent;
}
img.mfp-img {
  background: transparent;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0;
  margin: -40px auto 0 auto;
}
.mfp-header {
  /*padding: 3px 20px 5px 3px;*/
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
/* Blog */
.post-meta-top {
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding-bottom: 10px;
}
span.post-cat-top, span.post-date-top {
  display: inline-block;
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding-right: 20px;
}
.post-meta {
  font-size: 14px;
  color: #808285;
}
.post-date {
  font-size: 14px;
  color: #808285;
  padding: 0;
  margin-top: 20px;
  text-transform: uppercase;
}
.post-date + h3 {
  margin-top: 5px;
}
footer {
  background: #333 !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer p {
  color: #808285;
  font-size: 14px;
  line-height: 21px;
}
footer hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: brand-gray;
  text-align: center;
  margin: 24px 0 24px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #ccc;
  text-decoration: none;
}
footer h4 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 18px;
}
.footer-nav {
  width: 100%;
  margin: 0 0 40px 0;
  text-align: center;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #808285;
}
.footer-nav > li {
  float: none;
  text-align: center;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.footer-nav > li:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  .footer-nav > li {
    float: none;
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0;
    margin: 0;
  }
}
.footer-nav > li > a {
  font-family: "effra", Georgia, Helvetica, Arial, sans-serif;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: none !important;
}
.footer-nav > li > a:hover {
  color: #ccc;
}
.copyright {
  font-size: 11px;
  color: #fff;
  padding-top: 40px;
  background: none;
  text-align: left;
}
/* social icons */
.social-icons {
  text-align: center;
  margin-bottom: 20px;
}
.social-icon {
  padding-top: 2px;
  display: inline-block;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #888;
  color: #fff !important;
  font-size: 26px;
  margin: 0 10px 15px 10px;
  text-align: center;
}
.social-icon.facebook {
  background-color: #90c6e2;
}
.social-icon.twitter {
  background-color: #cecd5b;
}
.social-icon.instagram {
  background-color: #cecd5b;
}
.social-icon.linkedin {
  background-color: #90c6e2;
}
.social-icon:hover {
  background-color: #808285 !important;
}
/* icon mods */
.lnr-chevron-down {
  vertical-align: middle;
}
/* helper classes */
.float-right {
  float: right;
  margin: 4px 0 15px 20px;
}
.float-left {
  float: left;
  margin: 4px 20px 15px 0;
}
.full-width {
  display: block;
  text-align: center;
  margin: 0 0 40px 0;
}
.full-width img {
  margin-left: auto;
  margin-right: auto;
}
.modal-body {
  position: relative;
  padding: 15px 40px;
}
.bootstrap-select {
  width: 100%;
  min-height: 40px;
}
.bootstrap-select .btn {
  color: #fff;
  font-weight: 500;
  background-color: #90c5e1;
  border-radius: 0;
  box-shadow: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.clickable {
  cursor: pointer;
}
.img-full {
  width: 100%;
  height: auto;
  max-width: auto;
}
.inset10 {
  padding-left: 10%;
  padding-right: 10%;
}
.padded-outline {
  border: 1px solid #ccc;
  padding: 30px;
}
.text-center {
  text-align: center;
}
.text-center img {
  margin-left: auto;
  margin-right: auto;
}
.text-right {
  text-align: right;
}
.text-right img {
  float: right;
}
.p0 {
  padding: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.p15-sides {
  padding-left: 15px;
  padding-right: 15px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pr20 {
  padding-right: 20px;
}
.pr50 {
  padding-right: 50px;
}
.pl20 {
  padding-left: 20px;
}
.p20 {
  padding: 20px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.pad-horz-sm {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .pad-horz-sm {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .pad-horz-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .pad-horz-sm {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.pad-horz-md {
  padding-left: 40px;
  padding-right: 40px;
}
.pad-horz-lg {
  padding-left: 70px;
  padding-right: 70px;
}
.pad-horz-xlg {
  padding-left: 100px;
  padding-right: 100px;
}
.clear-left {
  clear: left;
}
img.centered {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1body 0px;
}
ul.two-col {
  float: left;
  width: 45%;
  margin: 10px 5% 10px 0;
  padding: 0 0 0 20px;
}
.team-member {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.team-member .team-title {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #cece47;
  padding: 12px;
  text-align: center;
  transition: all ease-in 0.2s;
  opacity: 0;
}
.team-member .team-title p {
  color: #fff;
  line-height: 1.5;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.team-member:hover .team-title {
  opacity: 1;
}
div[class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-no-pad .col-sm-3, .row-no-pad .col-sm-4, .row-no-pad .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.col-full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row-gutter-narrow .col-sm-3, .row-gutter-narrow .col-sm-4, .row-gutter-narrow .col-sm-6, .row-gutter-narrow .col-sm-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.row-gutter-wide {
  margin-left: -40px;
  margin-right: -40px;
}
.row-gutter-wide .col-sm-3, .row-gutter-wide .col-sm-6, .row-gutter-wide .col-sm-4, .row-gutter-wide .col-sm-12 {
  padding-left: 40px;
  padding-right: 40px;
}
.streak-bottom {
  position: absolute;
  -webkit-transform: scale(1.2) rotate(153deg);
  transform: scale(1.2) rotate(153deg);
  top: 83%;
  left: 31%;
  width: 100%;
}
.streak-bottom.streak-dark {
  -webkit-transform: scale(1) rotate(161deg);
  transform: scale(1) rotate(161deg);
  top: auto;
  margin-top: 50px;
  left: 75%;
  bottom: -200px;
}
.streak-top {
  -webkit-transform: scale(0.7) rotate(-27deg);
  transform: scale(0.7) rotate(-27deg);
  position: absolute;
  width: 100%;
  left: -65%;
  top: -26%;
}
.heateor_sss_horizontal_sharing {
  margin-bottom: 30px;
}
@media only screen and (min-width: 800px) {
  .streak-bottom {
    -webkit-transform: scale(1) rotate(153deg);
    transform: scale(1) rotate(153deg);
    top: 69%;
    left: 43%;
  }
  .streak-bottom.streak-dark {
    top: auto;
    margin-top: -117px;
    left: 18%;
    bottom: -117px;
  }
  .streak-top {
    -webkit-transform: scale(1) rotate(-27deg);
    transform: scale(1) rotate(-27deg);
    left: -40%;
    top: -280px;
  }
}
@media only screen and (min-width: 1024px) {
  .streak-bottom {
    top: 70%;
    left: 38%;
  }
  .streak-bottom.streak-dark {
    top: auto;
    margin-top: -205px;
    left: 18%;
    bottom: -205px;
  }
  .streak-top {
    left: -30%;
  }
}
@media only screen and (min-width: 1200px) {
  .streak-bottom {
    top: 78%;
    left: 33%;
  }
  .streak-bottom.streak-dark {
    top: auto;
    margin-top: -205px;
    left: 18%;
    bottom: -205px;
  }
  .streak-top {
    left: -45%;
    top: -35%;
  }
}
@media only screen and (min-width: 1600px) {
  .streak-bottom {
    top: 86%;
    left: 25%;
  }
  .streak-bottom.streak-dark {
    top: auto;
    margin-top: -205px;
    left: 18%;
    bottom: -205px;
  }
  .streak-top {
    left: -28%;
    top: -40%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1470px;
  }
}
