html {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1.15;
  overflow-x: hidden;
}
body {
  color: #444;
  font-family: "Roboto", Arial;
  font-size: 16px;
  font-size: 1rem;
  font-variant-ligatures: none !important;
  margin: 0;
}
body.noscroll {
  overflow: hidden;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
.main {
  display: block;
  padding-top: 110px;
  position: relative;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
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;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
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 {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1260px;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  -moz-flex-direction: row;
  -moz-flex: 0 1 auto;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -ms-flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-flex: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 auto;
}
.container,
.row {
  height: 100%;
  position: relative;
}
.col-xs {
  -moz-flex-grow: 1;
  -ms-flex-negative: 0;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -moz-flex-grow: 0;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-0,
.col-xs-offset-0 {
  -moz-flex-grow: 0;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.center-xs {
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.middle-xs {
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.slinky-menu {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  background: #fff;
  overflow: hidden;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.slinky-menu > ul {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  left: 0;
  position: relative;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.slinky-menu li,
.slinky-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.slinky-menu ul {
  width: 100%;
  border-bottom: 1px solid #979797;
}
.slinky-menu ul li {
  border-top: 1px solid #979797;
}
.slinky-menu a {
  border: none;
  color: #003e51;
  display: block;
  padding: 20px 30px;
  text-align: left;
  text-transform: uppercase;
}
.slinky-menu a:hover {
  text-decoration: none;
}
.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.slinky-menu li ul li a {
  font-family: "Roboto", Arial;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
}
.slinky-menu .header {
  background: #008eaa;
  position: relative;
}
.slinky-menu h2 ~ a.back {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slinky-menu h2 {
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 1em;
  text-align: left;
}
.slinky-menu .header h2 {
  margin-left: 40px;
  position: relative;
  text-transform: uppercase;
  top: 3px;
}
.slinky-menu li {
  line-height: 1;
}
.slinky-menu a.next:after {
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: normal;
  content: "\f138";
  float: right;
  font-family: FontAwesome;
  font-size: 1.125rem;
  font-size: 18px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  margin-left: 1em;
  padding-left: 8px;
  text-rendering: auto;
}
.slinky-menu a.back {
  font-size: 0;
}
.slinky-menu a.back:before {
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: normal;
  color: #fff;
  content: "\f137";
  float: left;
  font-family: FontAwesome;
  font-size: 1.125rem;
  font-size: 18px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  margin-right: 1em;
  margin-top: -2px;
  margin-top: 0px;
  padding-left: 0;
  padding-left: 8px;
  position: relative;
  text-rendering: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  font-family: "Roboto", Arial;
  letter-spacing: 0.25px;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.h1 {
  font-size: 3.5rem;
  font-size: 56px;
}
.h2 {
  font-size: 2.625rem;
  font-size: 42px;
}
.h3 {
  font-size: 2.25rem;
  font-size: 36px;
}
.h4 {
  font-size: 1.875rem;
  font-size: 30px;
}
.h5 {
  font-size: 1.5rem;
  font-size: 24px;
}
.h6 {
  font-size: 1.25rem;
  font-size: 20px;
}
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  padding: 0;
}
p.center {
  text-align: center;
}
ul {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul li {
  margin-bottom: 10px;
}
ol {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 30px;
  padding-left: 20px;
}
ol li {
  margin-bottom: 10px;
}
a {
  color: #5c7b21;
  text-decoration: none;
  font-weight: bold !important;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a.small {
  font-size: 14px;
  font-size: 0.875rem;
}
a.arrow {
  -webkit-transition: all 0.2s ease-out;
  color: #5e5e5e;
  padding-left: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}
a.arrow:after {
  -webkit-font-smoothing: antialiased;
  color: #5c7b21;
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: 900;
  padding-left: 8px;
  text-rendering: auto;
}
a.arrow:hover,
a.arrow:focus {
  padding-left: 5px;
}
a.more {
  -webkit-transition: all 0.2s ease-out;
  color: #003e51;
  padding-bottom: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}
a.more:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 15px;
  height: 1px;
  background: #5c7b21;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.more:hover:after,
a.more:focus:after {
  width: 100%;
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.hidden {
  display: none;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
#logo-trees {
  bottom: 15px;
  height: 80px;
  left: 10px;
  position: absolute;
}
#logo-columbia {
  bottom: 16px;
  height: 50px;
  left: 85px;
  position: absolute;
}
section:not(.elementor-section) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
}
section.padt_40 {
  padding-top: 40px;
}
section.padt_60 {
  padding-top: 60px;
}
section.padb_40 {
  padding-bottom: 40px;
}
section.padb_60 {
  padding-bottom: 60px;
}
section.gray_bg {
  background: #fafbfc;
}
section.green_bg {
  background: #5c7b21;
}
section.blue_bg {
  background: #008eaa;
}
button.prev-slide-arrow {
  background: none;
  border: 0;
  cursor: pointer;
  height: 23px;
  margin: 0;
  padding: 0;
  width: 13px;
}
button.next-slide-arrow {
  background: none;
  border: 0;
  cursor: pointer;
  height: 23px;
  margin: 0;
  padding: 0;
  width: 13px;
}
button.prev-slide-arrow.slick-disabled,
button.next-slide-arrow.slick-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slider-controls {
  margin-top: 30px;
}
.slider-controls ul {
  margin: 0 0 0 10px;
  padding: 0 10px;
  list-style: none;
}
.slider-controls ul li {
  display: inline-block;
  margin: 0 5px;
}
.slider-controls ul li button {
  background: none;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}
.slider-controls ul li button img {
  height: 16px;
}
.slider-controls ul li.dots-controls {
  margin: 0;
}
.slider-controls ul.custom-dots {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  position: relative;
  width: 100%;
  text-align: center;
}
.slider-controls ul.custom-dots li {
  margin: 0 3px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  width: 16px;
  height: 16px;
}
.slider-controls ul.custom-dots li:first-child {
  margin-left: 0;
}
.slider-controls ul.custom-dots li:last-child {
  margin-right: 0;
}
.slider-controls ul.custom-dots button.dot {
  display: block;
  width: 16px !important;
  height: 16px !important;
  text-decoration: none;
  background-color: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
}
.slider-controls ul.custom-dots button.dot .string {
  position: absolute;
  left: -99999px;
  line-height: 0;
  opacity: 0;
}
.slider-controls ul.custom-dots .slick-active button.dot {
  background: #fff;
}
.slider-controls ul.custom-dots .dot:hover:after,
.slider-controls ul.custom-dots .custom-dots .slick-active .dot:hover:after {
  content: url("/images/aspot/dot-on.png");
  width: 16px;
  height: 16px;
  position: abosolute;
  top: 0;
  left: 0;
}
.btn,
button.btn,
input[type="submit"] {
  font-family: "Roboto", Arial;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 17px 30px 15px 30px;
  text-decoration: none !important;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  letter-spacing: 1px;
}
.btn span,
button.btn span,
input[type="submit"] span {
  text-transform: none;
}
.btn.primary_green,
button.btn.primary_green,
.elementor-button.elementor-size-sm,
input[type="submit"].primary_green {
  background: #5c7b21;
  border-radius: 0 !important;
  color: #fff;
}
.elementor-button:disabled,
.elementor-button:disabled:hover {
  background-color: #bbb !important;
}
.btn.primary_green:hover,
.btn.primary_green:focus,
button.btn.primary_green:hover,
button.btn.primary_green:focus,
.elementor-button.elementor-size-sm:hover,
.elementor-button.elementor-size-sm:focus,
input[type="submit"].primary_green:hover,
input[type="submit"].primary_green:focus {
  text-decoration: underline !important;
  outline: none;
  background-color: #5c7b21 !important;
}
.btn.primary_green.active:not(.login),
button.btn.primary_green.active:not(.login),
input[type="submit"].primary_green.active {
  background: #516601;
}
.btn.primary_blue,
button.btn.primary_blue,
input[type="submit"].primary_blue {
  background: #008eaa;
  color: #fff;
}
.btn.primary_blue:hover,
.btn.primary_blue:focus,
button.btn.primary_blue:hover,
button.btn.primary_blue:focus,
input[type="submit"].primary_blue:hover,
input[type="submit"].primary_blue:focus {
  background: #00b9de;
}
.btn.primary_blue.active,
button.btn.primary_blue.active,
input[type="submit"].primary_blue.active {
  background: #006478;
}
.btn.secondary_green,
button.btn.secondary_green,
input[type="submit"].secondary_green {
  background: #fff;
  border: 2px solid #5c7b21;
  color: #5c7b21 !important;
  padding-top: 15px;
  padding-bottom: 13px;
}
.btn.secondary_green:hover,
.btn.secondary_green:focus,
button.btn.secondary_green:hover,
button.btn.secondary_green:focus,
input[type="submit"].secondary_green:hover,
input[type="submit"].secondary_green:focus {
  outline: none;
  border-color: #008eaa;
  color: #008eaa !important;
}
.btn.secondary_green.inverted:hover,
.btn.secondary_green.inverted:focus,
button.btn.secondary_green.inverted:hover,
button.btn.secondary_green.inverted:focus,
input[type="submit"].secondary_green.inverted:hover,
input[type="submit"].secondary_green.inverted:focus {
  outline: none;
  border-color: #5c7b21 !important;
  background: #5c7b21;
  color: #fff !important;
}
.btn.secondary_green.active,
button.btn.secondary_green.active,
input[type="submit"].secondary_green.active {
  border: 2px solid #516601;
}
.btn.secondary_blue,
button.btn.secondary_blue,
input[type="submit"].secondary_blue {
  background: #fff;
  border: 2px solid #008eaa;
  color: #008eaa;
  padding-top: 15px;
  padding-bottom: 13px;
}
.btn.secondary_blue:hover,
.btn.secondary_blue:focus,
button.btn.secondary_blue:hover,
button.btn.secondary_blue:focus,
input[type="submit"].secondary_blue:hover,
input[type="submit"].secondary_blue:focus {
  border: 2px solid #00b9de;
  background: rgba(0, 142, 170, 0.1);
}
.btn.secondary_blue.active,
button.btn.secondary_blue.active,
input[type="submit"].secondary_blue.active {
  border: 2px solid #006478;
}
.btn.secondary_white,
button.btn.secondary_white,
input[type="submit"].secondary_white {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 13px;
}
.btn.secondary_white:hover,
.btn.secondary_white:focus,
button.btn.secondary_white:hover,
button.btn.secondary_white:focus,
input[type="submit"].secondary_white:hover,
input[type="submit"].secondary_white:focus {
  outline: none;
  background: #fff;
  color: #5c7b21;
}
.btn.secondary_white.active,
button.btn.secondary_white.active,
input[type="submit"].secondary_white.active {
  background: rgba(255, 255, 255, 0.1);
}
.btn.mr_20,
button.btn.mr_20,
input[type="submit"].mr_20 {
  margin-right: 20px;
}
.btn.ml_20,
button.btn.ml_20,
input[type="submit"].ml_20 {
  margin-left: 20px;
}
.btn.mt_20,
button.btn.mt_20,
input[type="submit"].mt_20 {
  margin-top: 20px;
}
.btn.mb_20,
button.btn.mb_20,
input[type="submit"].mb_20 {
  margin-bottom: 20px;
}
button.btn {
  border: 0;
}
.eyebrow {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto", Arial;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 30px;
  background-image: url("images/icon_waves-yellow.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 30px;
}
.eyebrow span {
  text-transform: none;
}
.eyebrow.center {
  background-position: center bottom;
}
.intro {
  margin-bottom: 40px;
}
select {
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  border: 1px solid lightgray;
  border-radius: 0px;
  padding: 8px 5px;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 10px;
}
select::-ms-expand {
  display: none;
}
select:hover {
  cursor: pointer;
}
select.alignLeft {
  width: 400px;
}
select.error {
  padding-left: 7px;
}
.slick-dots {
  position: absolute;
  bottom: -75px;
  z-index: 10;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slick-dots li button {
  width: inherit;
  height: inherit;
  border: 0;
  background: #adadaf;
}
.slick-dots li.slick-active button {
  background: #008eaa;
}
.slick-arrow {
  border: 1px solid red;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slick-arrow.slick-disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.slick-prev {
  border: 0;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -20px;
  background: url("images/icon-slider-arrow.svg") no-repeat;
  font-size: 0;
  width: 25px;
  height: 45px;
  z-index: 10;
}
.slick-next {
  border: 0;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -20px;
  background: url("images/icon-slider-arrow.svg") no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 0;
  width: 25px;
  height: 45px;
  z-index: 10;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  height: 110px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 500;
}
header .logo {
  max-width: 180px;
}
header .logo a {
  display: block;
  height: 50px;
  width: 200px;
}
header.header_scrolled {
  top: -45px;
}
header.header_scrolled .logo {
  max-width: 125px;
  margin-top: 40px;
}
header.header_scrolled .desktop_menu {
  padding-top: 0;
}
header.header_scrolled #all_menu_container {
  padding-top: 20px;
}
footer .site_footer {
  background: #003e51;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 100;
}
footer .site_footer .col-xs {
  padding-right: 20px;
}
footer .site_footer h2 {
  font-size: 1.05em;
  margin: 0 0 15px 0;
  color: #fff;
}
footer .site_footer p {
  font-size: 14px;
  font-size: 0.9rem;
  color: #fff;
  font-family: "Roboto", Arial;
}
footer .site_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .site_footer ul li {
  margin-bottom: 10px;
}
footer .site_footer ul li a,
footer .site_footer a {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: "Roboto", Arial;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
footer .site_footer-bottom a {
  color: #fff;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
footer .site_footer-bottom a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;  
}
footer .site_footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}
footer .site_footer-bottom ul li {
  padding-left: 20px;
}
footer .site_footer-bottom ul li a {
  text-decoration: none !important;
}
footer .site_footer-bottom ul li a:after {
  display: none;
}
footer .site_footer-bottom [class*="col-"]:last-of-type {
  text-align: right;
}
footer ul.social_follow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 20px;
}
footer ul.social_follow li {
  margin-right: 10px;
}
footer ul.social_follow li a {
  display: block;
  width: 28px;
  height: 28px;
}
footer .site_copyright {
  background: #00758b;
  padding: 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-family: "Roboto", Arial;
  position: relative;
  z-index: 100;
}
footer .site_copyright [class*="col-"]:last-of-type {
  text-align: right;
}
footer .site_copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .site_copyright ul li {
  position: relative;
  padding-right: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}
footer .site_copyright ul li:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 16px;
  top: 2px;
}
footer .site_copyright ul li:last-child:after {
  display: none;
}
footer .site_copyright ul li a {
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
footer .site_copyright ul li a:hover,
footer .site_copyright ul li a:focus {
  text-decoration: underline;
}
footer h2 a {
  color: white;
  font-size: 18px;
}
.desktop_menu {
  padding-top: 20px;
}
ul.menu_switcher {
  margin: 0;
  padding-left: 15px;
  padding-bottom: 9px;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.menu_switcher li {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #003e51;
  font-family: "Roboto", Arial;
  margin-right: 35px;
  border-bottom: 5px solid transparent;
  padding-bottom: 9px;
}
ul.menu_switcher li a {
  font-weight: bold;
  color: #222;
}
ul.menu_switcher li a:hover {
  text-decoration: none;
}
ul.menu_switcher li.current_menu {
  font-family: "Roboto", Arial;
  border-bottom: 5px solid #008eaa;
}
nav {
  position: relative;
  z-index: 300;
}
nav .nav-menu {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
  z-index: 15;
  text-align: left;
  font-size: 0;
}
nav .nav-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 30px 0 0;
}
nav .nav-item > a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 38px;
  font-size: 16px;
  font-family: "Roboto", Arial;
  line-height: 1.2em;
  color: #222;
  text-decoration: none;
  border-bottom: 6px solid transparent;
  cursor: pointer;
}
nav .nav-item > a span {
  display: block;
}
nav .nav-item > a.open,
nav .nav-item > a:focus,
nav .nav-item > a:hover {
  cursor: pointer;
  border-bottom: 6px solid #008eaa !important;
}
nav .nav-item > a.open {
  background-color: #fff;
  border-bottom: none;
  z-index: 1;
}
nav .sub-nav {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  margin-top: 0px;
  width: 100%;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #ddd;
}
nav .sub-nav.cols-3 {
  width: 774px;
  left: 125px;
}
nav .sub-nav.cols-3 .sub-nav-group .sub-nav-group-col,
nav .sub-nav.cols-3 .sub-nav-group .sub-nav-group-promo-col {
  width: 33% !important;
}
nav .sub-nav.cols-2 {
  width: 536px;
  left: 250px;
}
nav .sub-nav.cols-2 .sub-nav-group .sub-nav-group-col,
nav .sub-nav.cols-2 .sub-nav-group .sub-nav-group-promo-col {
  width: 50% !important;
}
nav .sub-nav .sub-nav-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}
nav .sub-nav .sub-nav-group .sub-nav-group-col,
nav .sub-nav .sub-nav-group .sub-nav-group-promo-col {
  width: 25%;
  min-height: 200px;
  padding: 0 30px;
}
nav .sub-nav .sub-nav-group ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav .sub-nav .sub-nav-group ul li {
  margin-bottom: 8px;
}
nav .sub-nav .sub-nav-group ul li h2 {
  margin: 0;
}
nav .sub-nav .sub-nav-group ul li a {
  font-size: 16px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4em;
  color: #444;
  display: inline-block;
  font-family: "Roboto", Arial;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
nav .sub-nav .sub-nav-group ul li a span {
  text-transform: none;
}
nav .sub-nav .sub-nav-group ul li a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid transparent;
}
nav .sub-nav .sub-nav-group ul li a:hover:after,
nav .sub-nav .sub-nav-group ul li a:focus:after {
  border-bottom: 1px solid #a2cc01;
}
nav .sub-nav .sub-nav-group ul li ul {
  padding-top: 10px;
}
nav .sub-nav .sub-nav-group ul li ul li a {
  font-weight: normal;
  font-family: "Roboto", Arial;
  text-transform: none;
}
nav .sub-nav .sub-nav-group ul li ul li a:hover {
  text-decoration: underline;
}
nav .sub-nav .sub-nav-group ul li ul li a:hover:after,
nav .sub-nav .sub-nav-group ul li ul li a:focus:after {
  border-bottom: none;
}
nav .sub-nav .sub-nav-group .sub-nav-group-promo-col {
  border-left: 1px solid #979797;
}
nav .sub-nav .sub-nav-group .sub-nav-group-promo-col.no_border {
  border-left: 0;
}
nav .sub-nav .sub-nav-group .menu_promo {
  width: 100%;
  height: 100%;
}
nav .sub-nav .sub-nav-group .menu_promo .menu_promo-image {
  width: 100%;
  display: flex;
  align-items: center;
  height: 140px;
  margin-bottom: 10px;
}
nav .sub-nav .sub-nav-group .menu_promo .menu_promo-image img {
  width: 100%;
}
nav .sub-nav .sub-nav-group .menu_promo .menu_promo-content h2 {
  font-family: "Roboto", Arial;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
nav .sub-nav .sub-nav-group .menu_promo .menu_promo-content p {
  font-family: "Roboto", Arial;
  font-size: 16px;
  font-size: 1rem;
}
nav .sub-nav .sub-nav-footer {
  border-top: 1px solid #979797;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
}
nav .sub-nav .sub-nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav .sub-nav .sub-nav-footer ul li {
  padding-left: 10px;
  margin-bottom: 0;
}
nav .sub-nav .sub-nav-footer ul li:first-child {
  padding-left: 0;
}
nav .sub-nav .sub-nav-footer ul li:first-child h2 {
  font-weight: bold;
  font-size: 1rem;
  text-transform: capitalize;
}
nav .sub-nav .sub-nav-footer ul li a {
  color: #5e5e5e;
  position: relative;
  padding-right: 14px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
}
nav .sub-nav .sub-nav-footer ul li a:after {
  content: "";
  border-right: 1px solid #999;
  height: 16px;
  position: absolute;
  right: 0;
  top: 2px;
}
nav .sub-nav .sub-nav-footer ul li:last-child a:after {
  display: none;
}
nav .sub-nav a.arrow {
  font-weight: bold;
  color: #5e5e5e;
}
nav .sub-nav.open {
  display: block;
}
.menu-toggle-button {
  background: none;
  border: none;
}
.menu-toggle-button i {
  color: #000;
  font-size: 12px;
}
.mobile_nav {
  position: absolute;
  top: 32px;
  right: 26px;
  z-index: 500;
  display: none;
}
.mobile_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile_nav ul li {
  padding-left: 15px;
}
nav.menu {
  width: 52px;
  height: 42px;
  padding: 10px;
  display: block;
}
nav.menu .mobileMenuBtn {
  width: 30px;
  height: 19px;
  position: relative;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
nav.menu .mobileMenuBtn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #003e51;
  opacity: 1;
  left: 0;
  border-radius: 20px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.menu .mobileMenuBtn span:nth-child(1) {
  top: 0;
}
nav.menu .mobileMenuBtn span:nth-child(2),
nav.menu .mobileMenuBtn span:nth-child(3) {
  top: 8px;
}
nav.menu .mobileMenuBtn span:nth-child(4) {
  top: 16px;
}
nav.menu .mobileMenuBtn.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
nav.menu .mobileMenuBtn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.menu .mobileMenuBtn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.menu .mobileMenuBtn.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.menu-event-summary {
  margin: 20px 0;
}
#mobileMenu {
  background: #fff;
  display: none;
  position: fixed;
  top: 110px;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
}
#mobileMenu .mobile-scroll {
  overflow-y: scroll;
}
#mobileMenu .mobile_menu_tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #cfcfcf;
}
#mobileMenu .mobile_menu_tabs ul li {
  width: 50%;
  margin: 0;
  padding: 0;
}
#mobileMenu .mobile_menu_tabs ul li button {
  border: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #f2f2f2;
  font-family: "Roboto", Arial;
  font-size: 18px;
  font-size: 1.125rem;
  color: #003e51;
  text-transform: uppercase;
}
#mobileMenu .mobile_menu_tabs ul li button.current_mm_tab {
  background: #fff;
  font-family: "Roboto", Arial;
  color: #003e51;
}
#mobileMenu .mobile_login {
  padding: 20px;
  text-align: center;
}
#mobileMenu .mobile_login .btn {
  width: 100%;
}
#mobileMenu .mobile_referral_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
#mobile_search_panel {
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  display: none;
}
#mobile_search_panel.search_active {
  display: block;
}
#mobile_search_panel input[type="text"]#txtBottomSearch {
  margin: 0;
  padding: 0;
  width: calc(100% - 40px);
  height: 40px;
  background-image: url("images/icon-search-white.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 50px;
  border: 0;
  margin: 10px 20px;
}
.toolbar {
  width: 50%;
  position: absolute;
  top: 15px;
  right: 0;
}
.toolbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.toolbar ul li {
  position: relative;
}
.toolbar ul li:not(:first-child) {
  position: relative;
  top: 3px;
}
.toolbar ul li:last-child {
  padding-right: 0;
}
.toolbar ul li:first-child {
  padding-left: 0;
}
.toolbar ul li:first-child:before {
  display: none;
}
.toolbar ul li a {
  color: #404040;
  font-family: "Roboto", Arial;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 14px;
  padding-right: 15px;
}
.toolbar ul li > span {
  border-left: 1px solid #bbb;
  transition: all 0.2s ease-out;
  display: block;
}
.toolbar ul li.white-border > a {
  border-left: 1px solid #fff !important;
}
.toolbar .searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -10px;
}
.toolbar .searchbar .search-overflow {
  position: relative;
}
.toolbar .searchbar .search-drawer {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.toolbar .searchbar .search-drawer.search-drawer-open {
  width: 325px;
}
.toolbar .searchbar .search-drawer.search-drawer-open label {
  color: #003e51;
}
.toolbar .searchbar label {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px 4px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.toolbar .searchbar button.searchBtn {
  color: red;
}
.toolbar .searchbar .js-search-btn {
  background-color: #fff;
  background-image: url("/wp-content/themes/ccu/images/icon-search-gray.svg");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  border: 0;
  color: #5c7b21;
  font-size: 0;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  padding: 0;
  height: 40px;
  width: 40px;
  min-width: 40px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-active {
  display: none;
}
.proloading {
  display: none !important;
}
.promagnifier {
  width: 40px !important;
  height: 40px !important;
}
.post-listing {
  padding-bottom: 0;
}
.post-listing .post {
  margin-bottom: 80px;
}
.post-listing .post_image {
  width: 100%;
  height: 250px;
  background-color: #f5f5f5;
  margin-bottom: 25px;
}
.post-listing .post_image a {
  display: block;
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.post-listing .post_image img {
  position: absolute;
  bottom: 0;
}
.post-listing .post h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.post-listing .post ul {
  list-style: none;
  padding-left: 0;
}
.post-listing .post strong {
  font-weight: bold;
}
.post-listing .load-more_btn-container {
  text-align: center;
  padding-bottom: 40px;
}
.post-listing .divider {
  width: calc(100vw);
  margin-left: calc(50% - 50vw);
}
.blog-article {
  padding: 50px;
  max-width: 800px;
  margin: 0 auto;
  color: #5e5e5e;
}
.blog-article > h1 {
  font-size: 30px;
}
.blog-article h1,
.blog-article h2,
.blog-article h3,
.blog-article h4,
.blog-article h5 {
  color: #000;
}
.blog-timestamp {
  margin-top: -10px;
  margin-bottom: 30px;
  color: #000;
}
.read-more {
  text-transform: uppercase;
  white-space: nowrap;
  color: #5e5e5e;
  cursor: pointer;
  font-weight: bold;
}
.read-more .fa {
  color: #5c7b21;
}
#ajaxsearchlite1 .probox {
  height: 40px;
  background: #fff;
}
.proinput {
  padding: 0 !important;
  margin: 0 0 0 15px !important;
}
#ajaxsearchlite1 .probox .proinput input[type="search"] {
  width: 250px;
  height: 34px;
  border: 1px solid #dddbda !important;
  border-radius: 0;
  position: relative;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  padding: 2px 8px 2px 10px !important;
  color: #003e51 !important;
}
#ajaxsearchliteres1 {
  background: #fff !important;
  width: 500px !important;
  border: 1px solid #bbbdba;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
div.asl_r span.highlighted {
  color: #799a3d !important;
}
div.asl_r .results .item.hovered {
  background: #f6f8fa !important;
}
div.asl_r.vertical .results .asl_spacer {
  height: 1px !important;
}
div.asl_r.vertical .results .asl_spacer:last-child {
  display: none !important;
}
#ajaxsearchlite2 .probox {
  background: #fff;
  height: 60px;
}
#ajaxsearchlite2 .promagnifier {
  background: #799a3d;
  width: 60px !important;
  height: 60px !important;
}
#ajaxsearchlite2 .probox .proinput input[type="search"] {
  height: 60px;
  color: #333 !important;
  font-size: 1.5em !important;
}
#ajaxsearchliteres2 {
  background: #fff !important;
  border-bottom: 1px solid #bbbdba;
  border-top: 1px solid #bbbdba;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-top: -10px;
}
.olb_login {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: auto;
  text-align: right;
  z-index: 500;
}
.olb_login button.login {
  width: 140px;
  min-width: unset;
}
.olb_login .olb_panel {
  border-top: 5px solid #5c7b21;
  background: #fff;
  width: 300px;
  position: absolute;
  right: 0;
  top: 50px;
  padding: 25px 20px 0 20px;
  text-align: left;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}
.olb_login .olb_panel.olb_panel-open {
  display: block;
}
.olb_login .olb_panel h6 {
  font-size: 18px;
  font-family: "Roboto", Arial;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  color: #000;
}
.olb_login .olb_panel label {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}
.olb_login .olb_panel input[type="text"],
.olb_login .olb_panel input[type="password"] {
  width: 100%;
  height: 40px;
  border: 0;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
  margin-bottom: 25px;
  text-indent: 5px;
  color: #333;
}
.olb_login .olb_panel input[type="submit"] {
  cursor: pointer;
  width: 100%;
}
.olb_login .olb_panel .olb_meta {
  padding-top: 10px;
}
.olb_login .olb_panel .olb_meta ul {
  list-style: none;
  padding-left: 0;
}
.olb_login .olb_panel .olb_meta ul li {
  margin-bottom: 10px;
  list-style: none;
}
.olb_login .olb_panel .olb_meta ul li a {
  color: #003e51;
}
.hero {
  height: 640px;
  width: 100%;
  position: relative;
}
.hero .hero_image_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .hero_message h1 {
  color: #fff;
}
.hero .hero_message p {
  color: #fff;
  font-family: "Roboto", Arial;
  font-size: 20px;
  font-size: 1.25rem;
}
.hero .hero_message .btn {
  margin-right: 15px;
}
.hero.sub {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hero.sub h1 {
  font-size: 50px;
  font-size: 3.125rem;
}
.hero.sub h1,
.hero.sub p {
  color: #003e51;
}
.hero.sub .hero_image {
  width: 400px;
  height: 400px;
  margin: 40px auto;
  overflow: hidden;
}
.promo {
  position: relative;
}
.promo .promo_image_bg {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.promo .promo_content {
  background: rgba(255, 255, 255, 0.95);
  padding: 130px 60px;
}
.promo p {
  color: #003e51;
  font-family: "Roboto", Arial;
}
.promo .cta_wrap {
  display: block;
  margin-top: 40px;
}
.promo .cta_wrap a {
  margin-bottom: 10px;
  margin-right: 20px;
}
.promo .cta_wrap a:last-of-type {
  margin-right: 0;
}
.message-module {
  padding: 80px 0;
}
.message-module h1 {
  color: #fff;
}
.message-module p {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Roboto", Arial;
  color: #fff;
  margin-bottom: 40px;
}
.pitch_content {
  text-align: left;
}
.pitch_graphic {
  width: 400px;
  height: 400px;
  position: relative;
  margin: 0 auto;
}
.pitch_graphic-image {
  overflow: hidden;
}
.pitch_graphic-image img {
  position: absolute;
  width: auto;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.flexible-module p {
  font-family: "Roboto", Arial;
}
.flexible-module .cta_bar a {
  margin-right: 20px;
}
.flexible-module blockquote {
  padding: 70px 100px 60px 100px;
  margin: 0;
}
.flexible-module blockquote .quote {
  position: relative;
  text-align: center;
}
.flexible-module blockquote .quote p {
  font-family: "Roboto", Arial;
  color: #003e51;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3em;
}
.flexible-module blockquote .quote:before {
  content: "";
  position: absolute;
  width: 69px;
  height: 56px;
  top: -50px;
  left: -80px;
  background: url("images/icon_quote_top-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.flexible-module blockquote .quote:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 37px;
  bottom: -50px;
  right: -60px;
  background: url("images/icon_quote_bottom-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.flexible-module cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  margin-top: 30px;
}
.flexible-module cite .avatar {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.flexible-module cite .avatar img {
  display: inline-block;
}
.flexible-module cite .name {
  padding-left: 20px;
  color: #404040;
  font-family: "Roboto", Arial;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
}
.flexible-module cite .name span {
  display: block;
  color: #008eaa;
  margin-bottom: 6px;
}
.awards {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.awards .awards_slider {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
}
.awards .award_slide a {
  display: flex;
  padding: 20px;
  height: 200px;
  align-items: center;
  justify-content: center;
}
.awards .award_slide a:focus {
  outline: none;
}
.awards .award_slide a img {
  filter: grayscale(100%);
  max-height: 100%;
  margin: 0 auto;
  flex: 0 0 auto;
  display: block;
}
.quotes {
  padding: 80px 0;
}
.quotes .quote {
  background: #fff;
  border: 2px solid #333;
  position: relative;
}
.quotes .quote .quote-slider {
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quotes blockquote {
  padding: 80px 90px 85px 170px;
  position: relative;
  margin: 0;
}
.quotes blockquote p {
  color: #5e5e5e;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto", Arial;
}
.quotes blockquote:before,
.quotes blockquote:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.quotes blockquote:before {
  width: 69px;
  height: 56px;
  background-image: url("images/icon_quote_top-blue.svg");
  top: 40px;
  left: 90px;
}
.quotes blockquote:after {
  width: 46px;
  height: 37px;
  background-image: url("images/icon_quote_bottom-blue.svg");
  bottom: 65px;
  right: 40px;
}
.quotes .cite .quote-nav-thumbnails .slick-track {
  width: 100% !important;
  position: relative;
  -webkit-transform: none !important;
  transform: none !important;
}
.quotes .cite .quote-nav-thumbnails .slick-dots {
  display: none;
}
.quotes .cite .quote-nav-thumbnails .thumbnail {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.quotes .cite .quote-nav-thumbnails .thumbnail:focus {
  outline: none;
}
.quotes .cite .quote-nav-thumbnails .thumbnail.slick-current:before,
.quotes .cite .quote-nav-thumbnails .thumbnail.slick-current:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-width: 40px;
  border-style: solid;
  top: 5px;
}
.quotes .cite .quote-nav-thumbnails .thumbnail.slick-current:before {
  left: 0;
  border-color: transparent transparent transparent #333;
}
.quotes .cite .quote-nav-thumbnails .thumbnail.slick-current:after {
  left: -2px;
  border-color: transparent transparent transparent #fff;
}
.quotes .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100% !important;
  padding-left: 105px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.quotes .thumbnail .photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.quotes .thumbnail .photo img {
  width: 100%;
  max-width: 100%;
}
.quotes .thumbnail .name {
  padding-left: 20px;
  text-transform: uppercase;
  font-family: "Roboto", Arial;
  color: #404040;
}
.quotes .thumbnail .name span {
  color: #008eaa;
  display: block;
  margin-bottom: 5px;
}
.tab_slider {
  padding-top: 20px;
}
.tab_slider .tab_slider_tabs {
  position: relative;
  z-index: 10;
}
.tab_slider .tab_slides {
  text-align: center;
}
.tab_slider .tab_slides .slick-track {
  padding-bottom: 4px;
  position: relative;
}
.tab_slider .tab_slides .tab_slides-tab {
  height: 178px;
  cursor: pointer;
  position: relative;
  margin-bottom: -4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tab_slider .tab_slides .tab_slides-tab:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  bottom: 0;
  left: 0;
}
.tab_slider .tab_slides .tab_slides-tab .slide_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab_slider .tab_slides .tab_slides-tab .slide_icon img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 60px;
  width: auto;
}
.tab_slider .tab_slides .tab_slides-tab .slide_title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", Arial;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}
.tab_slider .tab_slides .tab_slides-tab .slide_title span {
  text-transform: none;
}
.tab_slider .tab_slides .tab_slides-tab.slick-current {
  padding-bottom: 40px;
}
.tab_slider .tab_slides .tab_slides-tab.slick-current:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #008eaa;
  bottom: 0;
  left: 0;
}
.tab_slider .tab_slides .tab_slides-tab.slick-current .slide_icon img {
  height: 80px;
  width: auto;
}
.tab_slider .tab_slides .tab_slides-tab.slick-current .slide_title {
  font-size: 16px;
  font-size: 1rem;
}
.tab_slider
  .tab_slides
  .tab_slides-tab:not(.slick-current):hover
  .slide_icon
  img {
  height: 70px;
  width: auto;
}
.tab_slider .tab_slides .tab_slides-tab:not(.slick-current):hover .slide_title {
  font-size: 15px;
  font-size: 1rem;
}
.tab_slider .tab_slides .tab_slides-tab.slick-active {
  outline: none;
}
.tab_slider .tab_slider_content {
  border-top: 1px solid #979797;
  margin-top: -5px;
  padding: 100px 0 0 0;
  background: url("images/tabs_shadow.png") top center no-repeat;
}
.sidebar {
  max-width: 400px;
}
.sidebar .text-center {
  text-align: center;
  margin-bottom: 10px;
}
.sidebar h6 {
  margin-bottom: 10px;
}
.sidebar p {
  margin-bottom: 30px;
}
.sidebar a {
  position: relative;
  color: #003e51;
  text-decoration: none !important;
}
.sidebar a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #5c7b21;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sidebar .btn,
.sidebar select {
  width: 100%;
  margin-bottom: 15px;
}
.occurrence-capacity {
  text-align: center;
  color: #5e5e5e;
}
.sidebar ul.social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sidebar ul.social_share li {
  margin-right: 10px;
}
.sidebar ul.social_share li a {
  display: block;
  width: 28px;
  height: 28px;
}
.sidebar ul.social_share li a:after {
  display: none;
}
.event-listing {
  padding-bottom: 0 !important;
}
.event-listing .event-categories {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.event-listing .event-categories_container {
  background-color: #f9f9f9;
}
.event-listing .event-categories li {
  width: 100%;
  margin: 0;
}
.event-listing .event-categories li a {
  display: block;
  padding: 10px 20px;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: underline;
  color: #5e5e5e;
}
.event-listing .event-categories li a:not(.active):hover {
  text-decoration: underline;
}
.event-listing .event-categories li a.active {
  font-weight: bold;
}
.event-listing .event-categories_title {
  padding-left: 20px;
  font-size: 0.8rem;
}
.event-listing .events {
  padding-left: 30px;
}
.event-listing .events .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.event-listing .events .event:last-child {
  border-bottom: none;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.event-listing .events .event > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.event-listing .events .event_title {
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 35px;
}
.event-listing .events .event_details {
  width: 60%;
  padding-right: 30px;
}
.event-listing .events .event_details .date {
  margin-bottom: 15px;
  font-size: 0.8rem;
  font-weight: bold;
}
.event-listing .events .event_actions {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.event-listing .events .event_actions .btn {
  min-width: 150px;
  margin: 0 0 15px 0;
}
.event-listing .events .event_actions .btn:last-child {
  margin-left: 15px;
}
section.categories {
  padding: 0;
}
section.categories .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.categories .posts .post {
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.categories .posts a.post:hover {
  text-decoration: none;
}
section.categories .posts .post * {
  color: #fff;
}
section.categories .posts .post .read-more {
  font-size: 14px;
  margin: auto 0 0;
}
section.categories .posts .post .read-more:hover {
  text-decoration: underline;
}
section.categories .posts .post h6 {
  width: 100%;
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: bold;
}
section.categories .posts .post.dark-green {
  background: #395542;
}
section.categories .posts .post.green {
  background: #5c7b21;
}
section.categories .posts .post.orange {
  background: #cb6015;
}
section.categories .posts .post.blue {
  background: #003e51;
}
section.categories .posts .post h2 {
  width: 100%;
}

.event-detail {
  padding-top: 0;
}
.event-detail .event_hero {
  max-width: 786px;
  height: 400px;
  margin-bottom: 40px;
}
.event-detail .event_hero-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.event-detail .event_heading {
  padding-top: 30px;
}
.event-detail .event_heading .event_title {
  color: #003e51;
  margin-bottom: 10px;
}
.under-bio-icons > a {
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
}
.under-bio-icons > a:first-child {
  margin-left: 0;
}
.under-bio-icons > a:hover,
.under-bio-icons > a:focus {
  color: #000;
  text-decoration: none;
}
.under-bio-icons > a > span {
  font-size: 14px;
  vertical-align: top;
}
section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-top: 0;
}
section.padt_40 {
  padding-top: 40px;
}
section.padt_60 {
  padding-top: 60px;
}
section.padb_40 {
  padding-bottom: 40px;
}
section.padb_60 {
  padding-bottom: 60px;
}
section.padt_0 {
  padding-top: 0;
}
section.padb_0 {
  padding-bottom: 0;
}
section.gray_bg {
  background: #fafbfc;
}
section.green_bg {
  background: #5c7b21;
}
section.blue_bg {
  background: #008eaa;
}
.accordions .accordion {
  border-top: 1px solid #e1e1e1;
}
.accordions .accordion > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordions .accordion > ul > li {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
  width: 100%;
}
.accordions .accordion .accordion_title {
  -webkit-transition: all 0.2s ease-out;
  color: #003e51;
  cursor: pointer;
  font-family: "Roboto", Arial;
  font-size: 1.25rem;
  font-size: 20px;
  padding: 25px 50px 25px 10px;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-out;
}
.accordions .accordion .accordion_title:after {
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: normal;
  -webkit-transform-origin: center;
  -webkit-transition: all 0.2s ease-out;
  border: 1px solid transparent;
  color: #003e51;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 1.25rem;
  font-size: 20px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  height: 26px;
  padding-left: 0;
  padding-left: 8px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-rendering: auto;
  transform-origin: center;
  transition: all 0.2s ease-out;
  width: 26px;
}
.accordions .accordion .accordion_title:focus {
  outline: none;
}
.accordions .accordion .accordion_title.is_expanded {
  background: #008eaa;
  color: #fff;
}
.accordions .accordion .accordion_title.is_expanded:after {
  -webkit-transform: rotate(180deg);
  color: #fff;
  transform: rotate(180deg);
}
.accordions .accordion .accordion_panel {
  display: none;
  padding: 20px 10px;
  text-align: left;
}
.accordions .accordion .accordion_panel p {
  margin: 0 0 20px 0;
  padding: 0;
}
.accordions .accordion .accordion_panel p:last-of-type {
  margin-bottom: 0;
}
.accordions .accordion .accordion_panel ul {
  margin-top: 15px;
}
.accordions .accordion .accordion_panel a.read-more {
  color: #003e51;
  display: inline-block;
  font-family: "Roboto", Arial;
  font-style: italic;
  margin-top: 10px;
}
.accordions .accordion .accordion_panel a.read-more:after {
  content: " \00BB";
}
.accordions .module_footer {
  padding: 60px 0 0 0;
}
.cards .card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 70px;
  padding: 0 50px;
  text-align: left;
}
.cards .card_content {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  padding-right: 20px;
}
.cards .card_image {
  border-radius: 50%;
  height: 150px;
  overflow: hidden;
  width: 150px;
}
.cards .card_image img {
  display: inline-block;
  margin: 0 auto;
}
.quick_links {
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quick_links .quick_card {
  height: 250px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 33%;
}
.quick_links.four-across .quick_card {
  width: 25%;
}
.quick_links .quick_card .quick_card-normal {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  cursor: default;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 30px;
  padding-top: 35px;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.quick_links .quick_card:hover .quick_card-normal,
.quick_links .quick_card:focus .quick_card-normal {
  filter: alpha(opacity=0);
  opacity: 0;
}
.quick_links .quick_card .quick_card-hover {
  background: rgba(255, 255, 255, 0);
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 70%;
  transition: top 0.4s ease-in-out;
  width: 100%;
}
.quick_links .quick_card:hover .quick_card-hover,
.quick_links .quick_card:focus .quick_card-hover {
  top: 10%;
}
.quick_links .quick_card .quick_card-content {
  padding-top: 10px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.quick_links .quick_card:hover .quick_card-content,
.quick_links .quick_card:focus .quick_card-content {
  opacity: 1;
}
.quick_links .quick_card .quick_card-title {
  align-items: center;
  color: #003e51;
  display: flex;
  font-family: "Roboto", Arial;
  font-size: 16px;
  font-size: 1rem;
  height: 75px;
  justify-content: center;
  line-height: 1.5em;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.quick_links .quick_card .quick_card-content p {
  cursor: default;
}
.quick_links .quick_card .quick_card-hover > div {
  max-width: 220px;
  padding: 0 30px;
  width: 100%;
}
.quick_links .quick_card .quick_card-icon {
  height: 120px;
  margin: 0 auto;
  width: 120px;
}
.quick_links .quick_card .quick_card-icon img {
  height: 100%;
  width: auto;
}
.quick_links .quick_card .quick_card-title span {
  text-transform: none;
}
.quick_links button.slick-prev {
  left: 0px;
}
.quick_links button.slick-next {
  right: 0px;
}
.quick_links .quick_card:focus {
  outline: none;
}
.section-dot-title {
  display: none !important;
}
#section-dots {
  align-items: center;
  display: none !important;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 30px;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#section-dots > .hover-area {
  align-items: center;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
  width: 30px;
}
#section-dots > .hover-area > div {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 8px;
  margin-bottom: 4px;
  margin-top: 4px;
  position: relative;
  transition: all 0.5s;
  width: 8px;
}
#section-dots > .hover-area > div.active {
  background-color: rgba(0, 0, 50, 0.5);
  border-color: rgba(0, 0, 50, 0.5);
  transition: all 0.5s;
}
#section-dots > .hover-area:hover > div.active {
  background-color: #008eaa;
  border-color: #008eaa;
}
#section-dots > .hover-area > div.active > .dot-title,
#section-dots > .hover-area:hover > div.active:hover > .dot-title {
  color: #008eaa;
}
#section-dots > .hover-area > div > .dot-title {
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  height: 20px;
  left: 20px;
  line-height: 20px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: -6px;
  transition: opacity 0.5s;
  white-space: nowrap;
  width: 1px;
}
#section-dots > .hover-area:hover {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 15px;
  padding-top: 15px;
  width: 430px;
}
#section-dots > .hover-area:hover > div {
  margin-bottom: 6px;
  margin-top: 6px;
}
#section-dots > .hover-area:hover > div > .dot-title {
  opacity: 1;
  width: auto;
}
#section-dots > .hover-area:hover > div:hover > .dot-title {
  color: rgba(0, 0, 0, 0.99);
}
.elementor-form {
  padding: 50px 0;
}
.elementor-form .elementor-field-group {
  margin-bottom: 40px;
}
.elementor-form .elementor-field-group .elementor-field-option {
  display: block;
  margin-bottom: 10px;
}
.elementor-form .elementor-field-group .elementor-field-option:last-child {
  margin-bottom: 0;
}
.elementor-form .elementor-field-label {
  display: block;
  margin-bottom: 5px;
}
.elementor-form input.elementor-field,
.elementor-form textarea.elementor-field,
.elementor-form select.elementor-field {
  width: 100%;
}
.elementor-form input.elementor-field,
.elementor-form textarea.elementor-field {
  display: block;
  border: 1px solid #979797;
  padding: 10px;
  border-radius: 2px;
}
.elementor-form [type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 30px 15px 30px;
  text-decoration: none !important;
  min-width: 200px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 1px;
  background: #5c7b21;
  color: #fff;
  border: 0;
}
.elementor-form [type="submit"]:hover,
.elementor-form [type="submit"]:focus {
  background: #a2cc01;
}
.elementor-form [type="submit"].active {
  background: #516601;
}
.search-results > .container {
  padding-top: 30px;
  padding-left: 30px;
}
.search-results > .container > .entry-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.search-results article:first-of-type {
  padding-top: 30px;
}
.search-results article .entry-title {
  font-size: 20px !important;
  margin-bottom: 7px !important;
}
.search-results .post-edit-link {
  display: none;
}
.search-results .entry-summary {
  max-width: 800px;
  color: #000;
  padding-bottom: 7px;
}
.search-results .entry-summary strong {
  background-color: #eee;
}
.search-results .nav-links {
  padding: 10px 0 30px;
}
.search-results .no-results {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 200px;
}
.elementor-button {
  transform: none !important;
}
.elementor-button.blog-override {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-top: 30px;
}
.elementor-button.blog-override:hover {
  text-decoration: none;
}
.ccu-btn-solid-white .elementor-button {
  background-color: #fff !important;
  border-radius: 0 !important;
  color: #000 !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.ccu-btn-solid-white .elementor-button:hover,
.ccu-btn-solid-white .elementor-button:focus {
  background-color: #5c7b21 !important;
  color: #fff !important;
}
.ccu-btn-white-outline .elementor-button {
  border: 1.5px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  cursor: pointer !important;
}
.ccu-btn-white-outline .elementor-button:hover,
.ccu-btn-white-outline .elementor-button:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.ccu-btn-black-outline .elementor-button {
  border: 1.5px solid #000 !important;
  padding: 10.5px 22.5px;
  color: #000 !important;
  cursor: pointer !important;
}
.ccu-btn-black-outline .elementor-button:hover,
.ccu-btn-black-outline .elementor-button:focus {
  background-color: #f5f5f5 !important;
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 15px;
}
.rate-filter {
  color: #5e5e5e;
  cursor: pointer;
  line-height: 40px;
  margin: 0 5px;
  padding: 0 15px;
  position: relative;
  margin-top: 15px;
}
.rate-filter:hover {
  color: #000;
}
.rate-filter.active {
  background-color: #5c7b21;
  color: #fff;
  padding: 0 20px 0 10px;
  transition: all 0.3s ease-in-out;
}
.rate-filter.active:after {
  color: rgba(255, 255, 255, 0.8);
  content: "x";
  font-size: 13px;
  position: absolute;
  right: 8px;
  top: 0;
}
.rate-filter.active:hover:after {
  color: #fff;
}
.rate-cards-container {
  padding-bottom: 30px;
}
.grid-sizer {
  height: 0;
}
.rate-card,
.grid-sizer {
  width: 100%;
  padding: 10px;
}
.rate-card-inner {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 10px;
}
.rate-card-inner > h2 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  padding: 5px 0;
}
.rate-card-inner > small {
  display: block;
  text-align: center;
}
.rate-tier-title {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: -10px;
}
.minimum-to-open-container {
  background-color: #f5f5f5;
  margin: 0 -10px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.minimum-to-open-container span:not(:first-child) {
  font-size: 16px;
  margin-top: 5px;
  color: #5c7b21;
}
.term-selector {
  text-align: center;
  padding: 15px 0 10px 0;
}
.rate-display-twofer {
  background-color: #f5f5f5;
  display: flex;
  margin: 15px -10px 0 -10px;
  padding: 15px 20px;
}
.rate-display-twofer > div {
  flex: auto;
  text-align: center;
}
.rate-card label {
  display: block;
  font-size: 12px;
}
.rate-card .rate-display {
  font-size: 28px;
  color: #5c7b21;
}
.term-toggle {
  display: none;
}
#loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#loading-screen .spinner {
  position: relative;
  top: 250px;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ncua-popup {
  position: relative;
}
.ncua-popup-content {
  display: none;
}
.ncua-popup:hover .ncua-popup-content {
  bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: block;
  max-width: 500px;
  position: absolute;
  right: 101%;
}
#registration-form {
  padding: 15px 0;
}
#registration-form .elementor-field-group {
  margin-bottom: 15px;
}
.module-location-listing {
  padding: 40px 0;
  display: flex;
  flex-direction: column-reverse;
}
#map {
  height: 600px;
  background-color: #5c7b21;
  margin-bottom: 40px;
}
.location-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #d8d8d8;
}
.location-name {
  font-size: 1.5rem;
  letter-spacing: 0.25px;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.location-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.location-hours .title {
  margin-right: 10px;
}
.location-amenities {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
.location-amenities ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-amenities .fa-check {
  color: #5c7b21;
}
.list-unavailable-amenities .fa-times {
  color: #eb5844;
}
.info-body {
  letter-spacing: 0.05em;
}
.info-body strong {
  font-weight: 800;
}
.info-name {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.25px;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.location-infowindow p {
  font-size: 12px;
  line-height: 24px;
}
.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  overflow: visible;
}
.gm-ui-hover-effect {
  opacity: 1 !important;
  border-radius: 100% !important;
  background-color: #5e5e5e !important;
  color: #fff !important;
  background-image: url('data:image/svg+xml,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"24px"%20height%3D"24px"%20viewBox%3D"0%200%2024%2024"%20fill%3D"%23FFFFFF">%0A%20%20%20%20<path%20d%3D"M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z"%2F>%0A%20%20%20%20<path%20d%3D"M0%200h24v24H0z"%20fill%3D"none"%2F>%0A<%2Fsvg>%0A') !important;
  background-size: 16px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  top: -8px !important;
  right: -8px !important;
}
.gm-ui-hover-effect img {
  display: none !important;
}
.elementor-posts--thumbnail-top .elementor-post {
  padding-left: 20px;
  padding-right: 20px;
}
.elementor-posts-container .elementor-post__thumbnail {
  height: 215px !important;
  padding-bottom: 0 !important;
}
.elementor-widget-posts .elementor-post__title a {
  color: #000;
  font-size: 24px;
}
.elementor-widget-posts .elementor-post__meta-data {
  margin-top: 12px;
}
.elementor-widget-posts .elementor-post__meta-data,
.elementor-widget-posts .elementor-post__excerpt p {
  font-size: 15px;
  color: #5e5e5e;
}
#tmpl-featured-event {
  padding-bottom: 30px;
}
#choose-your-loan a {
  color: #fff !important;
}
.elementor-975
  .elementor-element.elementor-element-1e5f21f
  > .elementor-container,
.elementor-1800
  .elementor-element.elementor-element-73a5236d
  > .elementor-container {
  height: 600px;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  -ms-align-items: center;
}
div#n2-ss-5 .n2-ss-slider-2,
div#n2-ss-13 .n2-ss-slider-2 {
  background-color: transparent !important;
}
.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
  max-width: 100%;
}
#elementor-popup-modal-3945 {
  display: block;
}
#elementor-popup-modal-3945 .dialog-lightbox-widget-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px !important;
  margin-left: -300px !important;
  height: 579px !important;
  margin-top: -290px !important;
}
.gm-style-iw-c > button {
  background-image: none !important;
}
.gm-style-iw-c > button > img {
  display: none !important;
}
.gm-style-iw-c > button:after {
  content: "X";
  text-align: center;
}
.login-dropdown-message {
  background-color: #ffc;
  border: 1px solid #cca;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: -10px;
  padding: 7px;
}
#member-alert-msg,
.alert-banner {
  background-color: rgb(3, 99, 173);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.alert-banner {
  background-color: #215732;
}
.alert-banner a {
  color: #fff;
}
.LPMcontainer {
  bottom: 0;
  height: 1px;
  width: 1px;
}
.open-liveperson {
  cursor: pointer;
}
#form-field-account_identification_value,
#form-field-personal_identification_value {
  height: 34px;
  position: relative;
  top: -6px;
}
.elementor-299
  .elementor-element.elementor-element-11f3c8ef
  > .elementor-container,
.elementor-1515
  .elementor-element.elementor-element-4d521544
  > .elementor-container,
.elementor-922
  .elementor-element.elementor-element-70b1fd4c
  > .elementor-container,
.elementor-1102
  .elementor-element.elementor-element-caaa340
  > .elementor-container,
.elementor-1006
  .elementor-element.elementor-element-64d77303
  > .elementor-container,
.elementor-1960
  .elementor-element.elementor-element-4e8de234
  > .elementor-container {
  height: 75vh;
}
.ie .elementor-motion-effects-layer {
  -ms-transform: translateY(-25%) !important;
}
.ie
  .elementor-1097
  .elementor-element.elementor-element-b633613
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  -ms-transform: translateY(-42%) !important;
}
@media only screen and (max-width: 1024px) {
  nav {
    display: none;
  }
  .elementor-299
    .elementor-element.elementor-element-11f3c8ef
    > .elementor-container,
  .elementor-1515
    .elementor-element.elementor-element-4d521544
    > .elementor-container,
  .elementor-922
    .elementor-element.elementor-element-70b1fd4c
    > .elementor-container,
  .elementor-1102
    .elementor-element.elementor-element-caaa340
    > .elementor-container,
  .elementor-1006
    .elementor-element.elementor-element-64d77303
    > .elementor-container,
  .elementor-1960
    .elementor-element.elementor-element-4e8de234
    > .elementor-container {
    height: 457px;
  }
}
@media screen and (min-width: 768px) {
  .post-listing .post {
    height: 505px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  .post-listing .post_container {
    margin-left: -30px;
    margin-right: -30px;
  }
  .post-listing .post .read-more {
    position: absolute;
    bottom: 0;
  }
  .elementor-299
    .elementor-element.elementor-element-11f3c8ef
    > .elementor-container,
  .elementor-1515
    .elementor-element.elementor-element-4d521544
    > .elementor-container,
  .elementor-922
    .elementor-element.elementor-element-70b1fd4c
    > .elementor-container,
  .elementor-1102
    .elementor-element.elementor-element-caaa340
    > .elementor-container,
  .elementor-1006
    .elementor-element.elementor-element-64d77303
    > .elementor-container,
  .elementor-1960
    .elementor-element.elementor-element-4e8de234
    > .elementor-container {
    height: 517px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile_nav {
    top: 15px !important;
    right: 0px;
  }
  #mobileMenu {
    top: 75px !important;
  }
  #mobile_search_panel {
    top: 75px !important;
  }
  .hero {
    height: auto;
  }
  .hero .hero_image_bg {
    position: relative;
    height: 320px;
  }
  .hero .hero_message {
    padding: 30px 0;
  }
  .hero .hero_message h1 {
    color: #003e51;
    font-family: "Roboto", Arial;
  }
  .hero .hero_message p {
    color: #003e51;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .hero.sub .hero_message h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .hero.sub .hero_image {
    width: 250px;
    height: 250px;
  }
  .promo .promo_image_bg {
    height: 320px;
  }
  .promo .promo_content {
    padding-left: 0;
    padding-right: 0;
  }
  .pitch_content {
    text-align: center;
  }
  .flexible-module blockquote {
    padding-left: 40px;
    padding-right: 20px;
  }
  .flexible-module blockquote .quote p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .flexible-module cite {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .event-detail .event_hero {
    height: 67vw;
  }
  .quick_links.four-across .quick_card,
  .quick_links .quick_card {
    width: 50%;
  }
  .ncua-popup {
    position: static;
  }
  .ncua-popup:hover .ncua-popup-content {
    bottom: 10px;
    width: 94%;
    max-width: 94%;
    left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .hero .btn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .promo .cta_wrap .btn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .promo .cta_wrap .btn:last-of-type {
    margin-bottom: 0;
  }
  .pitch_graphic {
    width: 140px;
    height: 140px;
  }
  .tab_slider .tab_slider_tabs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .flexible-module blockquote {
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .flexible-module blockquote .quote:before {
    top: -40px;
    left: 0px;
  }
  .flexible-module blockquote .quote:after {
    right: 0px;
  }
  .flexible-module cite {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .quotes .quote {
    margin-left: -8.334%;
  }
  .quotes .quote .quote-slider {
    height: 479px;
    min-height: 480px;
  }
  .quotes .quote .quote-slider .thumbnail {
    display: none;
  }
  #location-list-container {
    width: 25%;
  }
  #location-list {
    padding-left: 15px;
    padding-right: 25px;
    max-height: 566px;
    overflow: hidden;
    overflow-y: auto;
  }
  #map {
    width: 75%;
  }
  .module-location-listing {    
    display: flex;    
    flex-flow: row nowrap !important;    
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .hero.sub > .container > .row > div:nth-child(1) {
    order: 2;
  }
  .hero.sub > .container > .row > div:nth-child(2) {
    order: 1;
  }
  .pitch_graphic {
    margin-bottom: 40px;
  }
  .flexible-module blockquote {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .flexible-module blockquote .quote:before {
    width: 37px;
    height: 30px;
    left: -40px;
    top: -40px;
  }
  .flexible-module blockquote .quote:after {
    width: 22px;
    height: 18px;
    right: -20px;
    bottom: -20px;
  }
  .quotes .container {
    padding-left: 0;
    padding-right: 0;
  }
  .quotes .quote .quote-slider ul.slick-dots {
    position: absolute;
    margin: 0 auto;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    text-align: center;
  }
  .quotes .quote .quote-slider ul.slick-dots li {
    margin: 0 8px !important;
    padding: 0;
    overflow: hidden;
    width: 15px;
    height: 15px;
    display: inline-block;
  }
  .quotes .quote .quote-slider ul.slick-dots li button {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: none;
    background: #d8d8d8;
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .quotes .quote .quote-slider ul.slick-dots li.slick-active button {
    background: #d2e05b;
  }
  .quotes blockquote {
    padding: 65px 20px 40px 20px;
  }
  .quotes blockquote p {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .quotes blockquote:before {
    width: 37px;
    height: 30px;
    top: 20px;
    left: 20px;
  }
  .quotes blockquote:after {
    width: 25px;
    height: 20px;
    bottom: 40px;
    right: 20px;
  }
  .quotes .cite {
    display: none;
  }
  .quotes .thumbnail {
    background: #fff;
    padding: 50px 20px 20px 20px;
    margin: 0;
    position: relative;
  }
  .quotes .thumbnail:before {
    content: "";
    background-image: url("images/quote-pointer.svg");
    background-position: left center;
    background-repeat: no-repeat;
    width: 36px;
    height: 38px;
    position: absolute;
    left: 100px;
    top: -1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .event-listing .events .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 40px;
  }
  .event-listing .events .event > * {
    width: 100%;
  }
  .event-listing .events .event_title {
    margin-bottom: 20px;
  }
  .event-listing .events .event_details {
    padding-right: 0;
  }
  .event-listing .events .event_actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .event-listing .events .event_actions .btn {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48%;
  }
  .accordions > .container > .center-xs {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1279px) {
  .post-listing .post {
    margin-bottom: 60px;
  }
  .post-listing .load-more_btn-container {
    padding: 40px 0;
  }
  .promo .container {
    width: 100%;
    height: 100%;
    padding-top: 300px;
  }
  .promo .promo_content {
    padding: 40px;
  }
  .quotes .container {
    width: 100%;
  }
  .sidebar {
    margin-bottom: 40px;
  }
  section.categories .posts .col-xs-12 {
    margin-bottom: 20px;
  }
  .event-detail .event_hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-right: 0;
    margin-bottom: 0;
  }
  .event-detail .event_heading {
    margin-bottom: 15px;
  }
  .event-detail .event_content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .cards .card {
    padding: 0;
  }
  .cards .card_content {
    padding: 0 10px;
  }
  .cards .card_image {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .cards .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .quick_links.four-across .quick_card,
  .quick_links .quick_card {
    width: 100%;
  }
}
@media only screen and (min-width: 40em) {
  .col-sm {
    -moz-flex-grow: 1;
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hidden-above-sm {
    display: none;
  }
  .rate-card,
  .grid-sizer {
    width: 50%;
  }
  .rate-card.double-wide {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .col-md {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-md-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0;
  }
  .col-md-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 25%;
  }
  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 50%;
  }
  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 75%;
  }
  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100%;
  }
  .col-md {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hidden-above-md {
    display: none;
  }
}
@media only screen and (min-width: 62em) {
  .rate-card,
  .grid-sizer {
    width: 33%;
  }
  .rate-card.double-wide {
    width: 66%;
  }
  .col-lg {
    -moz-flex-grow: 1;
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hidden-above-lg {
    display: none;
  }
  section:not(.elementor-section) {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .container {
    width: 78.75rem;
  }
  .col-xl {
    -moz-flex-grow: 1;
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hidden-above-xl {
    display: none;
  }
  header .container {
    width: 100%;
  }
}
@media only screen and (max-width: 40em) {
  .hidden-below-sm {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .hidden-below-md {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .main {
    padding-top: 75px;
  }
  .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .row {
    margin-left: 25px;
    margin-right: 25px;
  }
  header {
    top: 0 !important;
    height: 75px !important;
  }
  header .logo {
    max-width: 130px !important;
  }
  #logo-trees {
    bottom: 10px !important;
    height: 55px !important;
  }
  #logo-columbia {
    bottom: 9px !important;
    left: 60px !important;
  }
  .site_footer {
    text-align: center;
  }
  footer .site_footer-top [class*="col-"] {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 62em) {
  .hidden-below-lg {
    display: none;
  }
  footer .site_footer-top [class*="col-"] {
    margin-bottom: 30px;
  }
  footer .site_copyright ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .site_copyright [class*="col-"]:last-of-type {
    text-align: center;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 80em) {
  .hidden-below-xl {
    display: none;
  }
  nav .nav-item {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1139px) {
  .olb_login {
    display: none;
  }
  .toolbar {
    display: none;
  }
  .mobile_nav {
    display: block;
  }
  .desktop_menu {
    display: none;
  }
  .elementor-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .elementor-900
    .elementor-element.elementor-element-7308355
    > .elementor-element-populated,
  .elementor-224
    .elementor-element.elementor-element-62e07cb
    > .elementor-element-populated {
    border: none !important;
    padding-bottom: 50px;
  }
}

.pitch-h2 h2 {
  font-size: 1rem !important;
  line-height: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
}

.pitch-h3 h3 {
  font-size: 45px !important;
  font-weight: 900 !important;
}

.sl-testimonial-arrow::after {
  margin-top: -2px;
  border-color: transparent rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  -ms-transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  transform: translateX(-50%) scaleX(0.75) rotate(45deg);
  top: calc(100% - 7px);
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hide {
  display: none;
}

.elementor-acceptance-field {
  width: auto !important;
}

#invest-insure-team-locations {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#invest-insure-team-locations li {
  display: inline;
  padding: 0 10px;
  border-left: solid 1px #5e5e5e;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 2px;
}

#invest-insure-team-locations li:first-child {
  border-left: none;
  padding-left: 0;
}

#appointment-form:focus {
  outline: none;
}

.main a {
  text-decoration: underline;
}

.main .KJEFooter a {
  color: #5c7b21;
}

.main span:hover {
  text-decoration: none !important;
}

.main a:hover {
  text-decoration: none !important;
}

.main .elementor-button-link {
  text-decoration: none;
}

.main .elementor-button-link:hover {
  text-decoration: underline !important;
}

.event_actions a:hover {
  text-decoration: underline !important;
}

/*2021 ADA Button Styles*/

.black-border-btn .elementor-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0);
  border: solid #000000 2px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.black-border-btn .elementor-button:hover,
.black-border-btn .elementor-button:focus {
  background: rgba(255, 255, 255, 0) !important;
  border: solid #000000 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.white-border-btn .elementor-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0);
  border: solid #ffffff 2px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.white-border-btn .elementor-button:hover,
.white-border-btn .elementor-button:focus {
  border: solid #ffffff 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0) !important;
}

.green-btn .elementor-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px;
  background-color: #5c7b21;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.green-btn .elementor-button:hover,
.green-btn .elementor-button:focus {
  background: #5c7b21 !important;
  border: solid #ffffff 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.white-btn .elementor-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  padding: 12px;
  background-color: #ffffff;
  border: solid #000000 2px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.white-btn .elementor-button:hover,
.white-btn .elementor-button:focus {
  background-color: #ffffff !important;
  border: solid #000000 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.black-btn .elementor-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px;
  background-color: #000000;
  border: solid #000000 2px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.black-btn .elementor-button:hover,
.black-btn .elementor-button:focus {
  background-color: #000000 !important;
  border: solid #000000 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*end 2021 ADA Button Styles*/

.toolbar ul li:first-child {
  position: relative;
  top: -3px;
}

.toolbar ul li:nth-child(2) > a {
  border-left: none;
}

.input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
}

.icon {
  padding: 8px;
  min-width: 40px;
}

.input-field {
  width: 100%;
  padding: 5px 5px 5px 25px;
}

#learn-grow-mega-menu {
  width: 650px;
}
#extole-mobile-footer a {
  color: #fff;
}

/* SearchWP Live Search Overrides */
.searchwp-live-search-result--title {
  margin: 5px 0px;
}