.ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.-srt {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.-posrel {
  position: relative !important;
}
.-tc {
  text-align: center;
}
.-up {
  text-transform: uppercase;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.-lead3,
.lead.-v3 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.-lead.-t3 {
  margin-top: 48px;
}
.-lead.-b3 {
  margin-bottom: 48px;
}
.-lead2,
.lead.-v2 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.-lead.-t2 {
  margin-top: 32px;
}
.-lead.-b2 {
  margin-bottom: 32px;
}
.-lead1,
.lead.-v1 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.-lead.-t1 {
  margin-top: 16px;
}
.-lead.-b1 {
  margin-bottom: 16px;
}
.-lead0,
.lead.-v0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.-lead.-t0 {
  margin-top: 0px;
}
.-lead.-b0 {
  margin-bottom: 0px;
}
.-lead {
  margin-top: 16px;
  margin-bottom: 16px;
}
.make-email-link {
  word-break: normal;
}
a.cloaked {
  text-decoration: none;
  color: inherit;
}
a.read-more {
  /* See More: */
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1D1E1F;
  text-decoration: none;
}
a.read-more:hover {
  text-decoration: underline;
}
a.byline {
  /* Show Comments (3): */
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 15px;
  color: #0071C5;
  text-decoration: none;
}
a.byline:hover {
  text-decoration: underline;
}
a.comment-count {
  /* 3 comments: */
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  letter-spacing: 0;
  text-decoration: none;
}
a.comment-count:hover {
  text-decoration: underline;
}
a.show-comments {
  font-family: Montserrat;
  font-size: 16px;
  color: #0071C5;
  font-weight: 500;
  text-decoration: none;
}
a.show-comments:hover {
  text-decoration: underline;
}
a.email-link {
  word-break: normal;
}
.vo-paragraphs > p {
  margin: 0 0 16px;
}
.vo-paragraphs > p.-flush {
  margin: 0 !important;
}
.vo-paragraphs > *:first-child {
  margin-top: 0;
}
.vo-paragraphs > *:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.-sz {
  display: none;
}
@media screen and (min-width: 800px) {
  .-sz.-sz-desktop {
    display: block;
  }
}
@media screen and (max-width: 800px) and (min-width: 551px) {
  .-sz.-sz-tablet {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .-sz.-sz-mobile {
    display: block;
  }
}
.-thicken {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
.vo-table {
  display: table;
}
.vo-table > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
#app-styles {
  margin-left: -60633px;
}
body.batch-list {
  background: #F7F7F7;
  padding: 50px 20px;
}
body.batch-list .vo-batch-list {
  list-style-type: decimal;
}
body.batch-list .vo-batch-list li {
  margin-left: 20px;
  margin-bottom: 5px;
}
body.batch-list .vo-batch-list li span {
  margin-left: 16px;
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
body.batch-list .vo-batch-list li span .ic {
  font-size: 16px;
  line-height: 1;
  margin: 0 8px 0 3px;
}
body.batch-list .vo-batch-list li span b {
  font-weight: bold;
}
body.batch-list .vo-batch-list li span i {
  font-style: italic;
}
body.batch-list .vo-batch-list li span.-exstep {
  border-left: 10px solid #FF5733;
}
body.batch-list .vo-batch-list li span.-method {
  border-left: 10px solid #AF7AC5;
}
body.batch-list .vo-batch-list li span.-error {
  color: #b22077;
  border-left: 10px solid #b22077;
}
body.batch-list .vo-batch-list li span.-success {
  border-left: 10px solid #3498DB;
  color: #3498DB;
  font-weight: bold;
}
body.batch-list #error {
  background: white;
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 1.5;
  font-size: 13px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-left: 10px solid #b22077;
  margin: 5px 0 5px 50px;
}
.vo-byline-box.-large .-up-title .byline-thumb-align h4 {
  font-size: 20px;
  line-height: 28px;
}
.vo-byline-box.-large.-detable .byline-thumb-align h4,
.vo-byline-box.-large .detable .byline-thumb-align h4 {
  font-size: 20px;
  line-height: 28px;
}
.vo-byline-box.-large.-detable .byline-thumb,
.vo-byline-box.-large .detable .byline-thumb {
  margin-bottom: 18px;
  margin-right: 16px;
}
.vo-byline-box.-large.-detable .byline-thumb-align h4,
.vo-byline-box.-large .detable .byline-thumb-align h4 {
  text-align: left;
}
.vo-byline-box.-large.-detable .byline-thumb-align .dl li,
.vo-byline-box.-large .detable .byline-thumb-align .dl li {
  margin: 0 0 16px;
}
.vo-byline-box.-large.-detable .byline-thumb-align .dl li var,
.vo-byline-box.-large .detable .byline-thumb-align .dl li var {
  float: none;
}
.vo-byline-box.-large.-detable .byline-thumb-align .dl li div,
.vo-byline-box.-large .detable .byline-thumb-align .dl li div {
  margin: 0;
}
.vo-byline-box.-large.-detable .byline-thumb-align .dl li.-social var,
.vo-byline-box.-large .detable .byline-thumb-align .dl li.-social var {
  margin: 0 0 5px;
}
.vo-byline-box.-large.-brtable .byline-thumb-align h4,
.vo-byline-box.-large .brtable .byline-thumb-align h4 {
  font-size: 20px;
  line-height: 28px;
}
.vo-byline-box.-large.-brtable .byline-thumb,
.vo-byline-box.-large .brtable .byline-thumb {
  float: left;
  margin-right: 16px;
}
.vo-byline-box.-large.-brtable .byline-thumb .vo-thumb-author,
.vo-byline-box.-large .brtable .byline-thumb .vo-thumb-author {
  width: 80px;
  height: 80px;
}
.vo-byline-box.-large.-brtable .byline-thumb-align,
.vo-byline-box.-large .brtable .byline-thumb-align {
  margin: 0;
  padding: 0;
}
.vo-byline-box.-large.-brtable .byline-thumb-align h4,
.vo-byline-box.-large .brtable .byline-thumb-align h4 {
  margin-left: 80px;
  padding-left: 22px;
  margin-bottom: 0;
  vertical-align: middle;
}
.vo-byline-box.-large.-brtable .byline-thumb-align .dl,
.vo-byline-box.-large .brtable .byline-thumb-align .dl {
  clear: both;
  padding-top: 18px;
}
.vo-byline-box.-large.-sz-med .byline-thumb-align h4,
.vo-byline-box.-large .med .byline-thumb-align h4 {
  font-size: 20px;
  line-height: 28px;
}
.vo-byline-box.-large.-sz-med .byline-thumb,
.vo-byline-box.-large .med .byline-thumb {
  float: left;
  margin-right: 16px;
}
.vo-byline-box.-large.-sz-med .byline-thumb .vo-thumb-author,
.vo-byline-box.-large .med .byline-thumb .vo-thumb-author {
  width: 80px;
  height: 80px;
}
.vo-byline-box.-large.-sz-med .byline-thumb-align,
.vo-byline-box.-large .med .byline-thumb-align {
  margin: 0;
  padding: 0;
}
.vo-byline-box.-large.-sz-med .byline-thumb-align h4,
.vo-byline-box.-large .med .byline-thumb-align h4 {
  margin-left: 80px;
  padding-left: 22px;
  margin-bottom: 0;
  vertical-align: middle;
}
.vo-byline-box.-large.-sz-med .byline-thumb-align .dl,
.vo-byline-box.-large .med .byline-thumb-align .dl {
  clear: both;
  padding-top: 18px;
}
.vo-byline-box.-large.-sz-small .byline-thumb-align h4,
.vo-byline-box.-large .small .byline-thumb-align h4 {
  font-size: 20px;
  line-height: 28px;
}
.vo-byline-box.-large.-sz-small .byline-thumb,
.vo-byline-box.-large .small .byline-thumb {
  margin-bottom: 18px;
  margin-right: 16px;
}
.vo-byline-box.-large.-sz-small .byline-thumb-align h4,
.vo-byline-box.-large .small .byline-thumb-align h4 {
  text-align: left;
}
.vo-byline-box.-large.-sz-small .byline-thumb-align .dl li,
.vo-byline-box.-large .small .byline-thumb-align .dl li {
  margin: 0 0 16px;
}
.vo-byline-box.-large.-sz-small .byline-thumb-align .dl li var,
.vo-byline-box.-large .small .byline-thumb-align .dl li var {
  float: none;
}
.vo-byline-box.-large.-sz-small .byline-thumb-align .dl li div,
.vo-byline-box.-large .small .byline-thumb-align .dl li div {
  margin: 0;
}
.vo-byline-box.-large.-sz-small .byline-thumb-align .dl li.-social var,
.vo-byline-box.-large .small .byline-thumb-align .dl li.-social var {
  margin: 0 0 5px;
}
.vo-byline-box.-large.-sz-small .byline-thumb-align h4,
.vo-byline-box.-large .small .byline-thumb-align h4 {
  font-size: 20px;
  line-height: 28px;
}
.vo-byline-box.-large.-sz-small .byline-thumb-align h4,
.vo-byline-box.-large .small .byline-thumb-align h4 {
  text-align: left;
  margin-left: 0;
}
@media screen and (max-width: 700px) and (min-width: 601px) {
  .vo-byline-box.-large .byline-thumb-align h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .vo-byline-box.-large .byline-thumb {
    float: left;
    margin-right: 16px;
  }
  .vo-byline-box.-large .byline-thumb .vo-thumb-author {
    width: 80px;
    height: 80px;
  }
  .vo-byline-box.-large .byline-thumb-align {
    margin: 0;
    padding: 0;
  }
  .vo-byline-box.-large .byline-thumb-align h4 {
    margin-left: 80px;
    padding-left: 22px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .vo-byline-box.-large .byline-thumb-align .dl {
    clear: both;
    padding-top: 18px;
  }
}
@media screen and (max-width: 600px) and (min-width: 451px) {
  .vo-byline-box.-large .byline-thumb-align h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .vo-byline-box.-large .byline-thumb {
    margin-bottom: 18px;
    margin-right: 16px;
  }
  .vo-byline-box.-large .byline-thumb-align h4 {
    text-align: left;
  }
  .vo-byline-box.-large .byline-thumb-align .dl li {
    margin: 0 0 16px;
  }
  .vo-byline-box.-large .byline-thumb-align .dl li var {
    float: none;
  }
  .vo-byline-box.-large .byline-thumb-align .dl li div {
    margin: 0;
  }
  .vo-byline-box.-large .byline-thumb-align .dl li.-social var {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 450px) {
  .vo-byline-box.-large .byline-thumb-align h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .vo-byline-box.-large .byline-thumb {
    margin-bottom: 18px;
    margin-right: 16px;
  }
  .vo-byline-box.-large .byline-thumb-align h4 {
    text-align: left;
  }
  .vo-byline-box.-large .byline-thumb-align .dl li {
    margin: 0 0 16px;
  }
  .vo-byline-box.-large .byline-thumb-align .dl li var {
    float: none;
  }
  .vo-byline-box.-large .byline-thumb-align .dl li div {
    margin: 0;
  }
  .vo-byline-box.-large .byline-thumb-align .dl li.-social var {
    margin: 0 0 5px;
  }
  .vo-byline-box.-large .byline-thumb-align h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .vo-byline-box.-large .byline-thumb-align h4 {
    text-align: left;
    margin-left: 0;
  }
}
.vo-carousel {
  position: relative;
}
.vo-carousel .slides {
  height: 100%;
  width: 100%;
  background: #F7F7F7;
}
.vo-carousel .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vo-carousel .slides .slide .title {
  color: white;
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.vo-carousel .slides .slide .caption {
  padding: 16px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.vo-carousel nav ul.divots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vo-carousel nav ul.divots li {
  display: inline-block;
}
.vo-carousel nav ul.divots li a {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 1px;
  cursor: pointer;
}
.vo-carousel nav ul.divots li.-active a {
  background: #0077AB;
}
.vo-carousel nav .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: #1D1E1F;
  cursor: pointer;
}
.vo-carousel nav .arrow.-prev {
  left: 31px;
}
.vo-carousel nav .arrow.-next {
  right: 31px;
}
.vo-comment-count {
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
}
.vo-comment-count a {
  text-decoration: none;
  color: inherit;
}
.vo-comment-count.-counted {
  opacity: 1;
}
.vo-comments {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif !important;
}
.vo-comments #comments-toggle.show-comments.-toggle {
  font-size: 16px !important;
  font-weight: bold;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  text-decoration: none;
  letter-spacing: normal;
}
.vo-comments .coral-login {
  padding: 21px 0;
}
.vo-comments .coral-login strong {
  font-weight: bold;
}
.vo-comments .coral-login .vo-button {
  font-size: 13px;
  background: #10589b;
  color: white;
}
.vo-comments .coral-login .vo-button:hover {
  background: #3675af;
  color: white;
}
.vo-comments .policy {
  background: #FFE2CD;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 0 11px;
  padding: 20px;
  line-height: 1.6;
  display: none;
}
.vo-comments .policy p {
  margin-bottom: 16px;
  line-height: 1.6;
}
.vo-comments .policy p:last-child {
  margin-bottom: 0;
}
.vo-comments .policy .-wait {
  font-size: 108%;
  font-weight: bold;
  line-height: 1.4;
}
.vo-comments .policy .-wait .ic {
  float: left;
  font-size: 28px;
  color: #FF9540;
}
.vo-comments .policy .-wait > span {
  display: block;
}
.vo-comments .popup.-policy {
  display: none;
}
.vo-comments .toggled {
  display: none;
  padding: 2em 0;
  position: relative;
}
.vo-comments .toggled .loading {
  background: #efefef;
  text-align: center;
  padding: 2em 0;
  color: rgba(0, 0, 0, 0.2);
}
.vo-comments .toggled .loading .fa {
  display: inline-block;
}
.popup-comments-policy-content {
  padding: 15px 21px;
}
.popup-comments-policy-content .vo-rich-text ul li {
  margin: 0 0 12px;
}
.vo-comments-by-user .loading {
  background: #efefef;
  text-align: center;
  padding: 2em 0;
  color: rgba(0, 0, 0, 0.2);
}
.vo-comments-by-user .loading .fa {
  display: inline-block;
}
.vo-comments-by-user .empty {
  display: none;
  background: #efefef;
  text-align: center;
  padding: 2em 0;
  color: rgba(0, 0, 0, 0.2);
}
.vo-comments-by-user .vo-paginate {
  display: none;
}
.vo-excerpt.-comment {
  overflow: hidden;
}
.vo-excerpt.-comment .vo-thumb-author.-large {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0;
}
.vo-excerpt.-comment .excerpt-align .excerpt-title {
  line-height: 1.5;
}
.vo-excerpt.-comment .excerpt-align time {
  font-size: 14px;
  color: #707070;
  display: block;
  padding: 10px 0;
}
.vo-excerpt.-comment .excerpt-align .vo-rich-text {
  line-height: 1.5;
  font-size: 90%;
}
.vo-excerpt.-comment .excerpt-align .vo-rich-text p > br,
.vo-excerpt.-comment .excerpt-align .vo-rich-text p > span > br {
  display: none;
}
.vo-donations-list .loading {
  background: #efefef;
  text-align: center;
  padding: 2em 0;
  color: rgba(0, 0, 0, 0.2);
}
.vo-donations-list .loading .fa {
  display: inline-block;
  font-size: 20px;
}
.vo-donations-list .empty {
  display: none;
  color: rgba(0, 0, 0, 0.2);
}
.vo-donations-list .empty .-nada {
  background: #efefef;
  text-align: center;
  padding: 2em 0;
  margin: 0 0 21px;
}
.vo-donations-list .-scroll {
  max-height: 500px;
  overflow-y: auto;
}
.vo-dump {
  padding-bottom: 30px;
}
.vo-dump .property {
  overflow: hidden;
  padding: 12px 15px;
  font-size: 15px;
  background: #F7F7F7;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
}
.vo-dump .property .key {
  float: left;
  width: 200px;
  font-weight: bold;
  font-size: 9px;
}
.vo-dump .property .value {
  margin-left: 200px;
  padding-left: 1em;
  font-size: 11px;
  line-height: 1.4;
}
.vo-dump .property .vo-dump {
  padding: 0;
}
.vo-dump .property .property {
  margin: 0 0 2px;
}
.vo-excerpt.-event {
  max-width: 400px;
}
.vo-excerpt.-event.-block {
  max-width: none;
  overflow: hidden;
  margin-bottom: 16px;
}
.vo-excerpt.-event .excerpt-thumb {
  width: 70px;
  float: right;
}
.vo-excerpt.-event .thumb-align {
  margin-right: 70px;
  padding-right: 15px;
}
.vo-excerpt.-event .excerpt-title {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 6px;
  font-weight: 500;
}
.vo-excerpt.-event .excerpt-meta {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 14px;
  color: #1D1E1F;
  line-height: 20px;
}
.vo-excerpt.-event .excerpt-meta > * {
  margin: 0 0 2px;
}
.vo-excerpt.-event .excerpt-meta a {
  color: inherit;
  text-decoration: none;
}
.vo-excerpt.-event .vo-thumb span {
  width: 70px;
  height: 70px;
  display: block;
  background-size: cover;
  background-position: center;
}
.vo-excerpt.-event.-wide {
  max-width: none;
}
.vo-excerpt.-event.-wide .excerpt-title {
  font-size: 18px;
  font-weight: 500;
}
.vo-excerpt.-event.-wide .excerpt-meta {
  font-size: 16px;
  display: block;
  line-height: 1.5;
}
.vo-excerpt.-event.-wide .excerpt-meta time {
  color: #707070;
  font-size: 90%;
}
.vo-excerpt.-event.-wide .excerpt-thumb {
  float: left;
  width: 100px;
}
.vo-excerpt.-event.-wide .excerpt-thumb .vo-thumb span {
  width: 100px;
  height: 100px;
}
.vo-excerpt.-event.-wide .thumb-align {
  padding-left: 1em;
  margin-left: 100px;
}
.vo-excerpt.-event.-sz-small.-sz-trans-up-title .excerpt-title,
.vo-excerpt.-event .small.-sz-trans-up-title .excerpt-title {
  font-size: 16px;
}
.vo-excerpt.-event.-sz-small.-sz-trans-tile .excerpt-thumb,
.vo-excerpt.-event .small.-sz-trans-tile .excerpt-thumb {
  float: none;
  width: 100%;
  margin: 0 0 16px;
}
.vo-excerpt.-event.-sz-small.-sz-trans-tile .thumb-align,
.vo-excerpt.-event .small.-sz-trans-tile .thumb-align {
  margin-right: 0;
}
.vo-excerpt.-event.-sz-small.-wide .excerpt-thumb,
.vo-excerpt.-event .small.-wide .excerpt-thumb {
  float: none;
  width: 100%;
  margin: 0 0 16px;
}
.vo-excerpt.-event.-sz-small.-wide .excerpt-thumb .vo-thumb span,
.vo-excerpt.-event .small.-wide .excerpt-thumb .vo-thumb span {
  width: 100%;
  height: 300px;
}
.vo-excerpt.-event.-sz-small.-wide .thumb-align,
.vo-excerpt.-event .small.-wide .thumb-align {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 450px) {
  .vo-excerpt.-event.-sz-trans-up-title .excerpt-title {
    font-size: 16px;
  }
  .vo-excerpt.-event.-sz-trans-tile .excerpt-thumb {
    float: none;
    width: 100%;
    margin: 0 0 16px;
  }
  .vo-excerpt.-event.-sz-trans-tile .thumb-align {
    margin-right: 0;
  }
  .vo-excerpt.-event.-wide .excerpt-thumb {
    float: none;
    width: 100%;
    margin: 0 0 16px;
  }
  .vo-excerpt.-event.-wide .excerpt-thumb .vo-thumb span {
    width: 100%;
    height: 300px;
  }
  .vo-excerpt.-event.-wide .thumb-align {
    margin: 0;
    padding: 0;
  }
}
.vo-excerpt-insert {
  overflow: hidden;
  background: #F7F7F7;
  padding-bottom: 0;
}
.vo-excerpt-insert .sidebar-insert {
  position: relative;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar,
.vo-excerpt-insert .sidebar-insert .widget {
  float: left;
  width: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 25px;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar:nth-child(even),
.vo-excerpt-insert .sidebar-insert .widget:nth-child(even) {
  clear: right;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar:nth-child(odd),
.vo-excerpt-insert .sidebar-insert .widget:nth-child(odd) {
  clear: left;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar.-white,
.vo-excerpt-insert .sidebar-insert .widget.-white {
  background: white;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar .vo-sidebar,
.vo-excerpt-insert .sidebar-insert .widget .vo-sidebar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar .vo-sidebar .sidebar-title,
.vo-excerpt-insert .sidebar-insert .widget .vo-sidebar .sidebar-title {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #0077AB;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  margin: 0 0 20px;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar .vo-sidebar .vo-excerpt,
.vo-excerpt-insert .sidebar-insert .widget .vo-sidebar .vo-excerpt {
  margin: 0;
  padding: 0;
  border: none;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar .vo-sidebar.-bare,
.vo-excerpt-insert .sidebar-insert .widget .vo-sidebar.-bare {
  padding: 22px !important;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar .vo-sidebar .-tab,
.vo-excerpt-insert .sidebar-insert .widget .vo-sidebar .-tab {
  max-height: 300px;
  overflow-y: auto;
}
.vo-excerpt-insert .sidebar-insert .vo-sidebar.vo-ad,
.vo-excerpt-insert .sidebar-insert .widget.vo-ad {
  width: 100%;
}
.vo-excerpt-insert.-singular .sidebar-insert .vo-sidebar,
.vo-excerpt-insert.-singular .sidebar-insert .widget {
  float: none;
  width: 100%;
  border: none;
}
.vo-excerpt.-newsletter .excerpt-thumb {
  width: 105px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
.vo-excerpt.-newsletter .excerpt-thumb-align {
  margin-left: 105px;
}
.vo-excerpt.-newsletter .excerpt-thumb-align .excerpt-description {
  font-size: 15px;
  line-height: 1.4;
  color: #707070;
  margin-bottom: 20px;
}
.vo-excerpt.-podcast {
  overflow: hidden;
  max-width: 400px;
}
.vo-excerpt.-podcast .excerpt-thumb {
  float: left;
  width: 95px;
}
.vo-excerpt.-podcast .excerpt-thumb .vo-thumb {
  display: block;
}
.vo-excerpt.-podcast .thumb-align {
  margin-left: 95px;
  padding-left: 15px;
}
.vo-excerpt.-podcast .excerpt-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
}
.vo-excerpt.-podcast .excerpt-lede {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 13px;
  color: #1A1A1A;
  line-height: 20px;
}
.vo-excerpt.-podcast .excerpt-lede a {
  text-decoration: none;
  color: inherit;
}
.vo-excerpt.-podcast .vo-button {
  font-size: 12px;
  font-weight: 600;
}
.vo-excerpt-sponsor {
  color: #707070;
  font-size: 13px;
}
.vo-excerpt-sponsor .vo-thumb.-bg {
  float: left;
  width: 100px;
  height: 51px !important;
  background: transparent;
  padding: 3px 6px;
}
.vo-excerpt-sponsor .vo-thumb.-bg .aspect {
  background-size: contain;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}
.vo-excerpt-sponsor .sponsor-thumb-link {
  display: block;
  float: left;
  padding-right: 16px;
}
.vo-excerpt-sponsor .sponsor-align {
  padding: 10px 0;
}
.vo-excerpt-sponsor .sponsor-align .label {
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .5;
  font-size: 10px;
}
.vo-excerpt-sponsor .sponsor-align a {
  text-decoration: none;
  color: #707070;
  line-height: 21px;
  display: block;
}
.vo-excerpt-sponsor.-white {
  background: white;
  overflow: hidden;
}
.vo-excerpt-sponsor.-large,
.vo-excerpt-sponsor.-xlarge {
  text-align: center;
  padding: 16px;
  font-size: 13px;
}
.vo-excerpt-sponsor.-large .sponsor-thumb-link,
.vo-excerpt-sponsor.-xlarge .sponsor-thumb-link {
  display: block;
  float: none;
  margin: 0;
}
.vo-excerpt-sponsor.-large .vo-thumb,
.vo-excerpt-sponsor.-xlarge .vo-thumb {
  width: 100%;
  height: 100px !important;
  border: none;
  position: relative;
}
.vo-excerpt-sponsor.-large .vo-thumb:after,
.vo-excerpt-sponsor.-xlarge .vo-thumb:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.vo-excerpt-sponsor.-large .sponsor-align,
.vo-excerpt-sponsor.-xlarge .sponsor-align {
  clear: both;
  display: block;
}
.vo-excerpt.-tile-microsite {
  background: #F7F7F7;
  padding-bottom: 30px;
  max-width: 600px;
  cursor: pointer;
  -webkit-transition: 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow;
  transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
}
.vo-excerpt.-tile-microsite:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.vo-excerpt.-tile-microsite .excerpt-thumb {
  margin: 0 0 20px;
}
.vo-excerpt.-tile-microsite .excerpt-content {
  padding: 0 20px;
}
.vo-excerpt.-tile-microsite .excerpt-content .excerpt-title {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 10px;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
.vo-excerpt.-tile-microsite .excerpt-content .excerpt-lede {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 20px;
}
.vo-excerpt.-tile-microsite .excerpt-read-more {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 0 0;
  display: block;
}
.vo-excerpt.-tile-microsite:hover .excerpt-read-more {
  text-decoration: underline;
}
.vo-excerpt.-tile-microsite.-sz-med,
.vo-excerpt.-tile-microsite .med {
  padding-bottom: 40px;
}
.vo-excerpt.-tile-microsite.-sz-small,
.vo-excerpt.-tile-microsite .small {
  padding-bottom: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 500px) and (min-width: 351px) {
  .vo-excerpt.-tile-microsite {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 350px) {
  .vo-excerpt.-tile-microsite {
    padding-bottom: 40px;
    padding-bottom: 30px;
  }
}
.vo-video-tiles {
  width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vo-video-tiles:before,
.vo-video-tiles:after {
  display: table;
  line-height: 0;
  content: "";
}
.vo-video-tiles:after {
  clear: both;
}
.vo-video-tiles:before,
.vo-video-tiles:after {
  display: table;
  line-height: 0;
  content: "";
}
.vo-video-tiles:after {
  clear: both;
}
.vo-video-tiles.-flush,
.vo-video-tiles .-flush {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vo-video-tiles.-flushl,
.vo-video-tiles .-flushl {
  padding-left: 0 !important;
}
.vo-video-tiles.-flushr,
.vo-video-tiles .-flushr {
  padding-right: 0 !important;
}
.vo-video-tiles > .w0,
.vo-video-tiles > .row .w0 {
  float: left;
  width: 0%;
  padding: 0 20px;
}
.vo-video-tiles > .w1,
.vo-video-tiles > .row .w1 {
  float: left;
  width: 8.33333333%;
  padding: 0 20px;
}
.vo-video-tiles > .w2,
.vo-video-tiles > .row .w2 {
  float: left;
  width: 16.66666667%;
  padding: 0 20px;
}
.vo-video-tiles > .w3,
.vo-video-tiles > .row .w3 {
  float: left;
  width: 25%;
  padding: 0 20px;
}
.vo-video-tiles > .w4,
.vo-video-tiles > .row .w4 {
  float: left;
  width: 33.33333333%;
  padding: 0 20px;
}
.vo-video-tiles > .w5,
.vo-video-tiles > .row .w5 {
  float: left;
  width: 41.66666667%;
  padding: 0 20px;
}
.vo-video-tiles > .w6,
.vo-video-tiles > .row .w6 {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.vo-video-tiles > .w7,
.vo-video-tiles > .row .w7 {
  float: left;
  width: 58.33333333%;
  padding: 0 20px;
}
.vo-video-tiles > .w8,
.vo-video-tiles > .row .w8 {
  float: left;
  width: 66.66666667%;
  padding: 0 20px;
}
.vo-video-tiles > .w9,
.vo-video-tiles > .row .w9 {
  float: left;
  width: 75%;
  padding: 0 20px;
}
.vo-video-tiles > .w10,
.vo-video-tiles > .row .w10 {
  float: left;
  width: 83.33333333%;
  padding: 0 20px;
}
.vo-video-tiles > .w11,
.vo-video-tiles > .row .w11 {
  float: left;
  width: 91.66666667%;
  padding: 0 20px;
}
.vo-video-tiles > .row {
  display: block;
  clear: both;
  *zoom: 1;
}
.vo-video-tiles > .row:before,
.vo-video-tiles > .row:after {
  display: table;
  line-height: 0;
  content: "";
}
.vo-video-tiles > .row:after {
  clear: both;
}
.vo-video-tiles > .row:before,
.vo-video-tiles > .row:after {
  display: table;
  line-height: 0;
  content: "";
}
.vo-video-tiles > .row:after {
  clear: both;
}
.vo-video-tiles > .row > *:first-child {
  padding-left: 0;
}
.vo-video-tiles > .row > *:last-child {
  padding-right: 0;
}
.vo-video-tiles > .row.-uniform {
  margin-left: -20px;
  margin-right: -20px;
}
.vo-video-tiles > .row.-uniform > * {
  padding: 0 20px !important;
}
.vo-video-tiles > [class^="w"]:first-child,
.vo-video-tiles > [class^="w"].-flush {
  padding-left: 0;
}
.vo-video-tiles > [class^="w"]:last-child,
.vo-video-tiles > [class^="w"].-flush {
  padding-right: 0;
}
.vo-video-tiles.-debug {
  border: 5px solid #eee;
}
.vo-video-tiles.-debug > *,
.vo-video-tiles.-debug .row > * {
  border: 1px solid #C3C3C3;
}
.vo-video-tiles.-no-pad > [class^="w"],
.vo-video-tiles .row.-no-pad > [class^="w"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vo-video-tiles.-sz-med > .row .vidtile,
.vo-video-tiles .med > .row .vidtile {
  width: 25%;
}
.vo-video-tiles.-sz-med > .row .vidtile .play,
.vo-video-tiles .med > .row .vidtile .play {
  width: 40px;
  height: 40px;
}
.vo-video-tiles.-sz-med > .row .vidtile .play:after,
.vo-video-tiles .med > .row .vidtile .play:after {
  border-width: 10px 0 10px 15px;
  margin-left: 3px;
}
.vo-video-tiles.-sz-med > .row .vidtile:nth-of-type(4) ~ .vidtile,
.vo-video-tiles .med > .row .vidtile:nth-of-type(4) ~ .vidtile {
  display: none;
}
.vo-video-tiles.-sz-small > .row .vidtile,
.vo-video-tiles .small > .row .vidtile {
  width: 25%;
}
.vo-video-tiles.-sz-small > .row .vidtile .play,
.vo-video-tiles .small > .row .vidtile .play {
  width: 40px;
  height: 40px;
}
.vo-video-tiles.-sz-small > .row .vidtile .play:after,
.vo-video-tiles .small > .row .vidtile .play:after {
  border-width: 10px 0 10px 15px;
  margin-left: 3px;
}
.vo-video-tiles.-sz-small > .row .vidtile:nth-of-type(4) ~ .vidtile,
.vo-video-tiles .small > .row .vidtile:nth-of-type(4) ~ .vidtile {
  display: none;
}
.vo-video-tiles.-sz-small > .row .vidtile,
.vo-video-tiles .small > .row .vidtile {
  width: 33.33%;
}
.vo-video-tiles.-sz-small > .row .vidtile:nth-of-type(3) ~ .vidtile,
.vo-video-tiles .small > .row .vidtile:nth-of-type(3) ~ .vidtile {
  display: none;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile,
.vo-video-tiles .xsmall > .row .vidtile {
  width: 25%;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile .play,
.vo-video-tiles .xsmall > .row .vidtile .play {
  width: 40px;
  height: 40px;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile .play:after,
.vo-video-tiles .xsmall > .row .vidtile .play:after {
  border-width: 10px 0 10px 15px;
  margin-left: 3px;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile:nth-of-type(4) ~ .vidtile,
.vo-video-tiles .xsmall > .row .vidtile:nth-of-type(4) ~ .vidtile {
  display: none;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile,
.vo-video-tiles .xsmall > .row .vidtile {
  width: 33.33%;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile:nth-of-type(3) ~ .vidtile,
.vo-video-tiles .xsmall > .row .vidtile:nth-of-type(3) ~ .vidtile {
  display: none;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile,
.vo-video-tiles .xsmall > .row .vidtile {
  margin: 0 0 40px;
  width: 50%;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile:nth-child(2),
.vo-video-tiles .xsmall > .row .vidtile:nth-child(2) {
  clear: right;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile:nth-child(3),
.vo-video-tiles .xsmall > .row .vidtile:nth-child(3) {
  clear: left;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile:nth-of-type(3) ~ .vidtile,
.vo-video-tiles .xsmall > .row .vidtile:nth-of-type(3) ~ .vidtile {
  display: block;
}
.vo-video-tiles.-sz-xsmall > .row .vidtile .excerpt-title,
.vo-video-tiles .xsmall > .row .vidtile .excerpt-title {
  font-size: 16px;
  line-height: 20px;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile,
.vo-video-tiles .xxsmall > .row .vidtile {
  width: 25%;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile .play,
.vo-video-tiles .xxsmall > .row .vidtile .play {
  width: 40px;
  height: 40px;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile .play:after,
.vo-video-tiles .xxsmall > .row .vidtile .play:after {
  border-width: 10px 0 10px 15px;
  margin-left: 3px;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile:nth-of-type(4) ~ .vidtile,
.vo-video-tiles .xxsmall > .row .vidtile:nth-of-type(4) ~ .vidtile {
  display: none;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile,
.vo-video-tiles .xxsmall > .row .vidtile {
  width: 33.33%;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile:nth-of-type(3) ~ .vidtile,
.vo-video-tiles .xxsmall > .row .vidtile:nth-of-type(3) ~ .vidtile {
  display: none;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile,
.vo-video-tiles .xxsmall > .row .vidtile {
  margin: 0 0 40px;
  width: 50%;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile:nth-child(2),
.vo-video-tiles .xxsmall > .row .vidtile:nth-child(2) {
  clear: right;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile:nth-child(3),
.vo-video-tiles .xxsmall > .row .vidtile:nth-child(3) {
  clear: left;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile:nth-of-type(3) ~ .vidtile,
.vo-video-tiles .xxsmall > .row .vidtile:nth-of-type(3) ~ .vidtile {
  display: block;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile .excerpt-title,
.vo-video-tiles .xxsmall > .row .vidtile .excerpt-title {
  font-size: 16px;
  line-height: 20px;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile,
.vo-video-tiles .xxsmall > .row .vidtile {
  width: 100%;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile:last-child,
.vo-video-tiles .xxsmall > .row .vidtile:last-child {
  margin-bottom: 0;
}
.vo-video-tiles.-sz-xxsmall > .row .vidtile .excerpt-title,
.vo-video-tiles .xxsmall > .row .vidtile .excerpt-title {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 900px) and (min-width: 701px) {
  .vo-video-tiles > .row .vidtile {
    width: 25%;
  }
  .vo-video-tiles > .row .vidtile .play {
    width: 40px;
    height: 40px;
  }
  .vo-video-tiles > .row .vidtile .play:after {
    border-width: 10px 0 10px 15px;
    margin-left: 3px;
  }
  .vo-video-tiles > .row .vidtile:nth-of-type(4) ~ .vidtile {
    display: none;
  }
}
@media screen and (max-width: 700px) and (min-width: 501px) {
  .vo-video-tiles > .row .vidtile {
    width: 25%;
  }
  .vo-video-tiles > .row .vidtile .play {
    width: 40px;
    height: 40px;
  }
  .vo-video-tiles > .row .vidtile .play:after {
    border-width: 10px 0 10px 15px;
    margin-left: 3px;
  }
  .vo-video-tiles > .row .vidtile:nth-of-type(4) ~ .vidtile {
    display: none;
  }
  .vo-video-tiles > .row .vidtile {
    width: 33.33%;
  }
  .vo-video-tiles > .row .vidtile:nth-of-type(3) ~ .vidtile {
    display: none;
  }
}
@media screen and (max-width: 500px) and (min-width: 351px) {
  .vo-video-tiles > .row .vidtile {
    width: 25%;
  }
  .vo-video-tiles > .row .vidtile .play {
    width: 40px;
    height: 40px;
  }
  .vo-video-tiles > .row .vidtile .play:after {
    border-width: 10px 0 10px 15px;
    margin-left: 3px;
  }
  .vo-video-tiles > .row .vidtile:nth-of-type(4) ~ .vidtile {
    display: none;
  }
  .vo-video-tiles > .row .vidtile {
    width: 33.33%;
  }
  .vo-video-tiles > .row .vidtile:nth-of-type(3) ~ .vidtile {
    display: none;
  }
  .vo-video-tiles > .row .vidtile {
    margin: 0 0 40px;
    width: 50%;
  }
  .vo-video-tiles > .row .vidtile:nth-child(2) {
    clear: right;
  }
  .vo-video-tiles > .row .vidtile:nth-child(3) {
    clear: left;
  }
  .vo-video-tiles > .row .vidtile:nth-of-type(3) ~ .vidtile {
    display: block;
  }
  .vo-video-tiles > .row .vidtile .excerpt-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 350px) {
  .vo-video-tiles > .row .vidtile {
    width: 25%;
  }
  .vo-video-tiles > .row .vidtile .play {
    width: 40px;
    height: 40px;
  }
  .vo-video-tiles > .row .vidtile .play:after {
    border-width: 10px 0 10px 15px;
    margin-left: 3px;
  }
  .vo-video-tiles > .row .vidtile:nth-of-type(4) ~ .vidtile {
    display: none;
  }
  .vo-video-tiles > .row .vidtile {
    width: 33.33%;
  }
  .vo-video-tiles > .row .vidtile:nth-of-type(3) ~ .vidtile {
    display: none;
  }
  .vo-video-tiles > .row .vidtile {
    margin: 0 0 40px;
    width: 50%;
  }
  .vo-video-tiles > .row .vidtile:nth-child(2) {
    clear: right;
  }
  .vo-video-tiles > .row .vidtile:nth-child(3) {
    clear: left;
  }
  .vo-video-tiles > .row .vidtile:nth-of-type(3) ~ .vidtile {
    display: block;
  }
  .vo-video-tiles > .row .vidtile .excerpt-title {
    font-size: 16px;
    line-height: 20px;
  }
  .vo-video-tiles > .row .vidtile {
    width: 100%;
  }
  .vo-video-tiles > .row .vidtile:last-child {
    margin-bottom: 0;
  }
  .vo-video-tiles > .row .vidtile .excerpt-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.vo-excerpt.-tile-video .excerpt-thumb {
  margin: 0 0 12px;
}
.vo-excerpt.-tile-video .excerpt-title {
  color: #0071C5;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 12px;
}
.vo-excerpt.-tile-video .excerpt-lede {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 20px;
  margin: 0 0 12px;
}
.vo-excerpt.-tile-video .excerpt-byline {
  padding-top: 5px;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #707070;
  letter-spacing: 0;
}
.vo-field.-aside {
  /* View the current Mor: */
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}
.vo-field.-aside.-light {
  color: #FFFFFF;
}
.vo-field.-aside.-valign {
  line-height: 50px;
}
.vo-field.-aside.-tc {
  text-align: center;
}
.vo-field.-aside a {
  color: inherit;
}
.vo-field.-file .input-area {
  background: #F7F7F7;
  padding: 16px;
}
.vo-field.-checkbox .faux-input .box {
  width: 34px;
  height: 34px;
  border: 1px solid #979797;
  float: left;
  font-size: 31px;
  text-align: center;
  cursor: pointer;
}
.vo-field.-checkbox .faux-input .box .check {
  display: none;
}
.vo-field.-checkbox .faux-input .label {
  margin-left: 34px;
  padding-left: 1em;
  cursor: pointer;
}
.vo-field.-checkbox .faux-input .label strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vo-field.-checkbox .faux-input .label small {
  display: inline-block;
  padding: 0;
  float: none;
  font-size: 13px;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vo-field.-checkbox .faux-input .label .more {
  font-size: 13px;
  text-decoration: none;
  margin: 0 0 8px;
  line-height: 34px;
}
.vo-field.-checkbox .input {
  display: none;
}
.vo-field.-checkbox.-selected .faux-input .check {
  display: inline-block;
}
.vo-field.-checkbox.-sz-med .faux-input .label strong,
.vo-field.-checkbox .med .faux-input .label strong {
  display: block;
  line-height: 1.4;
  margin: 0 0 4px;
}
.vo-field.-checkbox.-sz-med .faux-input .label small,
.vo-field.-checkbox .med .faux-input .label small,
.vo-field.-checkbox.-sz-med .faux-input .label a.more,
.vo-field.-checkbox .med .faux-input .label a.more {
  display: block;
  line-height: 1.5;
  margin: 0 0 4px;
}
.vo-field.-checkbox.-sz-med .faux-input .label small .delim,
.vo-field.-checkbox .med .faux-input .label small .delim,
.vo-field.-checkbox.-sz-med .faux-input .label a.more .delim,
.vo-field.-checkbox .med .faux-input .label a.more .delim {
  display: none;
}
.vo-field.-checkbox.-sz-small .faux-input .label strong {
  display: block;
  line-height: 1.4;
  margin: 0 0 4px;
}
.vo-field.-checkbox.-sz-small .faux-input .label small,
.vo-field.-checkbox.-sz-small .faux-input .label a.more {
  display: block;
  line-height: 1.5;
  margin: 0 0 4px;
}
.vo-field.-checkbox.-sz-small .faux-input .label small .delim,
.vo-field.-checkbox.-sz-small .faux-input .label a.more .delim {
  display: none;
}
@media screen and (max-width: 600px) {
  .vo-field.-checkbox .faux-input .label strong {
    display: block;
    line-height: 1.4;
    margin: 0 0 4px;
  }
  .vo-field.-checkbox .faux-input .label small,
  .vo-field.-checkbox .faux-input .label a.more {
    display: block;
    line-height: 1.5;
    margin: 0 0 4px;
  }
  .vo-field.-checkbox .faux-input .label small .delim,
  .vo-field.-checkbox .faux-input .label a.more .delim {
    display: none;
  }
}
.vo-field.-dropdown {
  position: relative;
  text-align: left;
}
.vo-field.-dropdown .faux-input {
  display: block;
  width: 100%;
  height: 50px;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  line-height: 48px;
  font-size: 16px;
  color: #1A1A1A;
  padding: 0 20px;
  border: 1px solid #C3C3C3;
  cursor: pointer;
  position: relative;
  background: white;
}
.vo-field.-dropdown .faux-input.-null {
  color: rgba(0, 0, 0, 0.4);
}
.vo-field.-dropdown .faux-input .arrow {
  font-size: 20px;
  color: black;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vo-field.-dropdown .options {
  border: 1px solid #C3C3C3;
  border-top: none;
  display: none;
  position: absolute;
  background: white;
  left: 0;
  width: 100%;
  z-index: 99;
  max-height: 200px;
  overflow-x: auto;
}
.vo-field.-dropdown .options li {
  font-size: 16px;
  color: #1A1A1A;
  padding: 10px 16px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}
.vo-field.-dropdown .options li:first-child {
  padding-top: 16px;
}
.vo-field.-dropdown .options li:last-child {
  padding-bottom: 16px;
}
.vo-field.-dropdown .options li:hover {
  background: #f3f3f3;
}
.vo-field.-dropdown select {
  display: none;
}
.vo-field.-dropdown.-open .options {
  display: block;
}
.vo-field.-dropdown.-style-dark-outline .faux-input {
  border: 1px solid #C3C3C3;
}
.vo-field.-dropdown.-short .faux-input {
  height: 40px;
  line-height: 39px;
  font-size: 15px;
}
.vo-field.-dropdown.-short .options li {
  font-size: 14px;
}
.vo-field.-email label {
  margin-bottom: 12px;
}
.vo-field.-email .faux-input {
  display: block;
  width: 100%;
  height: 50px;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  line-height: 48px;
  font-size: 16px;
  color: #1A1A1A;
  border: 1px solid #C3C3C3;
  cursor: pointer;
  background: white;
  position: relative;
  padding: 0 0 0 30px;
  overflow: hidden;
  max-width: 550px;
}
.vo-field.-email .faux-input input {
  border: none;
  outline: none;
}
.vo-field.-email .faux-input .ic-env,
.vo-field.-email .faux-input .ic-think {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.25);
  font-size: 19px;
  vertical-align: middle;
}
.vo-field.-email .faux-input .ic-think {
  display: none;
  -webkit-transform: none;
  transform: none;
  margin-top: -10px;
}
.vo-field.-email.-no-max-width .faux-input {
  max-width: none;
}
.vo-field.-email.-thinking .faux-input {
  opacity: .9;
}
.vo-field.-email.-thinking .faux-input .ic-env {
  display: none;
}
.vo-field.-email.-thinking .faux-input .ic-think {
  display: block;
}
.vo-field.-email.-thinking .faux-input input {
  pointer-events: none;
  color: #ccc;
}
.vo-field.-email.-borderless .faux-input {
  border: none;
}
.vo-field.-money .faux-input {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 30px;
  padding: 0;
  border: 1px solid #C3C3C3;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  background: white;
}
.vo-field.-money .faux-input input {
  border: none;
  height: 100%;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #1A1A1A;
  padding-left: 30px;
}
.vo-field.-money .faux-input .prefix {
  position: absolute;
  display: block;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 49px;
  left: 12px;
}
.vo-field.-money.-style-dark-outline .faux-input {
  border: 1px solid #C3C3C3;
}
.vo-field.-money.-short .faux-input {
  height: 40px;
}
.vo-field.-money.-short .faux-input .prefix {
  line-height: 39px;
}
.vo-field.-money.-short .faux-input input {
  font-size: 15px;
}
.vo-field.-money-bubbles {
  *zoom: 1;
}
.vo-field.-money-bubbles:before,
.vo-field.-money-bubbles:after {
  display: table;
  line-height: 0;
  content: "";
}
.vo-field.-money-bubbles:after {
  clear: both;
}
.vo-field.-money-bubbles:before,
.vo-field.-money-bubbles:after {
  display: table;
  line-height: 0;
  content: "";
}
.vo-field.-money-bubbles:after {
  clear: both;
}
.vo-field.-money-bubbles .bubbles {
  overflow: hidden;
  margin: 0 -10px 40px;
}
.vo-field.-money-bubbles .bubbles .bubble {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.vo-field.-money-bubbles .bubbles .bubble .-posrel {
  width: 100%;
  height: 90px;
}
.vo-field.-money-bubbles .bubbles .bubble .description {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 12px;
  color: #CE4A00;
  letter-spacing: 0;
}
.vo-field.-money-bubbles .bubbles .bubble .amount {
  display: block;
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  border-radius: 36px;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}
.vo-field.-money-bubbles .bubbles .bubble .amount i {
  font-style: normal;
}
.vo-field.-money-bubbles .bubbles .bubble:hover .amount {
  border: 1px solid #bbb;
}
.vo-field.-money-bubbles .bubbles .bubble.-selected .amount {
  background: #0077AB;
  color: white;
}
.vo-field.-money-bubbles .other {
  float: left;
}
.vo-field.-money-bubbles .other .vo-field {
  width: 190px;
  margin: 0;
}
.vo-field.-money-bubbles .info .message {
  display: none;
  float: right;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 13px;
  color: #1D1E1F;
  line-height: 20px;
  background: #DFFFB2;
  border: 1px solid #8ED95E;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 300px;
  text-align: center;
  padding: 5px 8px;
}
.vo-field.-money-bubbles .info .message.warn {
  background: #FFE2CD;
  border: 1px solid #FF9540;
}
.vo-field.-money-bubbles.-sz-med .bubbles .bubble,
.vo-field.-money-bubbles .med .bubbles .bubble {
  width: 50%;
}
.vo-field.-money-bubbles.-sz-med .info,
.vo-field.-money-bubbles .med .info {
  padding-top: 20px;
  float: left;
  width: 300px;
}
.vo-field.-money-bubbles.-sz-med .info .message,
.vo-field.-money-bubbles .med .info .message {
  float: none;
  display: block;
}
.vo-field.-money-bubbles.-sz-small .bubbles .bubble,
.vo-field.-money-bubbles .small .bubbles .bubble {
  width: 50%;
}
.vo-field.-money-bubbles.-sz-small .info,
.vo-field.-money-bubbles .small .info {
  padding-top: 20px;
  float: left;
  width: 300px;
}
.vo-field.-money-bubbles.-sz-small .info .message,
.vo-field.-money-bubbles .small .info .message {
  float: none;
  display: block;
}
.vo-field.-money-bubbles.-sz-small .bubbles,
.vo-field.-money-bubbles .small .bubbles {
  display: none;
}
.vo-field.-money-bubbles.-sz-small .other,
.vo-field.-money-bubbles .small .other {
  float: none;
  width: 100%;
  margin: 0 0 10px;
}
.vo-field.-money-bubbles.-sz-small .other .vo-field,
.vo-field.-money-bubbles .small .other .vo-field {
  width: 100%;
}
.vo-field.-money-bubbles.-sz-small .info,
.vo-field.-money-bubbles .small .info {
  float: none;
  width: 100%;
}
.vo-field.-money-bubbles.-sz-small .info .message,
.vo-field.-money-bubbles .small .info .message {
  float: none;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 600px) and (min-width: 501px) {
  .vo-field.-money-bubbles .bubbles .bubble {
    width: 50%;
  }
  .vo-field.-money-bubbles .info {
    padding-top: 20px;
    float: left;
    width: 300px;
  }
  .vo-field.-money-bubbles .info .message {
    float: none;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .vo-field.-money-bubbles .bubbles .bubble {
    width: 50%;
  }
  .vo-field.-money-bubbles .info {
    padding-top: 20px;
    float: left;
    width: 300px;
  }
  .vo-field.-money-bubbles .info .message {
    float: none;
    display: block;
  }
  .vo-field.-money-bubbles .bubbles {
    display: none;
  }
  .vo-field.-money-bubbles .other {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .vo-field.-money-bubbles .other .vo-field {
    width: 100%;
  }
  .vo-field.-money-bubbles .info {
    float: none;
    width: 100%;
  }
  .vo-field.-money-bubbles .info .message {
    float: none;
    width: 100%;
    padding: 20px;
  }
}
.vo-field.-radios {
  text-align: center;
}
.vo-field.-radios .radio {
  margin: 0 15px;
}
.vo-field.-radios .radio input {
  margin: 0 3px 0 0;
}
.vo-field.-radios .radio label {
  display: inline-block !important;
}
.vo-field.-radios.-sz-med,
.vo-field.-radios .med {
  text-align: center;
}
.vo-field.-radios.-sz-small,
.vo-field.-radios .small {
  text-align: center;
}
@media screen and (max-width: 600px) and (min-width: 501px) {
  .vo-field.-radios {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .vo-field.-radios {
    text-align: center;
  }
}
.vo-field.-text {
  /* Enter Email Address: */
}
.vo-field.-text input,
.vo-field.-text textarea {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #C3C3C3;
  display: block;
  width: 100%;
  background: white;
}
.vo-field.-text input {
  height: 50px;
}
.vo-field.-text textarea {
  padding: 20px;
  resize: vertical;
}
.vo-field.-text.-style-dark-outline input,
.vo-field.-text.-style-dark-outline textarea {
  border: 1px solid #C3C3C3;
}
.vo-field.-text-submit {
  position: relative;
}
.vo-field.-text-submit input {
  padding-right: 100px;
}
.vo-field.-text-submit .vo-button {
  position: absolute;
  right: -2px;
  top: 0;
  outline: none;
  height: 50px;
}
.vo-field.-text-submit.-style-dark-outline input {
  border: 1px solid #C3C3C3;
}
.gform_wrapper {
  background: #F7F7F7;
  padding: 40px 40px 31px 40px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 -4px 0 0 #0077AB;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 -4px 0 0 #0077AB;
}
.gform_wrapper .gform_heading {
  margin: 0 0 15px;
}
.gform_wrapper .gform_heading .gform_title {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 18px;
  line-height: 1.3;
  margin: 0;
}
.gform_wrapper .gform_heading .gform_title.-med {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.25px;
}
.gform_wrapper .gform_heading .gform_title.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.gform_wrapper .gform_heading .gform_description {
  color: #707070;
  font-size: 14px;
  padding-top: 12px;
  display: block;
}
.gform_wrapper .validation_error {
  color: red;
  margin-bottom: 21px;
  margin-top: -20px;
  font-weight: bold;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  margin: 0 0 21px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gsection {
  padding-top: 21px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gsection .gsection_title {
  font-size: 20px;
  color: #1D1E1F;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 20px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_left {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 21px;
  clear: left;
  display: block;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_right {
  float: left;
  width: 50%;
  padding-left: 10px;
  margin-bottom: 21px;
  clear: right;
  display: block;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_full {
  display: block;
  margin-bottom: 21px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
  margin-top: 0;
  margin-bottom: 21px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex {
  overflow: hidden;
  margin-bottom: 21px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex > span {
  display: block;
  float: left;
  width: 50%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex > span:nth-child(odd) {
  padding-right: 10px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex > span:nth-child(even) {
  padding-left: 10px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex > span label {
  font-size: 14px;
  color: #707070;
  display: block;
  padding: 2px 0 0;
  margin: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_address {
  margin-bottom: -21px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label {
  display: block;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #1A1A1A;
  line-height: 30px;
  margin: 0 0 4px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_required {
  color: #660000;
  margin-left: 3px;
  display: inline-block;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description.validation_message {
  background: #FFE2CD;
  font-size: 14px;
  color: red;
  padding: 12px;
  margin-top: -21px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error input {
  border: 1px solid red !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield input[type="text"],
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea,
.gform_wrapper .gform_body ul.gform_fields li.gfield select {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 30px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #C3C3C3;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
  height: 200px;
  max-height: none;
  resize: vertical;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0 20px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield select {
  padding: 10px;
  position: relative;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
  padding: 20px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_radio li,
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox li {
  margin: 0 0 6px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_radio li input,
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox li input {
  line-height: 20px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  font-size: 16px;
  margin: 0 5px 0;
}
.gform_wrapper .gform_footer {
  padding-top: 13px;
  margin: 0;
}
.gform_wrapper .gform_footer input[type="submit"] {
  background: #FF9540;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  color: #1D1E1F;
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .2s background;
  transition: .2s background;
  line-height: 50px;
  padding: 0 25px;
  cursor: pointer;
  -webkit-appearance: default-button;
  display: inline-block;
  line-height: normal;
  height: auto;
  padding: 12px 25px;
}
.gform_wrapper .gform_footer input[type="submit"]:visited,
.gform_wrapper .gform_footer input[type="submit"].-visited {
  color: inherit;
}
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"].-hover {
  background: #FFB138;
  color: inherit;
}
.gform_wrapper .gform_footer input[type="submit"].-up {
  text-transform: uppercase;
}
.gform_wrapper .gform_footer input[type="submit"].-f16 {
  font-size: 16px;
}
.gform_wrapper .gform_footer input[type="submit"].-thicken {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
.gform_wrapper .gform_footer input[type="submit"].-thin {
  font-weight: 300;
}
.gform_wrapper .gform_footer input[type="submit"].-dark {
  background: #0077AB;
  color: white;
}
.gform_wrapper .gform_footer input[type="submit"].-dark:hover {
  background: #008DCA;
}
.gform_wrapper .gform_footer input[type="submit"].-wide {
  padding: 0 40px;
}
.gform_wrapper .gform_footer input[type="submit"].-short {
  height: 40px;
  line-height: 40px;
}
.gform_wrapper .gform_footer input[type="submit"].-block {
  display: block;
  width: 100%;
  padding: 0 5px;
}
.gform_wrapper .gform_footer input[type="submit"].-disabled {
  pointer-events: none;
  background: #efefef;
  color: rgba(0, 0, 0, 0.3);
}
.gform_wrapper .gform_footer input[type="submit"].-heavy {
  font-size: 16px;
  color: #1D1E1F;
  letter-spacing: -0.3px;
  font-weight: bold;
  text-transform: uppercase;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator {
  background: white;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  padding: 0;
  width: 42px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  text-decoration: none !important;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator > * {
  line-height: 0;
  display: block;
  line-height: 40px;
  margin: 0;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-small {
  width: 35px;
  line-height: 33px;
  font-size: 20px;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-small > * {
  line-height: 33px;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-xsmall {
  width: 28px;
  line-height: 26px;
  font-size: 15px;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-xsmall > * {
  line-height: 26px;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-color {
  border: none;
  color: white;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-color.-separate {
  margin-right: 5px;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-color.-facebook {
  background: #0071C5;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-color.-twitter {
  background: #00ACED;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-color.-linkedin {
  background: #0077B5;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-color.-instagram {
  background: #8a3ab9;
}
.gform_wrapper .gform_footer input[type="submit"].-elevator.-color.-link {
  background: #FFC889;
}
.gform_wrapper .gform_footer input[type="submit"].-share {
  background: #333;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.27px;
  line-height: 45px;
}
.gform_wrapper .gform_footer input[type="submit"].-share .ic {
  margin-right: 6px;
  font-size: 20px;
  vertical-align: middle;
  line-height: 20px;
}
.gform_wrapper .gform_footer input[type="submit"].-share.-facebook {
  background-color: #0071C5;
}
.gform_wrapper .gform_footer input[type="submit"].-share.-twitter {
  background-color: #00ACED;
}
.gform_wrapper .gform_footer input[type="submit"].-share.-more {
  background-color: #B8BFC7;
  padding: 0 15px;
  color: #000;
}
.gform_wrapper .gform_footer input[type="submit"].-share.-more .ic {
  margin: 0;
  font-size: 18px !important;
}
.gform_wrapper .gform_footer input[type="submit"].-ic-right .ic {
  margin-left: 6px;
  margin-right: -6px;
}
.gform_wrapper .gform_footer input[type="submit"].-ic-left .ic {
  margin-right: 6px;
  margin-left: -6px;
}
.gform_wrapper .gform_footer input[type="submit"].-thinker .ic {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  margin-left: -6px;
  display: none;
}
.gform_wrapper .gform_footer input[type="submit"].-thinker > span {
  display: inline-block;
}
.gform_wrapper .gform_footer input[type="submit"].-thinker.-thinking {
  pointer-events: none;
}
.gform_wrapper .gform_footer input[type="submit"].-thinker.-thinking:hover {
  background-color: inherit;
}
.gform_wrapper .gform_footer input[type="submit"].-thinker.-thinking .ic {
  display: inline-block;
}
.gform_wrapper .gform_footer input[type="submit"].-thinker.-thinking > span {
  padding-left: 9px;
}
@media screen and (max-width: 500px) {
  .gform_wrapper {
    padding: 30px;
  }
}
.vo-form.-sign-in label {
  display: block;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 30px;
  margin: 0 0 4px;
}
.vo-form.-sign-in input[type="text"],
.vo-form.-sign-in input[type="password"],
.vo-form.-sign-in textarea {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #C3C3C3;
  display: block;
  width: 100%;
  background: white;
}
.vo-form.-sign-in input[type="submit"] {
  background: #FF9540;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  color: #1D1E1F;
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .2s background;
  transition: .2s background;
  line-height: 50px;
  padding: 0 25px;
  cursor: pointer;
}
.vo-form.-sign-in input[type="submit"]:visited,
.vo-form.-sign-in input[type="submit"].-visited {
  color: inherit;
}
.vo-form.-sign-in input[type="submit"]:hover,
.vo-form.-sign-in input[type="submit"].-hover {
  background: #FFB138;
  color: inherit;
}
.vo-form.-sign-in input[type="submit"].-up {
  text-transform: uppercase;
}
.vo-form.-sign-in input[type="submit"].-f16 {
  font-size: 16px;
}
.vo-form.-sign-in input[type="submit"].-thicken {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
.vo-form.-sign-in input[type="submit"].-thin {
  font-weight: 300;
}
.vo-form.-sign-in input[type="submit"].-dark {
  background: #0077AB;
  color: white;
}
.vo-form.-sign-in input[type="submit"].-dark:hover {
  background: #008DCA;
}
.vo-form.-sign-in input[type="submit"].-wide {
  padding: 0 40px;
}
.vo-form.-sign-in input[type="submit"].-short {
  height: 40px;
  line-height: 40px;
}
.vo-form.-sign-in input[type="submit"].-block {
  display: block;
  width: 100%;
  padding: 0 5px;
}
.vo-form.-sign-in input[type="submit"].-disabled {
  pointer-events: none;
  background: #efefef;
  color: rgba(0, 0, 0, 0.3);
}
.vo-form.-sign-in input[type="submit"].-heavy {
  font-size: 16px;
  color: #1D1E1F;
  letter-spacing: -0.3px;
  font-weight: bold;
  text-transform: uppercase;
}
.vo-form.-sign-in input[type="submit"].-elevator {
  background: white;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  padding: 0;
  width: 42px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  text-decoration: none !important;
}
.vo-form.-sign-in input[type="submit"].-elevator > * {
  line-height: 0;
  display: block;
  line-height: 40px;
  margin: 0;
}
.vo-form.-sign-in input[type="submit"].-elevator.-small {
  width: 35px;
  line-height: 33px;
  font-size: 20px;
}
.vo-form.-sign-in input[type="submit"].-elevator.-small > * {
  line-height: 33px;
}
.vo-form.-sign-in input[type="submit"].-elevator.-xsmall {
  width: 28px;
  line-height: 26px;
  font-size: 15px;
}
.vo-form.-sign-in input[type="submit"].-elevator.-xsmall > * {
  line-height: 26px;
}
.vo-form.-sign-in input[type="submit"].-elevator.-color {
  border: none;
  color: white;
}
.vo-form.-sign-in input[type="submit"].-elevator.-color.-separate {
  margin-right: 5px;
}
.vo-form.-sign-in input[type="submit"].-elevator.-color.-facebook {
  background: #0071C5;
}
.vo-form.-sign-in input[type="submit"].-elevator.-color.-twitter {
  background: #00ACED;
}
.vo-form.-sign-in input[type="submit"].-elevator.-color.-linkedin {
  background: #0077B5;
}
.vo-form.-sign-in input[type="submit"].-elevator.-color.-instagram {
  background: #8a3ab9;
}
.vo-form.-sign-in input[type="submit"].-elevator.-color.-link {
  background: #FFC889;
}
.vo-form.-sign-in input[type="submit"].-share {
  background: #333;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.27px;
  line-height: 45px;
}
.vo-form.-sign-in input[type="submit"].-share .ic {
  margin-right: 6px;
  font-size: 20px;
  vertical-align: middle;
  line-height: 20px;
}
.vo-form.-sign-in input[type="submit"].-share.-facebook {
  background-color: #0071C5;
}
.vo-form.-sign-in input[type="submit"].-share.-twitter {
  background-color: #00ACED;
}
.vo-form.-sign-in input[type="submit"].-share.-more {
  background-color: #B8BFC7;
  padding: 0 15px;
  color: #000;
}
.vo-form.-sign-in input[type="submit"].-share.-more .ic {
  margin: 0;
  font-size: 18px !important;
}
.vo-form.-sign-in input[type="submit"].-ic-right .ic {
  margin-left: 6px;
  margin-right: -6px;
}
.vo-form.-sign-in input[type="submit"].-ic-left .ic {
  margin-right: 6px;
  margin-left: -6px;
}
.vo-form.-sign-in input[type="submit"].-thinker .ic {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  margin-left: -6px;
  display: none;
}
.vo-form.-sign-in input[type="submit"].-thinker > span {
  display: inline-block;
}
.vo-form.-sign-in input[type="submit"].-thinker.-thinking {
  pointer-events: none;
}
.vo-form.-sign-in input[type="submit"].-thinker.-thinking:hover {
  background-color: inherit;
}
.vo-form.-sign-in input[type="submit"].-thinker.-thinking .ic {
  display: inline-block;
}
.vo-form.-sign-in input[type="submit"].-thinker.-thinking > span {
  padding-left: 9px;
}
.vo-form.-sign-in p {
  margin: 0 0 21px;
}
.vo-newsletter-signup .newsletter-content-box {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vo-newsletter-signup .newsletter-content-box > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.vo-newsletter-signup .newsletter-content-box .nudge-title {
  text-transform: none;
  font-weight: bold;
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 36px;
}
.vo-newsletter-signup .newsletter-content-box .newsletter-thumb {
  width: 180px;
  vertical-align: top;
}
.vo-newsletter-signup .newsletter-content-box .newsletter-thumb .vo-thumb {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.35);
}
.vo-newsletter-signup .newsletter-content-box .thumb-align {
  padding: 15px 10px 5px 35px;
  text-align: left;
  -webkit-transition: .2s;
  transition: .2s;
}
.vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  margin: 0 0 20px;
}
.vo-newsletter-signup .newsletter-content-box .vo-form .form-message.-success .ic.-success {
  background: rgba(255, 255, 255, 0.4);
}
.vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .box {
  background: white;
}
.vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .box .check {
  color: black;
}
.vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .label,
.vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .label small {
  color: white !important;
}
.vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .label a {
  color: white;
  text-decoration: underline;
}
.vo-newsletter-signup.-verbose .newsletter-thumb {
  vertical-align: top;
}
.vo-newsletter-signup.-verbose .thumb-align {
  padding-top: 30px;
  padding-bottom: 30px;
}
.vo-newsletter-signup.-verbose .vo-form .verbose-fields {
  display: block;
}
.vo-newsletter-signup .verbose-fields {
  display: none;
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .vo-newsletter-signup .verbose-fields {
    display: none !important;
    height: 0;
    width: 0;
  }
}
.vo-newsletter-signup .verbose-fields .verbose-title {
  color: white;
  font-weight: 600;
  font-size: 19px;
  margin: 0 0 45px;
}
.vo-newsletter-signup .verbose-fields .row {
  margin: 0 0 50px;
  overflow: hidden;
}
.vo-newsletter-signup .verbose-fields .row .field {
  float: left;
  width: 33.33%;
  padding-right: 30px;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-in {
  width: 110px;
  float: left;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in {
  margin-left: 110px;
  padding-left: 20px;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in .title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin: 0 0 6px;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in .desc {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in .already-subbed {
  display: none;
  background: rgba(255, 255, 255, 0.4);
  padding: 7px 11px;
  font-size: 13px;
  font-weight: 500;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in .already-subbed .ic {
  margin-right: 6px;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in.-subbed .already-subbed {
  display: inline-block;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in.-subbed .vo-field.-checkbox {
  display: none;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in .vo-field.-checkbox .faux-input .box {
  background: white;
  width: 22px;
  height: 22px;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in .vo-field.-checkbox .faux-input .label {
  margin-left: 22px;
  padding-left: 9px;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in .vo-field.-checkbox.-selected .faux-input .check {
  color: #333;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in .vo-field.-checkbox.-selected .faux-input .check:before {
  line-height: 22px;
  vertical-align: top;
}
.vo-newsletter-signup .verbose-fields .row .field .thumb-align-in .vo-field.-checkbox .faux-input .label strong {
  line-height: 22px;
  font-size: 14px;
}
.vo-newsletter-signup.-sz-med .vo-nudge.-standout,
.vo-newsletter-signup .med .vo-nudge.-standout {
  padding-left: 75px;
  padding-right: 75px;
}
.vo-newsletter-signup.-sz-med .vo-nudge.-standout .nudge-title,
.vo-newsletter-signup .med .vo-nudge.-standout .nudge-title {
  font-size: 42px;
  line-height: 55px;
  text-align: center;
}
.vo-newsletter-signup.-sz-med .vo-form .fields .row,
.vo-newsletter-signup .med .vo-form .fields .row {
  margin: 0 0 10px;
}
.vo-newsletter-signup.-sz-med .vo-form .fields .vo-field.-email,
.vo-newsletter-signup .med .vo-form .fields .vo-field.-email,
.vo-newsletter-signup.-sz-med .vo-form .fields .vo-field.-aside,
.vo-newsletter-signup .med .vo-form .fields .vo-field.-aside {
  width: 100%;
  text-align: left;
}
.vo-newsletter-signup.-sz-med .newsletter-content-box,
.vo-newsletter-signup .med .newsletter-content-box {
  display: block;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-med .newsletter-content-box > *,
.vo-newsletter-signup .med .newsletter-content-box > * {
  float: none;
  display: block;
}
.vo-newsletter-signup.-sz-med .newsletter-content-box .newsletter-thumb,
.vo-newsletter-signup .med .newsletter-content-box .newsletter-thumb {
  float: left;
  margin: 0;
  width: 25%;
}
.vo-newsletter-signup.-sz-med .newsletter-content-box .thumb-align,
.vo-newsletter-signup .med .newsletter-content-box .thumb-align {
  display: block;
  float: none;
  padding: 20px 25px 10px;
  margin-left: 25%;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-med .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .med .newsletter-content-box .newsletter-subtitle {
  font-size: 22px;
  margin-bottom: 21px;
}
.vo-newsletter-signup.-sz-small .vo-nudge.-standout,
.vo-newsletter-signup .small .vo-nudge.-standout {
  padding-left: 75px;
  padding-right: 75px;
}
.vo-newsletter-signup.-sz-small .vo-nudge.-standout .nudge-title,
.vo-newsletter-signup .small .vo-nudge.-standout .nudge-title {
  font-size: 42px;
  line-height: 55px;
  text-align: center;
}
.vo-newsletter-signup.-sz-small .vo-form .fields .row,
.vo-newsletter-signup .small .vo-form .fields .row {
  margin: 0 0 10px;
}
.vo-newsletter-signup.-sz-small .vo-form .fields .vo-field.-email,
.vo-newsletter-signup .small .vo-form .fields .vo-field.-email,
.vo-newsletter-signup.-sz-small .vo-form .fields .vo-field.-aside,
.vo-newsletter-signup .small .vo-form .fields .vo-field.-aside {
  width: 100%;
  text-align: left;
}
.vo-newsletter-signup.-sz-small .newsletter-content-box,
.vo-newsletter-signup .small .newsletter-content-box {
  display: block;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-small .newsletter-content-box > *,
.vo-newsletter-signup .small .newsletter-content-box > * {
  float: none;
  display: block;
}
.vo-newsletter-signup.-sz-small .newsletter-content-box .newsletter-thumb,
.vo-newsletter-signup .small .newsletter-content-box .newsletter-thumb {
  float: left;
  margin: 0;
  width: 25%;
}
.vo-newsletter-signup.-sz-small .newsletter-content-box .thumb-align,
.vo-newsletter-signup .small .newsletter-content-box .thumb-align {
  display: block;
  float: none;
  padding: 20px 25px 10px;
  margin-left: 25%;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-small .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .small .newsletter-content-box .newsletter-subtitle {
  font-size: 22px;
  margin-bottom: 21px;
}
.vo-newsletter-signup.-sz-xsmall .vo-nudge.-standout,
.vo-newsletter-signup .xsmall .vo-nudge.-standout {
  padding-left: 75px;
  padding-right: 75px;
}
.vo-newsletter-signup.-sz-xsmall .vo-nudge.-standout .nudge-title,
.vo-newsletter-signup .xsmall .vo-nudge.-standout .nudge-title {
  font-size: 42px;
  line-height: 55px;
  text-align: center;
}
.vo-newsletter-signup.-sz-xsmall .vo-form .fields .row,
.vo-newsletter-signup .xsmall .vo-form .fields .row {
  margin: 0 0 10px;
}
.vo-newsletter-signup.-sz-xsmall .vo-form .fields .vo-field.-email,
.vo-newsletter-signup .xsmall .vo-form .fields .vo-field.-email,
.vo-newsletter-signup.-sz-xsmall .vo-form .fields .vo-field.-aside,
.vo-newsletter-signup .xsmall .vo-form .fields .vo-field.-aside {
  width: 100%;
  text-align: left;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box,
.vo-newsletter-signup .xsmall .newsletter-content-box {
  display: block;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box > *,
.vo-newsletter-signup .xsmall .newsletter-content-box > * {
  float: none;
  display: block;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .newsletter-thumb,
.vo-newsletter-signup .xsmall .newsletter-content-box .newsletter-thumb {
  float: left;
  margin: 0;
  width: 25%;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .thumb-align,
.vo-newsletter-signup .xsmall .newsletter-content-box .thumb-align {
  display: block;
  float: none;
  padding: 20px 25px 10px;
  margin-left: 25%;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .xsmall .newsletter-content-box .newsletter-subtitle {
  font-size: 22px;
  margin-bottom: 21px;
}
.vo-newsletter-signup.-sz-xsmall .vo-nudge.-standout,
.vo-newsletter-signup .xsmall .vo-nudge.-standout {
  padding-left: 42px;
  padding-right: 42px;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .xsmall .newsletter-content-box .newsletter-subtitle {
  font-size: 21px;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .vo-form .form-body .fields .row,
.vo-newsletter-signup .xsmall .newsletter-content-box .vo-form .form-body .fields .row {
  margin: 0 0 21px;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label strong,
.vo-newsletter-signup .xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label strong {
  display: block;
  line-height: 1.4;
  margin: 0 0 4px;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small,
.vo-newsletter-signup .xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small,
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more,
.vo-newsletter-signup .xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more {
  display: block;
  line-height: 1.5;
  margin: 0 0 4px;
}
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small .delim,
.vo-newsletter-signup .xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small .delim,
.vo-newsletter-signup.-sz-xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more .delim,
.vo-newsletter-signup .xsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more .delim {
  display: none;
}
.vo-newsletter-signup.-sz-xxsmall .vo-nudge.-standout,
.vo-newsletter-signup .xxsmall .vo-nudge.-standout {
  padding-left: 75px;
  padding-right: 75px;
}
.vo-newsletter-signup.-sz-xxsmall .vo-nudge.-standout .nudge-title,
.vo-newsletter-signup .xxsmall .vo-nudge.-standout .nudge-title {
  font-size: 42px;
  line-height: 55px;
  text-align: center;
}
.vo-newsletter-signup.-sz-xxsmall .vo-form .fields .row,
.vo-newsletter-signup .xxsmall .vo-form .fields .row {
  margin: 0 0 10px;
}
.vo-newsletter-signup.-sz-xxsmall .vo-form .fields .vo-field.-email,
.vo-newsletter-signup .xxsmall .vo-form .fields .vo-field.-email,
.vo-newsletter-signup.-sz-xxsmall .vo-form .fields .vo-field.-aside,
.vo-newsletter-signup .xxsmall .vo-form .fields .vo-field.-aside {
  width: 100%;
  text-align: left;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box,
.vo-newsletter-signup .xxsmall .newsletter-content-box {
  display: block;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box > *,
.vo-newsletter-signup .xxsmall .newsletter-content-box > * {
  float: none;
  display: block;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .newsletter-thumb,
.vo-newsletter-signup .xxsmall .newsletter-content-box .newsletter-thumb {
  float: left;
  margin: 0;
  width: 25%;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .thumb-align,
.vo-newsletter-signup .xxsmall .newsletter-content-box .thumb-align {
  display: block;
  float: none;
  padding: 20px 25px 10px;
  margin-left: 25%;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .xxsmall .newsletter-content-box .newsletter-subtitle {
  font-size: 22px;
  margin-bottom: 21px;
}
.vo-newsletter-signup.-sz-xxsmall .vo-nudge.-standout,
.vo-newsletter-signup .xxsmall .vo-nudge.-standout {
  padding-left: 42px;
  padding-right: 42px;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .xxsmall .newsletter-content-box .newsletter-subtitle {
  font-size: 21px;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .vo-form .form-body .fields .row,
.vo-newsletter-signup .xxsmall .newsletter-content-box .vo-form .form-body .fields .row {
  margin: 0 0 21px;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label strong,
.vo-newsletter-signup .xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label strong {
  display: block;
  line-height: 1.4;
  margin: 0 0 4px;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small,
.vo-newsletter-signup .xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small,
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more,
.vo-newsletter-signup .xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more {
  display: block;
  line-height: 1.5;
  margin: 0 0 4px;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small .delim,
.vo-newsletter-signup .xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small .delim,
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more .delim,
.vo-newsletter-signup .xxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more .delim {
  display: none;
}
.vo-newsletter-signup.-sz-xxsmall .vo-nudge.-standout,
.vo-newsletter-signup .xxsmall .vo-nudge.-standout {
  padding-left: 22px;
  padding-right: 22px;
}
.vo-newsletter-signup.-sz-xxsmall .vo-nudge.-standout .nudge-title,
.vo-newsletter-signup .xxsmall .vo-nudge.-standout .nudge-title {
  font-size: 30px;
  line-height: 38px;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .newsletter-thumb,
.vo-newsletter-signup .xxsmall .newsletter-content-box .newsletter-thumb {
  width: 100%;
  max-width: 350px;
  padding: 5%;
  clear: both;
  float: none;
  margin: 0 auto 0;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .xxsmall .newsletter-content-box .newsletter-subtitle {
  margin-bottom: 21px;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .newsletter-subtitle p,
.vo-newsletter-signup .xxsmall .newsletter-content-box .newsletter-subtitle p {
  display: inline;
  margin-right: 10px;
}
.vo-newsletter-signup.-sz-xxsmall .newsletter-content-box .thumb-align,
.vo-newsletter-signup .xxsmall .newsletter-content-box .thumb-align {
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  margin: 0;
}
.vo-newsletter-signup.-sz-xxsmall .vo-form .form-body .fields .row .vo-field,
.vo-newsletter-signup .xxsmall .vo-form .form-body .fields .row .vo-field {
  margin: 0 0 11px;
  padding: 0;
  width: 100% !important;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-nudge.-standout,
.vo-newsletter-signup .xxxsmall .vo-nudge.-standout {
  padding-left: 75px;
  padding-right: 75px;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-nudge.-standout .nudge-title,
.vo-newsletter-signup .xxxsmall .vo-nudge.-standout .nudge-title {
  font-size: 42px;
  line-height: 55px;
  text-align: center;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-form .fields .row,
.vo-newsletter-signup .xxxsmall .vo-form .fields .row {
  margin: 0 0 10px;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-form .fields .vo-field.-email,
.vo-newsletter-signup .xxxsmall .vo-form .fields .vo-field.-email,
.vo-newsletter-signup.-sz-xxxsmall .vo-form .fields .vo-field.-aside,
.vo-newsletter-signup .xxxsmall .vo-form .fields .vo-field.-aside {
  width: 100%;
  text-align: left;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box,
.vo-newsletter-signup .xxxsmall .newsletter-content-box {
  display: block;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box > *,
.vo-newsletter-signup .xxxsmall .newsletter-content-box > * {
  float: none;
  display: block;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .newsletter-thumb,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .newsletter-thumb {
  float: left;
  margin: 0;
  width: 25%;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .thumb-align,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .thumb-align {
  display: block;
  float: none;
  padding: 20px 25px 10px;
  margin-left: 25%;
  overflow: hidden;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .newsletter-subtitle {
  font-size: 22px;
  margin-bottom: 21px;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-nudge.-standout,
.vo-newsletter-signup .xxxsmall .vo-nudge.-standout {
  padding-left: 42px;
  padding-right: 42px;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .newsletter-subtitle {
  font-size: 21px;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .vo-form .form-body .fields .row,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .vo-form .form-body .fields .row {
  margin: 0 0 21px;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label strong,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label strong {
  display: block;
  line-height: 1.4;
  margin: 0 0 4px;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small,
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more {
  display: block;
  line-height: 1.5;
  margin: 0 0 4px;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small .delim,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small .delim,
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more .delim,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more .delim {
  display: none;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-nudge.-standout,
.vo-newsletter-signup .xxxsmall .vo-nudge.-standout {
  padding-left: 22px;
  padding-right: 22px;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-nudge.-standout .nudge-title,
.vo-newsletter-signup .xxxsmall .vo-nudge.-standout .nudge-title {
  font-size: 30px;
  line-height: 38px;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .newsletter-thumb,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .newsletter-thumb {
  width: 100%;
  max-width: 350px;
  padding: 5%;
  clear: both;
  float: none;
  margin: 0 auto 0;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .newsletter-subtitle,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .newsletter-subtitle {
  margin-bottom: 21px;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .newsletter-subtitle p,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .newsletter-subtitle p {
  display: inline;
  margin-right: 10px;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .thumb-align,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .thumb-align {
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  margin: 0;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-form .form-body .fields .row .vo-field,
.vo-newsletter-signup .xxxsmall .vo-form .form-body .fields .row .vo-field {
  margin: 0 0 11px;
  padding: 0;
  width: 100% !important;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-nudge.-standout,
.vo-newsletter-signup .xxxsmall .vo-nudge.-standout {
  padding-left: 5px;
  padding-right: 5px;
}
.vo-newsletter-signup.-sz-xxxsmall .vo-nudge.-standout .nudge-title,
.vo-newsletter-signup .xxxsmall .vo-nudge.-standout .nudge-title {
  font-size: 30px;
  line-height: 41px;
  margin: 0 0 18px;
  text-align: left;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .newsletter-thumb,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .newsletter-thumb {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 0;
}
.vo-newsletter-signup.-sz-xxxsmall .newsletter-content-box .newsletter-thumb .vo-thumb,
.vo-newsletter-signup .xxxsmall .newsletter-content-box .newsletter-thumb .vo-thumb {
  max-width: 200px;
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 75px;
    padding-right: 75px;
  }
  .vo-newsletter-signup .vo-nudge.-standout .nudge-title {
    font-size: 42px;
    line-height: 55px;
    text-align: center;
  }
  .vo-newsletter-signup .vo-form .fields .row {
    margin: 0 0 10px;
  }
  .vo-newsletter-signup .vo-form .fields .vo-field.-email,
  .vo-newsletter-signup .vo-form .fields .vo-field.-aside {
    width: 100%;
    text-align: left;
  }
  .vo-newsletter-signup .newsletter-content-box {
    display: block;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box > * {
    float: none;
    display: block;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-thumb {
    float: left;
    margin: 0;
    width: 25%;
  }
  .vo-newsletter-signup .newsletter-content-box .thumb-align {
    display: block;
    float: none;
    padding: 20px 25px 10px;
    margin-left: 25%;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    font-size: 22px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 75px;
    padding-right: 75px;
  }
  .vo-newsletter-signup .vo-nudge.-standout .nudge-title {
    font-size: 42px;
    line-height: 55px;
    text-align: center;
  }
  .vo-newsletter-signup .vo-form .fields .row {
    margin: 0 0 10px;
  }
  .vo-newsletter-signup .vo-form .fields .vo-field.-email,
  .vo-newsletter-signup .vo-form .fields .vo-field.-aside {
    width: 100%;
    text-align: left;
  }
  .vo-newsletter-signup .newsletter-content-box {
    display: block;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box > * {
    float: none;
    display: block;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-thumb {
    float: left;
    margin: 0;
    width: 25%;
  }
  .vo-newsletter-signup .newsletter-content-box .thumb-align {
    display: block;
    float: none;
    padding: 20px 25px 10px;
    margin-left: 25%;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    font-size: 22px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 750px) and (min-width: 751px) {
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 75px;
    padding-right: 75px;
  }
  .vo-newsletter-signup .vo-nudge.-standout .nudge-title {
    font-size: 42px;
    line-height: 55px;
    text-align: center;
  }
  .vo-newsletter-signup .vo-form .fields .row {
    margin: 0 0 10px;
  }
  .vo-newsletter-signup .vo-form .fields .vo-field.-email,
  .vo-newsletter-signup .vo-form .fields .vo-field.-aside {
    width: 100%;
    text-align: left;
  }
  .vo-newsletter-signup .newsletter-content-box {
    display: block;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box > * {
    float: none;
    display: block;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-thumb {
    float: left;
    margin: 0;
    width: 25%;
  }
  .vo-newsletter-signup .newsletter-content-box .thumb-align {
    display: block;
    float: none;
    padding: 20px 25px 10px;
    margin-left: 25%;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    font-size: 22px;
    margin-bottom: 21px;
  }
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 42px;
    padding-right: 42px;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    font-size: 21px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .form-body .fields .row {
    margin: 0 0 21px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label strong {
    display: block;
    line-height: 1.4;
    margin: 0 0 4px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small,
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more {
    display: block;
    line-height: 1.5;
    margin: 0 0 4px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small .delim,
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more .delim {
    display: none;
  }
}
@media screen and (max-width: 750px) and (min-width: 401px) {
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 75px;
    padding-right: 75px;
  }
  .vo-newsletter-signup .vo-nudge.-standout .nudge-title {
    font-size: 42px;
    line-height: 55px;
    text-align: center;
  }
  .vo-newsletter-signup .vo-form .fields .row {
    margin: 0 0 10px;
  }
  .vo-newsletter-signup .vo-form .fields .vo-field.-email,
  .vo-newsletter-signup .vo-form .fields .vo-field.-aside {
    width: 100%;
    text-align: left;
  }
  .vo-newsletter-signup .newsletter-content-box {
    display: block;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box > * {
    float: none;
    display: block;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-thumb {
    float: left;
    margin: 0;
    width: 25%;
  }
  .vo-newsletter-signup .newsletter-content-box .thumb-align {
    display: block;
    float: none;
    padding: 20px 25px 10px;
    margin-left: 25%;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    font-size: 22px;
    margin-bottom: 21px;
  }
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 42px;
    padding-right: 42px;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    font-size: 21px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .form-body .fields .row {
    margin: 0 0 21px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label strong {
    display: block;
    line-height: 1.4;
    margin: 0 0 4px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small,
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more {
    display: block;
    line-height: 1.5;
    margin: 0 0 4px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small .delim,
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more .delim {
    display: none;
  }
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 22px;
    padding-right: 22px;
  }
  .vo-newsletter-signup .vo-nudge.-standout .nudge-title {
    font-size: 30px;
    line-height: 38px;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-thumb {
    width: 100%;
    max-width: 350px;
    padding: 5%;
    clear: both;
    float: none;
    margin: 0 auto 0;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    margin-bottom: 21px;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle p {
    display: inline;
    margin-right: 10px;
  }
  .vo-newsletter-signup .newsletter-content-box .thumb-align {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    margin: 0;
  }
  .vo-newsletter-signup .vo-form .form-body .fields .row .vo-field {
    margin: 0 0 11px;
    padding: 0;
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 75px;
    padding-right: 75px;
  }
  .vo-newsletter-signup .vo-nudge.-standout .nudge-title {
    font-size: 42px;
    line-height: 55px;
    text-align: center;
  }
  .vo-newsletter-signup .vo-form .fields .row {
    margin: 0 0 10px;
  }
  .vo-newsletter-signup .vo-form .fields .vo-field.-email,
  .vo-newsletter-signup .vo-form .fields .vo-field.-aside {
    width: 100%;
    text-align: left;
  }
  .vo-newsletter-signup .newsletter-content-box {
    display: block;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box > * {
    float: none;
    display: block;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-thumb {
    float: left;
    margin: 0;
    width: 25%;
  }
  .vo-newsletter-signup .newsletter-content-box .thumb-align {
    display: block;
    float: none;
    padding: 20px 25px 10px;
    margin-left: 25%;
    overflow: hidden;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    font-size: 22px;
    margin-bottom: 21px;
  }
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 42px;
    padding-right: 42px;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    font-size: 21px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .form-body .fields .row {
    margin: 0 0 21px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label strong {
    display: block;
    line-height: 1.4;
    margin: 0 0 4px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small,
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more {
    display: block;
    line-height: 1.5;
    margin: 0 0 4px;
  }
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label small .delim,
  .vo-newsletter-signup .newsletter-content-box .vo-form .vo-field.-checkbox .faux-input .label a.more .delim {
    display: none;
  }
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 22px;
    padding-right: 22px;
  }
  .vo-newsletter-signup .vo-nudge.-standout .nudge-title {
    font-size: 30px;
    line-height: 38px;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-thumb {
    width: 100%;
    max-width: 350px;
    padding: 5%;
    clear: both;
    float: none;
    margin: 0 auto 0;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle {
    margin-bottom: 21px;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-subtitle p {
    display: inline;
    margin-right: 10px;
  }
  .vo-newsletter-signup .newsletter-content-box .thumb-align {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    margin: 0;
  }
  .vo-newsletter-signup .vo-form .form-body .fields .row .vo-field {
    margin: 0 0 11px;
    padding: 0;
    width: 100% !important;
  }
  .vo-newsletter-signup .vo-nudge.-standout {
    padding-left: 5px;
    padding-right: 5px;
  }
  .vo-newsletter-signup .vo-nudge.-standout .nudge-title {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 18px;
    text-align: left;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-thumb {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0;
  }
  .vo-newsletter-signup .newsletter-content-box .newsletter-thumb .vo-thumb {
    max-width: 200px;
  }
}
.vo-nudge.-donate {
  background-color: #0077AB;
  background-image: url('/wp-content/themes/voiceover/.dist/images/bg-band.png');
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: auto 200%;
  color: white;
  padding: 50px 100px;
  position: relative;
}
.vo-nudge.-donate .bg2 {
  background-image: url('/wp-content/themes/voiceover/.dist/images/bg-band.png');
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: auto 200%;
  top: 0;
  left: 0;
  z-index: 1;
}
.vo-nudge.-donate .vo-form {
  margin: 0 auto;
  width: 840px;
  position: relative;
  z-index: 2;
}
.vo-nudge.-donate .vo-form .fields .label {
  text-align: right;
  color: white;
  line-height: 50px;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 19px;
  padding-right: 20px;
}
.vo-nudge.-donate .vo-form .vo-button:hover {
  color: black;
}
.vo-nudge.-donate.-sz-med .vo-form,
.vo-nudge.-donate .med .vo-form {
  width: auto;
  max-width: 540px;
  margin: 0 auto;
}
.vo-nudge.-donate.-sz-med .vo-form .fields .field.label,
.vo-nudge.-donate .med .vo-form .fields .field.label {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 0 0 21px;
  line-height: 1.4;
}
.vo-nudge.-donate.-sz-med .vo-form .fields .field.w3,
.vo-nudge.-donate .med .vo-form .fields .field.w3 {
  width: 40%;
  padding: 3px;
}
.vo-nudge.-donate.-sz-med .vo-form .fields .field.w2,
.vo-nudge.-donate .med .vo-form .fields .field.w2 {
  width: 20%;
  padding: 3px;
}
.vo-nudge.-donate.-sz-med .vo-form .fields .field.w2.w2.-button,
.vo-nudge.-donate .med .vo-form .fields .field.w2.w2.-button {
  width: 40%;
}
.vo-nudge.-donate.-sz-small,
.vo-nudge.-donate .small {
  padding-left: 40px;
  padding-right: 40px;
}
.vo-nudge.-donate.-sz-small .vo-form,
.vo-nudge.-donate .small .vo-form {
  width: auto;
  max-width: 540px;
  margin: 0 auto;
}
.vo-nudge.-donate.-sz-small .vo-form .fields .field.label,
.vo-nudge.-donate .small .vo-form .fields .field.label {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 0 0 21px;
  line-height: 1.4;
}
.vo-nudge.-donate.-sz-small .vo-form .fields .field.w3,
.vo-nudge.-donate .small .vo-form .fields .field.w3 {
  width: 40%;
  padding: 3px;
}
.vo-nudge.-donate.-sz-small .vo-form .fields .field.w2,
.vo-nudge.-donate .small .vo-form .fields .field.w2 {
  width: 20%;
  padding: 3px;
}
.vo-nudge.-donate.-sz-small .vo-form .fields .field.w2.w2.-button,
.vo-nudge.-donate .small .vo-form .fields .field.w2.w2.-button {
  width: 40%;
}
.vo-nudge.-donate.-sz-small .bg2,
.vo-nudge.-donate .small .bg2 {
  display: none;
}
.vo-nudge.-donate.-sz-xsmall,
.vo-nudge.-donate .xsmall {
  padding-left: 40px;
  padding-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.vo-nudge.-donate.-sz-xsmall .vo-form,
.vo-nudge.-donate .xsmall .vo-form {
  width: auto;
  max-width: 540px;
  margin: 0 auto;
}
.vo-nudge.-donate.-sz-xsmall .vo-form .fields .field.label,
.vo-nudge.-donate .xsmall .vo-form .fields .field.label {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 0 0 21px;
  line-height: 1.4;
}
.vo-nudge.-donate.-sz-xsmall .vo-form .fields .field.w3,
.vo-nudge.-donate .xsmall .vo-form .fields .field.w3 {
  width: 40%;
  padding: 3px;
}
.vo-nudge.-donate.-sz-xsmall .vo-form .fields .field.w2,
.vo-nudge.-donate .xsmall .vo-form .fields .field.w2 {
  width: 20%;
  padding: 3px;
}
.vo-nudge.-donate.-sz-xsmall .vo-form .fields .field.w2.w2.-button,
.vo-nudge.-donate .xsmall .vo-form .fields .field.w2.w2.-button {
  width: 40%;
}
.vo-nudge.-donate.-sz-xsmall .bg2,
.vo-nudge.-donate .xsmall .bg2 {
  display: none;
}
.vo-nudge.-donate.-sz-xsmall .vo-form .fields .field.w3,
.vo-nudge.-donate .xsmall .vo-form .fields .field.w3 {
  width: 60%;
}
.vo-nudge.-donate.-sz-xsmall .vo-form .fields .field.w2,
.vo-nudge.-donate .xsmall .vo-form .fields .field.w2 {
  width: 40%;
}
.vo-nudge.-donate.-sz-xsmall .vo-form .fields .field.w2.w2.-button,
.vo-nudge.-donate .xsmall .vo-form .fields .field.w2.w2.-button {
  width: 100%;
  clear: both;
}
@media screen and (max-width: 900px) and (min-width: 601px) {
  .vo-nudge.-donate .vo-form {
    width: auto;
    max-width: 540px;
    margin: 0 auto;
  }
  .vo-nudge.-donate .vo-form .fields .field.label {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 0 0 21px;
    line-height: 1.4;
  }
  .vo-nudge.-donate .vo-form .fields .field.w3 {
    width: 40%;
    padding: 3px;
  }
  .vo-nudge.-donate .vo-form .fields .field.w2 {
    width: 20%;
    padding: 3px;
  }
  .vo-nudge.-donate .vo-form .fields .field.w2.w2.-button {
    width: 40%;
  }
}
@media screen and (max-width: 600px) and (min-width: 451px) {
  .vo-nudge.-donate {
    padding-left: 40px;
    padding-right: 40px;
  }
  .vo-nudge.-donate .vo-form {
    width: auto;
    max-width: 540px;
    margin: 0 auto;
  }
  .vo-nudge.-donate .vo-form .fields .field.label {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 0 0 21px;
    line-height: 1.4;
  }
  .vo-nudge.-donate .vo-form .fields .field.w3 {
    width: 40%;
    padding: 3px;
  }
  .vo-nudge.-donate .vo-form .fields .field.w2 {
    width: 20%;
    padding: 3px;
  }
  .vo-nudge.-donate .vo-form .fields .field.w2.w2.-button {
    width: 40%;
  }
  .vo-nudge.-donate .bg2 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .vo-nudge.-donate {
    padding-left: 40px;
    padding-right: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .vo-nudge.-donate .vo-form {
    width: auto;
    max-width: 540px;
    margin: 0 auto;
  }
  .vo-nudge.-donate .vo-form .fields .field.label {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 0 0 21px;
    line-height: 1.4;
  }
  .vo-nudge.-donate .vo-form .fields .field.w3 {
    width: 40%;
    padding: 3px;
  }
  .vo-nudge.-donate .vo-form .fields .field.w2 {
    width: 20%;
    padding: 3px;
  }
  .vo-nudge.-donate .vo-form .fields .field.w2.w2.-button {
    width: 40%;
  }
  .vo-nudge.-donate .bg2 {
    display: none;
  }
  .vo-nudge.-donate .vo-form .fields .field.w3 {
    width: 60%;
  }
  .vo-nudge.-donate .vo-form .fields .field.w2 {
    width: 40%;
  }
  .vo-nudge.-donate .vo-form .fields .field.w2.w2.-button {
    width: 100%;
    clear: both;
  }
}
.vo-page.-page-404 .page-title {
  padding-top: 20px;
}
.vo-page.-page-404 .vo-form {
  margin: 0 auto 30px;
  max-width: 500px;
}
@media screen and (max-width: 600px) {
  .vo-page.-archive .archive-subscribe {
    margin: 15px 0 25px;
  }
}
.vo-page.-archive.-search .page-title {
  border: none;
  padding-bottom: 0;
  text-transform: none;
  margin: 0 0 20px;
}
.vo-page.-archive.-search .result-count {
  margin: 0 0 20px;
  color: #707070;
  font-size: 14px;
}
.vo-page.-archive.-search .vo-form.-search {
  display: block;
  margin: 0 0 40px;
}
.vo-page.-archive.-author .vo-byline-box {
  margin-bottom: 40px;
}
.vo-page.-archive.-author .page-subtitle.-comments {
  font-size: 18px;
  margin-bottom: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BFDDEA;
}
.vo-page.-default .page-title {
  border-bottom: none;
  padding-bottom: 0;
  text-transform: none;
}
.vo-page.-default .main .vo-rich-text {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 30px;
}
.vo-page.-donate {
  padding-top: 50px;
}
.vo-page.-donate .vo-form {
  max-width: 730px;
  margin: 0 auto;
}
.vo-page.-donate-levels .vo-hero {
  margin-bottom: 80px;
}
.vo-page.-donate-levels .page-title {
  border-bottom: none;
  text-transform: none;
  font-weight: 500;
  font-size: 34px;
  color: #1D1E1F;
  letter-spacing: -0.65px;
}
.vo-page.-donate-levels .level-box {
  background: #F7F7F7;
  padding: 22px 30px 30px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 -4px 0 0 #0077AB;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 -4px 0 0 #0077AB;
  margin-top: 4px;
  padding: 50px;
  max-width: 890px;
  margin: 0 auto 80px;
}
.vo-page.-donate-levels .level-box.-bare {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vo-page.-donate-levels .level-box.-orange {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #FF9540, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #FF9540, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-page.-donate-levels .level-box.-blue {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #0077AB, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #0077AB, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-page.-donate-levels .level-box.-green {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #40A300, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #40A300, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-page.-donate-levels .level-box.-purple {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #5E2FB4, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #5E2FB4, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-page.-donate-levels .level-box.-yellow {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #FFC889, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #FFC889, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-page.-donate-levels .level-box.-yellow.-thick {
  -webkit-box-shadow: 0 -8px 0 0 #FFC889, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -8px 0 0 #FFC889, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-page.-donate-levels .level-box .aside-title {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #0077AB;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  margin: 0 0 20px;
}
.vo-page.-donate-levels .level-box .aside-content > p {
  margin: 0 0 16px;
}
.vo-page.-donate-levels .level-box .aside-content > p.-flush {
  margin: 0 !important;
}
.vo-page.-donate-levels .level-box .aside-content > *:first-child {
  margin-top: 0;
}
.vo-page.-donate-levels .level-box .aside-content > *:last-child {
  margin-bottom: 0;
}
.vo-page.-donate-levels .level-box strong {
  font-weight: bold;
}
.vo-page.-donate-levels .level-box .level-title {
  font-size: 34px;
  font-weight: normal;
  color: #1D1E1F;
  letter-spacing: -0.65px;
  margin: 0 0 40px;
}
.vo-page.-donate-levels .level-box .level-description {
  font-size: 18px;
  line-height: 30px;
  display: block;
  margin: 10px 0;
  line-height: 1.4;
}
.vo-page.-donate-levels .level-box .amount {
  float: right;
  /* Donate $35 - $100 pe: */
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 17px;
  color: #1A1A1A;
  margin-top: -75px;
  line-height: 30px;
}
.vo-page.-donate-levels .level-box .row {
  overflow: hidden;
  margin: 0 0 10px;
  line-height: 1.4;
}
.vo-page.-donate-levels .level-box .row > *:first-child {
  padding-left: 0;
}
.vo-page.-donate-levels .level-box .row > *:last-child {
  padding-right: 0;
}
.vo-page.-donate-levels .level-box .also {
  font-size: 16px;
  color: #707070;
  line-height: 30px;
  display: block;
  margin: 10px 0;
  line-height: 1.4;
}
.vo-page.-donate-levels .level-box .also b,
.vo-page.-donate-levels .level-box .also strong {
  color: #1A1A1A;
}
.vo-page.-donate-levels .level-box .vo-rich-text.-article {
  padding-top: 30px;
}
.vo-page.-donate-levels .level-box .vo-rich-text.-article h5 {
  font-weight: 500;
  margin-bottom: 17px;
}
.vo-page.-donate-levels .level-box .vo-rich-text.-article small {
  font-style: italic;
  color: #707070;
  font-size: 90%;
  display: block;
  margin-top: -2px;
}
.vo-page.-donate-levels .level-box .benefits {
  padding-top: 30px;
}
.vo-page.-donate-levels .level-box .benefits li {
  /* Speak your mind at m: */
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #707070;
  line-height: 28px;
  margin: 0 0 50px;
}
.vo-page.-donate-levels .level-box .benefits li .icon {
  width: 52px;
  height: 52px;
  float: left;
  display: block;
  background: #eee;
  color: black;
  border-radius: 50%;
  background-size: 55% auto;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.vo-page.-donate-levels .level-box .benefits li .icon.-fa {
  line-height: 52px;
  font-size: 24px;
}
.vo-page.-donate-levels .level-box .benefits li .icon.-blue {
  background-color: #0077AB;
  color: white;
}
.vo-page.-donate-levels .level-box .benefits li .icon.-green {
  background-color: #40A300;
  color: white;
}
.vo-page.-donate-levels .level-box .benefits li .icon.-purple {
  background-color: #5E2FB4;
  color: white;
}
.vo-page.-donate-levels .level-box .benefits li .icon.-orange {
  background-color: #FF9540;
  color: white;
}
.vo-page.-donate-levels .level-box .benefits li .icon.-black {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
.vo-page.-donate-levels .level-box .benefits li p {
  margin-left: 52px;
  padding-left: 20px;
}
.vo-page.-donate-levels .level-box .benefits li:last-child {
  margin: 0;
}
.vo-page.-donate-levels .level-box .benefits li small {
  display: block;
  padding: 5px 0;
  /* Our regular Member C: */
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 1.5;
}
.vo-page.-donate-levels .level-box .level-cta {
  text-align: center;
  padding-top: 30px;
}
.vo-page.-donate-levels .level-box .level-cta .vo-button {
  color: white;
  line-height: 1.4em;
  padding: 10px;
}
.vo-page.-donate-levels .level-box .level-cta .vo-button.-blue {
  background-color: #0077AB;
  color: white;
}
.vo-page.-donate-levels .level-box .level-cta .vo-button.-green {
  background-color: #40A300;
  color: white;
}
.vo-page.-donate-levels .level-box .level-cta .vo-button.-purple {
  background-color: #5E2FB4;
  color: white;
}
.vo-page.-donate-levels .level-box .level-cta .vo-button.-orange {
  background-color: #FF9540;
  color: white;
}
.vo-page.-donate-levels .level-box .level-cta .vo-button.-black {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
@media screen and (max-width: 800px) {
  .vo-page.-donate-levels .level-box .level-title {
    text-align: center;
    margin: 0 0 12px;
  }
  .vo-page.-donate-levels .level-box .amount {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
    margin: 0 0 30px;
    color: #707070;
    font-size: 14px;
  }
}
@media screen and (max-width: 530px) {
  .vo-page.-donate-levels .vo-hero {
    margin-bottom: 40px;
  }
  .vo-page.-donate-levels .level-box {
    padding: 40px 30px;
  }
  .vo-page.-donate-levels .level-box .benefits li {
    font-size: 18px;
    line-height: 25px;
  }
  .vo-page.-donate-levels .level-box .benefits li .icon {
    float: none;
    clear: both;
    margin: 0 auto 16px;
    width: 70px;
    height: 70px;
  }
  .vo-page.-donate-levels .level-box .benefits li .icon.-fa {
    line-height: 70px;
    font-size: 34px;
  }
  .vo-page.-donate-levels .level-box .benefits li p {
    display: block;
    margin: 0;
    padding: 0;
  }
  .vo-page.-donate-levels .level-box .benefits li p small {
    padding-top: 10px;
    font-size: 15px;
  }
}
.page-intro.-voices {
  padding-top: 50px;
}
.page-intro.-voices .voices-logo {
  display: block;
  background-color: transparent;
  width: 500px;
  max-width: 100%;
  margin: 0 auto 10px;
}
.page-intro.-voices .vo-rich-text .squeeze {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-intro.-voices .vo-rich-text p {
  margin-bottom: 21px;
}
.page-intro.-voices .contact {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  color: #707070;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  text-align: center;
  margin-top: 30px;
}
.page-intro.-voices .contact p {
  margin-bottom: 0;
}
.vo-page.-modules {
  list-style-type: none;
}
.vo-page.-modules h3 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 28px;
  letter-spacing: -0.45px;
  line-height: 1.25;
  margin: 0 0 18px;
}
.vo-page.-modules h3.-med {
  font-weight: 500;
  letter-spacing: -0.65px;
}
.vo-page.-modules h3.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.vo-page.-modules ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vo-page.-modules ul li {
  margin: 0 0 21px;
}
.vo-page.-modules ul li h5 {
  margin: 0 0 4px;
  color: #0071C5;
  font-weight: bold;
}
.vo-page.-modules ul li h5 .ic {
  color: #8a3ab9;
}
.vo-page.-modules ul li .ver {
  font-size: 11px;
  line-height: 18px;
  margin: 0 0 4px;
  color: #707070;
}
.vo-page.-modules ul li .ver .-check {
  color: #FF9540;
}
.vo-page.-modules ul li .ver p {
  margin: 0;
  display: inline-block;
}
.vo-page.-modules ul li p {
  font-size: 14px;
  line-height: 21px;
  color: #707070;
}
.vo-page.-modules ul li a.respo {
  display: block;
  margin: 0 0 3px;
  font-size: 11px;
  line-height: 23px;
  font-weight: 500;
}
.vo-page.-modules ul li a.respo .ic {
  font-size: 20px;
  color: black;
  float: left;
  margin: 0 5px 0 0;
}
.vo-page.-single-post.-dark .page-titles {
  color: white !important;
}
.vo-page.-single-post.-dark .page-titles h1,
.vo-page.-single-post.-dark .page-titles h2,
.vo-page.-single-post.-dark .page-titles h3,
.vo-page.-single-post.-dark .page-titles h4,
.vo-page.-single-post.-dark .page-titles h5,
.vo-page.-single-post.-dark .page-titles h6 {
  color: white !important;
}
.vo-page.-single-post.-dark .section-title {
  color: white;
}
.vo-page.-single-post.-voice .page-titles {
  margin: 0;
  padding-top: 0;
}
.vo-page.-single-post.-voice .page-titles h1 {
  font-size: 42px;
  line-height: 52px;
}
.vo-page.-single-post.-voice .page-byline {
  margin-bottom: 30px;
}
.vo-page.-single-post.-wide .vo-nudge.-ad {
  margin: 0;
}
.vo-page.-single-post.-wide .page-titles {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.vo-page.-single-post.-wide .page-byline {
  text-align: center;
  margin: 0 0 45px;
}
.vo-page.-single-post.-wide .page-byline .vo-byline-large {
  display: inline-block;
}
.vo-page.-single-post.-wide .page-photo {
  margin: 0 0 40px;
}
.vo-page.-single-post.-wide .page-photo .page-photo-caption {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  color: #707070;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 16px 0;
}
.vo-page.-single-post.-wide .page-body .main {
  max-width: 1075px;
  padding: 0 150px;
  margin: 0 auto;
}
.vo-page.-single-post.-wide .page-body .main .vo-rich-text .wp-alignnone {
  margin-left: -150px;
  margin-right: -150px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.vo-page.-single-post.-wide .page-body .main .vo-rich-text .wp-alignnone .wp-caption-text {
  text-align: center;
  padding: 10px 16px 0;
}
@media screen and (max-width: 800px) {
  .vo-page.-single-post.-wide .page-body .main {
    padding: 0 75px;
  }
  .vo-page.-single-post.-wide .page-body .main .vo-rich-text .wp-alignnone {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media screen and (max-width: 600px) {
  .vo-page.-single-post.-wide .page-body .main {
    padding: 0 20px;
  }
  .vo-page.-single-post.-wide .page-body .main .vo-rich-text .wp-alignnone {
    margin-left: -20px;
    margin-right: -20px;
  }
  .vo-page.-single-post.-wide .page-body .main .vo-rich-text .wp-alignleft,
  .vo-page.-single-post.-wide .page-body .main .vo-rich-text .wp-alignright {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.vo-page.-testimonials .testimonial-list .vo-testimonial {
  margin: 0 0 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #BFDDEA;
}
.vo-page.-testimonials .testimonial-list .vo-testimonial:last-child {
  border-bottom: none;
}
.vo-page.-donate-drive .after-hero {
  margin: 0 0 50px;
}
.vo-page.-donate-drive .vo-form .field {
  overflow: hidden;
  margin: 0 0 30px;
}
.vo-page.-donate-drive .vo-form .field label.step {
  font-weight: bold;
  font-size: 21px;
  margin: 0 0 30px;
}
.vo-page.-donate-drive .vo-form .field label.step.inl {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.vo-page.-donate-drive .vo-form .vo-field.-radios {
  display: inline-block;
}
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles {
  display: block !important;
}
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .other,
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles {
  text-align: left;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  float: none;
}
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .other.other,
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles.other {
  padding-top: 50px;
}
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .other .bubble,
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles .bubble {
  float: none;
  width: 100%;
  border-radius: 24px;
  margin: 0 0 20px;
}
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .other .bubble .-posrel,
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles .bubble .-posrel {
  height: auto;
  min-height: 0;
}
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .other .bubble .-posrel .amount,
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles .bubble .-posrel .amount {
  position: relative;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
}
@media screen and (min-width: 900px) {
  .vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .other .bubble .-posrel .amount,
  .vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles .bubble .-posrel .amount {
    padding: 5px 30px;
  }
}
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .other .bubble .-posrel .amount i,
.vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles .bubble .-posrel .amount i {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-family: "Open Sans", Helvetica, arial, sans-serif;
}
@media screen and (max-width: 600px) {
  .vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .other .bubble .-posrel .amount,
  .vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles .bubble .-posrel .amount {
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
    padding: 20px;
  }
  .vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .other .bubble .-posrel i,
  .vo-page.-donate-drive .vo-form .vo-field.-money-bubbles .bubbles .bubble .-posrel i {
    display: block !important;
    margin-left: 0 !important;
    line-height: 1.4 !important;
  }
}
.vo-page.-donate-drive .vo-form .vo-field .info {
  padding-top: 30px;
  display: block;
}
.vo-page.-donate-drive .vo-form .vo-field .info .message {
  display: none;
  float: right;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 13px;
  color: #1D1E1F;
  line-height: 20px;
  background: #DFFFB2;
  border: 1px solid #8ED95E;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 300px;
  text-align: center;
  padding: 5px 8px;
}
.vo-page.-donate-drive .vo-form .vo-field .info .message.warn {
  background: #FFE2CD;
  border: 1px solid #FF9540;
}
.vo-page.-donate-drive .vo-form .form-footer {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  float: none;
}
.vo-page.-donate-drive .vo-form .form-footer .stripe {
  display: none;
}
.vo-page.-donate-drive .vo-form .form-footer .-submit {
  width: 100% !important;
  float: none;
  overflow: hidden;
  margin: 0 0 40px;
}
.vo-page.-donate-drive .vo-form .form-footer .-submit .vo-button {
  float: left;
  width: 190px !important;
  margin: 0 20px 7px 0;
}
.vo-page.-donate-drive .vo-form .form-footer .-submit .info {
  float: left;
}
.vo-page.-donate-drive .vo-form .form-footer .-submit .info .message {
  display: none;
  float: right;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 13px;
  color: #1D1E1F;
  line-height: 20px;
  background: #DFFFB2;
  border: 1px solid #8ED95E;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 300px;
  text-align: center;
  padding: 5px 8px;
}
.vo-page.-donate-drive .vo-form .form-footer .-submit .info .message.warn {
  background: #FFE2CD;
  border: 1px solid #FF9540;
}
@media screen and (max-width: 600px) {
  .vo-page.-donate-drive .vo-form .form-footer .-submit {
    margin-bottom: 40px !important;
  }
  .vo-page.-donate-drive .vo-form .form-footer .-submit .vo-button {
    float: none;
    width: 100% !important;
    margin: 0 0 10px;
  }
  .vo-page.-donate-drive .vo-form .form-footer .-submit .info {
    float: none;
    margin: 0;
  }
  .vo-page.-donate-drive .vo-form .form-footer .-submit .info .message {
    display: block;
    float: none;
    width: 100%;
  }
}
.vo-excerpt-list.-newsletters .results .row {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #BFDDEA;
  margin-bottom: 32px;
  margin-left: -1em;
  margin-right: -1em;
}
.vo-excerpt-list.-newsletters .results .vo-excerpt {
  float: left;
  width: 33.33%;
  border: none;
  padding: 0 1rem;
  margin: 0;
}
.vo-excerpt-list.-newsletters .results .vo-excerpt.-default .excerpt-thumb {
  float: none;
  width: 100%;
  margin: 0 0 16px;
}
.vo-excerpt-list.-newsletters .results .vo-excerpt.-default .excerpt-thumb-align {
  padding-left: 0;
  margin-left: 0;
}
.vo-excerpt-list.-newsletters .results .vo-excerpt.-default .excerpt-description {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 600px) {
  .vo-excerpt-list.-newsletters .results .row {
    margin: 0;
    border: none;
  }
  .vo-excerpt-list.-newsletters .results .row .vo-excerpt {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
}
.member-message {
  text-align: center;
}
.member-message .message {
  font-size: 21px;
  font-weight: bold;
  margin: 3rem 0 2rem 0;
  line-height: 1.6;
}
.member-message .item {
  font-size: 21px;
  margin: 0 0 1rem;
}
.member-message .item strong {
  font-weight: bold;
  text-decoration: underline;
}
.vo-popup {
  background: #F7F7F7;
  padding: 22px 30px 30px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 -4px 0 0 #0077AB;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 -4px 0 0 #0077AB;
  margin-top: 4px;
  position: fixed;
  z-index: 9999;
  background: white;
  top: 50%;
  left: 50%;
  min-width: 500px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vo-popup.-bare {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vo-popup.-orange {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #FF9540, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #FF9540, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-popup.-blue {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #0077AB, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #0077AB, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-popup.-green {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #40A300, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #40A300, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-popup.-purple {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #5E2FB4, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #5E2FB4, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-popup.-yellow {
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 0 0 #FFC889, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -4px 0 0 #FFC889, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-popup.-yellow.-thick {
  -webkit-box-shadow: 0 -8px 0 0 #FFC889, 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -8px 0 0 #FFC889, 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.vo-popup .aside-title {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #0077AB;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  margin: 0 0 20px;
}
.vo-popup .aside-content > p {
  margin: 0 0 16px;
}
.vo-popup .aside-content > p.-flush {
  margin: 0 !important;
}
.vo-popup .aside-content > *:first-child {
  margin-top: 0;
}
.vo-popup .aside-content > *:last-child {
  margin-bottom: 0;
}
.vo-popup .popup-title {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #0077AB;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  margin: 0 0 20px;
  text-align: center;
}
.vo-popup .popup-footer {
  font-size: 14px;
  color: #707070;
  padding-top: 21px;
  text-align: center;
}
.vo-popup .close {
  position: absolute;
  right: 14px;
  top: 10px;
  font-size: 22px;
  color: inherit;
  z-index: 99;
}
.vo-popup .dynamic iframe {
  width: 100%;
  display: block;
}
.vo-popup.-iframe {
  padding: 0;
  min-width: 800px;
}
.vo-popup.-iframe .close {
  color: white;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 550px) {
  .vo-popup {
    top: 15px;
    min-width: 380px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.popup.-member {
  display: none;
}
.popup-member-content {
  text-align: center;
  width: 750px;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 30px;
}
.popup-member-content .vo-thumb {
  width: 190px;
  margin: 0 0 50px;
}
.popup-member-content .suggestion {
  max-width: 520px;
  margin: 0 auto;
}
.popup-member-content .suggestion > p {
  margin: 0 0 16px;
}
.popup-member-content .suggestion > p.-flush {
  margin: 0 !important;
}
.popup-member-content .suggestion > *:first-child {
  margin-top: 0;
}
.popup-member-content .suggestion > *:last-child {
  margin-bottom: 0;
}
.popup-member-content .suggestion .vo-buttons {
  text-align: center;
  padding: 15px 0 30px;
}
.popup-member-content .suggestion .vo-buttons > a {
  float: none;
  display: inline-block;
}
.popup-member-content .suggestion .change-donation {
  font-size: 17px;
  text-decoration: none;
}
.popup-member-content .suggestion .change-donation:hover {
  text-decoration: underline;
}
.popup-member-content .suggestion .nevermind {
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
}
.popup-member-content .suggestion .nevermind:hover {
  text-decoration: underline;
}
.popup.-members-only {
  display: none;
}
.vo-popup[data-id="#popup-members-only"] {
  width: 400px;
}
.vo-popup[data-id="#popup-members-only"] .vo-thumb {
  display: block;
  width: 250px;
  margin: 15px auto 31px;
}
.vo-popup[data-id="#popup-members-only"] .vo-rich-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.vo-popup[data-id="#popup-members-only"] .vo-rich-text .vo-button {
  min-width: 140px;
}
.popup.-podcast {
  display: none;
}
.popup-podcast-content .popup-content {
  width: 505px;
  overflow: hidden;
  display: table;
}
.popup-podcast-content .popup-content > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.popup-podcast-content .popup-content .popup-thumb {
  width: 200px;
}
.popup-podcast-content .popup-content .popup-thumb-align {
  padding-left: 20px;
}
.popup-podcast-content .popup-content .popup-thumb-align .vo-button {
  text-align: center;
  height: 50px;
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0;
}
.popup-podcast-content .popup-content .popup-thumb-align .vo-button:last-child {
  margin: 0;
}
.popup-podcast-content .popup-content .popup-thumb-align .vo-button .vo-thumb {
  display: inline-block;
  width: auto !important;
  margin: 5px 0;
  padding: 0;
}
.popup-podcast-content .popup-content .popup-thumb-align .vo-button .vo-thumb img {
  height: 30px !important;
  width: auto !important;
}
.popup-podcast-content .popup-content .popup-thumb-align .vo-button.-itunes .vo-thumb {
  margin: 7.5px 0;
}
.popup-podcast-content .popup-content .popup-thumb-align .vo-button.-rss .vo-thumb {
  margin: 10px 0;
}
.popup-podcast-content .popup-footer {
  padding-top: 20px;
  text-align: center;
  font-size: 15px;
  color: #0071C5;
  line-height: 23px;
}
.popup-podcast-content .popup-footer a {
  text-decoration: none;
}
.popup-podcast-content .popup-footer a:hover {
  text-decoration: underline;
}
.vo-popup-scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 31px 0;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 99999;
}
.vo-popup-scroll .popup-title {
  font-size: 26px;
  margin: 0 0 21px;
}
.vo-popup-scroll .close {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
}
.vo-popup-scroll.-standout {
  background-color: #0077AB;
  background-image: url('/wp-content/themes/voiceover/.dist/images/bg-band.png');
  background-repeat: no-repeat;
  background-position: 80% 50%;
  color: white;
}
.vo-popup-scroll.-standout .popup-title {
  color: white;
}
.vo-popup-scroll.-standout .close {
  color: rgba(255, 255, 255, 0.5);
}
.vo-popup-scroll.-center {
  text-align: center;
}
.vo-popup-scroll.-center .vo-form {
  display: inline-block;
}
.vo-popup-scroll.-newsletter-signup {
  text-align: left;
  background: #0077AB;
  padding: 32px 30px 30px;
  color: #333;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.vo-popup-scroll.-newsletter-signup .close {
  color: #ffffff;
}
.vo-popup-scroll.-newsletter-signup .vo-grid {
  width: 100%;
  max-width: none;
}
.vo-popup-scroll.-newsletter-signup .sidebar-content .newsletter-thumb {
  float: left;
  width: 150px;
}
.vo-popup-scroll.-newsletter-signup .newsletter-halign {
  max-width: 850px;
  margin: 0 auto;
}
.vo-popup-scroll.-newsletter-signup .vo-form {
  float: left;
  width: 600px;
  padding-left: 32px;
  color: white;
}
.vo-popup-scroll.-newsletter-signup .vo-form .popup-title {
  margin: 0 0 10px;
  color: white;
}
.vo-popup-scroll.-newsletter-signup .vo-form .description {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 10px;
}
.vo-popup-scroll.-newsletter-signup .vo-form .fields {
  margin: 0;
}
.vo-popup-scroll.-newsletter-signup .vo-form .fields .vo-field.-email .faux-input {
  border: none;
}
.vo-popup-scroll.-newsletter-signup .vo-form .form-message {
  text-align: left;
  color: white;
  font-weight: bold;
}
.vo-popup-scroll.-newsletter-signup .vo-form .form-message.-success .ic.-success {
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 900px) {
  .vo-popup-scroll.-newsletter-signup {
    -webkit-transform: none;
    transform: none;
    left: 0;
  }
  .vo-popup-scroll.-newsletter-signup .sidebar-content .newsletter-thumb {
    margin: 0 auto;
    clear: both;
    display: none;
  }
  .vo-popup-scroll.-newsletter-signup .vo-form {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .vo-popup-scroll.-newsletter-signup .vo-form .description {
    margin: 0 0 20px;
  }
}
.popup.-sign-in {
  display: none;
}
.vo-popup[data-id="#popup-sign-in"] {
  min-width: 400px;
}
.vo-popup[data-id="#popup-sign-in"] .vo-thumb {
  display: block;
  width: 250px;
  margin: 15px auto 31px;
}
.vo-popup[data-id="#popup-sign-in"] input[type="text"],
.vo-popup[data-id="#popup-sign-in"] input[type="password"] {
  height: 35px;
}
.vo-popup[data-id="#popup-sign-in"] input[type="submit"] {
  display: block;
  width: 100%;
}
.vo-popup[data-id="#popup-sign-in"] .login-submit {
  margin: 0;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}
.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}
/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}
/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}
/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}
/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
  /* styling */
  border: none;
}
.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: rgba(0, 0, 0, 0);
}
.featherlight-previous {
  left: 25px;
  right: 80%;
}
.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}
.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  /* center vertically */
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
.featherlight-next span {
  right: 5%;
  left: auto;
}
.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block;
}
.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none;
}
/* Hide navigation while loading */
.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next {
  display: none;
}
/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none;
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.vo-post-content-widgets {
  display: none;
}
.vo-post-tag > span {
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase;
  line-height: 20px;
  vertical-align: middle;
}
.vo-post-tag > span .ic {
  margin: 0 5px 0 0;
}
.vo-post-tag > span a {
  text-decoration: none;
  color: inherit;
}
.vo-post-tag > span a:hover {
  text-decoration: underline;
}
.vo-post-tag .label {
  margin-left: 5px;
  font-weight: normal;
  background: white;
  color: #707070;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid #E3E3E3;
  font-size: 11px;
}
.vo-post-tag .main-category {
  margin-right: 14px;
}
.vo-post-tag .secondary {
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
}
.vo-post-tag .secondary .delim {
  border-left: 1px solid #ccc;
  display: inline-block;
  margin: 0 7px;
  width: 1px;
  height: 16px;
  line-height: 20px;
  vertical-align: middle;
  opacity: .5;
}
.vo-post-tag.-bord .main-category {
  border: 1px solid #eee;
  padding: 0 10px;
  border-radius: 2px;
}
.vo-post-tag.-accent .main-category {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 18px;
  color: #0077AB;
  letter-spacing: 0;
}
.vo-post-tag.-accent .main-category a:hover {
  text-decoration: none;
}
.vo-post-tag.-accent .label {
  padding: 0 12px;
  font-size: 12px;
  color: #707070;
  margin-left: 10px;
}
.vo-post-tag.-accent .label .ic {
  color: black;
}
.vo-post-tag.-cat-member-content.-unauth .main-category,
.vo-post-tag.-cat-opinion .main-category,
.vo-post-tag.-cat-partner-voices .main-category {
  font-weight: 500;
  padding: 1px 10px;
  text-transform: none;
  margin-bottom: 2px;
}
.vo-post-tag.-cat-member-content.-unauth .main-category .ic,
.vo-post-tag.-cat-opinion .main-category .ic,
.vo-post-tag.-cat-partner-voices .main-category .ic {
  margin-right: 5px;
}
.vo-post-tag.-cat-member-content.-unauth .main-category a:hover,
.vo-post-tag.-cat-opinion .main-category a:hover,
.vo-post-tag.-cat-partner-voices .main-category a:hover {
  text-decoration: none;
}
.vo-post-tag.-cat-member-content.-unauth.-accent .main-category,
.vo-post-tag.-cat-opinion.-accent .main-category,
.vo-post-tag.-cat-partner-voices.-accent .main-category {
  font-weight: 600;
  padding: 5px 15px;
}
.vo-post-tag.-cat-member-content.-unauth.-accent .main-category .ic,
.vo-post-tag.-cat-opinion.-accent .main-category .ic,
.vo-post-tag.-cat-partner-voices.-accent .main-category .ic {
  margin-right: 10px;
}
.vo-post-tag.-cat-member-content.-unauth .main-category {
  background: #F7F7F7;
  color: #333;
}
.vo-post-tag.-cat-member-content.-unauth .main-category .ic {
  opacity: .7;
}
.vo-post-tag.-cat-opinion .main-category {
  background: #FF7C1B;
  color: white;
}
.vo-post-tag.-cat-partner-voices .main-category {
  background: rgba(0, 146, 209, 0.1);
  color: #0092d1;
}
@media screen and (max-width: 550px) {
  .vo-post-tag .main-category {
    font-size: 15px;
    display: block;
    overflow: hidden;
  }
  .vo-post-tag .secondary {
    padding-top: 7px;
    line-height: 1.7;
  }
  .vo-post-tag.-cat-member-content .main-category,
  .vo-post-tag.-cat-opinion .main-category,
  .vo-post-tag.-cat-partner-voices .main-category {
    padding: 4px 15px;
  }
  .vo-post-tag.-cat-member-content .main-category .ic,
  .vo-post-tag.-cat-opinion .main-category .ic,
  .vo-post-tag.-cat-partner-voices .main-category .ic {
    margin-right: 9px;
  }
}
.vo-post-tags {
  padding: 1.5em 0 0;
}
.vo-post-tags .tags-header {
  margin-bottom: 16px;
}
.vo-post-tags .tags .tag-link {
  display: inline-block;
  color: #333;
  border: 1px solid #666;
  text-decoration: none;
  line-height: 25px;
  padding: 0 12px;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: .2s;
  transition: .2s;
  vertical-align: middle;
}
.vo-post-tags .tags .tag-link:hover {
  background: #333;
  color: white;
}
a.vo-post-time {
  text-decoration: none;
  color: inherit;
}
.vo-progress-bar .progress-bar-title {
  text-align: center;
  margin: 0 0 6px;
}
.vo-progress-bar .groove {
  background: #D3D9DB;
  border: 1px solid #C3C3C3;
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  position: relative;
  height: 25px;
  overflow: hidden;
}
.vo-progress-bar .groove .bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B4EC51), to(#429321));
  background-image: linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
  height: 100%;
  position: absolute;
  left: 0;
  width: 20px;
}
.vo-progress-bar .groove var {
  font-size: 16px;
  position: absolute;
  right: 12px;
  line-height: 24px;
}
.vo-pullquote {
  border-top: 10px solid #0077AB;
  border-bottom: 1px solid #0077AB;
  color: #0077AB;
  padding: 20px 0 25px;
  position: relative;
  -webkit-transition: .2s padding;
  transition: .2s padding;
}
.vo-pullquote .content {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  vertical-align: middle;
  -webkit-transition: .5s;
  transition: .5s;
}
.vo-pullquote .content .curtain {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
}
.vo-pullquote .vo-buttons {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.vo-pullquote.-anim:hover {
  padding-top: 30px;
  padding-bottom: 30px;
}
.vo-pullquote.-anim:hover .content {
  opacity: .9;
}
.vo-pullquote.-anim:hover .content .curtain {
  opacity: 1;
  height: 100%;
  width: 100%;
}
.vo-pullquote.-anim:hover .vo-buttons {
  opacity: 1;
}
.vo-pullquote.-orange {
  border-color: #FF9540;
  color: #FF7C1B;
}
.vo-pullquote.-dark {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.vo-pullquote.-light {
  border-color: #F7F7F7;
  color: white;
}
.vo-pullquote.-light .content .curtain {
  background: rgba(0, 0, 0, 0.5);
}
.vo-social-widget {
  opacity: 0;
  margin: 0 auto;
  text-align: center;
}
.vo-testimonial .testimonial-title {
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 10px;
}
.vo-testimonial .testimonial-subtitle {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 14px;
  color: #1D1E1F;
  line-height: 20px;
  margin: 0 0 20px;
}
.vo-testimonial .vo-rich-text {
  font-size: 15px;
  color: #1A1A1A;
  line-height: 23px;
}
.vo-testimonial .vo-rich-text p {
  margin: 0 0 16px;
}
/* This stylesheet is used to style the public-facing components of the plugin. */
.spu-box,
.spu-box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.spu-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.spu-box:before,
.spu-box:after {
  content: "";
  display: table;
}
.spu-box:after {
  clear: both;
}
/* Triggers "haslayout" for IE6/7 */
.spu-box {
  zoom: 1;
}
.spu-box {
  position: fixed;
  z-index: 999999;
  margin: 10px;
  max-width: 100%;
}
.spu-box.spu-centered {
  margin: 0;
}
/** Some basic css for box content**/
.spu-box img {
  max-width: 100%;
  height: auto;
}
/** end basic style**/
.spu-box.spu-top-left {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.spu-box.spu-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.spu-box.spu-bottom-left {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
}
.spu-box.spu-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}
.spu-content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.spu-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.spu-close {
  position: absolute;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  line-height: 1;
}
.spu-close.top_right {
  right: 8px;
  top: 5px;
}
.spu-close.top_left {
  left: 8px;
  top: 5px;
}
.spu-close.bottom_right {
  right: 8px;
  bottom: 5px;
}
.spu-close.bottom_left {
  left: 8px;
  bottom: 5px;
}
p.spu-powered {
  position: absolute;
  bottom: -55px;
  width: 100%;
  text-align: center;
  color: #fff;
  left: 0px;
}
p.spu-powered a {
  color: #ccc;
  text-decoration: underline;
}
.spu-close:hover,
.spu-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.spu-shortcode {
  float: left;
  line-height: normal !important;
}
.spu-facebook-page {
  text-align: center;
  display: block;
}
.spu-shortcode iframe {
  max-width: 1200px;
}
.spu_shortcodes {
  zoom: 1;
}
.spu-content .wysija-msg li {
  list-style: none;
  background: pink;
}
.spu_shortcodes:before,
.spu_shortcodes:after {
  content: "";
  display: table;
}
.spu_shortcodes:after {
  clear: both;
}
@font-face {
  font-family: 'spufont';
  src: url('/wp-content/plugins/popups/public/assets/fonts/spufont.eot?sze5my');
  src: url('/wp-content/plugins/popups/public/assets/fonts/spufont.eot?#iefixsze5my') format('embedded-opentype'), url('/wp-content/plugins/popups/public/assets/fonts/spufont.woff?sze5my') format('woff'), url('/wp-content/plugins/popups/public/assets/fonts/spufont.ttf?sze5my') format('truetype'), url('/wp-content/plugins/popups/public/assets/fonts/spufont.svg?sze5my#spufont') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="spu-icon-"],
[class*=" spu-icon-"] {
  font-family: 'spufont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.spu-icon-envelope:before {
  content: "\f003";
}
.spu-icon-check:before {
  content: "\f00c";
}
.spu-icon-close:before {
  content: "\f00d";
}
.spu-icon-eye:before {
  content: "\f06e";
}
.spu-icon-gears:before {
  content: "\f085";
}
.spu-icon-angle-up:before {
  content: "\f106";
}
.spu-icon-angle-down:before {
  content: "\f107";
}
.spu-icon-spinner:before {
  content: "\f110";
}
.spu-spinner {
  -webkit-animation: spu-rotate 1s infinite linear;
  -moz-animation: spu-rotate 1s infinite linear;
  -o-animation: spu-rotate 1s infinite linear;
  margin: 5px;
  display: none;
}
/**
* Top Bar position
*/
.spu-box.spu-top-bar,
.spu-box.spu-bottom-bar {
  margin: 0;
  width: 100% !important;
  padding: 10px 30px !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0;
  position: fixed;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1000;
}
.spu-box.spu-top-bar.with-spu-gdpr {
  padding-bottom: 40px !important;
}
.spu-box.spu-top-bar {
  top: 0;
  border-top: none !important;
}
.spu-box.spu-bottom-bar {
  bottom: 0;
  border-bottom: none !important;
}
.spu-box.spu-top-bar h1,
.spu-box.spu-top-bar h2,
.spu-box.spu-top-bar h3,
.spu-box.spu-top-bar h4,
.spu-box.spu-top-bar h5,
.spu-box.spu-top-bar h6,
.spu-box.spu-top-bar p,
.spu-box.spu-bottom-bar h1,
.spu-box.spu-bottom-bar h2,
.spu-box.spu-bottom-bar h3,
.spu-box.spu-bottom-bar h4,
.spu-box.spu-bottom-bar h5,
.spu-box.spu-bottom-bar h6,
.spu-box.spu-bottom-bar p {
  margin: 0;
}
@keyframes spu-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spu-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 620px) {
  .spu-box.taller-than-viewport {
    left: 0 !important;
    top: 100px !important;
    position: absolute !important;
  }
  .spu-box {
    margin: 0;
  }
}
.spu-box .spu-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  line-height: 20px;
  color: #1A1A1A;
  line-height: 1.7;
  padding: 25px;
}
.spu-box .spu-content h1 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 18px;
}
.spu-box .spu-content h1.-med {
  font-weight: 500;
  letter-spacing: -0.88px;
}
.spu-box .spu-content h1.-reg {
  font-weight: 400;
  letter-spacing: -0.88px;
}
.spu-box .spu-content h2 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 32px;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0 0 18px;
}
.spu-box .spu-content h2.-med {
  font-weight: 500;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h2.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h3 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 28px;
  letter-spacing: -0.45px;
  line-height: 1.25;
  margin: 0 0 18px;
}
.spu-box .spu-content h3.-med {
  font-weight: 500;
  letter-spacing: -0.65px;
}
.spu-box .spu-content h3.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h4 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 18px;
  line-height: 1.3;
}
.spu-box .spu-content h4.-med {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.25px;
}
.spu-box .spu-content h4.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h5 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 18px;
}
.spu-box .spu-content h5.-med {
  font-weight: 500;
  letter-spacing: 0;
}
.spu-box .spu-content h5.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h6 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 16px;
  color: #707070;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 18px;
}
.spu-box .spu-content h6.-med {
  font-weight: 500;
  font-size: 16px;
  color: black;
  letter-spacing: -0.36px;
  line-height: 24px;
}
.spu-box .spu-content h6.-reg {
  font-weight: 400;
  font-size: 16px;
  color: #1D1E1F;
  letter-spacing: -0.3px;
}
.spu-box .spu-content .header-category {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #707070;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.spu-box .spu-content .header-sidebar {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 18px;
  color: #0077AB;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.spu-box .spu-content .header-collection {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 20px;
  color: #1D1E1F;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 14px;
}
.spu-box .spu-content .-dark h1,
.spu-box .spu-content .-dark h2,
.spu-box .spu-content .-dark h3,
.spu-box .spu-content .-dark h4,
.spu-box .spu-content .-dark h5,
.spu-box .spu-content .-dark h6 {
  color: white;
}
.spu-box .spu-content > p,
.spu-box .spu-content > div,
.spu-box .spu-content > ul,
.spu-box .spu-content > ol,
.spu-box .spu-content > pre,
.spu-box .spu-content > hr,
.spu-box .spu-content > dl,
.spu-box .spu-content > table,
.spu-box .spu-content > blockquote,
.spu-box .spu-content > section,
.spu-box .spu-content > iframe,
.spu-box .spu-content > object {
  margin: 0 0 36px;
}
.spu-box .spu-content > p.-flush,
.spu-box .spu-content > div.-flush,
.spu-box .spu-content > ul.-flush,
.spu-box .spu-content > ol.-flush,
.spu-box .spu-content > pre.-flush,
.spu-box .spu-content > hr.-flush,
.spu-box .spu-content > dl.-flush,
.spu-box .spu-content > table.-flush,
.spu-box .spu-content > blockquote.-flush,
.spu-box .spu-content > section.-flush,
.spu-box .spu-content > iframe.-flush,
.spu-box .spu-content > object.-flush {
  margin: 0 !important;
}
.spu-box .spu-content > *:first-child {
  margin-top: 0;
}
.spu-box .spu-content > *:last-child {
  margin-bottom: 0;
}
.spu-box .spu-content .-text1,
.spu-box .spu-content .-t1 {
  font-size: 20px;
}
.spu-box .spu-content .-text2,
.spu-box .spu-content .-t2 {
  font-size: 18px;
  line-height: 30px;
}
.spu-box .spu-content .-text3,
.spu-box .spu-content .-t3 {
  font-size: 15px;
  color: #1D1E1F;
}
.spu-box .spu-content .-text4,
.spu-box .spu-content .-t4 {
  font-size: 14px;
  color: #1D1E1F;
}
.spu-box .spu-content .-text5,
.spu-box .spu-content .-t5 {
  font-size: 14px;
  color: #707070;
}
.spu-box .spu-content .-text6,
.spu-box .spu-content .-t6 {
  font-size: 13px;
  color: #1D1E1F;
}
.spu-box .spu-content a {
  color: #0071C5;
}
.spu-box .spu-content a:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-cloaked {
  text-decoration: none;
  color: inherit;
}
.spu-box .spu-content a.-more {
  /* See More: */
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1D1E1F;
  text-decoration: none;
}
.spu-box .spu-content a.-more:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-byline {
  /* Show Comments (3): */
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 15px;
  color: #0071C5;
  text-decoration: none;
}
.spu-box .spu-content a.-byline:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-comment-count {
  /* 3 comments: */
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  letter-spacing: 0;
  text-decoration: none;
}
.spu-box .spu-content a.-comment-count:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-show-comments {
  font-family: Montserrat;
  font-size: 16px;
  color: #0071C5;
  font-weight: 500;
  text-decoration: none;
}
.spu-box .spu-content a.-show-comments:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-email {
  word-break: normal;
}
.spu-box .spu-content h1 a,
.spu-box .spu-content h2 a,
.spu-box .spu-content h3 a,
.spu-box .spu-content h4 a,
.spu-box .spu-content h5 a,
.spu-box .spu-content h6 a {
  color: #0071C5;
}
.spu-box .spu-content h1 a:visited,
.spu-box .spu-content h2 a:visited,
.spu-box .spu-content h3 a:visited,
.spu-box .spu-content h4 a:visited,
.spu-box .spu-content h5 a:visited,
.spu-box .spu-content h6 a:visited {
  color: #0b61a1;
}
.spu-box .spu-content .vo-button {
  color: inherit;
}
.spu-box .spu-content .vo-button:hover {
  text-decoration: none;
}
.spu-box .spu-content ul,
.spu-box .spu-content ol {
  padding: 0 0 0 1em;
}
.spu-box .spu-content ul li,
.spu-box .spu-content ol li {
  margin: 0 0 3px;
}
.spu-box .spu-content ul {
  list-style: disc;
}
.spu-box .spu-content ol {
  list-style: decimal;
}
.spu-box .spu-content b,
.spu-box .spu-content strong {
  font-weight: 600;
}
.spu-box .spu-content i,
.spu-box .spu-content em {
  font-style: italic;
}
.spu-box .spu-content i.fa,
.spu-box .spu-content em.fa,
.spu-box .spu-content i[class*="ion-"],
.spu-box .spu-content em[class*="ion-"] {
  font-style: normal;
}
.spu-box .spu-content .vo-sidebar {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 500px) {
  .spu-box .spu-content .vo-sidebar {
    max-width: none;
  }
}
.spu-box .spu-content .-escape a {
  color: inherit;
}
.spu-box .spu-content .-escape a:hover {
  text-decoration: inherit;
}
.spu-box .spu-content .vo-nudge.-ad {
  padding-bottom: 4px;
  margin: 0 0 36px;
}
.spu-box .spu-content .vo-insertion {
  padding: 31px;
  font-size: 90%;
  line-height: 1.6;
}
.spu-box .spu-content .vo-insertion .sidebar-title {
  margin: 0 0 10px;
}
.spu-box .spu-content .-cta {
  background: #F7F7F7;
  padding: 16px;
  overflow: hidden;
  font-size: 90%;
  line-height: 25px;
  vertical-align: middle;
  color: #666;
}
.spu-box .spu-content .-cta .vo-button {
  float: right;
  margin-left: 16px;
  color: white;
}
.spu-box .spu-content .alignleft,
.spu-box .spu-content .alignright,
.spu-box .spu-content .alignnone,
.spu-box .spu-content .aligncenter {
  max-width: 100%;
}
.spu-box .spu-content .alignleft img,
.spu-box .spu-content .alignright img,
.spu-box .spu-content .alignnone img,
.spu-box .spu-content .aligncenter img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.spu-box .spu-content img {
  max-width: 100%;
  height: auto;
}
.spu-box .spu-content .wp-caption img {
  width: 100%;
  height: auto !important;
}
.spu-box .spu-content .wp-caption.aligncenter {
  display: block;
  height: auto;
}
.spu-box .spu-content .wp-caption.aligncenter .wp-caption-text {
  text-align: left;
}
.spu-box .spu-content .alignleft {
  float: left;
  margin-right: 21px;
  margin-bottom: .5em;
  height: auto;
}
.spu-box .spu-content .alignright {
  float: right;
  margin-left: 21px;
  margin-bottom: .5em;
  height: auto;
}
.spu-box .spu-content .aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  height: auto;
}
.spu-box .spu-content .alignnone {
  float: none;
  clear: both;
  width: auto;
  margin-bottom: 30px;
  height: auto;
}
.spu-box .spu-content p .alignnone {
  margin: 0;
}
.spu-box .spu-content hr {
  border: none;
  border-bottom: 1px solid #BFDDEA;
}
.spu-box .spu-content .-black-stripe {
  background: black;
  color: white;
  margin: 85px 0px 45px 0px !important;
  padding: 8px 16px;
}
.spu-box .spu-content .vo-pullquote.alignleft,
.spu-box .spu-content .vo-pullquote.alignright {
  max-width: 400px;
}
.spu-box .spu-content .wpcmsdev-columns .column > p,
.spu-box .spu-content .wpcmsdev-columns .column > div,
.spu-box .spu-content .wpcmsdev-columns .column > ul,
.spu-box .spu-content .wpcmsdev-columns .column > ol,
.spu-box .spu-content .wpcmsdev-columns .column > pre,
.spu-box .spu-content .wpcmsdev-columns .column > hr,
.spu-box .spu-content .wpcmsdev-columns .column > dl,
.spu-box .spu-content .wpcmsdev-columns .column > table,
.spu-box .spu-content .wpcmsdev-columns .column > blockquote,
.spu-box .spu-content .wpcmsdev-columns .column > section,
.spu-box .spu-content .wpcmsdev-columns .column > iframe,
.spu-box .spu-content .wpcmsdev-columns .column > object {
  margin: 0 0 24px;
}
.spu-box .spu-content .wpcmsdev-columns .column > p.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > div.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > ul.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > ol.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > pre.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > hr.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > dl.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > table.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > blockquote.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > section.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > iframe.-flush,
.spu-box .spu-content .wpcmsdev-columns .column > object.-flush {
  margin: 0 !important;
}
.spu-box .spu-content .wpcmsdev-columns .column > *:first-child {
  margin-top: 0;
}
.spu-box .spu-content .wpcmsdev-columns .column > *:last-child {
  margin-bottom: 0;
}
.spu-box .spu-content .wpcmsdev-columns .column h1,
.spu-box .spu-content .wpcmsdev-columns .column h2,
.spu-box .spu-content .wpcmsdev-columns .column h3,
.spu-box .spu-content .wpcmsdev-columns .column h4 {
  margin: 0 0 21px;
}
.spu-box .spu-content .wpcmsdev-columns .column h5,
.spu-box .spu-content .wpcmsdev-columns .column h6 {
  margin: 0 0 5px;
}
.spu-box .spu-content .wpcmsdev-columns .column img {
  margin-bottom: 10px;
}
.spu-box .spu-content code {
  font-size: 13px;
  font-weight: 600;
  background: #efefef;
  padding: 3px 6px;
  display: inline-block;
}
.spu-box .spu-content table {
  border-spacing: 0;
  border-collapse: collapse;
}
.spu-box .spu-content table.-fixed {
  table-layout: fixed;
  width: 100%;
}
.spu-box .spu-content table.-w100 {
  width: 100%;
}
.spu-box .spu-content table caption {
  font-weight: bold;
  margin: 0 0 6px;
}
.spu-box .spu-content table thead {
  font-weight: bold;
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.spu-box .spu-content table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
  border-bottom: 1px solid #E3E3E3;
}
.spu-box .spu-content table tr:nth-child(2n) {
  background-color: #f6f8fa;
}
.spu-box .spu-content table tr th,
.spu-box .spu-content table tr td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}
.spu-box .spu-content .-tc {
  text-align: center;
}
.spu-box .spu-content .-up {
  text-transform: uppercase;
}
.spu-box .spu-content.-light {
  color: white;
}
.spu-box .spu-content.-light h1,
.spu-box .spu-content.-light h2,
.spu-box .spu-content.-light h3,
.spu-box .spu-content.-light h4,
.spu-box .spu-content.-light h5,
.spu-box .spu-content.-light h6 {
  color: white;
}
.spu-box .spu-content.-light *[class*="-t"],
.spu-box .spu-content.-light *[class*="header-"],
.spu-box .spu-content.-light .comment-count,
.spu-box .spu-content.-light .-comment-count,
.spu-box .spu-content.-light .read-more,
.spu-box .spu-content.-light .-more {
  color: white;
}
.spu-box .spu-content.-light .vo-sidebar:not(.-light) {
  color: #1A1A1A;
}
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h1,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h2,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h3,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h4,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h5,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h6,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .sidebar-title {
  color: #1D1E1F;
}
.spu-box .spu-content.-light .vo-sidebar:not(.-light) *[class*="-t"],
.spu-box .spu-content.-light .vo-sidebar:not(.-light) *[class*="header-"],
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .comment-count,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .-comment-count,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .read-more,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .-more {
  color: #1D1E1F;
}
.spu-box .spu-content.-light .wpcmsdev-call-to-action {
  background: black;
}
.spu-box .spu-content.-light .vo-insertion {
  background: black;
}
.spu-box .spu-content.-article {
  font-size: 18px;
  line-height: 30px;
}
.spu-box .spu-content.-article h1,
.spu-box .spu-content.-article h2,
.spu-box .spu-content.-article h3,
.spu-box .spu-content.-article h4,
.spu-box .spu-content.-article h5,
.spu-box .spu-content.-article h6 {
  margin: 0 0 30px;
}
.spu-box .spu-content.-small h1,
.spu-box .spu-content.-small h2,
.spu-box .spu-content.-small h3,
.spu-box .spu-content.-small h4,
.spu-box .spu-content.-small h5,
.spu-box .spu-content.-small h6 {
  margin: 0 0 5px;
}
.spu-box .spu-content.-small > p {
  margin: 0 0 24px;
}
.spu-box .spu-content.-small > p.-flush {
  margin: 0 !important;
}
.spu-box .spu-content.-small > *:first-child {
  margin-top: 0;
}
.spu-box .spu-content.-small > *:last-child {
  margin-bottom: 0;
}
.spu-box .spu-content.-small h1 {
  font-size: 30px;
}
.spu-box .spu-content.-small h2 {
  font-size: 24px;
}
.spu-box .spu-content.-small h3 {
  font-size: 20px;
}
.spu-box .spu-content.-small h4 {
  font-size: 18px;
}
.spu-box .spu-content.-small h5 {
  font-size: 16px;
}
.spu-box .spu-content.-small h6 {
  font-size: 14px;
}
.spu-box .spu-content.-markdown h1 {
  border-bottom: 1px solid #E3E3E3;
}
.spu-box .spu-content.-legacy h1,
.spu-box .spu-content.-legacy h2,
.spu-box .spu-content.-legacy h3,
.spu-box .spu-content.-legacy h4,
.spu-box .spu-content.-legacy h5,
.spu-box .spu-content.-legacy h6 {
  margin: 0 0 22px;
  line-height: 1.45;
}
.spu-box .spu-content.-legacy h1 {
  font-size: 26px;
}
.spu-box .spu-content.-legacy h2 {
  font-size: 24px;
}
.spu-box .spu-content.-legacy h3 {
  font-size: 21px;
}
.spu-box .spu-content.-legacy h4 {
  font-size: 18px;
}
.spu-box .spu-content.-legacy h5 {
  font-size: 16px;
}
.spu-box .spu-content.-legacy h6 {
  font-size: 14px;
}
.spu-box .spu-content h1 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 18px;
}
.spu-box .spu-content h1.-med {
  font-weight: 500;
  letter-spacing: -0.88px;
}
.spu-box .spu-content h1.-reg {
  font-weight: 400;
  letter-spacing: -0.88px;
}
.spu-box .spu-content h2 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 32px;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0 0 18px;
}
.spu-box .spu-content h2.-med {
  font-weight: 500;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h2.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h3 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 28px;
  letter-spacing: -0.45px;
  line-height: 1.25;
  margin: 0 0 18px;
}
.spu-box .spu-content h3.-med {
  font-weight: 500;
  letter-spacing: -0.65px;
}
.spu-box .spu-content h3.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h4 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 18px;
  line-height: 1.3;
}
.spu-box .spu-content h4.-med {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.25px;
}
.spu-box .spu-content h4.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h5 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  color: #1D1E1F;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 18px;
}
.spu-box .spu-content h5.-med {
  font-weight: 500;
  letter-spacing: 0;
}
.spu-box .spu-content h5.-reg {
  font-weight: 400;
  letter-spacing: -0.8px;
}
.spu-box .spu-content h6 {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 16px;
  color: #707070;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 18px;
}
.spu-box .spu-content h6.-med {
  font-weight: 500;
  font-size: 16px;
  color: black;
  letter-spacing: -0.36px;
  line-height: 24px;
}
.spu-box .spu-content h6.-reg {
  font-weight: 400;
  font-size: 16px;
  color: #1D1E1F;
  letter-spacing: -0.3px;
}
.spu-box .spu-content .header-category {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #707070;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.spu-box .spu-content .header-sidebar {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 18px;
  color: #0077AB;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.spu-box .spu-content .header-collection {
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-size: 20px;
  color: #1D1E1F;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 14px;
}
.spu-box .spu-content .-dark h1,
.spu-box .spu-content .-dark h2,
.spu-box .spu-content .-dark h3,
.spu-box .spu-content .-dark h4,
.spu-box .spu-content .-dark h5,
.spu-box .spu-content .-dark h6 {
  color: white;
}
.spu-box .spu-content > p,
.spu-box .spu-content > div,
.spu-box .spu-content > ul,
.spu-box .spu-content > ol,
.spu-box .spu-content > pre,
.spu-box .spu-content > hr,
.spu-box .spu-content > dl,
.spu-box .spu-content > table,
.spu-box .spu-content > blockquote,
.spu-box .spu-content > section,
.spu-box .spu-content > iframe,
.spu-box .spu-content > object {
  margin: 0 0 36px;
}
.spu-box .spu-content > p.-flush,
.spu-box .spu-content > div.-flush,
.spu-box .spu-content > ul.-flush,
.spu-box .spu-content > ol.-flush,
.spu-box .spu-content > pre.-flush,
.spu-box .spu-content > hr.-flush,
.spu-box .spu-content > dl.-flush,
.spu-box .spu-content > table.-flush,
.spu-box .spu-content > blockquote.-flush,
.spu-box .spu-content > section.-flush,
.spu-box .spu-content > iframe.-flush,
.spu-box .spu-content > object.-flush {
  margin: 0 !important;
}
.spu-box .spu-content > *:first-child {
  margin-top: 0;
}
.spu-box .spu-content > *:last-child {
  margin-bottom: 0;
}
.spu-box .spu-content .-text1,
.spu-box .spu-content .-t1 {
  font-size: 20px;
}
.spu-box .spu-content .-text2,
.spu-box .spu-content .-t2 {
  font-size: 18px;
  line-height: 30px;
}
.spu-box .spu-content .-text3,
.spu-box .spu-content .-t3 {
  font-size: 15px;
  color: #1D1E1F;
}
.spu-box .spu-content .-text4,
.spu-box .spu-content .-t4 {
  font-size: 14px;
  color: #1D1E1F;
}
.spu-box .spu-content .-text5,
.spu-box .spu-content .-t5 {
  font-size: 14px;
  color: #707070;
}
.spu-box .spu-content .-text6,
.spu-box .spu-content .-t6 {
  font-size: 13px;
  color: #1D1E1F;
}
.spu-box .spu-content a {
  color: #0071C5;
}
.spu-box .spu-content a:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-cloaked {
  text-decoration: none;
  color: inherit;
}
.spu-box .spu-content a.-more {
  /* See More: */
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1D1E1F;
  text-decoration: none;
}
.spu-box .spu-content a.-more:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-byline {
  /* Show Comments (3): */
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 15px;
  color: #0071C5;
  text-decoration: none;
}
.spu-box .spu-content a.-byline:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-comment-count {
  /* 3 comments: */
  font-family: 'Open Sans', 'Helvetica', 'arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  letter-spacing: 0;
  text-decoration: none;
}
.spu-box .spu-content a.-comment-count:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-show-comments {
  font-family: Montserrat;
  font-size: 16px;
  color: #0071C5;
  font-weight: 500;
  text-decoration: none;
}
.spu-box .spu-content a.-show-comments:hover {
  text-decoration: underline;
}
.spu-box .spu-content a.-email {
  word-break: normal;
}
.spu-box .spu-content .vo-button {
  color: inherit;
}
.spu-box .spu-content .vo-button:hover {
  text-decoration: none;
}
.spu-box .spu-content ul,
.spu-box .spu-content ol {
  padding: 0 0 0 1em;
}
.spu-box .spu-content ul li,
.spu-box .spu-content ol li {
  margin: 0 0 3px;
}
.spu-box .spu-content ul {
  list-style: disc;
}
.spu-box .spu-content ol {
  list-style: decimal;
}
.spu-box .spu-content b,
.spu-box .spu-content strong {
  font-weight: 600;
}
.spu-box .spu-content i,
.spu-box .spu-content em {
  font-style: italic;
}
.spu-box .spu-content i.fa,
.spu-box .spu-content em.fa,
.spu-box .spu-content i[class*="ion-"],
.spu-box .spu-content em[class*="ion-"] {
  font-style: normal;
}
.spu-box .spu-content .vo-sidebar {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 500px) {
  .spu-box .spu-content .vo-sidebar {
    max-width: none;
  }
}
.spu-box .spu-content .-escape a {
  color: inherit;
}
.spu-box .spu-content .-escape a:hover {
  text-decoration: inherit;
}
.spu-box .spu-content .vo-nudge.-ad {
  padding-bottom: 4px;
  margin: 0 0 36px;
}
.spu-box .spu-content .vo-insertion {
  padding: 31px 0;
  line-height: 1.6;
}
.spu-box .spu-content .vo-insertion .sidebar-title {
  margin: 0 0 10px;
  text-align: center;
}
.spu-box .spu-content .vo-insertion .vo-sidebar {
  margin: 0 auto;
  max-width: 300px;
}
.spu-box .spu-content .vo-insertion .vo-sidebar .sidebar-title {
  text-align: center;
}
.spu-box .spu-content .-cta {
  background: #F7F7F7;
  padding: 16px;
  overflow: hidden;
  font-size: 90%;
  line-height: 25px;
  vertical-align: middle;
  color: #666;
}
.spu-box .spu-content .-cta .vo-button {
  float: right;
  margin-left: 16px;
  color: white;
}
.spu-box .spu-content .wpcmsdev-button {
  background: #0092D1;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Montserrat', 'Helvetica', 'arial', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  outline: none;
}
.spu-box .spu-content .alignleft,
.spu-box .spu-content .alignright,
.spu-box .spu-content .alignnone,
.spu-box .spu-content .aligncenter {
  max-width: 100%;
  display: block;
}
.spu-box .spu-content .alignleft img,
.spu-box .spu-content .alignright img,
.spu-box .spu-content .alignnone img,
.spu-box .spu-content .aligncenter img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.spu-box .spu-content .wp-caption img {
  width: 100%;
}
.spu-box .spu-content .wp-caption.aligncenter {
  display: block;
}
.spu-box .spu-content .wp-caption.aligncenter .wp-caption-text {
  text-align: left;
}
.spu-box .spu-content .alignleft {
  float: left;
  margin-right: 21px;
  margin-bottom: 30px;
}
.spu-box .spu-content .alignright {
  float: right;
  margin-left: 21px;
  margin-bottom: 30px;
}
.spu-box .spu-content .aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.spu-box .spu-content .alignnone {
  float: none;
  clear: both;
  width: auto;
  margin-bottom: 30px;
}
.spu-box .spu-content p .alignnone {
  margin: 0;
}
.spu-box .spu-content .vo-pullquote.alignleft,
.spu-box .spu-content .vo-pullquote.alignright {
  max-width: 400px;
}
.spu-box .spu-content ul.gform_fields,
.spu-box .spu-content ul.gfield_radio,
.spu-box .spu-content ul[class*="gfield"] {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.spu-box .spu-content code {
  font-size: 13px;
  font-weight: 600;
  background: #efefef;
  padding: 3px 6px;
  display: inline-block;
}
.spu-box .spu-content table {
  border-spacing: 0;
  border-collapse: collapse;
}
.spu-box .spu-content table caption {
  font-weight: bold;
  margin: 0 0 6px;
}
.spu-box .spu-content table thead {
  font-weight: bold;
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.spu-box .spu-content table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
  border-bottom: 1px solid #E3E3E3;
}
.spu-box .spu-content table tr:nth-child(2n) {
  background-color: #f6f8fa;
}
.spu-box .spu-content table tr th,
.spu-box .spu-content table tr td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}
.spu-box .spu-content .-tc {
  text-align: center;
}
.spu-box .spu-content .-up {
  text-transform: uppercase;
}
.spu-box .spu-content.-light {
  color: white;
}
.spu-box .spu-content.-light h1,
.spu-box .spu-content.-light h2,
.spu-box .spu-content.-light h3,
.spu-box .spu-content.-light h4,
.spu-box .spu-content.-light h5,
.spu-box .spu-content.-light h6 {
  color: white;
}
.spu-box .spu-content.-light *[class*="-t"],
.spu-box .spu-content.-light *[class*="header-"],
.spu-box .spu-content.-light .comment-count,
.spu-box .spu-content.-light .-comment-count,
.spu-box .spu-content.-light .read-more,
.spu-box .spu-content.-light .-more {
  color: white;
}
.spu-box .spu-content.-light .vo-sidebar:not(.-light) {
  color: #1A1A1A;
}
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h1,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h2,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h3,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h4,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h5,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) h6,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .sidebar-title {
  color: #1D1E1F;
}
.spu-box .spu-content.-light .vo-sidebar:not(.-light) *[class*="-t"],
.spu-box .spu-content.-light .vo-sidebar:not(.-light) *[class*="header-"],
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .comment-count,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .-comment-count,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .read-more,
.spu-box .spu-content.-light .vo-sidebar:not(.-light) .-more {
  color: #1D1E1F;
}
.spu-box .spu-content.-article {
  font-size: 18px;
  line-height: 30px;
}
.spu-box .spu-content.-article h1,
.spu-box .spu-content.-article h2,
.spu-box .spu-content.-article h3,
.spu-box .spu-content.-article h4,
.spu-box .spu-content.-article h5,
.spu-box .spu-content.-article h6 {
  margin: 0 0 30px;
}
.spu-box .spu-content.-small h1,
.spu-box .spu-content.-small h2,
.spu-box .spu-content.-small h3,
.spu-box .spu-content.-small h4,
.spu-box .spu-content.-small h5,
.spu-box .spu-content.-small h6 {
  margin: 0 0 5px;
}
.spu-box .spu-content.-small > p {
  margin: 0 0 24px;
}
.spu-box .spu-content.-small > p.-flush {
  margin: 0 !important;
}
.spu-box .spu-content.-small > *:first-child {
  margin-top: 0;
}
.spu-box .spu-content.-small > *:last-child {
  margin-bottom: 0;
}
.spu-box .spu-content.-small h1 {
  font-size: 30px;
}
.spu-box .spu-content.-small h2 {
  font-size: 24px;
}
.spu-box .spu-content.-small h3 {
  font-size: 20px;
}
.spu-box .spu-content.-small h4 {
  font-size: 18px;
}
.spu-box .spu-content.-small h5 {
  font-size: 16px;
}
.spu-box .spu-content.-small h6 {
  font-size: 14px;
}
.spu-box .spu-content.-markdown h1 {
  border-bottom: 1px solid #E3E3E3;
}
.spu-box .spu-content.-legacy h1,
.spu-box .spu-content.-legacy h2,
.spu-box .spu-content.-legacy h3,
.spu-box .spu-content.-legacy h4,
.spu-box .spu-content.-legacy h5,
.spu-box .spu-content.-legacy h6 {
  margin: 0 0 22px;
}
.spu-box .spu-content.-legacy h1 {
  font-size: 26px;
}
.spu-box .spu-content.-legacy h2 {
  font-size: 24px;
}
.spu-box .spu-content.-legacy h3 {
  font-size: 21px;
}
.spu-box .spu-content.-legacy h4 {
  font-size: 18px;
}
.spu-box .spu-content.-legacy h5 {
  font-size: 16px;
}
.spu-box .spu-content.-legacy h6 {
  font-size: 14px;
}


@charset "UTF-8";#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{margin-right:0;width:100%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-left:0;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;margin-bottom:.5em;width:100%}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{color:#1e1e1e;background-color:#fff;min-width:200px}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.items-justified-space-between>ul{justify-content:space-between}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus{text-decoration:none}.wp-block-navigation-link__content{color:inherit;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments-form input[type=submit]{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited{color:#fff}.wp-block-preformatted{white-space:pre-wrap}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-query-loop li{clear:both}.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-query-pagination{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo{line-height:0}.wp-block-custom-logo .aligncenter{display:table}.wp-block-custom-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}

/* Accordions */
.wpcmsdev-accordion {
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  border-radius: 0.25em;
  margin: 1.5em 0;
  overflow: hidden;
  background-color: #fdfdfd;
}
.wpcmsdev-accordion .accordion-item.active .accordion-item-title {
  background-color: #e9e9e9;
}
.wpcmsdev-accordion .accordion-item.active .accordion-item-title .icon-for-active {
  display: inline-block;
}
.wpcmsdev-accordion .accordion-item.active .accordion-item-title .icon-for-inactive {
  display: none;
}
.wpcmsdev-accordion .accordion-item-title {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 !important;
  font-size: 1em;
  font-weight: inherit;
}
.wpcmsdev-accordion .accordion-item-title a {
  display: block;
  border: 0;
  padding: 0.8em 1.5em;
  background-color: #f2f2f2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), transparent);
  text-decoration: none;
}
.wpcmsdev-accordion .accordion-item-title a:active,
.wpcmsdev-accordion .accordion-item-title a:focus,
.wpcmsdev-accordion .accordion-item-title a:hover {
  border: 0;
  background-color: #e9e9e9;
}
.wpcmsdev-accordion .accordion-item-title .fa {
  margin-right: 0.6em;
  opacity: 0.8;
}
.wpcmsdev-accordion .accordion-item-title .fa.icon-for-active {
  display: none;
}
.wpcmsdev-accordion .accordion-item-content {
  border-bottom: 1px solid #d8d8d8;
  padding: 1.5em;
}
.wpcmsdev-accordion .accordion-item-content > :first-child {
  margin-top: 0 !important;
}
.wpcmsdev-accordion .accordion-item-content > :last-child {
  margin-bottom: 0 !important;
}
/* Alerts */
.wpcmsdev-alert {
  border: 1px solid #d8d8d8;
  margin: 1.5em 0;
  padding: 1em 1.5em;
  background-color: #fdfdfd;
}
.wpcmsdev-alert.has-icon {
  position: relative;
  padding-left: 3.75em;
}
.wpcmsdev-alert.has-icon > .fa {
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -0.5em;
  font-size: 1.5em;
  opacity: 0.8;
}
.wpcmsdev-alert.color-black {
  border-color: #cccccc;
  background-color: #f9f9f9;
  color: #3a3a3a;
}
.wpcmsdev-alert.color-blue {
  border-color: #bed9e4;
  background-color: #f7fbfd;
  color: #0078a9;
}
.wpcmsdev-alert.color-gray {
  border-color: #dadada;
  background-color: #fbfbfb;
  color: #7e7e7e;
}
.wpcmsdev-alert.color-green {
  border-color: #beded4;
  background-color: #f7fcfb;
  color: #008b5d;
}
.wpcmsdev-alert.color-orange {
  border-color: #ecd7be;
  background-color: #fefbf7;
  color: #cf7200;
}
.wpcmsdev-alert.color-red {
  border-color: #e6bfc9;
  background-color: #fdf7f9;
  color: #b0022e;
}
.wpcmsdev-alert.color-violet {
  border-color: #d2bee5;
  background-color: #faf7fd;
  color: #5900ae;
}
.wpcmsdev-alert.color-yellow {
  border-color: #f1e9be;
  background-color: #fffef7;
  color: #cca900;
}
.wpcmsdev-alert .alert-content > :first-child {
  margin-top: 0 !important;
}
.wpcmsdev-alert .alert-content > :last-child {
  margin-bottom: 0 !important;
}
/* Boxes */
.wpcmsdev-box {
  border: 1px solid #d8d8d8;
  background-color: #fdfdfd;
  margin: 1.5em 0;
}
.wpcmsdev-box .box-title {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 !important;
  padding: 0.8em 1.5em;
  background-color: #f2f2f2;
  font-size: 1em;
}
.wpcmsdev-box .box-content {
  padding: 1.5em;
}
.wpcmsdev-box .box-content > :first-child {
  margin-top: 0 !important;
}
.wpcmsdev-box .box-content > :last-child {
  margin-bottom: 0 !important;
}
/* Buttons */
.wpcmsdev-button {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0.25em;
  min-width: 7em;
  background-color: #444444;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.15));
  text-align: center;
  text-decoration: none !important;
  vertical-align: bottom;
}
.wpcmsdev-button span {
  display: block;
  padding: 0.5em 1.25em;
  color: #eee;
  transition: background-color 0.2s, color 0.2s;
}
.wpcmsdev-button:active span,
.wpcmsdev-button:focus span,
.wpcmsdev-button:hover span {
  background-color: rgba(0, 0, 0, 0.15);
  color: #ddd;
}
.wpcmsdev-button.color-blue {
  background-color: #0087bd;
}
.wpcmsdev-button.color-gray {
  background-color: #888888;
}
.wpcmsdev-button.color-green {
  background-color: #009f6b;
}
.wpcmsdev-button.color-orange {
  background-color: #e37d00;
}
.wpcmsdev-button.color-red {
  background-color: #c40233;
}
.wpcmsdev-button.color-violet {
  background-color: #6400c2;
}
.wpcmsdev-button.color-yellow {
  background-color: #ffd300;
}
/* Call-to-action */
.wpcmsdev-call-to-action {
  margin: 1.5em 0;
  padding: 1.5em;
  background-color: #fdfdfd;
  border: 1px solid #d8d8d8;
}
.wpcmsdev-call-to-action.color-black {
  border-color: #cccccc;
  background-color: #f9f9f9;
  color: #3a3a3a;
}
.wpcmsdev-call-to-action.color-blue {
  border-color: #bed9e4;
  background-color: #f7fbfd;
  color: #0078a9;
}
.wpcmsdev-call-to-action.color-gray {
  border-color: #dadada;
  background-color: #fbfbfb;
  color: #7e7e7e;
}
.wpcmsdev-call-to-action.color-green {
  border-color: #beded4;
  background-color: #f7fcfb;
  color: #008b5d;
}
.wpcmsdev-call-to-action.color-orange {
  border-color: #ecd7be;
  background-color: #fefbf7;
  color: #cf7200;
}
.wpcmsdev-call-to-action.color-red {
  border-color: #e6bfc9;
  background-color: #fdf7f9;
  color: #b0022e;
}
.wpcmsdev-call-to-action.color-violet {
  border-color: #d2bee5;
  background-color: #faf7fd;
  color: #5900ae;
}
.wpcmsdev-call-to-action.color-yellow {
  border-color: #f1e9be;
  background-color: #fffef7;
  color: #cca900;
}
.wpcmsdev-call-to-action .call-to-action-content > :first-child {
  margin-top: 0 !important;
}
.wpcmsdev-call-to-action .call-to-action-content > :last-child {
  margin-bottom: 0 !important;
}
@media ( max-width: 768px ) {
  .wpcmsdev-call-to-action .call-to-action-content {
    text-align: center;
  }
}
.wpcmsdev-call-to-action .call-to-action-button {
  text-align: center;
}
@media ( max-width: 768px ) {
  .wpcmsdev-call-to-action .call-to-action-button {
    margin-top: 1.5em;
  }
  .wpcmsdev-call-to-action .call-to-action-button .wpcmsdev-button {
    width: 100%;
  }
}
.wpcmsdev-call-to-action.layout-horizontal .call-to-action-button .wpcmsdev-button {
  width: 100%;
}
.wpcmsdev-call-to-action.layout-vertical .call-to-action-content {
  text-align: center;
}
.wpcmsdev-call-to-action.layout-vertical .call-to-action-button {
  margin-top: 1.5em;
}
.wpcmsdev-call-to-action.layout-vertical .call-to-action-button .wpcmsdev-button {
  min-width: 12em;
}
/* Clear floats */
.wpcmsdev-clear-floats {
  clear: both;
}
/* Columns */
.wpcmsdev-columns:before,
.wpcmsdev-columns:after {
  display: table;
  content: "";
}
.wpcmsdev-columns:after {
  clear: both;
}
.wpcmsdev-columns .column {
  float: left;
  margin-right: 4%;
}
.wpcmsdev-columns .column.column-width-one-half {
  width: 48%;
}
.wpcmsdev-columns .column.column-width-one-third {
  width: 30.666667%;
}
.wpcmsdev-columns .column.column-width-two-thirds {
  width: 65.333334%;
}
.wpcmsdev-columns .column.column-width-one-fourth {
  width: 22%;
}
.wpcmsdev-columns .column.column-width-three-fourths {
  width: 74%;
}
.wpcmsdev-columns .column.column-width-one-fifth {
  width: 16.8%;
}
.wpcmsdev-columns .column.column-width-two-fifths {
  width: 37.6%;
}
.wpcmsdev-columns .column.column-width-three-fifths {
  width: 58.4%;
}
.wpcmsdev-columns .column.column-width-four-fifths {
  width: 79.2%;
}
.wpcmsdev-columns .column:last-child {
  margin-right: 0 !important;
}
@media ( max-width: 768px ) {
  .wpcmsdev-columns .column {
    width: 100% !important;
  }
}
/* Highlights */
.wpcmsdev-highlight {
  padding: 0 0.2em 0 0.25em;
  border-radius: 2px;
}
.wpcmsdev-highlight.color-blue {
  background-color: #99cfe5;
}
.wpcmsdev-highlight.color-gray {
  background-color: #cfcfcf;
}
.wpcmsdev-highlight.color-green {
  background-color: #99d9c4;
}
.wpcmsdev-highlight.color-orange {
  background-color: #f4cb99;
}
.wpcmsdev-highlight.color-red {
  background-color: #e79aad;
}
.wpcmsdev-highlight.color-violet {
  background-color: #c199e7;
}
.wpcmsdev-highlight.color-yellow {
  background-color: #ffe980;
}
.wpcmsdev-highlight.text-color-blue {
  color: #0078a9;
}
.wpcmsdev-highlight.text-color-gray {
  color: #7e7e7e;
}
.wpcmsdev-highlight.text-color-green {
  color: #008b5d;
}
.wpcmsdev-highlight.text-color-orange {
  color: #cf7200;
}
.wpcmsdev-highlight.text-color-red {
  color: #b0022e;
}
.wpcmsdev-highlight.text-color-violet {
  color: #5900ae;
}
.wpcmsdev-highlight.text-color-yellow {
  color: #cca900;
}
/* Icons */
.wpcmsdev-icon.color-blue {
  color: #0087bd;
}
.wpcmsdev-icon.color-gray {
  color: #888888;
}
.wpcmsdev-icon.color-green {
  color: #009f6b;
}
.wpcmsdev-icon.color-orange {
  color: #e37d00;
}
.wpcmsdev-icon.color-red {
  color: #c40233;
}
.wpcmsdev-icon.color-violet {
  color: #6400c2;
}
.wpcmsdev-icon.color-yellow {
  color: #ffd300;
}
/* Tabs */
.wpcmsdev-tabs {
  margin: 1.5em 0;
  padding-top: 0.2em;
}
.wpcmsdev-tabs .headings {
  float: left;
  width: 100%;
}
.wpcmsdev-tabs .headings a {
  display: block;
  float: left;
  border: 1px solid #d8d8d8;
  margin-bottom: -1px;
  padding: 0.6em 1.5em;
  background-color: #f2f2f2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), transparent);
  text-decoration: none;
  outline: 0;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.wpcmsdev-tabs .headings a + a {
  margin-left: -1px;
}
.wpcmsdev-tabs .headings a.active,
.wpcmsdev-tabs .headings a:active,
.wpcmsdev-tabs .headings a:focus,
.wpcmsdev-tabs .headings a:hover {
  border-color: #d8d8d8;
  background-color: #e9e9e9;
}
.wpcmsdev-tabs .headings a.active {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-color: #fdfdfd;
  margin-top: -0.2em;
  padding-top: 0.8em;
  background-color: #fdfdfd;
}
.wpcmsdev-tabs .headings a:first-child {
  border-top-left-radius: 0.25em;
}
.wpcmsdev-tabs .headings a:last-child {
  border-top-right-radius: 0.25em;
}
.wpcmsdev-tabs .tab {
  clear: both;
  border: 1px solid #d8d8d8;
  padding: 1.5em;
  background-color: #fdfdfd;
}
.wpcmsdev-tabs .tab > :first-child {
  margin-top: 0 !important;
}
.wpcmsdev-tabs .tab > :last-child {
  margin-bottom: 0 !important;
}
/* Toggles */
.wpcmsdev-toggle {
  border: 1px solid #d8d8d8;
  border-radius: 0.25em;
  margin: 1.5em 0;
  overflow: hidden;
  background-color: #fdfdfd;
}
.wpcmsdev-toggle + .wpcmsdev-toggle {
  margin-top: -0.5em;
}
.wpcmsdev-toggle .toggle-title {
  margin: 0 !important;
  font-size: 1em;
  font-weight: inherit;
}
.wpcmsdev-toggle .toggle-title a {
  display: block;
  border: 0;
  padding: 0.8em 1em;
  background-color: #f2f2f2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), transparent);
  text-decoration: none;
}
.wpcmsdev-toggle .toggle-title a:active,
.wpcmsdev-toggle .toggle-title a:focus,
.wpcmsdev-toggle .toggle-title a:hover {
  background-color: #e9e9e9;
  border: 0;
}
.wpcmsdev-toggle .toggle-title a.active .icon-for-active {
  display: inline-block;
}
.wpcmsdev-toggle .toggle-title a.active .icon-for-inactive {
  display: none;
}
.wpcmsdev-toggle .toggle-title .fa {
  margin-right: 0.6em;
  opacity: 0.8;
}
.wpcmsdev-toggle .toggle-title .fa.icon-for-active {
  display: none;
}
.wpcmsdev-toggle .toggle-content {
  border-top: 1px solid #d8d8d8;
  padding: 1.5em;
}
.wpcmsdev-toggle .toggle-content > :first-child {
  margin-top: 0 !important;
}
.wpcmsdev-toggle .toggle-content > :last-child {
  margin-bottom: 0 !important;
}


