/* Basscss Margin */
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: 0.625rem;
}

.mt1 {
  margin-top: 0.625rem;
}

.mr1 {
  margin-right: 0.625rem;
}

.mb1 {
  margin-bottom: 0.625rem;
}

.ml1 {
  margin-left: 0.625rem;
}

.mx1 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my1 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m2 {
  margin: 1.25rem;
}

.mt2 {
  margin-top: 1.25rem;
}

.mr2 {
  margin-right: 1.25rem;
}

.mb2 {
  margin-bottom: 1.25rem;
}

.ml2 {
  margin-left: 1.25rem;
}

.mx2 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m3 {
  margin: 2.5rem;
}

.mt3 {
  margin-top: 2.5rem;
}

.mr3 {
  margin-right: 2.5rem;
}

.mb3 {
  margin-bottom: 2.5rem;
}

.ml3 {
  margin-left: 2.5rem;
}

.mx3 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my3 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m4 {
  margin: 5rem;
}

.mt4 {
  margin-top: 5rem;
}

.mr4 {
  margin-right: 5rem;
}

.mb4 {
  margin-bottom: 5rem;
}

.ml4 {
  margin-left: 5rem;
}

.mx4 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my4 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mxn1 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.mxn2 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.mxn3 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.mxn4 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Basscss Padding */
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: 0.625rem;
}

.pt1 {
  padding-top: 0.625rem;
}

.pr1 {
  padding-right: 0.625rem;
}

.pb1 {
  padding-bottom: 0.625rem;
}

.pl1 {
  padding-left: 0.625rem;
}

.py1 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px1 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.p2 {
  padding: 1.25rem;
}

.pt2 {
  padding-top: 1.25rem;
}

.pr2 {
  padding-right: 1.25rem;
}

.pb2 {
  padding-bottom: 1.25rem;
}

.pl2 {
  padding-left: 1.25rem;
}

.py2 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p3 {
  padding: 2.5rem;
}

.pt3 {
  padding-top: 2.5rem;
}

.pr3 {
  padding-right: 2.5rem;
}

.pb3 {
  padding-bottom: 2.5rem;
}

.pl3 {
  padding-left: 2.5rem;
}

.py3 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p4 {
  padding: 5rem;
}

.pt4 {
  padding-top: 5rem;
}

.pr4 {
  padding-right: 5rem;
}

.pb4 {
  padding-bottom: 5rem;
}

.pl4 {
  padding-left: 5rem;
}

.py4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px4 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.clearfix {
  margin: 0 auto;
  max-width: 1170px;
  min-width: 320px;
}

.grey-bg {
  background: #f7f7f7;
}

/* Basscss Grid */
.col {
  float: left;
  box-sizing: border-box;
}

.col-right {
  float: right;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box;
  }

  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }

  .sm-col-1 {
    width: 8.3333333333%;
  }

  .sm-col-2 {
    width: 16.6666666667%;
  }

  .sm-col-3 {
    width: 25%;
  }

  .sm-col-4 {
    width: 33.3333333333%;
  }

  .sm-col-5 {
    width: 41.6666666667%;
  }

  .sm-col-6 {
    width: 50%;
  }

  .sm-col-7 {
    width: 58.3333333333%;
  }

  .sm-col-8 {
    width: 66.6666666667%;
  }

  .sm-col-9 {
    width: 75%;
  }

  .sm-col-10 {
    width: 83.3333333333%;
  }

  .sm-col-11 {
    width: 91.6666666667%;
  }

  .sm-col-12 {
    width: 100%;
  }
}
@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box;
  }

  .md-col-right {
    float: right;
    box-sizing: border-box;
  }

  .md-col-1 {
    width: 8.3333333333%;
  }

  .md-col-2 {
    width: 16.6666666667%;
  }

  .md-col-3 {
    width: 25%;
  }

  .md-col-4 {
    width: 33.3333333333%;
  }

  .md-col-5 {
    width: 41.6666666667%;
  }

  .md-col-6 {
    width: 50%;
  }

  .md-col-7 {
    width: 58.3333333333%;
  }

  .md-col-8 {
    width: 66.6666666667%;
  }

  .md-col-9 {
    width: 75%;
  }

  .md-col-10 {
    width: 83.3333333333%;
  }

  .md-col-11 {
    width: 91.6666666667%;
  }

  .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .lg-col {
    float: left;
    box-sizing: border-box;
  }

  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }

  .lg-col-1 {
    width: 8.3333333333%;
  }

  .lg-col-2 {
    width: 16.6666666667%;
  }

  .lg-col-3 {
    width: 25%;
  }

  .lg-col-4 {
    width: 33.3333333333%;
  }

  .lg-col-5 {
    width: 41.6666666667%;
  }

  .lg-col-6 {
    width: 50%;
  }

  .lg-col-7 {
    width: 58.3333333333%;
  }

  .lg-col-8 {
    width: 66.6666666667%;
  }

  .lg-col-9 {
    width: 75%;
  }

  .lg-col-10 {
    width: 83.3333333333%;
  }

  .lg-col-11 {
    width: 91.6666666667%;
  }

  .lg-col-12 {
    width: 100%;
  }
}
/* Basscss Hide */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}
@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}
.display-none {
  display: none !important;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 100%;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

::-moz-selection {
  background: #BDD9F2;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #BDD9F2;
  color: #fff;
  text-shadow: none;
}

.txt-purple {
  color: #180e3e;
}

.bg-purple {
  background-color: #180e3e;
}

.txt-green {
  color: #78a746;
}

.bg-green {
  background-color: #78a746;
}

.txt-grey-light {
  color: #f7f7f7;
}

.bg-grey-light {
  background-color: #f7f7f7;
}

.txt-grey-med {
  color: #b9b6c5;
}

.bg-grey-med {
  background-color: #b9b6c5;
}

.txt-alert {
  color: #ff002c;
}

.bg-alert {
  background-color: #ff002c;
}

.txt-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.alert {
  color: #ff002c;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.flip-h {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.flip-v {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

body,
button,
input,
select,
textarea {
  color: #080D09;
  font: 15px sans-serif;
  line-height: 1.4;
}

/* Links */
a {
  color: #78a746;
  text-decoration: none;
}
a:hover {
  color: #180e3e;
  text-decoration: none;
}
a:focus {
  outline: 1px dotted #78a746;
}
a:hover, a:active {
  outline: 0;
}

p {
  margin: 20px 0;
  padding: 0;
  font-size: 21px;
  line-height: 36px;
  color: #180e3e;
  font-family: "TTCommons-Regular";
}
p a:hover {
  text-decoration: underline;
}

b,
strong {
  font-family: "TTCommons-Bold";
}

blockquote {
  color: #76888a;
  font-size: 16px;
  font-style: italic;
  margin: 1em 40px;
  padding: 10px 0;
}
blockquote p {
  margin: 0;
}

em,
i {
  font-style: italic;
}

hr {
  border: 0 #e2e6e6 solid;
  border-top-width: 1px;
  clear: both;
  display: block;
  height: 1px;
  margin: 10px 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: #180e3e;
}

.heading-1,
h1 {
  font-family: "TTCommons-Bold";
  font-size: 80px;
  line-height: 80px;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 52em) {
  .heading-1,
h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

.heading-2,
h2 {
  font-family: "TTCommons-Bold";
  font-size: 60px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 52em) {
  .heading-2,
h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.heading-3,
h3 {
  font-family: "TTCommons-Bold";
  font-size: 42px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 52em) {
  .heading-3,
h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

.heading-4,
h4 {
  font-family: "TTCommons-Bold";
  font-size: 30px;
  line-height: 38px;
}
@media screen and (max-width: 52em) {
  .heading-4,
h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

.heading-5,
h5 {
  font-size: 24px;
  font-family: "TTCommons-Bold";
  line-height: 36px;
}

.heading-6,
h6 {
  font-family: "TTCommons-Bold";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cta-l {
  font-family: "TTCommons-Bold";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cta-s {
  font-family: "TTCommons-Bold";
  color: #78a746;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intro-p,
p.intro-p {
  font-family: "TTCommons-Light";
  font-size: 30px;
  line-height: 42px;
}
@media screen and (max-width: 52em) {
  .intro-p,
p.intro-p {
    font-size: 21px;
    line-height: 30px;
  }
}

@media screen and (max-width: 52em) {
  .regular-p,
p {
    font-size: 16px;
    line-height: 30px;
  }
}

.small-p,
p.small-p {
  font-family: "TTCommons-Regular";
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 52em) {
  .small-p,
p.small-p {
    font-size: 14px;
    line-height: 24px;
  }
}

.label {
  color: #b9b6c5;
  font-family: "TTCommons-Bold";
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-p {
  font-size: 18px;
  line-height: 28px;
}

.bold {
  font-family: "TTCommons-Bold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.italic {
  font-family: "TTCommons-Italic";
}

.bold-italic {
  font-family: "TTCommons-BoldItalic";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.light {
  font-family: "TTCommons-Light";
}

.light-italic {
  font-family: "TTCommons-LightItalic";
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
  font-family: "TTCommons-Bold";
  font-size: 21px;
  line-height: 36px;
  padding-top: 28px;
  color: #180e3e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
select,
input[type=button],
input[type=file],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

/* reset weird iOS styles */
input[type=text],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
textarea,
select {
  background-color: #fff;
  border: 1px solid rgba(24, 14, 62, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  height: 34px;
  font-size: 21px;
  line-height: 36px;
  padding: 11.5px 20px;
  margin-top: 9px;
  border-radius: 5px;
  font-family: "TTCommons-Regular";
  height: 50px;
  transition: border-color 0.2s ease-in-out;
}
input[type=text]:focus, input[type=text]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=url]:focus,
input[type=url]:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border-color: #180e3e;
  border-radius: 5px;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
input[type=text]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #b9b6c5;
  font-family: "TTCommons-Regular";
}
.radio-button {
  position: relative;
}
.radio-button label :before {
  position: relative;
  content: " ";
  display: inline-block;
  background-color: transparent;
  top: 5px;
  left: 0px;
}
.radio-button input[type=radio] {
  height: 20px;
  width: 20px;
  border: 1px solid rgba(24, 14, 62, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-appearance: none;
  color: #fff;
  margin: 0 30px 0 0;
  cursor: pointer;
}
.radio-button input[type=radio] + label {
  font-family: "TTCommons-Regular";
  cursor: default;
}
.radio-button input[type=radio]:disabled {
  color: #b9b6c5;
  pointer-events: none;
}
.radio-button input[type=radio]:disabled + label {
  color: #b9b6c5;
}
.radio-button input[type=radio]:hover {
  border: 1px solid #180e3e;
}
.radio-button input[type=radio]:checked + label {
  font-family: "TTCommons-Bold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.radio-button input[type=radio]:checked + label:after {
  background-color: #180e3e;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  content: " ";
  top: 9px;
  left: 5px;
}
.radio-button input[type=radio]:focus {
  outline: 1px dashed #78a746;
  outline-offset: 2px;
}

input[type=number] {
  width: 60px;
}

textarea {
  height: 120px;
  resize: vertical;
  vertical-align: top;
}

button,
input[type=submit],
.button {
  border: none;
  color: #180e3e;
  font-family: "TTCommons-Bold";
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 30px 15.5px;
  height: 40px;
  min-width: 230px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  border-radius: 25px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.button-icon,
input[type=submit].button-icon,
.button.button-icon {
  padding: 18px 30px 15.5px 60px;
  letter-spacing: 0;
  height: 50px;
}
button.button-link,
input[type=submit].button-link,
.button.button-link {
  color: #78a746;
  font-size: 13px;
  background-color: transparent;
  box-shadow: none;
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 17px;
  text-align: left;
}
button.button-link:hover,
input[type=submit].button-link:hover,
.button.button-link:hover {
  background-color: transparent;
  color: #180e3e;
}
button .button-icon-container,
input[type=submit] .button-icon-container,
.button .button-icon-container {
  position: absolute;
  background-color: #78a746;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: 8px;
  top: 8px;
}
button .button-icon-container svg,
input[type=submit] .button-icon-container svg,
.button .button-icon-container svg {
  position: absolute;
  top: 11.5px;
  left: 8.5px;
}
button.button-slide,
input[type=submit].button-slide,
.button.button-slide {
  background-color: #78a746;
  box-shadow: none;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}
button.button-slide:hover,
input[type=submit].button-slide:hover,
.button.button-slide:hover {
  background-color: #180e3e;
}
button:active,
input[type=submit]:active,
.button:active {
  position: relative;
  top: 1px;
}
button:focus,
input[type=submit]:focus,
.button:focus {
  border: none;
  outline: 1px dashed #78a746;
  outline-offset: 5px;
}
button:hover,
input[type=submit]:hover,
.button:hover {
  background: #78a746;
  color: #fff;
  text-decoration: none;
}
button:hover .button-icon-container,
input[type=submit]:hover .button-icon-container,
.button:hover .button-icon-container {
  background-color: #fff;
}
button:hover .button-icon-container svg path,
input[type=submit]:hover .button-icon-container svg path,
.button:hover .button-icon-container svg path {
  fill: #78a746;
}
button.button-card,
input[type=submit].button-card,
.button.button-card {
  background-color: #78a746;
  color: #fff;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
button.button-card:hover,
input[type=submit].button-card:hover,
.button.button-card:hover {
  background-color: #180e3e;
}
button.button-nav,
input[type=submit].button-nav,
.button.button-nav {
  background-color: transparent;
  width: auto;
  box-shadow: none;
  display: inline-block;
}

::-webkit-input-placeholder {
  color: #e9e9e9;
}

:-moz-placeholder {
  color: #e9e9e9;
}

:-ms-input-placeholder {
  color: #e9e9e9;
}

input.placeholder {
  color: #e9e9e9;
}

/* Lists */
dd {
  margin: 0 0 0 40px;
}

ul,
ol {
  padding: 10px 10px 10px 30px;
  font-size: 21px;
  line-height: 36px;
  color: #180e3e;
  font-family: "TTCommons-Regular";
}

ul li {
  background: transparent 0 16px no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNpidHFxYQACQSA2BuI9LFDObqjALCYoA4RBIA0ksAckAxVIBwgwAMyyBfjDQxpjAAAAAElFTkSuQmCC);
  list-style: none;
  padding: 0 0 8px 10px;
  font-size: 21px;
  line-height: 36px;
  color: #180e3e;
  font-family: "TTCommons-Regular";
}

ol li {
  list-style: decimal;
  margin: 0 0 0 10px;
  padding: 0 0 8px 0;
}

nav ul,
nav ol,
nav li {
  background: none;
  margin: 0;
  padding: 0;
}

table {
  padding: 10px 0;
}

td,
th {
  padding: 5px;
}

th {
  font-weight: bold;
}

td {
  vertical-align: top;
}

a,
button,
.button,
input[type=submit] {
  transition: color 0.2s ease-in-out;
  transition-property: background-color, border-color, color, opacity;
}

.contact h1 {
  margin-bottom: 30px;
}
.contact .radio-group {
  padding-bottom: 40px;
}
.contact input {
  width: 100%;
}
.contact input[type=submit] {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.contact textarea {
  width: 100%;
  height: 250px;
}

#contact-form .heading-6 {
  font-size: 21px;
}

.request-a-speaker-fields select {
  margin-right: 7px;
}

.aside-menu-inner {
  background-color: #fff;
  border-radius: 5px;
}
.aside-menu-inner .label {
  background-color: #180e3e;
  text-align: center;
  padding: 20px 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.aside-menu-inner .label a {
  color: #b9b6c5;
  font-family: "TTCommons-Bold";
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.aside-menu-inner .label a:hover {
  color: #fff;
}
.aside-menu-inner li {
  list-style: none;
}
.aside-menu-inner ul > li {
  background-image: none;
  line-height: 24px;
  padding: 0 0 25px;
}
.aside-menu-inner ul > li a {
  font-family: "TTCommons-Bold";
  color: #78a746;
  font-size: 18px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.aside-menu-inner ul > li a:hover {
  color: #180e3e;
  text-decoration: underline;
}
.aside-menu-inner ul > li.selected a {
  color: #180e3e;
}

.inner {
  margin: 0 auto;
  max-width: 1170px;
  min-width: 320px;
  padding: 0 20px;
}
.inner img {
  max-width: 100%;
}

.cols .col-1 {
  float: left;
  margin: 0 1.3157894737%;
  width: 5.701754386%;
}

.cols .col-2 {
  float: left;
  margin: 0 1.3157894737%;
  width: 14.0350877193%;
}

.cols .col-3 {
  float: left;
  margin: 0 1.3157894737%;
  width: 22.3684210526%;
}

.cols .col-4 {
  float: left;
  margin: 0 1.3157894737%;
  width: 30.701754386%;
}

.cols .col-5 {
  float: left;
  margin: 0 1.3157894737%;
  width: 39.0350877193%;
}

.cols .col-6 {
  float: left;
  margin: 0 1.3157894737%;
  width: 47.3684210526%;
}

.cols .col-7 {
  float: left;
  margin: 0 1.3157894737%;
  width: 55.701754386%;
}

.cols .col-8 {
  float: left;
  margin: 0 1.3157894737%;
  width: 64.0350877193%;
}

.cols .col-9 {
  float: left;
  margin: 0 1.3157894737%;
  width: 72.3684210526%;
}

.cols .col-10 {
  float: left;
  margin: 0 1.3157894737%;
  width: 80.701754386%;
}

.cols .col-11 {
  float: left;
  margin: 0 1.3157894737%;
  width: 89.0350877193%;
}

.cols .col-12 {
  float: left;
  margin: 0 1.3157894737%;
  width: 97.3684210526%;
}

.cols {
  clear: both;
  margin: 0 auto;
  max-width: 1170px;
  min-width: 320px;
  width: auto;
}
.cols::after {
  clear: both;
  content: "";
  display: table;
}
.cols img {
  max-width: 100%;
}
.cols .col-1.no-margins {
  margin: 0;
}
.cols .col-2.no-margins {
  margin: 0;
}
.cols .col-3.no-margins {
  margin: 0;
}
.cols .col-4.no-margins {
  margin: 0;
}
.cols .col-5.no-margins {
  margin: 0;
}
.cols .col-6.no-margins {
  margin: 0;
}
.cols .col-7.no-margins {
  margin: 0;
}
.cols .col-8.no-margins {
  margin: 0;
}
.cols .col-9.no-margins {
  margin: 0;
}
.cols .col-10.no-margins {
  margin: 0;
}
.cols .col-11.no-margins {
  margin: 0;
}
.cols .col-12.no-margins {
  margin: 0;
}

.content-inner {
  margin: 0 auto;
  max-width: 1170px;
  min-width: 320px;
  padding: 0 20px;
}
.content-inner img {
  max-width: 100%;
}

.content {
  padding: 40px 0 0;
}
@media screen and (max-width: 52em) {
  .content {
    padding: 0;
  }
}
.fullwidth .content {
  padding-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .fullwidth .content {
    padding-bottom: 30px;
  }
}
.content .col-8, .content .col-3 {
  margin-top: 20px;
}

.spacer {
  min-height: 1px;
}

.submenu-nav-icon {
  width: 100%;
}

.submenu-nav {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  float: left;
  z-index: 1;
  top: 0px;
  position: relative;
  display: none;
  opacity: 0;
}
.submenu-nav.fixed {
  position: fixed;
  display: block;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu-nav.mobile {
  display: block;
  opacity: 1;
  background-color: transparent;
  box-shadow: none;
}
.submenu-nav.mobile .icon-container {
  background-color: #78a746;
  position: absolute;
  padding: 12px 20px 16px;
  right: 0;
  top: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.submenu-nav.mobile .icon-container svg path {
  fill: #fff;
}
.submenu-nav.mobile .current-page {
  padding: 15px 40px 15px 20px;
}
.submenu-nav img {
  width: 70px;
  height: 73px;
}
.submenu-nav .col-4 {
  position: relative;
}
.submenu-nav .dropdown {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 3px;
}
.submenu-nav .dropdown .current-page {
  background-color: #f7f7f7;
  border: 1px solid rgba(29, 27, 76, 0.1);
  border-radius: 3px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.submenu-nav .dropdown .current-page span {
  font-size: 16px;
  font-family: "TTCommons-Bold";
  line-height: 18px;
  color: #180e3e;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.submenu-nav .dropdown .current-page svg {
  margin-top: 5px;
}
.submenu-nav .dropdown .dropdown-content {
  background-color: #f7f7f7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid rgba(29, 27, 76, 0.1);
  border-top: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.submenu-nav .dropdown .dropdown-content a {
  color: #180e3e;
  display: block;
  float: none;
  font-size: 16px;
  padding: 5px 0;
}
.submenu-nav .dropdown .dropdown-content a:hover {
  text-decoration: underline;
}
.submenu-nav .dropdown.open .current-page {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.submenu-nav .dropdown.open .current-page .icon-container {
  border-bottom-right-radius: 0;
}
.submenu-nav .dropdown.open .dropdown-content {
  display: block;
}

.footer-wrap {
  background-color: #180e3e;
  padding: 60px 0;
}

.links .social-icons {
  display: flex;
  justify-content: flex-start;
  padding-left: 1.25rem;
}
@media screen and (max-width: 64em) {
  .links .social-icons {
    justify-content: space-between;
  }
}
@media screen and (max-width: 52em) {
  .links .social-icons {
    justify-content: center;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
.links .social-icons .social-icon-container {
  margin: 0 20px 0 0;
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.links .social-icons .social-icon-container svg {
  position: relative;
  display: block;
  margin: 0 auto;
  top: calc(50% - 12px);
}
.links .social-icons .social-icon-container.icon-tall svg {
  top: calc(50% - 15px);
}
.links .social-icons .social-icon-container:hover {
  background-color: #78a746;
}
.links .social-icons .social-icon-container:hover svg path {
  fill: #fff;
}
.links .copyright {
  text-align: right;
  padding-right: 1.25rem;
}
@media screen and (max-width: 52em) {
  .links .copyright {
    text-align: center;
    padding-right: 0;
  }
}
.links .copyright p {
  color: #fff;
}

#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

header {
  height: 160px;
}
header .sub-nav .utility-nav ul {
  display: flex;
  justify-content: flex-end;
}
header .sub-nav .utility-nav ul li {
  padding: 20px 20px 0 20px;
  list-style: none;
  padding: 10px 10px 15px 10px;
}
header .sub-nav .utility-nav ul li a {
  font-family: "TTCommons-Bold";
  color: #78a746;
  line-height: 25px;
  font-size: 24px;
  padding: 5px 5px 5px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .sub-nav .utility-nav ul li a {
  font-family: "TTCommons-Regular";
  line-height: 17px;
  font-size: 15px;
  color: #180e3e;
}
header .sub-nav .utility-nav ul li a:focus {
  outline: 1px dashed #180e3e;
  outline-offset: 3px;
}
header .sub-nav .utility-nav ul li a:hover {
  border-bottom: 1px solid #180e3e;
}
header .sub-nav .utility-nav ul li:last-child {
  padding-right: 0;
}
header .main-nav .logo a:focus {
  outline: 1px dashed #180e3e;
  outline-offset: 3px;
}
header .main-nav .logo img {
  width: 260px;
  height: 70px;
  margin-top: 35px;
}
header .main-nav .utility-nav {
  margin-top: 10px;
}
header .main-nav .main-menu {
  display: flex;
  justify-content: space-between;
  padding-left: 80px;
}
header .main-nav .main-menu > li {
  padding: 20px 20px 0 20px;
  list-style: none;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
header .main-nav .main-menu > li a {
  font-family: "TTCommons-Bold";
  color: #78a746;
  line-height: 25px;
  font-size: 24px;
  padding: 5px 5px 5px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .main-nav .main-menu > li > a {
  display: block;
}
header .main-nav .main-menu > li .button-nav {
  position: relative;
  display: block;
  top: 8px;
  min-width: 1px;
  height: 10px;
  padding: 0 0 0 10px;
  width: 10px;
}
header .main-nav .main-menu > li.selected a, header .main-nav .main-menu > li.child-page-active a {
  color: #180e3e;
  border-bottom: 1px solid #180e3e;
}
header .main-nav .main-menu > li.selected a + .button-nav svg g g, header .main-nav .main-menu > li.child-page-active a + .button-nav svg g g {
  fill: #180e3e;
}
header .main-nav .main-menu > li.selected a + .button-nav svg path, header .main-nav .main-menu > li.child-page-active a + .button-nav svg path {
  fill: #180e3e;
}
header .main-nav .main-menu > li > ul {
  display: none;
}
header .main-nav .main-menu > li > ul li {
  padding: 0;
}
header .main-nav .main-menu > li:last-child {
  padding: 20px 0 0 15px;
}
header .main-nav .main-menu > li:hover > a {
  color: #180e3e;
  border-bottom: 1px solid #180e3e;
  line-height: 25px;
}
header .main-nav .main-menu > li.has-children {
  padding: 20px 30px 0 30px;
}
@media screen and (max-width: 64em) {
  header .main-nav .main-menu > li.has-children {
    padding: 10px 28px 15px 12px;
  }
}
header .main-nav .main-menu > li.has-children.open {
  background-color: #78a746;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  overflow: inherit;
  outline: 0;
}
header .main-nav .main-menu > li.has-children.open > a {
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 25px;
}
header .main-nav .main-menu > li.has-children.open > a:focus {
  outline: 1px dashed #fff;
  outline-offset: 3px;
}
header .main-nav .main-menu > li.has-children.open .button-nav svg {
  transform: rotate(180deg);
}
header .main-nav .main-menu > li.has-children.open .button-nav svg path {
  fill: #fff;
}
header .main-nav .main-menu > li.has-children.open .button-nav:focus {
  outline-color: #fff;
}
header .main-nav .main-menu > li.has-children.open > ul {
  display: block;
  position: absolute;
  background-color: #78a746;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 50px;
  padding: 10px 30px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header .main-nav .main-menu > li.has-children.open > ul > li {
  padding: 7px 0;
}
header .main-nav .main-menu > li.has-children.open > ul > li > a {
  color: #fff;
  display: block;
  border-bottom: 1px solid #78a746;
  font-size: 18px;
  line-height: 24px;
}
header .main-nav .main-menu > li.has-children.open > ul > li:hover > a {
  border-bottom: 1px solid #fff;
}
header .main-nav .main-menu > li.has-children.open > ul > li a:focus {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 64em) {
  header .main-nav .main-menu > li.has-children.open > ul {
    top: 77px;
  }
}
header .main-nav .main-menu > li a:focus {
  outline: 1px dashed #180e3e;
  outline-offset: 3px;
}
header .mobile-nav {
  background-color: #fff;
  border-bottom: 2px solid #f7f7f7;
  padding-bottom: 18px;
  position: relative;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
header .mobile-nav .logo {
  padding: 10px 0 0 0;
}
header .mobile-nav .mobile-nav-button {
  margin: 30px 10px 0 0;
}
header .mobile-nav .mobile-nav-button .nav-icon-open,
header .mobile-nav .mobile-nav-button .nav-icon-close {
  width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
header .mobile-nav .mobile-nav-button .nav-icon-open {
  display: flex;
}
header .mobile-nav .mobile-nav-button .nav-icon-close {
  display: none;
}
header .mobile-nav.open {
  position: fixed;
}
header .mobile-nav.open .nav-icon-open {
  display: none;
}
header .mobile-nav.open .nav-icon-close {
  display: flex;
}
header .mobile-menu {
  background-color: #fff;
  font-family: "TTCommons-Bold";
  font-size: 24px;
  line-height: 28px;
  display: none;
  padding: 30px 35px;
  position: fixed;
  width: 100%;
  top: 101px;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .mobile-menu.open {
  display: block;
}
header .mobile-menu li {
  list-style: none;
  padding: 0 0 30px;
}
header .mobile-menu li .button-nav {
  width: fit-content;
  min-width: 20px;
  padding: 0 22px 0;
  height: 20px;
}
header .mobile-menu li a {
  padding: 0 0 17px 60px;
}
header .mobile-menu li:focus svg path, header .mobile-menu li:hover svg path {
  fill: #180e3e;
}
header .mobile-menu .has-children a {
  padding: 0 0 17px;
}
header .mobile-menu .has-children .mobile-sub-menu {
  font-size: 18px;
  line-height: 30px;
  display: none;
}
header .mobile-menu .has-children .mobile-sub-menu > li {
  margin-left: 80px;
  padding: 0 0 8px;
}
header .mobile-menu .has-children .mobile-sub-menu > li:first-child {
  padding-top: 15px;
}
header .mobile-menu .has-children .mobile-sub-menu > li:last-child {
  padding-bottom: 0;
}
header .mobile-menu .has-children.open .mobile-sub-menu {
  display: block;
}
header .mobile-menu .mobile-utility li {
  padding: 0 0 17px;
}
header .mobile-menu .mobile-utility li a {
  color: #180e3e;
  font-family: "TTCommons-Regular";
  font-size: 15px;
  line-height: 17px;
}

.intro-wrapper {
  height: 560px;
}
.intro-wrapper.no-image {
  height: 235px;
}
@media screen and (max-width: 52em) {
  .intro-wrapper.no-image {
    height: 175px;
  }
}
.intro-wrapper.landing {
  height: 850px;
  background: url("/static/images/blue_waves_landing_grey.png?07ff9ad703d4");
  background-size: cover;
  background-position-y: 1px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 105em) {
  .intro-wrapper.landing {
    background-position-y: 75px;
    height: 770px;
  }
}
@media screen and (max-width: 90em) {
  .intro-wrapper.landing {
    background-position-y: 120px;
    height: 750px;
  }
}
@media screen and (max-width: 90em) {
  .intro-wrapper.landing {
    background-position-y: 150px;
    height: 770px;
  }
}
@media screen and (max-width: 64em) {
  .intro-wrapper.landing {
    background-position-y: 200px;
    height: 830px;
  }
}
@media screen and (max-width: 50em) {
  .intro-wrapper.landing {
    background-position-y: 150px;
    height: 660px;
  }
}
@media screen and (max-width: 40em) {
  .intro-wrapper.landing {
    background-position-y: 180px;
  }
}
.intro-wrapper.energy-detail {
  height: 490px;
}
.intro-wrapper.energy-detail .energy-detail-intro {
  display: flex;
  justify-content: center;
  clear: both;
}
.intro-wrapper.energy-detail .energy-detail-intro a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-wrapper.energy-detail .energy-detail-intro a:hover svg path {
  opacity: 1;
}
.intro-wrapper.energy-detail .intro-text {
  padding-top: 50px;
}
.intro-wrapper.energy-detail .intro-text .energy-submenu {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.intro-wrapper.energy-detail .intro-text .energy-submenu li {
  list-style: none;
  background-image: none;
}
.intro-wrapper.energy-detail .intro-text .energy-submenu li a {
  color: #78a746;
}
.intro-wrapper.energy-detail .intro-text .energy-submenu li a.selected, .intro-wrapper.energy-detail .intro-text .energy-submenu li a:hover {
  color: #180e3e;
  border-bottom: 1px solid #180e3e;
}
.intro-wrapper.energy-detail .intro-icon {
  padding: 0 calc(8.3% + 15px);
}
@media screen and (max-width: 52em) {
  .intro-wrapper.energy-detail {
    height: 480px;
  }
}
@media screen and (max-width: 52em) {
  .intro-wrapper {
    height: 480px;
  }
}

.intro-image {
  padding: 0 0 40px;
}
.intro-image .circle-image {
  margin: 0 auto;
  height: 370px;
  width: 370px;
}
.intro-image .circle-image:not(.detail) {
  border: 15px solid #fff;
  border-radius: 50%;
}

.intro-text {
  text-align: center;
}
.intro-text h1 {
  margin-top: 15px;
}
.intro-text p.heading-4 {
  font-family: "TTCommons-Light";
}
.intro-text .breadcrumb {
  padding: 0 0 15px 0;
}
.intro-text .breadcrumb span {
  font-size: 16px;
  padding: 0 0 0 10px;
  color: #b9b6c5;
}
.intro-text .breadcrumb:hover {
  color: #180e3e;
}
.intro-text .breadcrumb:hover span {
  color: #180e3e;
}
.intro-text .breadcrumb:hover svg path {
  opacity: 1;
}

.interior .background {
  background: url("/static/images/grey_wave_top.png?07ff9ad703d4");
  background-size: cover;
  height: 170px;
}
@media screen and (max-width: 40em) {
  .interior .background {
    height: 150px;
  }
}
.interior .interior-content {
  background-color: #f7f7f7;
}
.interior .interior-content form {
  margin-top: -50px;
}
.interior .interior-content form.mktoForm {
  margin-top: 0;
}

.basic-page .interior-content {
  padding-bottom: 50px;
}

.full-width-image-promo {
  margin-bottom: 40px;
}
.full-width-image-promo img {
  width: 100%;
}

.caption-credit {
  background: #fff;
  font-size: 16px;
  font-family: "TTCommons-Regular";
  line-height: 24px;
  padding: 30px;
}
.caption-credit.embed-caption {
  margin-bottom: 40px;
}

.flexible-promo {
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
}
.flexible-promo .flexible-promo-image img {
  width: 100%;
}
.flexible-promo .flexible-promo-text {
  position: relative;
  min-height: 374px;
}
@media screen and (min-width: 40em) {
  .flexible-promo .flexible-promo-text {
    min-height: 200px;
  }
}
@media screen and (min-width: 52em) {
  .flexible-promo .flexible-promo-text {
    min-height: 350px;
  }
}
.flexible-promo .flexible-promo-text .promo-text-wrapper {
  padding: 0 30px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.flexible-promo .flexible-promo-text .promo-text-wrapper .title {
  font-family: "TTCommons-Bold";
  font-size: 24px;
  line-height: 30px;
  color: #78a746;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexible-promo .flexible-promo-text .promo-text-wrapper p {
  font-size: 18px;
  line-height: 30px;
}

.pullquote-promo {
  margin-bottom: 40px;
}
.pullquote-promo .quote {
  color: #180e3e;
  font-size: 48px;
  font-family: "TTCommons-ExtraLight";
  line-height: 54px;
  margin-bottom: 40px;
}
.pullquote-promo .source {
  color: #180e3e;
  font-size: 13px;
  font-family: "TTCommons-Bold";
  margin-bottom: 40px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embed iframe,
.embed object,
.embed embed,
.embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.doodle {
  background-image: url("/static/images/homepage-doodle-sunless.svg?07ff9ad703d4");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 998px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 350px;
  z-index: 1;
}
@media screen and (max-width: 64em) {
  .doodle {
    top: 300px;
  }
}
@media screen and (max-width: 52em) {
  .doodle {
    top: 300px;
  }
}
@media screen and (max-width: 40em) {
  .doodle {
    background-size: 115%;
    top: 100px;
  }
}
.doodle .cloud-container {
  position: relative;
  width: 100%;
  top: -150px;
}
@-webkit-keyframes float {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(360%);
  }
}
.doodle .cloud-container .sun {
  background-image: url("/static/images/sun.svg?07ff9ad703d4");
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 70% 0px;
  padding-bottom: calc(100% * 3 / 4);
  width: 100%;
  height: 0;
  z-index: 3;
}
@media screen and (max-width: 64em) {
  .doodle .cloud-container .sun {
    background-size: 13%;
    background-position: 80% 50px;
  }
}
@media screen and (max-width: 40em) {
  .doodle .cloud-container .sun {
    background-size: 15%;
    background-position: 90% 220px;
  }
}
.doodle .cloud-container .cloud {
  position: absolute;
}
@media screen and (max-width: 40em) {
  .doodle .cloud-container .cloud {
    display: none;
  }
}
.doodle .cloud-container .cloud.cloud1 {
  top: 200px;
  transform: translateX(-60%);
  animation: float 62s 3s linear infinite;
  will-change: transform;
}
.doodle .cloud-container .cloud.cloud2 {
  top: 275px;
  animation: float 64s -15s linear infinite;
}
.doodle .cloud-container .cloud.cloud3 {
  top: 100px;
  animation: float 65s -30s linear infinite;
}
@media screen and (min-width: 40em) and (max-width: 52em) {
  .doodle .cloud-container .cloud {
    width: 40%;
  }
  .doodle .cloud-container .cloud.cloud1 {
    top: 350px;
  }
  .doodle .cloud-container .cloud.cloud2 {
    top: 100px;
  }
  .doodle .cloud-container .cloud.cloud3 {
    top: 200px;
  }
}
.doodle.clouds {
  background-image: none;
  z-index: 0;
}

.home-intro {
  padding-top: 50px;
  height: 950px;
  background: url("/static/images/blue_waves.png?07ff9ad703d4");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 64em) {
  .home-intro {
    height: 950px;
  }
}
@media screen and (max-width: 52em) {
  .home-intro {
    height: 850px;
  }
}
@media screen and (max-width: 40em) {
  .home-intro {
    height: 620px;
  }
}
.home-intro .home-text {
  max-width: 615px;
  position: relative;
}
@media screen and (max-width: 40em) {
  .home-intro .home-text .intro-heading {
    font-size: 36px;
    line-height: 41px;
  }
}
.home-intro .home-text .intro-p {
  padding-bottom: 40px;
  text-align: left;
  z-index: 3;
}
.home-intro .home-text .button-icon {
  z-index: 3;
}

.carousel-section {
  background: url("/static/images/grey_waves.png?07ff9ad703d4");
  background-size: cover;
  position: relative;
  top: -90px;
  height: 865px;
}
@media screen and (max-width: 64em) {
  .carousel-section {
    top: -120px;
  }
}
@media screen and (max-width: 40em) {
  .carousel-section {
    margin-bottom: 220px;
  }
}
.carousel-section .energy-source-link {
  padding-top: 100px;
}
.carousel-section .energy-source-link .heading-5 {
  padding-bottom: 35px;
}

.energy-cards-wrapper {
  position: relative;
  top: 50px;
}
@media screen and (max-width: 64em) {
  .energy-cards-wrapper {
    top: 0px;
  }
}
.energy-cards-wrapper .slick-track {
  height: 500px;
}
@media screen and (max-width: 64em) {
  .energy-cards-wrapper .slick-track {
    height: 560px;
  }
}
@media screen and (max-width: 52em) {
  .energy-cards-wrapper .slick-track {
    height: 500px;
  }
}
.energy-cards-wrapper .slick-dots {
  display: flex;
  justify-content: center;
}
.energy-cards-wrapper .slick-dots li {
  width: 25px;
  padding: 0;
  list-style: none;
  display: contents;
}
.energy-cards-wrapper .slick-dots li .dot-sm {
  background-image: url("/static/images/slide_not_active_sm.svg?07ff9ad703d4");
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
}
.energy-cards-wrapper .slick-dots li:hover .dot-sm, .energy-cards-wrapper .slick-dots li.slick-active .dot-sm {
  background-image: url("/static/images/slide_active_sm.svg?07ff9ad703d4");
}
.energy-cards-wrapper .slick-dots li button {
  background-color: transparent;
  box-shadow: none;
  font-size: 0;
  min-width: 20px;
  padding: 0;
  height: 20px;
  margin-left: -8px;
  display: block;
}
.energy-cards-wrapper .slide-buttons {
  display: flex;
  position: absolute;
  top: 220px;
  width: 41.667%;
  padding: 0 60px;
  left: 0%;
  z-index: 2;
}
@media screen and (max-width: 52em) {
  .energy-cards-wrapper .slide-buttons {
    width: 100%;
  }
}
@media screen and (max-width: 40em) {
  .energy-cards-wrapper .slide-buttons {
    top: 100px;
  }
}
.energy-cards-wrapper .slide-buttons .slick-arrow {
  background-color: transparent;
  box-shadow: none;
  width: 50%;
  height: 20px;
}
.energy-cards-wrapper .slide-buttons .slick-arrow.button-next {
  text-align: right;
}
.energy-cards-wrapper .slide-buttons .slick-arrow:hover svg path {
  opacity: 1;
}
.energy-cards-wrapper .slide-buttons .slick-arrow:focus {
  outline: 0;
}
.energy-cards-wrapper .slide-buttons .slick-arrow:focus svg {
  outline: 1px dashed #180e3e;
  outline-offset: 5px;
}
.energy-cards-wrapper .slide-buttons .slick-arrow:focus svg path {
  opacity: 1;
}
.energy-cards-wrapper .energy-source-link {
  margin-top: 120px;
}
@media screen and (max-width: 40em) {
  .energy-cards-wrapper .energy-source-link {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.icon-resources {
  height: 300px;
}

.blog-card {
  min-height: 566px;
  padding-bottom: 45px;
}
.blog-landing .blog-card {
  min-height: 620px;
}
@media screen and (max-width: 64em) {
  .blog-landing .blog-card {
    min-height: 605px;
  }
}
@media screen and (max-width: 52em) {
  .blog-landing .blog-card {
    min-height: 550px;
  }
}
@media screen and (max-width: 64em) {
  .blog-card {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 52em) {
  .blog-card:last-child {
    padding-bottom: 80px;
  }
}
.blog-card .blog-image img {
  width: 100%;
}
.blog-card .blog-card-text {
  clear: both;
  display: flex;
  flex-flow: row wrap;
}
.blog-card .blog-card-text .teaser p {
  font-size: 18px;
  line-height: 28px;
  margin: 13px 0 0;
}
@media screen and (max-width: 64em) {
  .blog-card .blog-card-text .teaser p {
    line-height: 30px;
  }
}
.blog-card .blog-card-text .label {
  margin-bottom: 0;
}
.blog-card .blog-card-text .heading-6 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-family: "TTCommons-Bold";
  -webkit-line-clamp: 2;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: clip;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 64em) {
  .blog-card .blog-card-text .heading-6 {
    min-height: 25px;
  }
}
.blog-card .blog-card-text svg {
  margin: 0 0 0 10px;
}
.blog-card .blog-card-text .button-link:hover svg path {
  fill: #180e3e;
}

.blog-intro {
  height: 950px;
  background: url("/static/images/blue_waves_landing.png?07ff9ad703d4");
  background-size: cover;
  background-position: 50% 60px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 105em) {
  .blog-intro {
    height: 915px;
  }
}
@media screen and (max-width: 100em) {
  .blog-intro {
    height: 880px;
  }
}
@media screen and (max-width: 84em) {
  .blog-intro {
    height: 850px;
  }
}
@media screen and (max-width: 64em) {
  .blog-intro {
    height: 830px;
  }
}
@media screen and (max-width: 52em) {
  .blog-intro {
    background-position-y: 50px;
    height: 1010px;
  }
  .blog-intro h1 {
    font-size: 36px;
    line-height: 36px;
  }
}

.all-posts {
  margin-top: -50px;
}
.all-posts h2 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .all-posts {
    margin-top: -100px;
  }
}
@media screen and (max-width: 64em) {
  .all-posts {
    margin-top: -100px;
  }
}
@media screen and (max-width: 52em) {
  .all-posts {
    margin-top: -75px;
  }
}
@media screen and (max-width: 40em) {
  .all-posts {
    margin-top: -200px;
  }
  .all-posts h2 {
    font-size: 30px;
  }
}

.blog-detail .blog-detail-intro img {
  width: 100%;
}
.blog-detail .content {
  position: relative;
}
.blog-detail .content .background {
  display: block;
  background: url("/static/images/grey_waves.png?07ff9ad703d4");
  background-size: cover;
  background-repeat: no-repeat;
  height: 580px;
  margin-top: -30px;
}
@media screen and (max-width: 42em) {
  .blog-detail .content .background {
    margin-top: 10px;
  }
}
.blog-detail .content .blog-text .heading-2 {
  margin-bottom: 30px;
}
.blog-detail .content .blog-text .share-this {
  display: inline-block;
  margin-top: 0;
}
.blog-detail .content .blog-text #st-1 {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  text-align: left;
  padding-left: 20px;
}
.blog-detail .content .blog-detail-content {
  background-color: #f7f7f7;
  margin-top: -450px;
  padding-bottom: 90px;
}
@media screen and (max-width: 42em) {
  .blog-detail .content .blog-detail-content {
    margin-top: -500px;
  }
}
.blog-detail .content .blog-detail-content hr {
  margin-top: 60px;
  padding-bottom: 57px;
}
.blog-detail .content .backward-link {
  font-size: 18px;
  font-family: "TTCommons-Bold";
  line-height: 15px;
  color: #b9b6c5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-detail .content .backward-link svg {
  margin-right: 10px;
}
.blog-detail .content .backward-link:hover {
  color: #180e3e;
}
.blog-detail .content .backward-link:hover svg path {
  opacity: 1;
}

.blog-intro .sm-col {
  position: relative;
}
.blog-intro .featured-blog-slider {
  margin-top: 85px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.blog-intro .featured-blog-slider .blog-slide {
  background-color: #fff;
  border-radius: 5px;
  padding: 70px 100px 100px;
}
@media screen and (max-width: 52em) {
  .blog-intro .featured-blog-slider .blog-slide {
    padding: 20px;
  }
}
.blog-intro .featured-blog-slider .blog-slide .blog-slide-container {
  display: flex;
  min-height: 310px;
}
@media screen and (max-width: 52em) {
  .blog-intro .featured-blog-slider .blog-slide .blog-slide-container {
    flex-flow: column wrap;
    padding: 0 0 90px;
  }
}
.blog-intro .featured-blog-slider .blog-slide .blog-slide-container .blog-image {
  width: 50%;
  padding: 0 15px 0 0;
}
.blog-intro .featured-blog-slider .blog-slide .blog-slide-container .blog-image img {
  width: 100%;
}
@media screen and (max-width: 52em) {
  .blog-intro .featured-blog-slider .blog-slide .blog-slide-container .blog-image {
    width: 100%;
    padding: 0;
  }
}
.blog-intro .featured-blog-slider .blog-slide .blog-slide-container .blog-text {
  padding: 0 0 0 35px;
  width: 50%;
}
.blog-intro .featured-blog-slider .blog-slide .blog-slide-container .blog-text .label {
  margin-bottom: 15px;
  width: 100%;
}
.blog-intro .featured-blog-slider .blog-slide .blog-slide-container .blog-text .title {
  color: #78a746;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
  font-size: 30px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 12px;
}
.blog-intro .featured-blog-slider .blog-slide .blog-slide-container .blog-text .teaser {
  margin-top: 0;
  line-height: 30px;
}
@media screen and (max-width: 52em) {
  .blog-intro .featured-blog-slider .blog-slide .blog-slide-container .blog-text {
    padding-left: 15px;
    width: 100%;
  }
}
.blog-intro .slide-buttons {
  display: flex;
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding: 0 40%;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 52em) {
  .blog-intro .slide-buttons {
    padding: 0 25%;
    left: 0;
  }
}
.blog-intro .slide-buttons .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-intro .slide-buttons .slick-dots li {
  width: 25px;
  padding: 0;
  z-index: 2;
  list-style: none;
  display: contents;
}
.blog-intro .slide-buttons .slick-dots li .dot {
  background-image: url("/static/images/slide_not_active.svg?07ff9ad703d4");
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
}
.blog-intro .slide-buttons .slick-dots li:hover .dot, .blog-intro .slide-buttons .slick-dots li.slick-active .dot {
  background-image: url("/static/images/slide_active.svg?07ff9ad703d4");
}
.blog-intro .slide-buttons .slick-arrow {
  background-color: transparent;
  box-shadow: none;
  width: 50%;
  height: 20px;
}
.blog-intro .slide-buttons .slick-arrow.button-next {
  text-align: right;
}
.blog-intro .slide-buttons .slick-arrow:hover svg path, .blog-intro .slide-buttons .slick-arrow:active svg path {
  opacity: 1;
}
.blog-intro .slide-buttons .slick-arrow:focus {
  box-shadow: none;
  outline: 1px dashed #78a746;
  outline-offset: 5px;
}
.blog-intro .slide-buttons .slick-arrow:focus-within {
  box-shadow: none;
  outline: 1px dashed #78a746;
  outline-offset: 5px;
}
.blog-intro .slide-buttons .slick-arrow:focus-within svg path {
  opacity: 1;
}

.related-blog-wrapper hr {
  margin-top: 50px;
  padding-bottom: 50px;
}

.related-blog-inner .log-card:first-child {
  padding-right: 1.25rem;
}
.related-blog-inner .log-card:last-child {
  padding-left: 1.25rem;
}
@media screen and (max-width: 52em) {
  .related-blog-inner .log-card:first-child, .related-blog-inner .log-card:last-child {
    padding: 0;
  }
}

.energy-section {
  position: relative;
  background-color: transparent;
  padding-bottom: 50px;
}
.energy-section:nth-child(2) {
  background-color: transparent;
}
.energy-section:nth-child(2) .energy-background {
  height: 900px;
  background: url("/static/images/blue_waves_landing_grey.png?07ff9ad703d4");
  background-size: cover;
  background-position-y: 100px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.energy-section:nth-child(2) .grey-bg {
  background: transparent;
  background-color: transparent;
  height: 100%;
  position: absolute;
  top: 300px;
  width: 100%;
  z-index: -1;
}
.energy-section:nth-child(2) .energy-section-text {
  margin-top: 160px;
}
.energy-section:last-child {
  padding-bottom: 50px;
}
.energy-section .energy-section-text {
  margin-top: 150px;
}
.energy-section .energy-section-text .section {
  padding-right: 5px;
}
.energy-section .energy-section-text .section .heading-3 {
  font-family: "TTCommons-ExtraBold";
  line-height: 48px;
}
.energy-section .energy-section-text .section p b {
  font-family: "TTCommons-Bold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.energy-section .energy-section-wrapper-inner {
  margin-top: 175px;
}

@media screen and (max-width: 64em) {
  .energy-landing h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .energy-landing p {
    font-size: 21px;
    line-height: 30px;
  }

  .energy-section:nth-child(2) .energy-background {
    background-position-y: 100px;
  }
  .energy-section:nth-child(2) .energy-section-text {
    padding-top: 100px;
  }
  .energy-section:last-child {
    padding-bottom: 20px;
  }
  .energy-section .energy-section-wrapper-inner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 52em) {
  .energy-section {
    background-color: #f7f7f7;
  }
  .energy-section:nth-child(2) .grey-bg {
    background-color: #f7f7f7;
  }
  .energy-section:nth-child(2) .energy-background {
    height: 1400px;
    background-position-y: 0px;
    background-position-x: 50%;
  }
  .energy-section:nth-child(2) .energy-section-text {
    padding-top: 150px;
    margin-top: 0;
  }
  .energy-section:last-child {
    padding-bottom: 90px;
  }
  .energy-section .energy-section-text {
    margin-top: 50px;
  }
  .energy-section .energy-section-text .heading-3 {
    font-size: 36px;
    line-height: 36px;
  }
  .energy-section .energy-section-wrapper-inner {
    margin-top: 100px;
  }
}
.energy-source-landing .grey-bg {
  background: transparent;
}

.energy-cards-wrapper-inner {
  margin-top: 120px;
}

.slick-list {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.energy-card {
  background-color: #fff;
  border-radius: 5px;
  height: 600px;
  padding: 60px;
  text-align: center;
}
.energy-card:focus {
  background-color: #78a746;
}
.energy-card .energy-card-icon img {
  margin: 0 auto;
}
.energy-card .energy-card-text {
  clear: both;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  min-height: 236px;
}
.energy-card .energy-card-text p {
  margin-bottom: 0;
}
.energy-card .energy-card-text .teaser p {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
}
.energy-source-landing .energy-card {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  margin-top: 50px;
}

.energy-source-detail .background {
  background: url("/static/images/grey_wave_top.png?07ff9ad703d4");
  background-size: cover;
  height: 90px;
}
.energy-source-detail .energy-detail-content {
  background-color: #f7f7f7;
  padding-bottom: 60px;
  margin-top: -10px;
}
.energy-source-detail .pros-cons-wrapper {
  background-color: #f7f7f7;
}
.energy-source-detail .pros-cons-wrapper p.heading-3 {
  font-family: "TTCommons-ExtraBold";
  margin-bottom: 0;
  margin-top: 20px;
}
.energy-source-detail .pros-cons-wrapper p {
  margin-top: 5px;
}
.energy-source-detail .pros-cons-wrapper .background-bottom {
  background: url("/static/images/white_wave.png?07ff9ad703d4");
  background-size: cover;
  height: 150px;
}
.energy-source-detail .pros-cons-wrapper .intro {
  background-color: #fff;
  margin-top: -20px;
}
.energy-source-detail .pros-cons-wrapper .pros-cons-table {
  background-color: #fff;
}
.energy-source-detail .pros-cons-wrapper table {
  border-collapse: collapse;
}
.energy-source-detail .pros-cons-wrapper table tbody {
  border: 1px solid #b9b6c5;
}
.energy-source-detail .pros-cons-wrapper table:first-child tbody {
  border-right: hidden;
}
.energy-source-detail .pros-cons-wrapper table:last-child {
  margin-bottom: 90px;
}
.energy-source-detail .pros-cons-wrapper table tr {
  background-image: none;
  text-align: center;
  padding: 21px;
  font-size: 18px;
  font-family: "TTCommons-Regular";
}
.energy-source-detail .pros-cons-wrapper table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.energy-source-detail .pros-cons-wrapper table tr td, .energy-source-detail .pros-cons-wrapper table tr th {
  padding: 21px;
}
.energy-source-detail .pros-cons-wrapper table tr.header {
  background-color: #180e3e;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "TTCommons-Bold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 52em) {
  .energy-source-detail .pros-cons-wrapper table {
    width: -webkit-fill-available;
  }
  .energy-source-detail .pros-cons-wrapper table:first-child tbody {
    border-right: 1px solid #b9b6c5;
    border-bottom: hidden;
  }
}

.newsletter .mktoForm {
  margin: 0 auto;
  max-width: 100%;
}
.newsletter .mktoForm .mktoFormCol {
  width: 100%;
}
.newsletter .mktoForm .mktoFormCol .mktoFieldWrap {
  width: 100%;
}
.newsletter .mktoForm .mktoFormCol .mktoFieldWrap label {
  font-family: "TTCommons-Bold";
  font-size: 21px;
  line-height: 36px;
  width: 100% !important;
}
.newsletter .mktoForm .mktoFormCol .mktoFieldWrap input {
  width: 100% !important;
}
.newsletter .mktoForm .mktoFormCol .mktoFieldWrap .mktoHtmlText {
  font-family: "TTCommons-Regular";
  font-size: 21px;
  line-height: 36px;
  max-width: 100%;
}
.newsletter .mktoForm .mktoFormCol .mktoFieldWrap .mktoGutter {
  display: none !important;
}
.newsletter .mktoForm .mktoFormCol .mktoFieldWrap select {
  font-size: 21px !important;
  font-family: "TTCommons-Regular";
  width: 100% !important;
}
.newsletter .mktoForm .mktoFormCol .mktoFieldWrap.mktoRequiredField .mktoLabel {
  display: flex !important;
  font-weight: initial;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.newsletter .mktoForm .mktoFormCol .mktoFieldWrap.mktoRequiredField .mktoAsterix {
  color: #180e3e !important;
  float: left !important;
}
.newsletter .mktoForm .mktoButtonRow {
  width: 100% !important;
  padding-bottom: 80px !important;
}
.newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
  font-family: "TTCommons-Bold" !important;
  font-size: 18px;
}
.newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  max-width: 250px !important;
  margin: 0 auto !important;
  display: block !important;
  border: 0 !important;
  box-shadow: none;
  color: #fff;
  background-color: #78a746;
  background-image: none !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0;
}
.newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover, .newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:focus {
  background-color: #180e3e;
  color: #fff;
}
.newsletter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:focus {
  outline: 1px dashed #78a746;
  outline-offset: 5px;
}

.cta-promo {
  background: url("/static/images/grey_wave_home.png?07ff9ad703d4");
  background-size: cover;
  padding-bottom: 90px;
}
.cta-promo .clearfix {
  padding-top: 125px;
}
.cta-promo .clearfix .circle-image {
  height: 348px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 52em) {
  .cta-promo .clearfix .circle-image {
    background-position: center;
  }
}
.cta-promo .clearfix .breadcrumb {
  margin-bottom: 0;
}
.cta-promo .clearfix .promo-title {
  margin: 10px 0 0;
}
.cta-promo .clearfix .promo-copy {
  margin: 10px 0 20px;
}
@media screen and (max-width: 52em) {
  .cta-promo .clearfix .promo-copy {
    font-size: 18px;
    line-height: 30px;
  }
}

.download-promo {
  background-color: #fff;
  padding: 34px 40px 30px;
  display: flex;
  margin-bottom: 30px;
}
.download-promo .download-icon,
.download-promo .link-out-icon {
  background-color: #180e3e;
  width: 30px;
  height: 30px;
  display: block;
  padding: 2px 8px;
  border-radius: 50%;
}
.download-promo .link-out-icon {
  padding: 3px 7px;
}
.download-promo .text-group {
  padding: 0 0 0 30px;
}
.download-promo .text-group .file-name {
  padding-bottom: 7px;
}
.download-promo .text-group .download-label {
  color: #78a746;
  padding-top: 5px;
}
.download-promo .text-group .download-label span {
  padding-right: 10px;
}
.download-promo .text-group .download-label svg {
  vertical-align: sub;
}
.download-promo .text-group .download-label:hover {
  color: #180e3e;
}
.download-promo .text-group .download-label:hover svg path {
  stroke: #180e3e;
}
.download-promo .text-group .language-options {
  margin-top: 25px;
  display: flex;
}
.download-promo .text-group .language-options a {
  margin: 0 0 0 18px;
  padding: 0;
  min-width: inherit;
  height: inherit;
  border-bottom: 1px solid #78a746;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "TTCommons-Bold";
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.download-promo .text-group .language-options a:hover {
  border-bottom-color: #180e3e;
}

.grey-bg .content-body {
  padding-top: 20px;
}

.content-body {
  overflow: auto;
}
.content-body.newsletter-body {
  margin-top: -50px;
}

.landing-card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  padding: 30px 0 24px;
}
.landing-card .landing-card-text {
  margin: 0;
}
.landing-card .landing-card-text .title {
  font-family: "TTCommons-Bold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.landing-card .landing-card-text .landing-card-copy {
  font-size: 18px;
  line-height: 28px;
  min-height: 125px;
}
.landing-card:hover {
  background-color: #78a746;
}
.landing-card:hover .landing-card-text p {
  color: #fff;
}
.landing-card .circle-image {
  border: 10px solid #fff;
  border-radius: 50%;
  height: 200px;
  margin: 0 auto;
  width: 200px;
}

.landing-cards-wrapper .heading-3.center {
  font-family: "TTCommons-ExtraBold";
}

/* Print styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript: "]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.6in;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  header,
footer {
    display: none;
  }
}
.lt-ie9 .wrap {
  min-height: 1px;
  padding-bottom: 0;
}
.lt-ie9 footer {
  margin-top: 0;
  position: static;
}

/*# sourceMappingURL=tmpb3apm9w6.css.map */
