/*-----------------------------------------------------------------------------
    :: Initialize
-----------------------------------------------------------------------------*/
/* MS fork of normalize.css v5.0.0 -- github.com/necolas/normalize.css */
@import url("15d01.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Univers LT W02_65 Bold1475970";
  src: url("../eot/e4c74689-7dab-4e97-a1bd-4671a16bbe0ad41d.eot#iefix");
  src: url("../eot/e4c74689-7dab-4e97-a1bd-4671a16bbe0ad41d.eot#iefix") format("eot"), url("../woff2/864f8bdc-1a42-4d28-97a5-c15513fd193b.woff2") format("woff2"), url("../woff/5ae7499f-7af1-46c7-b908-2978d7379f56.woff") format("woff"), url("../ttf/bd4ea697-ae5b-421a-9a3c-d94f6f0ab7c0.ttf") format("truetype");
}
@font-face {
  font-family: "Univers LT W02_67 Bold Cond";
  src: url("../eot/c66a9cb9-0e43-4d4e-95e7-e733b0371fead41d.eot#iefix");
  src: url("../eot/c66a9cb9-0e43-4d4e-95e7-e733b0371fead41d.eot#iefix") format("eot"), url("../woff2/24f7d17b-7bed-40cd-84b5-f1231e89a438.woff2") format("woff2"), url("../woff/c1589460-e3b3-477b-b59f-73a9ad61be5f.woff") format("woff"), url("../ttf/21ccefb3-0aad-40d7-9d90-998a75034a3c.ttf") format("truetype");
}
/*-----------------------------------------------------------------------------
    :: Variables
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
    :: Mixins
-----------------------------------------------------------------------------*/
/**
 * Include in the `input` element
 *
 *  input[type=text],
 *  input[type=email],
 *  textarea {
 *      @include placeholder_color(red)
 *  }
*/
/* Buttons */
/* Tags */
/*-----------------------------------------------------------------------------
    :: Resets
-----------------------------------------------------------------------------*/
body, div, section, article, p, form, ul, ol, li, dl, dt, dd, table, tr, th, td {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*------------------------------------------------------------------------------
    :: Responsive Sticky Footer
------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  display: table;
  width: 100%;
}

#main, footer {
  display: table-row;
  height: 1px;
}

#main {
  height: 100%;
}

/*------------------------------------------------------------------------------
    ::     :: MS GRID - https://github.com/MrShores/MS-Grid
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
    :: Functions
------------------------------------------------------------------------------*/
/**
 * Return the percentage width for the width of column
 *
 * @param $span = number of columns to span
 * @param $columns = number of columns to divide grid into
*/
/*------------------------------------------------------------------------------
    :: Grid
------------------------------------------------------------------------------*/
.container {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.container-full {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
.container-full:after {
  content: "";
  display: block;
  clear: both;
}

[class*="col_"] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.col_pad {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/*------------------------------------------------------------------------------
    :: Mobile Grid
------------------------------------------------------------------------------*/
/**
 * Stack middle and desktop grid columns
*/
.col_1,
.col_m_1 {
  float: none;
}

.col_2,
.col_m_2 {
  float: none;
}

.col_3,
.col_m_3 {
  float: none;
}

.col_4,
.col_m_4 {
  float: none;
}

.col_5,
.col_m_5 {
  float: none;
}

.col_6,
.col_m_6 {
  float: none;
}

.col_7,
.col_m_7 {
  float: none;
}

.col_8,
.col_m_8 {
  float: none;
}

.col_9,
.col_m_9 {
  float: none;
}

.col_10,
.col_m_10 {
  float: none;
}

.col_11,
.col_m_11 {
  float: none;
}

.col_12,
.col_m_12 {
  float: none;
}

/**
 * Generate all mobile column width percentages
 * for column spans 1 through $columns.
 *
 * Outputs:
 *     .col_s_1 {width: 8.333%;}
 *     .col_s_2 {width: 16.666%;}
 *     .col_s_3 {width: 25%;}
*/
.col_s_1 {
  width: 8.33333%;
  float: left;
}

.col_s_2 {
  width: 16.66667%;
  float: left;
}

.col_s_3 {
  width: 25%;
  float: left;
}

.col_s_4 {
  width: 33.33333%;
  float: left;
}

.col_s_5 {
  width: 41.66667%;
  float: left;
}

.col_s_6 {
  width: 50%;
  float: left;
}

.col_s_7 {
  width: 58.33333%;
  float: left;
}

.col_s_8 {
  width: 66.66667%;
  float: left;
}

.col_s_9 {
  width: 75%;
  float: left;
}

.col_s_10 {
  width: 83.33333%;
  float: left;
}

.col_s_11 {
  width: 91.66667%;
  float: left;
}

.col_s_12 {
  width: 100%;
  float: left;
}

@media screen and (max-width: 560px) {
  .col_s_center {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
  }

  .s_hide {
    position: absolute;
    left: -9999px;
  }
}
/*------------------------------------------------------------------------------
    :: Medium Grid
------------------------------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /**
   * Generate all middle size column width percentages 
   * for column spans 1 through $columns.
   *
   * Outputs:
   *     .col_m_1 {width: 8.333%;}
   *     .col_m_2 {width: 16.666%;}
  */
  .col_m_1 {
    width: 8.33333%;
    float: left;
  }

  .col_m_2 {
    width: 16.66667%;
    float: left;
  }

  .col_m_3 {
    width: 25%;
    float: left;
  }

  .col_m_4 {
    width: 33.33333%;
    float: left;
  }

  .col_m_5 {
    width: 41.66667%;
    float: left;
  }

  .col_m_6 {
    width: 50%;
    float: left;
  }

  .col_m_7 {
    width: 58.33333%;
    float: left;
  }

  .col_m_8 {
    width: 66.66667%;
    float: left;
  }

  .col_m_9 {
    width: 75%;
    float: left;
  }

  .col_m_10 {
    width: 83.33333%;
    float: left;
  }

  .col_m_11 {
    width: 91.66667%;
    float: left;
  }

  .col_m_12 {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 560px) and (max-width: 780px) {
  .col_m_center {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
  }

  .m_hide {
    position: absolute;
    left: -9999px;
  }
}
/*------------------------------------------------------------------------------
    :: Desktop Grid
------------------------------------------------------------------------------*/
@media screen and (min-width: 780px) {
  /**
   * Generate all desktop column width percentages 
   * for column spans 1 through $columns.
   *
   * Outputs:
   *     .col_1 {width: 8.333%;}
   *     .col_2 {width: 16.666%;}
  */
  .col_1 {
    width: 8.33333%;
    float: left;
  }

  .col_2 {
    width: 16.66667%;
    float: left;
  }

  .col_3 {
    width: 25%;
    float: left;
  }

  .col_4 {
    width: 33.33333%;
    float: left;
  }

  .col_5 {
    width: 41.66667%;
    float: left;
  }

  .col_6 {
    width: 50%;
    float: left;
  }

  .col_7 {
    width: 58.33333%;
    float: left;
  }

  .col_8 {
    width: 66.66667%;
    float: left;
  }

  .col_9 {
    width: 75%;
    float: left;
  }

  .col_10 {
    width: 83.33333%;
    float: left;
  }

  .col_11 {
    width: 91.66667%;
    float: left;
  }

  .col_12 {
    width: 100%;
    float: left;
  }

  /**
   * Generate all offset widths as percentages
   * for column spans 1 through $columns.
   *
   * Outputs:
   *     .col_offset_1 {margin-left: 8.333%;}
   *     .col_offset_2 {margin-left: 16.666%;}
   *     .col_offset_3 {margin-left: 25%;}
  */
  .col_offset_1 {
    margin-left: 8.33333%;
  }

  .col_offset_2 {
    margin-left: 16.66667%;
  }

  .col_offset_3 {
    margin-left: 25%;
  }

  .col_offset_4 {
    margin-left: 33.33333%;
  }

  .col_offset_5 {
    margin-left: 41.66667%;
  }

  .col_offset_6 {
    margin-left: 50%;
  }

  .col_offset_7 {
    margin-left: 58.33333%;
  }

  .col_offset_8 {
    margin-left: 66.66667%;
  }

  .col_offset_9 {
    margin-left: 75%;
  }

  .col_offset_10 {
    margin-left: 83.33333%;
  }

  .col_offset_11 {
    margin-left: 91.66667%;
  }

  .col_offset_12 {
    margin-left: 100%;
  }

  .col_center {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
  }

  .col_hide {
    position: absolute;
    left: -9999px;
  }
}
/*-----------------------------------------------------------------------------
    :: Includes
-----------------------------------------------------------------------------*/
/* Global */
/*-----------------------------------------------------------------------------
    :: General / Global
-----------------------------------------------------------------------------*/
body {
  font-size: 10px;
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
}

.container_narrow {
  max-width: 1080px;
}

.section {
  padding: 5.6em 0 7.5em;
}

.margin_top_60 {
  margin-top: 6em;
}

.section_title_h2 {
  padding-bottom: 0.9em;
}

.txtleft {
  text-align: left;
}

.txtcenter {
  text-align: center;
}

.txtright {
  text-align: right;
}

.h1 {
  font-size: 8.2em;
  line-height: 1em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
}

.h2 {
  font-size: 5.7em;
  line-height: 1em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
}

.h3 {
  font-size: 4em;
  line-height: 1.095em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
}

.h4 {
  font-size: 2.8em;
  line-height: 1.125em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
}

.h5 {
  font-size: 2.3em;
  line-height: 1.125em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
}

.p {
  font-size: 1.6em;
  line-height: 1.875em;
  margin: 0 0 1em;
}

.p_size {
  font-size: 1.6em;
  line-height: 1.875em;
}

.p_sm {
  font-size: 1.4em;
  line-height: 1.715em;
  margin: 0 0 1em;
}

.bg_gray {
  background: #F2F1F0;
}

.bg_dark_gray {
  background: #D1D0CF;
}

.tag_yellow {
  background: #F7EB32;
}

.tag_orange {
  background: #F7C332;
}

.tag_blue {
  background: #70a9ff;
}

.tag_purple {
  background: #7567e4;
}

.tag_gray {
  background: #C7C2BF;
}

.tag + .h1 {
  padding-top: 0;
}

.tag + .h2 {
  padding-top: 4px;
}

.tag + .h3 {
  padding-top: 4px;
}

.tag + .h4 {
  padding-top: 4px;
}

.t24flex {
  display: flex;
}

.t24flex_50 {
  flex: 1 1 50%;
}

.t24flex_33 {
  flex: 1 1 33.333%;
}

.t24flex_66 {
  flex: 1 1 66.666%;
}

.gform_validation_container {
  display: none !important;
}

/* Media
-----------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .section {
    padding: 4em 0 6em;
  }

  .margin_top_60 {
    margin-top: 4.5em;
  }

  .section_title_h2 {
    padding-bottom: 0.9em;
  }

  .h1 {
    font-size: 6em;
  }

  .h2 {
    font-size: 4.2em;
  }

  .h3 {
    font-size: 3em;
  }

  .h4 {
    font-size: 2.4em;
  }

  .h5 {
    font-size: 1.8em;
  }
}
@media (max-width: 620px) {
  .h1 {
    font-size: 4.2em;
  }

  .h2 {
    font-size: 3em;
  }

  .h3 {
    font-size: 2.4em;
  }

  .h4 {
    font-size: 1.8em;
  }

  .h5 {
    font-size: 1.6em;
  }
}
/*-----------------------------------------------------------------------------
    :: Hero Image / Hero Carousel
-----------------------------------------------------------------------------*/
.hero_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
  border-bottom: 12px solid #8EE465;
  padding: 6em 0;
}
.hero_image .hero_content {
  border-radius: 6px;
  background: #F2F1F0;
  max-width: 410px;
  padding: 4em 4em 3.3em;
}
.hero_image .hero_title {
  font-size: 5em;
  line-height: 1em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
}
.hero_image .hero_subtitle {
  font-size: 2.8em;
  line-height: 1.125em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  margin-top: 0.7em;
}
.hero_image .hero_text {
  font-size: 1.4em;
  line-height: 1.715em;
  margin: 0 0 1em;
  margin: 1.85em 0 0;
}
.hero_image .hero_text p {
  margin: 0 0 1em;
}
.hero_image .hero_subtitle + .hero_text {
  margin-top: 1.4em;
}
.hero_image a.btn {
  margin-top: 1.2em;
}

.hero_carousel {
  position: relative;
}
.hero_carousel:after {
  content: "";
  display: block;
  clear: both;
}
.hero_carousel .hero_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  padding: 12em 0 0;
  display: none;
  border-color: #60B849;
}
.hero_carousel .hero_image:first-child {
  display: block;
}
.hero_carousel .flex-control-nav {
  position: absolute;
  bottom: 12px;
  z-index: 500;
}
.hero_carousel .flex-control-nav li {
  margin: 0 2px;
}
.hero_carousel .flex-control-nav li a {
  text-indent: 0;
  font-size: 2.7em;
  line-height: 1;
  display: inline-block;
  background: #3867a0;
  color: white;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  width: 1.48em;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  padding: 0.2em 0;
}
.hero_carousel .flex-control-nav li a.flex-active {
  background: #60B849;
}

@media (max-width: 767px) {
  .hero_image {
    min-height: 400px;
  }
  .hero_image .hero_content {
    padding: 2.2em 2.2em 2.4em;
  }
  .hero_image .hero_title {
    font-size: 3.6em;
  }
  .hero_image .hero_subtitle {
    font-size: 2.4em;
    margin-top: 0.5em;
  }
  .hero_image .hero_text {
    margin-top: 1em;
  }
  .hero_image .hero_subtitle + .hero_text {
    margin-top: 1.2em;
  }
  .hero_image a.btn {
    font-size: 1.6em;
    margin-top: 1em;
  }

  .hero_carousel .hero_image {
    height: 480px;
    padding: 0;
  }
  .hero_carousel .hero_content {
    position: absolute;
    bottom: 50px;
  }
  .hero_carousel .flex-control-nav {
    font-size: 8px;
  }
}
@media (max-width: 620px) {
  .hero_image {
    position: relative;
    padding: 0;
    min-height: 450px;
  }
  .hero_image .hero_content {
    position: absolute;
    bottom: 25px;
    max-width: none;
    width: 270px;
    left: 25px;
  }
  .hero_image .hero_text {
    display: none;
  }

  .hero_carousel .hero_image {
    height: 400px;
  }
  .hero_carousel .hero_content {
    bottom: 40px;
  }
}
@media (max-width: 540px) {
  .hero_image {
    min-height: 320px;
  }

  .hero_carousel .hero_image {
    height: 320px;
  }
}
@media (max-width: 320px) {
  .hero_image .hero_content {
    width: calc(100% - 50px);
  }
}
/*-----------------------------------------------------------------------------
    :: Buttons
-----------------------------------------------------------------------------*/
.btn {
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  background: #3867a0;
  color: white;
  border: 0;
  font-size: 2.1em;
  line-height: 1;
  border-radius: 3px;
  padding: 0.45em 0.75em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover {
  cursor: pointer;
  background: black;
  color: white;
}

.btn_xs {
  font-size: 1.5em;
}

.btn_sm {
  font-size: 1.8em;
}

.btn_lg {
  font-size: 2.4em;
}

.btn_block {
  display: block;
  text-align: center;
}

.btn_yellow {
  background: #F7EB32;
  color: black;
}

.btn_orange {
  background: #F7C332;
  color: black;
}

.btn_blue {
  background: #70a9ff;
  color: black;
}

.btn_purple {
  background: #7567e4;
  color: black;
}

.btn_gray {
  background: #C7C2BF;
  color: black;
}

.tag {
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  color: black;
  font-size: 1.8em;
  line-height: 1;
  border-radius: 3px;
  padding: 0.45em 0.75em;
  display: inline-block;
}

@media (max-width: 620px) {
  .btn {
    font-size: 1.6em;
  }

  .btn_xs {
    font-size: 1.2em;
  }

  .btn_sm {
    font-size: 1.4em;
  }

  .btn_lg {
    font-size: 1.8em;
  }
}
/*-----------------------------------------------------------------------------
    :: Small Search
-----------------------------------------------------------------------------*/
.search_small {
  position: relative;
  width: 205px;
}
.search_small label {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.search_small input[type=text] {
  font-size: 14px;
  border: 1px solid #CFD1D2;
  line-height: 28px;
  width: calc(100% - 30px);
  padding: 0 0.5em;
  box-sizing: border-box;
}
.search_small button,
.search_small button svg {
  width: 30px;
  height: 30px;
  display: block;
}
.search_small button {
  background: #60B849;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------
    :: Icons
-----------------------------------------------------------------------------*/
.t24_circle_icon {
  width: 145px;
  height: 145px;
}

.t24_circle_icon_sm {
  width: 90px;
  height: 90px;
}

/*-----------------------------------------------------------------------------
    :: Icon Grid
-----------------------------------------------------------------------------*/
.icon_grid_section {
  padding: 0 0 6em;
}
.icon_grid_section h2 {
  padding: 0.9em 0 0;
}

.icon_grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.icon_grid .icon_block {
  margin-top: 5.4em;
  padding: 0 15px;
  flex: 1 1 33.333%;
  max-width: 33.333%;
}
.icon_grid .icon_block h3 {
  padding: 1.3em 0 0.6em;
}
.icon_grid .icon_block h3 a {
  color: black;
}
.icon_grid .icon_block h3 a:hover {
  color: #357E22;
}
.icon_grid .icon {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .icon_grid {
    display: block;
  }
  .icon_grid .icon_block {
    margin-top: 4em;
    max-width: none;
  }
  .icon_grid .t24_circle_icon {
    width: 120px;
    height: 120px;
  }
  .icon_grid .icon_content {
    max-width: 500px;
    margin: 0 auto;
  }
  .icon_grid a.btn {
    font-size: 1.8em;
  }
}
@media (max-width: 620px) {
  .icon_grid_section h2 {
    padding: 1.4em 0 0;
  }
}
/*-----------------------------------------------------------------------------
    :: Page Headers / Page Titles
-----------------------------------------------------------------------------*/
.header {
  padding: 6em 0;
}

.header_single_measure {
  padding-bottom: 4.5em;
}

.header_icon_title {
  padding: 6.7em 0 3.5em;
}
.header_icon_title .col_12 {
  position: relative;
  min-height: 165px;
}
.header_icon_title svg {
  position: absolute;
  top: 0;
  left: -160px;
}

.header_tag {
  font-size: 2.4em;
  line-height: 1;
  padding: 0 0 0.4em;
}
.header_tag a {
  color: black;
}
.header_tag a:hover {
  color: #357E22;
}

.header_tag_sm {
  font-size: 2.1em;
}

.header_tag_univers {
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
}

.header_image {
  padding-top: 0;
}

.header_image_img {
  height: 485px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 12px solid #8EE465;
}

.header_image_img + .container {
  background: #F2F1F0;
  padding: 5em 6em 0;
  margin-top: -197px;
  border-radius: 6px 6px 0 0;
  max-width: 775px;
  min-height: 197px;
}

/* Header with large icon and background image */
.header_icon_title.header_image h1,
.header_icon_title.header_image .tag,
.header_icon_title.header_image .header_tag {
  margin-left: 155px;
}
.header_icon_title.header_image svg {
  left: 0;
}

@media (max-width: 1100px) {
  .header_icon_title h1,
  .header_icon_title .tag,
  .header_icon_title .header_tag {
    margin-left: 155px;
  }
  .header_icon_title svg {
    left: 0;
  }
}
@media (max-width: 815px) {
  .header_image_img {
    height: 485px;
  }

  .header_image_img + .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 4.2em 0;
  }

  .header_icon_title.header_image,
  .header_icon_title {
    padding: 4.5em 0 3.5em;
  }
  .header_icon_title.header_image .col_12,
  .header_icon_title .col_12 {
    min-height: 120px;
  }
  .header_icon_title.header_image h1,
  .header_icon_title.header_image .tag,
  .header_icon_title.header_image .header_tag,
  .header_icon_title h1,
  .header_icon_title .tag,
  .header_icon_title .header_tag {
    margin-left: 125px;
  }
  .header_icon_title.header_image .tag,
  .header_icon_title .tag {
    margin-top: 0.333em;
  }
  .header_icon_title.header_image .tag + h1,
  .header_icon_title .tag + h1 {
    margin-top: 0.1em;
  }
  .header_icon_title.header_image svg,
  .header_icon_title svg {
    width: 120px;
    height: 120px;
  }

  .header_image {
    padding-top: 0;
  }

  .header_image_img + .container {
    padding: 2.5em 2.5em 0;
    margin-top: -96px;
  }

  .header_single_measure {
    padding: 4.5em 0;
  }
}
@media (max-width: 650px) {
  .header .tag,
  .header .header_tag {
    font-size: 1.8em;
  }
  .header .header_tag_sm {
    font-size: 1.6em;
  }

  .header_icon_title.header_image .col_12,
  .header_icon_title .col_12 {
    min-height: 80px;
  }
  .header_icon_title.header_image h1,
  .header_icon_title.header_image .tag,
  .header_icon_title.header_image .header_tag,
  .header_icon_title h1,
  .header_icon_title .tag,
  .header_icon_title .header_tag {
    margin-left: 90px;
  }
  .header_icon_title.header_image svg,
  .header_icon_title svg {
    width: 80px;
    height: 80px;
    left: 10px;
  }

  .header_image {
    padding-bottom: 3em;
  }
}
@media (max-width: 620px) {
  .header_image .header_tag {
    font-size: 1.5em;
  }

  .header_image_img {
    height: 320px;
  }

  .header_image_img + .container {
    margin-top: -73px;
    padding: 2em 2em 0;
    min-height: 8em;
  }
}
@media (max-width: 550px) {
  .header_image_img {
    height: 260px;
  }
}
/* Header w/ images
-----------------------------------------------------------------------------*/
body.page .header_image_img + .container,
body.page .header_image_img + .container_narrow,
body.post-type-archive-event .header_image_img + .container,
body.post-type-archive-event .header_image_img + .container_narrow,
body.tax-events .header_image_img + .container,
body.tax-events .header_image_img + .container_narrow {
  margin-top: -127px;
  min-height: 127px;
}

@media (max-width: 815px) {
  body.page .header_image_img + .container {
    margin-top: -102px;
    min-height: 102px;
  }
}
@media (max-width: 620px) {
  body.page .header_image_img + .container {
    margin-top: -59px;
    min-height: 59px;
  }
}
/*-----------------------------------------------------------------------------
    :: Link List
-----------------------------------------------------------------------------*/
.link_list ul {
  margin-top: 5.2em;
  border-top: 1px solid #D5D6D7;
}
.link_list li {
  border-bottom: 1px solid #D5D6D7;
  padding: 3.3em 0;
}
.link_list a {
  color: black;
}
.link_list a:after {
  content: '\00a0\00bb';
}
.link_list a:hover {
  color: #357E22;
}
.link_list a.btn:hover {
  color: white;
}
.link_list .link_list_excerpt {
  padding-top: 1.4em;
  font-size: 1.4em;
  line-height: 1.715em;
  margin: 0 0 1em;
  margin-bottom: 0;
}
.link_list .link_list_excerpt p {
  margin: 0 0 1em;
}
.link_list .link_list_excerpt p:last-child {
  margin-bottom: 0;
}

.sign_up_in_page + .link_list {
  padding: 5.2em 0 0;
}

@media (max-width: 767px) {
  .link_list ul {
    margin-top: 4.2em;
  }
  .link_list li {
    padding: 2.7em 0;
  }
}
/*-----------------------------------------------------------------------------
    :: Event List Small
-----------------------------------------------------------------------------*/
.event_list ul {
  padding: 2.4em 0 0;
}
.event_list li {
  border-top: 1px solid #D5D6D7;
  padding: 2.4em 0;
}
.event_list .event_date {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 0.25em;
}
.event_list a:not(.btn) {
  color: black;
}
.event_list a:not(.btn):hover {
  color: #357E22;
}

/*-----------------------------------------------------------------------------
    :: Pagination
-----------------------------------------------------------------------------*/
.pagination {
  padding: 1em 0 6em;
}
.pagination .count {
  font-size: 1.6em;
  padding-right: 0.8em;
}
.pagination .page-number {
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  font-size: 1.8em;
  color: black;
  line-height: 1.6em;
  padding: 0 0.6em;
  display: inline-block;
}
.pagination .page-number.current, .pagination .page-number:hover {
  background: #60B849;
}
.pagination a.prev,
.pagination a.next {
  font-size: 1.8em;
  color: black;
  font-weight: 700;
}
.pagination a.prev:hover,
.pagination a.next:hover {
  color: #357E22;
}

@media (max-width: 767px) {
  .pagination {
    padding-bottom: 4.2em;
  }
  .pagination .count {
    font-size: 1.3em;
    display: block;
    padding: 0 0 1em;
  }
  .pagination .page-number {
    font-size: 1.5em;
  }
  .pagination a.prev,
  .pagination a.next {
    font-size: 1.3em;
  }
}
/*-----------------------------------------------------------------------------
    :: Pop Up Maker
-----------------------------------------------------------------------------*/
.pum-theme-default-theme .pum-container {
  font-size: 10px;
  padding: 2em 2em 3.6em !important;
}
.pum-theme-default-theme .pum-container .pum-title {
  font-size: 4em;
  line-height: 1.095em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  padding: 0.2em 0 0;
}
.pum-theme-default-theme .pum-container .pum-content {
  font-size: 10px;
  padding: 1.4em 0 0;
}
.pum-theme-default-theme .pum-container .pum-content p {
  font-size: 1.6em;
  line-height: 1.875em;
  margin: 0 0 1em;
}
.pum-theme-default-theme .pum-container .gform_wrapper {
  font-size: 10px;
}
.pum-theme-default-theme .pum-container .gfield {
  margin: 2em 0 0;
}
.pum-theme-default-theme .pum-container .gfield label {
  display: block;
  padding: 0 0 0.5em;
}
.pum-theme-default-theme .pum-container .gfield input[type=text],
.pum-theme-default-theme .pum-container .gfield input[type=email],
.pum-theme-default-theme .pum-container .gfield input[type=number],
.pum-theme-default-theme .pum-container .gfield input[type=url],
.pum-theme-default-theme .pum-container .gfield textarea {
  width: 100%;
}
.pum-theme-default-theme .pum-container .gform_footer {
  margin: 2.8em 0 0;
}

/* Gravity General
-----------------------------------------------------------------------------*/
.gform_wrapper {
  /* Errors */
}
.gform_wrapper .gform_anchor {
  position: relative;
  top: -175px;
  display: block;
}
.gform_wrapper .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper .gfield.gform_hidden {
  display: none;
}
.gform_wrapper .gfield label {
  font-size: 1.8em;
  font-weight: 700;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea {
  font-size: 2em;
  line-height: 2.25;
  padding: 0 0.8em;
  box-sizing: border-box;
  border: 1px solid #D1D0CF;
  border-radius: 3px;
}
.gform_wrapper .gfield textarea {
  line-height: 1.4em;
  padding: 0.4em 0.8em;
}
.gform_wrapper .gfield_select {
  font-size: 1.8em;
}
.gform_wrapper .gfield_checkbox {
  /* ul */
  list-style: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper .gfield_checkbox li {
  display: flex;
  align-items: center;
  padding-top: 1em;
}
.gform_wrapper .gfield_checkbox li input {
  width: 26px;
  position: relative;
  top: -4px;
}
.gform_wrapper .gfield_checkbox li label {
  font-size: 1.8em;
}
.gform_wrapper .ginput_container_select,
.gform_wrapper .ginput_container_checkbox {
  border-bottom: 1px solid #D1D0CF;
  padding: 0 0 5em;
  margin: 0 0 5em;
}
.gform_wrapper .gfield:last-child .ginput_container_select,
.gform_wrapper .gfield:last-child .ginput_container_checkbox {
  border: 0;
  padding: 0;
  margin: 0;
}
.gform_wrapper .gfield_description {
  font-size: 1.6em;
  line-height: 1.875em;
  padding: 0 0 0.7em;
}
.gform_wrapper .gfield_required {
  color: #D22626;
}
.gform_wrapper .validation_error {
  background: #D22626;
  color: white;
  font-size: 1.6em;
  padding: 0.5em 0.8em;
  margin: 0 0 1em;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border-color: #D22626;
  border-radius: 3px 3px 0 0;
}
.gform_wrapper .gfield_error .validation_message {
  background: #D22626;
  color: white;
  font-size: 1.4em;
  padding: 0.3em 0.6em;
}
.gform_wrapper.gform_validation_error .gf_progressbar {
  margin-bottom: 4em;
}

.gform_confirmation_wrapper {
  font-size: 1.6em;
  line-height: 1.875em;
  background: #8EE465;
  padding: 1.1em 1.5em;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .gform_wrapper .gfield_error .validation_message {
    font-size: 1.2em;
  }
}
@media (max-width: 620px) {
  .gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
    font-size: 1.6em;
  }
}
/* Rich Text editor Form
-----------------------------------------------------------------------------*/
.rich_text .gform_wrapper {
  background: #F2F1F0;
  border-radius: 6px;
  padding: 3em 6em;
  margin: 0 -6em;
  font-size: 10px;
}
.rich_text .gform_wrapper .gf_progressbar {
  background: #D1D0CF;
  border-radius: 3px;
}
.rich_text .gform_wrapper .gf_progressbar_percentage {
  background: #60B849 !important;
  font-size: 1.4em;
  padding: 3px 5px;
  border-radius: 3px;
}
.rich_text .gform_wrapper .gf_progressbar_percentage span {
  color: black;
  font-weight: 700;
}
.rich_text .gform_wrapper .gform_fields {
  font-size: 10px;
}
.rich_text .gform_wrapper .gfield {
  margin-top: 4.5em;
}
.rich_text .gform_wrapper .gfield label {
  padding: 0 0 8px;
  display: block;
}
.rich_text .gform_wrapper .gfield input[type=text],
.rich_text .gform_wrapper .gfield input[type=email],
.rich_text .gform_wrapper .gfield input[type=password],
.rich_text .gform_wrapper .gfield input[type=number],
.rich_text .gform_wrapper .gfield input[type=tel],
.rich_text .gform_wrapper .gfield input[type=url],
.rich_text .gform_wrapper .gfield textarea {
  width: 100%;
  display: block;
}
.rich_text .gform_wrapper .gform_page_footer {
  margin-top: 4.5em;
  border-top: 1px solid #ccc;
  padding: 2em 0 0;
}
.rich_text .gform_wrapper .gform_next_button,
.rich_text .gform_wrapper .gform_previous_button,
.rich_text .gform_wrapper .gform_button {
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  background: #3867a0;
  color: white;
  border: 0;
  font-size: 2.1em;
  line-height: 1;
  border-radius: 3px;
  padding: 0.45em 0.75em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rich_text .gform_wrapper .gform_next_button:hover,
.rich_text .gform_wrapper .gform_previous_button:hover,
.rich_text .gform_wrapper .gform_button:hover {
  cursor: pointer;
  background: black;
  color: white;
}
.rich_text .gform_wrapper .gform_previous_button {
  background: #D1D0CF;
}
.rich_text .gform_wrapper .gform_save_link {
  font-size: 1.5em;
  margin-left: 1em;
  box-shadow: 0 1px #F2F1F0, 0 2px #65a056;
}

.form_saved_message_emailform form {
  display: flex;
}
.form_saved_message_emailform input[type=email] {
  font-size: 2em;
  line-height: 2.25;
  padding: 0 0.8em;
  box-sizing: border-box;
  border: 1px solid #D1D0CF;
  border-radius: 3px;
  width: 250px;
  margin-right: 14px;
}
.form_saved_message_emailform input[type=submit] {
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  background: #3867a0;
  color: white;
  border: 0;
  font-size: 2.1em;
  line-height: 1;
  border-radius: 3px;
  padding: 0.45em 0.75em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 45px;
}
.form_saved_message_emailform input[type=submit]:hover {
  cursor: pointer;
  background: black;
  color: white;
}

.form_saved_message_sent {
  font-size: 1.6em;
  line-height: 1.875em;
  background: #8EE465;
  padding: 1.1em 1.5em;
  border-radius: 6px;
}
.form_saved_message_sent .saved_message_email {
  display: block;
  font-weight: 700;
}

@media (max-width: 767px) {
  .rich_text .gform_wrapper {
    margin: 0 -2.5em;
    padding: 2.5em 2.5em;
    border-radius: 0;
  }
  .rich_text .gform_wrapper .gfield {
    margin-top: 3em;
  }
  .rich_text .gform_wrapper .gfield label {
    font-size: 1.6em;
  }
  .rich_text .gform_wrapper .gfield_select {
    width: 100%;
  }
  .rich_text .gform_wrapper .gform_save_link {
    display: block;
    margin: 1.3em 0 0;
    box-shadow: none;
  }
}
@media (max-width: 540px) {
  .form_saved_message a.resume_form_link {
    font-size: 0;
  }
  .form_saved_message a.resume_form_link:after {
    content: "Continue Form Link";
    display: inline-block;
    font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
    background: #3867a0;
    color: white;
    border: 0;
    font-size: 2.1em;
    line-height: 1;
    border-radius: 3px;
    padding: 0.45em 0.75em;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 18px;
  }
  .form_saved_message a.resume_form_link:after:hover {
    cursor: pointer;
    background: black;
    color: white;
  }

  .form_saved_message_emailform form {
    display: block;
  }
  .form_saved_message_emailform input[type=email] {
    width: 100%;
    font-size: 1.6em;
  }
  .form_saved_message_emailform input[type=submit] {
    width: 100%;
    font-size: 1.8em;
    margin-top: 1em;
    height: auto;
  }
}
/*-----------------------------------------------------------------------------
    :: Email Sign Up
-----------------------------------------------------------------------------*/
.sign_up {
  background: #D1D0CF;
  padding: 3em 0;
}
.sign_up .gfield label {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* Inline
-----------------------------------------------------------------------------*/
.sign_up_inline {
  text-align: center;
}
.sign_up_inline .gform_wrapper,
.sign_up_inline .gform_body,
.sign_up_inline .gform_footer {
  display: inline-block;
  vertical-align: top;
}
.sign_up_inline .gfield {
  display: inline-block;
  margin-right: 14px;
}
.sign_up_inline .gfield input[type=text],
.sign_up_inline .gfield input[type=email] {
  width: 250px;
}
.sign_up_inline .gform_button {
  height: 45px;
  position: relative;
  top: 1px;
}

.sign_up_in_page {
  background: #F2F1F0;
  border-radius: 6px;
  margin: 0 -6em;
  padding: 3em 6em;
  text-align: left;
}
.sign_up_in_page h2 {
  float: left;
  padding-right: 1em;
}

.sign_up_inline_title h2 {
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: 12px;
}

@media (max-width: 920px) {
  .sign_up_inline h2 {
    font-size: 2.4em;
    width: 112px;
    top: -3px;
    position: relative;
  }
  .sign_up_inline .gfield input[type=text],
  .sign_up_inline .gfield input[type=email] {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .sign_up_inline {
    padding: 3em 0 4.5em;
  }
  .sign_up_inline h2 {
    font-size: 2.4em;
    text-align: center;
    width: auto;
    margin: 0 0 0.4em;
  }
  .sign_up_inline .gform_wrapper,
  .sign_up_inline .gform_body,
  .sign_up_inline .gform_footer {
    display: block;
  }
  .sign_up_inline .gform_footer {
    margin: 1.1em 0 0;
  }
  .sign_up_inline .gfield {
    display: block;
    margin: 1em 0 0;
  }
  .sign_up_inline .gfield input[type=text],
  .sign_up_inline .gfield input[type=email] {
    width: 100%;
  }
  .sign_up_inline .gform_button {
    width: 100%;
    display: block;
  }

  .sign_up_in_page {
    margin: 0 -2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    border-radius: 0;
  }
}
/* Stacked
-----------------------------------------------------------------------------*/
.sign_up_stacked {
  padding-bottom: 4.5em;
}
.sign_up_stacked h2 {
  padding-bottom: 0.5em;
}
.sign_up_stacked a.btn {
  margin: 1em auto 0;
  max-width: 400px;
}
.sign_up_stacked .gform_wrapper {
  padding-top: 8px;
}
.sign_up_stacked .gfield {
  margin: 15px 0 0;
}
.sign_up_stacked .gfield:first-child {
  margin: 0;
}
.sign_up_stacked .gfield input[type=text],
.sign_up_stacked .gfield input[type=email] {
  width: 100%;
}
.sign_up_stacked .gform_button {
  margin-top: 15px;
  display: block;
  width: 100%;
}

/* Variables
-----------------------------------------------------------------------------*/
/* WordPress logged in admin bar
-----------------------------------------------------------------------------*/
body.admin-bar {
  position: relative;
}
body.admin-bar .navigation {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .navigation {
    top: 46px;
  }
}
/*-----------------------------------------------------------------------------
    :: Mobile Menu
-----------------------------------------------------------------------------*/
body {
  padding-top: 90px;
}

.navigation {
  background: white;
  width: 100%;
  z-index: 800;
  position: fixed;
  top: 0;
  height: 90px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  /* Open menus */
}
.navigation .logo {
  position: absolute;
  display: block;
  font-size: 130px;
  top: 9px;
  left: 12px;
}
.navigation .logo svg {
  width: 1em;
  height: 0.526em;
  display: block;
}
.navigation .search_small {
  background: #F2F1F0;
  width: 100%;
  padding: 1.3em 2.2em;
}
.navigation .search_small form {
  position: relative;
}
.navigation .navigation_toggle {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 25px;
  right: 25px;
  padding: 0;
  background: transparent;
  border: 0;
}
.navigation .navigation_toggle svg {
  fill: #60B849;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation .navigation_toggle:hover svg {
  fill: black;
}
.navigation .main_menu {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  top: 90px;
  border-top: 1px solid #D1D0CF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.navigation .main_menu.show {
  display: block;
}
.navigation .dropdown-menu,
.navigation .dropdown-menu-sub {
  display: none;
}
.navigation a.nav-link,
.navigation a.dropdown-item,
.navigation a.dropdown-item-sub {
  display: block;
  font-size: 1.5em;
  padding: 0.8em 1.2em;
  color: black;
  border-bottom: 1px solid #D1D0CF;
}
.navigation a.nav-link.current, .navigation a.nav-link:hover, .navigation a.nav-link:active,
.navigation a.dropdown-item.current,
.navigation a.dropdown-item:hover,
.navigation a.dropdown-item:active,
.navigation a.dropdown-item-sub.current,
.navigation a.dropdown-item-sub:hover,
.navigation a.dropdown-item-sub:active {
  background: #8EE465;
}
.navigation a.dropdown-toggle,
.navigation a.dropdown-toggle-sub {
  position: relative;
}
.navigation a.dropdown-toggle:after,
.navigation a.dropdown-toggle-sub:after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  border: 2px solid #60B849;
  border-top: 0;
  border-left: 0;
  margin-left: 3px;
  display: inline-block;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -2px;
}
.navigation a.dropdown-toggle.current:after, .navigation a.dropdown-toggle.current_parent:after, .navigation a.dropdown-toggle:hover:after,
.navigation a.dropdown-toggle-sub.current:after,
.navigation a.dropdown-toggle-sub.current_parent:after,
.navigation a.dropdown-toggle-sub:hover:after {
  border-color: black;
}
.navigation a.dropdown-item,
.navigation a.dropdown-toggle-sub {
  background: #F2F1F0;
  padding-left: 2.5em;
}
.navigation a.dropdown-item-sub {
  background: #F2F1F0;
  padding-left: 4em;
}
.navigation .dropdown-toggle.open:after,
.navigation .dropdown-toggle-sub.open:after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  right: 30px;
  margin-top: -4px;
}
.navigation .dropdown-menu.show,
.navigation .dropdown-menu-sub.show {
  display: block;
}

/*-----------------------------------------------------------------------------
    :: Desktop
-----------------------------------------------------------------------------*/
@media (min-width: 1150px) {
  body {
    padding-top: 115px;
  }

  .navigation {
    height: 115px;
  }
  .navigation .logo {
    position: static;
    font-size: 150px;
    margin: 15px 0 0 24px;
    float: left;
  }
  .navigation .search_small {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    background: transparent;
    width: 205px;
  }
  .navigation .navigation_toggle {
    display: none;
  }
  .navigation .main_menu {
    display: block !important;
    position: static;
    width: auto;
    margin-left: 188px;
    padding-top: 58px;
    border: 0;
    box-shadow: none;
  }
  .navigation a.dropdown-toggle:after,
  .navigation a.dropdown-toggle.open:after,
  .navigation a.dropdown-toggle-sub:after,
  .navigation a.dropdown-toggle-sub.open:after {
    border-color: #F7EB32;
    height: 7px;
    width: 7px;
  }
  .navigation a.dropdown-toggle:after,
  .navigation a.dropdown-toggle.open:after {
    position: static;
    -webkit-transform: rotate(45deg) translateY(-3px);
    -moz-transform: rotate(45deg) translateY(-3px);
    -ms-transform: rotate(45deg) translateY(-3px);
    -o-transform: rotate(45deg) translateY(-3px);
    transform: rotate(45deg) translateY(-3px);
  }
  .navigation a.dropdown-toggle-sub:after,
  .navigation a.dropdown-toggle-sub.open:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 18px;
    margin-top: -4px;
  }
  .navigation .nav-item a,
  .navigation .dropdown-menu a,
  .navigation .dropdown-menu-sub a {
    display: block;
    font-size: 1.6em;
    line-height: 2.25em;
    padding: 0 0.75em;
    color: black;
    border: 0;
    font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: initial;
  }
  .navigation .nav-item a.current, .navigation .nav-item a.current_parent, .navigation .nav-item a:hover,
  .navigation .dropdown-menu a.current,
  .navigation .dropdown-menu a.current_parent,
  .navigation .dropdown-menu a:hover,
  .navigation .dropdown-menu-sub a.current,
  .navigation .dropdown-menu-sub a.current_parent,
  .navigation .dropdown-menu-sub a:hover {
    background: #8EE465;
  }
  .navigation .dropdown-menu-sub-wrap:first-child > a,
  .navigation .dropdown-menu-sub a:first-child {
    border-radius: 6px 6px 0 0;
  }
  .navigation .dropdown-menu-sub-wrap:last-child > a,
  .navigation .dropdown-menu-sub a:last-child {
    border-radius: 0 0 6px 6px;
  }
  .navigation .nav-item {
    position: relative;
    float: left;
    padding: 0 1px 6px;
  }
  .navigation .nav-item > a {
    border-radius: 3px;
  }
  .navigation .dropdown-menu-sub-wrap {
    position: relative;
  }
  .navigation .dropdown-menu,
  .navigation .dropdown-menu-sub {
    position: absolute;
    top: 42px;
    width: 198px;
    border-radius: 6px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
  }
  .navigation .dropdown-menu a,
  .navigation .dropdown-menu-sub a {
    background: white;
    border-radius: 0;
    border-bottom: 1px solid #D5D6D7;
    padding: 0.7em 1.2em;
    line-height: 1.125;
  }
  .navigation .dropdown-menu-sub {
    left: calc(100% - 8px);
    top: 0;
    z-index: 50;
  }
  .navigation .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navigation .dropdown-menu-sub-wrap:hover > .dropdown-menu-sub {
    display: block;
  }
  .navigation .main_menu li:last-child .dropdown-menu-sub {
    left: -100%;
  }
}
@media (min-width: 1150px) and (max-width: 1200px) {
  .navigation .logo {
    margin-left: 18px;
  }
  .navigation .main_menu {
    margin-left: 186px;
    padding-top: 62px;
  }
  .navigation .main_menu a {
    font-size: 1.5em;
    line-height: 2em;
    padding: 0 0.75em;
  }
  .navigation .dropdown-menu {
    top: 36px;
  }
}
.sponsor_logo_list {
  padding: 5em 0 3em;
  text-align: center;
}
.sponsor_logo_list li {
  padding: 0 1.6em 2em;
  display: inline-block;
  vertical-align: middle;
}

footer {
  background: #3e4956;
  color: white;
}

.footer_inner {
  margin: 3em 0 0;
  position: relative;
}
.footer_inner .search_small {
  position: absolute;
  top: 0;
  right: 0;
}

.footer_menu {
  padding-top: 0.8em;
}
.footer_menu li {
  display: inline;
  padding-right: 1.8em;
}
.footer_menu a {
  font-size: 1.8em;
  color: white;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
}
.footer_menu a:hover {
  color: #8EE465;
}

.footer_text {
  padding: 4em 0 4.5em;
}
.footer_text p {
  font-size: 1.2em;
  line-height: 1.667em;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .sponsor_logo_list {
    padding: 4.5em 0 1.5em;
  }

  .footer_inner .search_small {
    width: 100%;
    max-width: 350px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer_inner .footer_menu {
    padding-top: 6.2em;
    text-align: center;
  }
  .footer_inner .footer_menu ul {
    border-top: 1px solid #2f2e2c;
  }
  .footer_inner .footer_menu li {
    display: block;
    border-bottom: 1px solid #2f2e2c;
    padding: 1em 1em;
  }
  .footer_inner .footer_text {
    padding-top: 3em 0;
  }
}
@media (max-width: 450px) {
  .sponsor_logo_list li {
    display: block;
    padding-bottom: 3em;
  }
  .sponsor_logo_list img {
    margin: 0 auto;
    display: block;
  }
}
/*-----------------------------------------------------------------------------
    :: Rich Text editor styles
-----------------------------------------------------------------------------*/
.rich_text {
  /* misc. wordpress */
}
.rich_text:after {
  content: "";
  display: block;
  clear: both;
}
.rich_text.rich_text_padding {
  padding: 5.2em 0 5em;
}
.rich_text h1, .rich_text h2,
.rich_text h3.h2, .rich_text h4.h2, .rich_text h5.h2, .rich_text h6.h2, .rich_text p.h2 {
  font-size: 2.8em;
  line-height: 1.125em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  margin: 1.5em 0 0.5em;
}
.rich_text h1:first-child, .rich_text h2:first-child,
.rich_text h3.h2:first-child, .rich_text h4.h2:first-child, .rich_text h5.h2:first-child, .rich_text h6.h2:first-child, .rich_text p.h2:first-child {
  margin-top: 0;
}
.rich_text h3,
.rich_text h2.h3, .rich_text h4.h3, .rich_text h5.h3, .rich_text h6.h3, .rich_text p.h3 {
  font-size: 2.3em;
  line-height: 1.125em;
  letter-spacing: 0;
  font-family: "Univers LT W02_67 Bold Cond", 'Arial Narrow Bold', Impact, sans-serif;
  margin: 0.7em 0 0.7em;
}
.rich_text h3:first-child,
.rich_text h2.h3:first-child, .rich_text h4.h3:first-child, .rich_text h5.h3:first-child, .rich_text h6.h3:first-child, .rich_text p.h3:first-child {
  margin-top: 0;
}
.rich_text h4 {
  font-size: 1.6em;
  line-height: 1.875em;
  margin: 0 0 1em;
  font-weight: 700;
}
.rich_text h5 {
  font-size: 1.6em;
  line-height: 1.875em;
  margin: 0 0 1em;
  font-style: italic;
}
.rich_text p {
  font-size: 1.6em;
  line-height: 1.875em;
  margin: 0 0 1em;
}
.rich_text p:last-child {
  margin-bottom: 0;
}
.rich_text a:not(.btn) {
  font-weight: 700;
  color: #357E22;
  box-shadow: 0 1px white, 0 2px #65a056;
}
.rich_text a:not(.btn):hover {
  color: black;
  box-shadow: 0 1px transparent, 0 2px transparent;
}
.rich_text a.btn {
  font-size: 1.3125em;
}
.rich_text a.btn_xs {
  font-size: 0.9375em;
}
.rich_text a.btn_sm {
  font-size: 1.125em;
}
.rich_text a.btn_lg {
  font-size: 1.5em;
}
.rich_text a.btn, .rich_text a.btn_xs, .rich_text a.btn_sm, .rich_text a.btn_lg {
  background: #60B849;
  color: black;
}
.rich_text ul, .rich_text ol {
  font-size: 1.6em;
  line-height: 1.875em;
  margin-bottom: 1.6em;
}
.rich_text ul {
  padding-left: 1.2em;
  list-style: disc;
}
.rich_text ol {
  padding-left: 1.3em;
  list-style: decimal;
}
.rich_text ul ul, .rich_text ul ol, .rich_text ol ul, .rich_text ol ol {
  font-size: inherit;
  padding: 0.8em 0 0 1.5em;
}
.rich_text ul ul, .rich_text ol ul {
  list-style: circle;
}
.rich_text .alignleft,
.rich_text .alignright {
  margin: 0.4em 0 1em;
}
.rich_text .alignleft {
  float: left;
  margin-right: 1.4em;
}
.rich_text .alignright {
  float: right;
  margin-left: 1.4em;
}
.rich_text .aligncenter {
  margin: 0 auto 1.6em;
  height: auto;
  display: block;
}
.rich_text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 50px;
  padding-bottom: 12px;
}
.rich_text table {
  border-collapse: collapse;
  border-top: 1px solid #D5D6D7;
  width: 100%;
}
.rich_text table th, .rich_text table td {
  font-size: 1.6em;
  line-height: 1.875em;
  border-bottom: 1px solid #D5D6D7;
}
.rich_text table td {
  padding: 20px;
  padding-left: 0;
  vertical-align: top;
}
.rich_text table td ul, .rich_text table td ol, .rich_text table td p {
  font-size: inherit;
}
.rich_text table td h2 {
  font-size: 1.875em;
}
.rich_text table td h3 {
  font-size: 1.5em;
}
.rich_text table td h4 {
  font-size: 1em;
}
.rich_text table td h5 {
  font-size: 1em;
}

@media (max-width: 767px) {
  .rich_text {
    font-size: 9px;
  }
  .rich_text h1, .rich_text h2,
  .rich_text h3.h2, .rich_text h4.h2, .rich_text h5.h2, .rich_text h6.h2, .rich_text p.h2 {
    margin: 1.2em 0 0.6em;
  }
  .rich_text.rich_text_padding {
    padding: 4.666em 0;
  }
  .rich_text img {
    margin-top: 40px;
  }
}
/*-----------------------------------------------------------------------------
    :: Home / Front Page
-----------------------------------------------------------------------------*/
body.home .home_bottom {
  display: flex;
}
body.home .home_bottom_left {
  flex: 1 1 66.666%;
  padding: 6.8em 3em;
}
body.home .home_bottom_left h2, body.home .home_bottom_left .rich_text {
  max-width: 682px;
  margin: 0 auto;
}
body.home .home_bottom_left .rich_text {
  padding-top: 4.5em;
}
body.home .home_bottom_right {
  flex: 1 1 33.333%;
  padding: 6.8em 3em;
}
body.home .home_bottom_right .event_list {
  max-width: 347px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  body.home .home_bottom_left {
    flex: 1 1 60%;
  }
  body.home .home_bottom_right {
    flex: 1 1 40%;
  }
}
@media (max-width: 767px) {
  body.home .home_bottom {
    display: block;
  }
  body.home .home_bottom_left {
    padding: 4.2em 3em;
  }
  body.home .home_bottom_left .rich_text {
    padding-top: 3em;
  }
  body.home .home_bottom_right {
    padding: 4.2em 3em;
  }
  body.home .home_bottom_right .event_list {
    max-width: none;
  }
}
/*-----------------------------------------------------------------------------
    :: Measures
-----------------------------------------------------------------------------*/
.measure_categories {
  padding: 2.2em 0 0;
}

.measure_category {
  display: inline-block;
  padding-right: 1.25em;
  text-align: center;
}
.measure_category a {
  font-size: 2.1em;
  line-height: 1;
  font-weight: 700;
  color: #357E22;
}
.measure_category a:hover {
  color: black;
}
.measure_category svg {
  display: block;
  margin: 0.8em auto 0;
}

.measure_icons {
  padding: 2.2em 0 0;
}
.measure_icons a {
  display: inline-block;
  padding-right: 1.6em;
}

@media (max-width: 767px) {
  body.single-measure .measure_categories a {
    font-size: 1.8em;
  }
}
@media (max-width: 620px) {
  body.single-measure .measure_categories {
    padding-top: 1.8em;
  }
  body.single-measure .measure_categories a {
    font-size: 1.4em;
  }
  body.single-measure .measure_categories svg {
    width: 60px;
    height: 60px;
  }
}
/* Measure Comment Form
-----------------------------------------------------------------------------*/
.measure_comment_form {
  background: #F2F1F0;
  margin: 0 -6em;
  padding: 4.5em 6em;
  border-radius: 6px;
}
.measure_comment_form .measure_comment_form_text {
  font-size: 1.6em;
  line-height: 1.875em;
  padding: 1em 0 1.4em;
}
.measure_comment_form .gform_wrapper {
  display: none;
  position: relative;
  padding-top: 1.8em;
}
.measure_comment_form .gform_wrapper .gfield {
  margin-top: 3em;
}
.measure_comment_form .gform_wrapper .gfield:first-child {
  margin: 0;
}
.measure_comment_form .gform_wrapper .gfield label {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.measure_comment_form .gform_wrapper .gfield input[type=text],
.measure_comment_form .gform_wrapper .gfield input[type=email],
.measure_comment_form .gform_wrapper .gfield textarea {
  width: 100%;
  display: block;
}
.measure_comment_form .gform_wrapper .ginput_container_select,
.measure_comment_form .gform_wrapper .ginput_container_checkbox {
  border: 0;
  padding: 0;
  margin: 0;
}
.measure_comment_form .gform_wrapper .gfield_checkbox {
  display: flex;
  align-items: center;
  padding-top: 1em;
}
.measure_comment_form .gform_wrapper .gfield_checkbox input {
  width: 22px;
  position: relative;
  top: -2px;
}
.measure_comment_form .gform_wrapper .gfield_checkbox label {
  position: static;
  text-indent: 0;
  opacity: 1;
  font-size: 2em;
}
.measure_comment_form .gform_wrapper .gform_footer {
  text-align: right;
  margin-top: -3.5em;
}
.measure_comment_form.measure_form_errors .measure_form_toggle {
  display: none;
}
.measure_comment_form.measure_form_errors .gform_wrapper {
  display: block;
}

@media (max-width: 815px) {
  .measure_comment_form {
    margin: 0 -2.5em;
    padding: 2.7em 2.5em;
  }
}
@media (max-width: 767px) {
  .measure_comment_form .measure_comment_form_text {
    font-size: 1.44em;
  }
}
@media (max-width: 715px) {
  .measure_comment_form {
    border-radius: 0;
  }
  .measure_comment_form .gform_wrapper {
    padding: 0;
  }
  .measure_comment_form .gform_wrapper .gfield_checkbox {
    padding: 0;
  }
  .measure_comment_form .gform_wrapper .gfield_checkbox li {
    padding: 0;
  }
  .measure_comment_form .gform_wrapper .gfield_checkbox input {
    top: 1px;
  }
  .measure_comment_form .gform_wrapper .gfield_checkbox label {
    font-size: 1.6em;
  }
  .measure_comment_form .gform_wrapper .gform_footer {
    margin: 0;
    text-align: left;
  }
}
/* Measure feedback
-----------------------------------------------------------------------------*/
.measure_feedback .measure_feedback_item {
  border-bottom: 1px solid #D5D6D7;
  padding: 6em 0;
}
.measure_feedback .measure_feedback_item:last-child {
  border: 0;
}
.measure_feedback ul {
  list-style: disc;
  padding-left: 1.5em;
}
.measure_feedback ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.measure_feedback ul, .measure_feedback ol {
  font-size: 1.4em;
  line-height: 1.714;
  margin-bottom: 1em;
}
.measure_feedback p {
  font-size: 1.4em;
  line-height: 1.714;
  margin: 0 0 1em;
}
.measure_feedback p:last-child {
  margin: 0;
}
.measure_feedback a {
  font-weight: 700;
  color: #357E22;
  box-shadow: 0 1px white, 0 2px #65a056;
}
.measure_feedback a:hover {
  color: black;
  box-shadow: 0 1px transparent, 0 2px transparent;
}

@media (max-width: 767px) {
  .measure_feedback .measure_feedback_item {
    padding: 4.2em 0;
  }
}
/*-----------------------------------------------------------------------------
    :: Search
-----------------------------------------------------------------------------*/
.search_form {
  padding: 6em 0;
}
.search_form form {
  position: relative;
}
.search_form label {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.search_form input {
  font-size: 1.8em;
  line-height: 2.35em;
  width: calc(100% - 105px);
  padding: 0px 0.9em;
  box-sizing: border-box;
  border: 1px solid #D5D6D7;
  height: 45px;
}
.search_form button {
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
}
.search_form button svg {
  display: none;
}

.search_results > h2.h4 {
  border-bottom: 1px solid #D1D0CF;
  padding: 0 0 0.4em;
}
.search_results .search_result_post_type {
  font-size: 1.8em;
  padding: 0 0 0.4em;
}
.search_results .search_result_categories {
  padding: 1.2em 0 0;
}
.search_results .search_result_categories span {
  font-size: 1.5em;
  padding-right: 0.7em;
  font-weight: 700;
}
.search_results .search_result_excerpt {
  font-size: 1.6em;
  line-height: 1.875em;
  margin: 0 0 1em;
  padding: 0.9em 0 0.2em;
}
.search_results a.btn {
  color: white;
}

@media (max-width: 767px) {
  .search_form {
    padding: 4.2em 0;
  }
  .search_form input {
    width: calc(100% - 42px);
    line-height: 40px;
  }
  .search_form button {
    padding: 0;
  }
  .search_form button span {
    position: absolute;
    left: -9999px;
    opacity: 0;
  }
  .search_form button svg {
    display: block;
    height: 42px;
    width: 42px;
  }

  .search_results li {
    padding: 4.2em 0;
  }
  .search_results .search_result_post_type {
    font-size: 1.5em;
  }
  .search_results .search_result_excerpt {
    font-size: 1.44em;
  }
  .search_results a.btn_xs {
    font-size: 1.4em;
  }
}
/*-----------------------------------------------------------------------------
    :: Events
-----------------------------------------------------------------------------*/
.header_event_date {
  font-size: 1.8em;
  padding: 1.2em 0 0;
}

.event_details {
  border-radius: 6px;
  background: #F2F1F0;
  padding: 2.7em 3em;
  margin: 0 0 6em;
}
.event_details li {
  margin: 1.5em 0 0;
  display: flex;
  border-top: 1px solid #D1D0CF;
  padding: 0.9em 0;
}
.event_details .label {
  font-size: 1.6em;
  line-height: 1.575em;
  font-weight: 700;
  display: block;
  flex: 0 1 130px;
}
.event_details .text {
  font-size: 1.8em;
  line-height: 1.4em;
  flex: 1 1 auto;
}
.event_details .text div {
  margin-bottom: 0.3em;
}
.event_details .text div:last-child {
  margin: 0;
}
.event_details .text a {
  color: #357E22;
  font-weight: 700;
  box-shadow: 0 1px #F2F1F0, 0 2px #65a056;
}
.event_details .text a:hover {
  color: black;
  box-shadow: 0 1px transparent, 0 2px transparent;
}

.event_details_past h2:after {
  content: "Past Event";
  display: inline-block;
  background: #C7C2BF;
  padding: 0.3em 0.4em;
  border-radius: 3px;
  font-size: 0.5em;
  line-height: 1em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 0 1em;
  position: relative;
  top: -4px;
}

@media (max-width: 767px) {
  .event_details_past h2:after {
    font-size: 0.6em;
    top: -2px;
  }
}
/*-----------------------------------------------------------------------------
    :: Event Archive List
-----------------------------------------------------------------------------*/
.event_list_archive li {
  border-bottom: 1px solid #D5D6D7;
  padding: 3.3em 0;
}
.event_list_archive h2 a {
  color: black;
}
.event_list_archive h2 a:hover {
  color: #357E22;
}
.event_list_archive a.btn {
  color: white;
}

.rich_text_padding + .event_list_archive {
  margin-top: -1.4em;
  border-top: 1px solid #D5D6D7;
}

.event_list_date {
  font-size: 1.6em;
  padding: 0 0 0.5em;
}
.event_list_date span {
  padding: 0.2em 0.5em;
  border-radius: 3px;
  margin: 0 0 0 0.7em;
  position: relative;
  top: -2px;
  font-size: 0.9em;
}

.event_list_categories {
  padding-top: 1em;
}
.event_list_categories a {
  font-size: 1.5em;
  color: #357E22;
  font-weight: 700;
  padding-right: 1em;
}
.event_list_categories a:hover {
  color: black;
}

.event_list_excerpt {
  font-size: 1.6em;
  line-height: 1.875em;
  margin: 0 0 1em;
  padding: 0.9em 0 0.2em;
}

/*-----------------------------------------------------------------------------
    :: "Arichive Case Reports"
-----------------------------------------------------------------------------*/
body.page-archived-case-reports .rich_text table td:first-child {
  width: 250px;
}

@media (max-width: 600px) {
  body.page-archived-case-reports .rich_text table td:first-child {
    width: 150px;
  }
}
