#carousel .carousel-item.boat{
  background-image:url("../uploads/slider/Solar Panel Indonesia 1.jpg");
}
#carousel .carousel-item.sea{
  background-image:url("../uploads/slider/Solar Panel Indonesia 31.jpg");
}
#carousel .carousel-item.river{
  background-image:url("../uploads/slider/Solar Panel Indonesia 32.jpg");
}
#carousel .carousel-item{
  /* height:100vh; */
  width:100%;
  /* min-height:350px; */
  background:no-repeat center center scroll;
  background-size:cover;
}
#carousel .carousel-inner .carousel-item{
  transition:-webkit-transform 2s ease;
  transition:transform 2s ease;
  transition:transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption{
  background:rgba(0,0,0,0.5);
  padding:40px;
  color:white;
  animation-duration: 1s;
  animation-delay: 2s;
}
#carousel .caption h2{
  animation-duration: 1s;
  animation-delay: 2s;
}
#carousel .caption p{
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .caption a{
  animation-duration: 1s;
  animation-delay: 2.4s;
}
.delicious-btn{
  display: inline-block;
  min-width:160px;
  height:60px;
  color:#fff;
  border:none;
  border-left:3px solid #1c8314;
  border-radius: 0;
  padding:0 30px;
  font-size:16px;
  line-height:58px;
  font-weight:600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background:#40ba37;
}
.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus{
  font-size:16px;
  font-weight: 600;
  color:#fff;
  background:#1c8314;
  border-color:#40ba37
}

/* html, */
/* body, */
/* div, */
/* span, */
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.content__list__item,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.psuedo__positioning-absolute-full,
.hero__overlay:before,
.stat:after,
.grid-initiatives__block:before,
.desktop .grid-initiatives__block .grid-initiatives__block__title:before,
.desktop .grid-initiatives__block .grid-initiatives__block__title:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.color--white {
  color: #fff;
}
.color--black {
  color: #000;
}
.color--gray {
  color: #909090;
}
.color--primary--purple {
  color: #201547;
}
.color--secondary--blue-light {
  color: #a0e4ff;
}
.text--shadow--blue {
  text-shadow: 0 0 10px #0771bd;
}
.text--shadow--black {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.text--shadow--black--small {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.border--rounded {
  border-radius: 10px;
}
.bkg--white {
  background: #fff;
}
.bkg--primary--blue-dark {
  background: #0662a4;
}
.bkg--light--blue {
  background: #f0f5f8;
  border-top: 1px solid #e1ebef;
  border-bottom: 1px solid #e1ebef;
}
.bkg--light--gray {
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.bkg--gradient--overlay--blue-dark-light,
.button--gradient--blue,
.featherlight .featherlight-close-icon,
.hero__overlay:before {
  background: linear-gradient(to left, #37b3e5, #0771bd), #37b3e5;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--primary--blue-light-dark {
  background: linear-gradient(to right, #0771bd, #0662a4), #0771bd;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--primary--blue-dark-light {
  background: linear-gradient(to left, #0771bd, #0662a4), #0771bd;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--secondary--purple-light-dark,
.grid-initiatives__block--trade:before {
  background: linear-gradient(to left, #cb67e0, #e99df9), #cb67e0;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--secondary--purple-dark-light {
  background: linear-gradient(to right, #cb67e0, #e99df9), #cb67e0;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--secondary--green-dark-light,
.grid-initiatives__block--finance:before {
  background: linear-gradient(to right, #89b550, #b7da8a), #89b550;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--secondary--orange-dark-light,
.grid-initiatives__block--social:before {
  background: linear-gradient(to right, #f78237, #f2a472);
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--secondary--blue-dark-light {
  background: linear-gradient(to left, #58cfff, #37b3e5), #37b3e5;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--secondary--blue-light-dark,
.grid-initiatives__block--policy:before {
  background: linear-gradient(to right, #58cfff, #37b3e5), #37b3e5;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--tertiary--orange-dark-light {
  background: linear-gradient(to right, #ef8203, #fbd900), #ef8203;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--tertiary--purple-yellow,
.headline--gradients:after,
.hr--gradient {
  background: linear-gradient(to right, #9b9aee, #ecf841), #9b9aee;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--gradient--tertiary--yellow-purple,
.headline--gradients:before {
  background: linear-gradient(to left, #9b9aee, #ecf841), #9b9aee;
  background-size: 105% 105%;
  background-position: center center;
}
.bkg--image {
  background-color: #0662a4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
:root {
  --padding: 3em;
}
@media only screen and (min-width: 1600px) {
  :root {
    --padding: 4em;
  }
}
@media only screen and (min-width: 1900px) {
  :root {
    --padding: 6em;
  }
}
@media only screen and (max-width: 1005px) {
  :root {
    --padding: 2.75em;
  }
}
@media only screen and (max-width: 725px) {
  :root {
    --padding: 1.5em;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  background: #fafafa;
}
body {
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}
main,
nav,
header,
article,
footer,
section,
div {
  display: block;
  position: relative;
}
nav,
main,
footer {
  font-size: 1rem;
}
@media only screen and (min-width: 1600px) {
  nav,
  main,
  footer {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 1900px) {
  nav,
  main,
  footer {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1130px) {
  nav,
  main,
  footer {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1005px) {
  nav,
  main,
  footer {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 725px) {
  nav,
  main,
  footer {
    font-size: 0.9em;
  }
}
.grid__row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  width: 100%;
}
.grid__column {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  width: 100%;
}
.grid__block--start,
.grid__block--end,
.grid__block--middle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.grid__block--start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.grid__block--end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.grid__block--middle {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.grid__block--flex-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.grid__block--center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.grid__block--column {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.grid__block--wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid__block--grow {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.grid__block--shrink {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
}
@media only screen and (max-width: 725px) {
  .grid__block--wrap-mobile {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 725px) {
  .grid__block--column-mobile {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.grid__block--third {
  width: calc(100% / 3);
}
.size__height--100 {
  height: 100%;
}
.size__height--75 {
  height: 75%;
}
.size__height--50 {
  height: 50%;
}
.size__height--full {
  height: 100vh;
}
.size__height--three-quarter {
  height: 75vh;
}
.size__height--half {
  height: 50vh;
}
.size__height--full--nav {
  height: calc(100vh - 6em);
  max-height: 775px;
}
@media only screen and (max-width: 1005px) {
  .size__height--full--nav {
    height: calc(65vh);
  }
}
@media only screen and (max-width: 725px) {
  .size__height--full--nav {
    height: calc(100vh - 6em);
  }
}
.size__width--75 {
  width: 75%;
}
@media only screen and (max-width: 725px) {
  .size__width--75 {
    width: 100%;
  }
}
.size__width--50 {
  width: 50%;
}
@media only screen and (max-width: 725px) {
  .size__width--50 {
    width: 100%;
  }
}
.size__width--30 {
  width: 30%;
}
@media only screen and (max-width: 725px) {
  .size__width--30 {
    width: 100%;
  }
}
.size__width--25 {
  width: 25%;
}
@media only screen and (max-width: 725px) {
  .size__width--25 {
    width: 100%;
  }
}
.padded {
  padding: 3em;
  padding: var(--padding);
}
.padded--half {
  padding: 3rem;
  padding: 3rem;
}
@media only screen and (max-width: 1005px) {
  .padded--half {
    padding: 1.5rem;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 725px) {
  .padded--half {
    padding: 0.75rem;
    padding: 0.75rem;
  }
}
.padded--double {
  padding: calc(var(--padding) * 2);
  padding: calc(var(--padding) * 2);
}
@media only screen and (max-width: 725px) {
  .padded--double {
    padding: 3em;
    padding: var(--padding);
  }
}
.padded-horizontal {
  padding-left: 3em;
  padding-left: 3em;
  padding-left: var(--padding);
  padding-left: var(--padding);
}
.padded-horizontal--double {
  padding-left: calc(var(--padding) * 2);
  padding-right: calc(var(--padding) * 2);
  padding-left: calc(var(--padding) * 2);
  padding-right: calc(var(--padding) * 2);
}
.padded-horizontal--triple {
  padding-left: calc(var(--padding) * 3);
  padding-right: calc(var(--padding) * 3);
  padding-left: calc(var(--padding) * 3);
  padding-right: calc(var(--padding) * 3);
}
.padded-vertical {
  padding-top: 3em;
  padding-bottom: 3em;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
.padded-vertical--half {
  padding-top: calc(var(--padding) / 2);
  padding-bottom: calc(var(--padding) / 2);
  padding-top: calc(var(--padding) / 2);
  padding-bottom: calc(var(--padding) / 2);
}
.padded-vertical--double {
  padding-top: calc(var(--padding) * 2);
  padding-bottom: calc(var(--padding) * 2);
  padding-top: calc(var(--padding) * 2);
  padding-bottom: calc(var(--padding) * 2);
}
.padded-vertical--triple {
  padding-top: calc(var(--padding) * 3);
  padding-bottom: calc(var(--padding) * 3);
  padding-top: calc(var(--padding) * 3);
  padding-bottom: calc(var(--padding) * 3);
}
.padded-right {
  padding-right: 3em;
  padding-right: var(--padding);
}
@media only screen and (max-width: 725px) {
  .padded-right {
    padding-right: 0;
  }
}
.padded-right--double {
  padding-right: calc(var(--padding) * 2);
  padding-right: calc(var(--padding) * 2);
}
@media only screen and (max-width: 725px) {
  .padded-right--double {
    padding-right: 0;
  }
}
.padded-top {
  padding-top: 3em;
  padding-top: var(--padding);
}
.padded-top--half {
  padding-top: calc(var(--padding) / 2);
  padding-top: calc(var(--padding) / 2);
}
.padded-bottom--double {
  padding-bottom: calc(var(--padding) * 2);
  padding-bottom: calc(var(--padding) * 2);
}
.padded-bottom--triple {
  padding-bottom: calc(var(--padding) * 3);
  padding-bottom: calc(var(--padding) * 3);
}
@media only screen and (max-width: 725px) {
  .padded-bottom--mobile {
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 725px) {
  .padded-spacer--mobile {
    height: 4em;
  }
}
.margin-bottom--half {
  margin-bottom: calc(var(--padding) / 2);
  margin-bottom: calc(var(--padding) / 2);
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.font-primary,
.font-primary--light,
h1 .ampersand,
.font-primary--regular,
.copy--roboto,
.button__refine-list__link,
.form__label,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-content,
.map__list__item--header,
.map__list__link,
.navbar__search-row__input,
.input__footer,
.nav__side-menu__block__link,
.nav__side-menu__flyout--main__link,
.nav__side-menu__flyout--sub__link,
.font-primary--medium,
.copy--roboto--medium,
.state-overlay__cta,
.font-primary--bold,
h6,
.copy--roboto--bold,
.button,
.button__footer,
.navbar__login,
.nav__side-menu__block__header,
.tpd-size-large .tpd-content:after,
.module-guide__title,
.featured-countdown h2,
.featured-countdown .field_countdown_date .countdown-period,
.font-primary--black,
h1,
h2,
h3,
h4,
h5,
.copy--roboto--black,
.nav-secondary__link,
.module-guide__title:before,
.featured-countdown .field_countdown_date .countdown-amount,
.state-overlay__title,
.state-overlay__label {
  font-family: roboto, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-primary--light,
h1 .ampersand {
  font-weight: 300;
}
.font-primary--regular,
.copy--roboto,
.button__refine-list__link,
.form__label,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-content,
.map__list__item--header,
.map__list__link,
.navbar__search-row__input,
.input__footer,
.nav__side-menu__block__link,
.nav__side-menu__flyout--main__link,
.nav__side-menu__flyout--sub__link {
  font-weight: 400;
}
.font-primary--medium,
.copy--roboto--medium,
.state-overlay__cta {
  font-weight: 500;
}
.font-primary--bold,
h6,
.copy--roboto--bold,
.form__label,
.map__list__item--header,
.button,
.button__footer,
.navbar__login,
.nav__side-menu__block__header,
.tpd-size-large .tpd-content:after,
.module-guide__title,
.featured-countdown h2,
.featured-countdown .field_countdown_date .countdown-period {
  font-weight: 700;
}
.font-primary--black,
h1,
h2,
h3,
h4,
h5,
.copy--roboto--black,
.nav-secondary__link,
.module-guide__title:before,
.featured-countdown .field_countdown_date .countdown-amount,
.state-overlay__title,
.state-overlay__label {
  font-weight: 900;
}
.font-secondary,
.font-secondary--regular,
.font-secondary--bold,
h1.serif,
.copy--droid--bold,
.nav-listing__button,
.content__list__item strong,
p,
.content__list__item,
.copy--droid,
.input--text,
.state-overlay__value {
  font-family: "droid serif", serif;
  text-rendering: optimizeLegibility;
}
.font-secondary--regular {
  font-weight: 400;
}
.font-secondary--bold,
h1.serif,
.copy--droid--bold,
.nav-listing__button,
.content__list__item strong {
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.align--center {
  text-align: center;
}
.copy--caps {
  text-transform: uppercase;
}
.text__margin--half {
  display: block;
  margin-bottom: 0.5em;
}
.text__margin--bottom {
  display: block;
  margin-bottom: 1em;
}
h1 {
  font-size: 3.875em;
  line-height: 1;
  letter-spacing: -0.03226em;
  margin-bottom: 0.35em;
}
@media only screen and (max-width: 725px) {
  h1 {
    font-size: 3.125em;
    line-height: 1;
    letter-spacing: -0.04em;
  }
}
h1.serif {
  font-size: 4.5em;
  line-height: 1.05556;
  letter-spacing: 0;
}
@media only screen and (max-width: 725px) {
  h1.serif {
    font-size: 3em;
    line-height: 1.125;
    letter-spacing: 0;
  }
}
h2 {
  font-size: 3em;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.35em;
}
@media only screen and (max-width: 725px) {
  h2 {
    font-size: 2.375em;
    line-height: 1;
    letter-spacing: 0;
  }
}
h3 {
  font-size: 2.625em;
  line-height: 1.04762;
  letter-spacing: 0;
  margin-bottom: 0.35em;
}
h3 a {
  text-decoration: none;
}
h3 a:hover,
h3 a:active,
h3 a:focus {
  color: #0771bd;
}
@media only screen and (max-width: 725px) {
  h3 {
    font-size: 2.25em;
    line-height: 1.05556;
    letter-spacing: 0;
  }
}
h4 {
  font-size: 2em;
  line-height: 1.0625;
  letter-spacing: 0;
}
h4 a {
  text-decoration: none;
}
h4 a:hover,
h4 a:active,
h4 a:focus {
  color: #0771bd;
}
h5 {
  font-size: 1.5em;
  line-height: 1.25;
  letter-spacing: 0;
}
h5.border--bottom {
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(32, 21, 71, 0.1);
}
h6 {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}
h1:only-child,
h1:last-child,
h2:only-child,
h2:last-child,
h3:only-child,
h3:last-child,
h4:only-child,
h4:last-child,
h5:only-child,
h5:last-child,
h6:only-child,
h6:last-child {
  margin-bottom: 0;
}
p,
.content__list__item {
  font-size: 1em;
  line-height: 1.75;
  letter-spacing: 0;
  margin-bottom: 1em;
}
p:only-child,
.content__list__item:only-child,
p:last-child,
.content__list__item:last-child {
  margin-bottom: 0;
}
p a,
.content__list__item a {
  color: #0771bd;
  text-decoration: none;
}
p a:hover,
.content__list__item a:hover,
p a:active,
.content__list__item a:active,
p a:focus,
.content__list__item a:focus {
  text-decoration: underline;
}
p.copy--14,
.copy--14.content__list__item {
  font-size: 0.875em;
  line-height: 1.71429;
  letter-spacing: 0;
}
p.copy--18,
.copy--18.content__list__item {
  font-size: 1.125em;
  line-height: 1.66667;
  letter-spacing: 0;
}
p.copy--20,
.copy--20.content__list__item {
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 0;
}
p + h3,
.content__list__item + h3 {
  margin-top: 1.25em;
}
em {
  font-style: italic;
}
.copy--roboto,
.button__refine-list__link,
.form__label,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-content,
.map__list__item--header,
.map__list__link {
  display: block;
}
.copy--roboto a,
.button__refine-list__link a,
.form__label a,
.tpd-skin-dark .tpd-title a,
.tpd-skin-dark .tpd-content a,
.map__list__item--header a,
.map__list__link a {
  text-decoration: none;
}
.copy--roboto a:hover,
.button__refine-list__link a:hover,
.form__label a:hover,
.tpd-skin-dark .tpd-title a:hover,
.tpd-skin-dark .tpd-content a:hover,
.map__list__item--header a:hover,
.map__list__link a:hover,
.copy--roboto a:active,
.button__refine-list__link a:active,
.form__label a:active,
.tpd-skin-dark .tpd-title a:active,
.tpd-skin-dark .tpd-content a:active,
.map__list__item--header a:active,
.map__list__link a:active,
.copy--roboto a:focus,
.button__refine-list__link a:focus,
.form__label a:focus,
.tpd-skin-dark .tpd-title a:focus,
.tpd-skin-dark .tpd-content a:focus,
.map__list__item--header a:focus,
.map__list__link a:focus {
  text-decoration: underline;
}
a.copy--roboto,
a.button__refine-list__link,
a.form__label,
.tpd-skin-dark a.tpd-title,
.tpd-skin-dark a.tpd-content,
a.map__list__item--header,
a.map__list__link {
  text-decoration: none;
}
a.copy--roboto:hover,
a.button__refine-list__link:hover,
a.form__label:hover,
.tpd-skin-dark a.tpd-title:hover,
.tpd-skin-dark a.tpd-content:hover,
a.map__list__item--header:hover,
a.map__list__link:hover,
a.copy--roboto:active,
a.button__refine-list__link:active,
a.form__label:active,
.tpd-skin-dark a.tpd-title:active,
.tpd-skin-dark a.tpd-content:active,
a.map__list__item--header:active,
a.map__list__link:active,
a.copy--roboto:focus,
a.button__refine-list__link:focus,
a.form__label:focus,
.tpd-skin-dark a.tpd-title:focus,
.tpd-skin-dark a.tpd-content:focus,
a.map__list__item--header:focus,
a.map__list__link:focus {
  text-decoration: underline;
}
.card-latest__card a.copy--roboto:hover,
.card-latest__card a.button__refine-list__link:hover,
.card-latest__card a.form__label:hover,
.card-latest__card .tpd-skin-dark a.tpd-title:hover,
.tpd-skin-dark .card-latest__card a.tpd-title:hover,
.card-latest__card .tpd-skin-dark a.tpd-content:hover,
.tpd-skin-dark .card-latest__card a.tpd-content:hover,
.card-latest__card a.map__list__item--header:hover,
.card-latest__card a.map__list__link:hover,
.card-latest__card a.copy--roboto:active,
.card-latest__card a.button__refine-list__link:active,
.card-latest__card a.form__label:active,
.card-latest__card .tpd-skin-dark a.tpd-title:active,
.tpd-skin-dark .card-latest__card a.tpd-title:active,
.card-latest__card .tpd-skin-dark a.tpd-content:active,
.tpd-skin-dark .card-latest__card a.tpd-content:active,
.card-latest__card a.map__list__item--header:active,
.card-latest__card a.map__list__link:active,
.card-latest__card a.copy--roboto:focus,
.card-latest__card a.button__refine-list__link:focus,
.card-latest__card a.form__label:focus,
.card-latest__card .tpd-skin-dark a.tpd-title:focus,
.tpd-skin-dark .card-latest__card a.tpd-title:focus,
.card-latest__card .tpd-skin-dark a.tpd-content:focus,
.tpd-skin-dark .card-latest__card a.tpd-content:focus,
.card-latest__card a.map__list__item--header:focus,
.card-latest__card a.map__list__link:focus {
  color: #0771bd;
  text-decoration: none;
}
.copy--roboto--12 {
  font-size: 0.75em;
  line-height: 1.33333;
  letter-spacing: 0.05417em;
}
.copy--roboto--14,
.map__list__item--header {
  font-size: 0.875em;
  line-height: 1.42857;
  letter-spacing: 0;
}
.copy--roboto--16,
.form__label {
  font-size: 1em;
  line-height: 1.375;
  letter-spacing: 0;
}
.copy--roboto--18,
.button__refine-list__link {
  font-size: 1.125em;
  line-height: 1.22222;
  letter-spacing: 0;
}
.copy--roboto--20,
.map__list__link {
  font-size: 1.25em;
  line-height: 1.2;
  letter-spacing: 0;
}
.copy--roboto--24 {
  font-size: 1.5em;
  line-height: 1.25;
  letter-spacing: 0;
}
.copy--roboto--28 {
  font-size: 1.75em;
  line-height: 1.14286;
  letter-spacing: 0;
}
.copy--roboto--32 {
  font-size: 2em;
  line-height: 1.125;
  letter-spacing: 0;
}
@media only screen and (max-width: 725px) {
  .stat > .copy--roboto--32 {
    font-size: 1.5em;
    line-height: 1.16667;
    letter-spacing: 0;
  }
}
.copy--roboto--125 {
  font-size: 7.8125em;
  line-height: 1.08;
  letter-spacing: -0.016em;
}
@media only screen and (max-width: 725px) {
  .stat > .copy--roboto--125 {
    font-size: 4.5em;
    line-height: 1.05556;
    letter-spacing: -0.02778em;
  }
}
.copy--droid {
  display: block;
}
.copy--droid--14 {
  font-size: 0.875em;
  line-height: 1.57143;
  letter-spacing: 0;
}
.copy--droid--16 {
  font-size: 1em;
  line-height: 1.375;
  letter-spacing: 0;
}
.copy--droid--18 {
  font-size: 1.125em;
  line-height: 1.44444;
  letter-spacing: 0;
}
.copy--droid--20 {
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: 0;
}
.copy--droid--26 {
  font-size: 1.625em;
  line-height: 1.38462;
  letter-spacing: 0;
}
.button {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button--14 {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0;
}
.button--18 {
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 0;
}
.button--solid {
  color: #0771bd;
}
.button--solid:hover,
.button--solid:focus,
.button--solid:active {
  color: #fff;
}
.button--solid--orange {
  color: #ef8203;
}
.button--gradient--blue,
.featherlight .featherlight-close-icon {
  color: #fff;
}
.button--gradient--blue:hover,
.featherlight .featherlight-close-icon:hover,
.button--gradient--blue:focus,
.featherlight .featherlight-close-icon:focus,
.button--gradient--blue:active,
.featherlight .featherlight-close-icon:active {
  color: #0771bd;
}
.button--outline {
  color: #fff;
}
.button--outline:hover,
.button--outline:focus,
.button--outline:active {
  color: #0771bd;
}
.button--outline--blue {
  color: #0771bd;
}
.button--outline--blue:hover,
.button--outline--blue:focus,
.button--outline--blue:active {
  color: #fff;
}
.button--initiative--orange:hover,
.button--initiative--orange:focus,
.button--initiative--orange:active {
  color: #f78237;
}
.button--initiative--purple:hover,
.button--initiative--purple:focus,
.button--initiative--purple:active {
  color: #cb67e0;
}
.button--initiative--green:hover,
.button--initiative--green:focus,
.button--initiative--green:active {
  color: #89b550;
}
.button--initiative--blue:hover,
.button--initiative--blue:focus,
.button--initiative--blue:active {
  color: #37b3e5;
}
.button__footer {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.03571em;
  text-decoration: none;
  color: #fff;
}
.button__footer:hover,
.button__footer:active,
.button__footer:focus {
  color: #0771bd;
}
.nav-listing__button {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0;
  color: #201547;
  text-decoration: none;
}
.nav-listing__button:not(.nav-listing__spacer):hover,
.nav-listing__button:not(.nav-listing__spacer):active,
.nav-listing__button:not(.nav-listing__spacer):focus {
  color: #fff;
}
@media only screen and (max-width: 725px) {
  .nav-listing__button {
    font-size: 0.75em;
    line-height: 1;
    letter-spacing: 0;
  }
}
.button__refine-list__link {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.button__refine-list__link:hover,
.button__refine-list__link:active,
.button__refine-list__link:focus {
  color: #a0e4ff;
  text-decoration: none;
}
.headline--gradients:before,
.headline--gradients:after {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 4px;
  margin: 0 0.75em;
  border-radius: 4px;
  content: "";
}
@media only screen and (max-width: 725px) {
  .headline--gradients:before,
  .headline--gradients:after {
    width: 0.5em;
    height: 3px;
    margin: 0 0.25em;
  }
}
.headline--gradients:before {
  margin-left: 0;
}
.headline--gradients:after {
  margin-right: 0;
}
.navbar__search-row__input {
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.navbar__search-row__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar__search-row__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar__search-row__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar__search-row__input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input--text {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0;
  color: #909090;
}
.input--text--small {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0;
}
.input--text::-webkit-input-placeholder {
  color: rgba(144, 144, 144, 0.5);
}
.input--text::-moz-placeholder {
  color: rgba(144, 144, 144, 0.5);
}
.input--text:-ms-input-placeholder {
  color: rgba(144, 144, 144, 0.5);
}
.input--text:-moz-placeholder {
  color: rgba(144, 144, 144, 0.5);
}
.input__footer {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.input__footer::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input__footer::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input__footer:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input__footer:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
body > img {
  height: 1px;
  width: 1px;
}
.img--vertical {
  height: 100%;
  width: auto;
}


.hero-video {
  overflow: hidden;
}
.hero-video__video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 105%;
  height: auto;
  min-height: 105%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero__overlay * {
  z-index: 2;
}
.hero__overlay .button--absolute--top-right {
  top: calc(var(--padding) / 2);
  right: calc(var(--padding) / 2);
  top: calc(var(--padding) / 2);
  right: calc(var(--padding) / 2);
}
.hero__overlay:before {
  border-radius: 10px;
  opacity: 0.9;
  z-index: 1;
}
.hero-description p,
.hero-description .content__list__item {
  width: 40em;
  max-width: 100%;
  margin: 0 auto;
}
.hero-description .grid__row {
  padding-bottom: 3em;
  padding-bottom: var(--padding);
}

.navbar-adda-white {
  background : transparent;
}

/* change the brand and text color */
.navbar-adda-white .navbar-brand,
.navbar-adda-white .navbar-text {
  /* color: rgba(255,255,255,.8); */
  color: rgb(243, 234, 234);
}
/* change the link color */
.navbar-adda-white .navbar-nav .nav-link {
  /* color: rgba(255,255,255,.5); */
  color: rgb(243, 234, 234);
}
/* change the color of active or hovered links */
.navbar-adda-white .nav-item.active .nav-link,
.navbar-adda-white .nav-item:hover .nav-link {
  /* color: #ffffff; */
  color: rgba(255,255,255,.5);;
}


.navbar-adda-black {
  background : transparent;
}
/* change the brand and text color */
.navbar-adda-black .navbar-brand,
.navbar-adda-black .navbar-text {
  color: rgba(10, 10, 10, 0.938);
}
/* change the link color */
.navbar-adda-black .navbar-nav .nav-link {
  /* color: rgba(255,255,255,.5); */
  color: rgba(10, 10, 10, 0.938);
}
/* change the color of active or hovered links */
.navbar-adda-black .nav-item.active .nav-link,
.navbar-adda-black .nav-item:hover .nav-link {
  /* color: #ffffff; */
  color: rgba(25, 66, 248, 0.918);
}