@charset "UTF-8";
/*!
Theme Name: State Policy Network
Theme URI: https://enga.ge
Author: Engage LLC
Author URI: https://enga.ge
*/
.portal-pagination ul, .four-oh-four ul, .event-menu .socials, .sponsors-sidebar ul, .registration-options, .org-policy-issues, .post-tags,
.post-socials, .profile-contact .profile-socials, .affiliate-spotlight .spotlight-posts, .feed-buttons, .affiliate-leader-socials ul, section.subnav ul.tabs, section.content aside.filter-sidebar .list-filter {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1.647;
  color: #656565;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #608eb5;
  text-decoration: none;
}
a:hover, a:focus {
  color: #e4af53;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.647;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .homepage_video_section .section-title, .h3, .homepage_video_section .video-title, .h4, .h5, .h6 {
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #dd9b27;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small, .homepage_video_section .section-title small,
.h2 .small,
.homepage_video_section .section-title .small, .h3 small, .homepage_video_section .video-title small,
.h3 .small,
.homepage_video_section .video-title .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2, .homepage_video_section .section-title,
h3, .h3, .homepage_video_section .video-title {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small, .homepage_video_section .section-title small,
.h2 .small,
.homepage_video_section .section-title .small,
h3 small,
h3 .small, .h3 small, .homepage_video_section .video-title small,
.h3 .small,
.homepage_video_section .video-title .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 2.25em;
}

h2, .h2, .homepage_video_section .section-title {
  font-size: 1.875em;
}

h3, .h3, .homepage_video_section .video-title {
  font-size: 1.5em;
}

h4, .h4 {
  font-size: 1.125em;
}

h5, .h5 {
  font-size: 0.875em;
}

h6, .h6 {
  font-size: 0.75em;
}

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 26px;
}

dt,
dd {
  line-height: 1.647;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.647;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.647;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.647;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, section.donate-page .gfield_radio li,
section.donate-forms .gfield_radio li,
section.jobs-signup-form .gfield_radio li, .custom-donation-form-styles .gfield_radio li, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, section.donate-page .gfield_radio li,
  section.donate-forms .gfield_radio li,
  section.jobs-signup-form .gfield_radio li, .custom-donation-form-styles .gfield_radio li, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4, section.donate-page .gfield_radio li,
  section.donate-forms .gfield_radio li,
  section.jobs-signup-form .gfield_radio li, .custom-donation-form-styles .gfield_radio li {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.647;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.647;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.647;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 40px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a5a5a5;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.647;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #608eb5;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #e4af53;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
html {
  font-size: 16px;
}

body {
  font-size: 100%;
  /* @media only screen and (max-width: 767px){
    font-size: 80%;
  } */
}

h1, h2, h3, h4, h5, h6, p, li, address, blockquote, dt, dd, figcaption, th, td {
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

.h2, .homepage_video_section .section-title {
  /* H2 */
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  /* identical to box */
}

.h3, .homepage_video_section .video-title {
  /* H3 */
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* or 121% */
}

a {
  transition: color 300ms;
}

blockquote {
  padding: 25px 0 25px 45px;
  border: none;
  font-size: inherit;
  font-style: italic;
}
blockquote small,
blockquote footer {
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  text-align: right;
}

p {
  margin-bottom: 20px;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.gform_wrapper {
  max-width: 100% !important;
}

.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.gform_wrapper li {
  margin-bottom: 15px;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}

p.gform_not_found {
  display: none !important;
}

.portal-form input[type=text],
.portal-form input[type=email],
.portal-form input[type=password],
.portal-form input[type=tel],
.portal-form textarea, .ginput_container input, .ginput_container select, .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
  color: #999;
}

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  color: #999;
}

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  color: #999;
}

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
  height: auto;
}

.ginput_container textarea {
  height: auto;
}

.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.gform_button:hover, .gform_button:focus {
  color: #333;
  text-decoration: none;
}

.gform_button:active, .gform_button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  background-image: none;
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
}

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.validation_error h4 {
  margin-top: 0;
  color: inherit;
}

.validation_error .alert-link {
  font-weight: bold;
}

.validation_error > p, .validation_error > ul {
  margin-bottom: 0;
}

.validation_error > p + p {
  margin-top: 5px;
}

.validation_error hr {
  border-top-color: #e6c1c7;
}

.validation_error .alert-link {
  color: #953b39;
}

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}

#gforms_confirmation_message .alert-link {
  font-weight: bold;
}

#gforms_confirmation_message > p, #gforms_confirmation_message > ul {
  margin-bottom: 0;
}

#gforms_confirmation_message > p + p {
  margin-top: 5px;
}

.gallery-row {
  padding: 15px 0;
}

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

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}

#gf_5 .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.container {
  width: 100%;
  max-width: 1170px;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

.align-right {
  text-align: right;
}

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

.backstretch {
  max-height: 100%;
}

ul.no-bullets {
  list-style: none;
  padding-left: 0;
  margin-left: 0 !important;
}
ul.no-bullets li {
  margin-left: 0;
}

@media (min-width: 769px) {
  .flex-row {
    display: flex;
  }
  .flex-row .flex-col-1 {
    width: 40px;
  }
  .flex-row .flex-col-5 {
    width: 200px;
  }
  .flex-row .flex-col-6 {
    width: 240px;
  }
  .flex-row .vue-photo-upload-container {
    width: 256px;
  }
  .flex-row .flex-fill {
    padding: 0 15px;
    flex-grow: 1;
  }
  .flex-row .flex-fill:last-child {
    padding-right: 0;
  }
  .flex-row .col-eq {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-filter-opener,
  .mobile-more-posts-banner {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .post-subnav {
    display: none;
  }
}

.col-md-5th {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .col-md-5th {
    width: 20%;
    float: left;
  }
}

.btn {
  transition: 300ms;
}

.btn:focus,
.btn:active {
  outline: none !important;
}

.btn:active:focus {
  box-shadow: none;
}

a.btn:hover {
  text-decoration: none;
}

i.icon-spn {
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-top: 6px;
  transition: background-color 300ms;
}

.icon-link {
  text-transform: uppercase;
  color: #fff;
  font-family: "pt-sans-narrow", sans-serif;
  margin-left: 40px;
  font-weight: 700;
}
.icon-link i.icon-spn {
  margin-right: 10px;
}
.icon-link:hover i.icon-spn {
  background-color: #dd9b27;
}
@media only screen and (max-width: 991px) {
  .icon-link {
    margin-left: 20px;
  }
  .icon-link span {
    display: none;
  }
  .icon-link i.icon-spn {
    margin-right: 4px;
  }
}

a i {
  transition: color 300ms;
}

a i.fa-facebook {
  color: #3b5998;
}

a i.fa-twitter {
  color: #55acee;
}

a i.fa-linkedin {
  color: #007bb5;
}

a i.fa-youtube-play {
  color: #bb0000;
}

a i.fa-instagram {
  color: #3b5998;
}

a i.fa-facebook:hover, a i.fa-facebook:focus,
a i.fa-twitter:hover,
a i.fa-twitter:focus,
a i.fa-linkedin:hover,
a i.fa-linkedin:focus,
a i.fa-youtube-play:hover,
a i.fa-youtube-play:focus,
a i.fa-instagram:hover,
a i.fa-instagram:focus {
  color: #dd9b27;
}

.menu-toggle {
  width: 24px;
}

.menu-toggle::before {
  content: "\F0C9";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
}

.menu-toggle.opened::before {
  content: "\F00D";
}

.row.no-flex {
  display: block !important;
}

.flyout-nav {
  display: none;
  background-color: rgba(0, 38, 62, 0.8);
  padding: 10px 0 30px;
  max-height: 600px;
  overflow-y: scroll;
}
.flyout-nav .fade-column {
  opacity: 0;
  transition: 300ms;
  transform: translate(0, -50px);
}
.flyout-nav .fade-column.revealed {
  opacity: 1;
  transform: translate(0, 0px);
}
@media only screen and (min-width: 992px) {
  .flyout-nav .fade-column:first-child {
    padding-left: 30px;
  }
  .flyout-nav .fade-column:last-child {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .flyout-nav .fade-column h2 {
    margin-bottom: 7.5px;
  }
  .flyout-nav .fade-column .nav-list {
    margin-bottom: 30px;
  }
  .flyout-nav .fade-column .nav-list li a {
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .flyout-nav {
    background-color: #00263e;
  }
}
.flyout-nav h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 15px;
}
.flyout-nav ul {
  list-style: none;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .flyout-nav ul {
    padding-left: 0;
  }
}
.flyout-nav ul li a {
  color: #6ee1e5;
  font-family: "pt-sans-narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
}
.flyout-nav ul li a:hover, .flyout-nav ul li a:focus {
  color: #dd9b27;
}
.flyout-nav ul li a:focus {
  text-decoration: underline;
  outline-width: 0;
}
.flyout-nav .socials {
  text-align: center;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: rgba(225, 228, 230, 0.1);
  padding-top: 30px;
  margin-bottom: 0;
}
.flyout-nav .socials li {
  display: inline-block;
}
.flyout-nav .socials li + li {
  margin-left: 60px;
}
.flyout-nav .socials li a i {
  font-size: 40px;
}

section.hero {
  background-image: url("../img/top-background.jpg");
  background-size: cover;
  color: #fff;
  padding-bottom: 100px;
}
section.hero .flyout-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
section.hero i.icon-spn {
  border-color: #dd9b27;
}
section.hero .image-tagline {
  display: block;
  margin: 30px 0;
}
section.hero .hero-buttons {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  section.hero .btn + .btn {
    margin-left: 20px;
  }
}
section.hero .btn {
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  color: #fff;
  font-weight: 700;
  width: 28%;
  padding: 10px 0;
  transition: 300ms;
}
section.hero .btn:hover, section.hero .btn:focus {
  background-color: #fff;
  color: #608eb5;
}
@media only screen and (max-width: 991px) {
  section.hero .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

.hero-header .menu-open,
.sitewide-header .menu-open {
  font-size: 25px;
  position: relative;
  top: 5px;
}
.hero-header .menu-open:focus,
.sitewide-header .menu-open:focus {
  color: #fff;
}

.header-search input[type=search],
.mobile-search input[type=search],
.portal-header-search input[type=search] {
  background-color: transparent;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  padding-left: 10px;
  transition: 300ms;
}
.header-search input[type=search]::-webkit-input-placeholder,
.mobile-search input[type=search]::-webkit-input-placeholder,
.portal-header-search input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.header-search input[type=search]:-moz-placeholder,
.mobile-search input[type=search]:-moz-placeholder,
.portal-header-search input[type=search]:-moz-placeholder {
  color: #fff;
}
.header-search input[type=search]::-moz-placeholder,
.mobile-search input[type=search]::-moz-placeholder,
.portal-header-search input[type=search]::-moz-placeholder {
  color: #fff;
}
.header-search input[type=search]:-ms-input-placeholder,
.mobile-search input[type=search]:-ms-input-placeholder,
.portal-header-search input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.header-search input[type=search]:focus::-webkit-input-placeholder,
.mobile-search input[type=search]:focus::-webkit-input-placeholder,
.portal-header-search input[type=search]:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.header-search input[type=search]:focus:-moz-placeholder,
.mobile-search input[type=search]:focus:-moz-placeholder,
.portal-header-search input[type=search]:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.header-search input[type=search]:focus::-moz-placeholder,
.mobile-search input[type=search]:focus::-moz-placeholder,
.portal-header-search input[type=search]:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.header-search input[type=search]:focus:-ms-input-placeholder,
.mobile-search input[type=search]:focus:-ms-input-placeholder,
.portal-header-search input[type=search]:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

.header-search input[type=search],
.portal-header-search input[type=search] {
  width: 80px;
}
.header-search input[type=search]:focus,
.portal-header-search input[type=search]:focus {
  width: 170px;
}
.header-search .fa-search,
.portal-header-search .fa-search {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .header-search {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .portal-header-search {
    display: none !important;
  }
}

.mobile-search {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .mobile-search {
    display: none !important;
  }
}

.event-background {
  width: 100%;
}

.hero-content {
  width: 450px;
  max-width: 100%;
  text-align: center;
}
.hero-content p {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
}

.hero-post,
.core-post {
  background-color: #fff;
  color: #656565;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}

.has-bg {
  background-size: cover;
}

.hero-post-image,
.core-post-image {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 0 0 5px;
  background-position: right center;
}

.hero-post-content p, .hero-post .hero-post-content-no-img p,
.core-post-content p {
  line-height: 1.29;
}

.hero-post .hero-post-image {
  width: 40%;
}
.hero-post .hero-post-content, .hero-post .hero-post-content-no-img {
  width: 60%;
  padding: 20px;
}
.hero-post .hero-post-content h2, .hero-post .hero-post-content-no-img h2 {
  font-size: 17px;
  margin-bottom: 5px;
}
.hero-post .hero-post-content-no-img {
  width: 100%;
}

article + article {
  margin-top: 20px;
}

.icon-text {
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  border-color: #dd9b27;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  line-height: 37px;
}

section.core-programs {
  background-color: #00263e;
  padding: 70px 0;
}
section.core-programs .more-link {
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  color: #fff;
  font-weight: 700;
  padding: 6px 18px;
}
section.core-programs .more-link:hover, section.core-programs .more-link:focus {
  background-color: #fff;
  color: #00263e;
}
section.core-programs .headline {
  margin: 0 0 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .core-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .core-posts .core-post {
    width: 49%;
  }
}
.core-post {
  margin-bottom: 30px;
}
.core-post .core-post-image {
  width: 25%;
}
.core-post .core-post-content {
  width: 75%;
  padding: 30px;
}
.core-post .core-post-content h2 {
  font-size: 21px;
  margin: 10px 0;
}
.core-post .core-post-content.core-full-width {
  width: 100%;
}
.core-post .core-post-content .read-more {
  border-style: solid;
  border-color: #608eb5;
  border-width: 1px;
  color: #608eb5;
  font-weight: 700;
  padding: 6px 18px;
}
.core-post .core-post-content .read-more:hover, .core-post .core-post-content .read-more:focus {
  background-color: #608eb5;
  color: #fff;
}
.core-post .icon-spn {
  color: #dd9b27;
  border-color: #dd9b27;
}

.landing-page .core-post {
  border-color: #608eb5;
  border-width: 1px;
  border-style: solid;
}
.landing-page .core-post .core-post-image {
  width: 45%;
}
.landing-page .core-post .core-post-content {
  width: 55%;
}

.text-input, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input {
  border-radius: 5px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  padding: 10px;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700;
  background-color: transparent;
}
.text-input::-webkit-input-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
  color: #fff;
}
.text-input:-moz-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:-moz-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:-moz-placeholder {
  color: #fff;
}
.text-input::-moz-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input::-moz-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input::-moz-placeholder {
  color: #fff;
}
.text-input:-ms-input-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
  color: #fff;
}
.text-input:focus::-webkit-input-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.text-input:focus:-moz-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:focus:-moz-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.text-input:focus::-moz-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:focus::-moz-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.text-input:focus:-ms-input-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

section.forms {
  background: linear-gradient(45deg, #075b78 0%, #98752d 60%, #e1ba37 100%);
  color: #fff;
}
section.forms h4 {
  color: #fff;
  text-transform: uppercase;
}
section.forms h4 {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 4px;
}
section.forms .headline {
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .job-box-image-container {
    max-height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .page-with-sidebar {
    display: flex;
    flex-wrap: row-wrap;
  }
  .page-with-sidebar main {
    width: 75%;
  }
  .page-with-sidebar aside {
    width: 25%;
    border-style: solid;
    border-color: #e1e4e6;
    border-width: 0 0 0 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-with-sidebar main {
    width: 70%;
  }
  .page-with-sidebar aside {
    width: 30%;
  }
}

.filter-submit {
  background-color: #dd9b27;
  color: #fff;
  border-radius: 5px;
  border-width: 0;
  line-height: 40px;
  width: 100px;
  text-transform: uppercase;
  font-weight: 700;
}

section.content .main-header .icon-spn,
section.content .main-header .headline {
  display: inline-block;
}
section.content .main-header .icon-spn {
  position: relative;
  bottom: 10px;
  margin-right: 20px;
  border-color: #dd9b27;
  color: #dd9b27;
  font-size: 20px;
  width: 44px;
  height: 44px;
  padding-top: 10px;
}
section.content .main-header .headline {
  color: #00263e;
  font-size: 48px;
  letter-spacing: 7px;
  text-transform: uppercase;
}
section.content aside.filter-sidebar {
  background-color: #2282c5;
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  section.content aside.filter-sidebar {
    padding: 0;
  }
}
section.content aside.filter-sidebar .list-filter li button {
  padding: 10px 30px;
  color: #fff;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  transition: 300ms;
  opacity: 0.5;
  width: 100%;
  border-width: 0;
  background-color: transparent;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  section.content aside.filter-sidebar .list-filter li button {
    padding: 10px 15px;
  }
}
section.content aside.filter-sidebar .list-filter li button:hover, section.content aside.filter-sidebar .list-filter li button:focus {
  opacity: 1;
  background-color: #13496e;
}
section.content aside.filter-sidebar .list-filter li button:focus {
  outline-width: 0;
}
section.content aside.filter-sidebar .list-filter li button.active {
  opacity: 1;
  background-color: #dd9b27;
}

section.staff-section main {
  background-color: #f0f1f2;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  section.staff-section main {
    padding-left: 30px;
  }
}

section.subnav {
  background-color: #2282c5;
}
section.subnav ul.tabs li {
  display: inline-block;
}
section.subnav ul.tabs li + li {
  margin-left: -4px;
}
section.subnav ul.tabs li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  padding: 20px;
  transition: 300ms;
}
section.subnav ul.tabs li a:hover, section.subnav ul.tabs li a:focus {
  opacity: 1;
  background-color: #00263e;
}
@media only screen and (max-width: 767px) {
  section.subnav ul.tabs li a {
    padding: 10px;
  }
}
section.subnav ul.tabs li.active a {
  background-color: #dd9b27;
  opacity: 1;
}

.staff-member {
  background-color: #fff;
  padding: 20px 20px 10px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.staff-member h1 {
  color: #608eb5;
  text-transform: uppercase;
  margin: 5px 0 0;
  font-size: 21px;
}
.staff-member h2 {
  text-transform: uppercase;
  margin: 5px 0 20px;
  color: #405761;
  font-size: 14px;
}
.staff-member p {
  text-align: left;
  line-height: 1.29;
  flex: 1;
}
.staff-member p:last-child {
  margin-bottom: 0;
}

.portrait, .staff-portrait, .rolodex-modal .avatar, .header-avatar {
  width: 140px;
  height: 140px;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 2px;
  border-radius: 70px;
}

.staff-buttons {
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 1px 0 0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  padding: 15px 20px 15px;
  margin-bottom: 30px;
  white-space: nowrap;
}
.staff-buttons .read-more {
  border-color: #608eb5;
}
.staff-buttons .read-more:hover, .staff-buttons .read-more:focus {
  background-color: #608eb5;
  color: #fff;
}
.staff-buttons .staff-socials {
  display: inline-block;
  float: right;
}
.staff-buttons i.fa {
  font-size: 26px;
  margin-left: 20px;
}

.member-container {
  display: flex;
  flex-direction: column;
}
.member-container .staff-member {
  flex: 1;
}

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

.organization-logo {
  margin-bottom: 30px;
}

.affiliate-content {
  padding: 0 60px;
}
@media only screen and (max-width: 991px) {
  .affiliate-content {
    padding: 0 15px;
  }
}
.affiliate-content h1,
.affiliate-content h2,
.affiliate-content h3,
.affiliate-content h4 {
  color: #00263e;
}
.affiliate-content h1 {
  margin: 30px 0 5px;
  font-size: 24px;
}
.affiliate-content p {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .affiliate-content ul {
    margin-left: 40px;
  }
}
.affiliate-content li {
  font-size: 18px;
  font-family: "pt-sans-narrow", sans-serif;
  color: #00263e;
  line-height: 2.22;
}

section.top-policy-issues {
  position: relative;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 1px 0 0;
}
@media only screen and (max-width: 767px) {
  section.top-policy-issues {
    padding: 20px;
  }
}
section.top-policy-issues h2 {
  color: #00263e;
  font-size: 21px;
  padding-left: 20px;
  margin-bottom: 30px;
}
section.top-policy-issues .read-more {
  border-color: #608eb5;
  padding: 5px 20px;
}
section.top-policy-issues .read-more:hover, section.top-policy-issues .read-more:focus {
  background-color: #608eb5;
  color: #fff;
}
section.top-policy-issues .prev-arrow,
section.top-policy-issues .next-arrow {
  position: absolute;
  top: 45%;
  color: #608eb5;
  font-size: 28px;
  background-color: transparent;
  border-width: 0;
  transition: color 300ms;
}
section.top-policy-issues .prev-arrow:hover, section.top-policy-issues .prev-arrow:focus,
section.top-policy-issues .next-arrow:hover,
section.top-policy-issues .next-arrow:focus {
  outline-width: 0;
  color: #dd9b27;
}
section.top-policy-issues .prev-arrow {
  left: -40px;
}
section.top-policy-issues .next-arrow {
  right: -40px;
}
@media only screen and (max-width: 767px) {
  section.top-policy-issues .prev-arrow {
    left: -15px;
  }
  section.top-policy-issues .next-arrow {
    right: -15px;
  }
}

.affiliate-leader {
  padding-top: 30px;
  text-align: center;
}
.affiliate-leader h1 {
  margin: 10px 0 5px;
  color: #608eb5;
  font-size: 21px;
  text-transform: uppercase;
}
.affiliate-leader h2 {
  margin: 0;
  text-transform: uppercase;
  color: #00263e;
  font-size: 14px;
}

.affiliate-leader-portrait {
  width: 150px;
  height: 150px;
  border-radius: 75px;
}

.affiliate-leader-socials {
  margin-top: 20px;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 1px 0;
  padding: 10px 0;
}
.affiliate-leader-socials ul {
  margin-bottom: 0;
}
.affiliate-leader-socials ul li {
  display: inline-block;
  margin: 0 10px;
}
.affiliate-leader-socials ul li a {
  font-size: 20px;
}

.affiliate-spotlight h1, .affiliate-feed h1 {
  font-size: 21px;
  color: #00263e;
  padding-left: 30px;
}

.affiliate-feed {
  padding: 30px;
}
.affiliate-feed h1 {
  padding-left: 0;
  margin-bottom: 0;
}

.feed-item {
  padding: 30px 0;
  position: relative;
}
.feed-item h2 {
  font-size: 14px;
  margin: 0;
  color: #6f7d88;
  line-height: 1.4;
}
.feed-item h2 a {
  color: #55acee;
}
.feed-item p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.feed-item time {
  position: absolute;
  right: 30px;
  top: 30px;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
}

.follow-link {
  color: #55acee;
  border-color: #55acee;
  width: 100%;
  padding: 15px 0;
  font-weight: 700;
}
.follow-link:hover, .follow-link:focus {
  background-color: #55acee;
  color: #fff;
}

.feed-buttons li {
  display: inline-block;
}
.feed-buttons li + li {
  margin-left: 40px;
}
.feed-buttons li a {
  color: #aab8c3;
  font-size: 18px;
}
.feed-buttons li a:hover {
  color: #dd9b27;
}

.affiliate-spotlight {
  margin-top: 50px;
}
.affiliate-spotlight .spotlight-posts li {
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 1px 0 0;
  padding: 30px;
  position: relative;
}
.affiliate-spotlight .spotlight-posts li p {
  margin-bottom: 0;
}
.affiliate-spotlight h2.headline {
  font-size: 17px;
  margin: 0 0 10px;
}
.affiliate-spotlight h2.headline a {
  color: #608eb5;
}
.affiliate-spotlight h3.headline {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
  padding-right: 40px;
}
.affiliate-spotlight h3.headline a {
  color: #00263e;
}
.affiliate-spotlight time {
  position: absolute;
  right: 20px;
  top: 15px;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
}

.profile-contact {
  padding: 25px 0;
}
.profile-contact span {
  color: #fff;
  opacity: 0.5;
  font-family: "pt-sans-narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
}
.profile-contact .profile-socials {
  margin-bottom: 0;
  display: inline-block;
}
.profile-contact .profile-socials li {
  display: inline-block;
  margin-left: 20px;
}
.profile-contact .profile-socials li a i {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.profile-contact .profile-socials li a i:hover, .profile-contact .profile-socials li a i:focus {
  color: #dd9b27;
}

.profile-main {
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 0 0 1px;
  padding-bottom: 60px;
}

.profile-top {
  text-align: center;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .profile-top {
    pointer-events: none;
    position: relative;
    bottom: 50px;
    margin: 0;
  }
}
.profile-top h1 {
  margin: 20px 0 5px;
  color: #608eb5;
  text-transform: uppercase;
  font-size: 34px;
}
.profile-top h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 23px;
  color: #656565;
}

.profile-portrait {
  width: 230px;
  height: 230px;
  border-radius: 115px;
  border-color: #e1e4e6;
  border-style: solid;
  border-width: 1px;
  pointer-events: auto;
}

.profile-content p {
  line-height: 1.66;
  font-size: 18px;
}

.post-subnav {
  text-align: center;
}
.post-subnav .post-tabs {
  display: block;
}
.post-subnav ul.tabs.post-tabs li {
  float: none;
}
.post-subnav ul.tabs.post-tabs li .fa {
  margin-right: 10px;
}
.post-subnav ul.tabs.post-tabs li + li {
  margin-left: -4px;
}

.overlay {
  background-color: rgba(44, 53, 58, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.post-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00263e;
  padding: 40px 80px 60px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .post-header {
    padding: 15px;
    background-position: center center;
  }
  .post-header .post-headline {
    font-size: 24px;
  }
}

.post-subhead {
  color: #dd9b27;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 8px;
  z-index: 2;
  position: relative;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .post-subhead {
    letter-spacing: 3px;
    font-size: 12px;
  }
}

.post-headline {
  font-size: 35px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
}

.circle-date {
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #dd9b27;
  border-radius: 20px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 35px;
  position: relative;
  z-index: 2;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
}

.post-meta {
  padding: 10px 45px;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 0 0 1px;
  min-height: 45px;
}

.post-tags,
.post-socials {
  margin-bottom: 0;
  display: inline-block;
}
.post-tags li,
.post-socials li {
  display: inline-block;
  text-transform: uppercase;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
}
.post-tags li + li,
.post-socials li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .post-tags li + li,
  .post-socials li + li {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .post-tags {
    margin-bottom: 7.5px;
  }
}
.post-tags li + li {
  color: #608eb5;
}

.post-socials {
  float: right;
}
.post-socials a i {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .post-socials {
    float: none;
  }
}

@media only screen and (max-width: 991px) {
  .post-meta {
    padding: 10px 30px;
  }
}
.post-content {
  padding: 45px;
  overflow: auto;
}
.post-content h1 {
  color: #00263e;
  text-transform: uppercase;
  font-size: 24px;
  margin: 20px 0 10px;
}
.post-content h3 {
  margin-bottom: 15px;
}
.post-content ul {
  margin-bottom: 2em;
}
.post-content li {
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
.post-content p a {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .post-content {
    padding: 30px;
  }
  .post-content ul {
    margin-left: 20px;
  }
  .post-content li {
    margin-left: 0;
    padding-right: 15px;
  }
}

article.post-content table {
  margin: 15px 0;
}
article.post-content table td {
  border-color: #608eb5;
  border-width: 1px;
  border-style: solid;
  padding: 2px 5px;
}

.breakout-with-graphic {
  margin-bottom: 30px;
}
.breakout-with-graphic .breakout-left,
.breakout-with-graphic .breakout-right {
  padding: 30px;
}
.breakout-with-graphic .breakout-left p,
.breakout-with-graphic .breakout-right p {
  padding: 0;
}
.breakout-with-graphic .breakout-left p:last-child,
.breakout-with-graphic .breakout-right p:last-child {
  margin-bottom: 0;
}
.breakout-with-graphic .breakout-left {
  background-color: #2eb1b6;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.breakout-with-graphic .breakout-right {
  background-color: #2eb1b6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .breakout-with-graphic {
    display: flex;
  }
  .breakout-with-graphic .breakout-left {
    flex: 65;
    display: flex;
    align-items: center;
  }
  .breakout-with-graphic .breakout-right {
    flex: 35;
    display: flex;
    align-items: center;
  }
}

.post-info {
  padding-top: 30px;
  padding-left: 45px;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 1px 0 0;
}
.post-info table {
  margin-bottom: 30px;
}
.post-info table th,
.post-info table td {
  font-weight: 700;
  font-family: "pt-sans-narrow", sans-serif;
  text-transform: uppercase;
}
.post-info table th {
  width: 120px;
  color: #999;
}

.py-80px {
  padding: 80px 0;
}

.clear-filters.show {
  display: inline !important;
  vertical-align: middle;
}
.clear-filters.show a {
  border-radius: 4px;
  color: white;
  padding: 2px 20px;
  background-color: #608eb5;
  border: 2px solid #608eb5;
}
.clear-filters.show a:hover {
  background-color: white;
  color: #608eb5;
}

section.jobs-signup-form {
  background: rgb(185, 142, 40);
  background: linear-gradient(135deg, rgb(185, 142, 40) 0%, rgb(29, 103, 132) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b98e28", endColorstr="#1d6784",GradientType=1 );
}

select[name=discipline] option[value=board-members] {
  display: none;
}

.page-with-sidebar aside.filter-sidebar {
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 0 1px 0 0;
}

#jobs-sidebar .jobs-back-button {
  margin: 30px;
}
#jobs-sidebar .jobs-back-button .button {
  background-color: #608eb5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  border-width: 0;
  transition: 300ms;
}
#jobs-sidebar .jobs-back-button .button:hover, #jobs-sidebar .jobs-back-button .button:focus {
  background-color: #dd9b27;
}
#jobs-sidebar .jobs-back-button .button .icon-spn {
  margin-right: 5px;
}

.post-filters {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .post-filters {
    padding-top: 80px;
  }
}

.select-container {
  position: relative;
  margin-bottom: 20px;
}
.select-container .chosen-choices {
  background-color: #2eb1b6;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 20px;
}

.dropdown-container {
  position: relative;
}
.dropdown-container .chosen-single {
  height: 44px;
  line-height: 44px;
  background-color: #2282c5;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .sidebar-dropdown {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
  }
}
.pagination {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
}
.pagination button {
  background-color: #608eb5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  border-width: 0;
  transition: 300ms;
}
.pagination button:hover, .pagination button:focus {
  background-color: #dd9b27;
}

.sorry {
  background-color: #608eb5;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.sorry p {
  margin: 0;
  font-weight: 700;
}

.filter-dropdown {
  width: 100%;
  height: 40px;
  text-align: left;
  background-color: #2eb1b6;
  color: #fff;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  -webkit-appearance: none;
  transition: background-color 300ms;
}
.filter-dropdown:hover, .filter-dropdown:focus {
  outline-width: 0;
  background-color: #00263e;
}

.select-endcap,
.search-endcap,
.button-endcap {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
  border-style: solid;
  pointer-events: none;
}

.select-endcap {
  color: #fff;
  border-width: 0 0 0 2px;
  border-color: #fff;
  padding-top: 5px;
  font-size: 18px;
  text-align: center;
}

.search-endcap {
  background-image: url("../img/search.png");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #dd9b27;
  border-width: 1px;
  border-radius: 0 5px 5px 0;
  display: inline-block;
  background-color: #dd9b27;
  transition: 300ms;
}

.search {
  min-height: 50px;
  position: relative;
}
.search input {
  border-style: solid;
  border-color: #dd9b27;
  border-width: 1px;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
  display: inline-block;
  width: 100%;
  transition: border-color 300ms;
}
.search input:focus {
  outline-width: 0;
  border-color: #608eb5;
}
.search input:focus + .search-endcap {
  opacity: 0;
}

.org-policy-issues {
  margin-top: 20px;
}
.org-policy-issues li {
  display: inline-block;
  background-color: #608eb5;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 11px;
  margin-bottom: 20px;
  margin-right: 12px;
}

.sidebar-posts-list {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.post-background {
  background-color: #dd9b27;
}

.filtered-posts .post {
  position: relative;
  padding: 30px;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 1px 0 1px;
  margin-bottom: -1px;
  background-color: #fff;
  width: 100%;
}
.filtered-posts .post time {
  position: absolute;
  top: 25px;
  right: 15px;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
}
.filtered-posts .post .subhead {
  color: #00263e;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  padding-right: 40px;
}
.filtered-posts .post .headline {
  color: #608eb5;
  font-size: 17px;
  margin: 10px 0;
}
.filtered-posts .post p {
  line-height: 1.28;
}
.filtered-posts .post p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filtered-posts .post time {
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  .filtered-posts .post {
    transition: 300ms;
    transform: translate(0, 0);
  }
  .filtered-posts .post:hover {
    border-width: 1px 1px 1px 0;
    transform: translate(6px, 0);
  }
}

body.locked {
  overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
  .mobile-filter-opener {
    background-color: #2983c2;
    border-radius: 5px;
    border-width: 0;
    padding: 10px;
    color: #fff;
    transition: 300ms;
    box-shadow: 0px 4px 0px 0px #1460a8;
    transform: translate(0, 0);
    display: inline-block;
    width: 100%;
    font-size: 16px;
    width: 80%;
    padding: 5px;
  }
  .mobile-filter-opener:hover, .mobile-filter-opener:focus {
    box-shadow: 0px 0px 0px 0px #1460a8;
    transform: translate(0, 4px);
    color: #fff;
  }
  .filter-drawer {
    display: none;
    text-align: center;
    margin-top: 30px;
    transition: opacity 900ms;
    opacity: 0;
  }
  .filter-drawer.open {
    opacity: 1;
  }
  .filter-sidebar {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    transition: transform 0.6s;
    transform: translate(-100%, 0%);
  }
  .filter-sidebar.open {
    transform: translate(0%, 0%);
  }
  .mobile-more-posts-banner {
    background-color: #004571;
  }
}
.sidebar-close {
  display: none;
  position: absolute;
  right: 15px;
  top: 30px;
  border-width: 0;
  background-color: transparent;
}
.sidebar-close .icon-spn {
  color: #608eb5;
  border-color: #608eb5;
}

.mobile-sidebar.open .sidebar-close {
  display: inline;
}

section.event-header {
  min-height: 500px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

section.event-subnav {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  section.event-subnav ul.tabs li a {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 991px) {
  section.event-subnav {
    padding-top: 60px;
    background-color: #00263e;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 20;
    overflow-y: scroll;
    transition: transform 0.6s;
    transform: translate(-100%, 0);
  }
  section.event-subnav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  section.event-subnav .sidebar-close {
    top: 10px;
  }
  section.event-subnav .sidebar-close i.icon-spn {
    color: #00263e;
    background-color: #fff;
    border-color: #fff;
  }
  section.event-subnav ul.tabs li {
    display: block;
  }
  section.event-subnav ul.tabs li a {
    padding: 10px 20px;
  }
  section.event-subnav.open {
    transform: translate(0, 0);
  }
  section.event-subnav .register-button-container {
    position: static;
    margin-left: 15px;
  }
  section.event-subnav .register-button-container .button-endcap {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.event-subnav {
    width: 60%;
  }
}

.styled-dropdown-container, .register-button-container {
  position: absolute;
  right: 30px;
  top: 10px;
}

.register-button-container {
  z-index: 10;
}

.register-button {
  background-color: #fbc431;
  border-radius: 5px;
  border-width: 0;
  padding: 10px;
  color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 0px 0px #ea9d1c;
  transform: translate(0, 0);
  display: inline-block;
  width: 200px;
  text-align: left;
  padding-top: 8px;
}
.register-button:hover, .register-button:focus {
  box-shadow: 0px 0px 0px 0px #ea9d1c;
  transform: translate(0, 4px);
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .register-button {
    width: 140px;
  }
}
.register-button:hover + .button-endcap, .register-button:focus + .button-endcap {
  top: 4px;
}

.button-endcap {
  color: #fff;
  border-width: 0 0 0 2px;
  border-color: #fff;
  border-style: solid;
  padding-top: 5px;
  font-size: 18px;
  text-align: center;
  transition: top 300ms;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .button-endcap {
    width: 30px;
  }
}

.registration-options {
  background-color: #00263e;
  border-radius: 0 0 5px 5px;
  display: none;
  position: absolute;
  z-index: -1;
}
.registration-options li:first-child a {
  padding-top: 10px;
}
.registration-options a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "pt-sans-narrow", sans-serif;
  transition: background-color 300ms;
}
.registration-options a:hover {
  background-color: #608eb5;
}
.registration-options a:focus {
  text-decoration: underline;
  outline-width: 0;
}
.registration-options li:last-child a {
  border-radius: 0 0 5px 5px;
}

.event-header {
  width: 100%;
}

a.yellow-button {
  background-color: #fbc431;
  border-radius: 5px;
  border-width: 0;
  padding: 10px;
  color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 0px 0px #ea9d1c;
  transform: translate(0, 0);
  display: inline-block;
}
a.yellow-button:hover, a.yellow-button:focus {
  box-shadow: 0px 0px 0px 0px #ea9d1c;
  transform: translate(0, 4px);
  color: #fff;
}

.sponsors-sidebar {
  background-color: #00263e;
  text-align: center;
}
.sponsors-sidebar h1 {
  font-size: 21px;
  color: #fff;
  margin-top: 45px;
}
.sponsors-sidebar a h2 {
  color: #fff;
  transition: color 300ms;
}
.sponsors-sidebar a h2:hover, .sponsors-sidebar a h2:focus {
  color: #608eb5;
}
.sponsors-sidebar ul li {
  margin: 15px 0;
}

.event-menu {
  padding: 10px 0;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 0 0 1px;
}
@media only screen and (min-width: 768px) {
  .event-menu {
    padding: 10px 30px;
  }
}
.event-menu .register-button-container {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
}
.event-menu .register-button-container .registration-options {
  width: 100%;
}
.event-menu .yellow-button {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .event-menu .yellow-button {
    margin-bottom: 15px;
  }
}
.event-menu .socials {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .event-menu .socials {
    margin-top: 15px;
  }
}
.event-menu .socials li {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-family: "pt-sans-narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.event-menu .socials li .fa {
  font-size: 24px;
}
.event-menu .socials li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .event-menu .align-right {
    text-align: left;
  }
}

.event-hashtag {
  color: #608eb5;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  margin-right: 30px;
}

.event-info .event-info-list {
  margin-bottom: 30px;
}
.event-info .event-description-header {
  margin-bottom: 15px;
}

.event-main {
  padding-top: 45px;
}
.event-main h2 {
  text-transform: uppercase;
  color: #dd9b27;
  letter-spacing: 3px;
  font-size: 20px;
  margin: 5px 0;
}
.event-main h1 {
  color: #00263e;
  margin: 20px 0;
  font-size: 35px;
}
.event-main h3 {
  font-size: 24px;
  margin: 30px 0 15px;
  color: #00263e;
}
.event-main p,
.event-main li {
  font-size: 18px;
  line-height: 30px;
}
.event-main p.wp-caption-text {
  font-size: 14px;
  line-height: 21px;
}

.mobile-event-info-banner {
  background-color: #004571;
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-event-info-banner {
    display: block;
  }
}

.mobile-sidebar-opener {
  border-width: 0;
  background-color: #004571;
  color: #fff;
  font-family: "pt-sans-narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 15px;
  -webkit-appearance: none;
}
.mobile-sidebar-opener .fa {
  margin-left: 5px;
}
.mobile-sidebar-opener:focus {
  outline-width: 0;
  color: #dd9b27;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.password-form {
  padding: 30px 0 100px;
}
.password-form label {
  display: block;
}

.password-form input,
.search-form input {
  display: inline-block;
}

.password-box {
  width: 200px;
  padding-left: 15px;
  border-radius: 5px 0 0 5px;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 1px;
  height: 40px;
}
.password-box::-webkit-input-placeholder {
  color: #c0c6ca;
}
.password-box:-moz-placeholder {
  color: #c0c6ca;
}
.password-box::-moz-placeholder {
  color: #c0c6ca;
}
.password-box:-ms-input-placeholder {
  color: #c0c6ca;
}
.password-box:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.password-box:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.password-box:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.password-box:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

.password-btn {
  height: 40px;
  width: 80px;
  margin-left: -5px;
  border-radius: 0 5px 5px 0;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  font-weight: 700;
  background-color: #2eb1b6;
  transition: 300ms;
}
.password-btn:hover, .password-btn:focus {
  background-color: #00263e;
  border-color: #00263e;
}

.search-result {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e1e4e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.search-result:last-child {
  border-width: 0;
}
.search-result h2 {
  margin-bottom: 5px;
}
.search-result p {
  margin-bottom: 0;
}

.four-oh-four {
  text-align: center;
  padding-bottom: 50px;
}
.four-oh-four h1 {
  font-size: 65px;
  color: #00263e;
}
.four-oh-four ul {
  margin-top: 15px;
}
.four-oh-four ul li {
  display: inline-block;
}
.four-oh-four ul li + li {
  margin-left: 20px;
}
.four-oh-four ul li a {
  font-size: 20px;
  font-weight: 700;
}

.amazingslider-title-1 {
  display: none !important;
}

.wonderpluginslider-container {
  margin-bottom: 90px !important;
}

.agenda .event {
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.agenda .event:first-of-type {
  margin-top: 30px;
}
.agenda .event .event-title {
  margin-top: 5px;
}
.agenda .event .event-date,
.agenda .event time {
  display: inline-block;
}
.agenda .event time {
  margin-left: 15px;
}

.agenda-filter {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 5px 15px;
  display: inline-block;
  margin: 0 10px 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #fff;
  transition: 300ms;
}
.agenda-filter.active {
  color: #fff !important;
}
.agenda-filter.all {
  color: #00263e;
}
.agenda-filter.all.active {
  background-color: #00263e;
}
.agenda-filter.all:focus {
  outline-color: #00263e;
}

.category0,
.category5,
.category10,
.category15 {
  border-color: #2eb1b6;
}
.category0.active,
.category5.active,
.category10.active,
.category15.active {
  background-color: #2eb1b6;
}
.category0:focus,
.category5:focus,
.category10:focus,
.category15:focus {
  outline-color: #2eb1b6;
}

.category1,
.category6,
.category11,
.category16 {
  border-color: #00263e;
}
.category1.active,
.category6.active,
.category11.active,
.category16.active {
  background-color: #00263e;
}
.category1:focus,
.category6:focus,
.category11:focus,
.category16:focus {
  outline-color: #00263e;
}

.category2,
.category7,
.category12,
.category17 {
  border-color: #608eb5;
}
.category2.active,
.category7.active,
.category12.active,
.category17.active {
  background-color: #608eb5;
}
.category2:focus,
.category7:focus,
.category12:focus,
.category17:focus {
  outline-color: #608eb5;
}

.category3,
.category8,
.category13,
.category18 {
  border-color: #fbc431;
}
.category3.active,
.category8.active,
.category13.active,
.category18.active {
  background-color: #fbc431;
}
.category3:focus,
.category8:focus,
.category13:focus,
.category18:focus {
  outline-color: #fbc431;
}

.category4,
.category9,
.category14,
.category19 {
  border-color: #54d35d;
}
.category4.active,
.category9.active,
.category14.active,
.category19.active {
  background-color: #54d35d;
}
.category4:focus,
.category9:focus,
.category14:focus,
.category19:focus {
  outline-color: #54d35d;
}

.event-minimap {
  width: 100%;
  height: 300px;
}

.cm-form-confirmation {
  padding: 2rem;
  color: #608eb5;
  font-weight: 700;
}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
  opacity: 0 !important;
}

#sitewideHeaderFlyoutNav {
  display: none;
}
@media screen and (max-width: 992px) {
  #sitewideHeaderFlyoutNav .mobile-spacer {
    height: 12rem;
    width: 100%;
  }
}

.event-subnav .register-button-container {
  display: none;
}

.event-menu .socials .socials-label {
  display: none;
}
@media screen and (min-width: 1024px) {
  .event-menu .socials .socials-label {
    display: initial;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .event-menu .socials {
    display: flex;
  }
}

.footer-offset {
  margin-left: 29%;
}

.footer-seal-logo {
  max-width: 100px;
}

@media only screen and (min-width: 992px) {
  .custom-donation-form-styles {
    padding-left: 0;
  }
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input {
  border-style: solid;
  border-color: #608eb5;
  border-width: 1px;
  border-radius: 5px;
  margin-bottom: 8px !important;
  color: #608eb5;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
  color: #8aacc8;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:-moz-placeholder {
  color: #8aacc8;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input::-moz-placeholder {
  color: #8aacc8;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
  color: #8aacc8;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles input.gform_button {
  line-height: 40px;
  font-size: 24px;
  margin: 0 15px;
  max-width: unset;
  width: 150px !important;
}
.custom-donation-form-styles .gfield_radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.custom-donation-form-styles .gfield_radio li input[type=radio]:checked + label {
  background-color: #fbc431;
  transform: translate(0, 4px);
  box-shadow: none;
}
.custom-donation-form-styles .gfield_radio li label {
  background-color: #2282c5;
  border-radius: 5px;
  border-width: 0;
  padding: 10px;
  color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 0px 0px #1362ae;
  transform: translate(0, 0);
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
}
.custom-donation-form-styles .gfield_radio li label:hover, .custom-donation-form-styles .gfield_radio li label:focus {
  box-shadow: 0px 0px 0px 0px #1362ae;
  transform: translate(0, 4px);
  color: #fff;
}
.custom-donation-form-styles .gfield_radio li:last-child {
  width: 100%;
}
.custom-donation-form-styles .gfield_radio li:last-child label {
  font-size: 16px;
}
.custom-donation-form-styles .gf_progressbar_wrapper,
.custom-donation-form-styles .gform_card_icon_container {
  display: none;
}
.custom-donation-form-styles .form-button, .custom-donation-form-styles section.donate-page #gform_wrapper_2 .gform_next_button, section.donate-page #gform_wrapper_2 .custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles section.donate-page #gform_wrapper_2 .gform_previous_button,
section.donate-page #gform_wrapper_2 .custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles section.donate-page #gform_wrapper_2 input.gform_button,
section.donate-page #gform_wrapper_2 .custom-donation-form-styles input.gform_button,
.custom-donation-form-styles section.donate-page .donate-rows .gform_wrapper .gform_next_button,
section.donate-page .donate-rows .gform_wrapper .custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles section.donate-page .donate-rows .gform_wrapper .gform_previous_button,
section.donate-page .donate-rows .gform_wrapper .custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles section.donate-page .donate-rows .gform_wrapper input.gform_button,
section.donate-page .donate-rows .gform_wrapper .custom-donation-form-styles input.gform_button,
.custom-donation-form-styles section.donate-forms #gform_wrapper_2 .gform_next_button,
section.donate-forms #gform_wrapper_2 .custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles section.donate-forms #gform_wrapper_2 .gform_previous_button,
section.donate-forms #gform_wrapper_2 .custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles section.donate-forms #gform_wrapper_2 input.gform_button,
section.donate-forms #gform_wrapper_2 .custom-donation-form-styles input.gform_button,
.custom-donation-form-styles section.donate-forms .donate-rows .gform_wrapper .gform_next_button,
section.donate-forms .donate-rows .gform_wrapper .custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles section.donate-forms .donate-rows .gform_wrapper .gform_previous_button,
section.donate-forms .donate-rows .gform_wrapper .custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles section.donate-forms .donate-rows .gform_wrapper input.gform_button,
section.donate-forms .donate-rows .gform_wrapper .custom-donation-form-styles input.gform_button,
.custom-donation-form-styles section.jobs-signup-form #gform_wrapper_2 .gform_next_button,
section.jobs-signup-form #gform_wrapper_2 .custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles section.jobs-signup-form #gform_wrapper_2 .gform_previous_button,
section.jobs-signup-form #gform_wrapper_2 .custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles section.jobs-signup-form #gform_wrapper_2 input.gform_button,
section.jobs-signup-form #gform_wrapper_2 .custom-donation-form-styles input.gform_button,
.custom-donation-form-styles section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button,
section.jobs-signup-form .donate-rows .gform_wrapper .custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button,
section.jobs-signup-form .donate-rows .gform_wrapper .custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button,
section.jobs-signup-form .donate-rows .gform_wrapper .custom-donation-form-styles input.gform_button, .custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles input.gform_button {
  background-color: #fbc431;
  border-radius: 5px;
  border-width: 0;
  padding: 10px;
  color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 0px 0px #ea9d1c;
  transform: translate(0, 0);
  display: inline-block;
  font-weight: 700;
}
.custom-donation-form-styles .form-button:hover, .custom-donation-form-styles section.donate-page #gform_wrapper_2 .gform_next_button:hover, section.donate-page #gform_wrapper_2 .custom-donation-form-styles .gform_next_button:hover,
.custom-donation-form-styles section.donate-page #gform_wrapper_2 .gform_previous_button:hover,
section.donate-page #gform_wrapper_2 .custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles section.donate-page #gform_wrapper_2 input.gform_button:hover,
section.donate-page #gform_wrapper_2 .custom-donation-form-styles input.gform_button:hover,
.custom-donation-form-styles section.donate-page .donate-rows .gform_wrapper .gform_next_button:hover,
section.donate-page .donate-rows .gform_wrapper .custom-donation-form-styles .gform_next_button:hover,
.custom-donation-form-styles section.donate-page .donate-rows .gform_wrapper .gform_previous_button:hover,
section.donate-page .donate-rows .gform_wrapper .custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles section.donate-page .donate-rows .gform_wrapper input.gform_button:hover,
section.donate-page .donate-rows .gform_wrapper .custom-donation-form-styles input.gform_button:hover,
.custom-donation-form-styles section.donate-forms #gform_wrapper_2 .gform_next_button:hover,
section.donate-forms #gform_wrapper_2 .custom-donation-form-styles .gform_next_button:hover,
.custom-donation-form-styles section.donate-forms #gform_wrapper_2 .gform_previous_button:hover,
section.donate-forms #gform_wrapper_2 .custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles section.donate-forms #gform_wrapper_2 input.gform_button:hover,
section.donate-forms #gform_wrapper_2 .custom-donation-form-styles input.gform_button:hover,
.custom-donation-form-styles section.donate-forms .donate-rows .gform_wrapper .gform_next_button:hover,
section.donate-forms .donate-rows .gform_wrapper .custom-donation-form-styles .gform_next_button:hover,
.custom-donation-form-styles section.donate-forms .donate-rows .gform_wrapper .gform_previous_button:hover,
section.donate-forms .donate-rows .gform_wrapper .custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles section.donate-forms .donate-rows .gform_wrapper input.gform_button:hover,
section.donate-forms .donate-rows .gform_wrapper .custom-donation-form-styles input.gform_button:hover,
.custom-donation-form-styles section.jobs-signup-form #gform_wrapper_2 .gform_next_button:hover,
section.jobs-signup-form #gform_wrapper_2 .custom-donation-form-styles .gform_next_button:hover,
.custom-donation-form-styles section.jobs-signup-form #gform_wrapper_2 .gform_previous_button:hover,
section.jobs-signup-form #gform_wrapper_2 .custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles section.jobs-signup-form #gform_wrapper_2 input.gform_button:hover,
section.jobs-signup-form #gform_wrapper_2 .custom-donation-form-styles input.gform_button:hover,
.custom-donation-form-styles section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper .custom-donation-form-styles .gform_next_button:hover,
.custom-donation-form-styles section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper .custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper .custom-donation-form-styles input.gform_button:hover, .custom-donation-form-styles .gform_next_button:hover,
.custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles input.gform_button:hover, .custom-donation-form-styles .form-button:focus, .custom-donation-form-styles section.donate-page #gform_wrapper_2 .gform_next_button:focus, section.donate-page #gform_wrapper_2 .custom-donation-form-styles .gform_next_button:focus,
.custom-donation-form-styles section.donate-page #gform_wrapper_2 .gform_previous_button:focus,
section.donate-page #gform_wrapper_2 .custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles section.donate-page #gform_wrapper_2 input.gform_button:focus,
section.donate-page #gform_wrapper_2 .custom-donation-form-styles input.gform_button:focus,
.custom-donation-form-styles section.donate-page .donate-rows .gform_wrapper .gform_next_button:focus,
section.donate-page .donate-rows .gform_wrapper .custom-donation-form-styles .gform_next_button:focus,
.custom-donation-form-styles section.donate-page .donate-rows .gform_wrapper .gform_previous_button:focus,
section.donate-page .donate-rows .gform_wrapper .custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles section.donate-page .donate-rows .gform_wrapper input.gform_button:focus,
section.donate-page .donate-rows .gform_wrapper .custom-donation-form-styles input.gform_button:focus,
.custom-donation-form-styles section.donate-forms #gform_wrapper_2 .gform_next_button:focus,
section.donate-forms #gform_wrapper_2 .custom-donation-form-styles .gform_next_button:focus,
.custom-donation-form-styles section.donate-forms #gform_wrapper_2 .gform_previous_button:focus,
section.donate-forms #gform_wrapper_2 .custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles section.donate-forms #gform_wrapper_2 input.gform_button:focus,
section.donate-forms #gform_wrapper_2 .custom-donation-form-styles input.gform_button:focus,
.custom-donation-form-styles section.donate-forms .donate-rows .gform_wrapper .gform_next_button:focus,
section.donate-forms .donate-rows .gform_wrapper .custom-donation-form-styles .gform_next_button:focus,
.custom-donation-form-styles section.donate-forms .donate-rows .gform_wrapper .gform_previous_button:focus,
section.donate-forms .donate-rows .gform_wrapper .custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles section.donate-forms .donate-rows .gform_wrapper input.gform_button:focus,
section.donate-forms .donate-rows .gform_wrapper .custom-donation-form-styles input.gform_button:focus,
.custom-donation-form-styles section.jobs-signup-form #gform_wrapper_2 .gform_next_button:focus,
section.jobs-signup-form #gform_wrapper_2 .custom-donation-form-styles .gform_next_button:focus,
.custom-donation-form-styles section.jobs-signup-form #gform_wrapper_2 .gform_previous_button:focus,
section.jobs-signup-form #gform_wrapper_2 .custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles section.jobs-signup-form #gform_wrapper_2 input.gform_button:focus,
section.jobs-signup-form #gform_wrapper_2 .custom-donation-form-styles input.gform_button:focus,
.custom-donation-form-styles section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper .custom-donation-form-styles .gform_next_button:focus,
.custom-donation-form-styles section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper .custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper .custom-donation-form-styles input.gform_button:focus, .custom-donation-form-styles .gform_next_button:focus,
.custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles input.gform_button:focus {
  box-shadow: 0px 0px 0px 0px #ea9d1c;
  transform: translate(0, 4px);
  color: #fff;
}
.custom-donation-form-styles .ginput_card_expiration_container label {
  display: block;
}
.custom-donation-form-styles span.ginput_cardinfo_left .ginput_card_expiration_month,
.custom-donation-form-styles span.ginput_cardinfo_left .ginput_card_expiration_year {
  display: inline-block;
  width: 40%;
  margin-bottom: 20px;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input {
  font-weight: 700;
  height: 40px;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container ::-webkit-input-placeholder {
  text-transform: lowercase;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container :-moz-placeholder {
  text-transform: lowercase;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container ::-moz-placeholder {
  text-transform: lowercase;
}
.custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container :-ms-input-placeholder {
  text-transform: lowercase;
}

.donation-save-america section.donate-page .gform_wrapper .gfield_radio label {
  font-size: 18px;
  width: 100%;
  max-width: 400px;
}
.donation-save-america section.donate-page .gform_wrapper .gfield_radio li {
  width: 100% !important;
}

section.donate-page .gfield_radio li input[type=radio],
section.donate-forms .gfield_radio li input[type=radio],
section.jobs-signup-form .gfield_radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
section.donate-page .gfield_radio li input[type=radio]:checked + label,
section.donate-forms .gfield_radio li input[type=radio]:checked + label,
section.jobs-signup-form .gfield_radio li input[type=radio]:checked + label {
  background-color: #fbc431;
  transform: translate(0, 4px);
  box-shadow: none;
}
section.donate-page .gfield_radio li label,
section.donate-forms .gfield_radio li label,
section.jobs-signup-form .gfield_radio li label {
  background-color: #2282c5;
  border-radius: 5px;
  border-width: 0;
  padding: 10px;
  color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 0px 0px #1362ae;
  transform: translate(0, 0);
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-align: center;
}
section.donate-page .gfield_radio li label:hover, section.donate-page .gfield_radio li label:focus,
section.donate-forms .gfield_radio li label:hover,
section.donate-forms .gfield_radio li label:focus,
section.jobs-signup-form .gfield_radio li label:hover,
section.jobs-signup-form .gfield_radio li label:focus {
  box-shadow: 0px 0px 0px 0px #1362ae;
  transform: translate(0, 4px);
  color: #fff;
}
section.donate-page .gfield_radio li:last-child,
section.donate-forms .gfield_radio li:last-child,
section.jobs-signup-form .gfield_radio li:last-child {
  width: 100%;
}
section.donate-page .gfield_radio li:last-child label,
section.donate-forms .gfield_radio li:last-child label,
section.jobs-signup-form .gfield_radio li:last-child label {
  font-size: 16px;
}
section.donate-page .gf_progressbar_wrapper,
section.donate-page .gform_card_icon_container,
section.donate-forms .gf_progressbar_wrapper,
section.donate-forms .gform_card_icon_container,
section.jobs-signup-form .gf_progressbar_wrapper,
section.jobs-signup-form .gform_card_icon_container {
  display: none;
}
section.donate-page .form-button, section.donate-page .gform_footer input.gform_button, .gform_footer section.donate-page input.gform_button, section.donate-page #gform_wrapper_2 .gform_next_button,
section.donate-page #gform_wrapper_2 .gform_previous_button,
section.donate-page #gform_wrapper_2 input.gform_button,
section.donate-page .donate-rows .gform_wrapper .gform_next_button,
section.donate-page .donate-rows .gform_wrapper .gform_previous_button,
section.donate-page .donate-rows .gform_wrapper input.gform_button,
section.donate-page section.donate-forms #gform_wrapper_2 .gform_next_button,
section.donate-forms #gform_wrapper_2 section.donate-page .gform_next_button,
section.donate-page section.donate-forms #gform_wrapper_2 .gform_previous_button,
section.donate-forms #gform_wrapper_2 section.donate-page .gform_previous_button,
section.donate-page section.donate-forms #gform_wrapper_2 input.gform_button,
section.donate-forms #gform_wrapper_2 section.donate-page input.gform_button,
section.donate-page section.donate-forms .donate-rows .gform_wrapper .gform_next_button,
section.donate-forms .donate-rows .gform_wrapper section.donate-page .gform_next_button,
section.donate-page section.donate-forms .donate-rows .gform_wrapper .gform_previous_button,
section.donate-forms .donate-rows .gform_wrapper section.donate-page .gform_previous_button,
section.donate-page section.donate-forms .donate-rows .gform_wrapper input.gform_button,
section.donate-forms .donate-rows .gform_wrapper section.donate-page input.gform_button,
section.donate-page section.jobs-signup-form #gform_wrapper_2 .gform_next_button,
section.jobs-signup-form #gform_wrapper_2 section.donate-page .gform_next_button,
section.donate-page section.jobs-signup-form #gform_wrapper_2 .gform_previous_button,
section.jobs-signup-form #gform_wrapper_2 section.donate-page .gform_previous_button,
section.donate-page section.jobs-signup-form #gform_wrapper_2 input.gform_button,
section.jobs-signup-form #gform_wrapper_2 section.donate-page input.gform_button,
section.donate-page section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-page .gform_next_button,
section.donate-page section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-page .gform_previous_button,
section.donate-page section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-page input.gform_button, section.donate-page .custom-donation-form-styles .gform_next_button, .custom-donation-form-styles section.donate-page .gform_next_button,
section.donate-page .custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles section.donate-page .gform_previous_button,
section.donate-page .custom-donation-form-styles input.gform_button,
.custom-donation-form-styles section.donate-page input.gform_button,
section.donate-forms .form-button,
section.donate-forms .gform_footer input.gform_button,
.gform_footer section.donate-forms input.gform_button,
section.donate-forms section.donate-page #gform_wrapper_2 .gform_next_button,
section.donate-page #gform_wrapper_2 section.donate-forms .gform_next_button,
section.donate-forms section.donate-page #gform_wrapper_2 .gform_previous_button,
section.donate-page #gform_wrapper_2 section.donate-forms .gform_previous_button,
section.donate-forms section.donate-page #gform_wrapper_2 input.gform_button,
section.donate-page #gform_wrapper_2 section.donate-forms input.gform_button,
section.donate-forms section.donate-page .donate-rows .gform_wrapper .gform_next_button,
section.donate-page .donate-rows .gform_wrapper section.donate-forms .gform_next_button,
section.donate-forms section.donate-page .donate-rows .gform_wrapper .gform_previous_button,
section.donate-page .donate-rows .gform_wrapper section.donate-forms .gform_previous_button,
section.donate-forms section.donate-page .donate-rows .gform_wrapper input.gform_button,
section.donate-page .donate-rows .gform_wrapper section.donate-forms input.gform_button,
section.donate-forms #gform_wrapper_2 .gform_next_button,
section.donate-forms #gform_wrapper_2 .gform_previous_button,
section.donate-forms #gform_wrapper_2 input.gform_button,
section.donate-forms .donate-rows .gform_wrapper .gform_next_button,
section.donate-forms .donate-rows .gform_wrapper .gform_previous_button,
section.donate-forms .donate-rows .gform_wrapper input.gform_button,
section.donate-forms section.jobs-signup-form #gform_wrapper_2 .gform_next_button,
section.jobs-signup-form #gform_wrapper_2 section.donate-forms .gform_next_button,
section.donate-forms section.jobs-signup-form #gform_wrapper_2 .gform_previous_button,
section.jobs-signup-form #gform_wrapper_2 section.donate-forms .gform_previous_button,
section.donate-forms section.jobs-signup-form #gform_wrapper_2 input.gform_button,
section.jobs-signup-form #gform_wrapper_2 section.donate-forms input.gform_button,
section.donate-forms section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-forms .gform_next_button,
section.donate-forms section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-forms .gform_previous_button,
section.donate-forms section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-forms input.gform_button,
section.donate-forms .custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles section.donate-forms .gform_next_button,
section.donate-forms .custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles section.donate-forms .gform_previous_button,
section.donate-forms .custom-donation-form-styles input.gform_button,
.custom-donation-form-styles section.donate-forms input.gform_button,
section.jobs-signup-form .form-button,
section.jobs-signup-form .gform_footer input.gform_button,
.gform_footer section.jobs-signup-form input.gform_button,
section.jobs-signup-form section.donate-page #gform_wrapper_2 .gform_next_button,
section.donate-page #gform_wrapper_2 section.jobs-signup-form .gform_next_button,
section.jobs-signup-form section.donate-page #gform_wrapper_2 .gform_previous_button,
section.donate-page #gform_wrapper_2 section.jobs-signup-form .gform_previous_button,
section.jobs-signup-form section.donate-page #gform_wrapper_2 input.gform_button,
section.donate-page #gform_wrapper_2 section.jobs-signup-form input.gform_button,
section.jobs-signup-form section.donate-page .donate-rows .gform_wrapper .gform_next_button,
section.donate-page .donate-rows .gform_wrapper section.jobs-signup-form .gform_next_button,
section.jobs-signup-form section.donate-page .donate-rows .gform_wrapper .gform_previous_button,
section.donate-page .donate-rows .gform_wrapper section.jobs-signup-form .gform_previous_button,
section.jobs-signup-form section.donate-page .donate-rows .gform_wrapper input.gform_button,
section.donate-page .donate-rows .gform_wrapper section.jobs-signup-form input.gform_button,
section.jobs-signup-form section.donate-forms #gform_wrapper_2 .gform_next_button,
section.donate-forms #gform_wrapper_2 section.jobs-signup-form .gform_next_button,
section.jobs-signup-form section.donate-forms #gform_wrapper_2 .gform_previous_button,
section.donate-forms #gform_wrapper_2 section.jobs-signup-form .gform_previous_button,
section.jobs-signup-form section.donate-forms #gform_wrapper_2 input.gform_button,
section.donate-forms #gform_wrapper_2 section.jobs-signup-form input.gform_button,
section.jobs-signup-form section.donate-forms .donate-rows .gform_wrapper .gform_next_button,
section.donate-forms .donate-rows .gform_wrapper section.jobs-signup-form .gform_next_button,
section.jobs-signup-form section.donate-forms .donate-rows .gform_wrapper .gform_previous_button,
section.donate-forms .donate-rows .gform_wrapper section.jobs-signup-form .gform_previous_button,
section.jobs-signup-form section.donate-forms .donate-rows .gform_wrapper input.gform_button,
section.donate-forms .donate-rows .gform_wrapper section.jobs-signup-form input.gform_button,
section.jobs-signup-form #gform_wrapper_2 .gform_next_button,
section.jobs-signup-form #gform_wrapper_2 .gform_previous_button,
section.jobs-signup-form #gform_wrapper_2 input.gform_button,
section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button,
section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button,
section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button,
section.jobs-signup-form .custom-donation-form-styles .gform_next_button,
.custom-donation-form-styles section.jobs-signup-form .gform_next_button,
section.jobs-signup-form .custom-donation-form-styles .gform_previous_button,
.custom-donation-form-styles section.jobs-signup-form .gform_previous_button,
section.jobs-signup-form .custom-donation-form-styles input.gform_button,
.custom-donation-form-styles section.jobs-signup-form input.gform_button {
  background-color: #fbc431;
  border-radius: 5px;
  border-width: 0;
  padding: 10px;
  color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 0px 0px #ea9d1c;
  transform: translate(0, 0);
  display: inline-block;
  font-weight: 700;
}
section.donate-page .form-button:hover, section.donate-page .gform_footer input.gform_button:hover, .gform_footer section.donate-page input.gform_button:hover, section.donate-page #gform_wrapper_2 .gform_next_button:hover,
section.donate-page #gform_wrapper_2 .gform_previous_button:hover,
section.donate-page #gform_wrapper_2 input.gform_button:hover,
section.donate-page .donate-rows .gform_wrapper .gform_next_button:hover,
section.donate-page .donate-rows .gform_wrapper .gform_previous_button:hover,
section.donate-page .donate-rows .gform_wrapper input.gform_button:hover,
section.donate-page section.donate-forms #gform_wrapper_2 .gform_next_button:hover,
section.donate-forms #gform_wrapper_2 section.donate-page .gform_next_button:hover,
section.donate-page section.donate-forms #gform_wrapper_2 .gform_previous_button:hover,
section.donate-forms #gform_wrapper_2 section.donate-page .gform_previous_button:hover,
section.donate-page section.donate-forms #gform_wrapper_2 input.gform_button:hover,
section.donate-forms #gform_wrapper_2 section.donate-page input.gform_button:hover,
section.donate-page section.donate-forms .donate-rows .gform_wrapper .gform_next_button:hover,
section.donate-forms .donate-rows .gform_wrapper section.donate-page .gform_next_button:hover,
section.donate-page section.donate-forms .donate-rows .gform_wrapper .gform_previous_button:hover,
section.donate-forms .donate-rows .gform_wrapper section.donate-page .gform_previous_button:hover,
section.donate-page section.donate-forms .donate-rows .gform_wrapper input.gform_button:hover,
section.donate-forms .donate-rows .gform_wrapper section.donate-page input.gform_button:hover,
section.donate-page section.jobs-signup-form #gform_wrapper_2 .gform_next_button:hover,
section.jobs-signup-form #gform_wrapper_2 section.donate-page .gform_next_button:hover,
section.donate-page section.jobs-signup-form #gform_wrapper_2 .gform_previous_button:hover,
section.jobs-signup-form #gform_wrapper_2 section.donate-page .gform_previous_button:hover,
section.donate-page section.jobs-signup-form #gform_wrapper_2 input.gform_button:hover,
section.jobs-signup-form #gform_wrapper_2 section.donate-page input.gform_button:hover,
section.donate-page section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-page .gform_next_button:hover,
section.donate-page section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-page .gform_previous_button:hover,
section.donate-page section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-page input.gform_button:hover, section.donate-page .custom-donation-form-styles .gform_next_button:hover, .custom-donation-form-styles section.donate-page .gform_next_button:hover,
section.donate-page .custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles section.donate-page .gform_previous_button:hover,
section.donate-page .custom-donation-form-styles input.gform_button:hover,
.custom-donation-form-styles section.donate-page input.gform_button:hover, section.donate-page .form-button:focus, section.donate-page .gform_footer input.gform_button:focus, .gform_footer section.donate-page input.gform_button:focus, section.donate-page #gform_wrapper_2 .gform_next_button:focus,
section.donate-page #gform_wrapper_2 .gform_previous_button:focus,
section.donate-page #gform_wrapper_2 input.gform_button:focus,
section.donate-page .donate-rows .gform_wrapper .gform_next_button:focus,
section.donate-page .donate-rows .gform_wrapper .gform_previous_button:focus,
section.donate-page .donate-rows .gform_wrapper input.gform_button:focus,
section.donate-page section.donate-forms #gform_wrapper_2 .gform_next_button:focus,
section.donate-forms #gform_wrapper_2 section.donate-page .gform_next_button:focus,
section.donate-page section.donate-forms #gform_wrapper_2 .gform_previous_button:focus,
section.donate-forms #gform_wrapper_2 section.donate-page .gform_previous_button:focus,
section.donate-page section.donate-forms #gform_wrapper_2 input.gform_button:focus,
section.donate-forms #gform_wrapper_2 section.donate-page input.gform_button:focus,
section.donate-page section.donate-forms .donate-rows .gform_wrapper .gform_next_button:focus,
section.donate-forms .donate-rows .gform_wrapper section.donate-page .gform_next_button:focus,
section.donate-page section.donate-forms .donate-rows .gform_wrapper .gform_previous_button:focus,
section.donate-forms .donate-rows .gform_wrapper section.donate-page .gform_previous_button:focus,
section.donate-page section.donate-forms .donate-rows .gform_wrapper input.gform_button:focus,
section.donate-forms .donate-rows .gform_wrapper section.donate-page input.gform_button:focus,
section.donate-page section.jobs-signup-form #gform_wrapper_2 .gform_next_button:focus,
section.jobs-signup-form #gform_wrapper_2 section.donate-page .gform_next_button:focus,
section.donate-page section.jobs-signup-form #gform_wrapper_2 .gform_previous_button:focus,
section.jobs-signup-form #gform_wrapper_2 section.donate-page .gform_previous_button:focus,
section.donate-page section.jobs-signup-form #gform_wrapper_2 input.gform_button:focus,
section.jobs-signup-form #gform_wrapper_2 section.donate-page input.gform_button:focus,
section.donate-page section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-page .gform_next_button:focus,
section.donate-page section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-page .gform_previous_button:focus,
section.donate-page section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-page input.gform_button:focus, section.donate-page .custom-donation-form-styles .gform_next_button:focus, .custom-donation-form-styles section.donate-page .gform_next_button:focus,
section.donate-page .custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles section.donate-page .gform_previous_button:focus,
section.donate-page .custom-donation-form-styles input.gform_button:focus,
.custom-donation-form-styles section.donate-page input.gform_button:focus,
section.donate-forms .form-button:hover,
section.donate-forms .gform_footer input.gform_button:hover,
.gform_footer section.donate-forms input.gform_button:hover,
section.donate-forms section.donate-page #gform_wrapper_2 .gform_next_button:hover,
section.donate-page #gform_wrapper_2 section.donate-forms .gform_next_button:hover,
section.donate-forms section.donate-page #gform_wrapper_2 .gform_previous_button:hover,
section.donate-page #gform_wrapper_2 section.donate-forms .gform_previous_button:hover,
section.donate-forms section.donate-page #gform_wrapper_2 input.gform_button:hover,
section.donate-page #gform_wrapper_2 section.donate-forms input.gform_button:hover,
section.donate-forms section.donate-page .donate-rows .gform_wrapper .gform_next_button:hover,
section.donate-page .donate-rows .gform_wrapper section.donate-forms .gform_next_button:hover,
section.donate-forms section.donate-page .donate-rows .gform_wrapper .gform_previous_button:hover,
section.donate-page .donate-rows .gform_wrapper section.donate-forms .gform_previous_button:hover,
section.donate-forms section.donate-page .donate-rows .gform_wrapper input.gform_button:hover,
section.donate-page .donate-rows .gform_wrapper section.donate-forms input.gform_button:hover,
section.donate-forms #gform_wrapper_2 .gform_next_button:hover,
section.donate-forms #gform_wrapper_2 .gform_previous_button:hover,
section.donate-forms #gform_wrapper_2 input.gform_button:hover,
section.donate-forms .donate-rows .gform_wrapper .gform_next_button:hover,
section.donate-forms .donate-rows .gform_wrapper .gform_previous_button:hover,
section.donate-forms .donate-rows .gform_wrapper input.gform_button:hover,
section.donate-forms section.jobs-signup-form #gform_wrapper_2 .gform_next_button:hover,
section.jobs-signup-form #gform_wrapper_2 section.donate-forms .gform_next_button:hover,
section.donate-forms section.jobs-signup-form #gform_wrapper_2 .gform_previous_button:hover,
section.jobs-signup-form #gform_wrapper_2 section.donate-forms .gform_previous_button:hover,
section.donate-forms section.jobs-signup-form #gform_wrapper_2 input.gform_button:hover,
section.jobs-signup-form #gform_wrapper_2 section.donate-forms input.gform_button:hover,
section.donate-forms section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-forms .gform_next_button:hover,
section.donate-forms section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-forms .gform_previous_button:hover,
section.donate-forms section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-forms input.gform_button:hover,
section.donate-forms .custom-donation-form-styles .gform_next_button:hover,
.custom-donation-form-styles section.donate-forms .gform_next_button:hover,
section.donate-forms .custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles section.donate-forms .gform_previous_button:hover,
section.donate-forms .custom-donation-form-styles input.gform_button:hover,
.custom-donation-form-styles section.donate-forms input.gform_button:hover,
section.donate-forms .form-button:focus,
section.donate-forms .gform_footer input.gform_button:focus,
.gform_footer section.donate-forms input.gform_button:focus,
section.donate-forms section.donate-page #gform_wrapper_2 .gform_next_button:focus,
section.donate-page #gform_wrapper_2 section.donate-forms .gform_next_button:focus,
section.donate-forms section.donate-page #gform_wrapper_2 .gform_previous_button:focus,
section.donate-page #gform_wrapper_2 section.donate-forms .gform_previous_button:focus,
section.donate-forms section.donate-page #gform_wrapper_2 input.gform_button:focus,
section.donate-page #gform_wrapper_2 section.donate-forms input.gform_button:focus,
section.donate-forms section.donate-page .donate-rows .gform_wrapper .gform_next_button:focus,
section.donate-page .donate-rows .gform_wrapper section.donate-forms .gform_next_button:focus,
section.donate-forms section.donate-page .donate-rows .gform_wrapper .gform_previous_button:focus,
section.donate-page .donate-rows .gform_wrapper section.donate-forms .gform_previous_button:focus,
section.donate-forms section.donate-page .donate-rows .gform_wrapper input.gform_button:focus,
section.donate-page .donate-rows .gform_wrapper section.donate-forms input.gform_button:focus,
section.donate-forms #gform_wrapper_2 .gform_next_button:focus,
section.donate-forms #gform_wrapper_2 .gform_previous_button:focus,
section.donate-forms #gform_wrapper_2 input.gform_button:focus,
section.donate-forms .donate-rows .gform_wrapper .gform_next_button:focus,
section.donate-forms .donate-rows .gform_wrapper .gform_previous_button:focus,
section.donate-forms .donate-rows .gform_wrapper input.gform_button:focus,
section.donate-forms section.jobs-signup-form #gform_wrapper_2 .gform_next_button:focus,
section.jobs-signup-form #gform_wrapper_2 section.donate-forms .gform_next_button:focus,
section.donate-forms section.jobs-signup-form #gform_wrapper_2 .gform_previous_button:focus,
section.jobs-signup-form #gform_wrapper_2 section.donate-forms .gform_previous_button:focus,
section.donate-forms section.jobs-signup-form #gform_wrapper_2 input.gform_button:focus,
section.jobs-signup-form #gform_wrapper_2 section.donate-forms input.gform_button:focus,
section.donate-forms section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-forms .gform_next_button:focus,
section.donate-forms section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-forms .gform_previous_button:focus,
section.donate-forms section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper section.donate-forms input.gform_button:focus,
section.donate-forms .custom-donation-form-styles .gform_next_button:focus,
.custom-donation-form-styles section.donate-forms .gform_next_button:focus,
section.donate-forms .custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles section.donate-forms .gform_previous_button:focus,
section.donate-forms .custom-donation-form-styles input.gform_button:focus,
.custom-donation-form-styles section.donate-forms input.gform_button:focus,
section.jobs-signup-form .form-button:hover,
section.jobs-signup-form .gform_footer input.gform_button:hover,
.gform_footer section.jobs-signup-form input.gform_button:hover,
section.jobs-signup-form section.donate-page #gform_wrapper_2 .gform_next_button:hover,
section.donate-page #gform_wrapper_2 section.jobs-signup-form .gform_next_button:hover,
section.jobs-signup-form section.donate-page #gform_wrapper_2 .gform_previous_button:hover,
section.donate-page #gform_wrapper_2 section.jobs-signup-form .gform_previous_button:hover,
section.jobs-signup-form section.donate-page #gform_wrapper_2 input.gform_button:hover,
section.donate-page #gform_wrapper_2 section.jobs-signup-form input.gform_button:hover,
section.jobs-signup-form section.donate-page .donate-rows .gform_wrapper .gform_next_button:hover,
section.donate-page .donate-rows .gform_wrapper section.jobs-signup-form .gform_next_button:hover,
section.jobs-signup-form section.donate-page .donate-rows .gform_wrapper .gform_previous_button:hover,
section.donate-page .donate-rows .gform_wrapper section.jobs-signup-form .gform_previous_button:hover,
section.jobs-signup-form section.donate-page .donate-rows .gform_wrapper input.gform_button:hover,
section.donate-page .donate-rows .gform_wrapper section.jobs-signup-form input.gform_button:hover,
section.jobs-signup-form section.donate-forms #gform_wrapper_2 .gform_next_button:hover,
section.donate-forms #gform_wrapper_2 section.jobs-signup-form .gform_next_button:hover,
section.jobs-signup-form section.donate-forms #gform_wrapper_2 .gform_previous_button:hover,
section.donate-forms #gform_wrapper_2 section.jobs-signup-form .gform_previous_button:hover,
section.jobs-signup-form section.donate-forms #gform_wrapper_2 input.gform_button:hover,
section.donate-forms #gform_wrapper_2 section.jobs-signup-form input.gform_button:hover,
section.jobs-signup-form section.donate-forms .donate-rows .gform_wrapper .gform_next_button:hover,
section.donate-forms .donate-rows .gform_wrapper section.jobs-signup-form .gform_next_button:hover,
section.jobs-signup-form section.donate-forms .donate-rows .gform_wrapper .gform_previous_button:hover,
section.donate-forms .donate-rows .gform_wrapper section.jobs-signup-form .gform_previous_button:hover,
section.jobs-signup-form section.donate-forms .donate-rows .gform_wrapper input.gform_button:hover,
section.donate-forms .donate-rows .gform_wrapper section.jobs-signup-form input.gform_button:hover,
section.jobs-signup-form #gform_wrapper_2 .gform_next_button:hover,
section.jobs-signup-form #gform_wrapper_2 .gform_previous_button:hover,
section.jobs-signup-form #gform_wrapper_2 input.gform_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button:hover,
section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button:hover,
section.jobs-signup-form .custom-donation-form-styles .gform_next_button:hover,
.custom-donation-form-styles section.jobs-signup-form .gform_next_button:hover,
section.jobs-signup-form .custom-donation-form-styles .gform_previous_button:hover,
.custom-donation-form-styles section.jobs-signup-form .gform_previous_button:hover,
section.jobs-signup-form .custom-donation-form-styles input.gform_button:hover,
.custom-donation-form-styles section.jobs-signup-form input.gform_button:hover,
section.jobs-signup-form .form-button:focus,
section.jobs-signup-form .gform_footer input.gform_button:focus,
.gform_footer section.jobs-signup-form input.gform_button:focus,
section.jobs-signup-form section.donate-page #gform_wrapper_2 .gform_next_button:focus,
section.donate-page #gform_wrapper_2 section.jobs-signup-form .gform_next_button:focus,
section.jobs-signup-form section.donate-page #gform_wrapper_2 .gform_previous_button:focus,
section.donate-page #gform_wrapper_2 section.jobs-signup-form .gform_previous_button:focus,
section.jobs-signup-form section.donate-page #gform_wrapper_2 input.gform_button:focus,
section.donate-page #gform_wrapper_2 section.jobs-signup-form input.gform_button:focus,
section.jobs-signup-form section.donate-page .donate-rows .gform_wrapper .gform_next_button:focus,
section.donate-page .donate-rows .gform_wrapper section.jobs-signup-form .gform_next_button:focus,
section.jobs-signup-form section.donate-page .donate-rows .gform_wrapper .gform_previous_button:focus,
section.donate-page .donate-rows .gform_wrapper section.jobs-signup-form .gform_previous_button:focus,
section.jobs-signup-form section.donate-page .donate-rows .gform_wrapper input.gform_button:focus,
section.donate-page .donate-rows .gform_wrapper section.jobs-signup-form input.gform_button:focus,
section.jobs-signup-form section.donate-forms #gform_wrapper_2 .gform_next_button:focus,
section.donate-forms #gform_wrapper_2 section.jobs-signup-form .gform_next_button:focus,
section.jobs-signup-form section.donate-forms #gform_wrapper_2 .gform_previous_button:focus,
section.donate-forms #gform_wrapper_2 section.jobs-signup-form .gform_previous_button:focus,
section.jobs-signup-form section.donate-forms #gform_wrapper_2 input.gform_button:focus,
section.donate-forms #gform_wrapper_2 section.jobs-signup-form input.gform_button:focus,
section.jobs-signup-form section.donate-forms .donate-rows .gform_wrapper .gform_next_button:focus,
section.donate-forms .donate-rows .gform_wrapper section.jobs-signup-form .gform_next_button:focus,
section.jobs-signup-form section.donate-forms .donate-rows .gform_wrapper .gform_previous_button:focus,
section.donate-forms .donate-rows .gform_wrapper section.jobs-signup-form .gform_previous_button:focus,
section.jobs-signup-form section.donate-forms .donate-rows .gform_wrapper input.gform_button:focus,
section.donate-forms .donate-rows .gform_wrapper section.jobs-signup-form input.gform_button:focus,
section.jobs-signup-form #gform_wrapper_2 .gform_next_button:focus,
section.jobs-signup-form #gform_wrapper_2 .gform_previous_button:focus,
section.jobs-signup-form #gform_wrapper_2 input.gform_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button:focus,
section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button:focus,
section.jobs-signup-form .custom-donation-form-styles .gform_next_button:focus,
.custom-donation-form-styles section.jobs-signup-form .gform_next_button:focus,
section.jobs-signup-form .custom-donation-form-styles .gform_previous_button:focus,
.custom-donation-form-styles section.jobs-signup-form .gform_previous_button:focus,
section.jobs-signup-form .custom-donation-form-styles input.gform_button:focus,
.custom-donation-form-styles section.jobs-signup-form input.gform_button:focus {
  box-shadow: 0px 0px 0px 0px #ea9d1c;
  transform: translate(0, 4px);
  color: #fff;
}
section.donate-page #gform_wrapper_2 .gform_next_button,
section.donate-page #gform_wrapper_2 .gform_previous_button,
section.donate-page #gform_wrapper_2 input.gform_button,
section.donate-page .donate-rows .gform_wrapper .gform_next_button,
section.donate-page .donate-rows .gform_wrapper .gform_previous_button,
section.donate-page .donate-rows .gform_wrapper input.gform_button,
section.donate-forms #gform_wrapper_2 .gform_next_button,
section.donate-forms #gform_wrapper_2 .gform_previous_button,
section.donate-forms #gform_wrapper_2 input.gform_button,
section.donate-forms .donate-rows .gform_wrapper .gform_next_button,
section.donate-forms .donate-rows .gform_wrapper .gform_previous_button,
section.donate-forms .donate-rows .gform_wrapper input.gform_button,
section.jobs-signup-form #gform_wrapper_2 .gform_next_button,
section.jobs-signup-form #gform_wrapper_2 .gform_previous_button,
section.jobs-signup-form #gform_wrapper_2 input.gform_button,
section.jobs-signup-form .donate-rows .gform_wrapper .gform_next_button,
section.jobs-signup-form .donate-rows .gform_wrapper .gform_previous_button,
section.jobs-signup-form .donate-rows .gform_wrapper input.gform_button {
  line-height: 40px;
  font-size: 24px;
  margin: 0 15px;
  width: 38%;
  max-width: 130px;
}

.page .ginput_container input[type=checkbox],
.page .ginput_container input[type=radio],
.page-content .ginput_container input[type=checkbox],
.page-content .ginput_container input[type=radio] {
  display: inline;
  width: auto;
  height: auto;
}
.page .ginput_container input[type=radio],
.page-content .ginput_container input[type=radio] {
  margin-right: 15px;
}

section.jobs-signup-form .gform_footer {
  clear: both;
  padding-top: 15px;
}
section.jobs-signup-form .gform_confirmation_message {
  color: white;
}
section.jobs-signup-form ul.gform_fields li label {
  display: none !important;
}
section.jobs-signup-form ul.gform_fields input {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem !important;
  width: 96% !important;
  height: 40px !important;
  margin: 2%;
}
section.jobs-signup-form ul.gform_fields input::-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}
section.jobs-signup-form ul.gform_fields input::placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}
section.jobs-signup-form ul.gform_fields li.gfield {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  clear: none;
}
section.jobs-signup-form ul.gform_fields li.gfield span.name_first, section.jobs-signup-form ul.gform_fields li.gfield span.name_last {
  padding-top: 0 !important;
  float: left;
}
@media only screen and (min-width: 768px) {
  section.jobs-signup-form ul.gform_fields li.gfield span.name_first, section.jobs-signup-form ul.gform_fields li.gfield span.name_last {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  section.jobs-signup-form ul.gform_fields li.gfield span.name_first, section.jobs-signup-form ul.gform_fields li.gfield span.name_last {
    width: 100%;
  }
}
section.jobs-signup-form ul.gform_fields li.gfield span.address_zip {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  section.jobs-signup-form ul.gform_fields li.gfield:nth-child(1) {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  section.jobs-signup-form ul.gform_fields li.gfield:nth-child(1) {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.jobs-signup-form ul.gform_fields li.gfield .address_zip {
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  section.jobs-signup-form ul.gform_fields li.gfield:nth-child(2), section.jobs-signup-form ul.gform_fields li.gfield:nth-child(3) {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  section.jobs-signup-form ul.gform_fields li.gfield:nth-child(2), section.jobs-signup-form ul.gform_fields li.gfield:nth-child(3) {
    width: 100%;
  }
}
section.jobs-signup-form .gform_button {
  padding: 0.75rem 1rem;
  height: auto;
  width: 25%;
  display: inherit;
  text-align: center;
  margin: 0 auto;
}

section.donate-forms .ginput_card_expiration_container label {
  display: block;
}
section.donate-forms span.ginput_cardinfo_left .ginput_card_expiration_month,
section.donate-forms span.ginput_cardinfo_left .ginput_card_expiration_year {
  display: inline-block;
  width: 40%;
  margin-bottom: 20px;
}
section.donate-forms .gform_body .gform_fields li.gfield label.gfield_label {
  position: absolute;
  left: -9999px;
}
section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input {
  font-weight: 700;
  height: 40px;
}
section.donate-forms .gform_body .gform_fields li.gfield .ginput_container ::-webkit-input-placeholder {
  text-transform: lowercase;
}
section.donate-forms .gform_body .gform_fields li.gfield .ginput_container :-moz-placeholder {
  text-transform: lowercase;
}
section.donate-forms .gform_body .gform_fields li.gfield .ginput_container ::-moz-placeholder {
  text-transform: lowercase;
}
section.donate-forms .gform_body .gform_fields li.gfield .ginput_container :-ms-input-placeholder {
  text-transform: lowercase;
}

.ginput_container_product_price {
  margin: 10px 15px 0;
}

#input_2_9_3_container,
#input_2_9_4_container,
#input_2_9_5_container {
  display: inline-block;
  width: 50%;
}

#input_2_9_3_container {
  padding-right: 15px;
}

#input_2_9_4_container {
  padding-left: 15px;
}

.donate-links {
  margin-bottom: 30px;
}
.donate-links a {
  display: inline-block;
  background-color: #fff;
  margin-right: 20px;
  border-style: solid;
  border-color: #608eb5;
  border-width: 1px;
  border-radius: 5px;
  font-weight: 700;
  padding: 10px 20px;
  transition: 300ms;
}
.donate-links a:hover, .donate-links a:focus {
  background-color: #608eb5;
  color: #fff;
}

.donate-right {
  text-align: center;
  border-color: #e1e4e6;
  border-style: solid;
  border-width: 0 0 0 1px;
}
@media only screen and (min-width: 992px) {
  .donate-right {
    padding-left: 0;
  }
}
.donate-right .gform_body .gform_fields li.gfield .ginput_container input {
  border-style: solid;
  border-color: #608eb5;
  border-width: 1px;
  border-radius: 5px;
  color: #608eb5;
}
.donate-right .gform_body .gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
  color: #8aacc8;
}
.donate-right .gform_body .gform_fields li.gfield .ginput_container input:-moz-placeholder {
  color: #8aacc8;
}
.donate-right .gform_body .gform_fields li.gfield .ginput_container input::-moz-placeholder {
  color: #8aacc8;
}
.donate-right .gform_body .gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
  color: #8aacc8;
}
.donate-right .gform_body .gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.donate-right .gform_body .gform_fields li.gfield .ginput_container input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.donate-right .gform_body .gform_fields li.gfield .ginput_container input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.donate-right .gform_body .gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

.donate-header {
  background-color: #608eb5;
  color: #fff;
  padding: 40px 0;
  margin-bottom: 30px;
}
.donate-header h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .donate-rows {
    display: flex;
  }
}

.gf_progressbar_percentage {
  display: none !important;
}

.page .gform_body .spn-checkbox li {
  margin: 20px 0;
}
.page .gform_body .spn-checkbox input[type=checkbox] {
  float: left;
}
.page .gform_body .spn-checkbox input[type=checkbox] + label:not(.gfield_label) {
  margin-left: 24px;
  display: block;
  line-height: 1.6;
  font-size: 14px;
  vertical-align: top;
}
.page .gform_body .spn-checkbox label.gfield_label {
  display: block;
}

.spn-checkbox.inline {
  display: inline-block;
  margin-right: 30px;
}

.flex-checkbox-container {
  display: flex;
  margin-bottom: 5px;
}
.flex-checkbox-container label {
  line-height: 1;
}
.flex-checkbox-container input {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .gfield.split-columns ul.gfield_checkbox li,
  .gfield.split-columns ul.gfield_radio li {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .gfield.split-columns ul.gfield_checkbox,
  .gfield.split-columns ul.gfield_radio {
    display: flex;
    flex-wrap: wrap;
  }
  .gfield.split-columns ul.gfield_checkbox li,
  .gfield.split-columns ul.gfield_radio li {
    width: 50%;
  }
}
#campaignBuilder .gf_progressbar_wrapper {
  display: none;
}
#campaignBuilder .gfield_list_icons img {
  max-width: 20px;
}
#campaignBuilder .gfield ul ul li {
  list-style-type: circle !important;
}
#campaignBuilder .gfield ul ol li,
#campaignBuilder .gfield ol ol li {
  list-style-type: lower-alpha !important;
}

.wp-block-cover__inner-container .gform_wrapper ~ .embed-responsive,
.gravity_form_with_title .gform_wrapper ~ .embed-responsive {
  display: none;
}

.wp-block-cover__inner-container .gform_wrapper .gfield_checkbox li input,
.wp-block-cover__inner-container .gform_wrapper .gfield_checkbox li input[type=checkbox],
.wp-block-cover__inner-container .gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
}

.StripeElement .embed-responsive {
  padding-bottom: 30px !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  height: unset !important;
  width: unset !important;
}

section.page {
  padding-top: 40px;
}
section.page .headline {
  color: #00263e;
  font-size: 35px;
  margin-bottom: 30px;
}
section.page .post-info {
  border-width: 0;
}

.page-thumbnail {
  max-width: 400px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-thumbnail {
    float: none;
    width: 100%;
  }
}

.page-content table,
.content table {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
}
@media only screen and (max-width: 767px) {
  .page-content table th,
  .content table th {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .page-content table td,
  .content table td {
    display: block;
    padding: 10px;
  }
  .page-content table td:first-child,
  .content table td:first-child {
    font-weight: 700;
  }
}
.page-content th,
.content th {
  background-color: #2282c5;
  color: #fff;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.page-content td,
.content td {
  color: #3b454a;
}
.page-content .core-headline,
.content .core-headline {
  color: #dd9b27;
}
.page-content .alignright,
.content .alignright {
  margin: 0 0 30px 30px;
}
@media only screen and (min-width: 768px) {
  .page-content tr:nth-child(odd),
  .content tr:nth-child(odd) {
    background-color: #e9eff5;
  }
  .page-content th,
  .page-content td,
  .content th,
  .content td {
    padding: 20px;
  }
  .page-content th:first-child,
  .page-content td:first-child,
  .content th:first-child,
  .content td:first-child {
    padding-left: 40px;
  }
}

.page-content {
  padding-bottom: 30px;
}
.page-content h2,
.page-content h3,
.page-content h4 {
  color: #00263e;
}
.page-content h2,
.page-content h3,
.page-content h4 {
  margin-top: 40px;
}
.page-content h2 {
  font-size: 24px;
}
.page-content h3 {
  font-size: 20px;
}
.page-content h4 {
  font-size: 18px;
}
.page-content p,
.page-content li {
  font-size: 18px;
}
.page-content p {
  line-height: 30px;
}
.page-content p a {
  font-weight: 700;
}
.page-content ul,
.page-content ol {
  margin-bottom: 40px;
}

.quote-with-photo {
  margin: 30px 0;
}
.quote-with-photo blockquote {
  background-color: #2eb1b6;
  color: #fff;
  padding: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.quote-with-photo .quote-photo {
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .quote-with-photo {
    display: flex;
  }
  .quote-with-photo blockquote {
    order: 1;
  }
  .quote-with-photo .quote-photo {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .quote-with-photo .quote-photo {
    width: 100%;
  }
}

blockquote {
  color: #2282c5;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  padding: 30px;
  max-width: 500px;
}

.page-template-default.page h1 {
  margin-bottom: 20px;
}
.page-template-default.page .single-post__hero {
  background-size: cover !important;
  color: #fff;
  font-family: "pt-sans-narrow", sans-serif;
  width: 100%;
}
@media print {
  .page-template-default.page .single-post__hero {
    margin-top: 2rem;
  }
}
.page-template-default.page .single-post__hero__overlay {
  height: 100%;
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media print {
  .page-template-default.page .single-post__hero__overlay {
    min-height: unset;
  }
}
.page-template-default.page .single-post__hero.with-featured .single-post__hero__overlay {
  min-height: 600px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (min-width: 1024px) {
  .page-template-default.page .single-post__hero.with-featured .single-post__hero__overlay {
    min-height: 80vh;
  }
}
@media print {
  .page-template-default.page .single-post__hero.with-featured .single-post__hero__overlay {
    min-height: unset;
  }
}
.page-template-default.page .single-post__hero__inner {
  margin: 0 auto 3rem;
  max-width: 1082px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  min-height: 256px;
}
@media screen and (max-width: 1100px) {
  .page-template-default.page .single-post__hero__inner {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1082px) {
  .page-template-default.page .single-post__hero-text {
    margin-right: 314px;
  }
}
.page-template-default.page .single-post__hero-text.without-excerpt {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.sitewide-header.portal-header {
  background-image: none;
  background-color: #2282c5;
  padding: 20px 20px 20px 0;
}

.header-avatar {
  width: 70px;
  height: 70px;
  border-width: 2px;
  cursor: pointer;
}

.portal-logo {
  max-width: 270px;
}
@media only screen and (max-width: 767px) {
  .portal-logo {
    max-width: 180px;
  }
}

.white-button {
  border-style: solid;
  border-color: #608eb5;
  border-width: 1px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms;
}
.white-button:hover {
  background-color: #608eb5;
  color: #fff;
}

.portal-header-menu {
  list-style: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
  background-color: #fff;
  padding-left: 0;
  display: none;
}
.portal-header-menu li {
  min-width: 200px;
  padding: 5px 20px;
}
.portal-header-menu li a {
  font-weight: 700;
}
.portal-header-menu li:first-child {
  padding-top: 20px;
}
.portal-header-menu li:last-child {
  padding-bottom: 20px;
}

.mobile-portal-drawer {
  display: none;
  background-color: #2282c5;
  padding: 0 15px;
}
.mobile-portal-drawer button {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: transparent;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 5px;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .mobile-portal-drawer {
    display: block;
  }
}

aside.portal-sidebar {
  background-color: #e1e4e6;
  border-width: 0;
  padding-top: 20px;
}
aside.portal-sidebar nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
aside.portal-sidebar li a,
aside.portal-sidebar li span {
  display: block;
  padding: 10px 0 10px 30px;
  color: #608eb5;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: 300ms;
  cursor: pointer;
}
aside.portal-sidebar li a i,
aside.portal-sidebar li span i {
  margin-left: 5px;
  transform: rotate(0deg);
  transition: transform 300ms;
}
aside.portal-sidebar li a i.flipped,
aside.portal-sidebar li span i.flipped {
  transform: rotate(-180deg);
}
aside.portal-sidebar li a:hover, aside.portal-sidebar li a:focus,
aside.portal-sidebar li span:hover,
aside.portal-sidebar li span:focus {
  background-color: #2eb1b6;
  color: #fff;
}
aside.portal-sidebar .sidebar-children {
  display: none;
}
aside.portal-sidebar li.sidebar-child a {
  padding: 10px 0 10px 60px;
}
aside.portal-sidebar li.sidebar-child.grandchild a {
  padding-left: 80px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  aside.portal-sidebar {
    display: none;
  }
}

.portal-post-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  background-color: #00263e;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.portal-post-header .post-headline {
  padding-left: 177px;
}
.portal-post-header h1 {
  font-size: 48px;
}
.portal-post-header h2 {
  font-size: 16px;
  margin: 20px 0 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .portal-post-header {
    min-height: 125px;
  }
}

section.portal-info,
div.portal-info {
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 1px 0;
  padding: 45px;
}
section.portal-info td,
div.portal-info td {
  vertical-align: top;
}
section.portal-info .portal-th,
div.portal-info .portal-th {
  font-family: "pt-sans-narrow", sans-serif;
  color: #999;
  text-transform: uppercase;
  padding-right: 30px;
  font-weight: 700;
}
section.portal-info .portal-contact-td,
div.portal-info .portal-contact-td {
  padding-top: 15px;
}
section.portal-info td.portal-staff-info,
div.portal-info td.portal-staff-info {
  padding-bottom: 30px;
}
section.portal-info .staff-member,
div.portal-info .staff-member {
  text-align: left;
  padding-top: 0;
}
section.portal-info .staff-member h1,
div.portal-info .staff-member h1 {
  font-size: 24px;
}
section.portal-info .staff-member h2,
div.portal-info .staff-member h2 {
  margin: 0 0 15px;
  font-size: 16px;
}
section.portal-info .staff-member p,
div.portal-info .staff-member p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "pt-sans-narrow", sans-serif;
  text-transform: uppercase;
}
section.portal-info .portal-meta td,
div.portal-info .portal-meta td {
  line-height: 30px;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
}

.giant-icon {
  font-size: 80px;
  margin-bottom: 30px;
}

.lecture-file {
  margin-bottom: 30px;
}
.lecture-file h3 {
  margin-bottom: 10px;
}

.portal-section {
  padding: 45px;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 0 0 1px;
}
.portal-section:last-of-type {
  border-width: 0;
}
@media only screen and (max-width: 767px) {
  .portal-section {
    padding: 20px;
  }
}

.section-heading {
  color: #00263e;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.portal-button-blue, .portal-login input[type=submit] {
  background-color: #2282c5;
  border-radius: 5px;
  border-width: 0;
  padding: 10px;
  color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 0px 0px #1362ae;
  transform: translate(0, 0);
  display: inline-block;
}
.portal-button-blue:hover, .portal-login input[type=submit]:hover, .portal-button-blue:focus, .portal-login input[type=submit]:focus {
  box-shadow: 0px 0px 0px 0px #1362ae;
  transform: translate(0, 4px);
  color: #fff;
}

.portal-button-yellow {
  background-color: #fbc431;
  border-radius: 5px;
  border-width: 0;
  padding: 10px;
  color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 0px 0px #ea9d1c;
  transform: translate(0, 0);
  display: inline-block;
}
.portal-button-yellow:hover, .portal-button-yellow:focus {
  box-shadow: 0px 0px 0px 0px #ea9d1c;
  transform: translate(0, 4px);
  color: #fff;
}

.portal-button-blue, .portal-login input[type=submit],
.portal-button-yellow {
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "pt-sans-narrow", sans-serif;
}
.portal-button-blue.disabled, .portal-login input.disabled[type=submit],
.portal-button-yellow.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.portal-button-blue i, .portal-login input[type=submit] i,
.portal-button-yellow i {
  margin-right: 15px;
  font-size: 20px;
}
.portal-button-blue.icon-button, .portal-login input.icon-button[type=submit],
.portal-button-yellow.icon-button {
  padding: 10px 0;
  text-align: center;
  width: 50px;
}
.portal-button-blue.icon-button:hover + a, .portal-login input.icon-button[type=submit]:hover + a, .portal-button-blue.icon-button:focus + a, .portal-login input.icon-button[type=submit]:focus + a,
.portal-button-yellow.icon-button:hover + a,
.portal-button-yellow.icon-button:focus + a {
  color: #dd9b27;
}
.portal-button-blue.icon-button i, .portal-login input.icon-button[type=submit] i,
.portal-button-yellow.icon-button i {
  margin: 0;
  position: relative;
  top: 2px;
}
.portal-button-blue.icon-button + a, .portal-login input.icon-button[type=submit] + a,
.portal-button-yellow.icon-button + a {
  text-transform: uppercase;
  font-family: "pt-sans-narrow", sans-serif;
  font-size: 18px;
  width: 270px;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
.portal-button-blue.small-button, .portal-login input.small-button[type=submit],
.portal-button-yellow.small-button {
  padding: 5px 10px;
}
.portal-button-blue.row-button, .portal-login input.row-button[type=submit],
.portal-button-yellow.row-button {
  margin-right: 10px;
  margin-bottom: 15px;
}

.training-block .portal-button-blue, .training-block .portal-login input[type=submit], .portal-login .training-block input[type=submit],
.training-block .portal-button-yellow {
  margin: 0 30px 30px 0;
}

.align-right .portal-button-blue, .align-right .portal-login input[type=submit], .portal-login .align-right input[type=submit] {
  margin-right: 0;
}

.related-course img {
  margin-bottom: 10px;
}
.related-course h3 {
  color: #00263e;
  font-size: 20px;
  transition: color 300ms;
}
.related-course:hover h3, .related-course:focus h3 {
  color: #dd9b27;
}

.portal-pagination {
  text-align: center;
  margin-top: 30px;
}
.portal-pagination ul li {
  display: inline-block;
  margin: 0 15px;
}
.portal-pagination ul li a {
  color: #aaa;
  font-weight: 700;
  font-size: 18px;
  transition: color 300ms;
}
.portal-pagination ul li a:hover, .portal-pagination ul li a:focus {
  color: #608eb5;
}
.portal-pagination ul li a.previous,
.portal-pagination ul li a.next,
.portal-pagination ul li a.active {
  color: #608eb5;
}

.filter-controls label {
  display: block;
}
.filter-controls button {
  background-color: #dd9b27;
  font-family: "pt-sans-narrow", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-width: 0;
  border-radius: 5px;
  height: 29px;
  padding: 0 10px;
}

.speaker-repeater {
  margin-bottom: 30px;
}
.speaker-repeater .remove-speaker-button i {
  font-size: 16px;
  padding-top: 2px;
}
.speaker-repeater .speaker-index {
  font-weight: bold;
  display: block;
  padding-top: 3px;
}

.portal-section table,
.portal-section input,
.portal-section select {
  width: 100%;
}
.portal-section select,
.portal-section input[type=search] {
  background: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e4e6;
  border-radius: 5px;
  font-size: 14px;
  height: 29px;
  padding: 5px;
}
.portal-section select:focus,
.portal-section input[type=search]:focus {
  border-color: #fbc431;
  outline-width: 0;
}
@media only screen and (max-width: 767px) {
  .portal-section select,
  .portal-section input[type=search] {
    margin-bottom: 20px;
  }
}
.portal-section th,
.portal-section td {
  padding: 10px;
}
.portal-section th a.active {
  color: #00263e;
}

.training-video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.training-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.training-video:last-of-type {
  margin-bottom: 0;
}

.rolodex-modal {
  text-align: center;
  width: 300px;
}
.rolodex-modal h1,
.rolodex-modal h2 {
  margin: 0;
  text-transform: uppercase;
}
.rolodex-modal h1 {
  color: #608eb5;
  margin: 0;
  font-size: 24px;
}
.rolodex-modal h2 {
  color: #00263e;
  font-size: 18px;
}
.rolodex-modal table {
  text-align: left;
  font-family: "pt-sans-narrow", sans-serif;
  margin-top: 30px;
}
.rolodex-modal .key {
  font-weight: 700;
  min-width: 80px;
  text-transform: uppercase;
  vertical-align: top;
}
.rolodex-modal tr:last-of-type {
  margin-top: 20px;
}

.comma-separated::after {
  content: ", ";
}

.comma-separated:last-of-type::after {
  content: none;
}

.course-preview {
  background-color: #eff1f2;
  margin-top: 30px;
  padding: 30px;
}
.course-preview .preview-image {
  width: 100%;
}
.course-preview a h1 {
  color: #00263e;
  transition: color 300ms;
}
.course-preview a h1:hover, .course-preview a h1:focus {
  color: #dd9b27;
}
.course-preview p {
  margin: 0;
}
.course-preview p label {
  font-weight: 700;
  font-family: "pt-sans-narrow", sans-serif;
  margin: 0;
}
.course-preview p.excerpt {
  margin-top: 20px;
}
.course-preview .read-more {
  display: inline-block;
  background-color: #00263e;
  color: #fff;
  padding: 5px 10px;
  transition: background-color 300ms;
}
.course-preview .read-more:hover, .course-preview .read-more:focus {
  background-color: #dd9b27;
}

.required {
  color: #c52250;
  font-weight: 700;
}

.success {
  border-style: solid;
  border-width: 1px;
  border-color: #22c576;
  border-radius: 5px;
  background-color: #bff4da;
  display: inline-block;
  padding: 7px 23px;
  margin: 0 0 30px;
  font-weight: 700;
}

.failure {
  border-style: solid;
  border-width: 1px;
  border-color: #c52250;
  border-radius: 5px;
  background-color: #f4bfce;
  display: inline-block;
  padding: 7px 23px;
  margin: 0 0 30px;
  font-weight: 700;
}

.portal-section input[type=checkbox],
.portal-section input[type=radio] {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  height: auto;
}
.portal-section input[type=checkbox] + label,
.portal-section input[type=radio] + label {
  display: inline;
}
.portal-section label img {
  cursor: pointer;
}
.portal-section .file-upload label {
  display: block;
}
.portal-section .file-upload input[type=file] {
  width: auto;
  display: inline-block;
  border-color: #e1e4e6;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 5px;
  margin: 20px 0;
}
.portal-section .gfield_label {
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .portal-section ul.gfield_checkbox li {
    display: inline-block;
    margin-bottom: 5px;
  }
  .portal-section ul.gfield_checkbox li label {
    font-family: "proxima-nova", sans-serif;
    text-transform: none;
    font-weight: 400;
  }
}
@media only screen and (min-width: 992px) {
  .portal-section ul.gfield_checkbox li {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal-section ul.gfield_checkbox li {
    width: 50%;
  }
}
.portal-section .gfield_html:not(.alert_header) {
  border-style: solid;
  border-color: #2282c5;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  background-color: #68b2e5;
}
.portal-section .gform_footer input[type=submit] {
  width: 100px;
  float: right;
}
.portal-section .gfield_label {
  margin-bottom: 5px;
}
.portal-section h2 {
  color: #00263e;
}
.portal-section .gf_flex .gform_fields {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.portal-section .gf_flex .gsection {
  width: 100%;
}
.portal-section .gf_flex .gsection h2 {
  margin: 20px 0 10px;
}
@media only screen and (min-width: 768px) {
  .portal-section .gf_flex .gf_left_half,
  .portal-section .gf_flex .gf_left_third {
    padding-right: 15px;
  }
  .portal-section .gf_flex .gf_right_half,
  .portal-section .gf_flex .gf_right_third,
  .portal-section .gf_flex .gf_fourth_quarter {
    padding-left: 15px;
  }
  .portal-section .gf_flex .gf_left_third,
  .portal-section .gf_flex .gf_middle_third,
  .portal-section .gf_flex .gf_right_third {
    width: 33.333333%;
  }
  .portal-section .gf_flex .gf_first_quarter,
  .portal-section .gf_flex .gf_second_quarter,
  .portal-section .gf_flex .gf_third_quarter,
  .portal-section .gf_flex .gf_fourth_quarter {
    width: 25%;
  }
  .portal-section .gf_flex .gf_left_half,
  .portal-section .gf_flex .gf_right_half {
    width: 50%;
  }
  .portal-section .gf_flex .gf_middle_third,
  .portal-section .gf_flex .gf_second_quarter,
  .portal-section .gf_flex .gf_third_quarter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.portal-section .gf_flex .gf_full_width {
  width: 100%;
}

.portal-form input[type=text],
.portal-form input[type=email],
.portal-form input[type=password],
.portal-form input[type=tel],
.portal-form textarea {
  margin-bottom: 15px;
}
.portal-form input[type=text].disabled, .portal-form input[type=text]:disabled,
.portal-form input[type=email].disabled,
.portal-form input[type=email]:disabled,
.portal-form input[type=password].disabled,
.portal-form input[type=password]:disabled,
.portal-form input[type=tel].disabled,
.portal-form input[type=tel]:disabled,
.portal-form textarea.disabled,
.portal-form textarea:disabled {
  opacity: 0.5;
}
.portal-form select {
  margin-bottom: 15px;
}
.portal-form textarea {
  height: auto;
}
.portal-form label {
  margin-bottom: 5px;
  display: block;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
}
.portal-form label.radio-label {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}
.portal-form label.radio-label input {
  width: auto;
}
.portal-form .form-group {
  margin-bottom: 30px;
}

.profile-form h4 {
  margin: 15px 0;
}

.login-page {
  padding-top: 50px;
  text-align: center;
}
.login-page h1 {
  color: #00263e;
  font-size: 60px;
}
.login-page p {
  margin: 0;
}

.portal-login {
  background-color: #e1e4e6;
  border-radius: 5px;
  margin: 0 0 30px;
  padding: 30px;
  text-align: left;
}
.portal-login .forgot-password {
  text-decoration: underline;
}
.portal-login label {
  margin-bottom: 0;
  text-transform: none;
}
.portal-login .login-submit {
  text-align: right;
}
.portal-login input[type=submit] {
  margin-right: 0;
  width: 100px;
}

.inline-button {
  display: inline-block;
}

.portal-block-header {
  display: inline-block;
}
.portal-block-header + .inline-button {
  margin-left: 10px;
}

.portal-block {
  background-color: #bfdef4;
  padding: 30px;
  margin-bottom: 30px;
  color: #00263e;
}
.portal-block .button-container:first-of-type {
  margin-bottom: 15px;
}
.portal-block .button-container .yellow-button {
  margin: 0;
  width: 120px;
  text-align: center;
}
.portal-block h2,
.portal-block h3 {
  color: #00263e;
  margin: 0 0 5px;
}
.portal-block h2 a,
.portal-block h3 a {
  color: #00263e;
}
.portal-block h2 a:hover,
.portal-block h3 a:hover {
  color: #dd9b27;
}
.portal-block h2 {
  font-size: 32px;
}
.portal-block h2 em {
  font-size: 13px;
  margin-left: 10px;
}
.portal-block h3 {
  font-size: 20px;
}
.portal-block ul.block-details {
  margin: 15px 0;
}
.portal-block.unapproved {
  opacity: 0.75;
}

.portal-top-menu {
  margin-bottom: 30px;
}

.portal-block-buttons .portal-button-blue, .portal-block-buttons .portal-login input[type=submit], .portal-login .portal-block-buttons input[type=submit],
.portal-block-buttons .portal-button-yellow {
  margin: 0 10px;
}
.portal-block-buttons .portal-button-blue:first-of-type, .portal-block-buttons .portal-login input[type=submit]:first-of-type, .portal-login .portal-block-buttons input[type=submit]:first-of-type,
.portal-block-buttons .portal-button-yellow:first-of-type {
  margin-left: 0;
}

.portal-block-section {
  margin: 15px 0;
}

table.portal-table .portal-button-blue, table.portal-table .portal-login input[type=submit], .portal-login table.portal-table input[type=submit],
table.portal-table .portal-button-yellow {
  width: 100px;
  text-align: center;
}

main.portal-dashboard .portal-block-section {
  margin-bottom: 50px;
}

.portal-shortbox {
  text-align: center;
  background-color: #bfdef4;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .portal-shortbox {
    height: 100%;
  }
}
.portal-shortbox h3 {
  color: #608eb5;
}

.portal-post-box a h3 {
  margin: 15px 0;
  color: #00263e;
  transition: 300ms;
}
.portal-post-box a h3:hover {
  color: #dd9b27;
}
.portal-post-box img {
  max-height: 250px;
}

.forum-post-preview,
.thread-header,
.thread-response,
.member-update {
  position: relative;
  background-color: #dae5ee;
  padding: 30px 15px;
  margin: 30px 0;
}
.forum-post-preview .author-info,
.thread-header .author-info,
.thread-response .author-info,
.member-update .author-info {
  text-align: center;
}
.forum-post-preview .author-info .name,
.thread-header .author-info .name,
.thread-response .author-info .name,
.member-update .author-info .name {
  font-weight: bold;
}
.forum-post-preview .author-info .avatar,
.thread-header .author-info .avatar,
.thread-response .author-info .avatar,
.member-update .author-info .avatar {
  display: block;
  width: 100px;
  border-radius: 50px;
  margin: 0 auto;
}
.forum-post-preview .response-count,
.thread-header .response-count,
.thread-response .response-count,
.member-update .response-count {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #94b3cd;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.forum-post-preview .read-more,
.thread-header .read-more,
.thread-response .read-more,
.member-update .read-more {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.forum-post-preview .forum-post-info .forum-post-title,
.thread-header .forum-post-info .forum-post-title,
.thread-response .forum-post-info .forum-post-title,
.member-update .forum-post-info .forum-post-title {
  margin-bottom: 10px;
}
.forum-post-preview .forum-post-info p,
.thread-header .forum-post-info p,
.thread-response .forum-post-info p,
.member-update .forum-post-info p {
  font-size: 18px;
}
.forum-post-preview .timestamps strong,
.thread-header .timestamps strong,
.thread-response .timestamps strong,
.member-update .timestamps strong {
  color: #00263e;
  text-transform: uppercase;
  font-size: 11px;
}
.forum-post-preview .timestamps .date,
.thread-header .timestamps .date,
.thread-response .timestamps .date,
.member-update .timestamps .date {
  margin-right: 20px;
}
.forum-post-preview .included-file,
.thread-header .included-file,
.thread-response .included-file,
.member-update .included-file {
  color: #00263e;
  margin-bottom: 5px;
}

.peer-group-header .fa-users {
  font-size: 50px;
  color: #00263e;
}
.peer-group-header h3 {
  margin: 10px 0;
}

.portal-header-form button,
.portal-header-form input,
.portal-header-form select {
  vertical-align: top;
}

.thread-header {
  background-color: transparent;
  border-style: solid;
  border-color: #00263e;
  border-width: 0 0 1px;
}
.thread-header h2.forum-post-title {
  font-size: 40px;
}

.title-closed {
  color: #757575;
  font-size: 22px;
  font-style: italic;
}

.thread-response,
.forum-post-preview,
.member-update {
  border-radius: 10px;
}

ul.breadcrumbs {
  list-style: none;
  padding-left: 0;
  border-style: solid;
  border-color: #e1e4e6;
  border-width: 0 0 1px;
  padding-bottom: 5px;
}
ul.breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
}
ul.breadcrumbs li a {
  font-weight: bold;
}
ul.breadcrumbs li::after {
  content: ">";
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
ul.breadcrumbs li:last-child::after {
  content: "";
}

.portal-admin-controls {
  margin-bottom: 15px;
}

.portal-button-green,
.portal-button-darkblue,
.portal-button-neutral {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  border-width: 0;
  border-style: solid;
  text-transform: uppercase;
  transition: 300ms;
  font-size: 11px;
  font-weight: bold;
}
.portal-button-green i,
.portal-button-darkblue i,
.portal-button-neutral i {
  margin-right: 5px;
}
.portal-button-green i:last-child,
.portal-button-darkblue i:last-child,
.portal-button-neutral i:last-child {
  margin-right: 0;
}

.portal-button-green {
  background-color: #60b562;
  color: #fff;
}
.portal-button-green:hover, .portal-button-green:focus {
  background-color: #387739;
  color: #fff;
}

.portal-button-darkblue {
  background-color: #00263e;
  color: #fff;
}
.portal-button-darkblue:hover, .portal-button-darkblue:focus {
  background-color: #0065a4;
  color: #fff;
}

.member-controls {
  margin-bottom: 30px;
}

#modal-confirm {
  display: none;
}

.featherlight-content #modal-confirm {
  display: block;
}

.thread-controls {
  position: absolute;
  top: 15px;
  right: 15px;
}

.member-update {
  padding: 30px;
}

div.tag-checkbox {
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
}
div.tag-checkbox input[type=checkbox] + label {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  transition: 300ms;
  background-color: #608eb5;
  color: #fff;
  border-radius: 5px;
  opacity: 1;
  cursor: pointer;
}
div.tag-checkbox input[type=checkbox] {
  display: none;
}
div.tag-checkbox input[type=checkbox]:checked + label {
  opacity: 0.5;
}

.speaker-row {
  margin-bottom: 15px;
}
.speaker-row:last-of-type {
  margin-bottom: 0;
}

.vue-photo-upload-container {
  position: relative;
}
.vue-photo-upload-container .message {
  position: absolute;
  right: -120px;
  width: 100px;
  font-size: 12px;
  line-height: 1.2;
  top: 0;
  z-index: 1000;
}

.vue-photo-upload-form .btn {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

/*
.staff-member {
    text-align: left;
    padding-top: 0;

    h1 {
        font-size: 24px;
    }

    h2 {
        margin: 0 0 15px;
        font-size: 16px;
    }

    p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        font-family: $headingsFont;
        text-transform: uppercase;
    }
}
*/
.person-row {
  display: flex;
  margin: 15px 0;
}
.person-row .person-portrait {
  width: 140px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .person-row .person-portrait {
    width: 80px;
    margin-right: 15px;
  }
  .person-row .person-portrait .portrait, .person-row .person-portrait .staff-portrait, .person-row .person-portrait .header-avatar, .person-row .person-portrait .rolodex-modal .avatar, .rolodex-modal .person-row .person-portrait .avatar {
    width: 80px;
    height: 80px;
  }
}
.person-row .person-info {
  padding-top: 0;
  display: flex;
  align-items: center;
}
.person-row .person-info h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  color: #608eb5;
}
.person-row .person-info h3 {
  margin: 5px 0 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #405761;
}
.person-row .person-info p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "pt-sans-narrow", sans-serif;
  text-transform: uppercase;
}

.ql-container {
  height: 300px !important;
}

div[data-name=_post_content] .wp-editor-tabs {
  display: none;
}

.acf-field--post-title input {
  border: 1px solid #e1e4e6;
}

.acf-form .acf-form-submit input[type=submit] {
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-family: pt-sans-narrow, Helvetica Neue, sans-serif;
  color: #fff;
  border-radius: 0.25rem;
  transition: 0.3s;
  background-color: #2282c5;
  cursor: pointer;
  transform: translate(0);
  box-shadow: 0 4px 0 0 #1362ae;
}
.acf-form .acf-form-submit input[type=submit]:hover {
  color: #fff;
  transform: translateY(4px);
  box-shadow: 0 0 0 0 #1362ae;
}

.campaign-builder form {
  display: flex;
  flex-wrap: wrap;
}
.campaign-builder .validation_error {
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto;
  border: 1px solid #9d1b40 !important;
  border-radius: 0.25rem !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  background-color: #ec5d6e !important;
  color: #fff !important;
}
.campaign-builder .gform_page_footer {
  text-align: right;
}
.campaign-builder .gform_next_button,
.campaign-builder .gform_previous_button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 0;
  color: #608eb5;
  font-weight: bold;
}
.campaign-builder .gfield_html:not(.alert_header) {
  background-color: transparent;
  border-color: transparent;
  color: #424242;
  width: 100%;
}

.portal-submit-update .media-modal .media-modal-close .screen-reader-text {
  visibility: hidden;
}
.portal-submit-update .media-frame-menu,
.portal-submit-update .media-sidebar {
  display: none;
}
.portal-submit-update .media-frame-title,
.portal-submit-update .media-frame-content,
.portal-submit-update .media-frame-toolbar,
.portal-submit-update .media-frame-router {
  left: 0;
}
.portal-submit-update .media-toolbar {
  height: unset !important;
  background: #fff;
  right: 0 !important;
  padding-top: 1rem;
}
.portal-submit-update .attachments-browser .attachments {
  padding-top: 6rem !important;
  right: 0 !important;
}
.portal-submit-update .attachments-browser .media-views-heading {
  padding: 2rem 1rem;
}

.portal__back-button {
  border: 1px solid #608EB5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.8rem 2rem;
  margin-bottom: 2rem;
  transition: 0.3s all ease-in-out;
  display: block;
  max-width: 152px;
  text-align: center;
}
.portal__back-button:hover {
  background: #608EB5;
  color: #fff;
}

.single-collection .post-content,
.single-collection .portal-info,
.single-collection .portal-section,
.single-resource .post-content,
.single-resource .portal-info,
.single-resource .portal-section {
  max-width: 812px;
}
@media screen and (min-width: 992px) {
  .single-collection .post-content,
  .single-collection .portal-info,
  .single-collection .portal-section,
  .single-resource .post-content,
  .single-resource .portal-info,
  .single-resource .portal-section {
    margin-left: 132px;
  }
}

.single-collection .portal-info,
.single-resource .portal-info {
  border: 0;
}

.single-collection .resource,
.single-resource .resource {
  border-bottom: 1px solid #E1E4E6;
  margin-bottom: 1.5rem;
}

.single-collection .resource i,
.single-resource .resource i {
  font-size: 1.5rem;
  align-self: center;
  padding: 0 50px;
}

.resource-title {
  /* H5 */
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  /* 608eb5 */
  color: #608EB5;
}

.resource-excerpt {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* or 150% */
  margin-bottom: 1.5rem;
  /* 656565 */
  color: #656565;
}

.file-title {
  /* H5 */
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  /* 608eb5 */
  color: #608EB5;
  margin-bottom: 0;
}

.portal-block-section .grants .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portal-block-section .grants__grant {
  display: flex;
  flex: 1 auto;
  max-width: 50%;
  padding-right: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
}
.portal-block-section .grants__grant img {
  max-width: 50%;
  margin-right: 1rem;
}

.single-grant .portal-section .row .col-md-8.col-md-offset-2 {
  margin-left: 0;
  width: 100% !important;
}

@media screen and (min-width: 992px) {
  header.portal-collection-resources {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-right: 112px;
  }
}
header.portal-collection-resources .switch-post-type-button {
  background: #2EB1B6;
  border-radius: 4px;
  color: #fff;
  padding: 0.8rem 2rem;
  transition: 0.3s all ease-in-out;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
header.portal-collection-resources .switch-post-type-button:hover {
  background: #1f7679;
}

.portal-collections .filters,
.portal-resources .filters {
  margin-bottom: 4rem;
}
.portal-collections .filter,
.portal-resources .filter {
  margin-right: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .portal-collections .filter,
  .portal-resources .filter {
    margin-bottom: 2rem;
  }
}
.portal-collections .filter label,
.portal-resources .filter label {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* 608eb5 */
  color: #608EB5;
  margin-bottom: 6px;
}
.portal-collections .filter .select-container,
.portal-resources .filter .select-container {
  margin-top: 0;
}
.portal-collections .filter select,
.portal-resources .filter select {
  min-width: 170px;
}

.single-collection .resource-type-label {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* 00263E */
  color: #00263E;
}

.single-resource main {
  padding-bottom: 112px;
}
.single-resource .resource-pdf {
  max-width: 477px;
  width: 100%;
  height: 584px;
}
.single-resource .download-file {
  /* 608eb5 */
  border: 1px solid #608EB5;
  border-radius: 4px;
  padding: 0.8rem 2rem;
}
.single-resource .download-label {
  /* H6 */
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  /* 00263E */
  color: #00263E;
  margin: 19px 0;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff; /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  @page {
    margin: 0.5in;
  }
  .post-meta {
    display: none;
  }
  aside {
    display: none;
  }
  header.sitewide-header {
    background-color: #7dcdff !important;
  }
  section.subnav,
  section.event-menu,
  .mobile-more-posts-banner {
    display: none;
  }
  .hero-buttons .btn {
    display: block;
  }
}
.sidebar .v-dropdown {
  margin-bottom: 15px;
}

.v-dropdown {
  width: 100%;
  position: relative;
  z-index: 999;
}
.v-dropdown.open {
  z-index: 1001;
}
.v-dropdown .v-dropdown-label {
  background-color: #608eb5;
  color: #fff;
  display: block;
  z-index: 1000;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: left;
  position: relative;
  font-family: "pt-sans-narrow", sans-serif;
  border-width: 0;
  font-size: 17px;
  -webkit-appearance: none;
  transition: 300ms;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0);
}
.v-dropdown .v-dropdown-label.open {
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.3);
}
.v-dropdown .v-dropdown-label:hover, .v-dropdown .v-dropdown-label:focus {
  background-color: #dd9b27;
}
.v-dropdown .v-dropdown-label .v-dropdown-icon {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 24px;
}
.v-dropdown .v-dropdown-label:focus {
  outline-width: 0;
}
.v-dropdown .v-dropdown-controls {
  position: absolute;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  top: 46px;
  left: 0;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  overflow-y: hidden;
  transition: 500ms;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.v-dropdown .v-dropdown-controls.open {
  max-height: 400px;
  z-index: 1001;
}
.v-dropdown .v-dropdown-search-container {
  padding: 10px;
  background-color: #e1e4e6;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #b7bec3;
}
.v-dropdown .v-dropdown-search-container .text-input, .v-dropdown .v-dropdown-search-container .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input, .v-dropdown .v-dropdown-search-container section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input {
  margin: 0;
  background-color: #fff;
  color: #424242;
}
.v-dropdown .v-dropdown-search-container .text-input::-webkit-input-placeholder, .v-dropdown .v-dropdown-search-container .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input::-webkit-input-placeholder, .v-dropdown .v-dropdown-search-container section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input::-webkit-input-placeholder {
  color: #424242;
}
.v-dropdown .v-dropdown-search-container .text-input:-moz-placeholder, .v-dropdown .v-dropdown-search-container .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:-moz-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:-moz-placeholder, .v-dropdown .v-dropdown-search-container section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:-moz-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:-moz-placeholder {
  color: #424242;
}
.v-dropdown .v-dropdown-search-container .text-input::-moz-placeholder, .v-dropdown .v-dropdown-search-container .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input::-moz-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input::-moz-placeholder, .v-dropdown .v-dropdown-search-container section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input::-moz-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input::-moz-placeholder {
  color: #424242;
}
.v-dropdown .v-dropdown-search-container .text-input:-ms-input-placeholder, .v-dropdown .v-dropdown-search-container .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:-ms-input-placeholder, .v-dropdown .v-dropdown-search-container section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:-ms-input-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:-ms-input-placeholder {
  color: #424242;
}
.v-dropdown .v-dropdown-search-container .text-input:focus::-webkit-input-placeholder, .v-dropdown .v-dropdown-search-container .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:focus::-webkit-input-placeholder, .v-dropdown .v-dropdown-search-container section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.v-dropdown .v-dropdown-search-container .text-input:focus:-moz-placeholder, .v-dropdown .v-dropdown-search-container .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus:-moz-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:focus:-moz-placeholder, .v-dropdown .v-dropdown-search-container section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:focus:-moz-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.v-dropdown .v-dropdown-search-container .text-input:focus::-moz-placeholder, .v-dropdown .v-dropdown-search-container .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus::-moz-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:focus::-moz-placeholder, .v-dropdown .v-dropdown-search-container section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:focus::-moz-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.v-dropdown .v-dropdown-search-container .text-input:focus:-ms-input-placeholder, .v-dropdown .v-dropdown-search-container .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder, .custom-donation-form-styles .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:focus:-ms-input-placeholder, .v-dropdown .v-dropdown-search-container section.donate-forms .gform_body .gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder, section.donate-forms .gform_body .gform_fields li.gfield .ginput_container .v-dropdown .v-dropdown-search-container input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.v-dropdown .v-dropdown-options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: scroll;
}
.v-dropdown .v-dropdown-options li {
  text-align: left;
  padding: 0;
}
.v-dropdown .v-dropdown-options li:first-child button {
  padding-top: 8px;
}
.v-dropdown .v-dropdown-options li:last-child button {
  border-radius: 0 0 5px 5px;
}
.v-dropdown .v-dropdown-options li:nth-child(even) button {
  background-color: #e1e4e6;
}
.v-dropdown .v-dropdown-options li button {
  text-align: left;
  -webkit-appearance: none;
  padding: 5px 20px;
  background-color: transparent;
  border-width: 0;
  width: 100%;
  transition: 150ms;
}
.v-dropdown .v-dropdown-options li button:hover, .v-dropdown .v-dropdown-options li button:focus {
  outline-width: 0;
  color: #fff;
}
.v-dropdown .v-dropdown-options li button:focus {
  background-color: #e4af53;
}
.v-dropdown .v-dropdown-options li button:hover {
  background-color: #dd9b27;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker tbody tr, .ui-datepicker thead {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin: 2.5% 5px 0;
  color: #596a73;
}

.ui-datepicker-next, .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/datepicker/arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#f1f1f1", GradientType=0 );
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#dedede", GradientType=0 );
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  border: 1px solid #c19163;
  color: #666;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.react-datepicker__close-icon {
  display: none;
}

.date-filter-active .react-datepicker__close-icon {
  display: initial;
  top: 33%;
}

.page-cntent .alignwide,
.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.page-content .alignfull,
.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.portal-block-section .wp-block-embed iframe {
  width: 100%;
  min-height: 380px;
}

.wp-block-embed.is-type-video iframe {
  width: 100%;
  min-height: 320px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .wp-block-embed.is-type-video iframe {
    min-height: 460px;
    padding: unset;
  }
}

.hide-embed .embed-responsive {
  display: none;
}

.job-box .job-box__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 98%;
  width: 100%;
}
.job-box .job-box__image {
  max-height: 100%;
  width: auto;
}

.select-container {
  position: relative;
}
.select-container i {
  position: absolute;
  color: #fff;
  top: 40%;
  right: 1rem;
}

.alignfull, .getwid-section-content-full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.page-template-default .wp-block-getwid-section .gform_fields {
  flex-direction: column;
}

.c-day-content-wrapper {
  padding-top: 1rem;
}

.collections .collection {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E1E4E6;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .collections .collection {
    grid-template-columns: 2fr 6fr;
  }
}
.collections .collection span {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* 00263E */
  color: #00263E;
}
.collections .collection a h2 {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  /* 608eb5 */
  color: #608EB5;
}
.collections .collection a h2:hover {
  color: #719abd;
}

.page-template-post-archive .inner {
  max-width: 1280px;
  margin: 2rem auto 0;
}
@media screen and (max-width: 992px) {
  .page-template-post-archive .inner .h-8 {
    height: 0;
  }
}

.post-archive__heading {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .post-archive__heading {
    margin-top: 6rem;
  }
}
.post-archive__heading .divider {
  background: #eee;
  height: 1px;
  width: 100%;
  content: "";
  margin: 1rem 0 2rem;
}
@media screen and (min-width: 992px) {
  .post-archive__heading .divider {
    margin: 2rem 0;
  }
}
.post-archive__heading h1.post-archive__heading__title {
  /* Page Title */
  font-family: "pt-sans-narrow", sans-serif;
  font-style: normal;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00263E;
  /* or 69% */
}
@media screen and (min-width: 992px) {
  .post-archive__heading h1.post-archive__heading__title {
    font-size: 72px;
    line-height: 50px;
  }
}
.post-archive__heading #catform {
  z-index: 2;
}
.post-archive__heading .post-archive__heading__filters {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .post-archive__heading .post-archive__heading__filters {
    padding-left: 0;
  }
}
.post-archive__heading .post-archive__heading__filters .inner {
  list-style-type: none;
  display: flex;
  padding: 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .post-archive__heading .post-archive__heading__filters .inner {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 992px) {
  .post-archive__heading .post-archive__heading__filters .inner {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
    margin: 0 auto;
  }
}
.post-archive__heading .post-archive__heading__filters__category {
  font-family: "pt-sans-narrow", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  margin: 0 1.5rem;
  text-align: center;
  letter-spacing: -0.003em;
  /* 00263E */
  color: #00263E;
}
@media screen and (max-width: 992px) {
  .post-archive__heading .post-archive__heading__filters__category {
    margin: 0 1.5rem 1rem 0;
    white-space: nowrap;
  }
}
.post-archive__heading .filtersToggle {
  cursor: pointer;
  margin: 1rem;
  font-family: "pt-sans-narrow", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  min-width: 200px;
  background: #2282C5;
  color: #fff;
  text-align: center;
  letter-spacing: -0.003em;
  /* 00263E */
}
@media screen and (min-width: 992px) {
  .post-archive__heading .filtersToggle {
    margin: 0 0 0.3rem 1rem;
    max-height: 43px;
  }
}
@media screen and (max-width: 992px) {
  .post-archive__heading .filtersToggle {
    padding: 1rem;
    width: 100%;
    margin-left: 0;
  }
}
.post-archive__heading .filtersToggle:hover {
  background: #52a6e1;
}
.post-archive__heading .filterSelects {
  display: flex;
}
@media screen and (max-width: 992px) {
  .post-archive__heading .filterSelects {
    flex-direction: column;
  }
}
.post-archive__heading .filterSelects > div {
  flex: 1;
}
@media screen and (min-width: 992px) {
  .post-archive__heading .filterSelects > div {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .post-archive__heading .filterSelects > div:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .post-archive__heading .filterSelects .custom-select {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .post-archive__heading .filterSelects .filter__state.custom-select {
    margin-bottom: 0 !important;
  }
}
.post-archive__heading .post-archive__heading__state-select {
  margin-top: 2rem;
  align-self: center;
}

.post-archive__allnews__pagination {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.post-archive__allnews__pagination .pagination__container {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.post-archive__allnews__pagination .pagination__marker a {
  border: 1px solid #608eb5;
  padding: 0.5rem 1rem;
  margin-left: 0.3rem;
}
.post-archive__allnews__pagination .pagination__marker span.current {
  border: 1px solid #608eb5;
  background: #608eb5;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-left: 0.3rem;
}
.post-archive__allnews__pagination .pagination__marker span.dots {
  padding: 0.5rem 1rem;
  margin-left: 0.3rem;
}

.filterBar .filterContainer {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .filterBar .filterContainer {
    flex-direction: row;
  }
}
.filterBar form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .filterBar form {
    flex-direction: row;
  }
}
@media screen and (max-width: 992px) {
  .filterBar .filter__sdate,
  .filterBar .filter__edate {
    text-align: left;
  }
}
.filterBar .filter__text,
.filterBar .filter__org,
.filterBar .filter__sdate,
.filterBar .filter__edate,
.filterBar .filter__submit {
  border-radius: 4px;
  color: #00263e;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
}
.filterBar .filter__text ::-moz-placeholder, .filterBar .filter__org ::-moz-placeholder, .filterBar .filter__sdate ::-moz-placeholder, .filterBar .filter__edate ::-moz-placeholder, .filterBar .filter__submit ::-moz-placeholder {
  color: #00263e;
  text-align: center;
}
.filterBar .filter__text ::placeholder,
.filterBar .filter__org ::placeholder,
.filterBar .filter__sdate ::placeholder,
.filterBar .filter__edate ::placeholder,
.filterBar .filter__submit ::placeholder {
  color: #00263e;
  text-align: center;
}
.filterBar .filter__text {
  background: #e1e4e6;
  color: #00263e;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .filterBar .filter__text {
    padding: 1rem;
  }
}
.filterBar .filterBar__text-container {
  width: 100%;
  position: relative;
}
.filterBar .filterBar__text-container i {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  font-size: 1.25rem;
  color: #608eb5;
}
@media screen and (max-width: 992px) {
  .filterBar .filterBar__text-container i {
    top: 1.2rem;
  }
}
.filterBar .filter__org,
.filterBar .react-datepicker-wrapper .filter__submit {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .filterBar .filter__org,
  .filterBar .react-datepicker-wrapper .filter__submit {
    width: 25%;
  }
}
.filterBar .react-datepicker-wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .filterBar .react-datepicker-wrapper {
    margin-top: 1rem;
  }
}
.filterBar .filter__sdate,
.filterBar .filter__edate {
  background: #e1e4e6;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: center;
}
.filterBar .react-datepicker__input-container {
  width: 100%;
}
.filterBar .filter__submit {
  background: #2282c5;
  color: #fff;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .filterBar .filter__submit {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .filterBar .filter__submit {
    min-width: 25%;
  }
}
.filterBar .filterBar__clear-filters {
  padding-top: 1rem;
  width: 100%;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  text-align: center;
  /* 00263E */
  color: #00263E;
}
@media screen and (min-width: 992px) {
  .filterBar .filterBar__clear-filters {
    text-align: right;
    margin-right: 1rem;
    margin-top: 0.5rem;
  }
}
.filterBar .filterBar__clear-filters i {
  color: #608eb5;
}
.filterBar .custom-select {
  display: block;
  font-size: 18px;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  color: #708592;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #e1e4e6 0%, #e1e4e6 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1000%;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (min-width: 992px) {
  .filterBar .custom-select {
    max-width: 25%;
  }
}
.filterBar .custom-select::-ms-expand {
  display: none;
}
.filterBar .custom-select:hover {
  border-color: #888;
}
.filterBar .custom-select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.filterBar .custom-select option {
  font-weight: normal;
}
.filterBar .z-index-override {
  z-index: 100;
}
.filterBar div[class$=-menu] {
  z-index: 101;
}
.filterBar div[class$=-ValueContainer] {
  flex-wrap: nowrap;
}
.filterBar div[class$=-multiValue] div:last-child {
  min-width: 20px;
}

.post-archive__allnews__pagination {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .post-archive__allnews__pagination {
    margin: 0 auto;
  }
}
.post-archive__allnews__pagination .pagination__container {
  max-width: 95%;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  align-items: center;
  margin: 100px auto 150px;
}
@media screen and (max-width: 992px) {
  .post-archive__allnews__pagination .pagination__container {
    flex-wrap: none;
    justify-content: flex-start;
  }
}
.post-archive__allnews__pagination .pagination__container li {
  display: flex;
}
.post-archive__allnews__pagination .pagination__container a {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 4px 0 rgba(230, 230, 230, 0.5);
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0c3349;
  letter-spacing: 0;
  padding: 16px 24px;
  margin: 0 0.5rem;
}
@media screen and (max-width: 992px) {
  .post-archive__allnews__pagination .pagination__container a {
    padding: 8px 16px;
    font-size: 15px;
    margin: 0.25rem 0.25rem;
  }
}
.post-archive__allnews__pagination .pagination__container a:hover {
  text-decoration: none;
}
.post-archive__allnews__pagination .pagination__container li.active a {
  background: #608eb5;
  color: #ffffff;
}
.post-archive__allnews__pagination .pagination__container li.previous a,
.post-archive__allnews__pagination .pagination__container li.next a {
  padding: 0;
  border: 0;
}
.post-archive__allnews__pagination .pagination__container li.previous a::before,
.post-archive__allnews__pagination .pagination__container li.next a::before {
  display: block;
  padding: 16px 24px;
  border: 1px solid #e6e6e6;
  color: #608eb5;
}
@media screen and (max-width: 992px) {
  .post-archive__allnews__pagination .pagination__container li.previous a::before,
  .post-archive__allnews__pagination .pagination__container li.next a::before {
    padding: 8px 16px;
  }
}
.post-archive__allnews__pagination .pagination__container li.previous a::before {
  content: "\F104";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
  margin-right: 0.5rem;
}
.post-archive__allnews__pagination .pagination__container li.next a::before {
  content: "\F105";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
  margin-right: 0.5rem;
}

.watermark {
  position: absolute;
  top: 2rem;
  right: 0;
}

.loader__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.post-archive__allnews {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .post-archive__allnews {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 992px) {
  .post-archive__allnews {
    padding: 0 1rem;
  }
}

.react-datepicker-popper {
  z-index: 31 !important;
}

@media screen and (max-width: 838px) {
  .post-archive__heading__filters {
    position: relative;
  }
  .post-archive__heading__filters .inner {
    margin: 0 !important;
    width: 94%;
  }
  .post-archive__heading__filters .inner:after {
    content: "\F35A";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 1rem;
    right: 0;
  }
}
.stacked-posts img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .stacked-posts img {
    width: 200px;
    max-height: 112px;
    min-width: 200px;
  }
}

.single-post .breadcrumbs {
  background: #2282C5;
  padding: 1rem;
}
.single-post .breadcrumbs span, .single-post .breadcrumbs a {
  color: #fff;
}
@media print {
  .single-post .breadcrumbs {
    display: none;
  }
}
.single-post .single-post__hero {
  background-size: cover !important;
  color: #fff;
  font-family: "pt-sans-narrow", sans-serif;
  width: 100%;
}
@media print {
  .single-post .single-post__hero {
    margin-top: 2rem;
  }
}
.single-post .single-post__hero__overlay {
  height: 100%;
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media print {
  .single-post .single-post__hero__overlay {
    min-height: unset;
  }
}
.single-post .single-post__hero.with-featured .single-post__hero__overlay {
  min-height: 600px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (min-width: 1024px) {
  .single-post .single-post__hero.with-featured .single-post__hero__overlay {
    min-height: 80vh;
  }
}
@media print {
  .single-post .single-post__hero.with-featured .single-post__hero__overlay {
    min-height: unset;
  }
}
.single-post .single-post__hero__inner {
  margin: 0 auto 3rem;
  max-width: 1082px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  min-height: 256px;
}
@media screen and (max-width: 1100px) {
  .single-post .single-post__hero__inner {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1082px) {
  .single-post .single-post__hero-text {
    margin-right: 314px;
  }
}
.single-post .single-post__hero-text.without-excerpt {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.single-post .single-post__meta {
  display: flex;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 21px;
  /* identical to box height */
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-post .single-post__meta i {
  color: #2EB1B6;
  margin-right: 0.5rem;
}
.single-post .single-post__meta > div {
  margin-right: 1rem;
}
.single-post .single-post__tags a {
  color: #fff;
}
.single-post .single-post__tags a:hover {
  color: #2EB1B6;
}
.single-post .single-post__title {
  margin-top: 0.75rem;
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  line-height: 50px;
  /* or 104% */
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.single-post .single-post__excerpt {
  font-family: "pt-sans-narrow", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-top: 0.5rem;
}
.single-post .single-post__content {
  max-width: 1082px;
  margin: 3rem auto;
}
@media print {
  .single-post .single-post__content {
    margin-top: 0;
  }
}
.single-post .deco-border {
  margin-bottom: 3.5rem;
  width: 100%;
  height: 2px;
  background: #2EB1B6;
}
.single-post .single-post__share {
  display: none;
}
@media screen and (min-width: 1280px) {
  .single-post .single-post__share {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: -6rem;
  }
  .single-post .single-post__share a, .single-post .single-post__share button {
    border: 1px solid #2EB1B6;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    transition: 0.5s all ease-in-out;
  }
  .single-post .single-post__share a i, .single-post .single-post__share button i {
    font-size: 1.5rem;
    color: #fff;
    padding: 0.75rem;
  }
  .single-post .single-post__share a:hover, .single-post .single-post__share button:hover {
    background: #2EB1B6;
  }
  .single-post .single-post__share button {
    margin-bottom: unset;
  }
}
.single-post .single-post__share.without-excerpt {
  bottom: 0;
  top: unset;
}
@media screen and (min-width: 1280px) {
  .single-post .single-post__share.without-excerpt button {
    margin-bottom: unset;
  }
}
.single-post .single-post__content p,
.single-post .single-post__content h1,
.single-post .single-post__content h2,
.single-post .single-post__content h3,
.single-post .single-post__content h4,
.single-post .single-post__content h5,
.single-post .single-post__content h6 {
  padding: 0 1rem;
}
@media screen and (min-width: 1100px) {
  .single-post .single-post__content p,
  .single-post .single-post__content h1,
  .single-post .single-post__content h2,
  .single-post .single-post__content h3,
  .single-post .single-post__content h4,
  .single-post .single-post__content h5,
  .single-post .single-post__content h6 {
    padding: 0;
  }
}
.single-post .single-post__content img {
  margin: 1rem 0;
}
.single-post .single-post__author-block {
  display: flex;
  align-items: center;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-transform: uppercase;
  /* 656565 */
  color: #656565;
}
.single-post .single-post__author-block img {
  max-height: 125px;
  max-width: 125px;
}
.single-post .single-post__author-block .single-post__author-meta > div {
  margin-bottom: 0.5rem;
}
.single-post .single-post__author-block .single-post__author-meta span {
  margin-right: 2rem;
}
.single-post .single-post__author-block .single-post__author-meta i {
  margin-right: 0.25rem;
}
@media print {
  .single-post .single-post__related {
    display: none;
  }
}
.single-post .single-post_author-image {
  margin-right: 1rem !important;
}
.single-post .single-post__footer-meta {
  font-family: "pt-sans-narrow", sans-serif;
  font-size: 18px;
  margin: 2rem 0;
  clear: both;
}
.single-post .single-post__footer-meta span {
  font-weight: 700;
}
@media screen and (max-width: 1090px) {
  .single-post .single-post__footer-meta {
    padding: 1rem;
  }
}

.tax-professional_topics .professional_topic-container {
  display: flex;
  flex-wrap: wrap;
}
.tax-professional_topics .profesional-topic-name {
  margin-top: 4rem;
  width: 100%;
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
  .tax-professional_topics .post {
    width: 25%;
  }
}
.tax-professional_topics .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.tax-professional_topics .pagination .pages {
  list-style-type: none;
  display: flex;
  padding-left: 0;
}
.tax-professional_topics .pagination .page-number {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 4px 0 rgba(230, 230, 230, 0.5);
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0c3349;
  letter-spacing: 0;
  padding: 16px 24px;
  margin: 0 0.5rem;
}
.tax-professional_topics .pagination .page-number.current {
  background: #608eb5;
  color: #ffffff;
}
.tax-professional_topics .next {
  padding-left: 2rem;
}
.tax-professional_topics .prev {
  padding-right: 2rem;
}

.directory-main {
  order: 2;
}
@media screen and (min-width: 768px) {
  .directory-main {
    order: 1;
  }
}

.directory-sidebar {
  order: 1;
}
@media screen and (min-width: 768px) {
  .directory-sidebar {
    order: 2;
  }
}

.hero-map {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-map img {
  width: 800px;
  max-width: 100%;
}

.lockup-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.hero-buttons a {
  background: #dd9b27;
  border: #dd9b27;
  width: 48% !important;
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
}
.hero-buttons a:nth-child(1), .hero-buttons a:nth-child(2) {
  margin-bottom: 1rem;
}
.hero-buttons a:hover {
  background: #2282C5;
}

.logo-button-lockup-container {
  position: relative;
  margin-left: 68px;
  margin-top: 4rem;
}
@media screen and (min-width: 991px) {
  .logo-button-lockup-container {
    margin-top: 0;
    margin-left: 52px;
  }
}

.new-hero .new-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .new-hero .new-hero-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.new-hero .first-column,
.new-hero .second-column {
  width: 100%;
}
.new-hero .first-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .new-hero .first-column {
    width: 40%;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1220px) {
  .new-hero .first-column {
    margin-left: unset;
  }
}
@media screen and (min-width: 991px) {
  .new-hero .second-column {
    width: 60%;
  }
}

.homepage_video_section {
  background: url("/wp-content/themes/spn/assets/img/home-video-bg.png");
  background-size: cover;
}
.homepage_video_section .inner {
  padding: 80px 1rem;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.homepage_video_section .inner > div {
  flex: 1;
}
.homepage_video_section .inner p {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .homepage_video_section .inner {
    flex-direction: row;
  }
}
.homepage_video_section .section-title {
  color: #fff;
  margin-bottom: 34px;
}
.homepage_video_section .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .homepage_video_section .text-container {
    margin-left: 97px;
  }
}
.homepage_video_section .video-title,
.homepage_video_section .video-description {
  color: #fff;
}
.homepage_video_section .video-title {
  margin-bottom: 8px;
}
.homepage_video_section .video-description {
  margin-bottom: 24px;
}

.stats__block {
  width: 100%;
  background: #00263e;
  padding: 4rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .stats__block {
    border-radius: 10px;
  }
}
.stats__block .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .stats__block .inner {
    flex-direction: row;
  }
}

.stats__block.columns-4 .stats__block__stat {
  width: 25%;
}

.stats__block.columns-3 .stats__block__stat {
  width: 33%;
}

.stats__block.columns-2 .stats__block__stat {
  width: 50%;
}

a.stats__block__stat:hover {
  color: #68b2e5;
}

.stats__block__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.stats__block__stat .stat__description {
  text-align: center;
}
.stats__block__stat i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .stats__block__stat {
    border-right: 1px solid #ccc;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .stats__block__stat {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .stats__block__stat:last-child {
    border-right: 0;
  }
}

.stat__stat {
  font-family: "pt-sans-narrow", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

section.accordion {
  margin-bottom: 1rem;
}
section.accordion .item-body.houdini {
  display: none;
}
section.accordion .item-body.houdini.is-expanded {
  display: initial;
}
section.accordion .item-body .inner {
  padding: 1rem;
}
section.accordion .item-body .inner img.alignleft,
section.accordion .item-body .inner img.alignright {
  margin-bottom: 2rem;
}
section.accordion .item-body img.alignleft {
  padding-right: 0.5rem;
}
section.accordion .item-body img.alignright {
  padding-left: 0.5rem;
}
section.accordion .item-body img.aligncenter {
  margin: 1rem auto;
}
section.accordion .item-toggle button {
  background: #00263e;
  color: #fff;
  display: flex;
  width: 100%;
  border: 0;
  justify-content: space-between;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
section.accordion .item-toggle button:active, section.accordion .item-toggle button:focus {
  outline: none;
  border: none;
}
section.accordion .item-toggle i {
  margin-top: 6px;
  margin-left: 8px;
}
section.accordion .item-toggle button i.fa-minus-square {
  display: none;
}
section.accordion .item-toggle button.active i.fa-minus-square {
  display: initial;
}
section.accordion .item-toggle button i.fa-plus-square {
  display: initial;
}
section.accordion .item-toggle button.active i.fa-plus-square {
  display: none;
}

.content_card {
  background: #608eb5;
}
.content_card .inner {
  max-width: 1082px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 1082px) {
  .content_card .inner {
    padding: 6rem 0;
  }
}
.content_card .section_title,
.content_card .section_description {
  color: #fff;
}
.content_card .section_title {
  font-size: 24px;
  font-family: "PT Sans";
  font-weight: 700;
  text-align: center;
}
.content_card .section_description {
  text-align: center;
}
.content_card .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_card .card {
  background: white;
  width: 100%;
  border-radius: 4px;
  margin: 1rem 0;
}
.content_card .card:hover {
  cursor: default;
}
@media screen and (min-width: 992px) {
  .content_card .card {
    max-width: 49%;
  }
}
.content_card .card.has-destination {
  transition: 0.5s ease-in-out;
}
.content_card .card.has-destination:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.content_card .card.no-description .image {
  justify-content: center;
  align-items: center;
}
.content_card .card.no-description .title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.content_card .card.card-type-icon {
  display: flex;
  justify-content: space-between;
}
.content_card .card.card-type-icon .image {
  width: 25%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_card .card.card-type-icon .image i {
  font-size: 5rem;
}
.content_card .card.card-type-icon .card-text {
  padding: 1rem 2rem 1rem 1rem;
}
.content_card .card.card-type-logo {
  display: flex;
  justify-content: space-between;
}
.content_card .card.card-type-logo .image {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 152px;
}
.content_card .card.card-type-logo .card-text {
  padding: 2rem;
}
.content_card .card.card-type-image {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.content_card .card.card-type-image .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 244px;
}
.content_card .card.card-type-image img {
  margin: 0;
  border-radius: 4px 4px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.content_card .card.card-type-image .card-text {
  padding: 2rem;
}
.content_card .card-text {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1 auto;
  padding: 1rem;
}
.content_card .card .title,
.content_card .card .description {
  width: 100%;
}
.content_card .card .title {
  font-weight: 700;
  font-family: "PT Sans";
}

.block__user_post_query {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .block__user_post_query {
    flex-direction: row;
  }
}
.block__user_post_query .post_tile {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .block__user_post_query .post_tile {
    max-width: 24%;
  }
}

.gravity_form_with_title {
  background: #113c5c;
  color: #fff;
}
.gravity_form_with_title .inner {
  padding: 1rem;
}
.gravity_form_with_title p {
  color: #fff;
}

@media screen and (max-width: 1090px) {
  .pdf-block {
    padding: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .pdf-block {
    border: 2px solid #2282C5;
    margin: 1rem;
  }
}

.pdf-block i {
  color: #2282C5;
  padding-left: 1.25rem;
}
@media screen and (min-width: 500px) {
  .pdf-block i {
    display: none;
  }
}

.small-pdf-disclaimer {
  padding: 0 1.25rem 1rem !important;
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  .small-pdf-disclaimer {
    display: none;
  }
}

.pdf-block-iframe,
.pdf-download-link {
  display: none;
}
@media screen and (min-width: 500px) {
  .pdf-block-iframe,
  .pdf-download-link {
    display: initial;
  }
}

@media screen and (min-width: 500px) {
  .pdf-download-link {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .pdf-download-link {
    margin-left: 1rem;
  }
}

.pdf-block-link {
  margin-left: 1rem;
}
@media screen and (min-width: 500px) {
  .pdf-block-link {
    display: none;
  }
}

.single-post__content h2[id]::before {
  content: "";
  display: block;
  height: 50px;
  margin: -30px 0 0;
}

.table-of-contents-section {
  position: absolute;
  top: 720px;
  left: 0;
  background: #ffffff;
  box-shadow: 3px 7px 30px rgba(61, 86, 118, 0.25);
  border-radius: 0px 8px 8px 0px;
  max-width: 300px;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .table-of-contents-section {
    top: 82px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: fixed;
  }
}
.table-of-contents-section:hover {
  cursor: pointer;
}
.table-of-contents-section:hover .toc-button span {
  color: black !important;
}
.table-of-contents-section .toc-content .toc-button {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.table-of-contents-section .toc-content .toc-button h5 {
  color: black;
  font-size: 20px;
  line-height: 24px;
  margin-left: 15px;
  display: none;
  margin-bottom: 0;
}
.table-of-contents-section .toc-content .toc-button .text-container > span {
  display: none;
}
.table-of-contents-section .toc-content .toc-button span, .table-of-contents-section .toc-content .toc-button i {
  color: black;
}
.table-of-contents-section .toc-content .toc-button:not(.active) > span:first-child {
  padding-left: 1rem;
}
.table-of-contents-section .toc-content .text-container {
  padding-top: 23px;
}
.table-of-contents-section .toc-content .text-container span {
  margin-left: 15px;
}
.table-of-contents-section .toc-content .toc-button-change {
  width: auto;
  height: auto;
  padding: 30px 50px 25px 15px;
  border-bottom: 1px solid rgba(121, 142, 169, 0.3);
}
.table-of-contents-section .toc-content ul.table-of-contents {
  list-style-type: none;
  margin-left: 0;
  margin-top: 25px;
  display: none;
  padding: 0rem 1rem;
}
.table-of-contents-section .toc-content ul.table-of-contents li {
  margin-bottom: 0.5rem;
}
.table-of-contents-section .toc-content ul.table-of-contents li a {
  color: #3490dc;
  font-family: "pt-sans-narrow", sans-serif;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding: 5px 25px;
  font-weight: 400;
  margin-left: 25px;
  display: block;
}
.table-of-contents-section .toc-content ul.table-of-contents li a:hover {
  color: #103d60;
  border-left: 3px solid #3490dc;
}

section.anchor {
  padding-top: 120px;
  margin-top: -100px;
}

.scroll-anchor {
  padding-top: 100px !important;
  margin-top: -100px !important;
}

.sticky {
  position: fixed !important;
  top: 200px;
}

.pulsebg {
  animation: pulsebg 3000ms normal;
}

@keyframes pulsebg {
  0% {
    background-color: #f7f7f7;
    box-shadow: 0 0 20px #f7f7f7;
  }
  25% {
    background-color: #2282c5;
    box-shadow: 0 0 5px #2282c5;
  }
  50% {
    background-color: #f7f7f7;
    box-shadow: 0 0 20px #f7f7f7;
  }
  75% {
    background-color: #2282c5;
    box-shadow: 0 0 5px #2282c5;
  }
  100% {
    background-color: #f7f7f7;
    box-shadow: 0 0 20px #f7f7f7;
  }
}
.pulsetext {
  animation: pulsetext 3000ms normal;
}

@keyframes pulsetext {
  0% {
    color: #000;
  }
  25% {
    color: #fff;
  }
  50% {
    color: #000;
  }
  75% {
    color: #fff;
  }
  100% {
    color: #000;
  }
}
@media screen and (min-width: 1082px) {
  .break-container-full-width {
    width: 101vw;
    transform: translateX(calc((67em - 100vw) / 2));
  }
}

.search-results .pagination {
  display: flex;
  justify-content: center;
}
.search-results .pagination .pages {
  list-style-type: none;
  display: flex;
  padding: 0 1rem;
}
.search-results .pagination .pages li {
  margin: 0 1rem;
}

.portal-collections .portal-post-header .post-headline,
.portal-resources .portal-post-header .post-headline {
  padding-left: 0;
}

.portal-collections .portal-post-header,
.portal-collections .portal-section,
.portal-resources .portal-post-header,
.portal-resources .portal-section {
  padding-left: 112px;
}

.portal-collections .portal-post-header p,
.portal-resources .portal-post-header p {
  /* P3 */
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  /* White */
  color: #FFFFFF;
  max-width: 480px;
}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJ3cC1jb250ZW50L3RoZW1lcy9zcG4vYXNzZXRzL2Nzcy9zdHlsZS5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/