/*
 Theme Name: capitalsisters
 Theme URI: http://capitalsisters.org/
 Author: Michaella Dirkes
 Descriptoin: A custom theme for Capital Sisters
 Version: 1.0.0
 Text Domain: capitalsisters
 */

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

/* Media - Fluid Images - Video
======================================================= */
figure {
  margin: 0;
}

img, object, embed, video {
  max-width: 100%;
  _width: 100%;
}

/* Fluid images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Improve IE's resizing of images */
svg:not(:root) {
  overflow: hidden;
}

/* Correct IE9 overflow */
img {
  height: auto;
}

/* Colors
================================================================================================= */
.row, #page .site-content, #page .entry-header, #page .entry-content, #interior-slider > ul, #interior-slider > ul > li, .menu-footer-container, #site-navigation, .widget .graph .graph-row, .widget .keys, .widget.map_locations_widget .map-group .map-group-label, .widget.map_locations_widget .map-group .locations-group, body.blog .post,
body.single-post .post,
body.archive .post, .clearfix {
  *zoom: 1;
}
.row:after, #page .site-content:after, #page .entry-header:after, #page .entry-content:after, #interior-slider > ul:after, #interior-slider > ul > li:after, .menu-footer-container:after, #site-navigation:after, .widget .graph .graph-row:after, .widget .keys:after, .widget.map_locations_widget .map-group .map-group-label:after, .widget.map_locations_widget .map-group .locations-group:after, body.blog .post:after,
body.single-post .post:after,
body.archive .post:after, .clearfix:after {
  clear: both;
}
.row:after, #page .site-content:after, #page .entry-header:after, #page .entry-content:after, #interior-slider > ul:after, #interior-slider > ul > li:after, .menu-footer-container:after, #site-navigation:after, .widget .graph .graph-row:after, .widget .keys:after, .widget.map_locations_widget .map-group .map-group-label:after, .widget.map_locations_widget .map-group .locations-group:after, body.blog .post:after,
body.single-post .post:after,
body.archive .post:after, .row:before, #page .site-content:before, #page .entry-header:before, #page .entry-content:before, #interior-slider > ul:before, #interior-slider > ul > li:before, .menu-footer-container:before, #site-navigation:before, .widget .graph .graph-row:before, .widget .keys:before, .widget.map_locations_widget .map-group .map-group-label:before, .widget.map_locations_widget .map-group .locations-group:before, body.blog .post:before,
body.single-post .post:before,
body.archive .post:before, .clearfix:after, .clearfix:before {
  content: '';
  display: table;
}

select, textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="submit"], .search-form .search-field, .pledge-form .entry-content select, .pledge-form .entry-content .wpcf7-submit {
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="submit"]:focus, .search-form .search-field:focus, .pledge-form .entry-content select:focus, .pledge-form .entry-content .wpcf7-submit:focus, select:active, textarea:active, input[type="text"]:active, input[type="email"]:active, input[type="tel"]:active, input[type="url"]:active, input[type="password"]:active, input[type="submit"]:active, .search-form .search-field:active, .pledge-form .entry-content select:active, .pledge-form .entry-content .wpcf7-submit:active {
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
}

body, #background-slider ul li, #interior-slider > ul > li .slider-image, #feature-slider ul li {
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#feature-slider ul li .slider-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/****************************************************************************
 * Beemuse: 3D Flips
 *
 * Copyright 2014 ITMUSTBE, Inc.
 * Licensed under the MIT License
 * http://opensource.org/licenses/MIT
 *
 * Designed and built with all the buzz in the world @itmustbe
****************************************************************************/
.flip {
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.flip .flip-front, .flip .flip-back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
.flip .flip-front {
  z-index: 5;
}
.flip .flip-back {
  z-index: 0;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip.active .flip-front {
  z-index: 5;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip.active .flip-back {
  z-index: 10;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.row {
  width: 100%;
  max-width: 9999999999px;
  margin: 0 auto 1em;
}

[class*="column-"] {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 2% 1em 0;
}
[class*="column-"]:last-of-type {
  margin-right: 0;
}

.column-12 {
  width: 6.5%;
}
.column-11 {
  width: 7.27273%;
}
.column-10 {
  width: 8.2%;
}
.column-9 {
  width: 9.33333%;
}
.column-8 {
  width: 10.75%;
}
.column-7 {
  width: 12.57143%;
}
.column-6, .column-sixth, .column-sixths, .column-one-sixth, .column-one-sixths {
  width: 15%;
}
.column-5 {
  width: 18.4%;
}
.column-4 {
  width: 23.5%;
}
.column-3 {
  width: 32%;
}
.column-2 {
  width: 49%;
}
.column-1, .column-full, .column-whole {
  width: 100%;
}
.column-quarter, .column-quarters, .column-fourth, .column-fourths, .column-one-quarter, .column-one-quarters, .column-one-fourth {
  width: 23%;
}
@media (max-width: 900px) {
  .column-quarter, .column-quarters, .column-fourth, .column-fourths, .column-one-quarter, .column-one-quarters, .column-one-fourth {
    width: 49%;
  }
  .column-quarter:nth-child(2n), .column-quarters:nth-child(2n), .column-fourth:nth-child(2n), .column-fourths:nth-child(2n), .column-one-quarter:nth-child(2n), .column-one-quarters:nth-child(2n), .column-one-fourth:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .column-quarter, .column-quarters, .column-fourth, .column-fourths, .column-one-quarter, .column-one-quarters, .column-one-fourth {
    width: 100%;
  }
}
.column-three-quarter, .column-three-quarters, .column-three-fourth, .column-three-fourths {
  width: 73%;
}
@media (max-width: 900px) {
  .column-three-quarter, .column-three-quarters, .column-three-fourth, .column-three-fourths {
    width: 49%;
  }
  .column-three-quarter:nth-child(2n), .column-three-quarters:nth-child(2n), .column-three-fourth:nth-child(2n), .column-three-fourths:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .column-three-quarter, .column-three-quarters, .column-three-fourth, .column-three-fourths {
    width: 100%;
  }
}
.column-third, .column-thirds, .column-one-third, .column-one-thirds {
  width: 31%;
}
.column-two-third, .column-two-thirds {
  width: 67%;
}
@media (max-width: 900px) {
  .column-two-third, .column-two-thirds {
    width: 100%;
    margin-right: 0;
  }
}
.column-half, .column-halfs, .column-halve, .column-halves, .column-one-half, .column-one-halves {
  width: 49%;
}
.column-half:nth-child(2n), .column-halfs:nth-child(2n), .column-halve:nth-child(2n), .column-halves:nth-child(2n), .column-one-half:nth-child(2n), .column-one-halves:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 480px) {
  .column-half, .column-halfs, .column-halve, .column-halves, .column-one-half, .column-one-halves {
    width: 100%;
    margin-right: 0;
  }
}
.column-full, .column-whole {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.25em;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
}

h1 {
  font-size: 4.5em;
}

h2 {
  font-size: 3.5em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.3em;
}
h4.content-heading {
  color: #33aec0;
  margin-bottom: 0.85em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
  font-weight: 300;
  color: #33aec0;
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

* {
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.screen-reader-text {
  display: none;
}

body {
  font-size: 62.5%;
  color: #B8BDC4;
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  margin-bottom: 1em;
  line-height: 1.45;
  font-size: 1.6em;
}
p.feature-text {
  color: #33aec0 !important;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  color: #33aec0;
  font-size: 1.25em;
  letter-spacing: 0.04em;
  line-height: 1;
  float: left;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding: 5px 0 20px 0;
  margin-right: 25px;
  width: 23%;
  display: block;
}
@media (max-width: 480px) {
  blockquote {
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}
blockquote p {
  margin: 0 !important;
  color: inherit !important;
}

h4.content-heading {
  font-size: 1.82em;
  line-height: 1.45;
}

.content-column ul,
body.page .column-full ul {
  margin: 20px 0 10px;
  padding-left: 20px;
  display: block;
}
.content-column ul li,
body.page .column-full ul li {
  font-size: 1.5em;
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 8px;
}
.content-column ul li:last-child,
body.page .column-full ul li:last-child {
  margin-bottom: 0;
}
.content-column ul li a,
body.page .column-full ul li a {
  text-decoration: none;
  color: white;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.05em;
}

a {
  color: #33aec0;
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
a:focus, a:hover, a:active {
  outline: 0;
}
a:hover {
  color: #33adbe;
}

::-moz-selection {
  background: #33aec0;
  color: white;
}

::selection {
  background: #33aec0;
  color: white;
}

::-moz-selection {
  background: #33aec0;
  color: white;
}

.button, input[type="submit"], .pledge-form .entry-content .wpcf7-submit {
  display: inline-block;
  padding: 0.65em 1.5em;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 2em;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
.content-column .button, .content-column input[type="submit"], .content-column .pledge-form .entry-content .wpcf7-submit, .pledge-form .entry-content .content-column .wpcf7-submit, .column-full .button, .column-full input[type="submit"], .column-full .pledge-form .entry-content .wpcf7-submit, .pledge-form .entry-content .column-full .wpcf7-submit {
  margin-bottom: 1.5em;
  padding-right: 3em;
  padding-left: 3em;
}
.content-column .button:first-of-type, .content-column input[type="submit"]:first-of-type, .content-column .pledge-form .entry-content .wpcf7-submit:first-of-type, .pledge-form .entry-content .content-column .wpcf7-submit:first-of-type, .column-full .button:first-of-type, .column-full input[type="submit"]:first-of-type, .column-full .pledge-form .entry-content .wpcf7-submit:first-of-type, .pledge-form .entry-content .column-full .wpcf7-submit:first-of-type {
  margin-top: 2em;
}
.button:last-of-type, input[type="submit"]:last-of-type, .pledge-form .entry-content .wpcf7-submit:last-of-type {
  margin-right: 0;
}
.button:hover, input[type="submit"]:hover, .pledge-form .entry-content .wpcf7-submit:hover {
  border-color: #33aec0;
  color: #33aec0;
}

select, textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"] {
  padding: 0.75em 1em;
  background: white;
  color: black;
  font-size: 1.3em;
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

textarea::-webkit-input-placeholder {
  color: black;
}
textarea:-moz-placeholder {
  color: black;
}
textarea::-moz-placeholder {
  color: black;
}
textarea:-ms-input-placeholder {
  color: black;
}
textarea[placeholder] {
  color: black;
}

div.wpcf7-validation-errors,
div.wpcf7-response-output,
div.wpcf7-mail-sent-ng {
  font-size: 1.5em;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  color: black;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
  color: black;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  color: black;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: black;
}
input[type="text"][placeholder], input[type="email"][placeholder], input[type="tel"][placeholder], input[type="url"][placeholder], input[type="password"][placeholder] {
  color: black;
}
input[type="submit"] {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.content-column input[type="submit"]:first-of-type {
  margin-top: 0;
}

ul.bullet {
  margin-bottom: 1em;
}
ul.bullet li {
  font-size: 1.6em;
  position: relative;
}
ul.bullet > li {
  line-height: 1.45;
  margin: .25em 0;
  padding-left: 1em;
}
ul.bullet > li:before {
  content: '\2022';
  color: #fff;
  left: 0;
  position: absolute;
  width: 1em;
  height: 1em;
}

li.row {
  list-style: none;
}

.alignleft {
  float: left;
  margin-right: 4%;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 4%;
  margin-bottom: 1em;
}

.mid-background, #page {
  background: rgba(0, 0, 0, 0.75);
}

.dark-background {
  background: rgba(0, 0, 0, 0.7);
}

body {
  background-attachment: fixed;
}

#background-slider {
  position: fixed;
  width: 100%;
  overflow: auto;
}
#background-slider ul li {
  float: left;
  list-style: none;
}
#background-slider .dots {
  position: fixed;
  bottom: 2em;
  right: 2em;
}
#background-slider .dots li {
  list-style: none;
  float: left;
  margin-left: 0.5em;
  height: 10px;
  width: 10px;
  color: transparent;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid white;
  cursor: pointer;
}
#background-slider .dots li.active, #background-slider .dots li:hover {
  border-color: #33aec0;
}

body.page-parent h2 {
  color: #33aec0 !important;
}
body.page-parent .content-heading {
  color: white;
  text-transform: none;
  font-weight: 400;
}
body.page-parent .parent-header .entry-title {
  line-height: 0.8;
}
body.page-parent .parent-header .entry-title span {
  color: white;
  font-weight: 400;
  font-size: 0.51em;
  letter-spacing: 0.05em;
  text-transform: none;
}

#page {
  position: relative;
  z-index: 20;
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #page {
    width: 90%;
  }
}
@media (max-width: 900px) {
  #page {
    width: 95%;
  }
}
@media (max-width: 480px) {
  #page {
    width: 100%;
  }
  #page h2 {
    font-size: 2.6em;
  }
}
#page .site-content {
  padding: 3.25em 15px 0;
}
body.home #page .site-content {
  padding: 0;
}
#page .site-content p {
  color: #fff;
}
#page .entry-title {
  margin-bottom: 0.65em;
  float: left;
}
#page .entry-header .ssba {
  float: right;
  margin-right: 0;
}
#page .entry-header .ssba div:before {
  content: 'Share: ';
  position: relative;
  top: 7px;
}
#page .entry-header .ssba a img {
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
#page .entry-header .ssba a:first-of-type {
  margin-left: 0.25em;
}
#page .entry-header .ssba a img:hover {
  opacity: 0.85;
}
#page .content-column {
  padding-left: 0;
}
#page .content-column.column-two-third {
  color: white;
  position: relative;
  padding-right: 4%;
}
#page .content-column.column-two-third ul {
  font-size: 0.85em;
  /*padding-left: 0;*/
  margin-top: 3.5em;
}
#page .content-column.column-two-third ul .document-link {
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
#page .content-column.column-two-third ul .document-link:hover {
  text-decoration: underline;
}
#page .content-column.column-two-third ul .document-link:hover span {
  text-decoration: none;
}
#page .content-column.column-two-third ul .document-link span {
  font-size: 2.6em;
  top: -13px;
  position: relative;
}
#page .content-column.column-two-third:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1%;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 900px) {
  #page .content-column.column-two-third {
    width: 100%;
    padding-right: 0;
  }
  #page .content-column.column-two-third:after {
    display: none;
  }
}
#page .column-full {
  color: white;
  position: relative;
  padding-right: 4%;
}
#page .column-full ul {
  font-size: 0.85em;
  /*padding-left: 0;*/
  margin-top: 3.5em;
}
#page .column-full ul .document-link {
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
#page .column-full ul .document-link:hover {
  text-decoration: underline;
}
#page .column-full ul .document-link:hover span {
  text-decoration: none;
}
#page .column-full ul .document-link span {
  font-size: 2.6em;
  top: -13px;
  position: relative;
}
#page .default-width {
  padding: 0;
}
#page .sidebar-column {
  padding-right: 0;
}
@media (max-width: 900px) {
  #page .sidebar-column {
    width: 100%;
    margin-top: 5em;
    padding-top: 5em;
    border-top: 1px solid #B8BDC4;
  }
}

#interior-slider {
  position: relative;
  margin-bottom: 2em;
}
#interior-slider > ul {
  background: #33aec0;
}
#interior-slider > ul > li {
  float: left;
  list-style: none;
  min-height: 445px;
  position: relative;
}
@media (max-width: 900px) {
  #interior-slider > ul > li {
    min-height: 545px;
  }
}
@media (max-width: 480px) {
  #interior-slider > ul > li {
    min-height: 500px;
  }
}
#interior-slider > ul > li .column {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#interior-slider > ul > li .column:first-child {
  width: 66.666%;
  float: left;
}
@media (max-width: 900px) {
  #interior-slider > ul > li .column:first-child {
    width: 100%;
    display: block;
    float: none;
    height: 300px;
    position: relative;
    top: inherit;
    bottom: inherit;
  }
}
@media (max-width: 480px) {
  #interior-slider > ul > li .column:first-child {
    height: 180px;
  }
}
#interior-slider > ul > li .column:last-child {
  width: 33.333%;
  float: right;
  padding: 3em 2em;
}
@media (max-width: 900px) {
  #interior-slider > ul > li .column:last-child {
    width: 100%;
    display: block;
    float: none;
  }
}
#interior-slider > ul > li .slider-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 66.666%;
}
#interior-slider > ul > li h4 {
  margin-bottom: 1em;
  text-transform: none;
  font-size: 1.55em;
}
#interior-slider > ul > li p {
  color: white;
  font-size: 1.65em;
  letter-spacing: 0.05em;
  font-weight: 300;
}
#interior-slider .dots {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
#interior-slider .dots li {
  cursor: pointer;
  list-style: none;
  float: left;
  margin-left: 0.5em;
  height: 10px;
  width: 10px;
  color: transparent;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid white;
}
#interior-slider .dots li.active, #interior-slider .dots li:hover {
  border-color: #33aec0;
}

img {
  margin-bottom: 14px;
}

.wp-caption-text {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 1.1em;
  font-weight: 400;
  color: white;
}

hr {
  display: block;
  margin: 2em 0;
  border: none;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.main-accordion {
  margin-bottom: 5px;
}
.main-accordion .accordion-header {
  font-weight: 600;
  font-size: 1.8em;
  cursor: pointer;
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
.main-accordion .accordion-header span:before {
  content: '\00BB';
  display: inline-block;
}
.main-accordion .accordion-header:hover {
  color: #33aec0;
}
.main-accordion .accordion-item {
  display: none;
  margin-top: 2px;
  line-height: 1.35;
  font-weight: 400;
  font-size: 1.5em;
}
.main-accordion.open .accordion-header {
  color: #33aec0;
}
.main-accordion.open .accordion-header span:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-accordion.open .accordion-item {
  display: block;
}

sup {
  vertical-align: 75%;
  line-height: 5px;
  font-size: 11px;
}

header.site-header .nav-wrap {
  position: relative;
}
@media (max-width: 480px) {
  header.site-header .nav-wrap .menu-utility-menu-container {
    bottom: 0;
  }
}
header.site-header .site-branding {
  text-align: center;
  padding-top: 20px;
}
header.site-header .site-branding .site-title img {
  width: 90%;
  max-width: 465px;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  header.site-header .site-branding {
    margin-bottom: 60px;
  }
  header.site-header .site-branding .site-title img {
    width: 70%;
  }
}
@media (max-width: 480px) {
  header.site-header .site-branding .site-title img {
    width: 80%;
  }
}

.site-footer {
  margin-bottom: 0;
  display: block;
}

.menu-footer-container {
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
.menu-footer-container ul li {
  display: inline-block;
  list-style: none;
  margin-right: 1.2em;
}
.menu-footer-container ul li a {
  font-size: 1.4em;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
}
.menu-footer-container ul li a:hover {
  text-decoration: underline;
}
.menu-footer-container ul li:after {
  content: '/';
  position: relative;
  top: 0.2em;
  margin-left: 0.6em;
  font-weight: 300;
  font-size: 3.8em;
  color: #33aec0;
}
.menu-footer-container ul li:last-of-type:after {
  content: '';
}

.copyright {
  text-align: center;
  padding: 4em 0 2.25em;
  text-transform: uppercase;
  color: white;
  font-size: 1.23em;
  letter-spacing: 0.05em;
}
.copyright a {
  font-size: 1.2em;
  text-decoration: none;
  color: white;
}
.copyright a:hover {
  color: #33aec0;
}

#site-navigation {
  position: relative;
  text-transform: uppercase;
  margin: 0;
  background: #33aec0;
  z-index: 9999;
}
#site-navigation .menu-main-navigation-container ul.sub-menu {
  display: none;
}
@media (max-width: 900px) {
  #site-navigation ul {
    display: none;
  }
}
#site-navigation ul li {
  position: relative;
  list-style: none;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2em;
  font-weight: 900;
  letter-spacing: 0.12em;
}
@media (max-width: 1325px) {
  #site-navigation ul li {
    font-size: 1.185em;
  }
}
@media (max-width: 900px) {
  #site-navigation ul li {
    border: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#site-navigation ul li a {
  display: block;
  padding: 1.25em 2.95em;
  text-decoration: none;
  color: white;
}
@media (max-width: 1325px) {
  #site-navigation ul li a {
    padding: 1.25em 2.5em;
  }
}
@media (max-width: 1180px) {
  #site-navigation ul li a {
    padding: 1.25em 1.75em;
  }
}
@media (max-width: 950px) {
  #site-navigation ul li a {
    padding: 1.25em 1.25em;
  }
}
@media (max-width: 900px) {
  #site-navigation ul li a {
    padding: 1.25em 0.5em;
  }
}
#site-navigation ul li .sub-menu {
  position: absolute;
  width: 175%;
  border-top: 1px solid #196873;
}
@media (max-width: 900px) {
  #site-navigation ul li .sub-menu {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    position: relative;
  }
}
#site-navigation ul li .sub-menu li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #196873;
}
#site-navigation ul li .sub-menu li a {
  font-size: 0.8em;
  font-weight: 300;
}
#site-navigation ul li .sub-menu li a:hover {
  color: black;
}
#site-navigation ul li .sub-menu .sub-menu {
  position: relative;
  width: 100%;
  font-size: 0.8em;
  border-top: 0;
}
#site-navigation ul li .sub-menu .sub-menu li {
  border-bottom: 0;
}
#site-navigation ul li .sub-menu .sub-menu li a {
  padding-left: 2.9em;
}
#site-navigation ul li .sub-menu .sub-menu li a:before {
  content: '\f501';
  margin-right: 0.25em;
  font-size: 0.75em;
  font-family: 'Genericons';
}
@media (max-width: 900px) {
  #site-navigation ul li .sub-menu .sub-menu li a:before {
    content: '\f428';
  }
}
#site-navigation ul li .sub-menu .sub-menu li:first-of-type a {
  padding-top: 0.75em;
}
#site-navigation ul li:hover a {
  background-color: #1b747f;
  color: white;
}
#site-navigation ul li:hover .sub-menu {
  display: block;
}
#site-navigation.toggled ul {
  display: block;
}
#site-navigation.toggled .menu-toggle {
  background: #1b747f;
}

.search-form {
  position: absolute;
  top: 0.9em;
  right: 2%;
  border-radius: 0;
}
.search-form::-webkit-input-placeholder {
  color: #33aec0;
}
.search-form:-moz-placeholder {
  color: #33aec0;
}
.search-form::-moz-placeholder {
  color: #33aec0;
}
.search-form:-ms-input-placeholder {
  color: #33aec0;
}
.search-form[placeholder] {
  color: #33aec0;
}
@media (max-width: 480px) {
  .search-form {
    top: 0.5em;
  }
}
.search-form .search-field {
  border: 1px solid white;
  width: 190px;
  color: #33aec0;
  padding: 0.3em 0.9em;
  border-radius: 0;
  font-size: 1.25em;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1250px) {
  .search-form .search-field {
    width: 140px;
  }
}
@media (max-width: 1180px) {
  .search-form .search-field {
    width: 120px;
  }
}
@media (max-width: 980px) {
  .search-form .search-field {
    width: 100px;
  }
}
@media (max-width: 900px) {
  .search-form .search-field {
    width: 190px;
  }
}
@media (max-width: 480px) {
  .search-form .search-field {
    margin-top: 2px;
    padding: 0.5em 0.9em;
  }
}
.search-form .search-field:focus, .search-form .search-field:active {
  border: 1px solid white;
}
.search-form .search-field::-webkit-input-placeholder {
  color: #33aec0;
}
.search-form .search-field:-moz-placeholder {
  color: #33aec0;
}
.search-form .search-field::-moz-placeholder {
  color: #33aec0;
}
.search-form .search-field:-ms-input-placeholder {
  color: #33aec0;
}
.search-form .search-submit {
  background-color: transparent;
  border: medium none;
  color: transparent;
  height: 1.7em;
  overflow: hidden;
  position: absolute;
  right: 1px;
  text-indent: 100%;
  top: 1px;
  white-space: nowrap;
  width: 1.7em;
  z-index: 10;
  cursor: pointer;
}
.search-form:after {
  position: absolute;
  right: 0.5em;
  top: 0.16em;
  color: #33aec0;
  font-size: 1.8em;
  font-family: 'Genericons';
  content: '\f400';
}
@media (max-width: 480px) {
  .search-form:after {
    top: 0.3em;
    font-size: 1.95em;
  }
}

.menu-toggle {
  display: none;
  border: none;
  background: #33aec0;
  width: 4em;
  height: 4em;
}
.menu-toggle:after {
  position: relative;
  content: '\f419';
  font-family: Genericons;
  display: block;
  font-size: 1.9em;
  color: white;
  top: 0.1em;
}
@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }
}

.menu-social-menu-container {
  display: none;
  font-family: 'Genericons';
  position: absolute;
  bottom: 10px;
  left: 2%;
}
.menu-social-menu-container ul li {
  background: #33aec0;
  border-radius: 2px;
  padding: 3px;
  font-size: 18px;
  margin-right: 4px;
  list-style: none;
  float: left;
}
.menu-social-menu-container ul li a {
  text-decoration: none;
  color: black;
}
.menu-social-menu-container ul li a:hover {
  color: white;
}

.menu-utility-menu-container {
  float: right;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: 2%;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align: right;
}
.menu-utility-menu-container ul li {
  list-style: none;
}
.menu-utility-menu-container ul li a {
  text-decoration: none;
  color: white;
}
.menu-utility-menu-container ul li a:hover {
  color: #33aec0;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: white;
  padding: 3px;
  border: none;
  background: none;
}
.wp-pagenavi span.current {
  background: #33aec0;
}

.widget .graph .graph-row .bar-label, .widget .graph .graph-row .row-label, .widget .graph .graph-row.circle_graphs .graph-circle span {
  margin-bottom: 0.5em;
  color: white;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

body.home #secondary {
  display: none;
}

.widget {
  padding: 2em 0;
  border-bottom: 1px solid;
}
.widget:first-of-type {
  padding-top: 0;
}
.widget:last-of-type {
  border-bottom: 0;
}
.widget .widget-title {
  margin-bottom: 1em;
  font-size: 1.65em;
  font-weight: 700;
  line-height: 1.3;
  color: white;
  text-transform: uppercase;
}
.widget p {
  color: white;
}
.widget .graph .graph-row {
  margin-bottom: 1em;
}
.widget .graph .graph-row li {
  list-style: none;
}
.widget .graph .graph-row .row-label {
  margin-bottom: 0;
  font-weight: 400;
}
.widget .graph .graph-row .graph-bar {
  margin-bottom: 1em;
  border: 2px solid;
  position: relative;
  width: 80%;
}
.widget .graph .graph-row .graph-bar span {
  display: block;
  color: white;
  padding: 0.75em 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  max-width: 100% !important;
  -webkit-animation: progress-bar 2s;
  animation: progress-bar 2s;
}
@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }
}
@keyframes progress-bar {
  0% {
    width: 0;
  }
}
.widget .graph .graph-row .graph-bar.single {
  border-color: #98BA63;
}
.widget .graph .graph-row .graph-bar.single span {
  background: #98BA63;
}
.widget .graph .graph-row .graph-bar.multi.bar1 {
  border-color: #E72075;
}
.widget .graph .graph-row .graph-bar.multi.bar1 span {
  background: #E72075;
}
.widget .graph .graph-row .graph-bar.multi.bar2 {
  border-color: #E8AC36;
}
.widget .graph .graph-row .graph-bar.multi.bar2 span {
  background: #E8AC36;
}
.widget .graph .graph-row.circle_graphs li {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  list-style: none;
}
.widget .graph .graph-row.circle_graphs .graph-circle {
  position: relative;
}
.widget .graph .graph-row.circle_graphs .graph-circle canvas {
  margin: 0 7.5%;
}
.widget .graph .graph-row.circle_graphs .graph-circle span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.widget .keys {
  margin-bottom: 2em;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.4;
}
.widget .keys li {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  list-style: none;
}
.widget .keys li .key {
  float: left;
  position: relative;
  top: 0.15em;
  width: 14px;
  height: 14px;
  margin-right: 1em;
  margin-bottom: 1em;
}
.widget .keys li:first-of-type .key {
  background: #E72075;
}
.widget .keys li:last-of-type .key {
  background: #E8AC36;
}
.widget.categories_widget .cat-item {
  list-style: none;
}
.widget.categories_widget .cat-item a {
  text-decoration: none;
  color: white;
  font-size: 1.6em;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}
.widget.categories_widget .cat-item a:hover {
  color: #33aec0;
  text-decoration: underline;
}
.widget.categories_widget form {
  margin-top: 4em !important;
  position: relative;
  top: 0;
  right: 0;
  width: 50%;
  margin-top: 1em;
}
.widget.categories_widget form:after {
  color: black;
}
.widget.categories_widget form input[type="text"] {
  width: 100%;
}
.widget.categories_widget form input[type="text"]::-webkit-input-placeholder {
  color: black;
}
.widget.categories_widget form input[type="text"]:-moz-placeholder {
  color: black;
}
.widget.categories_widget form input[type="text"]::-moz-placeholder {
  color: black;
}
.widget.categories_widget form input[type="text"]:-ms-input-placeholder {
  color: black;
}
.widget.categories_widget form input[type="text"][placeholder] {
  color: black;
}
.widget.cta_widget h4 {
  line-height: 1.6em;
  padding: 0 0 0.35em 0;
  font-size: 1.67em;
}
.widget.related_posts h5 {
  font-size: 1.95em;
}
.widget.related_posts .meta {
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1.6em !important;
  font-size: 1.2em;
}
.widget.related_posts p {
  margin-top: 0.6em;
}
.widget.related_posts p a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 0.9em;
}
.widget.related_posts p a:hover {
  color: #33aec0;
}
.widget.testimonial_widget {
  position: relative;
}
.widget.testimonial_widget .quote {
  position: relative;
  font-size: 1.5em;
  line-height: 1.6em;
  letter-spacing: 0.06em;
  padding: 1.5em 1em;
  background: #b84679;
  margin-bottom: 2em;
}
.widget.testimonial_widget .quote:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #b84679 transparent transparent transparent;
  bottom: -24px;
  right: 1.25em;
  border-width: 24px 28px 0 28px;
}
.widget.testimonial_widget .quote-author {
  font-style: italic;
}
.widget.text_widget p {
  font-size: 1.5em;
}
.widget.map_locations_widget {
  font-size: 1.4em;
}
.widget.map_locations_widget .map-group {
  margin-bottom: 0.8em;
}
.widget.map_locations_widget .map-group .map-group-label {
  cursor: pointer;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  font-size: 1.1em;
}
.widget.map_locations_widget .map-group .map-group-label img {
  float: left;
  width: 20px;
  margin-right: 1em;
}
.widget.map_locations_widget .map-group .map-group-label span {
  float: left;
}
.widget.map_locations_widget .map-group .map-group-label span.group-name {
  margin-top: 0.25em;
}
.widget.map_locations_widget .map-group .map-group-label span.accordion-trigger {
  float: right;
}
.widget.map_locations_widget .map-group .map-group-label span.accordion-trigger:after {
  content: '+';
}
.widget.map_locations_widget .map-group .locations-group {
  display: none;
}
.widget.map_locations_widget .map-group .locations-group li {
  width: 50%;
  float: left;
  list-style: none;
  margin-bottom: 0.5em;
}
.widget.map_locations_widget .map-group.active .locations-group {
  display: block;
}
.widget.map_locations_widget .map-group.active span.accordion-trigger:after {
  content: '-';
}
.widget.pledge_widget .sub-text {
  margin-top: 1em;
}
.widget.pledge_widget .instructions, .widget.pledge_widget .sub-text, .widget.pledge_widget .message {
  font-weight: 300;
}
.widget.pledge_widget .flip-back {
  background: #E8AC36;
  padding: 2em;
}
.widget.pledge_widget .flip-back h4 {
  font-size: 1.75em;
  margin-bottom: 0;
}
.widget.pledge_widget .flip-back hr {
  margin: 1em 0;
}
.widget.pledge_widget .flip-back .pledge-close-toggle {
  float: right;
  color: white;
  border: 2px solid white;
  font-size: 1.6em;
  padding: 0 !important;
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
.widget.pledge_widget .flip-back .pledge-close-toggle:hover {
  cursor: pointer;
  opacity: 0.55;
}
.widget.pledge_widget .panel-1 .button:hover, .widget.pledge_widget .panel-1 input[type="submit"]:hover, .widget.pledge_widget .panel-1 .pledge-form .entry-content .wpcf7-submit:hover, .pledge-form .entry-content .widget.pledge_widget .panel-1 .wpcf7-submit:hover, .widget.pledge_widget .panel-2 .button:hover, .widget.pledge_widget .panel-2 input[type="submit"]:hover, .widget.pledge_widget .panel-2 .pledge-form .entry-content .wpcf7-submit:hover, .pledge-form .entry-content .widget.pledge_widget .panel-2 .wpcf7-submit:hover {
  color: white;
  border-color: white;
  opacity: 0.55;
}
.widget.pledge_widget .panel-1 .state-select {
  width: 100%;
}
.widget.pledge_widget .panel-2 {
  display: none;
}
.widget.pledge_widget.unapproved .panel-1 {
  display: none;
}
.widget.pledge_widget.unapproved .panel-2 {
  display: block;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider ul {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.slider ul li {
  list-style: none;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#feature-slider {
  position: relative;
  /*overflow: auto;*/
  height: auto !important;
}
#feature-slider ul {
  height: auto !important;
}
#feature-slider ul li {
  float: left;
  list-style: none;
  text-transform: uppercase;
}
#feature-slider ul li .slider-content {
  width: 82%;
  margin: 0 auto;
  line-height: 1.3;
}
#feature-slider ul li .slider-content.left {
  text-align: left;
}
#feature-slider ul li .slider-content.center {
  text-align: center;
}
#feature-slider ul li .slider-content.right {
  text-align: right;
}
@media (max-width: 900px) {
  #feature-slider ul li .slider-content {
    width: 72.5%;
  }
}
@media (max-width: 480px) {
  #feature-slider ul li .slider-content {
    width: 60%;
  }
}
#feature-slider ul li .slider-content p {
  font-size: 1.9em;
  margin-bottom: 0.25em;
}
#feature-slider ul li .slider-content .button:hover, #feature-slider ul li .slider-content input[type="submit"]:hover, #feature-slider ul li .slider-content .pledge-form .entry-content .wpcf7-submit:hover, .pledge-form .entry-content #feature-slider ul li .slider-content .wpcf7-submit:hover {
  border-color: #33aec0;
  color: #33aec0;
}
#feature-slider .control_next,
#feature-slider .control_prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.5);
  font-size: 2em;
  color: black;
  text-decoration: none;
}
#feature-slider .control_next span,
#feature-slider .control_prev span {
  display: block;
  position: relative;
  top: -0.1em;
  -webkit-transform: scale(1, 2);
  -ms-transform: scale(1, 2);
  transform: scale(1, 2);
}
#feature-slider .control_next:hover,
#feature-slider .control_prev:hover {
  background: white;
}
#feature-slider .control_prev {
  left: 0.75em;
}
#feature-slider .control_next {
  right: 0.75em;
}

.home-quarter-modules {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 2em;
  margin-bottom: 0;
  position: relative;
  font-size: 1.05em;
}
.home-quarter-modules .column-fourth {
  margin-bottom: .5em;
  padding: 2% 1% 1% 1%;
  width: 23.5%;
}
.home-quarter-modules .column-fourth:after {
  content: '';
  position: absolute;
  top: 1.5em;
  bottom: 1.5em;
  margin-left: -2.1%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.home-quarter-modules .column-fourth:first-of-type:after {
  display: none;
}
.home-quarter-modules .column-fourth h3 {
  color: #33aec0;
}
.home-quarter-modules .column-fourth p {
  margin-top: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: white;
}
.home-quarter-modules .column-fourth p a {
  display: block;
  margin-top: 0.8em;
  font-size: 0.8em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  text-decoration: none;
}
.home-quarter-modules .column-fourth p a span {
  display: inline-block;
  -webkit-transform: scale(0.75, 1);
  -ms-transform: scale(0.75, 1);
  transform: scale(0.75, 1);
}
.home-quarter-modules .column-fourth p a:hover {
  color: #33aec0;
}
@media (min-width: 900px) {
  .home-quarter-modules .column-fourth {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home-quarter-modules .column-fourth p {
    margin-bottom: .25em;
  }
}
@media (max-width: 900px) {
  .home-quarter-modules .column-fourth {
    width: 47%;
  }
  .home-quarter-modules .column-fourth:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-quarter-modules .column-fourth {
    width: 100%;
  }
}

.home-cta h4 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 97%;
  margin: 0 auto 2em;
  padding: 2.45em 4em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.72em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.11em;
}
.home-cta h4 a {
  color: white;
}
.home-cta h4 a:hover {
  color: #33aec0;
}

body.page-template-templatesteam-template-php {
  font-weight: 400;
}
body.page-template-templatesteam-template-php .row {
  margin-bottom: 5em;
}
body.page-template-templatesteam-template-php .column-one-fourth {
  padding-right: 2.5em;
  position: relative;
  padding-left: 0;
}
@media (max-width: 480px) {
  body.page-template-templatesteam-template-php .column-one-fourth {
    padding: 0;
  }
}
body.page-template-templatesteam-template-php .column-one-fourth .member-name {
  background: rgba(255, 255, 255, 0.13);
  padding: 0.8em 0.8em;
}
body.page-template-templatesteam-template-php .column-one-fourth h4 {
  font-weight: 400;
  font-size: 1.55em;
  color: #33aec0;
  letter-spacing: 0.06em;
  margin: 0;
  padding-bottom: 0.12em;
  letter-spacing: 0.08em;
}
body.page-template-templatesteam-template-php .column-one-fourth p {
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
  font-size: 1.24em;
  letter-spacing: 0.08em;
  color: white;
}
body.page-template-templatesteam-template-php .column-one-fourth .member-photo-wrap {
  position: relative;
}
body.page-template-templatesteam-template-php .column-one-fourth img {
  margin-bottom: 1.4em;
  margin-top: 0;
}
@media (max-width: 480px) {
  body.page-template-templatesteam-template-php .column-one-fourth img {
    width: 100%;
  }
}
body.page-template-templatesteam-template-php .column-one-fourth .social-wrap {
  position: absolute;
  display: block;
  bottom: 2.25em;
  left: 0.7em;
}
body.page-template-templatesteam-template-php .column-one-fourth .social-profile {
  display: inline-block;
  padding: 0.2em;
  background: #33aec0;
  color: white;
  text-decoration: none;
}
body.page-template-templatesteam-template-php .column-one-fourth .social-profile .genericon {
  font-size: 1.8em;
}
body.page-template-templatesteam-template-php .column-one-fourth .social-profile .genericon-linkedin-alt {
  position: relative;
  top: 0.025em;
}
body.page-template-templatesteam-template-php .column-one-fourth .social-profile:first-of-type {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
body.page-template-templatesteam-template-php .column-one-fourth .social-profile:hover {
  background: #1b747f;
}
body.page-template-templatesteam-template-php .column-one-fourth .member-email {
  color: white;
  font-size: 1.4em;
  letter-spacing: 0.05em;
}
body.page-template-templatesteam-template-php .column-one-fourth:after {
  content: '';
  width: 1px;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  body.page-template-templatesteam-template-php .column-one-fourth:after {
    display: none;
  }
}
body.page-template-templatesteam-template-php .column-three-fourths {
  padding-top: 3em;
  padding-bottom: 1.5em;
}
body.page-template-templatesteam-template-php .column-three-fourths p {
  margin-bottom: 0.08em;
  line-height: 1.6em;
}

.post-type-archive-opportunity .content-area .row {
  margin-top: 2em;
}

.opportunity-module {
  margin-bottom: 4em;
  list-style: none;
}
.opportunity-module h5 {
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 0;
}
.opportunity-module a {
  text-decoration: none;
  color: white;
}
.opportunity-module .description {
  font-size: 0.92em;
  line-height: 0.8;
}
.opportunity-module .opp-category, .opportunity-module .opp-location {
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  font-style: italic;
  letter-spacing: 0.06em;
}
.opportunity-module .opp-category {
  margin-bottom: 0.15em;
}
.opportunity-module .opp-contact, .opportunity-module .opp-share {
  float: left;
  height: 2em;
  width: 50%;
  font-size: 1.26em;
  color: white;
}
.opportunity-module .opp-contact svg {
  display: inline-block;
  position: relative;
  top: 0.3em;
  width: 26px;
  margin-left: 0.5em;
}
.opportunity-module .opp-contact svg path {
  fill: #33aec0;
}
.opportunity-module .opp-contact svg:hover path {
  fill: white;
}
.opportunity-module .opp-share {
  text-align: right;
}
.opportunity-module .opp-share .ssba div {
  text-align: right !important;
}
.opportunity-module .opp-share .ssba div:before {
  content: 'Share: ';
  position: relative;
  top: -5px;
  margin-right: 0.15em;
}

.wp-pagenavi {
  font-size: 14px;
}

.opp-filter {
  font-size: 1.45em;
  margin-bottom: 2em;
  margin-top: 2em;
  color: white;
}
.opp-filter span {
  margin-right: 3em;
}
.opp-filter a {
  color: #fff;
  display: inline-block;
  font-size: 0.95em;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  margin-right: 2.5em;
  padding-left: 2.1em;
  position: relative;
  text-decoration: none;
}
.opp-filter a:before {
  content: "";
  display: block;
  position: absolute;
  height: 1.2em;
  width: 1.2em;
  border: 1px solid #fff;
  margin-right: 30px;
  left: 0;
  top: 0;
}
.opp-filter a.active:before {
  background: #33aec0;
  border-color: #33aec0;
}

#map {
  margin: 35px 0 55px;
}
#map svg path[fill="#3e3c39"] {
  fill: rgba(255, 255, 255, 0.15) !important;
}
#map svg text {
  fill: white;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
}

.page-id-166 .intro-text {
  color: white;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4;
}
.page-id-166 .content-column h4 {
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.8;
  color: #33aec0;
  margin-bottom: 10px;
}

.page-id-160 #content ul li {
  list-style: none;
}
.page-id-160 h4 {
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.45;
  color: #33aec0;
  margin-bottom: 15px;
}
.page-id-160 .content-column h4 {
  font-weight: 600;
  font-size: 1.7em;
  color: white;
  margin-top: 25px;
}

.map_popover {
  padding: 24px !important;
  background-color: #33aec0 !important;
  color: white;
  border: none !important;
  border-radius: 0 !important;
  max-width: 300px;
}
.map_popover h3 {
  text-transform: none;
  font-weight: 400;
  font-size: 1.7em;
  width: 80%;
  line-height: 1.25;
}
.map_popover p {
  margin-top: 0.65em;
  color: white;
  font-size: 1.4em;
}
.map_popover a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.055em;
}
.map_popover a:hover {
  color: #1b747f;
}
.map_popover .map_popover_close {
  height: 15px;
  padding: 0.025em;
  border: 1px solid white;
  color: white !important;
  top: 24px !important;
  right: 24px !important;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 0.2;
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

#page .prospectus-text p {
  color: #B8BDC4;
  font-size: 1.4em;
}

body.page-template-templatescontact-template-php form {
  margin-bottom: 1.7em;
}
body.page-template-templatescontact-template-php h4 {
  margin-bottom: 0.25em;
}
body.page-template-templatescontact-template-php .column-half {
  padding: 0;
}
body.page-template-templatescontact-template-php .entry-content input[type="text"], body.page-template-templatescontact-template-php .entry-content input[type="tel"], body.page-template-templatescontact-template-php .entry-content input[type="email"] {
  position: relative;
  width: 100%;
}
body.page-template-templatescontact-template-php .entry-content input[type="text"].wpcf7-validates-as-required::-webkit-input-placeholder, body.page-template-templatescontact-template-php .entry-content input[type="tel"].wpcf7-validates-as-required::-webkit-input-placeholder, body.page-template-templatescontact-template-php .entry-content input[type="email"].wpcf7-validates-as-required::-webkit-input-placeholder {
  color: black;
}
body.page-template-templatescontact-template-php .entry-content input[type="text"].wpcf7-validates-as-required:-moz-placeholder, body.page-template-templatescontact-template-php .entry-content input[type="tel"].wpcf7-validates-as-required:-moz-placeholder, body.page-template-templatescontact-template-php .entry-content input[type="email"].wpcf7-validates-as-required:-moz-placeholder {
  color: black;
}
body.page-template-templatescontact-template-php .entry-content input[type="text"].wpcf7-validates-as-required::-moz-placeholder, body.page-template-templatescontact-template-php .entry-content input[type="tel"].wpcf7-validates-as-required::-moz-placeholder, body.page-template-templatescontact-template-php .entry-content input[type="email"].wpcf7-validates-as-required::-moz-placeholder {
  color: black;
}
body.page-template-templatescontact-template-php .entry-content input[type="text"].wpcf7-validates-as-required:-ms-input-placeholder, body.page-template-templatescontact-template-php .entry-content input[type="tel"].wpcf7-validates-as-required:-ms-input-placeholder, body.page-template-templatescontact-template-php .entry-content input[type="email"].wpcf7-validates-as-required:-ms-input-placeholder {
  color: black;
}
body.page-template-templatescontact-template-php .entry-content input[type="text"].wpcf7-validates-as-required[placeholder], body.page-template-templatescontact-template-php .entry-content input[type="tel"].wpcf7-validates-as-required[placeholder], body.page-template-templatescontact-template-php .entry-content input[type="email"].wpcf7-validates-as-required[placeholder] {
  color: black;
}
body.page-template-templatescontact-template-php .entry-content textarea {
  width: 100%;
}
body.page-template-templatescontact-template-php .entry-content select {
  height: 2.75em;
  padding: 0 .8em;
  position: relative;
  width: 100%;
}
body.page-template-templatescontact-template-php .entry-content select option {
  padding: .5em .9em;
}
body.page-template-templatescontact-template-php .entry-content .menu-subject:after {
  content: '\00BB';
  background-color: #ffffff;
  color: #000000;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.45em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -.52em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.4em;
}
body.page-template-templatescontact-template-php .required-message {
  display: block;
  margin-bottom: 1.25em;
  text-align: right;
  color: white;
  font-size: 1.2em;
}
body.page-template-templatescontact-template-php .required-message span {
  color: #33aec0;
}

.contact span.wpcf7-not-valid-tip,
.contact-us span.wpcf7-not-valid-tip {
  font-size: 1.5em;
  line-height: normal;
}
.contact #page form .column-full,
.contact-us #page form .column-full {
  padding: 0;
}

body.blog .post-info, body.blog .post-content,
body.single-post .post-info,
body.single-post .post-content,
body.archive .post-info,
body.archive .post-content {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.blog .post-info,
body.single-post .post-info,
body.archive .post-info {
  width: 16%;
  margin-right: 6%;
  padding-right: 4%;
  border-right: 1px solid white;
  height: 8em;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 300;
  padding-top: 0.75em;
}
@media (max-width: 480px) {
  body.blog .post-info,
  body.single-post .post-info,
  body.archive .post-info {
    font-size: 1.1em;
    padding-right: 4%;
    height: 15em;
  }
}
body.blog .post-info .month,
body.single-post .post-info .month,
body.archive .post-info .month {
  padding-bottom: 0.25em;
  border-bottom: 1px solid white;
  margin-bottom: 0;
  text-align: center;
}
body.blog .post-info .day,
body.single-post .post-info .day,
body.archive .post-info .day {
  margin-top: 0.25em;
  margin-bottom: 0;
  text-align: center;
}
body.blog .post-info .day span,
body.single-post .post-info .day span,
body.archive .post-info .day span {
  font-size: 0.5em;
  vertical-align: top;
  line-height: 2;
}
body.blog .post-info .year,
body.single-post .post-info .year,
body.archive .post-info .year {
  font-size: 1.4em;
  text-align: center;
}
body.blog .post-info .ssba,
body.single-post .post-info .ssba,
body.archive .post-info .ssba {
  color: #B8BDC4;
  margin-top: 1em;
}
body.blog .post-info .ssba:before,
body.single-post .post-info .ssba:before,
body.archive .post-info .ssba:before {
  content: 'Share: ';
  display: block;
  margin-bottom: 0.5em;
}
body.blog .post-info .ssba a,
body.single-post .post-info .ssba a,
body.archive .post-info .ssba a {
  display: block;
  float: left;
}
body.blog .post-info .ssba a img,
body.single-post .post-info .ssba a img,
body.archive .post-info .ssba a img {
  width: 18px !important;
  padding: 0 3px 0 0 !important;
}
body.blog .post-content,
body.single-post .post-content,
body.archive .post-content {
  width: 70%;
  position: relative;
}
body.blog .post-content h1,
body.single-post .post-content h1,
body.archive .post-content h1 {
  font-size: 2.25em;
  font-weight: 400;
  margin-bottom: 0.25em !important;
}
body.blog .post-content h1 a,
body.single-post .post-content h1 a,
body.archive .post-content h1 a {
  text-decoration: none;
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
body.blog .post-content h1 a:hover,
body.single-post .post-content h1 a:hover,
body.archive .post-content h1 a:hover {
  color: #1b747f;
}
body.blog .post-content .entry-meta,
body.single-post .post-content .entry-meta,
body.archive .post-content .entry-meta {
  clear: left;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-top: .4em;
}
body.blog .post-content .entry-footer,
body.single-post .post-content .entry-footer,
body.archive .post-content .entry-footer {
  display: none;
}
body.blog .post-content .entry-content,
body.single-post .post-content .entry-content,
body.archive .post-content .entry-content {
  margin-top: 0;
}
body.blog .post-content .entry-content p,
body.single-post .post-content .entry-content p,
body.archive .post-content .entry-content p {
  margin: 1em 0 0;
}
body.blog .post-content .entry-content a,
body.single-post .post-content .entry-content a,
body.archive .post-content .entry-content a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: white;
  margin-left: 8px;
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
body.blog .post-content .entry-content a:hover,
body.single-post .post-content .entry-content a:hover,
body.archive .post-content .entry-content a:hover {
  color: #33aec0;
}

body.blog article.post,
body.archive article.post {
  margin-bottom: 6em;
}
body.blog .wp-pagenavi,
body.archive .wp-pagenavi {
  margin-top: 13em;
}

body.single-post .entry-content {
  margin-top: 0 !important;
}
body.single-post .entry-title a {
  text-decoration: none;
  color: white;
}
body.single-post .entry-title span {
  font-size: 0.6em;
  padding-bottom: 300px;
}
body.single-post .post-info {
  border: none;
}
body.single-post .post-info .ssba a img {
  opacity: 1;
  -webkit-transition: 333ms all ease-in-out 0;
  transition: 333ms all ease-in-out 0;
}
body.single-post .post-info .ssba a:hover img {
  opacity: 0.75;
}
body.single-post .nav-links a {
  display: block;
  margin-top: 4em;
  text-decoration: none;
  color: white;
  font-size: 1.8em;
  float: left;
  margin-right: 0.6em;
  font-weight: 300;
}
body.single-post .nav-links a:hover {
  color: #33aec0;
}

.woocommerce-page #content .button, .woocommerce-page #content input[type="submit"], .woocommerce-page #content .pledge-form .entry-content .wpcf7-submit, .pledge-form .entry-content .woocommerce-page #content .wpcf7-submit {
  background: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0 !important;
  padding: 0.65em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none !important;
  text-shadow: none !important;
}
.woocommerce-page #content .button:hover, .woocommerce-page #content input[type="submit"]:hover, .woocommerce-page #content .pledge-form .entry-content .wpcf7-submit:hover, .pledge-form .entry-content .woocommerce-page #content .wpcf7-submit:hover {
  cursor: pointer;
  background: transparent !important;
  border-color: #33aec0 !important;
  color: #33aec0 !important;
}
.woocommerce-page #content a.button, .woocommerce-page #content .pledge-form .entry-content a.wpcf7-submit, .pledge-form .entry-content .woocommerce-page #content a.wpcf7-submit {
  padding: 0.76em 1.5em !important;
}
.woocommerce-page #content .chosen-drop ul li {
  color: #000;
  line-height: 1;
}
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
  height: 18px;
  line-height: 15px;
}
.woocommerce-page #content .quantity input.qty {
  height: 34px;
}
.woocommerce-page #content nav.woocommerce-pagination {
  margin-bottom: 2em;
}
.woocommerce-page #content .woocommerce {
  border-top: none !important;
}
.woocommerce-page #content .woocommerce .customer_details,
.woocommerce-page #content .woocommerce address {
  font-size: 1.6em;
  line-height: 1.5;
  margin: .75em 0;
}
.woocommerce-page #content .woocommerce .customer_details dt,
.woocommerce-page #content .woocommerce address dt {
  float: left;
  margin-right: .25em;
}
.woocommerce-page #content .woocommerce-message {
  background: none transparent !important;
  border-top: none !important;
  border-bottom: 1px solid #33aec0;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 1.6em;
  text-shadow: none !important;
}
.woocommerce-page #content .woocommerce-message:before {
  background: none transparent !important;
}
.woocommerce-page #content div.product form.cart div.quantity {
  margin-right: 8px;
}
.woocommerce-page #content .price {
  clear: left;
  color: #33aec0 !important;
  font-size: 1.6em;
}
.woocommerce-page #content ul.products li.product.first {
  clear: none;
}
.woocommerce-page #content ul.products li.product h3 {
  font-size: 1.6em;
}
.woocommerce-page #content ul.products li.nyp-product h3 {
  margin-bottom: 1.55em;
}

@media only screen and (max-width: 599px) {	
	.woocommerce-page #content ul.products li{
		display:block;
		width:100%;
	}
}
.woocommerce-page #content table.shop_table {
  background-color: white;
  border-radius: 0;
  color: black;
  font-size: 1.6em;
  max-width: 528px;
}
.woocommerce-page #content table.shop_table.cart {
  background-color: transparent;
  color: white;
  max-width: 100%;
}
.woocommerce-page #content table.shop_table.cart .checkout-button {
  top: 1px;
}
.woocommerce-page #content #checkout input.input-text,
.woocommerce-page #content #checkout textarea {
  font-size: .8em;
  line-height: normal;
  padding: .5em;
}
.woocommerce-page #content #checkout .payment_methods {
  background-color: transparent;
}
.woocommerce-page #content #order_review_heading {
  margin-top: 1em;
}
.woocommerce-page #content #order_review .cart-subtotal {
  border-bottom: 1px solid #fff;
}
.woocommerce-page #content #payment {
  background-color: transparent;
  max-width: 528px;
}
.woocommerce-page #content #payment select, .woocommerce-page #content #payment textarea,
.woocommerce-page #content #payment input[type="text"],
.woocommerce-page #content #payment input[type="email"],
.woocommerce-page #content #payment input[type="tel"],
.woocommerce-page #content #payment input[type="url"],
.woocommerce-page #content #payment input[type="password"] {
  padding: .2em .5em;
}
.woocommerce-page #content #payment select {
  font-size: .9em;
}
.woocommerce-page #content #payment ul.payment_methods {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.woocommerce-page #content #payment div.place-order {
  border: none;
}
.woocommerce-page #content #payment div.payment_box {
  background-color: transparent;
  background-image: none;
  border: 1px solid #dfdcde;
  border-radius: 0;
}
.woocommerce-page #content #payment div.payment_box:after {
  margin-top: -1.05em;
}
.woocommerce-page #content .tax-deductible {
  color: #b8bdc4;
  font-size: 1.4em;
}

.single-product .single_variation_wrap {
  margin-top: 3em;
}
.single-product .single_variation {
  margin: 1em 0 .75em 0;
}
.single-product button.button, .single-product .pledge-form .entry-content button.wpcf7-submit, .pledge-form .entry-content .single-product button.wpcf7-submit {
  background: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-left: 1em;
  margin-right: 0;
  margin-top: 0 !important;
  padding: 0.65em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
.single-product button.button:hover, .single-product .pledge-form .entry-content button.wpcf7-submit:hover, .pledge-form .entry-content .single-product button.wpcf7-submit:hover {
  cursor: pointer;
  background: transparent !important;
  border-color: #33aec0 !important;
  color: #33aec0 !important;
}
.single-product .product .nyp label {
  font-size: 1.3em;
  color: #33aec0;
  margin-bottom: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce #content div.product div.summary {
  width: 100%;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  background: white;
  border-radius: 0;
  height: 33px;
  line-height: 33px;
  top: 1px;
}

.pledge-form span.wpcf7-list-item {
  display: table-row;
}
.pledge-form span.wpcf7-list-item label {
  display: table-cell;
}
.pledge-form p {
  margin-bottom: 3em;
}
.pledge-form h4 {
  margin-bottom: 0.25em;
}
.pledge-form .column-half {
  padding: 0;
}
.pledge-form .entry-content input[type="text"], .pledge-form .entry-content input[type="tel"], .pledge-form .entry-content input[type="email"] {
  font-size: .8em;
  width: 100%;
}
.pledge-form .entry-content textarea {
  font-size: .8em;
  width: 100%;
  padding: 1em;
}
.pledge-form .entry-content select {
  position: relative;
  width: 100%;
  background: white;
  padding: 1em;
}
.pledge-form .entry-content .menu-subject:after {
  content: '>>';
  position: absolute;
  right: 1em;
  pointer-events: none;
}

.pledge_widget {
  height: 275px;
}

#mc_signup {
  max-width: 500px;
}
#mc_signup label {
  font-size: 1.6em;
  margin-bottom: .5em;
}
#mc_signup input[type="text"], #mc_signup input[type="tel"], #mc_signup input[type="email"] {
  position: relative;
  width: 100%;
}
#mc_signup input[type="text"].wpcf7-validates-as-required::-webkit-input-placeholder, #mc_signup input[type="tel"].wpcf7-validates-as-required::-webkit-input-placeholder, #mc_signup input[type="email"].wpcf7-validates-as-required::-webkit-input-placeholder {
  color: black;
}
#mc_signup input[type="text"].wpcf7-validates-as-required::-webkit-input-placeholder:after, #mc_signup input[type="tel"].wpcf7-validates-as-required::-webkit-input-placeholder:after, #mc_signup input[type="email"].wpcf7-validates-as-required::-webkit-input-placeholder:after {
  content: '*';
  margin-left: 0.25em;
  color: #33aec0;
}
#mc_signup input[type="text"].wpcf7-validates-as-required:-moz-placeholder, #mc_signup input[type="tel"].wpcf7-validates-as-required:-moz-placeholder, #mc_signup input[type="email"].wpcf7-validates-as-required:-moz-placeholder {
  color: black;
}
#mc_signup input[type="text"].wpcf7-validates-as-required:-moz-placeholder:after, #mc_signup input[type="tel"].wpcf7-validates-as-required:-moz-placeholder:after, #mc_signup input[type="email"].wpcf7-validates-as-required:-moz-placeholder:after {
  content: '*';
  margin-left: 0.25em;
  color: #33aec0;
}
#mc_signup input[type="text"].wpcf7-validates-as-required::-moz-placeholder, #mc_signup input[type="tel"].wpcf7-validates-as-required::-moz-placeholder, #mc_signup input[type="email"].wpcf7-validates-as-required::-moz-placeholder {
  color: black;
}
#mc_signup input[type="text"].wpcf7-validates-as-required::-moz-placeholder:after, #mc_signup input[type="tel"].wpcf7-validates-as-required::-moz-placeholder:after, #mc_signup input[type="email"].wpcf7-validates-as-required::-moz-placeholder:after {
  content: '*';
  margin-left: 0.25em;
  color: #33aec0;
}
#mc_signup input[type="text"].wpcf7-validates-as-required:-ms-input-placeholder, #mc_signup input[type="tel"].wpcf7-validates-as-required:-ms-input-placeholder, #mc_signup input[type="email"].wpcf7-validates-as-required:-ms-input-placeholder {
  color: black;
}
#mc_signup input[type="text"].wpcf7-validates-as-required:-ms-input-placeholder:after, #mc_signup input[type="tel"].wpcf7-validates-as-required:-ms-input-placeholder:after, #mc_signup input[type="email"].wpcf7-validates-as-required:-ms-input-placeholder:after {
  content: '*';
  margin-left: 0.25em;
  color: #33aec0;
}
#mc_signup input[type="text"].wpcf7-validates-as-required[placeholder], #mc_signup input[type="tel"].wpcf7-validates-as-required[placeholder], #mc_signup input[type="email"].wpcf7-validates-as-required[placeholder] {
  color: black;
}
#mc_signup input[type="text"].wpcf7-validates-as-required[placeholder]:after, #mc_signup input[type="tel"].wpcf7-validates-as-required[placeholder]:after, #mc_signup input[type="email"].wpcf7-validates-as-required[placeholder]:after {
  content: '*';
  margin-left: 0.25em;
  color: #33aec0;
}
#mc_signup textarea {
  width: 100%;
}
#mc_signup select {
  position: relative;
  width: 100%;
}

.search-results h5 {
  font-size: 2.25em;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.search-results h5 a {
  text-decoration: none;
}
.search-results article {
  margin: 3em 0 4em 0;
}
.search-results .entry-meta {
  clear: left;
  margin-bottom: 1em;
}

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