@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Source Sans Pro", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensures any ajax loader is centered and only displayed when marked as visible */
.ajax-loading {
  display: none;
  margin: 0 auto;
}
.ajax-loading.visible {
  display: inline-block;
}

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

/* Ensures an element can be forced to be inline-block  */
.force-inline-block {
  display: inline-block !important;
}

/* Ensures an element can be forced to be inline  */
.force-inline {
  display: inline !important;
}

/* Forces image to be the full width of the viewport or nearest relative parent container  */
.image-full-width {
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

/* Used to define how wide your main content should be at viewport widths */
.inner {
  padding: 0 1.25rem;
  position: relative;
  max-width: 900px;
}
.inner--static {
  position: static;
}

@media (min-width: 76.3125em) {
  .inner {
    margin: 0 auto;
    padding: 0;
    width: 900px;
  }
}
.main-wrap {
  background: white;
  overflow: auto;
}

.main__content {
  max-width: 900px;
  margin: 0 auto;
}

.more-padding + .main-wrap .main__content {
  padding: 60px 0 0 0;
}

.tmpl-listings .more-padding + .main-wrap .main__content {
  padding: 60px 0 54px;
}

@media (min-width: 40.0625em) {
  /* Hide elements with this class when below the smartphone breakpoint */
  .mob-only {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .two-column,
.three-column,
.four-column {
    column-gap: 1.875rem;
    padding-left: 0;
  }
  .two-column li,
.three-column li,
.four-column li {
    break-inside: avoid;
    padding-bottom: 0.625rem;
    padding-left: 1.875rem;
  }
  .two-column li:before,
.three-column li:before,
.four-column li:before {
    left: 0.625rem;
  }
  .two-column li + li,
.three-column li + li,
.four-column li + li {
    margin-top: 0;
  }

  .two-column {
    column-count: 2;
  }

  .three-column {
    column-count: 3;
  }

  .four-column {
    column-count: 4;
  }
}
/* Remove <img> border or box-shadow style */
.no-border,
.no-border img {
  border: none;
  box-shadow: none;
}

/*
 * Remove default button style
 * useful when needing to create a button that is just an icon
 */
.no-button-style {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

/* Remove content style from <li> elements  */
.no-list-style {
  list-style: none;
}
.no-list-style li {
  margin-top: 0;
  padding-left: 0;
}
.no-list-style li:before {
  display: none;
}

/* Set the font-size to be smaller for elements assigned this class  */
.small {
  font-size: smaller;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.875rem;
}
.aligncenter img {
  margin: 0 auto;
}

.alignleft,
.alignright {
  display: block;
  margin-bottom: 1.875rem;
}

@media (min-width: 40.0625em) {
  .alignleft,
.alignright {
    position: relative;
    top: 5px;
  }

  .alignleft {
    float: left;
    margin-right: 1.875rem;
  }

  .alignright {
    float: right;
    margin-left: 1.875rem;
  }
}
.wp-caption-text {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0;
  padding: 0.3125rem 0.625rem;
  text-align: center;
}

#cboxOverlay {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

#colorbox {
  overflow: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#colorbox:focus {
  outline: none;
}

#cboxContent {
  background: #fff;
  box-shadow: 0 0 0.625pxrem rgba(0, 0, 0, 0.7);
  position: relative;
}

#cboxLoadedContent {
  background: #fff;
  box-sizing: content-box;
  padding: 10px;
  position: relative;
  z-index: 10;
}

.cboxIframe {
  height: 100%;
  width: 100%;
}

#cboxClose {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=) no-repeat;
  border: none;
  color: #000000;
  cursor: pointer;
  height: 30px;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9999;
  width: 30px;
}
#cboxClose:hover {
  color: #00add7;
  opacity: 0.8;
}

[class*=listContainer] {
  margin-bottom: 1.875rem;
}
[class*=listContainer]:before {
  content: "";
  display: table;
  clear: both;
}
[class*=listContainer] .two-column,
[class*=listContainer] .three-column,
[class*=listContainer] .four-column {
  margin-bottom: 0;
}
@media (min-width: 40.0625em) {
  [class*=listContainer] .two-column,
[class*=listContainer] .three-column,
[class*=listContainer] .four-column {
    float: left;
  }
  [class*=listContainer] .two-column {
    width: 50%;
  }
  [class*=listContainer] .three-column {
    width: 33.3333333333%;
  }
  [class*=listContainer] .four-column {
    width: 25%;
  }
}

.em-people {
  margin: 0 0 60px;
}

.em-people h4 {
  font-size: 26px;
  letter-spacing: normal;
  line-height: 36px;
  color: #4a4a4a;
  font-weight: normal;
}

.em-people p {
  color: #7d7d7d;
  font-weight: normal;
  font-size: 15px;
}

.em-people-content p {
  font-size: 17px;
  color: #4a4a4a;
  letter-spacing: normal;
  line-height: 24px;
}

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

.gform_wrapper .top_label .gfield_label {
  margin-bottom: -7px !important;
}

.gform_fields,
.gfield_radio,
.gfield_checkbox {
  padding-left: 0;
}

.gform_fields {
  margin: 0;
  padding: 0;
}

.gform_wrapper {
  margin-bottom: 1.875rem;
}

.gfield {
  clear: both;
  padding-bottom: 0.9375rem;
}

.gform_description {
  display: block;
  margin-bottom: 1.875rem;
}

.screen-reader-text {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 7px;
}

.instruction,
.gfield_description {
  clear: both;
  font-size: 85%;
}

.instruction {
  font-style: italic;
}

.gfield_required {
  margin-left: 3px;
  position: relative;
  top: -2px;
  color: #00adca !important;
}

.validation_error,
.validation_message,
.gfield_error input {
  border-color: #e50000;
  color: #e50000;
  font-weight: 600;
}

.validation_message {
  margin-top: 5px;
}

.validation_error {
  margin-bottom: 20px;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error .selector select[multiple=multiple] {
  border-color: #e50000;
  color: #e50000;
  font-weight: 600;
}

.gform_footer {
  clear: both;
}

.gform_ajax_spinner {
  display: none !important;
}

.gform_wrapper [type=submit] {
  background-color: #ffe600 !important;
  color: white !important;
  font-size: 12px !important;
  padding: 0 10px !important;
  border-radius: 2px !important;
}
.gform_wrapper [type=submit]:hover {
  background-color: #ccb800 !important;
  color: white;
}
.gform_wrapper .ginput_complex.ginput_container {
  overflow: auto !important;
}

.gfield_radio,
.gfield_checkbox {
  padding-left: 0;
}
.gfield_radio label,
.gfield_checkbox label {
  display: inline;
}

.ginput_complex {
  overflow: hidden;
}
.ginput_complex label {
  display: block;
  font-size: 85%;
}
.ginput_complex input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.ginput_complex .ginput_right,
.ginput_complex .ginput_left {
  float: left;
  width: 49%;
}
.ginput_complex .ginput_right {
  margin-left: 2%;
}

.name_prefix,
.name_first,
.name_middle,
.name_last,
.name_suffix {
  float: left;
}

.gf_name_has_5 span {
  margin-left: 1%;
  width: 19.2%;
}

.gf_name_has_4 span {
  margin-left: 2%;
  width: 23.5%;
}

.gf_name_has_3 span {
  margin-left: 2%;
  width: 32%;
}

.gf_name_has_2 span {
  margin-left: 2%;
  width: 49%;
}

.gf_name_has_5 span:first-child,
.gf_name_has_4 span:first-child,
.gf_name_has_3 span:first-child,
.gf_name_has_2 span:first-child {
  margin-left: 0;
}

.has_zip .address_zip,
.has_state .address_state {
  margin-left: 0;
}

.has_state.has_zip .address_zip {
  float: right;
}

.has_state.has_country .address_state,
.has_state.has_zip .address_state,
.has_state.has_street .address_state {
  float: left;
  margin-left: 0;
}

.has_city.has_state .address_state,
.has_city.has_zip .address_zip,
.has_city.has_country .address_country,
.has_zip.has_country .address_country {
  margin-left: 2%;
}

.has_city.has_state.has_zip .address_zip,
.has_city.has_zip.has_country .address_country,
.has_city.has_state.has_country .address_country {
  float: left;
  margin-left: 0;
}

.has_state.has_country.has_zip .address_zip {
  float: right;
  margin-left: 2%;
}

.has_state.has_country.has_zip .address_country {
  margin-left: 0;
}

.has_state.has_country.has_zip.has_city .address_state {
  float: right;
  margin-left: 2%;
}

.gf_left_half,
.gf_right_half,
.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  clear: none;
}
.gf_left_half .small,
.gf_left_half .medium,
.gf_left_half .large,
.gf_right_half .small,
.gf_right_half .medium,
.gf_right_half .large,
.gf_left_third .small,
.gf_left_third .medium,
.gf_left_third .large,
.gf_middle_third .small,
.gf_middle_third .medium,
.gf_middle_third .large,
.gf_right_third .small,
.gf_right_third .medium,
.gf_right_third .large {
  width: 100% !important;
}

.gf_left_half,
.gf_right_half {
  width: 49%;
}

.gf_right_half {
  margin-left: 2%;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  width: 32%;
}

.gf_middle_third,
.gf_right_third {
  margin-left: 2%;
}

.gf_left_half,
.gf_left_third {
  clear: both;
}

.gfield_date_month,
.gfield_date_day,
.gfield_date_year,
.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  float: left;
  margin-left: 2%;
  width: 6.25rem;
}
.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input,
.gfield_date_dropdown_month input,
.gfield_date_dropdown_day input,
.gfield_date_dropdown_year input {
  display: block;
  width: 100%;
}

.gfield_date_dropdown_month,
.gfield_date_month {
  margin-left: 0;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  float: left;
}
.gfield_time_hour input,
.gfield_time_minute input,
.gfield_time_ampm input {
  width: 3.375rem;
}
.gfield_time_hour label,
.gfield_time_minute label,
.gfield_time_ampm label {
  display: block;
}

.gfield_time_minute {
  margin-left: 0.25rem;
}

.gfield_time_ampm {
  margin-left: 0.75rem;
  width: 4.375rem;
}

.gform_drop_area {
  border: 2px dashed #ddd;
  color: #aaa;
  margin-bottom: 10px;
  padding: 1.5625rem;
  text-align: center;
}

.datepicker {
  max-width: 8.75rem;
}

.ui-datepicker {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  font-size: 9px;
}
.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker-header {
  background-color: #fff;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0 1px 1px rgba(250, 250, 250, 0.2);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  border: 1px solid #e0e0e0;
  font-size: 0.6875rem;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  height: 30px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  width: 30px;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#f1f1f1",GradientType=0 );
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #fff;
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: none;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#dedede",GradientType=0 );
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666666;
  /* set the active date font color */
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body #ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.gf_progressbar {
  border-radius: 3px;
  background: #000000;
  padding: 0.3125rem;
}

.gf_progressbar_percentage {
  border-radius: 3px;
  background: #00ADD7;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
  text-align: center;
}

.field_description_below .gfield_description {
  margin-top: 0.25rem;
}

.gfield .small {
  width: 25%;
}
.gfield .medium {
  width: 49%;
}
.gfield .large {
  width: 100%;
}

.gform_widget .top_label input,
.gform_widget .uploader {
  width: 100%;
}
.gform_widget .top_label [type=submit] {
  width: auto;
}
.gform_widget .uploader .action {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 40em) {
  .gf_right_half,
.gf_name_has_2 span {
    margin-left: 0;
  }

  .ginput_complex > span {
    width: 100%;
  }
  .ginput_complex .name_first,
.ginput_complex .name_last,
.ginput_complex .ginput_left,
.ginput_complex .ginput_right {
    width: 100%;
  }
  .ginput_complex .ginput_right {
    margin-left: 0;
  }

  .gf_left_half,
.gf_right_half {
    width: 100%;
  }
  .gf_left_half input,
.gf_right_half input {
    width: 100%;
  }

  .gfield {
    margin-top: 0;
  }
  .gfield input,
.gfield .selector {
    width: 100%;
  }

  .gform_wrapper .medium,
.gform_wrapper .large {
    width: 100% !important;
  }
}
.name_first label,
.name_last label {
  display: none !important;
}

/**
 * Default styles for the Slick Carousel jQuery plugin.
 * @ref http://kenwheeler.github.io/slick/
 */
.slick-prev, .slick-next {
  color: #333333;
  cursor: pointer;
  font-size: 0.75pxrem;
  position: absolute;
  top: 42%;
  z-index: 10;
  transition: opacity, 0.5s, ease, color, 0.5s, ease;
}
@media (min-width: 40.0625em) {
  .slick-prev, .slick-next {
    font-size: 2.25pxrem;
  }
}
.slick-prev:hover, .slick-next:hover {
  color: #fff;
}
.slick-prev:hover .fa-circle, .slick-next:hover .fa-circle {
  color: rgba(0, 166, 232, 0.7);
}
.slick-prev .fa-circle, .slick-next .fa-circle {
  color: rgba(255, 255, 255, 0.6);
}
.slick-prev {
  left: 1.875pxrem;
}
.slick-next {
  right: 1.875pxrem;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 112%;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}
body a {
  color: #00ADD7;
  text-decoration: none;
}

.uploader .action, .btn, .gform_wrapper [type=submit] {
  background-color: #00ADD7;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  transition-duration: 250ms;
  transition-property: background-color, color;
  transition-timing-function: ease;
}
.uploader .action:hover, .btn:hover, .gform_wrapper [type=submit]:hover {
  background-color: #0090c9 !important;
  color: white;
}

.btn--minimalist {
  background: transparent;
  border: 0.125rem solid white;
  color: #000000;
}
.btn--minimalist:hover {
  background: white;
  color: #000000;
}
.btn--secondary {
  padding: 0.375rem 1.25rem;
}
.btn--secondary:hover {
  background-color: #009ad6 !important;
  color: white;
}

.more {
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 250ms ease 0s;
}
.more:after {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 0.625rem;
  margin-top: 0.3125rem;
  margin-left: 0.625rem;
  vertical-align: top;
}

label,
.hs-form-field label span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  vertical-align: middle;
  color: #98a3ab;
}

.hs-form-field label .hs-form-required {
  display: inline-block;
  margin-left: 0.3125rem;
  color: #00add7;
}

input,
select,
textarea {
  background: white;
  color: #5e6977;
  font-size: 1rem;
  outline: none;
  border-radius: 0.1875rem !important;
}

.ginput_complex span:last-child {
  margin-left: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  border: 1px solid #dadee2;
  border-radius: 0;
  padding: 0.625rem;
  margin: 0;
  vertical-align: middle;
}
input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: gray;
  opacity: 0.65;
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder {
  color: gray;
  opacity: 0.65;
}

[type=radio],
[type=checkbox] {
  border: #fff;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 20px;
}

[type=file] {
  border: none;
  padding: 0;
}

[type=submit],
[type=button],
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  outline: none;
}

select {
  border-radius: 0;
}
select[multiple=multiple] {
  border: 1px solid #dadee2;
  padding: 0.625rem;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

.selector {
  background: white;
  border: 1px solid #dadee2;
  border-radius: 0;
  color: #5e6977;
  overflow: hidden;
  padding-right: 3.625rem;
  position: relative;
  vertical-align: middle;
}
.selector:after {
  background-color: #86939e;
  color: white;
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  line-height: 33px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  text-align: center;
  width: 2.375rem;
}
.selector select {
  -webkit-appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0.625rem calc(30% + 20px) 0.625rem 0.625rem;
  position: relative;
  width: 130%;
}
.selector select:focus {
  border: none;
  outline: none;
}

.uploader {
  background: white none;
  border: 1px solid #dadee2;
  display: -moz-inline-box;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 49%;
  zoom: 1;
}
.uploader input {
  background: none;
  border: none;
  cursor: pointer;
  height: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100% !important;
}
.uploader .filename {
  color: #5e6977;
  cursor: default;
  display: block;
  float: left;
  height: 40px;
  line-height: 1.25;
  overflow: hidden;
  padding: 0.625rem 7.75rem 0.625rem 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.uploader .action {
  background-color: #86939e;
  border: none;
  border-left: 1px solid #dadee2;
  font-size: 0.75rem;
  line-height: 2;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.uploader .action:after {
  display: none;
}
.uploader .action:hover {
  background: #666;
}

.gform_button,
.hs-button {
  color: black !important;
  border: none !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  background: #ffe600 !important;
  padding: 0.625rem 1.25rem !important;
  text-shadow: none !important;
  font-size: 1.0625rem !important;
}

.hbspt-form {
  margin: 60px 0;
}

.hs-button {
  background-color: #ffe900;
  color: black;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  padding: 0.375rem 1.25rem;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 20px;
}

.hs-form fieldset,
.hs-input {
  max-width: none !important;
  width: 100% !important;
}

.hs-form .hs-form-field .hs-input {
  box-sizing: border-box;
  padding: 1.25rem 0.75rem;
  font-size: 1rem;
}

.hs-form .hs-form-field select {
  height: 2.625rem;
}

.hs-form .hs-error-msgs li {
  margin-top: 0.375rem;
}
.hs-form .hs-error-msgs li:before {
  display: none;
}

.hs-form .form-columns-2 > div:first-child {
  padding-right: 0.40625rem;
}
.hs-form .form-columns-2 > div:last-child {
  padding-left: 0.40625rem;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h1 {
  font-size: 2.1875rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.625rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

.blue {
  color: #00ADD7;
}

.left-title {
  text-align: left !important;
}
.left-title h2:after {
  margin-left: 0;
}

.yellow-left .content-block__title h2:after,
.yellow-right .content-block__title h2:after {
  display: none;
}

.subtitle {
  text-align: center;
}
.subtitle h2 {
  font-size: 26px;
  letter-spacing: normal;
  line-height: 36px;
}
.subtitle h2:after {
  content: "";
  margin: 15px auto 24px;
  display: block;
  height: 1px;
  max-width: 197px;
  background: #ffe600;
}

.yellow-above li,
.yellow-above p {
  font-size: 17px;
  color: #4a4a4a;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
}

hr {
  background-color: #ffe600;
  border: none;
  clear: both;
  height: 0.25rem;
  margin: 1.875rem auto;
  max-width: 12.5rem;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  background: black;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

a {
  color: #00ADD7;
  text-decoration: underline;
  transition: color 250ms ease 0s;
}
a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

em,
i,
var {
  font-style: italic;
}

u,
ins {
  text-decoration: underline;
}

s,
strike,
del {
  text-decoration: line-through;
}

small,
sub,
sup {
  font-size: smaller;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
  font-size: 10px;
  vertical-align: middle;
  margin-top: 1px;
  display: inline-block;
}

abbr {
  border-bottom: 1px dotted #808080;
  cursor: help;
}

tt,
code,
kbd,
samp {
  font-family: monospace;
}

q {
  display: inline;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

li {
  line-height: 1.4;
  padding-bottom: 0.625rem;
  padding-left: 1.875rem;
  position: relative;
}
li:before {
  font-weight: 700;
  margin-right: -1.75rem;
  display: inline-block;
  width: 1.75rem;
  text-align: center;
  -ms-transform: translateX(-28px);
      transform: translateX(-28px);
}
li li:first-child {
  padding-top: 0.625rem;
}
li li:last-child {
  padding-bottom: 0;
}

ol {
  counter-reset: item;
}

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  left: 0.4375rem;
}

ul li:before {
  content: "•";
  font-size: 0.9375rem;
  left: 0.875rem;
}

p {
  margin-bottom: 1.875rem;
}

code,
pre {
  background-color: #efefef;
  border-radius: 0.3125rem;
  color: #333333;
  font-family: "Lucida Console", Courier, monospace;
}

code {
  font-size: 0.9375rem;
  padding: 0.3125rem 0.625rem;
}

pre {
  border-bottom: none solid #00ADD7;
  font-size: 0.75rem;
  margin-bottom: 1.875rem;
  padding: 1.5625rem;
}

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

.content-block {
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}
.content-block__title {
  text-align: center;
}
.content-block__title.left-title h2 {
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
}
.content-block__title.left-title h2:after {
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  color: black;
  line-height: 20px;
}
.content-block__title h2:after {
  content: "";
  margin: 15px auto;
  display: block;
  height: 1px;
  width: 60%;
  min-width: 197px;
  background: #ffe600;
}
.content-block h2 {
  text-align: center;
  font-size: 1.875rem;
  display: inline-block;
}

.image-background {
  background-size: cover;
  background-repeat: no-repeat;
}
.image-background .content-block {
  background: rgba(0, 0, 0, 0.75);
  color: white;
}
.image-background .content-block a {
  color: #ffe600;
}
.image-background .content-block .btn {
  color: black;
}

.expand-width .content-block {
  max-width: 61.25rem;
}

.block-media {
  margin-bottom: 1.875rem;
}
.block-media__link-wrapper {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: opacity 250ms ease 0s;
}
.block-media__link-wrapper:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}
.block-media__media {
  margin-bottom: 0.75rem;
  max-width: 100%;
  width: 11.25rem;
}
.block-media__media img,
.block-media__media svg,
.block-media__media video,
.block-media__media iframe {
  height: auto;
  width: 100%;
}

/** Floats media to the left, prevents content from wrapping underneath */
@media (min-width: 40.0625em) {
  .block-media:before, .block-media:after {
    content: " ";
    display: table;
  }
  .block-media:after {
    clear: both;
  }
  .block-media__media--left {
    float: left;
    margin-right: 2.5rem;
    width: 13.75rem;
  }
  .block-media__media + .block-media__body {
    overflow: hidden;
  }
}
/** Increases image size + spacing */
@media (min-width: 58.8125em) {
  .block-media__media {
    width: 21.875rem;
  }
}
.yellow-left {
  border-left: none solid #ffe600;
  margin-left: -2.5rem;
  padding-left: 2.5rem;
}

.yellow-right {
  border-right: none solid #ffe600;
  margin-right: -2.5rem;
  padding-right: 2.5rem;
}

.yellow-above h2,
.yellow-left h2,
.yellow-right h2 {
  font-size: 26px;
  letter-spacing: normal;
  line-height: 36px;
  color: #4a4a4a;
  font-weight: normal;
}

.yellow-none h1:after,
.yellow-none h2:after,
.yellow-none h3:after,
.yellow-none h4:after,
.yellow-none h5:after {
  display: none;
}
.yellow-none h2 {
  margin-bottom: 1.25rem;
}

.yellow-none p:last-child,
.yellow-none ul:last-child,
.yellow-none ol:last-child,
.yellow-above p:last-child,
.yellow-above ul:last-child,
.yellow-above ol:last-child,
.yellow-left p:last-child,
.yellow-left ul:last-child,
.yellow-left ol:last-child,
.yellow-right p:last-child,
.yellow-right ul:last-child,
.yellow-right ol:last-child {
  margin-bottom: 0;
}

.yellow-none p {
  font-size: 17px;
  color: #4a4a4a;
  letter-spacing: normal;
  line-height: 24px;
}

.search-form {
  margin-top: 1.1rem;
  margin-bottom: 0.625rem;
  display: inline-block;
  float: right;
  margin-right: -2.125rem;
}
.search-form input {
  background: transparent;
  border-color: #98a3ab;
  color: white;
}
.search-form button {
  vertical-align: middle;
  height: 1.55rem;
  width: 1.85rem;
  font-size: 0;
  color: transparent;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  margin-left: -0.125rem;
  background-image: url(../../images/search-icon.png);
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center 0.3rem;
  background-color: transparent;
}
@media (max-width: 70.625em) {
  .search-form {
    float: none;
    white-space: nowrap;
    display: none;
    margin: 0.625rem 1.25rem;
  }
  .search-form input {
    width: 100%;
  }
}
@media only screen and (max-width: 1220px) {
  .search-form input {
    width: 9.375rem;
  }
}

@media (min-width: 40.0625em) {
  .grid {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin: 0 -0.625rem;
  }
  .grid__item {
    display: inline-block;
    font-size: 1rem;
    padding: 0 0.625rem;
    vertical-align: top;
  }

  .grid--quarters > .grid__item,
.grid--thirds > .grid__item,
.grid--halves > .grid__item {
    margin: 1.875rem 0;
    width: 50%;
  }

  .grid--fifths > .grid__item {
    margin: 1.875rem 0;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 47.5em) {
  .grid--quarters .grid__item,
.grid--halves .grid__item {
    width: 50%;
  }

  .grid--fifths > .grid__item {
    margin: 1.875rem 0;
    width: 20%;
  }
}
@media (min-width: 64.0625em) {
  .grid--thirds > .grid__item {
    width: 33.3333333333%;
  }

  .grid--quarters > .grid__item {
    width: 25%;
  }
}
.separator {
  max-width: 900px;
  background-color: #d1d2d4;
  height: 1px;
  margin: 60px auto;
}

.site-header {
  background: #221f20;
  position: fixed;
  width: 100%;
  z-index: 8888;
  min-height: 88px;
}
.site-header > .inner {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100%;
}
.site-header .btn {
  background-color: #fee600;
  color: black;
  padding: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 1.1rem;
  line-height: normal;
}
.site-header .btn:hover {
  background-color: #fee975 !important;
}
.site-header .search-form input {
  width: 0;
  border: none;
  padding: 0.4rem;
}

.custom-logo-link {
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  left: 0;
  z-index: 990000010;
}
.custom-logo-link svg,
.custom-logo-link img {
  height: auto;
  width: 13.125rem;
}

@media (max-width: 70.625em) {
  .custom-logo-link {
    width: 13.125rem;
  }
}
.meta {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.meta:before, .meta:after {
  content: " ";
  display: table;
}
.meta:after {
  clear: both;
}
.meta li {
  float: left;
  margin-right: 1.875rem;
  padding-bottom: 0;
  padding-left: 0;
}
.meta li:before {
  content: "";
}
.meta li:after {
  color: #00ADD7;
  content: "•";
  position: absolute;
  right: -1.0625rem;
}
.meta li:first-child {
  padding-left: 0;
}
.meta li:last-child {
  margin-right: 0;
}
.meta li:last-child:after {
  content: "";
}

.breadcrumbs {
  max-width: 900px;
  margin: 0 auto;
  font-size: 0.8rem;
}

.crumb {
  margin-right: 0.5rem;
}
.crumb a {
  text-decoration: none;
}

.mobile-mini-bundle {
  display: none;
}

@media (max-width: 70.625em) {
  .menu-bundle {
    position: absolute;
    z-index: 990000009;
    top: 65px;
    right: 0;
    width: 100%;
    max-width: 22.1875rem;
    background: #2e2a2b;
    border-left: none;
    overflow: auto;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 10px;
    height: calc(100vh - 88px);
  }
  .menu-bundle > .search-form, .menu-bundle > .request-demo {
    display: none;
  }
  .menu-bundle .mobile-mini-bundle {
    display: block;
  }
  .menu-bundle .main-menu {
    font-size: 1.125rem;
  }
  .menu-bundle .main-menu li {
    display: block;
    max-width: 25rem;
    padding: 0;
  }
  .menu-bundle .main-menu li a {
    display: block;
    padding: 0.625rem 1.25rem;
  }

  .site-header--menu-open .main-menu > li > a + .sub-menu {
    overflow: hidden;
    display: none;
  }
  .site-header--menu-open .main-menu > li > a + .sub-menu a {
    font-weight: 400;
    font-size: 13px;
    padding: 10px 0 10px 35px;
  }
  .site-header--menu-open .main-menu > li.menu-item-has-children > a:after {
    content: "";
    font-family: "FontAwesome";
    color: white;
    position: absolute;
    top: 0.53125rem;
    right: 0;
    padding-left: 0.9375rem;
    border-left: none solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    pointer-events: none;
  }
  .site-header--menu-open .main-menu > li.menu-item-has-children > a.slid-down:after {
    content: "";
  }
}
.copyright-menu:before, .copyright-menu:after {
  content: " ";
  display: table;
}
.copyright-menu:after {
  clear: both;
}

.copyright-menu .menu-item {
  float: left;
  line-height: 2;
  margin-right: 1.875rem;
}
.copyright-menu .menu-item:after {
  background-color: #000000;
  content: "";
  height: 0.875rem;
  position: absolute;
  top: 50%;
  right: -1rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 0.0625rem;
}
.copyright-menu .menu-item:last-child {
  margin-right: 0;
}
.copyright-menu .menu-item:last-child:after {
  display: none;
}

.copyright-menu .menu-item a:hover {
  text-decoration: underline;
}

.main-menu {
  margin-bottom: 0;
  margin-right: 1rem;
}
.main-menu li {
  display: inline-block;
  padding: 1.25rem 0.425rem;
}
.main-menu li:before {
  display: none;
}
.main-menu a {
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: background-color, color;
  transition-timing-function: ease;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8rem;
}
.main-menu a:hover {
  color: #ffe600;
}

@media (max-width: 70.625em) {
  .main-menu {
    font-size: 1.125rem;
  }
  .main-menu > li > .sub-menu > li > .sub-menu {
    padding-left: 1.25rem;
  }
  .main-menu > li > .sub-menu > li > .sub-menu a {
    font-size: 0.875rem;
  }
}
@media (min-width: 70.6875em) {
  .main-menu {
    float: right;
    /**
     * ALL MENU-ITEMS
     */
    /**
     * ALL SUB-MENU LEVELS
     */
    /**
     * SECOND-LEVEL ONLY
     */
  }
  .main-menu li:last-child {
    padding-right: 1.25rem;
  }
  .main-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    transition: opacity 250ms, visibility 0s linear;
    visibility: visible;
  }
  .main-menu .sub-menu {
    background-color: #221f20;
    color: white;
    box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.12);
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 250ms, visibility 0s linear 250ms;
    width: 14.0625rem;
    visibility: hidden;
  }
  .main-menu .sub-menu li {
    display: block;
    padding: 0.46875rem 0.9375rem;
  }
  .main-menu .sub-menu a {
    font-weight: 400;
  }
  .main-menu .sub-menu a:after {
    content: "";
    display: block;
    height: 0.0625rem;
    background: white;
    width: 100%;
    -ms-transform: translateY(900%);
        transform: translateY(900%);
  }
  .main-menu .sub-menu li:last-child > a:after {
    display: none;
  }
  .main-menu > .menu-item > .sub-menu {
    top: 100%;
  }
  .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    left: 100%;
  }
}
.utilities-menu .menu-item {
  float: left;
  line-height: 1.875rem;
  margin-left: 1.875rem;
}

.utilities-menu .menu-item:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 0.875rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -1rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 0.0625rem;
}

.utilities-menu .menu-item:first-child:before {
  display: none;
}

/** 
 * Base styles for Wordpress Navigation Menus. 
 * Resets the default list styles for all navigation menus. 
 */
.menu,
.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  padding-bottom: inherit;
  padding-left: 0;
  position: relative;
}
.menu li:before {
  content: "";
}
.menu li li:first-child {
  padding-top: inherit;
}
.menu li li:last-child {
  padding-top: inherit;
}

/** 
 * Resets the default link styles for all navigation menus.
 * Turns all navigation links block-level elements.
 */
.menu a {
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
}
.menu a:hover {
  text-decoration: none;
}

.main-menu > .current-menu-item:after {
  content: "";
  width: 100%;
  height: 0.15625rem;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  background: #ffe600;
  display: block;
}

@media (max-width: 70.625em) {
  .main-menu > .current-menu-item:after {
    display: none;
  }
}
.navicon {
  display: inline-block;
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  z-index: 2;
  width: 3.125pxrem;
  padding: 0.3125rem;
}
.navicon__trigger {
  background: white;
  height: 0.3125pxrem;
  position: relative;
}
.navicon__trigger::after, .navicon__trigger::before {
  background: inherit;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  width: 100%;
}
.navicon__trigger::before {
  top: -0.625pxrem;
}
.navicon__trigger::after {
  bottom: -0.625pxrem;
}
.navicon__trigger--open {
  background: none;
}
.navicon__trigger--open::before {
  top: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.navicon__trigger--open::after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.navicon__trigger--open::after, .navicon__trigger--open::before {
  background: white;
}

/** Displays navicon when mobile-menu is visible */
@media (min-width: 70.6875em) {
  .navicon {
    display: none;
  }
}
.pagination {
  margin-top: -2.9375rem;
  padding: 1.875rem 0;
  background: white;
  text-align: center;
  position: relative;
  font-weight: 400;
}
.pagination a,
.pagination span {
  margin: 0.375rem;
  color: black;
  text-decoration: none;
}
.pagination .current {
  text-decoration: underline;
}

.social {
  margin: 0;
  padding: 0;
}

.social__link {
  color: white;
  font-weight: normal;
  text-decoration: none;
  width: 1.75rem;
  height: 1.75rem;
  padding-top: 0.34375rem;
  text-align: center;
}
.social__link.fb {
  background: #3b5998;
}
.social__link.g {
  background: #dd4b39;
}
.social__link.ig {
  background: #517fa4;
}
.social__link.li {
  background: #007bb6;
}
.social__link.pt {
  background: #cb2027;
}
.social__link.tw {
  background: #00aced;
}
.social__link.rss {
  background: #f26522;
}
.social__link.vm {
  background: #aad450;
}
.social__link.yt {
  background: #bb0000;
}

.social__item {
  display: inline-block;
}

.utilities-inner {
  background: #404041;
  width: 100%;
  max-width: none;
  font-size: 0.90625rem;
}
.utilities-inner > .inner {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.utilities-inner ul {
  float: right;
  margin-bottom: 0;
}
.utilities-inner ul .menu-item {
  margin: 0;
  padding: 0;
}
.utilities-inner ul .menu-item:before {
  display: none;
}
.utilities-inner ul .blog-link {
  background: #1cadd7;
  text-transform: uppercase;
  margin-left: 0.625rem;
}
.utilities-inner ul .blog-link a {
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.utilities-inner ul .blog-link a:after {
  content: "";
  font: 10px FontAwesome;
  margin-left: 5px;
}
.utilities-inner a {
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  margin: 0;
  font-size: 0.875rem;
}

.doc-flyover {
  background: white;
  padding: 1.25rem;
  position: absolute;
  bottom: 6.25rem;
  border: 0.0625rem solid #939598;
  border-radius: 2.1875rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.35);
  display: none;
}
.doc-flyover.visible-flyover {
  display: block;
}

table th,
table td {
  padding: 0.625rem 1.25rem;
  text-align: left;
  border-right: none solid rgba(0, 0, 0, 0.02);
}
table th:last-child,
table td:last-child {
  border-right: none;
}
table thead tr {
  background: #00ADD7;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03125rem;
}
table thead th {
  border-color: rgba(255, 255, 255, 0.1);
}
table tr:nth-child(even) {
  background: #fafafa;
}

.site-footer {
  color: white;
  background: #404041;
}
.site-footer .inner {
  padding: 15px 0 0;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer ul {
  display: block;
  margin-bottom: 0;
}
.site-footer ul li:before {
  display: none;
}
.site-footer ul.footer-menu {
  margin-bottom: 1.125rem;
  font-size: 12px;
}
.site-footer ul.social {
  margin: 0;
}
.site-footer ul.social li {
  padding: 6px 3px;
}
.site-footer .footer-menu li {
  border-left: 1px solid #fff;
  margin-left: 8px;
  padding-left: 8px;
  list-style: none;
  float: left;
  font-size: 10px;
  height: 11px;
  font-weight: bold;
}
.site-footer .footer-menu li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.menu-footer-menu-container {
  clear: both;
  display: table;
  margin: 0 auto;
  padding: 32px 0 23px;
}
.menu-footer-menu-container a {
  position: relative;
  top: -1px;
}

.menu-holder {
  clear: both;
  padding-top: 20px;
}
.menu-holder:before {
  content: " ";
  height: 1px;
  background: #d1d2d4;
  width: 100%;
  display: block;
}

.footer-bar {
  background: #312f30;
  padding: 0;
}
.footer-bar p {
  margin: 0;
}
.footer-bar--inner {
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 50px;
  padding-left: 0;
}
.footer-bar a {
  background-color: #ffe900;
  color: black;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  padding: 0.375rem 1.25rem;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 20px;
}

.footer--left {
  max-width: 640px;
  margin-right: 100px;
  float: left;
}

.footer--right {
  max-width: 237px;
  float: left;
}

.footer--left h4,
.footer--right h4 {
  font-size: 12px;
  line-height: 22px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.footer--left p,
.footer--right p {
  font-size: 12px;
  line-height: 16px;
  color: white;
  margin-bottom: 0;
}

.site-footer .social__item:first-child {
  padding-left: 0;
}

.site-footer .social__link {
  width: 20px;
  height: 20px;
  padding-top: 0.22rem;
  text-align: center;
  font-size: 13px !important;
}

@media (max-width: 840px) {
  .site-footer {
    padding: 20px;
  }

  .footer--left {
    margin-right: 0;
  }
}
@media (max-width: 676px) {
  .footer-bar p {
    line-height: 13px;
    height: 60px;
    padding: 12px 10px 0 20px;
    max-width: 70%;
    font-size: 11px;
  }

  .footer--left {
    display: none;
  }

  .footer--right {
    text-align: center;
    max-width: 100%;
    float: none;
    margin-top: 0;
  }

  .site-footer .inner {
    padding-top: 0;
  }

  .site-footer {
    padding-bottom: 0;
  }
}
.request-demo {
  float: right;
  margin-top: 0.625rem;
  margin-left: 1.25rem;
}
@media (max-width: 70.625em) {
  .request-demo {
    float: none;
    display: block;
    text-align: center;
    margin: 0.625rem 1.25rem;
  }
}

.blog-layer {
  margin: 0 auto;
  padding: 3.75rem;
}
.blog-layer .inner {
  width: auto;
}
.blog-layer h2 {
  text-align: center;
  font-size: 1.875rem;
  display: inline-block;
}
.blog-layer h2:after {
  content: "";
  margin: 0.9375rem auto 1.5625rem;
  display: block;
  height: 0.25rem;
  width: 60%;
  min-width: 18.75rem;
  background: #ffe600;
}
.blog-layer__title {
  text-align: center;
}
.blog-layer .more-blog:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  background-image: url(../../images/plus-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.375rem;
}
.blog-layer .blog-date {
  color: #98a4ab;
  font-weight: 600;
  font-size: 1rem;
}
.blog-layer .blog-title {
  color: black;
  font-weight: 700;
  font-size: 1.4375rem;
}

.client-wrap .btn {
  margin-top: 1.25rem;
}

.client-logos {
  padding: 0 0 16px;
  border-bottom: none solid #d1d2d4;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.client-logos h2 {
  text-align: center;
  display: inline-block;
  font-size: 26px;
  letter-spacing: normal;
  line-height: 36px;
  color: #4a4a4a;
  font-weight: normal;
}
.client-logos h2:after {
  content: "";
  margin: 15px auto;
  display: block;
  height: 1px;
  width: 60%;
  min-width: 197px;
  background: #ffe600;
}
.client-logos h4 {
  color: #98a3ab;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.client-logos .client-slider {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}
.client-logos .client-slider a {
  display: inline-block;
  margin: 0;
  padding: 0 1.875rem;
  outline: none;
  cursor: pointer;
  text-align: center;
}
.client-logos .client-slider a > div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: auto !important;
  height: 80px !important;
}
.client-logos img {
  height: 40px;
}

.three-col-title h2 {
  text-align: center;
  display: inline-block;
  font-size: 26px;
  letter-spacing: normal;
  line-height: 36px;
  color: #4a4a4a;
  font-weight: normal;
}

.three-col-title {
  text-align: center;
  margin-top: 50px;
}

.three-col-title h2:after {
  content: "";
  margin: 15px auto;
  display: block;
  height: 1px;
  width: 60%;
  min-width: 197px;
  background: #ffe600;
}

.layer__sidebar {
  max-width: 21.875rem;
  width: 100%;
}

.layer__sidebar + .layer__content {
  overflow: hidden;
}

.layer__content > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .layer__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .layer__sidebar {
    -ms-flex-order: 2;
        order: 2;
  }

  .layer__sidebar + .layer__content {
    margin-bottom: 2.5rem;
    -ms-flex-order: 1;
        order: 1;
  }
}
@media screen and (min-width: 901px) {
  .layer__content-wrapper:before, .layer__content-wrapper:after {
    content: " ";
    display: table;
  }
  .layer__content-wrapper:after {
    clear: both;
  }

  .layer__sidebar {
    float: right;
    margin-left: 3.125rem;
  }
}
.icon-row {
  overflow: visible;
  padding: 60px 0 0;
}

.col-count-2 .icon-row .inner,
.col-count-4 .icon-row .inner {
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 900px !important;
}

.col-count-2 .icon-row > div .item,
.col-count-4 .icon-row > div .item {
  max-width: 480px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}

.icon-row .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icon-row .inner > div {
  -ms-flex: 33%;
      flex: 33%;
}

.icon-row > div {
  padding: 14px 0 60px;
  max-width: 900px;
}
@media (max-width: 47.5em) {
  .icon-row > div {
    display: block;
    padding-bottom: 0;
  }
  .icon-row > div .item {
    margin: 0 auto;
    padding: 25px 2.125rem 0;
  }
  .icon-row > div .item__btn {
    margin-bottom: 3.75rem;
  }
  .icon-row > div .item:after {
    display: none;
  }
}
.icon-row > div h3 {
  text-align: center;
  font-size: 15px;
  margin: 0.37rem 0 1.125rem;
  color: black;
  text-transform: uppercase;
}
.icon-row > div h3 a {
  color: inherit;
  text-decoration: none;
}
.icon-row > div h3.document--disabled:after {
  content: "+";
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 0.78125rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid #00adca;
  vertical-align: middle;
  margin: -3px 0 0 6px;
}
.icon-row > div h3.highlight.document--disabled:after {
  content: "-";
}
.icon-row > div p {
  text-align: left !important;
  color: #4a4a4a;
  font-size: 15px;
  margin-bottom: 17px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.icon-row > div .item {
  -ms-flex: 33%;
      flex: 33%;
  max-width: 198px;
  position: relative;
  overflow: visible;
}
.icon-row > div .item.visible-lines:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #231f20;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.icon-row > div .item:last-child:after {
  display: none;
}
.icon-row > div .item__img {
  text-align: center;
}
.icon-row > div .item__img img {
  width: 80px;
  height: auto;
}
.icon-row > div .item__btn {
  text-align: left;
}
.icon-row > div .item__btn .btn {
  color: white;
  background-color: #00add7;
  padding: 0.375rem 1.25rem;
}
.icon-row > div .blog-preview a {
  color: inherit !important;
  text-decoration: none !important;
}
.icon-row > div .blog-preview strong {
  display: block;
  text-align: center;
  border-bottom: none solid #939598;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1.21875rem;
}
.icon-row > div .blog-preview__columns {
  display: -ms-flexbox;
  display: flex;
}
.icon-row > div .blog-preview__columns p,
.icon-row > div .blog-preview__columns div {
  padding-right: 0.9375rem;
}
.icon-row > div .blog-preview__columns div {
  max-width: 40%;
}
.icon-row > div .blog-preview__columns p span {
  color: #98a3ab;
  font-weight: 700;
}

@media (max-width: 47.5em) {
  .icon-row .inner > div {
    margin-top: 25px;
    -ms-flex: 50%;
        flex: 50%;
    padding: 0.625rem 1.5625rem 1.5625rem;
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  .icon-row .inner > div {
    margin-top: 25px;
    -ms-flex: 100%;
        flex: 100%;
    padding: 0.625rem 1.5625rem 1.5625rem;
  }
}
.main-wrap + .icon-row > div {
  padding-top: 0;
}

.icon-row + .icon-row {
  padding-top: 1.875rem;
}

.listing--disabled .listing-heading,
.listing--disabled .listing-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.listing--disabled .listing-heading > div:first-child,
.listing--disabled .listing-main > div:first-child {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  min-width: 9.375rem;
  text-align: center;
  padding-right: 2.5rem;
  border-right: none solid #ffe600;
  margin-right: 2.5rem;
}
.listing--disabled .listing-heading > div:first-child img,
.listing--disabled .listing-main > div:first-child img {
  display: inline-block;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.listing--disabled .listing-heading h3,
.listing--disabled .listing-main h3 {
  margin-top: 1.375rem;
  margin-bottom: 0.875rem;
  line-height: 1.25;
}
.listing--disabled:nth-child(odd) p {
  margin-bottom: 0.625rem;
  font-weight: 600;
  color: #98a4ab;
}
.listing--disabled:nth-child(odd) p span {
  text-transform: uppercase;
}
.listing--disabled:nth-child(even) {
  margin-bottom: 2.8125rem;
}
.listing--disabled:nth-child(even) a {
  text-decoration: none;
}
.listing--disabled:nth-child(even) .more-news:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  background-image: url(../../images/plus-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.375rem;
}
.listing--disabled:nth-child(even) h3 {
  line-height: 1.25;
  margin-bottom: 1.5625rem;
}
.listing--disabled:nth-child(even) .listing-text {
  padding-bottom: 2.5rem;
  border-bottom: none solid #939598;
}
@media (max-width: 47.5em) {
  .listing--disabled {
    display: block;
  }
  .listing--disabled:nth-child(even) > div:first-child {
    border-right: none;
    border-bottom: none solid #ffe600;
    margin-right: 0;
    text-align: left;
  }
  .listing--disabled:nth-child(even) > div:first-child img {
    width: 100%;
    max-width: 15.625rem;
    margin: 0 0 1.375rem;
  }
}
.listing--disabled .listing-image:empty {
  height: 6.25rem;
  background: red;
}
.listing--disabled--document .more-news:after {
  background-image: url(../../images/play-icon.png) !important;
}

.listing .listing-date {
  font-weight: bold;
  font-size: 12px !important;
  color: #9b9b9b;
  margin-bottom: 4px;
  margin-left: 25px;
}
.listing .show-for-small {
  display: none;
}
.listing .listing-main-wrap,
.listing .listing-heading-wrap,
.listing .listing-footer-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.listing .listing-link {
  margin-top: 2.1875rem;
  padding-bottom: 2.8125rem;
  border-bottom: none solid;
  margin-bottom: 2.8125rem;
  width: 100%;
}
.listing h3 {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
  margin-left: 25px;
}
.listing .listing-img,
.listing .listing-offset {
  width: 5.3125rem;
  min-width: 5.3125rem;
  text-align: center;
}
.listing .listing-content {
  position: relative;
}
.listing .listing-content p {
  color: #4a4a4a;
  font-size: 15px;
  margin-left: 25px;
  line-height: 22px;
}
.listing .listing-content:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ffe900;
  position: absolute;
}
.listing .read-more:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  background-image: url(../../images/play-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.375rem;
  white-space: nowrap;
}
@media (max-width: 47.5em) {
  .listing .listing-main-wrap,
.listing .listing-heading-wrap,
.listing .listing-footer-wrap {
    display: block;
  }
  .listing .listing-content {
    margin-left: 0;
  }
  .listing .listing-img {
    width: 100%;
    text-align: left;
  }
  .listing .listing-img img {
    max-width: 7.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  .listing .listing-heading-wrap,
.listing .listing-link {
    margin-left: 0;
  }
  .listing .show-for-big {
    display: none;
  }
  .listing .show-for-small {
    display: block;
  }
}
.listing:last-child .listing-link {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.listings-pagination {
  text-align: center;
  margin-top: -13px;
  color: #00add7;
  font-size: 15px;
  padding: 60px 0 0;
}
.listings-pagination a {
  color: #00add7;
}
.listings-pagination a,
.listings-pagination span {
  display: inline-block;
  margin: 0 0.38125rem;
}
.listings-pagination span {
  text-decoration: underline;
}

.logo-grid .inner {
  max-width: 50rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.logo-grid .inner > div {
  -ms-flex: 25%;
      flex: 25%;
  padding: 0.625rem 1.5625rem 1.5625rem;
  text-align: center;
}
@media (max-width: 47.5em) {
  .logo-grid .inner > div {
    -ms-flex: 50%;
        flex: 50%;
  }
}

.our-team .learn-more {
  white-space: nowrap;
}
.our-team .learn-more:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  background-image: url(../../images/plus-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.375rem;
}
.our-team .inner .content-block:last-child {
  border-bottom: none;
}
.our-team .people-listings-flex {
  -ms-flex-align: center;
      align-items: center;
}
.our-team .people-listings-flex > div:first-child {
  width: 160px;
  height: 200px;
}
.our-team .people-listings-flex > div:first-child:before {
  display: none;
}
.our-team .people-listings-flex > div:first-child > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
}

.report-block-layer .report-block {
  margin: 30px 0;
  display: -ms-flexbox;
  display: flex;
}
.report-block-layer .report-block.right-to-left {
  -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
}
.report-block-layer .report-block .report-block-img {
  min-width: 95px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 145px;
  width: 95px;
}
.report-block-layer .report-block .report-block-info {
  color: black;
  border-left: 1px solid #ffe900;
  padding-left: 24px;
  margin-left: 25px;
}
.report-block-layer .report-block .report-block-info p:last-child {
  margin-bottom: 0;
}
.report-block-layer .report-block .report-block-info h4 {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
}
.report-block-layer .report-block .report-block-info h5 {
  color: #7d7d7d;
  font-weight: normal;
  font-size: 15px;
}
.report-block-layer .report-block .report-block-info p {
  color: #4a4a4a;
  margin-top: 9px;
  font-size: 15px;
}
.report-block-layer .report-block .report-block-info p .more-link {
  margin-left: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #00add7;
  text-decoration: underline;
}
.report-block-layer .report-block .report-block-info p i {
  color: #00add7;
  font-size: 10px;
  position: relative;
  margin-left: 3px;
  top: -1px;
}
@media (max-width: 47.5em) {
  .report-block-layer .report-block .report-block-img > .aspect-ratio__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.testimonial-layer .testimonial-block {
  margin: 40px 0;
  background-image: url("../../images/quote.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 47px;
}
.testimonial-layer .testimonial-block > div:first-child {
  color: #4a4a4a;
  font-weight: 100;
  font-style: italic;
  padding: 15px 50px 0;
  line-height: 27px;
  text-align: center;
  font-size: 20px;
}
.testimonial-layer .testimonial-block > div:last-child {
  min-width: 25%;
  padding-top: 14px;
  font-size: 0.9375rem;
  color: #4c4e4c;
}
.testimonial-layer .testimonial-block .testimonial-logo {
  margin-bottom: 1.25rem;
  max-width: 9.375rem;
  display: block;
}
.testimonial-layer .testimonial-block .testimonial-info {
  margin-bottom: 0;
  text-align: right;
}
.testimonial-layer .testimonial-block .testimonial-info > p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
.testimonial-layer .testimonial-block .testimonial-info strong {
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 47.5em) {
  .testimonial-layer .testimonial-block {
    display: block;
  }
}

.front-page-masthead {
  background-size: cover;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  overflow: auto;
  margin-top: 4.9rem;
  position: relative;
  overflow: hidden;
  max-height: 365px;
}
.front-page-masthead .container {
  max-width: 900px;
  margin: 0 auto;
}
.front-page-masthead #bgvid {
  width: 100%;
  margin-top: 10px;
}
.front-page-masthead .time-intro {
  margin-top: 7.5rem;
  margin-bottom: 50px;
  opacity: 0;
  transition: opacity 0.5s ease;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  max-width: 35rem;
}
.front-page-masthead .time-intro h1 {
  line-height: 1.15;
  font-weight: 100;
  margin-bottom: 0.8rem;
}
.front-page-masthead .time-intro p {
  font-weight: 300;
}
.front-page-masthead .time-intro .btn--secondary {
  font-weight: bold;
  background-color: #00add7;
  font-size: 12px;
}
.front-page-masthead .time-intro .btn--video {
  background-color: #221f20;
  border: 1px solid #00add7;
}
.front-page-masthead .time-intro .btn--video:hover {
  background-color: #00add7;
}
.front-page-masthead .time-intro .btn:not(first-child) {
  margin-left: 15px;
}
.front-page-masthead .time-intro__inner {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: inline-block;
  padding: 1.75rem 2.5rem;
  border-left: 8px solid #fee600;
}
.front-page-masthead .time-intro__inner > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .front-page-masthead .time-intro {
    margin-bottom: 0;
    max-width: 60%;
    position: absolute;
    top: -82px;
    left: 18px;
  }
}
@media (max-width: 800px) {
  .front-page-masthead .time-intro {
    margin-bottom: -2.625rem;
    max-width: 100%;
  }

  .front-page-masthead .time-intro__inner {
    padding: 1.5rem 0.5rem;
  }

  .front-page-masthead .time-intro h1 {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }

  .front-page-masthead .time-intro p {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 475px) {
  .front-page-masthead .time-intro__inner {
    padding: 0.5rem;
  }
}
.fallback-masthead-image {
  display: none;
}

@media screen and (device-aspect-ratio: 40/71) {
  .front-page-masthead video {
    display: none;
  }

  .fallback-masthead-image {
    display: block;
    min-height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.masthead {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: white;
  position: relative;
  margin-top: 88px;
}
.masthead .page-title,
.masthead .page-subtitle {
  color: inherit;
}
.masthead__flex-parent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
}
.masthead__flex-child {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 28.125rem;
  padding-top: 8.125rem;
  padding-bottom: 1.875rem;
  width: 100%;
}
.masthead .inner {
  height: 230px;
}
.masthead h1 {
  background: rgba(0, 0, 0, 0.75);
  font-size: 2.1875rem;
  display: inline-block;
  padding: 1.4rem 1.25rem;
  position: absolute;
  margin-bottom: 50px;
  bottom: 0;
  font-weight: 100;
  border-left: 8px solid #fee600;
}

.tmpl-media-overview .grid {
  padding-top: 20px;
  overflow: hidden;
}
.tmpl-media-overview .grid__item {
  padding: 10px;
  margin: 0.625rem 0;
}
.tmpl-media-overview .grid__item > a {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  transition: 0.3s;
  color: black;
}
.tmpl-media-overview .grid__item > a:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.tmpl-media-overview .media-content-filter {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tmpl-media-overview .media-content-filter .media-filters {
  padding: 20px 20px 0 20px;
  background: #f4f6f9;
  border-bottom: 1px solid #999;
}
.tmpl-media-overview .media-content-filter .media-filters label {
  color: black;
  font-weight: normal;
}
.tmpl-media-overview .media-content-filter .media-filters .cat-filters li::before {
  content: "";
  left: unset;
  margin-left: unset;
  margin-right: unset;
  width: unset;
  -ms-transform: unset;
      transform: unset;
  display: unset;
}
.tmpl-media-overview .media-content-filter .media-filters .cat-filters li {
  display: inline-block;
  position: relative;
  padding-left: unset;
  bottom: 1px;
  font-size: 16px;
  color: black;
  padding-bottom: unset;
}
.tmpl-media-overview .media-content-filter .media-filters .cat-filters li > a {
  color: black;
  padding: 6px 10px 5px 10px;
}
.tmpl-media-overview .media-content-filter .media-filters .cat-filters .selected {
  border-bottom: 1px solid transparent;
  background: #fff;
  border-radius: 4px 4px 0 0;
  border: 1px solid #999;
  border-bottom: transparent;
}
.tmpl-media-overview .media-inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
}
.tmpl-media-overview .media--hero {
  max-height: 9.375rem;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tmpl-media-overview .media--hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.tmpl-media-overview .media--term {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.tmpl-media-overview .media--content {
  width: 100%;
  padding: 1.25rem;
  color: black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 0;
  padding: 1.25rem;
}
.tmpl-media-overview .media--content .date {
  color: #a7a7a7;
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
}
.tmpl-media-overview .media--content .title {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  color: black;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}
.tmpl-media-overview .media--content .more {
  display: inline-block;
}
.tmpl-media-overview .media--footer {
  width: 100%;
  padding: 1.25rem;
}
.tmpl-media-overview .media--footer .more {
  color: #00afd7;
}
.tmpl-media-overview .more__posts {
  margin: 25px 0;
  background-color: #f4f6f9;
  border-radius: 2px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.tmpl-media-overview .more__posts:hover {
  background-color: #98a4ae;
  border: 1px solid #98a4ae;
  color: #fff;
}

.news-grid {
  margin: 40px 0 80px;
}

.news__item strong {
  text-transform: uppercase;
  color: #9b9b9b;
  display: block;
  font-size: 12px;
  line-height: 12px;
}

.news__item hr {
  background-color: #d1d2d4;
  border: none;
  clear: both;
  height: 1px;
  max-width: 80px;
  margin: 0.6rem 0 0.1rem;
  text-align: left;
}

.news__item date {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: bold;
}

.news__item h4 {
  color: #00a4c3;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8rem;
  margin-top: -5px;
}

.news__item h4 a {
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}

.news-grid .news__item h4 {
  margin: 0 0 10px;
  line-height: 19px;
}

.news-grid .news__item h4 a:after {
  content: "";
  font: 10px/1 FontAwesome;
  margin: 0 0 0 5px;
}

.news__item p {
  color: #9b9b9b;
  font-size: 15px;
  margin-bottom: 12px;
}

.news__item a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #00add7;
  font-weight: bold;
  font-size: 13px;
}

.news__item .chevron {
  color: #1cadd7;
  margin-left: 0.2rem;
}

.news__item .chevron i {
  font-size: 9px;
  top: 0;
  position: relative;
}

.news-grid .inner {
  max-width: 900px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
}

.news-grid .inner > div {
  -ms-flex: 33%;
      flex: 33%;
  max-width: 33%;
  padding: 0;
}

.news__item {
  padding-right: 46px !important;
  text-align: left;
}

.news__item:last-child {
  padding-right: 0 !important;
}

@media (max-width: 47.5em) {
  .news-grid .inner > div {
    margin-top: 25px;
    -ms-flex: 50%;
        flex: 50%;
    max-width: 50%;
    padding: 0.625rem 1.5625rem 1.5625rem;
  }
}
@media (max-width: 480px) {
  .news-grid .inner > div {
    margin-top: 25px;
    -ms-flex: 100%;
        flex: 100%;
    max-width: 100%;
    text-align: left;
  }

  .news__item:last-child {
    padding-right: 46px !important;
  }
}
.breadcrumbs-container {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.7rem 0;
}

@media (max-width: 1160px) {
  .breadcrumbs {
    padding: 0 1.5rem;
  }
}
.breadcrumbs a {
  color: white;
}

.breadcrumbs i {
  margin: 0 0.5rem;
  font-size: 10px;
}

#wpadminbar {
  display: none;
}

.menu-bundle {
  padding-right: 0.8rem;
}

.yellow-above hr {
  max-width: 100%;
  height: 1px;
  background-color: #d1d2d4;
  margin: 50px 0 45px;
}

.content-block-wrap:last-child hr {
  display: none !important;
}

.home .first-div {
  padding-top: 3.5rem;
}

.listing {
  margin-bottom: 60px;
}

.listing .more-link {
  color: #00add7;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  margin-left: 6px;
}

.listing .item__btn {
  margin-left: 25px;
}

.listing p {
  margin-bottom: 18px;
}

.listing i {
  color: #00add7;
  font-size: 8px;
  position: relative;
  top: -1px;
}

.tmpl-listings .main__content {
  margin: 0 auto;
}

.video-thumb {
  min-height: 120px;
  min-width: 219px;
  max-height: 120px;
  max-width: 219px;
  background-size: cover;
  margin-right: 22px;
}

.report-block .video-thumb {
  margin-right: 0;
}

.career {
  max-width: 600px;
  margin: 0 0 60px;
}

.career h2,
.career h3 {
  font-size: 20px;
  margin-bottom: -3px;
}

.career p,
.career ul {
  color: #4a4a4a;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
}

.career ul {
  margin-top: 4px;
}

.careers {
  margin-top: 60px;
}

.careers p {
  text-align: left;
}

.careers .listing-content {
  margin-bottom: 60px;
}

.careers.listing {
  margin-bottom: 0;
}

.callouts {
  float: right;
  max-width: 240px;
  margin: 0 0 60px 42px;
}

.callouts-mobile {
  max-width: 100%;
  margin-left: 0;
}

@media (min-width: 40.0625em) {
  .callouts-mobile {
    display: none;
  }
}
.callout {
  background-color: #f0f1f1;
  padding: 33px;
  position: relative;
  z-index: 1;
}

.callout:not(:last-child) {
  margin-bottom: 19px;
}

.callout p {
  font-size: 15px;
  color: #9b9b9b;
  line-height: 22px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 11px;
}

.callout h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}

.callout h3:after {
  content: "";
  display: block;
  height: 1px;
  margin: 13.5px 0;
  width: 80px;
  background-color: #d1d2d4;
}

.callout a {
  background-color: #ffe900;
  color: black;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  padding: 0.375rem 1.25rem;
  text-transform: uppercase;
  border-radius: 2px;
}

.callout-page .main__content li,
.callout-page .main__content p {
  text-align: left;
  color: #4a4a4a;
}

.resource-links {
  margin: 10px auto 0;
  display: table;
  padding-bottom: 6px;
}

.resource-links li {
  border-left: 1px solid #9b9b9b;
  margin-left: 13px;
  padding-left: 13px;
  list-style: none;
  float: left;
  font-size: 13px;
  height: 20px;
}

.resource-links li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.resource-links li:before {
  content: "";
}

.resource-links a {
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  top: -2px;
  letter-spacing: 1px;
}

.people-block-layer .report-block {
  margin: 60px 0;
}

.report-block-info.no-image-exists,
.report-block-info.report-block-no-photo {
  margin-left: 0 !important;
}

.document-list .document h2 {
  color: black;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

.document-list .document p {
  color: #4a4a4a;
  font-size: 15px;
  margin-left: 25px;
  line-height: 22px;
  text-align: left;
}

.item__img + h3 + .item__btn {
  text-align: center !important;
}

.listings-wrapper .listing:last-child {
  margin-bottom: 0;
}

.main-wrap.logo-grid {
  padding: 60px 0;
}

@media (min-width: 760px) and (max-width: 1024px) {
  .report-block-info {
    margin-left: 8px !important;
  }

  .report-block .video-thumb {
    margin-bottom: 15px;
  }

  .col-count-2 .icon-row {
    padding: 60px 30px 0;
  }

  .separator {
    max-width: 720px;
  }
}
@media (max-width: 676px) {
  .front-page-masthead .time-intro p {
    display: none;
  }

  .front-page-masthead .time-intro {
    margin-bottom: 0;
    max-width: 100%;
    position: absolute;
    top: -95px;
    left: 8px;
  }

  .footer-bar p {
    line-height: 13px;
    height: 60px;
    padding: 12px 10px 0 20px;
    max-width: 70%;
    font-size: 11px;
  }

  .footer-bar a {
    position: absolute;
    right: 18px;
    top: 13px;
  }

  .news-grid {
    margin: 0 0 40px;
  }

  .callouts-desktop {
    display: none;
  }

  .video-thumb {
    margin: 0 auto 20px !important;
  }

  .report-block-layer .report-block .report-block-img {
    margin: 0 15px 0 0;
  }

  .separator {
    max-width: 90%;
  }

  .report-block-layer .report-block {
    display: block;
  }

  .people-block-layer .report-block .report-block-img {
    margin: 0 auto 80px;
  }

  .general-block-layer .report-block .report-block-img {
    margin: 0 auto 30px;
  }

  .report-block-layer .report-block .report-block-info {
    margin-left: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listing .listing-footer-wrap,
.listing .listing-heading-wrap,
.listing .listing-main-wrap,
.report-block-layer .report-block {
    display: block;
  }

  .video-thumb {
    margin: 0 auto 20px !important;
  }

  .people-block-layer .report-block .report-block-img {
    margin: 0 auto 80px;
  }

  .general-block-layer .report-block .report-block-img {
    margin: 0 auto 30px;
  }

  .report-block-layer .report-block .report-block-info {
    margin-left: 0;
  }
}
/*# sourceMappingURL=../maps/child-theme.css.map */
