html {
  height: 100%;
  overflow: hidden; }
  .ios html {
    height: auto;
    overflow: visible; }

body {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }
  .ios body {
    height: auto;
    overflow: visible; }

p {
  margin-bottom: 1.25em;
  margin-top: 1em; }

strong {
  font-weight: 700; }

svg {
  display: inline-block;
  vertical-align: middle; }

h1, h2, h3, h4, h5. h6 {
  font-weight: 400;
}

.h1, .h2 {
  margin-bottom: 16px;
  line-height: 1;
  margin: 0; }

.h1 {
  font-size: 32px;
  font-size: 10vw;
  font-weight: 700; }
  @media (min-width: 541px) {
    .h1 {
      font-size: 34px; } }
  @media (min-width: 1000px) {
    .h1 {
      font-size: 3.2vw; } }
  @media (min-width: 1600px) {
    .h1 {
      font-size: 52px; } }

.h2 {
  color: #000;
  font-size: 20px;
  font-size: 7.40741vw;
  font-weight: 400; }
  @media (min-width: 541px) {
    .h2 {
      font-size: 28px; } }
  @media (min-width: 1600px) {
    .h2 {
      font-size: 32px; } }

/* STREAMLINED VERSION OF NORMALIZE.CSS v3.0.2 */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
details, main, summary {
  display: block; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: #188784;
  text-decoration: none;
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  color: #20b2ae;
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace; }

html {
  box-sizing: border-box;
  overflow: hidden; }
  .ios html {
    height: auto;
    overflow: visible; }

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

.wrapper {
  margin: auto;
  max-width: 1500px;
  padding: 30px; }
  .wrapper + .wrapper {
    padding-top: 0; }
  @media (min-width: 541px) {
    .wrapper {
      padding: 50px; } }
  @media (min-width: 1000px) {
    .wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1600px) {
    .wrapper {
      padding-left: 0;
      padding-right: 0; } }

.btn {
  color: #fff;
  background: #80B204;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  line-height: 1.2;
  padding: 17px 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s;
  vertical-align: top; }
  .btn:focus, .btn:hover {
    background: #6E9903;
    color: #fff; }
  @media (min-width: 541px) {
    .btn {
      padding: 16px 25px 14px; } }

.btn-teal {
  background: #188784;
}

.btn-teal:focus, .btn-teal:hover {
  background: #116967;
}

.icon {
  display: block;
  height: 32px;
  width: 32px; }
  .icon path {
    fill: #fff; }

pre {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px; }
  @media (min-width: 541px) {
    pre {
      padding: 30px; } }

body {
  background: #fff;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility; }
  @media (min-width: 541px) {
    body {
      font-size: 15px; } }
  @media (min-width: 1000px) {
    body {
      font-size: 18px; } }

@media (min-width: 541px) {
  main {
    background: #fff;
    position: relative;
    z-index: 1; } }

.ft {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #666;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.14815vw;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5.55556vw 2.31481vw 5.55556vw 4.62963vw; }
  @media (min-width: 541px) {
    .ft {
      font-size: 14px;
      padding: 30px 25px; } }

.ft ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.ft__copyright {
  margin: 0; }

.ft__mark {
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .ft__mark, .ft__mark svg {
    height: 9.81481vw;
    width: 11.11111vw; }
    @media (min-width: 541px) {
      .ft__mark, .ft__mark svg {
        height: 44px;
        width: 50px; } }

.social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .social a {
    display: block;
    padding: 2.31481vw; }
    @media (min-width: 541px) {
      .social a {
        padding: 10px; } }
    .social a:hover path {
      fill: #fff; }
  .social svg {
    display: block;
    height: 5.55556vw;
    margin: auto;
    width: 5.55556vw; }
    @media (min-width: 541px) {
      .social svg {
        height: 25px;
        width: 25px; } }
  .social path {
    transition: fill 0.2s;
    fill: #666; }

.content-container {
  margin: auto;
  max-width: 850px;
  padding: 0px 30px; }
  @media (min-width: 1600px) {
    .content-container {
      padding: 0px; } }

.container {
  margin: auto;
  max-width: 1500px;
  padding: 0px 30px; }
  @media (min-width: 1600px) {
    .container {
      padding: 0px; } }

body a {
  color: #188784;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s;
}

body a:hover, body a:focus {
  color: #20b2ae;
  text-decoration: none;
}

body code {
  font-size: 80%;
}

body pre code {
  font-size: 100%;
}

body .linebreak {
  border: 1px solid #efefef;
  display: block;
  width: 80%;
  margin: 40px auto;
}

body h3 {
  font-weight: 600;
}

.sticky {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.hd__nav > ul > li > a {
  color: #fff;
  display: block;
}

.hd__nav > ul > li > a:hover,
.hd__nav > ul > li > a:visited,
.hd__nav > ul > li > a:active,
.hd__nav > ul > li > a:focus {
  color: #fff;
}

.hd__nav > ul > li > a .hd__nav__cube {
  position: absolute;
  top: 68%;
  left: 50%;
  margin-left: -4px;
  height: 8px;
  width: 8px;
  content: '';
  opacity: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s;

}

.hd__nav > ul > li > a:hover .hd__nav__cube {
  opacity: 1;
  top: 85%;
}

.hd__nav > ul {
  list-style: none;
  text-align: center;
  padding: 0!important;
  margin: 0;
  text-transform: uppercase;
}

.hd__nav > ul > li {
  font-size: 16px;
}

.dropdown-toggle--hover:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #09404A;
  border: none;
  color: white;
  border-radius: 2px;
  margin-top: -3px;
}

.dropdown-menu > li > a {
  color: white;
  padding: 6px 15px;
}
.dropdown-menu > li > a:hover {
  background: #08555D;
  color: white;
}


@media screen and (min-width: 1000px) {
  .hd__nav {
    display: block;
  }

  .slide__nav__btn {
    display: none;
  }

  .hd__nav > ul {
    text-align: right;
    padding-right: 40px!important;
  }

  .hd__nav > ul > li {
    position: relative;
    line-height: 46px;
    padding: 0px 20px!important;
  }

  /* Option 1 - Display Inline */
  .hd__nav > ul > li {
    display: inline-block;
    margin-right: -4px;
  }
}

.slide__nav__btn {
  margin: 34px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: larger;
}

@media screen and (max-width: 1000px) {
  .hd__nav {
    display: none;
  }

  .slide__nav__btn {
    display: block;
  }
}

.slide__menu {
  display: none;
  background: #023B54;
  border-left: dotted thin #188784;
}

.slide__menu a, .slide__menu a:hover, .slide__menu a:visited, .slide__menu a:active, .slide__menu a:focus {
  color: #fff;
}

.slide__menu ul {
  list-style: none;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}

.slide__menu li {
  padding: 10px 0;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

body main {
  background: #fff;
}


.image_container { width: 35%; }
.image_container img { width: 85%; }
.text_container { width: 63%; }
.text_container h1 { margin-top: 0px !important; }
.half_container_text h2 { margin-top: 0px; }
.float_left { float: left; }
.float_right { float: right; }
.padding_left { margin-left: 2%; }
.padding_right { margin-right: 2%; }
.text_align_right { text-align: right; }
.text_align_left { text-align: left; }
.half_container { width: 48%; float: left; }
.half_container_divider { margin-left: 4%; }
.half_container_image { width: 30%; float: left; }
.half_container_image img { width: 100%; }
.half_container_text { width: 65%; float: right; }
.boxes_divider { display: none; }
.three_container { width: 30%; vertical-align: top; text-align: center; float: left; }
.three_container_divider { width: 5%; vertical-align: top; height: 5px; float: left; }
.small_print { font-size: 14px; color: #b9b9b9; }
.regular_divider { width: 100%; clear: both; height: 0px; margin-top: 48px; display: inline-block; }
.mobile_margin_bottom_needed {}

input[type=text],textarea {
  width: 60%;
  box-sizing: border-box;
  padding: 10px 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0,0,0, 0.05);
  outline: none;
  color: #b9b9b9;
  font-size: 15px;
  resize: none;
}

.green_button { padding: 10px 0px; border-radius: 4px; width: 170px; color: #FFF; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 30px; font-size: 17px; display: inline-block; background-color: #80b204; text-transform: uppercase; cursor: pointer; float: right; border: none; margin-left: 15px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.green_button:hover { background-color: #dededd; }


@media only screen and (max-width: 1200px) {
  .image_container { width: 45%; }
  .text_container { width: 53%; }
}


@media only screen and (max-width: 700px) {
  .image_container { width: 100%; }
  .text_container { width: 100%; }
  .text_align_right { text-align: center; }
  .text_align_left { text-align: center; }
  .half_container_image { width: 100%; text-align: center; }
  .half_container_text { width: 100%; }
  .half_container { width: 100%; }
  .half_container_divider { margin-left: 0%; }
  .half_container_image img { width: 70%; }
  .text_container h1 { margin: 20px 0px; }
  .half_container_text h2 { margin-top: 20px; }
  .boxes_divider { width: 100%; clear: both; height: 50px; display: inline-block; }
  .three_container { width: 100%; vertical-align: top; text-align: center; float: left; }
  .three_container_divider { width: 100%; vertical-align: top; height: 50px; float: left; }
  .mobile_margin_bottom_needed { margin-bottom: 20px !important; }
}

@media only screen and (max-width: 700px) {
  .green_button { width: 100%; text-align: center; margin-bottom: 5px; }
}
