/*!
 * Theme Name: Access Move Summit
 * Author: Wired Impact
 * Author URI: http://wiredimpact.com
 * Description: Custom WordPress theme for the Access Move Summit
 * Version: 1.0
 */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background-color: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ol,
ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

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

blockquote,
q {
  quotes: "" ""; }

hr {
  margin: 0 0 1em 0;
  border: 0;
  height: 1px;
  background-color: #ccc; }

ul,
ol {
  margin: 0 0 1.5em 2rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

a img {
  border: 0; }

figure {
  margin: 0; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.clearfix::before, .site-content .gform_wrapper form .gfield_checkbox::before,
.site-content .gform_wrapper form .gfield_radio::before,
.site-footer .gform_wrapper form .gfield_checkbox::before,
.site-footer .gform_wrapper form .gfield_radio::before, .clearfix::after, .site-content .gform_wrapper form .gfield_checkbox::after,
.site-content .gform_wrapper form .gfield_radio::after,
.site-footer .gform_wrapper form .gfield_checkbox::after,
.site-footer .gform_wrapper form .gfield_radio::after {
  content: " " !important;
  display: table !important; }
.clearfix::after, .site-content .gform_wrapper form .gfield_checkbox::after,
.site-content .gform_wrapper form .gfield_radio::after,
.site-footer .gform_wrapper form .gfield_checkbox::after,
.site-footer .gform_wrapper form .gfield_radio::after {
  clear: both !important; }

.screen-reader-text {
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute; }

@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none; } }
.break {
  display: inline; }
  @media screen and (min-width: 768px) {
    .break {
      display: block; } }

@media screen and (max-width: 767px) {
  .break-mobile {
    display: block; } }

body {
  font-size: 17px;
  font-size: 1.7rem;
  color: #2f2f2f;
  font-family: "effra", sans-serif;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased; }

p {
  margin-bottom: 1.5em; }

p:empty {
  display: none; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #15b6c2;
  text-decoration: none;
  outline: none !important; }
  a:hover, a:active, a:focus {
    color: #cc4027; }
  a:hover, a:active {
    outline: 0; }
  a:focus {
    outline: thin dotted; }

.active,
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.current_page_item,
.current-cat > a {
  cursor: default; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424344;
  font-weight: bold;
  line-height: 1;
  clear: none; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none; }

h1 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold; }
  h1.hero-title {
    font-size: 32px;
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.1;
    text-align: center; }
  h1.post-hero-title {
    color: #fff;
    line-height: 1.1;
    text-align: center; }
  h1.section-title {
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 32px;
      font-size: 3.2rem; }
      h1.hero-title {
        font-size: 24px;
        font-size: 2.4rem; }
      h1.post-hero-title {
        color: #e74c30;
        text-align: left; } }

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase; }

h3 {
  font-size: 22px;
  font-size: 2.2rem; }

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: normal; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

.text-large {
  font-size: 20px;
  font-size: 2rem; }

a[href^=tel],
.map-link {
  color: inherit !important;
  text-decoration: none; }
  a[href^=tel]:hover,
  .map-link:hover {
    color: inherit !important;
    cursor: default !important; }

.contact-phone a,
.contact-fax a {
  color: inherit !important;
  cursor: default !important; }

.site-content {
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 960px; }
  .site-content::before, .site-content::after {
    content: " " !important;
    display: table !important; }
  .site-content::after {
    clear: both !important; }
  @media screen and (max-width: 767px) {
    .site-content {
      padding-left: 1em;
      padding-right: 1em; } }
  @media screen and (min-width: 768px) {
    .site-content {
      padding-right: 10px;
      padding-left: 10px; } }
  .site-content--full {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    max-width: 100%;
    width: 100%; }

.container {
  margin: 0 auto;
  width: 100%; }
  .container::before, .container::after {
    content: " " !important;
    display: table !important; }
  .container::after {
    clear: both !important; }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 1em;
      padding-right: 1em; } }
  @media screen and (min-width: 768px) and (max-width: 970px) {
    .container {
      padding-right: 1em;
      padding-left: 1em; } }
  @media screen and (min-width: 768px) {
    .container {
      max-width: 960px; }
      .container--860 {
        max-width: 860px; }
      .container--780 {
        max-width: 780px; }
      .container--740 {
        max-width: 740px; } }

@media screen and (min-width: 768px) {
  .column-primary {
    width: 100%;
    float: left; } }

.column-secondary {
  padding-top: 0.5em; }
  @media screen and (min-width: 768px) {
    .column-secondary {
      width: 220px;
      float: right; } }

.content-row::before, .content-row::after,
.group::before,
.group::after,
.clear::before,
.clear::after {
  content: " " !important;
  display: table !important; }
.content-row::after,
.group::after,
.clear::after {
  clear: both !important; }

.section-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }

.section-overlay--white{
 background-color: rgba(255,255,255, 0.3); }

.section-overlay--blue {
  background-color: rgba(19, 153, 163, 0.3); }

.section-overlay--purple {
  background-color: rgba(101, 45, 143, 0.3); }

.section-overlay--red {
  background-color: rgba(231, 76, 48, 0.3); }

.page-section {
  padding-top: 3.1em;
  padding-bottom: 3.1em; }
  .page-section.no-padding-top {
    padding-top: 0; }
  .page-section.no-padding-bottom {
    padding-bottom: 0; }
  .page-section h1 {
    margin-bottom: 0.8em; }
  .page-section h3 {
    margin-bottom: 10px; }
  .page-section hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
    background-color: #652d8f; }
  .page-section .button {
    margin-top: 1.2em; }
  @media screen and (max-width: 767px) {
    .page-section .column-grid .column {
      margin-right: 0;
      margin-bottom: 1.5em;
      width: 100%;
      float: none; }
      .page-section .column-grid .column:last-child {
        margin-bottom: 0; } }
  .page-section .column-grid .column p {
    margin-bottom: 0; }

.page-section--tiles {
  height: 61px;
  position: relative;
  background-position: center center; }
  .page-section--tiles img {
    display: block; }

.page-section--about {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  padding-top: 30px;
/* Change the about page background color*/
  background-color: #FFFFFF; }
  .page-section--about a {
    color: #fff;
    /* this is the thickness of the pink shadow around the buttons go...currently set as 0*/
    border-bottom: 0px solid #f3a698; }
    .page-section--about a:hover {
      color: rgba(255, 255, 255, 0.85);
      border-color: transparent; }
/* created this new*/
.page-section--our-impact {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  padding-top: 30px;
/* Change the about page background color*/
  background-color: #e74c30; }
  .page-section--about a {
    color: #fff;
    /* this is the thickness of the pink shadow around the buttons go...currently set as 0*/
    border-bottom: 0px solid #f3a698; }
    .page-section--about a:hover {
      color: rgba(255, 255, 255, 0.85);
      border-color: transparent; }

.page-section--take-action {
  background-color: #e1f5f7; }
  @media screen and (max-width: 767px) {
    .page-section--take-action .column-grid .column {
      margin-bottom: 3em; } }
  .page-section--take-action .column-grid .column img {
    margin-bottom: 1em;
    display: block; }

.page-section--stay-informed {
  color: #fff;
  background-color: #e74c30; }
  @media screen and (min-width: 768px) {
    .page-section--stay-informed .form-text {
      padding-right: 25px;
      border-right: 1px solid #b296c7;
      width: 30%;
      float: left; } }
  @media screen and (max-width: 767px) {
    .page-section--stay-informed .form-text {
      margin-bottom: 1.5em; } }
  .page-section--stay-informed .form-text h1 {
    color: #fff;
    margin-bottom: 0.3em; }
  .page-section--stay-informed .form-text p {
    margin: 0; }
  @media screen and (min-width: 768px) {
    .page-section--stay-informed .newsletter-form {
      width: 65%;
      float: right; } }
  @media screen and (min-width: 768px) {
    .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_body,
    .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_footer {
      display: inline-block;
      vertical-align: top; } }
  @media screen and (min-width: 768px) {
    .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_body {
      width: 100%; } }
  .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_body .gfield_label {
    color: #fff !important;
    font-style: normal !important; }
  .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_body .ginput_container {
    margin-top: 0.375em !important; }
  .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_body .gfield {
    margin-bottom: 11px !important; }
    .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_body .gfield input {
      font-size: 16px !important;
      font-size: 1.6rem !important;
      border: 0 !important; }
  .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_body .field_sublabel_below {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    font-style: italic; }
  .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_footer {
    width: auto !important; }
    @media screen and (min-width: 768px) {
      .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_footer {
        margin: 0 0 0 10px;
        padding-top: 25px !important; } }
    @media screen and (max-width: 767px) {
      .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_footer {
        margin: 0 !important;
        padding: 0 !important; } }
    .site-content .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_footer .gform_ajax_spinner {
      top: 30px !important;
      right: 133px !important; }
    .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_footer .button {
      color: #fff;
      margin: 0;
      border: 1px solid #fff;
      width: 108px;
      background-color: transparent; }
      .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_footer .button:hover, .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_footer .button:active, .page-section--stay-informed .newsletter-form .gform_wrapper form .gform_footer .button:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.3); }
  .page-section--stay-informed .newsletter-form .gform_wrapper form .validation_error {
    display: none !important; }
  .site-content .page-section--stay-informed .newsletter-form .gform_wrapper form .gfield_error .ginput_container {
    margin-top: 0.375em !important; }
    .site-content .page-section--stay-informed .newsletter-form .gform_wrapper form .gfield_error .ginput_container input {
      color: #fff; }
  .site-content .page-section--stay-informed .newsletter-form .gform_wrapper form .gfield_error .gfield_description.validation_message {
    color: #fff;
    margin: 0 !important;
    padding: 5px 0 !important; }
    .site-content .page-section--stay-informed .newsletter-form .gform_wrapper form .gfield_error .gfield_description.validation_message::before {
      margin-right: 3px;
      border-color: transparent transparent #fff transparent !important;
      position: relative !important;
      top: -10px !important; }

.page-section--get-social {
  padding-top: 18px;
  background-color: #e5e5e5;
  background-image: url(/wp-content/themes/access/images/bg-stripe-pattern.svg);
  background-repeat: repeat-x;
  background-size: 73px 73px; }
  .page-section--get-social .section-title,
  .page-section--get-social .section-text {
    text-align: center; }
  .page-section--get-social .section-title {
    margin-bottom: 42px; }
  .page-section--get-social .ff-stream {
    padding: 0 !important; }
  .page-section--get-social .ff-stream-wrapper {
    margin: 0 !important; }

.page-section--blog .section-title,
.page-section--blog .section-text {
  text-align: center; }
.page-section--blog .section-title {
  margin-bottom: 42px; }
.page-section--blog .blog-posts {
  position: relative; }
@media screen and (min-width: 768px) {
  .page-section--blog .post {
    width: 48.5%;
    float: left; }
    .page-section--blog .post:first-child {
      margin-right: 3%; } }
.page-section--blog .post .post-title {
  margin: 0; }
  .page-section--blog .post .post-title a {
    color: #1399a3; }
    .page-section--blog .post .post-title a:hover {
      color: #e74c30; }
.page-section--blog .post time {
  color: #858585;
  font-style: italic;
  display: block;
  margin-bottom: 15px; }
.page-section--blog .post .post-thumbnail-link {
  margin-bottom: 12px; }

.page-section--donate {
  padding-top: 18px;
  background-color: #f5f5f5;
  background-image: url(/wp-content/themes/access/images/bg-stripe-pattern.svg);
  background-repeat: repeat-x;
  background-size: 73px 73px; }
  .page-section--donate .section-title {
    text-align: center;
    margin-bottom: 42px; }

.site-header {
  position: relative; }
  @media screen and (min-width: 971px) {
    .site-header {
      padding-top: 20px;
      height: 98px; }
      .site-header .site-title {
        float: left; } }
  @media screen and (max-width: 970px) {
    .site-header {
      padding: 13px 15px; } }
  .site-header .container {
    padding: 0; }

.site-title {
  display: block; }
  .site-title .logo {
    display: block; }
  @media screen and (min-width: 971px) {
    .site-title {
      margin-top: 0;
      float: left;
      width: 495px;
      height: 65px; }
      .site-title .logo {
        width: 495px;
        height: 60px; } }
  @media screen and (max-width: 970px) {
    .site-title {
      margin-top: 6px;
      width: 100%;
      height: 60px; }
      .site-title .logo {
        max-width: 80%;  /* Adjust as needed */
        height: auto;    /* Preserves aspect ratio */
        margin: 0 auto;  /* Center if it’s a block or inline-block */} }
  @media screen and (max-width: 430px) {
    .site-title {
      margin: 6px auto 0 auto; } }
  .site-title span {
    display: none; }

.page-hero {
  width: 100%;
  position: relative;
  z-index: 1; }
  .page-hero .page-hero--background {
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 1921px) {
      .page-hero .page-hero--background {
        height: 550px;
        overflow: hidden; }
        .page-hero .page-hero--background img {
          display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1920px) {
      .page-hero .page-hero--background {
        max-width: 1920px;
        background: none; }
        .page-hero .page-hero--background img {
          width: 100%;
          display: block; } }
    @media screen and (max-width: 767px) {
        /* add margin-top to .page-hero */
  .page-hero {
    margin-top: 265px;
  }
      .page-hero .page-hero--background {
        height: 380px;
        overflow: hidden; }
        .page-hero .page-hero--background img {
          display: none; }
          .page-hero .hero-container img {
            display: none;
          }
          .page-hero .hero-container {
            background-color: #fff;
          }
          .hero-container p:empty {
            display: none;
            margin: 0; 
            padding: 0; 
          }
          
          /* Also hide paragraphs that only contain a non-breaking space */
          .hero-container p:empty:before {
            content: none;
          }
          
          /* In case the paragraph has only &nbsp;, 
             you can force it to collapse */
          .hero-container p {
            /* This ensures any stray <br> doesn’t add extra space */
            margin: 0;
            padding: 0;
          }
         }
  .page-hero .hero-container {
    z-index: 3; }
    @media screen and (min-width: 768px) {
      .page-hero .hero-container {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 14px 33px 22px 33px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
/*change this to change the color of the box with text on homepage*/
        background-color: rgba(225, 225, 225, 0.9); } }
    @media screen and (min-width: 768px) and (max-width: 971px) {
      .page-hero .hero-container {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .page-hero .hero-container {
        padding: 18px 1em 22px 1em;
        width: 100%;
        background-color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0; } }
    .page-hero .hero-container p {
      margin: 0; }
  .page-hero .post-hero-container {
    z-index: 3; }
    @media screen and (min-width: 768px) {
      .page-hero .post-hero-container {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%; } }
    @media screen and (min-width: 768px) and (max-width: 971px) {
      .page-hero .post-hero-container {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .page-hero .post-hero-container {
        padding-top: 1.2em;
        padding-right: 1em;
        padding-left: 1em;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff; } }
    .page-hero .post-hero-container p {
      margin: 0; }

.site-footer {
  background-color: #2f2f2f; }
  .site-footer .container {
    color: white;
    padding-top: 36px;
    padding-bottom: 36px; }
    @media screen and (min-width: 768px) {
      .site-footer .container {
        padding-bottom: 11px; } }
  .site-footer .footer-message {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .site-footer .footer-message {
        margin-left: 23px;
        padding-top: 3px;
        width: 385px;
        float: left; } }
    @media screen and (max-width: 767px) {
      .site-footer .footer-message {
        margin-bottom: 35px; } }
  @media screen and (min-width: 768px) {
    .site-footer .footer-logo {
      float: left; } }
  @media screen and (max-width: 767px) {
    .site-footer .footer-logo {
      margin-bottom: 15px; } }
  .site-footer .footer-logo .footer-logo-svg {
    width: 179px;
    height: 55px;
    display: block; }
  @media screen and (min-width: 768px) {
    .site-footer .social-icons {
      float: right; } }
  @media screen and (max-width: 767px) {
    .site-footer .social-icons {
      margin-bottom: 24px; } }
  .site-footer .button-top {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: underline;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .site-footer .button-top {
        display: none; } }
    .site-footer .button-top::after {
      content: "";
      margin-left: 3px;
      width: 6px;
      height: 4px;
      display: inline-block;
      position: relative;
      top: -1px;
      background-image: url(/wp-content/themes/access/images/up-arrow.svg);
      background-size: 6px 4px; }

.site-footer--copyright {
  text-align: center;
  padding: 0.85em 0 0.9em 0;
  background-color: #1f1f1f; }
  .site-footer--copyright .footer-legal {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff; }
    .site-footer--copyright .footer-legal p {
      line-height: 1.7;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .site-footer--copyright .footer-legal p {
          line-height: 1.2; } }
  .site-footer--copyright a {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    color: #fff;
    text-decoration: underline; }
    .site-footer--copyright a:hover {
      color: #1399a3; }

@media screen and (min-width: 971px) {
  .main-navigation {
    padding-top: 12px;
    float: right; } }
@media screen and (max-width: 970px) {
  .main-navigation {
    padding-top: 24px; } }

.primary-menu {
  margin: 0;
  list-style-type: none; }
  @media screen and (max-width: 970px) {
    .primary-menu {
      text-align: center; } }
  @media screen and (min-width: 971px) {
    .primary-menu > li {
      margin-right: 15px;
      padding-top: 11px;
      display: block;
      float: left; } }
  @media screen and (max-width: 970px) {
    .primary-menu > li {
      margin: 0 4px 4px 4px;
      display: inline-block; } }
  .primary-menu > li.mobile-link {
    display: none; }
  .primary-menu > li a {
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    cursor: pointer; }
    @media screen and (min-width: 971px) {
      .primary-menu > li a {
        font-size: 16px;
        font-size: 1.6rem;
        color: #424344; } }
    @media screen and (max-width: 970px) {
      .primary-menu > li a {
        font-size: 15px;
        font-size: 1.5rem; } }
    .primary-menu > li a:hover {
      color: #cc4027; }
  .primary-menu > li.donate {
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 431px) and (max-width: 970px) {
      .primary-menu > li.donate {
        position: absolute;
        top: 18px;
        right: 15px; } }
    @media screen and (max-width: 430px) {
      .primary-menu > li.donate {
        margin: 1em auto 0 auto;
        width: 93px;
        display: block; } }
    .primary-menu > li.donate a {
      color: white;
      padding: 9px 14px 0 14px;
      background-color: #652d8f; }
      .primary-menu > li.donate a:hover {
        background-color: #1399a3; }

.entry-content {
  	/*
  	blockquote {
  		@include font-size( 22 );
  		color: $purple-main;
  		font-weight: bold;
  		padding: 0 30px 0 75px;
  		background-image: url( /wp-content/themes/access/svg-encode( $quote-icon) );
  		background-position: 0 7px;
  		background-repeat: no-repeat;
  		background-size: 54px 54px;
  
  		cite {
  			@include font-size( 16 );
  			font-style: normal;
  			font-weight: normal;
  			text-transform: initial;
  			display: block;
  			margin-top: 5px;
  
  			&::before {
  				content: "\2014 \2009";
  			}
  		}
  	}
  	*/
  	/*
  	table {
  		margin-bottom: 3.6rem;
  
  		thead th,
  		tbody td,
  		tfoot td {
  			padding: 1.2rem;
  		}
  
  		thead th,
  		tfoot td {
  			color: $white;
  			line-height: 1.2;
  			background-color: $red-main;
  		}
  
  		tbody td {
  			@include font-size( 16 );
  		}
  
  		tbody tr:nth-child(even) td { background-color: $black; }
  	}
  	*/ }
  .entry-content a {
    text-decoration: underline; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    line-height: 1.1;
    padding-top: 0.6em;
    padding-bottom: 0.4em; }
  .entry-content h2,
  .entry-content h4,
  .entry-content h6 {
    font-weight: bold; }
  .entry-content h1 {
    color: #000;
    padding-top: 0.3em;
    padding-bottom: 0.2em; }
  .entry-content h2 {
    padding-top: 0.3em;
    padding-bottom: 0.4em; }
  .entry-content h3 {
    padding-top: 0.4em;
    padding-bottom: 0.4em; }
  .entry-content h5 {
    font-style: italic; }
  .entry-content ul li {
    margin-bottom: 0.8em; }
  @media screen and (max-width: 767px) {
    .entry-content .alignleft,
    .entry-content .alignright {
      margin-right: auto;
      margin-left: auto;
      float: none; }
    .entry-content img.alignleft,
    .entry-content img.alignright {
      display: block; } }

.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.alignleft,
.alignright,
.aligncenter {
  margin-top: 3px;
  margin-bottom: 0.5em; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.wp-caption {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 0;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0; }

embed,
iframe,
object {
  max-width: 100%;
  display: block; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.primary-menu > li.donate a, .button,
button,
input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "effra", sans-serif;
  font-weight: bold;
  line-height: initial !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  /* Change the height and width to change the button size */
  height: 72px;
  width: 300px;
  display: inline-block;
  box-shadow: none;
  -webkit-appearance: none; }
  .primary-menu > li.donate a:hover, .button:hover,
  button:hover,
  input[type="submit"]:hover {
    cursor: pointer; }
  .primary-menu > li.donate a:active, .button:active,
  button:active,
  input[type="submit"]:active, .primary-menu > li.donate a:focus, .button:focus,
  button:focus,
  input[type="submit"]:focus {
    outline: none; }
  .entry-content .primary-menu > li.donate a, .primary-menu > li.donate .entry-content a, .entry-content .button,
  .entry-content button,
  .entry-content input[type="submit"] {
    margin-bottom: 1.5em; }
  @media screen and (max-width: 767px) {
    .primary-menu > li.donate a, .button,
    button,
    input[type="submit"] {
      height: auto;
      min-height: 38px; 
      } }

a.button,
span.button {
  padding: 21px 24px 0 24px; }

button,
input[type="submit"] {
  padding: 5px 24px; }

a.button,
.button a,
a[class*="button-"],
[class*="button-"] a {
  text-decoration: none; }

.button-primary,
.site-content input[type=submit] {
  color: #fff;
  border: 0;
  background-color: #1399a3; }
  .button-primary:hover, .button-primary:active, .button-primary:focus,
  .site-content input[type=submit]:hover,
  .site-content input[type=submit]:active,
  .site-content input[type=submit]:focus {
    color: #fff;
    background-color: #e74c30; }

.button-secondary,
.site-footer .gform_wrapper .gform_footer input[type=submit] {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent; }
  .button-secondary:hover, .button-secondary:active, .button-secondary:focus,
  .site-footer .gform_wrapper .gform_footer input[type=submit]:hover,
  .site-footer .gform_wrapper .gform_footer input[type=submit]:active,
  .site-footer .gform_wrapper .gform_footer input[type=submit]:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3); }

.button--block {
  display: block; }

.page-layout .gform_wrapper {
  margin: 0;
  max-width: 100%;
  width: 100%; }

.page-layout form form > *,
.page-layout form .gform_fields > .gfield,
.page-layout .gform_wrapper form form > *,
.page-layout .gform_wrapper form .gform_fields > .gfield,
.page-layout .gform_wrapper form .ginput_complex form > *,
.page-layout .gform_wrapper form .ginput_complex .gform_fields > .gfield {
  margin: 0 0 1.2em 0; }
.page-layout form .gsection,
.page-layout .gform_wrapper form .gsection,
.page-layout .gform_wrapper form .ginput_complex .gsection {
  padding-top: 1.7em !important;
  border: 0; }
.page-layout form label,
.page-layout form .gfield > label.gfield_label,
.page-layout .gform_wrapper form label,
.page-layout .gform_wrapper form .gfield > label.gfield_label,
.page-layout .gform_wrapper form .ginput_complex label,
.page-layout .gform_wrapper form .ginput_complex .gfield > label.gfield_label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2f2f2f;
  font-family: "effra", sans-serif;
  margin: 0 0 0.3em 0;
  padding: 0;
  display: block; }
.page-layout form .required,
.page-layout form .gfield_required,
.page-layout .gform_wrapper form .required,
.page-layout .gform_wrapper form .gfield_required,
.page-layout .gform_wrapper form .ginput_complex .required,
.page-layout .gform_wrapper form .ginput_complex .gfield_required {
  color: #1399a3; }
.page-layout form .ginput_complex .gfield_description,
.page-layout .gform_wrapper form .ginput_complex .gfield_description,
.page-layout .gform_wrapper form .ginput_complex .ginput_complex .gfield_description {
  margin-top: -0.4em;
  padding-top: 0 !important; }
.page-layout form textarea,
.page-layout form select,
.page-layout form .gfield_select,
.page-layout form input[type="text"],
.page-layout form input[type="email"],
.page-layout form input[type="url"],
.page-layout form input[type="date"],
.page-layout form input[type="datetime"],
.page-layout form input[type="datetime-local"],
.page-layout form input[type="month"],
.page-layout form input[type="number"],
.page-layout form input[type="password"],
.page-layout form input[type="search"],
.page-layout form input[type="tel"],
.page-layout form input[type="time"],
.page-layout form input[type="week"],
.page-layout .gform_wrapper form textarea,
.page-layout .gform_wrapper form select,
.page-layout .gform_wrapper form .gfield_select,
.page-layout .gform_wrapper form input[type="text"],
.page-layout .gform_wrapper form input[type="email"],
.page-layout .gform_wrapper form input[type="url"],
.page-layout .gform_wrapper form input[type="date"],
.page-layout .gform_wrapper form input[type="datetime"],
.page-layout .gform_wrapper form input[type="datetime-local"],
.page-layout .gform_wrapper form input[type="month"],
.page-layout .gform_wrapper form input[type="number"],
.page-layout .gform_wrapper form input[type="password"],
.page-layout .gform_wrapper form input[type="search"],
.page-layout .gform_wrapper form input[type="tel"],
.page-layout .gform_wrapper form input[type="time"],
.page-layout .gform_wrapper form input[type="week"],
.page-layout .gform_wrapper form .ginput_complex textarea,
.page-layout .gform_wrapper form .ginput_complex select,
.page-layout .gform_wrapper form .ginput_complex .gfield_select,
.page-layout .gform_wrapper form .ginput_complex input[type="text"],
.page-layout .gform_wrapper form .ginput_complex input[type="email"],
.page-layout .gform_wrapper form .ginput_complex input[type="url"],
.page-layout .gform_wrapper form .ginput_complex input[type="date"],
.page-layout .gform_wrapper form .ginput_complex input[type="datetime"],
.page-layout .gform_wrapper form .ginput_complex input[type="datetime-local"],
.page-layout .gform_wrapper form .ginput_complex input[type="month"],
.page-layout .gform_wrapper form .ginput_complex input[type="number"],
.page-layout .gform_wrapper form .ginput_complex input[type="password"],
.page-layout .gform_wrapper form .ginput_complex input[type="search"],
.page-layout .gform_wrapper form .ginput_complex input[type="tel"],
.page-layout .gform_wrapper form .ginput_complex input[type="time"],
.page-layout .gform_wrapper form .ginput_complex input[type="week"] {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
  font-size: 1.5rem;
  color: #424344;
  font-family: "effra", sans-serif;
  text-indent: 0;
  margin: 0;
  border: 1px solid #858585;
  border-radius: 0;
  padding: 0.5rem;
  max-width: 100% !important;
  width: 100% !important;
  height: 2.5em;
  background-color: #fff;
  -webkit-appearance: none; }
  @media screen and (max-width: 767px) {
    .page-layout form textarea,
    .page-layout form select,
    .page-layout form .gfield_select,
    .page-layout form input[type="text"],
    .page-layout form input[type="email"],
    .page-layout form input[type="url"],
    .page-layout form input[type="date"],
    .page-layout form input[type="datetime"],
    .page-layout form input[type="datetime-local"],
    .page-layout form input[type="month"],
    .page-layout form input[type="number"],
    .page-layout form input[type="password"],
    .page-layout form input[type="search"],
    .page-layout form input[type="tel"],
    .page-layout form input[type="time"],
    .page-layout form input[type="week"],
    .page-layout .gform_wrapper form textarea,
    .page-layout .gform_wrapper form select,
    .page-layout .gform_wrapper form .gfield_select,
    .page-layout .gform_wrapper form input[type="text"],
    .page-layout .gform_wrapper form input[type="email"],
    .page-layout .gform_wrapper form input[type="url"],
    .page-layout .gform_wrapper form input[type="date"],
    .page-layout .gform_wrapper form input[type="datetime"],
    .page-layout .gform_wrapper form input[type="datetime-local"],
    .page-layout .gform_wrapper form input[type="month"],
    .page-layout .gform_wrapper form input[type="number"],
    .page-layout .gform_wrapper form input[type="password"],
    .page-layout .gform_wrapper form input[type="search"],
    .page-layout .gform_wrapper form input[type="tel"],
    .page-layout .gform_wrapper form input[type="time"],
    .page-layout .gform_wrapper form input[type="week"],
    .page-layout .gform_wrapper form .ginput_complex textarea,
    .page-layout .gform_wrapper form .ginput_complex select,
    .page-layout .gform_wrapper form .ginput_complex .gfield_select,
    .page-layout .gform_wrapper form .ginput_complex input[type="text"],
    .page-layout .gform_wrapper form .ginput_complex input[type="email"],
    .page-layout .gform_wrapper form .ginput_complex input[type="url"],
    .page-layout .gform_wrapper form .ginput_complex input[type="date"],
    .page-layout .gform_wrapper form .ginput_complex input[type="datetime"],
    .page-layout .gform_wrapper form .ginput_complex input[type="datetime-local"],
    .page-layout .gform_wrapper form .ginput_complex input[type="month"],
    .page-layout .gform_wrapper form .ginput_complex input[type="number"],
    .page-layout .gform_wrapper form .ginput_complex input[type="password"],
    .page-layout .gform_wrapper form .ginput_complex input[type="search"],
    .page-layout .gform_wrapper form .ginput_complex input[type="tel"],
    .page-layout .gform_wrapper form .ginput_complex input[type="time"],
    .page-layout .gform_wrapper form .ginput_complex input[type="week"] {
      font-size: 16px !important;
      font-size: 1.6rem !important; } }
  .page-layout form textarea:active, .page-layout form textarea:focus,
  .page-layout form select:active,
  .page-layout form select:focus,
  .page-layout form .gfield_select:active,
  .page-layout form .gfield_select:focus,
  .page-layout form input[type="text"]:active,
  .page-layout form input[type="text"]:focus,
  .page-layout form input[type="email"]:active,
  .page-layout form input[type="email"]:focus,
  .page-layout form input[type="url"]:active,
  .page-layout form input[type="url"]:focus,
  .page-layout form input[type="date"]:active,
  .page-layout form input[type="date"]:focus,
  .page-layout form input[type="datetime"]:active,
  .page-layout form input[type="datetime"]:focus,
  .page-layout form input[type="datetime-local"]:active,
  .page-layout form input[type="datetime-local"]:focus,
  .page-layout form input[type="month"]:active,
  .page-layout form input[type="month"]:focus,
  .page-layout form input[type="number"]:active,
  .page-layout form input[type="number"]:focus,
  .page-layout form input[type="password"]:active,
  .page-layout form input[type="password"]:focus,
  .page-layout form input[type="search"]:active,
  .page-layout form input[type="search"]:focus,
  .page-layout form input[type="tel"]:active,
  .page-layout form input[type="tel"]:focus,
  .page-layout form input[type="time"]:active,
  .page-layout form input[type="time"]:focus,
  .page-layout form input[type="week"]:active,
  .page-layout form input[type="week"]:focus,
  .page-layout .gform_wrapper form textarea:active,
  .page-layout .gform_wrapper form textarea:focus,
  .page-layout .gform_wrapper form select:active,
  .page-layout .gform_wrapper form select:focus,
  .page-layout .gform_wrapper form .gfield_select:active,
  .page-layout .gform_wrapper form .gfield_select:focus,
  .page-layout .gform_wrapper form input[type="text"]:active,
  .page-layout .gform_wrapper form input[type="text"]:focus,
  .page-layout .gform_wrapper form input[type="email"]:active,
  .page-layout .gform_wrapper form input[type="email"]:focus,
  .page-layout .gform_wrapper form input[type="url"]:active,
  .page-layout .gform_wrapper form input[type="url"]:focus,
  .page-layout .gform_wrapper form input[type="date"]:active,
  .page-layout .gform_wrapper form input[type="date"]:focus,
  .page-layout .gform_wrapper form input[type="datetime"]:active,
  .page-layout .gform_wrapper form input[type="datetime"]:focus,
  .page-layout .gform_wrapper form input[type="datetime-local"]:active,
  .page-layout .gform_wrapper form input[type="datetime-local"]:focus,
  .page-layout .gform_wrapper form input[type="month"]:active,
  .page-layout .gform_wrapper form input[type="month"]:focus,
  .page-layout .gform_wrapper form input[type="number"]:active,
  .page-layout .gform_wrapper form input[type="number"]:focus,
  .page-layout .gform_wrapper form input[type="password"]:active,
  .page-layout .gform_wrapper form input[type="password"]:focus,
  .page-layout .gform_wrapper form input[type="search"]:active,
  .page-layout .gform_wrapper form input[type="search"]:focus,
  .page-layout .gform_wrapper form input[type="tel"]:active,
  .page-layout .gform_wrapper form input[type="tel"]:focus,
  .page-layout .gform_wrapper form input[type="time"]:active,
  .page-layout .gform_wrapper form input[type="time"]:focus,
  .page-layout .gform_wrapper form input[type="week"]:active,
  .page-layout .gform_wrapper form input[type="week"]:focus,
  .page-layout .gform_wrapper form .ginput_complex textarea:active,
  .page-layout .gform_wrapper form .ginput_complex textarea:focus,
  .page-layout .gform_wrapper form .ginput_complex select:active,
  .page-layout .gform_wrapper form .ginput_complex select:focus,
  .page-layout .gform_wrapper form .ginput_complex .gfield_select:active,
  .page-layout .gform_wrapper form .ginput_complex .gfield_select:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="text"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="text"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="email"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="email"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="url"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="url"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="date"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="date"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="datetime"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="datetime"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="datetime-local"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="datetime-local"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="month"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="month"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="number"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="number"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="password"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="password"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="search"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="search"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="tel"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="tel"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="time"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="time"]:focus,
  .page-layout .gform_wrapper form .ginput_complex input[type="week"]:active,
  .page-layout .gform_wrapper form .ginput_complex input[type="week"]:focus {
    border: 1px solid #858585;
    outline: none;
    background-color: #e1f5f7;
    box-shadow: none; }
.page-layout form input[type="checkbox"],
.page-layout form input[type="radio"],
.page-layout .gform_wrapper form input[type="checkbox"],
.page-layout .gform_wrapper form input[type="radio"],
.page-layout .gform_wrapper form .ginput_complex input[type="checkbox"],
.page-layout .gform_wrapper form .ginput_complex input[type="radio"] {
  margin: 1px 3px 0 0 !important; }
.page-layout form input[type="file"],
.page-layout .gform_wrapper form input[type="file"],
.page-layout .gform_wrapper form .ginput_complex input[type="file"] {
  width: 100%; }
.page-layout form .has-columns ul li,
.page-layout .gform_wrapper form .has-columns ul li,
.page-layout .gform_wrapper form .ginput_complex .has-columns ul li {
  margin: 0 !important;
  padding: 0 0 1em 0 !important;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
.page-layout form .has-columns ul li label,
.page-layout .gform_wrapper form .has-columns ul li label,
.page-layout .gform_wrapper form .ginput_complex .has-columns ul li label {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0 !important; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-layout form .has-columns ul,
  .page-layout .gform_wrapper form .has-columns ul,
  .page-layout .gform_wrapper form .ginput_complex .has-columns ul {
    color: red; } }
@media screen and (max-width: 767px) {
  .page-layout form .has-columns ul,
  .page-layout .gform_wrapper form .has-columns ul,
  .page-layout .gform_wrapper form .ginput_complex .has-columns ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-margin-bottom-collapse: separate;
    column-count: 2;
    column-gap: 20px; } }
@media screen and (min-width: 768px) {
  .page-layout form .has-columns ul,
  .page-layout .gform_wrapper form .has-columns ul,
  .page-layout .gform_wrapper form .ginput_complex .has-columns ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-margin-bottom-collapse: separate;
    column-count: 2;
    column-gap: 20px; } }
@media screen and (min-width: 971px) {
  .page-layout form .has-columns ul,
  .page-layout .gform_wrapper form .has-columns ul,
  .page-layout .gform_wrapper form .ginput_complex .has-columns ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    -webkit-transform: translate3d(0, 0, 0); } }
.page-layout form textarea,
.page-layout .gform_wrapper form textarea,
.page-layout .gform_wrapper form .ginput_complex textarea {
  height: 8em; }
.page-layout form select,
.page-layout .gform_wrapper form select,
.page-layout .gform_wrapper form .ginput_complex select {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .page-layout form select option,
  .page-layout .gform_wrapper form select option,
  .page-layout .gform_wrapper form .ginput_complex select option {
    padding: 3px 0.5rem; }
  .page-layout form select::-ms-expand,
  .page-layout .gform_wrapper form select::-ms-expand,
  .page-layout .gform_wrapper form .ginput_complex select::-ms-expand {
    display: none; }
.page-layout form select:not([multiple]),
.page-layout .gform_wrapper form select:not([multiple]),
.page-layout .gform_wrapper form .ginput_complex select:not([multiple]) {
  padding-left: 0.5rem !important;
  padding-right: 1.5em !important;
  border-radius: 0;
  height: 42px;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  -webkit-appearance: none;
  -moz-appearance: none; }

.ginput_right.address_state select {
  margin: 0 !important; }

.site-content .gform_wrapper form,
.site-footer .gform_wrapper form {
  position: relative; }
  .site-content .gform_wrapper form .ginput_container,
  .site-footer .gform_wrapper form .ginput_container {
    margin: 0;
    position: relative; }
  .site-content .gform_wrapper form .ginput_complex label,
  .site-content .gform_wrapper form .gfield_time_hour label,
  .site-content .gform_wrapper form .gfield_time_minute label,
  .site-footer .gform_wrapper form .ginput_complex label,
  .site-footer .gform_wrapper form .gfield_time_hour label,
  .site-footer .gform_wrapper form .gfield_time_minute label {
    padding-top: .2em;
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 1em; }
  .site-content .gform_wrapper form .name_first,
  .site-content .gform_wrapper form .name_last,
  .site-content .gform_wrapper form .ginput_left,
  .site-content .gform_wrapper form .ginput_right,
  .site-footer .gform_wrapper form .name_first,
  .site-footer .gform_wrapper form .name_last,
  .site-footer .gform_wrapper form .ginput_left,
  .site-footer .gform_wrapper form .ginput_right {
    display: inline-block;
    width: 50% !important;
    margin: 0 0 1em 0 !important;
    padding: 0;
    float: left; }
  .site-content .gform_wrapper form .ginput_left.address_zip,
  .site-footer .gform_wrapper form .ginput_left.address_zip {
    clear: left; }
  .site-content .gform_wrapper form .name_first,
  .site-content .gform_wrapper form .ginput_left,
  .site-footer .gform_wrapper form .name_first,
  .site-footer .gform_wrapper form .ginput_left {
    padding-right: 1% !important; }
  .site-content .gform_wrapper form .name_last,
  .site-content .gform_wrapper form .ginput_right,
  .site-footer .gform_wrapper form .name_last,
  .site-footer .gform_wrapper form .ginput_right {
    padding-left: 1% !important; }
  .site-content .gform_wrapper form .gfield_time_hour,
  .site-footer .gform_wrapper form .gfield_time_hour {
    margin-right: 1%; }
    .site-content .gform_wrapper form .gfield_time_hour i,
    .site-footer .gform_wrapper form .gfield_time_hour i {
      display: none; }
  .site-content .gform_wrapper form .gfield_time_minute,
  .site-footer .gform_wrapper form .gfield_time_minute {
    margin-right: 1%; }
  .site-content .gform_wrapper form input[type="text"].hasDatepicker,
  .site-footer .gform_wrapper form input[type="text"].hasDatepicker {
    width: 100%;
    margin-right: 8px !important; }
  .site-content .gform_wrapper form .ui-datepicker-trigger,
  .site-footer .gform_wrapper form .ui-datepicker-trigger {
    position: absolute;
    top: 10px; }
  .site-content .gform_wrapper form .gfield_list,
  .site-footer .gform_wrapper form .gfield_list {
    width: 100%; }
  .site-content .gform_wrapper form .gfield_list thead tr th,
  .site-footer .gform_wrapper form .gfield_list thead tr th {
    min-width: 10em; }
    @media screen and (max-width: 767px) {
      .site-content .gform_wrapper form .gfield_list thead tr th,
      .site-footer .gform_wrapper form .gfield_list thead tr th {
        min-width: 7em; } }
  .site-content .gform_wrapper form .gfield_list thead tr th:last-child,
  .site-footer .gform_wrapper form .gfield_list thead tr th:last-child {
    font-size: 0; }
  .site-content .gform_wrapper form .gfield_list_cell,
  .site-footer .gform_wrapper form .gfield_list_cell {
    width: 100% !important; }
  .site-content .gform_wrapper form .gfield_list_icons,
  .site-footer .gform_wrapper form .gfield_list_icons {
    width: 0 !important; }
  .site-content .gform_wrapper form .gfield_checkbox,
  .site-content .gform_wrapper form .gfield_radio,
  .site-footer .gform_wrapper form .gfield_checkbox,
  .site-footer .gform_wrapper form .gfield_radio {
    width: auto !important; }
    .site-content .gform_wrapper form .gfield_checkbox li label,
    .site-content .gform_wrapper form .gfield_radio li label,
    .site-footer .gform_wrapper form .gfield_checkbox li label,
    .site-footer .gform_wrapper form .gfield_radio li label {
      color: #2f2f2f;
      font-weight: normal;
      cursor: pointer;
      margin: 0 !important;
      padding: 0 !important; }
    .site-content .gform_wrapper form .gfield_checkbox li input[type=radio]:checked + label,
    .site-content .gform_wrapper form .gfield_checkbox li input[type=checkbox]:checked + label,
    .site-content .gform_wrapper form .gfield_radio li input[type=radio]:checked + label,
    .site-content .gform_wrapper form .gfield_radio li input[type=checkbox]:checked + label,
    .site-footer .gform_wrapper form .gfield_checkbox li input[type=radio]:checked + label,
    .site-footer .gform_wrapper form .gfield_checkbox li input[type=checkbox]:checked + label,
    .site-footer .gform_wrapper form .gfield_radio li input[type=radio]:checked + label,
    .site-footer .gform_wrapper form .gfield_radio li input[type=checkbox]:checked + label {
      font-weight: normal !important; }
  .site-content .gform_wrapper form .ginput_full,
  .site-footer .gform_wrapper form .ginput_full {
    margin: 0 0 1em 0 !important;
    width: 100%;
    display: block; }
  .site-content .gform_wrapper form .gfield_creditcard_warning_message span,
  .site-footer .gform_wrapper form .gfield_creditcard_warning_message span {
    color: #fff !important; }
  .site-content .gform_wrapper form .ginput_cardinfo_left,
  .site-footer .gform_wrapper form .ginput_cardinfo_left {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .site-content .gform_wrapper form .ginput_cardinfo_left,
      .site-footer .gform_wrapper form .ginput_cardinfo_left {
        width: 100% !important; } }
  .site-content .gform_wrapper form .ginput_cardinfo_right,
  .site-footer .gform_wrapper form .ginput_cardinfo_right {
    position: relative;
    width: 49%;
    margin-left: 5px; }
    @media screen and (max-width: 767px) {
      .site-content .gform_wrapper form .ginput_cardinfo_right,
      .site-footer .gform_wrapper form .ginput_cardinfo_right {
        width: 100% !important; } }
    .site-content .gform_wrapper form .ginput_cardinfo_right .ginput_card_security_code,
    .site-footer .gform_wrapper form .ginput_cardinfo_right .ginput_card_security_code {
      padding-right: 50px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .site-content .gform_wrapper form .ginput_cardinfo_right .ginput_card_security_code,
        .site-footer .gform_wrapper form .ginput_cardinfo_right .ginput_card_security_code {
          padding-left: 50px;
          padding-right: 0; } }
    .site-content .gform_wrapper form .ginput_cardinfo_right .ginput_card_security_code_icon,
    .site-footer .gform_wrapper form .ginput_cardinfo_right .ginput_card_security_code_icon {
      position: absolute !important;
      left: initial !important;
      top: 7px !important;
      right: 10px !important; }
  .site-content .gform_wrapper form .ginput_card_expiration_month,
  .site-content .gform_wrapper form .ginput_card_expiration_year,
  .site-footer .gform_wrapper form .ginput_card_expiration_month,
  .site-footer .gform_wrapper form .ginput_card_expiration_year {
    width: 49% !important;
    float: left; }
  .site-content .gform_wrapper form .ginput_card_expiration_month,
  .site-footer .gform_wrapper form .ginput_card_expiration_month {
    margin-right: 2% !important; }
  .site-content .gform_wrapper form .ginput_card_expiration_container label,
  .site-footer .gform_wrapper form .ginput_card_expiration_container label {
    float: left !important; }
  .site-content .gform_wrapper form .gfield_error,
  .site-footer .gform_wrapper form .gfield_error {
    border: 0 !important;
    max-width: 100%;
    width: 100%;
    background-color: transparent !important; }
    .site-content .gform_wrapper form .gfield_error div.ginput_complex.ginput_container label,
    .site-footer .gform_wrapper form .gfield_error div.ginput_complex.ginput_container label {
      margin: 0 !important; }
    .site-content .gform_wrapper form .gfield_error .ginput_container,
    .site-footer .gform_wrapper form .gfield_error .ginput_container {
      max-width: 100% !important;
      width: 100%;
      margin: 0 !important; }
    .site-content .gform_wrapper form .gfield_error .gfield_label,
    .site-content .gform_wrapper form .gfield_error .ginput_complex label,
    .site-footer .gform_wrapper form .gfield_error .gfield_label,
    .site-footer .gform_wrapper form .gfield_error .ginput_complex label {
      color: #a22235;
      margin: 0 !important; }
    .site-content .gform_wrapper form .gfield_error .gfield_contains_required,
    .site-content .gform_wrapper form .gfield_error .ginput_complex label,
    .site-footer .gform_wrapper form .gfield_error .gfield_contains_required,
    .site-footer .gform_wrapper form .gfield_error .ginput_complex label {
      margin: 0 !important; }
    .site-content .gform_wrapper form .gfield_error .gfield_required,
    .site-footer .gform_wrapper form .gfield_error .gfield_required {
      color: #a22235; }
    .site-content .gform_wrapper form .gfield_error textarea,
    .site-content .gform_wrapper form .gfield_error select,
    .site-content .gform_wrapper form .gfield_error .gfield_select,
    .site-content .gform_wrapper form .gfield_error input[type="text"],
    .site-content .gform_wrapper form .gfield_error input[type="email"],
    .site-content .gform_wrapper form .gfield_error input[type="url"],
    .site-content .gform_wrapper form .gfield_error input[type="date"],
    .site-content .gform_wrapper form .gfield_error input[type="datetime"],
    .site-content .gform_wrapper form .gfield_error input[type="datetime-local"],
    .site-content .gform_wrapper form .gfield_error input[type="month"],
    .site-content .gform_wrapper form .gfield_error input[type="number"],
    .site-content .gform_wrapper form .gfield_error input[type="password"],
    .site-content .gform_wrapper form .gfield_error input[type="search"],
    .site-content .gform_wrapper form .gfield_error input[type="tel"],
    .site-content .gform_wrapper form .gfield_error input[type="time"],
    .site-content .gform_wrapper form .gfield_error input[type="week"],
    .site-footer .gform_wrapper form .gfield_error textarea,
    .site-footer .gform_wrapper form .gfield_error select,
    .site-footer .gform_wrapper form .gfield_error .gfield_select,
    .site-footer .gform_wrapper form .gfield_error input[type="text"],
    .site-footer .gform_wrapper form .gfield_error input[type="email"],
    .site-footer .gform_wrapper form .gfield_error input[type="url"],
    .site-footer .gform_wrapper form .gfield_error input[type="date"],
    .site-footer .gform_wrapper form .gfield_error input[type="datetime"],
    .site-footer .gform_wrapper form .gfield_error input[type="datetime-local"],
    .site-footer .gform_wrapper form .gfield_error input[type="month"],
    .site-footer .gform_wrapper form .gfield_error input[type="number"],
    .site-footer .gform_wrapper form .gfield_error input[type="password"],
    .site-footer .gform_wrapper form .gfield_error input[type="search"],
    .site-footer .gform_wrapper form .gfield_error input[type="tel"],
    .site-footer .gform_wrapper form .gfield_error input[type="time"],
    .site-footer .gform_wrapper form .gfield_error input[type="week"] {
      border: 1px solid #a22235;
      background: #fff; }
      .site-content .gform_wrapper form .gfield_error textarea:active, .site-content .gform_wrapper form .gfield_error textarea:focus,
      .site-content .gform_wrapper form .gfield_error select:active,
      .site-content .gform_wrapper form .gfield_error select:focus,
      .site-content .gform_wrapper form .gfield_error .gfield_select:active,
      .site-content .gform_wrapper form .gfield_error .gfield_select:focus,
      .site-content .gform_wrapper form .gfield_error input[type="text"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="text"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="email"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="email"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="url"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="url"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="date"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="date"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="datetime"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="datetime"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="datetime-local"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="datetime-local"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="month"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="month"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="number"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="number"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="password"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="password"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="search"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="search"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="tel"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="tel"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="time"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="time"]:focus,
      .site-content .gform_wrapper form .gfield_error input[type="week"]:active,
      .site-content .gform_wrapper form .gfield_error input[type="week"]:focus,
      .site-footer .gform_wrapper form .gfield_error textarea:active,
      .site-footer .gform_wrapper form .gfield_error textarea:focus,
      .site-footer .gform_wrapper form .gfield_error select:active,
      .site-footer .gform_wrapper form .gfield_error select:focus,
      .site-footer .gform_wrapper form .gfield_error .gfield_select:active,
      .site-footer .gform_wrapper form .gfield_error .gfield_select:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="text"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="text"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="email"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="email"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="url"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="url"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="date"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="date"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="datetime"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="datetime"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="datetime-local"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="datetime-local"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="month"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="month"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="number"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="number"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="password"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="password"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="search"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="search"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="tel"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="tel"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="time"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="time"]:focus,
      .site-footer .gform_wrapper form .gfield_error input[type="week"]:active,
      .site-footer .gform_wrapper form .gfield_error input[type="week"]:focus {
        border: 1px solid #858585 !important; }
    .site-content .gform_wrapper form .gfield_error .validation_message,
    .site-footer .gform_wrapper form .gfield_error .validation_message {
      color: #a22235;
      font-weight: normal;
      margin: 0 0 1em 0 !important;
      padding: 0 !important;
      max-width: 100%;
      width: 100%; }
      .site-content .gform_wrapper form .gfield_error .validation_message:not(.instruction),
      .site-footer .gform_wrapper form .gfield_error .validation_message:not(.instruction) {
        position: relative; }
        .site-content .gform_wrapper form .gfield_error .validation_message:not(.instruction):before,
        .site-footer .gform_wrapper form .gfield_error .validation_message:not(.instruction):before {
          content: "";
          margin: 0 3px 0 0 !important;
          border-style: solid;
          border-width: 0 3px 5px 3px;
          border-color: transparent transparent #a22235 transparent;
          width: 0;
          height: 0;
          position: relative;
          top: -10px;
          left: 0; }
  .site-content .gform_wrapper form .validation_error,
  .site-footer .gform_wrapper form .validation_error {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    max-width: 100%;
    width: 100%; }
  .site-content .gform_wrapper form .gform_footer,
  .site-footer .gform_wrapper form .gform_footer {
    text-align: right;
    padding: 0; }
  .site-content .gform_wrapper form .gform_ajax_spinner,
  .site-footer .gform_wrapper form .gform_ajax_spinner {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 1.95em;
    right: 1em; }

#secondary .gform_wrapper form input[type="text"],
#secondary .gform_wrapper form input[type="email"],
.site-footer .gform_wrapper form input[type="text"],
.site-footer .gform_wrapper form input[type="email"] {
  padding-right: 2.2em; }
#secondary .gform_wrapper form .gfield_required,
#secondary .gform_wrapper form .validation_error,
.site-footer .gform_wrapper form .gfield_required,
.site-footer .gform_wrapper form .validation_error {
  display: none; }

html .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important; }

#ui-datepicker-div {
  margin-top: 0; }

.post-password-form p:last-child {
  padding-right: 110px;
  display: block;
  position: relative; }
.post-password-form label {
  margin: 0 !important; }
.post-password-form input[type="password"] {
  height: 2.4em !important; }
.post-password-form input[type="submit"] {
  margin: 0 !important;
  position: absolute;
  right: 0;
  bottom: 1px; }

html .gform_wrapper form .gform_body {
  width: auto !important; }
html .gform_wrapper form .gform_footer input.button,
html .gform_wrapper form .gform_footer input[type=submit] {
  margin-right: 0 !important; }
html .gform_wrapper form .gform_page_footer input.button,
html .gform_wrapper form .gform_page_footer input[type=submit] {
  margin-right: 0 !important; }
html .gform_wrapper form .gfield_error {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
html .gform_wrapper form ul.gform_fields li.gfield {
  padding-right: 0 !important; }
html .gform_wrapper form .top_label li.gfield.gf_left_half,
html .gform_wrapper form .top_label li.gfield.gf_right_half {
  padding-right: 0; }
html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_1,
html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_2,
html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_3,
html .gform_wrapper form .top_label div.ginput_complex.ginput_container.ginput_container_email {
  width: auto; }
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_1::before, html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_1::after,
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_2::before,
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_2::after,
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_3::before,
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_3::after,
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.ginput_container_email::before,
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.ginput_container_email::after {
    content: " " !important;
    display: table !important; }
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_1::after,
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_2::after,
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.gf_name_has_3::after,
  html .gform_wrapper form .top_label div.ginput_complex.ginput_container.ginput_container_email::after {
    clear: both !important; }
html .gform_wrapper form .gfield_description,
html .gform_wrapper form .gsection_description,
html .gform_wrapper form .instruction {
  font-size: 14px !important;
  margin-bottom: 1em !important;
  padding-top: 0.5em !important; }
html .gform_wrapper form .field_sublabel_above .ginput_complex.ginput_container label,
html .gform_wrapper form .field_sublabel_above div[class*=gfield_date_].ginput_container label,
html .gform_wrapper form .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  font-size: inherit !important; }
html .gform_wrapper form .field_sublabel_below .ginput_complex.ginput_container label,
html .gform_wrapper form .field_sublabel_below div[class*=gfield_date_].ginput_container label,
html .gform_wrapper form .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 15px !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  margin: 0 !important; }
html .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

.site-content .gform_wrapper form .donate-amount .gfield_radio li,
.site-content .gform_wrapper form .donate-type .gfield_radio li {
  float: left; }
  .site-content .gform_wrapper form .donate-amount .gfield_radio li:last-child input + label,
  .site-content .gform_wrapper form .donate-type .gfield_radio li:last-child input + label {
    margin: 0 !important; }
  .site-content .gform_wrapper form .donate-amount .gfield_radio li input[type="radio"],
  .site-content .gform_wrapper form .donate-type .gfield_radio li input[type="radio"] {
    display: none !important; }
  .site-content .gform_wrapper form .donate-amount .gfield_radio li label,
  .site-content .gform_wrapper form .donate-type .gfield_radio li label {
    display: block;
    max-width: 100% !important; }
  .site-content .gform_wrapper form .donate-amount .gfield_radio li input + label,
  .site-content .gform_wrapper form .donate-type .gfield_radio li input + label {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #652d8f !important;
    font-weight: bold !important;
    text-align: center;
    padding: 1em 0 !important;
    border-radius: 3px;
    border: 2px solid #652d8f; }
    @media (max-width: 540px) {
      .site-content .gform_wrapper form .donate-amount .gfield_radio li input + label,
      .site-content .gform_wrapper form .donate-type .gfield_radio li input + label {
        margin: 0 0.5em 0 0 !important; } }
    .site-content .gform_wrapper form .donate-amount .gfield_radio li input + label:hover, .site-content .gform_wrapper form .donate-amount .gfield_radio li input + label:checked,
    .site-content .gform_wrapper form .donate-type .gfield_radio li input + label:hover,
    .site-content .gform_wrapper form .donate-type .gfield_radio li input + label:checked {
      color: #fff !important;
      background-color: #652d8f;
      cursor: pointer; }
  .site-content .gform_wrapper form .donate-amount .gfield_radio li input[type="radio"]:checked + label,
  .site-content .gform_wrapper form .donate-type .gfield_radio li input[type="radio"]:checked + label {
    color: #fff !important;
    font-weight: bold !important;
    background-color: #652d8f; }
@media screen and (min-width: 768px) {
  .site-content .gform_wrapper form .donate-type .gfield_radio li {
    width: 50%; }
    .site-content .gform_wrapper form .donate-type .gfield_radio li input + label {
      margin: 0 3% 0 0 !important; } }
@media screen and (max-width: 767px) {
  .site-content .gform_wrapper form .donate-type .gfield_radio li {
    width: 100%; }
    .site-content .gform_wrapper form .donate-type .gfield_radio li input + label {
      margin: 0 !important; } }
@media screen and (min-width: 768px) {
  .site-content .gform_wrapper form .donate-amount .gfield_radio li {
    width: 16.6666667% !important; }
    .site-content .gform_wrapper form .donate-amount .gfield_radio li input + label {
      margin: 0 7% 0 0 !important; } }
@media screen and (max-width: 767px) {
  .site-content .gform_wrapper form .donate-amount .gfield_radio li {
    width: 33.3333333% !important; }
    .site-content .gform_wrapper form .donate-amount .gfield_radio li:nth-child(3n+3) input + label {
      margin-right: 0 !important; }
    .site-content .gform_wrapper form .donate-amount .gfield_radio li input + label {
      margin: 0 5% 0 0 !important; } }
.site-content .gform_wrapper form .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
  margin-right: 1% !important;
  margin-bottom: 0 !important; }
.site-content .gform_wrapper form .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
  width: 49.5% !important;
  margin-bottom: 0 !important; }
.site-content .gform_wrapper form .gsection_title {
  border-bottom: 1px solid #716c69;
  padding-bottom: 5px !important; }
.site-content .gform_wrapper form .gf_progressbar_wrapper {
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important; }
  .site-content .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar_title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #424344 !important;
    font-weight: bold !important;
    opacity: 1 !important;
    margin: 0 0 8px 0 !important; }
.site-content .gform_wrapper form .gf_progressbar {
  border: 2px solid #e74c30 !important;
  border-radius: 3px !important;
  padding: 0 !important;
  width: 100% !important;
  height: 25px !important;
  background: #f5f5f5 !important;
  box-shadow: none !important; }
  .site-content .gform_wrapper form .gf_progressbar:after {
    display: none !important; }
  .site-content .gform_wrapper form .gf_progressbar .gf_progressbar_percentage {
    border-radius: 0 !important;
    text-shadow: none !important;
    height: 21px !important;
    background: #e74c30 !important; }
    .site-content .gform_wrapper form .gf_progressbar .gf_progressbar_percentage span {
      font-size: 14px !important;
      font-size: 1.4rem !important;
      font-family: "effra", sans-serif !important;
      font-weight: bold !important;
      color: #fff !important;
      line-height: 1.5 !important; }
.site-content .gform_wrapper form .gform_page_footer {
  text-align: right;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important; }
  .site-content .gform_wrapper form .gform_page_footer .gform_next_button {
    width: 150px; }
  .site-content .gform_wrapper form .gform_page_footer .gform_previous_button {
    width: 170px; }
  .site-content .gform_wrapper form .gform_page_footer .button {
    color: #fff;
    border: 0;
    background-color: #1399a3; }
    .site-content .gform_wrapper form .gform_page_footer .button:hover, .site-content .gform_wrapper form .gform_page_footer .button:active, .site-content .gform_wrapper form .gform_page_footer .button:focus {
      color: #fff;
      background-color: #e74c30; }

.shape-svg {
  display: block; }

.shape-path {
  -webkit-transition: fill 0.3s linear;
  -moz-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear; }

.social-icons {
  text-align: left;
  margin: 0;
  list-style: none; }
  .social-icons li {
    margin: 0 8px;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative; }
    .social-icons li:first-child {
      margin-left: 0; }
    .social-icons li:last-child {
      margin-right: 0; }
    .social-icons li a {
      -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 35px;
      height: 35px;
      display: block;
      position: relative; }
      .social-icons li a:hover {
        opacity: 0.7; }
      .social-icons li a .shape-svg {
        position: relative;
        z-index: 2; }
      .social-icons li a .shape-path {
        fill: #fff; }
    .social-icons li span {
      display: none; }

.site-content .wp-pagenavi {
  text-align: center;
  padding-top: 30px;
  clear: left; }
  .site-content .wp-pagenavi a,
  .site-content .wp-pagenavi span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0.5em;
    border-bottom: 2px solid transparent;
    display: inline-block; }
  .site-content .wp-pagenavi .current {
    color: #1399a3;
    border-color: #1399a3; }
  .site-content .wp-pagenavi a {
    color: #e74c30; }
    .site-content .wp-pagenavi a:hover {
      color: #1399a3;
      border-color: #1399a3; }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
  .site-main .comment-navigation .nav-previous,
  .site-main .comment-navigation .nav-next,
  .site-main .paging-navigation .nav-previous,
  .site-main .paging-navigation .nav-next,
  .site-main .post-navigation .nav-previous,
  .site-main .post-navigation .nav-next {
    width: 50%; }
  .site-main .comment-navigation .nav-previous,
  .site-main .paging-navigation .nav-previous,
  .site-main .post-navigation .nav-previous {
    float: left; }
  .site-main .comment-navigation .nav-next,
  .site-main .paging-navigation .nav-next,
  .site-main .post-navigation .nav-next {
    text-align: right;
    float: right; }

.newsletter-sidebar {
  text-align: center;
  border: 1px solid #652d8f;
  padding: 20px 13px 0 13px; }
  .newsletter-sidebar h3 {
    padding: 0 30px 13px 30px; }
  .newsletter-sidebar .note {
    font-size: 16px;
    font-size: 1.6rem; }
  .newsletter-sidebar .gfield {
    margin-bottom: 0.5em !important; }
  .newsletter-sidebar .gform_footer {
    margin-top: 0 !important; }
  .newsletter-sidebar .button {
    margin: 0 0 0.8em 0 !important;
    display: block !important;
    width: 100% !important; }
  .newsletter-sidebar .disclaimer {
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    text-align: center; }

.post-thumbnail-link {
  border: 1px solid #e74c30;
  display: block;
  overflow: hidden;
  background-color: #1399a3; }
  .post-thumbnail-link img {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    display: block; }
    .post-thumbnail-link img.hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      opacity: 0.8; }
  .post-thumbnail-link:hover {
    border: 1px solid #1399a3; }
    .post-thumbnail-link:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      opacity: 0.8; }

.addthis_inline_share_toolbox {
  margin-bottom: 1em; }

.singe-post-hero {
  margin-bottom: 1em; }

.single-post-container,
.single-page-container {
  padding-bottom: 1.5em; }
  .single-post-container .single-post-bar,
  .single-page-container .single-post-bar {
    margin-bottom: 1em;
    width: 100%;
    height: 3px;
    background-color: #e74c30;
    background-image: url(/wp-content/themes/access/images/bg-stripe-pattern.svg);
    background-repeat: repeat-x;
    background-size: auto 60px; }

.single-post .entry-header {
  margin-bottom: 1em; }
  .single-post .entry-header .post-title {
    color: #e74c30;
    margin-bottom: 20px; }
  .single-post .entry-header .entry-meta p {
    font-size: 17px;
    font-size: 1.7rem;
    color: #858585;
    line-height: 1.5;
    margin-bottom: 0; }
    .single-post .entry-header .entry-meta p.date {
      font-weight: bold; }
    .single-post .entry-header .entry-meta p.author {
      font-style: italic; }
    .single-post .entry-header .entry-meta p.cat-links a {
      border-bottom: 1px solid #858585; }
  .single-post .entry-header .addthis_inline_share_toolbox {
    clear: none !important; }

#comments .comment-reply-title {
  margin-bottom: 1em; }
#comments .comment-box {
  padding: 1.2em 1em 1em 1.7em; }
#comments .depth-1 {
  margin-top: 1.2em;
  background-color: #eaf4f9; }
#comments .number {
  font-size: 34px;
  font-size: 3.4rem;
  color: #858585;
  font-weight: bold;
  text-align: center;
  margin-left: -0.5em;
  width: 1.2em;
  display: block; }
#comments .comment-intro {
  position: relative;
  min-height: 60px; }
#comments .avatar {
  position: absolute;
  top: -3px;
  left: 36px; }
#comments .comment-meta {
  margin-left: 7em;
  margin-bottom: 0.8em; }
#comments .comment-author {
  font-weight: bold; }
#comments .comment-list {
  margin: 0 0 2em 0; }
#comments .comment {
  list-style: none; }
#comments .comment-body {
  padding: 1.8em 0.8em 0.8em 2.2em; }
#comments .comment-footer {
  padding: 0 0.8em 0 2.2em; }
#comments .children {
  margin: 0.8em 0 0.8em 1.8em; }
@media screen and (min-width: 768px) {
  #comments .comment-meta {
    margin-top: -2.6em;
    margin-bottom: 0; } }

.author-photo {
  display: block;
  float: left;
  margin-right: 1.5em; }

.author-photo,
.author-content {
  margin-bottom: 2em; }

.author-posts-title {
  margin-bottom: 0.7em; }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline;
    word-wrap: break-word; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3,
  h4,
  h5 {
    orphans: 3;
    widows: 3; }

  h2,
  h3,
  h4,
  h5 {
    page-break-after: avoid; }

  .site-header,
  .secondary,
  .site-footer {
    display: none; }

  .column-column {
    width: 100%; }

  .page-title.has-image {
    padding: .5em 0;
    height: auto; } }