/*
Theme Name: TAEBC 2021
Author: Aside Project Studio
Author URI: https://asideproject.com/
Description: A responsive, semantic, HTML5, WordPress theme.
Version: 1.01
Tags: custom-menu, sticky-post, post-formats, responsive
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

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

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  position: relative;
}

/*
$unit: percentage(69 / 960);
$gutter: percentage(12 / 960);

$unit: percentage(58 / 960);
$gutter: percentage(24 / 960);

$unit: percentage(68 / 970);
$gutter: percentage(14 / 970);
$unit: percentage(57 / 970);
$gutter: percentage(26 / 970);

$unit: percentage(77 / 1056);
$gutter: percentage(12 / 1056);
*/
/*
$unit: percentage(66 / $fullwidth);
$gutter: percentage(24 / $fullwidth);
*/
/*! layout elements
--------------------------------*/
/*-- flexbox --*/
/*-- MENU
--------------------------------*/
#navmain {
  transition: font-size 0.1s ease;
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
#navmain .menu-main-menu-container {
  flex-grow: 1;
}
#navmain ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
#navmain ul.menu {
  -webkit-backface-visibility: hidden;
}
#navmain ul.menu li {
  -moz-column-break-after: avoid;
       break-after: avoid;
}
#navmain ul.menu li a {
  display: block;
  padding: 0.5rem 0.5rem;
  font-family: "open-sans", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: #005ac3;
  word-break: keep-all;
}
#navmain ul.menu li ul li a {
  text-transform: none;
}
#navmain ul.menu li.current_page_item > a, #navmain ul.menu li.current-page-ancestor > a, #navmain ul.menu li.current-menu-ancestor > a, #navmain ul.menu li.current-menu-parent > a {
  color: #ff8300;
}
#navmain ul.menu li:hover > a {
  color: #ff8300;
}
#navmain ul.menu li:hover ul li a {
  background: none;
}

.trigger {
  cursor: pointer;
  color: #005ac3;
  font-weight: 400;
}
.trigger path {
  fill: #005ac3;
}
.trigger:hover {
  color: #ff8300;
}
.trigger:hover path {
  fill: #ff8300;
}

@media screen and (max-width: 1030px) {
  /*-- main nav
  --------------------------------*/
  #navmain {
    transform: translateX(100%);
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999999;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 125%;
    -webkit-overflow-scrolling: touch;
  }
  #navmain .menu-main-menu-container {
    position: absolute;
    height: 100%;
    overflow: scroll;
    padding-bottom: 2rem;
    width: 100%;
    padding: 2rem 30px;
  }
  #navmain ul {
    width: 100%;
    text-align: left;
  }
  #navmain ul li a {
    display: block;
  }
  #navmain ul li ul {
    transition: all 0.2s ease;
    font-size: 75%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  #navmain ul li.open > a {
    color: #ff8300;
  }
  #navmain ul li.open > ul {
    max-height: 1000rem;
    opacity: 1;
    padding-bottom: 1rem;
  }
  #navmain ul li:hover a {
    background: transparent;
  }
  #navmain ul.socials {
    padding-left: calc(30px + 0.75rem);
    margin-bottom: 2rem;
  }
  #navmain ul.menu {
    display: block;
  }
  #navmain.viz {
    transform: translateX(0);
    opacity: 1;
  }
  #slide-trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    float: right;
    text-align: right;
    text-decoration: none;
    margin: 0;
  }
  #slide-trigger span {
    float: left;
    display: inline-block;
    line-height: 30px;
  }
  #slide-trigger:hover {
    color: #ff8300;
  }
  #slide-trigger:hover svg path {
    fill: #ff8300;
  }
  .trigger {
    display: block;
  }
  .bars, .closex {
    width: 30px;
    height: 30px;
    margin-left: 0.5rem;
  }
  .bars svg, .closex svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px auto;
  }
  .bars svg path, .closex svg path {
    fill: #005ac3;
  }
  .closex {
    display: block;
    float: right;
    border: none;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 300;
  }
  .closex:hover {
    color: #ff8300;
  }
  .closex:hover svg path {
    fill: #ff8300;
  }
}
@media screen and (min-width: 1031px) {
  #navmain {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    width: auto;
    height: 100%;
    margin: 0;
    font-size: 14px;
  }
  #navmain ul.menu li {
    border: 1px solid transparent;
  }
  #navmain ul.menu li a {
    display: block;
    z-index: 2;
  }
  #navmain ul.menu li ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    position: absolute;
    top: calc(100% - 1px);
    left: -1px;
    display: block;
    background: white;
    font-size: 87.5%;
    min-width: 12rem;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    border: 1px solid #ff8300;
  }
  #navmain ul.menu li ul li {
    width: 100%;
    border: none;
  }
  #navmain ul.menu li ul li a {
    line-height: 0;
    padding: 0.75rem;
    height: auto;
    color: #005ac3;
  }
  #navmain ul.menu li ul li ul {
    transform: none;
    font-size: 87.5%;
    left: 100%;
    margin-left: 0;
    top: 0;
  }
  #navmain ul.menu li ul li ul li a {
    font-weight: 400;
  }
  #navmain ul.menu li ul li ul:before {
    display: none;
  }
  #navmain ul.menu li ul li:hover > a {
    text-decoration: underline;
    color: #ff8300;
  }
  #navmain ul.menu li:hover {
    border-color: #ff8300;
  }
  #navmain ul.menu li:hover a {
    background: white;
  }
  #navmain ul.menu li.menu-item-has-children:hover {
    border-bottom-color: transparent;
  }
  #navmain ul.menu li.mobile-only {
    display: none;
  }
  #navmain ul.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  #navmain ul.menu li:hover > ul li a {
    line-height: 1;
    height: auto;
  }
  #navmain ul.socials {
    margin-left: 0.4rem;
  }
  #slide-trigger,
  #menuheader,
  .closex {
    display: none;
  }
}
/* =12-column grid setup
--------------------------------------------------------------------*/
.col {
  margin: 0 1.2307692308%;
  position: relative;
  display: inline-block;
  float: left;
  min-height: 1px;
}

.first {
  margin-left: 0;
}

.last {
  margin-right: 0;
}

.unit1 {
  width: 6.0769230769%;
}

.unit2 {
  width: 14.6153846154%;
}

.unit3 {
  width: 23.1538461538%;
}

.unit4 {
  width: 31.6923076923%;
}

.unit5 {
  width: 40.2307692308%;
}

.unit6 {
  width: 48.7692307692%;
}

.unit7 {
  width: 57.3076923077%;
}

.unit8 {
  width: 65.8461538462%;
}

.unit9 {
  width: 74.3846153846%;
}

.unit10 {
  width: 82.9230769231%;
}

.unit11 {
  width: 91.4615384615%;
}

.unit12 {
  width: 100%;
  margin-right: 0;
}

.columns {
  -moz-column-gap: 2em;
       column-gap: 2em;
  -moz-column-rule: none;
       column-rule: none;
  -moz-column-width: 300px;
       column-width: 300px;
  -webkit-perspective: 1;
}
.columns ul, .columns li, .columns p, .columns h1, .columns h2, .columns h3, .columns h4, .columns h5, .columns h6 {
  column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.columns h1, .columns h2, .columns h3, .columns h4, .columns h5, .columns h6 {
  page-break-after: avoid;
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-break-after: avoid-column;
}
@media screen and (min-width: 541px) {
  .columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.columns > *::first-of-type:last-of-type {
  display: block;
  width: 100%;
}

.hero {
  background-color: #ff8300;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(images/bg-orange-fade.jpg);
}
.hero * {
  color: white;
}
.hero--video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--video::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: "";
  display: block;
  text-indent: 1111%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
  background-color: #ff8300;
  /* Fallback for sad browsers */
  background-color: #005ac3;
  /* Mozilla Firefox */
  /* Opera */
  /* WebKit (Chrome 11+) */
  /* WebKit (Safari 5.1+, Chrome 10+) */
  /* IE10 */
  /* W3C */
  background-image: linear-gradient(rgba(255, 131, 0, 0.4), #005ac3);
  opacity: 0.8;
}
.hero--content {
  padding: 6vw 0 calc(6vw + 3rem) 0;
}
.hero--content .hero-text {
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 2rem;
}

@media screen and (min-width: 721px) {
  .hero--content .hero-text {
    font-size: 175%;
  }
}
@media screen and (min-width: 771px) {
  .hero--content .hero-text {
    font-size: 200%;
    padding-right: 15%;
  }
}
/* =cards
--------------------------------------------------------------------*/
.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 102.5%;
  margin: 0 -1.25% 2rem;
}
.cards .section-title {
  width: 100%;
}
.cards.grower .card {
  flex-grow: 1;
}

.card {
  transition: all 0.2s ease;
  display: flex;
  margin: 0 1.25% 2rem;
  font-size: 87.5%;
  padding: 1em;
  background: aliceblue;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.card--text, .card--img {
  width: 100%;
}
.card--meta {
  font-size: 87.5%;
  color: #757575;
  margin-bottom: 0.5rem;
}
.card--title {
  width: 100%;
  font-size: 1em;
}
.card--title a {
  font-weight: bold;
}
.card--text {
  padding: 1rem;
  background: white;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.card--text .article-meta {
  font-size: 10px;
  color: #ff8300;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  width: 100%;
}
.card--text a.button {
  padding: 6px 10px;
}
.card--text a.button:hover {
  color: white;
}
.card--excerpt {
  font-size: 93.75%;
  line-height: 1.25;
}
.card--cta {
  width: 100%;
  text-align: left;
  align-self: flex-end;
  flex-grow: 1;
  align-items: flex-end;
  display: flex;
}
.card--img {
  transition: all 0.2s ease;
  display: flex;
  margin-bottom: 1rem;
  background: white;
  aspect-ratio: 16/9;
}
.card--img img {
  transition: all 0.2s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  min-width: 100%;
  aspect-ratio: 16/9;
}
.card.featured {
  align-items: initial;
  flex-direction: row-reverse;
}
.card.featured .card--text,
.card.featured .card--img {
  width: 50%;
}
.card.featured .card--text {
  background: #005ac3;
  color: white;
}
.card.featured .card--text h3, .card.featured .card--text a, .card.featured .card--text a:visited {
  color: white;
}
.card.featured .card--text h3:hover, .card.featured .card--text a:hover, .card.featured .card--text a:visited:hover {
  color: #ff8300;
}
.card.featured .card--text a.button {
  background: transparent;
  border: 1px solid white;
}
.card.featured .card--text a.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  background-color: #ff8300;
  color: white;
}
.card.featured .card--img {
  max-width: 400px;
  height: auto;
  padding: 0;
}
.card:hover {
  background: #DBEAFF;
}
.card:hover .card--img img {
  opacity: 1;
}
.people .card .card--img {
  padding-top: 100%;
}

@media screen and (max-width: 540px) {
  .card {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 1rem 0;
  }
  .card--img {
    margin-bottom: 0;
  }
  .card.featured .card--text,
  .card.featured .card--img {
    width: 100%;
  }
}
@media screen and (min-width: 541px) {
  .card {
    flex-basis: 47%;
  }
  .card.featured {
    width: 100%;
    align-items: initial;
  }
  .card.featured .card--text {
    background: #005ac3;
    color: white;
  }
  .card.featured .card--text h3, .card.featured .card--text a, .card.featured .card--text a:visited {
    color: white;
  }
  .card.featured .card--text h3:hover, .card.featured .card--text a:hover, .card.featured .card--text a:visited:hover {
    color: #ff8300;
  }
  .card.featured .card--text a.button {
    background: transparent;
    border: 1px solid white;
  }
  .card.featured .card--text a.button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    background-color: #ff8300;
    color: white;
  }
}
@media screen and (min-width: 721px) {
  .card {
    flex-basis: 30%;
  }
  .card:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .card.featured {
    width: 48.7692307692%;
  }
}
/*-- form elements
--------------------------------*/
form {
  display: block;
}

fieldset {
  border: none;
  padding: 0;
}

label, legend, .gfield_label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
input[type=url],
textarea,
select {
  border-radius: 3px;
  font-family: "open-sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 100%;
  display: block;
  width: 100%;
  max-width: 700px;
  border: 1px solid #ccc;
  padding: 0.6rem 0.75rem;
  min-height: 2.25em;
}

::-moz-placeholder {
  color: rgb(110.5, 110.5, 110.5);
}

::placeholder {
  color: rgb(110.5, 110.5, 110.5);
}

input:focus, textarea:focus, select:focus {
  background: #ffe;
}

input[type=submit],
input[type=button],
.button,
button {
  border-radius: 3px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  padding: 0.6rem 1em;
  font-weight: 400;
  background: #005ac3;
  color: white;
  border: 1px solid white;
  cursor: pointer;
}
input[type=submit]:visited,
input[type=button]:visited,
.button:visited,
button:visited {
  color: white;
}
input[type=submit]:hover,
input[type=button]:hover,
.button:hover,
button:hover {
  background: #ff8300;
  text-decoration: none;
  color: white;
}
input[type=submit].reversed,
input[type=button].reversed,
.button.reversed,
button.reversed {
  background: white;
  color: #005ac3;
  border: 1px solid #005ac3;
}
input[type=submit].reversed:visited,
input[type=button].reversed:visited,
.button.reversed:visited,
button.reversed:visited {
  color: #005ac3;
}
input[type=submit].reversed:hover,
input[type=button].reversed:hover,
.button.reversed:hover,
button.reversed:hover {
  background: #efefef;
}
input[type=submit].slimline,
input[type=button].slimline,
.button.slimline,
button.slimline {
  background: transparent;
  color: white !important;
  border: 1px solid white;
}
input[type=submit].slimline:visited,
input[type=button].slimline:visited,
.button.slimline:visited,
button.slimline:visited {
  background: transparent;
}
input[type=submit].slimline:hover,
input[type=button].slimline:hover,
.button.slimline:hover,
button.slimline:hover {
  background: #005ac3;
}
input[type=submit].alt,
input[type=button].alt,
.button.alt,
button.alt {
  background: #ff8300;
  color: white !important;
  border: 1px solid white;
}
input[type=submit].alt:visited,
input[type=button].alt:visited,
.button.alt:visited,
button.alt:visited {
  background: #005ac3;
}
input[type=submit].alt:hover,
input[type=button].alt:hover,
.button.alt:hover,
button.alt:hover {
  background: #005ac3;
}

textarea {
  max-width: none;
  height: auto;
}

select {
  width: 100%;
  height: 2.25rem;
  padding: 0 0.75em;
}

/*-- Gravity forms specific styles
--------------------------------*/
.gform_wrapper {
  /* Class for labelling required form items */
  /*-- datepicker input
  --------------------------------*/
}
.gform_wrapper .gfield_radio label,
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  clear: right;
  margin-left: 0.5em;
  font-weight: initial;
}
.gform_wrapper input.small {
  width: 20%;
  min-width: 20px;
  max-width: 100px;
}
.gform_wrapper .zipcode input {
  min-width: 60px;
  max-width: 100px;
}
.gform_wrapper .gform_fields,
.gform_wrapper .gfield_radio,
.gform_wrapper .gfield_checkbox {
  list-style: none;
  padding: 0;
}
.gform_wrapper .gform_fields .gchoice,
.gform_wrapper .gfield_radio .gchoice,
.gform_wrapper .gfield_checkbox .gchoice {
  display: flex;
  align-items: baseline;
}
.gform_wrapper .gfield {
  *zoom: 1;
  margin-bottom: 1rem;
}
.gform_wrapper .gfield::before, .gform_wrapper .gfield::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
  margin-bottom: 0;
}
.gform_wrapper .gfield_description {
  margin-top: 0.5rem;
}
.gform_wrapper .reqtxt, .gform_wrapper .emailreqtxt {
  font-size: 90%;
  color: #bd071a;
  font-style: italic;
}
.gform_wrapper .gfield_required {
  color: #bd071a;
  margin: 0 0.2rem;
}
.gform_wrapper .totalfield {
  display: inline-block;
  border: 2px solid #757575;
  padding: 0.5rem;
}
.gform_wrapper .totalfield label, .gform_wrapper .totalfield .ginput_container {
  display: inline-block;
  margin-right: 0.5rem;
}
.gform_wrapper .totalfield .ginput_container {
  font-weight: 700;
}
.gform_wrapper .required, .gform_wrapper .validation_error {
  color: #bd071a;
}
.gform_wrapper .validation_error, .gform_wrapper .validation_message,
.gform_wrapper .gform_confirmation_message {
  background: rgba(202, 10, 55, 0.1);
  padding: 1rem;
  border-left: 3px solid #c03;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_confirmation_message {
  color: #3e754d;
  background: rgba(62, 117, 77, 0.1);
  border-color: #3e754d;
}
.gform_wrapper .validation_message {
  font-size: 75%;
  padding: 0.5rem 1rem;
  font-style: italic;
  color: #3e754d;
}
.gform_wrapper .ginput_complex span {
  display: block;
}
.gform_wrapper .ginput_complex span label {
  font-weight: 400;
}
.gform_wrapper .ginput_complex.ginput_container_address span.address_state select {
  width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container_address span.address_zip {
  width: 17%;
  min-width: 120px;
}
.gform_wrapper .ginput_container_date input.datepicker,
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  display: inline-block;
}
.gform_wrapper .ginput_container_date input.datepicker {
  max-width: 200px;
  background-image: url(images/icons/calendar-alt.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 0.5em center;
  padding-left: 2em;
}
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  margin-left: 0.5rem;
}

/*-- datepicker div
--------------------------------*/
div#ui-datepicker-div {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  border: 1px solid #757575;
  background: rgba(255, 255, 255, 0.9);
  width: 200px;
  font-size: 87%;
}
div#ui-datepicker-div a {
  text-decoration: none;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  float: left;
  width: auto;
  max-width: 50%;
  text-transform: uppercase;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  float: left;
  border: 1px solid #757575;
  border-width: 1px 0;
  padding: 0.5rem 0;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  float: right;
  text-align: right;
  clear: right;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  text-transform: none;
}
div#ui-datepicker-div table.ui-datepicker-calendar {
  width: 100%;
}
div#ui-datepicker-div table.ui-datepicker-calendar td {
  text-align: center;
}

@media screen and (min-width: 341px) {
  .gform_wrapper .ginput_complex span {
    display: block;
    float: left;
    width: 49%;
  }
  .gform_wrapper .ginput_complex span:first-of-type {
    margin-right: 2%;
  }
}
@media screen and (max-width: 770px) {
  .gform_wrapper .ginput_complex span.address_city, .gform_wrapper .ginput_complex span.address_state {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 771px) {
  .gform_wrapper .ginput_complex.ginput_container_address span.address_city {
    clear: left;
    margin-right: 2%;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.address_state {
    width: 30%;
    margin-right: 2%;
  }
}
/*-- Social links, etc
--------------------------------*/
ul.socials, ul.sharing-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.socials li, ul.sharing-links li {
  display: block;
  overflow: hidden;
  float: left;
  line-height: 1;
}
ul.socials li a, ul.sharing-links li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px !important;
  color: white;
}
ul.socials li svg, ul.sharing-links li svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
ul.socials li svg path, ul.sharing-links li svg path {
  fill: white;
}
ul.socials li:hover a, ul.sharing-links li:hover a {
  color: white !important;
}
#branding ul.socials, #branding ul.sharing-links {
  flex-wrap: nowrap;
  align-self: flex-end;
}
#branding ul.socials li a, #branding ul.sharing-links li a {
  background: white;
}
#branding ul.socials li.share-facebook a, #branding ul.sharing-links li.share-facebook a {
  color: #3b5998;
}
#branding ul.socials li.share-instagram a, #branding ul.sharing-links li.share-instagram a {
  color: #c13584;
}
#branding ul.socials li.share-linkedin a, #branding ul.sharing-links li.share-linkedin a {
  color: #0073a5;
}
#branding ul.socials li.share-twitter a, #branding ul.sharing-links li.share-twitter a {
  color: #2ca9e1;
}
#branding ul.socials li.share-youtube a, #branding ul.sharing-links li.share-youtube a {
  color: #bf0900;
}
#branding ul.socials li.share-email a, #branding ul.sharing-links li.share-email a {
  color: #005ac3;
}
#branding ul.socials li.share-podcast a, #branding ul.sharing-links li.share-podcast a {
  color: #852dc4;
}
#branding ul.socials li:hover a, #branding ul.sharing-links li:hover a {
  color: white;
  background: #005ac3;
}

.share-icon {
  width: 26px;
  height: 26px;
  display: block;
}

ul.socials {
  font-size: 16px !important;
}
ul.socials li {
  background-color: transparent;
}
ul.socials li.share-facebook:hover a {
  background-color: #3b5998 !important;
}
ul.socials li.share-google-plus:hover a {
  background-color: #cc0000 !important;
}
ul.socials li.share-linkedin:hover a {
  background-color: #0073a5 !important;
}
ul.socials li.share-pinterest:hover a {
  background-color: #d43638 !important;
}
ul.socials li.share-tumblr:hover a {
  background-color: #2c4762 !important;
}
ul.socials li.share-twitter:hover a {
  background-color: #2ca9e1 !important;
}
ul.socials li.share-youtube:hover a {
  background-color: #bf0900 !important;
}
ul.socials li.share-instagram:hover a {
  background-color: #f09433 !important;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
ul.socials li.share-email:hover a {
  background-color: #666;
}
ul.socials li.share-podcast:hover a {
  background-color: #ff8300;
}

ul.sharing-links li.share-facebook a {
  background-color: #3b5998;
}
ul.sharing-links li.share-google-plus a {
  background-color: #cc0000;
}
ul.sharing-links li.share-linkedin a {
  background-color: #0073a5;
}
ul.sharing-links li.share-pinterest a {
  background-color: #d43638;
}
ul.sharing-links li.share-tumblr a {
  background-color: #2c4762;
}
ul.sharing-links li.share-twitter a {
  background-color: #2ca9e1;
}
ul.sharing-links li.share-youtube a {
  background-color: #bf0900;
}
ul.sharing-links li.share-email a {
  background-color: #005ac3;
}

.sharing-module {
  *zoom: 1;
  margin: 0.5rem 0;
}
.sharing-module::before, .sharing-module::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.sharing-module .sharing-title {
  display: block;
  cursor: pointer;
  margin: 0.25rem 0 0 0;
  float: left;
  font-size: 1rem;
  line-height: 1;
}
.sharing-module .sharing-title span {
  display: inline-block;
  float: left;
  margin-right: 0.5em;
  color: #005ac3;
}
.sharing-module .sharing-title span path {
  fill: #005ac3;
}
.sharing-module .sharing-title span.share-icon {
  width: 1em;
}
.sharing-module .sharing-title:hover span {
  color: #ff8300;
}
.sharing-module .sharing-title:hover span path {
  fill: #ff8300;
}
.sharing-module .positioner {
  float: left;
  min-width: 50%;
  height: 26px;
  overflow: hidden;
}
.sharing-module .share-icon {
  display: block;
}
.sharing-module .sharing-links {
  transform: translateX(-100%);
  transition: all 0.2s ease;
  float: left;
  position: relative;
  left: 0;
  opacity: 0;
}
.sharing-module.open .sharing-links {
  transform: none;
  opacity: 1;
}

/* Slider */
#slider {
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
}
#slider .slide-content {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
#slider .slide-content img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
#slider .slide-content .slide-text {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5em;
  color: #fff;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.7;
  z-index: 1001;
  color: white;
}
.slick-prev path,
.slick-next path {
  fill: white;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.7;
}

.slick-prev {
  left: -35px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}
#slider:hover .slick-prev {
  left: 5px;
}

.slick-next {
  right: -35px;
}
[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}
#slider:hover .slick-next {
  right: 5px;
}

/* Dots */
.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  border-color: white;
  opacity: 1;
}
.slick-dots li button:before {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  background-color: black;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid black;
}
.slick-dots li.slick-active button:before {
  background-color: white;
  opacity: 1;
}

@media print {
  /* =============================================================================
     Print Styles
     ========================================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  body {
    font-size: 11pt;
    margin: 0.5in;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, block quote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  #branding {
    position: relative !important;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    height: auto !important;
  }
  #branding #logo {
    width: auto;
    max-width: 100%;
  }
  #branding #logo a {
    text-indent: 0;
    padding: 0;
    height: auto;
    color: #999;
    font-weight: 700;
  }
  #branding #logo a img {
    width: 100%;
  }
  #branding #logo a:after {
    display: none;
  }
  #primary {
    float: left;
    padding: 0;
  }
  #shim {
    height: 0 !important;
  }
  nav,
  #slide-trigger,
  .sharing-module {
    display: none !important;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  article {
    page-break-before: always;
  }
  ul, img {
    page-break-inside: avoid;
  }
}
/* HTML definitions */
body {
  margin: 0;
  padding: 0;
  background: #4a4a4a;
  font-family: "open-sans", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.65;
  color: #4a4a4a;
}

::-moz-selection {
  background: #DBEAFF;
  text-shadow: none;
}

::selection {
  background: #DBEAFF;
  text-shadow: none;
}

a {
  transition: all 0.2s ease;
  color: #005ac3;
  font-weight: 700;
  text-decoration: none;
}
a:visited {
  color: #005ac3;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

path {
  transition: all 0.2s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "open-sans", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  color: #005ac3;
  margin: 0 0 0.5em 0;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
  text-decoration: none;
  font-weight: inherit;
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 135%;
}

h4 {
  font-size: 112.5%;
}

h5 {
  font-size: 106.25%;
}

h6 {
  font-size: 100%;
}

p, ul, ol, hr {
  margin: 0 0 1.5em 0;
}

ul {
  padding-left: 2em;
}

hr {
  clear: both;
  border: 0;
  border-top: 1px solid #757575;
}
hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  border: 0;
}

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

iframe {
  width: 100%;
}

.reverse, .cta-banner {
  color: white;
}
.reverse h2, .cta-banner h2, .reverse h3, .cta-banner h3, .reverse h4, .cta-banner h4, .reverse h5 a, .cta-banner h5 a {
  color: white;
}

.intro, body.page-template-default #content p:first-child {
  font-size: 125%;
}

.inset {
  padding: 1.5rem 1.5rem 0.5rem;
  margin-bottom: 1.5rem;
}

.text-blue {
  color: #005ac3;
}

.text-orange {
  color: #ff8300;
}

.text-green {
  color: #93d500;
}

/*!-- STRUCTURE
--------------------------------*/
#page, #branding, #bottom, #main,
#colophon, .band {
  *zoom: 1;
}
#page::before, #page::after, #branding::before, #branding::after, #bottom::before, #bottom::after, #main::before, #main::after,
#colophon::before,
#colophon::after, .band::before, .band::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#main, .contain {
  margin: 0 auto;
  position: relative;
  width: 86%;
  max-width: 1300px;
  clear: both;
}

#page {
  background: #F9F9F9;
}

#main {
  padding: 3rem;
  background: white;
  margin-top: -3rem;
}

#primary.full-width {
  width: 100%;
}

#content {
  margin: 0 0 1.5em 0;
  width: 100%;
}

#bottom,
#sidebar {
  font-size: 87.5%;
  line-height: 1.3;
}

#sidebar #tertiary,
#sidebar .widget {
  border-bottom: 0;
  margin-bottom: 1rem;
}
#sidebar #tertiary h4,
#sidebar .widget h4 {
  border-bottom: 1px solid #757575;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
#sidebar #tertiary ul,
#sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar #tertiary ul li,
#sidebar .widget ul li {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ddd;
}
#sidebar #tertiary:last-child,
#sidebar .widget:last-child {
  margin-right: 0;
}

.band {
  padding: 2em 0;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

/*-- HEADER
--------------------------------*/
#branding {
  display: flex;
  background: white;
  z-index: 10000;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
}
#branding #logo {
  margin: 1.5rem 2rem 1.5rem 0;
  max-width: 240px;
}
#branding #logo img {
  width: 100%;
  height: auto;
}

/*-- Footer
--------------------------------*/
.cta-banner {
  padding: 3rem 0;
  background: #93d500;
  font-size: 125%;
}
.footer {
  display: flex;
  background: #4a4a4a;
  padding: 2rem 0;
  color: #eee;
}
.footer a, .footer h3, .footer h4 {
  color: white;
}
.footer a:hover {
  color: white;
  text-decoration: underline;
}
.footer--branding {
  width: 100%;
  padding: 0 0 1rem;
}
.footer--branding .logo {
  width: 14.6153846154%;
  max-width: 180px;
}
.footer--col {
  margin-bottom: 1rem;
}
.footer--signup form label {
  display: none;
}
.footer--search {
  width: 100%;
  margin: 1.5rem 0;
}
.footer--search form {
  display: flex;
  flex-wrap: nowrap;
}
.footer--search form label {
  width: 100%;
  margin: 0;
}
.footer--search form input.search-field {
  border-radius: 3px 0 0 3px;
  border-color: white;
}
.footer--search form input.search-submit {
  border-radius: 0 3px 3px 0;
}

#footnav ul {
  list-style: none;
  margin-right: 0;
  padding: 0;
  float: right;
}
#footnav ul li {
  display: inline;
  margin: 0;
}
#footnav ul li:after {
  content: "  |  ";
}
#footnav ul li:last-child:after {
  content: "" !important;
}

/*-- headers and overlays
--------------------------------*/
.overlink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: "";
  display: block;
  text-indent: 1111%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  text-indent: 1111%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}

/*-- Content
--------------------------------*/
/* Add " (PDF)" text after links that go to PDFs */
/* If file size specified as data attribute, use that too */
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post {
  margin: 0 0 1rem;
  padding: 0 0 1rem 0;
  border-bottom: 2px solid #efefef;
}

.entry-meta {
  clear: both;
  display: block;
  font-size: 85%;
  margin-bottom: 1rem;
  color: #4a4a4a;
}

#content nav {
  display: block;
  overflow: hidden;
}
#content nav.nav-previous {
  float: left;
  width: 50%;
}
#content nav.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content nav #nav-above {
  display: none;
}
#content nav #nav-below {
  margin: 1rem 0;
}
#content nav article.last-child,
#content nav .single .post {
  border: 0;
}

.paged #content #nav-above,
.single #content #nav-above {
  display: block;
}

/* Image Attachments */
.image-attachment div.entry-meta {
  float: left;
}
.image-attachment nav {
  float: right;
  margin: 0 0 1rem 0;
}
.image-attachment .entry-content {
  clear: both;
}
.image-attachment .entry-content .entry-attachment {
  background: #757575;
  margin: 0 0 1rem;
  padding: 1rem;
  text-align: center;
}
.image-attachment .entry-content .attachment {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* Images */
p img {
  margin-bottom: 0.5rem;
}

.wp-caption {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft,
img.alignright {
  max-width: 45%;
}

img.alignleft {
  margin-right: 1rem;
}

img.alignright {
  margin-left: 1rem;
}

.wp-caption {
  padding: 0.5rem;
  text-align: center;
}

.wp-caption {
  z-index: 100;
}
.wp-caption img {
  margin: 0.25rem;
}
.wp-caption .wp-caption-text {
  margin: 0.5rem;
}

#primary ul {
  overflow: hidden;
}

.lower-content {
  padding-bottom: 1.5rem;
}

/*-- Alignment
--------------------------------*/
.alignleft, .alignright {
  display: inline;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/*-- alerts
--------------------------------*/
.alert, .validation_error,
.gform_confirmation_message {
  *zoom: 1;
  border-radius: 7px;
  border: 1px solid #4a4a4a;
  background: #eee;
  padding: 2.4615384615%;
  margin-bottom: 2rem;
}
.alert::before, .alert::after, .validation_error::before, .validation_error::after,
.gform_confirmation_message::before,
.gform_confirmation_message::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.alert *, .validation_error *,
.gform_confirmation_message * {
  color: #333;
}
.alert .button, .validation_error .button,
.gform_confirmation_message .button {
  color: white;
  font-weight: bold;
}

.warning, .validation_error {
  background: #f2dede;
  border-color: #bd071a;
}

.ok,
.gform_confirmation_message {
  background: #dff0d9;
  border-color: #3e754d;
}

.validation_message {
  font-weight: 700;
  color: #a00;
}

div.fit-vids-style {
  height: 0;
}

.fluid-width-video-wrapper {
  padding-top: 56.25% !important;
}

.media-embed {
  margin-bottom: 1.5rem;
}

/*-- Accessibility
--------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*-- alert boxes
--------------------------------*/
.alert {
  *zoom: 1;
  border-radius: 7px;
  border: 1px solid #4a4a4a;
  background: #757575;
  padding: 2.4615384615%;
  margin-bottom: 2rem;
}
.alert::before, .alert::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.warning {
  background: #f2dede;
  border-color: #bd071a;
}

.ok {
  background: #dff0d9;
  border-color: #3e754d;
}

/*-- Widgets, boxes, etc
--------------------------------*/
.widget {
  display: block;
  margin-bottom: 1rem;
}

.widget-area .widget_search {
  overflow: hidden;
}
.widget-area .widget_search input {
  float: left;
}

.callout {
  border: 1px solid #005ac3;
  padding: 2rem 2rem 0.5rem;
  background: aliceblue;
  margin-bottom: 1.5rem;
}

.feature-blurb {
  background: #DBEAFF;
  padding: 2rem;
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.feature-blurb--thumb a {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.feature-blurb--thumb a img {
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.opps-package {
  border: 2px solid #757575;
  padding: 0 2rem 0.5rem 2rem;
  margin: 2rem 0;
  width: 100%;
  float: left;
  border-radius: 1rem;
}
.opps-package h2 {
  padding: 0.75rem 1.5rem;
  color: white;
  background-color: #757575;
  display: inline-block;
  width: auto;
  top: -1em;
  margin-bottom: -0.5rem;
  font-size: 165%;
  border-radius: 7px;
  letter-spacing: -0.5px;
}
.opps-package h4 {
  text-transform: uppercase;
  color: #005ac3;
}
.opps-package--advanced-impact {
  border-color: #005ac3;
}
.opps-package--advanced-impact h2 {
  background-color: #005ac3;
}
.opps-package--grid-connection {
  border-color: #ff8300;
}
.opps-package--grid-connection h2 {
  background-color: #ff8300;
}
.opps-package--recharge {
  border-color: #93d500;
}
.opps-package--recharge h2 {
  background-color: #93d500;
}
.opps-package form {
  border: 1px solid #757575;
  padding: 1rem;
  border-radius: 1rem;
  gap: 0.75rem;
  float: right;
  margin: 1rem 0;
  z-index: 10;
}
.opps-package form div, .opps-package form input {
  width: 100%;
}
.opps-package form input {
  text-align: center;
  justify-content: center;
  font-weight: 700;
}
.opps-package form section {
  font-size: 75%;
}

/* =misc content blocks
--------------------------------------------------------------------*/
.profile-thumbs {
  display: flex;
  flex-wrap: wrap;
}
.letter-group {
  padding: 1rem 0;
}

.single-member .membername {
  width: 100%;
  margin-bottom: 0.3em;
  line-height: 1.6;
  padding: 0 0.5em;
  transition: all 0.2s ease;
}
.single-member .membername:hover, .single-member .membername.on {
  text-decoration: none;
  color: #f91;
}
.single-member-address, .single-member-contact {
  width: 50%;
  float: left;
}
.single-member .memberpos {
  font-style: italic;
  color: #999;
}

#memberlist {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#memberlist .member {
  padding: 0.5rem;
  text-align: center;
}
#memberlist .member a, #memberlist .member img {
  display: block;
  width: 100%;
}
.member-grid {
  display: grid;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
  row-gap: 2rem;
  margin-top: 4rem;
}
.member-grid h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 0;
  grid-column: 1/-1;
  -moz-column-span: all;
       column-span: all;
}
.member-grid a {
  display: block;
  text-align: center;
}

.text-members,
.member-grid#individual {
  display: block;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
}
.text-members h2,
.member-grid#individual h2 {
  margin-bottom: 1rem;
}

.member-info {
  display: grid;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0;
}
.member-info .membercat {
  grid-column: 1/-1;
}

.member-logo {
  margin-bottom: 1rem;
}
.member-logo img {
  width: 100%;
}

/*-- video captions
--------------------------------*/
.video_block,
.video_caption {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
  display: grid;
  gap: 30px;
  align-items: center;
}
.video_block .vthumb img,
.video_caption .vthumb img {
  width: 100%;
}
.share_links {
  margin-top: 0.5rem;
}
.share_links .share_fb,
.share_links .share_tw {
  font-size: 12px;
  color: white;
  display: inline-block;
  border-radius: 3px;
  padding: 0.1rem 0.6rem;
  margin: 0 0.5rem;
}
.share_links .share_fb {
  background-color: #3b5998;
}
.share_links .share_fb:hover {
  background-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
}
.share_links .share_tw {
  background-color: #2ca9e1;
}
.share_links .share_tw:hover {
  background-color: rgb(27.1369294606, 140.2074688797, 190.8630705394);
}

/* =child buttons
--------------------------------------------------------------------*/
.child-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 102.5%;
  display: flex;
  margin: 1rem -1.25%;
  justify-content: space-between;
  text-align: center;
  font-size: 112.5%;
  line-height: 1;
  flex-wrap: wrap;
}
.child-buttons li {
  padding: 0;
  margin: 0 1.25% 2.5%;
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.child-buttons li a {
  background-image: radial-gradient(rgb(0, 113.5384615385, 246), #005ac3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 1rem;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.child-buttons li a:hover {
  background: #ff8300;
  text-decoration: none;
}

/* =collapsible blocks
--------------------------------------------------------------------*/
.collapsible .collapse-trigger {
  cursor: pointer;
}
.collapsible .collapse {
  width: 100%;
  display: none;
}
.collapsible.open .collapse {
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: 10000em;
}
.collapsible .member {
  *zoom: 1;
}
.collapsible .member::before, .collapsible .member::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* =headshot indices
--------------------------------------------------------------------*/
.people-index,
.logo-array {
  display: grid;
  width: 100%;
  margin: 0;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 2.4615384615%;
  grid-row-gap: 1rem;
}

.person--headshot {
  background: #ff8300;
  margin-bottom: 0.5rem;
  display: block;
}
.person--headshot img {
  display: block;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.person--headshot:hover a {
  opacity: 0.8;
}

.inline-headshot {
  float: left;
  width: 210px;
  max-width: 40%;
  margin: 0 1rem 1rem 0;
}

.logo-array {
  align-items: center;
}
.logo-array .logo {
  text-align: center;
}
.logo-array .logo a {
  display: block;
}

.single-profile .entry-content img {
  float: right;
  aspect-ratio: 3/4;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 50%;
  max-width: 300px;
}

/* =blog elements
--------------------------------------------------------------------*/
.pag_links .page-numbers {
  padding: 0.5rem 0.75rem;
  border: 1px solid #DBEAFF;
}
.pag_links .page-numbers.current {
  border-color: transparent;
}
.pag_links .page-numbers:hover {
  background: #DBEAFF;
  text-decoration: none;
}

/* =membership
--------------------------------------------------------------------*/
.member-tiers {
  display: flex;
  text-align: center;
  width: 100%;
  margin: 1rem 0 2rem;
}
.member-tiers--tier {
  /* Fallback for sad browsers */
  background-color: #ff8300;
  /* Mozilla Firefox */
  /* Opera */
  /* WebKit (Chrome 11+) */
  /* WebKit (Safari 5.1+, Chrome 10+) */
  /* IE10 */
  /* W3C */
  background-image: linear-gradient(#ffb423, #ff8300);
  border: 1px soild #ff8300;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
  border-radius: 1rem;
  padding: 2rem 1rem;
  line-height: 1.35;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.member-tiers--tier h2, .member-tiers--tier h3 {
  font-weight: 700;
}
.member-tiers--tier * {
  color: white;
}
.member-tiers--tier p:last-child {
  margin-bottom: 0;
}
.member-tiers--tier.standard {
  background-image: linear-gradient(#93ca00, #73aa00);
  border: 1px solid #639a00;
}
.member-tiers--tier.platinum {
  background-image: linear-gradient(#cacaca, #979790);
  border: 1px solid #999;
  font-size: 120%;
}
.member-tiers--tier.platinum p {
  line-height: 1.3;
}
.member-tiers--tier.gold {
  background-image: linear-gradient(#ffd423, #ffac00);
  border: 1px solid #ff8300;
}

.membership {
  *zoom: 1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cecece;
}
.membership::before, .membership::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.membership--form {
  border: 1px solid white;
  padding: 1.5rem 1.5rem 0;
  border-radius: 1rem;
}
.membership--info {
  font-size: 90%;
}
.membership-indicia {
  border: 1px solid #93d500;
}

#standard-membership .membership--form {
  border-color: #93d500;
}
#standard-membership .membership--form h3 {
  color: #93d500;
}
#platinum-membership .membership--form {
  border-color: #999;
}
#platinum-membership .membership--form h3 {
  color: #999;
}
#gold-membership .membership--form {
  border-color: #ffac00;
}
#gold-membership .membership--form h3 {
  color: #ffac00;
}

#enhanced-levels {
  background-image: radial-gradient(#eae7d0, #ddd);
  border: 1px solid #ccc;
}

/* =media queries
--------------------------------------------------------------------*/
@media screen and (max-width: 340px) {
  .child-buttons li {
    flex-basis: 100%;
  }
  .people-index {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-array {
    grid-template-columns: repeat(3, 1fr);
  }
  #memberlist .member {
    width: 50%;
  }
  .profile-thumbs {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 341px) {
  .child-buttons li {
    flex-basis: 46%;
  }
  .people-index .person {
    flex-basis: 47%;
  }
  .logo-array {
    grid-template-columns: repeat(3, 1fr);
  }
  #memberlist .member {
    width: 33.333%;
  }
}
@media screen and (max-width: 540px) {
  .cta-banner--text {
    margin-bottom: 1rem;
  }
  .footer--branding .logo {
    width: 48.7692307692%;
  }
  .footer--col {
    width: 100%;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #757575;
    margin-bottom: 1rem;
  }
  .member-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 541px) {
  .cta-banner .flex-container {
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row-reverse;
  }
  .cta-banner--text {
    padding-left: 2rem;
  }
  .people-index,
  .logo-array {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer--signup, .footer--boilerplate {
    width: 50%;
  }
  .footer--signup {
    padding-right: 1rem;
    border-right: 1px solid #757575;
  }
  .footer--boilerplate {
    padding-left: 1rem;
  }
  .footer--colophon {
    width: 100%;
    border-top: 1px solid #757575;
    padding-top: 1rem;
  }
  .feature-blurb--thumb {
    width: 25%;
  }
  .feature-blurb--text {
    width: 70%;
  }
  #memberlist .member {
    width: 25%;
    padding: 1rem;
  }
  .member-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .member-info {
    grid-template-columns: repeat(2, 1fr);
  }
  .member-logo {
    float: left;
    margin-right: 2rem;
    width: 50%;
    max-width: 300px;
  }
  .col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 720px) {
  #main {
    width: 100%;
  }
  .feature-blurb {
    width: calc(100% + 4rem);
    margin: 2rem -2rem;
    padding: 1.5rem;
  }
  .feature-blurb--thumb {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 721px) {
  .child-buttons li {
    flex-basis: 30%;
  }
  .text-members,
  .member-grid#individual {
    -moz-columns: 3;
         columns: 3;
  }
  .member-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .opps-package form {
    margin: 0.5rem 0 2rem 2rem;
  }
  .video_block,
  .video_caption {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (max-width: 770px) {
  body {
    transition: all 0.3s ease;
    width: 100%;
    font-size: 16px;
  }
  body.dropped {
    overflow: hidden;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.17em;
  }
  #logo {
    padding: 0;
    width: 40.2307692308%;
    float: left;
  }
  #main {
    padding: 2rem;
  }
  #primary, #sidebar {
    width: 100% !important;
    clear: both;
  }
  .member-tiers {
    flex-wrap: wrap;
  }
  .member-tiers--tier {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media screen and (min-width: 771px) {
  #logo {
    width: 31.6923076923%;
    float: left;
  }
  #primary.has-sidebar {
    float: left;
    width: 65.8461538462%;
    margin: 0;
  }
  #sidebar {
    float: right;
    width: 31.6923076923%;
  }
  .footer--col {
    width: 33.3333333333%;
  }
  .footer--signup {
    padding-right: 2rem;
  }
  .footer--boilerplate {
    padding: 0 2rem;
    border-left: 1px solid #757575;
    border-right: 1px solid #757575;
  }
  .footer--colophon {
    padding: 0 0 0 2rem;
    border: none;
  }
  .people-index {
    grid-template-columns: repeat(4, 1fr);
  }
  .logo-array {
    grid-template-columns: repeat(5, 1fr);
  }
  .member-tiers {
    justify-content: space-between;
    margin: 3rem 0 4rem;
  }
  .member-tiers--tier {
    width: 30%;
    margin: 0 1.5%;
  }
  .member-tiers--tier h2 {
    font-size: 150%;
  }
  .member-tiers--tier h3 {
    font-size: 130%;
  }
  .member-tiers--tier.platinum {
    margin: -1.5rem 1.5%;
    width: 36%;
  }
  .membership--form, .membership--info {
    width: 48.5%;
    float: left;
  }
  .membership--form {
    float: right;
    clear: right;
  }
  .member-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .text-members,
  .member-grid#individual {
    -moz-columns: 4;
         columns: 4;
  }
  .member-info {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-height: 771px) {
  body {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-height: 1024px) { /* thinking about smaller screens now */ }
@media screen and (max-width: 1030px) {
  .dt-spacer {
    display: none;
  }
}
@media screen and (min-width: 1031px) {
  .people-index {
    grid-template-columns: repeat(5, 1fr);
  }
  .logo-array {
    grid-template-columns: repeat(6, 1fr);
  }
  .member-tiers--tier h2 {
    font-size: 180%;
  }
  .member-tiers--tier h3 {
    font-size: 145%;
  }
  #memberlist .member {
    width: 20%;
  }
}
@media screen and (max-width: 1300px) {
  #branding {
    padding: 0 5%;
  }
}

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