article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1,
h2,
h3 {
  margin: 0 0 24px;
}
h4,
h5,
h6 {
  margin: 0 0 12px;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 0 40px 24px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0 0 24px;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 0 0 24px;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.button,
.button:visited {
  border: 2px solid #4fa9de;
  padding: 10px 20px;
  color: white !important;
  display: inline-block;
  font-family: 'brandon-grotesque' !important;
  font-size: 1.125em;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4fa9de;
  outline: none;
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  background: #2793d3;
  border-color: #2793d3;
}
.button.secondary,
.button:visited.secondary {
  background: transparent !important;
}
.button.secondary:hover,
.button.secondary:focus,
.button:visited.secondary:hover,
.button:visited.secondary:focus {
  border-color: #2793d3;
}
.micro-button {
  font-size: 8px;
  font-weight: 700;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 6px 0;
  display: inline-block;
  text-transform: uppercase;
  color: #888;
  font-style: normal;
  font-family: sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.micro-button:hover {
  color: #7abee6;
  border-color: #7abee6;
}
html,
body {
  height: 100%;
}
body {
  background: white;
  color: #555;
  font-family: 'Merriweather', serif;
  font-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:visited {
  color: #4fa9de;
  text-decoration: none;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #7abee6;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'brandon-grotesque';
  text-rendering: optimizelegibility;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #4fa9de;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.75em;
  line-height: 1.333em;
  margin-bottom: 24px;
}
h2 {
  font-size: 1.25em;
  line-height: 1.4em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
hr {
  height: 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
.button.facebook {
  background: #3c549f;
}
.button.facebook:hover {
  background: #2e407a;
}
.button.twitter {
  background: #009ee0;
}
.button.twitter:hover {
  background: #007aad;
}
a[href^=tel] {
  color: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  text-decoration: inherit !important;
}
.form-styles p,
.form-styles label {
  color: #353846;
  font-weight: bold;
  font-size: 14px;
}
.form-styles .input-group-addon {
  font-size: 12px;
}
.form-styles input[type="text"],
.form-styles input[type="email"],
.form-styles textarea {
  background-color: #f5f8fa;
  border: 1px solid #b5c0c6;
  border-radius: 4px;
  box-shadow: none;
  display: block;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 20px;
  outline: none;
  padding: 12px;
  transition: border-color 200ms ease;
  width: 100%;
}
.form-styles input[type="text"]:focus,
.form-styles input[type="email"]:focus,
.form-styles textarea:focus {
  border-color: #555;
}
.wpcf7-form p,
.wpcf7-form label {
  color: #353846;
  font-weight: bold;
  font-size: 14px;
}
.wpcf7-form .input-group-addon {
  font-size: 12px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  background-color: #f5f8fa;
  border: 1px solid #b5c0c6;
  border-radius: 4px;
  box-shadow: none;
  display: block;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 20px;
  outline: none;
  padding: 12px;
  transition: border-color 200ms ease;
  width: 100%;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
  border-color: #555;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
#container {
  overflow-x: hidden;
}
#top-bar {
  width: 100%;
  position: relative;
  z-index: 20;
  background: #202425;
}
#top-bar #mobile-menu-trigger {
  display: block;
  width: 54px;
  height: 59px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 20;
  text-indent: -9999px;
  background: #4fa9de url(https://allvotersvote.org/wp-content/themes/origin/library/images/icon-mobile-menu.png) center center no-repeat;
  background-size: 22px 22px;
  border-left: 1px solid #60b1e1;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
#top-bar #logo {
  display: block;
  margin: 0 0 -14px;
  height: 73px;
  width: 80px;
  background: url(../images/logo-header.png) left top no-repeat;
  background-size: contain;
  text-indent: -9999px;
  outline: none;
}
#top-bar nav {
  margin: 0 -12px;
  background: rgba(79,169,222,0.95);
}
#top-bar nav ul {
  margin-bottom: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 200ms linear;
  -moz-transition: max-height 200ms linear;
  -ms-transition: max-height 200ms linear;
  -o-transition: max-height 200ms linear;
  transition: max-height 200ms linear;
}
#top-bar nav ul li {
  border-bottom: 1px solid #3a9fda;
  font-size: 1em;
}
#top-bar nav ul li:last-child {
  border: none;
}
#top-bar nav ul li a {
  font-family: 'brandon-grotesque';
  color: white;
  padding: 10px 14px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
}
#top-bar.mobile-menu-active #mobile-menu-trigger {
  background-color: #4fa9de;
  border-color: #4fa9de;
}
#top-bar.mobile-menu-active nav ul {
  max-height: 400px;
}
.sidebar {
  padding: 30px 0;
}
.sidebar .widgettitle {
  font-size: 1.175em;
  color: #373a3d;
  border-bottom: 1px solid #d3d7db;
  margin-bottom: 14px;
  padding-bottom: 10px;
}
.sidebar .widget {
  margin-bottom: 50px;
  line-height: 1.7;
  font-size: .925em;
}
.sidebar a {
  text-decoration: none;
}
.sidebar .widget_recent_entries .post-date {
  display: block;
  font-size: .75em;
  color: #999;
}
.sidebar h3 {
  color: #2f567c;
  margin-bottom: 4px;
}
.sidebar .menu li {
  margin: 18px 0;
}
.sidebar .menu a {
  color: #3e4349;
}
.sidebar .menu .current-menu-item a {
  font-weight: 700;
  color: #2f567c;
}
#footer {
  background: #202425;
  padding: 40px 0;
}
#footer .location,
#footer .recent-posts,
#footer .email-signup {
  margin-bottom: 40px;
}
#footer #footer-logo {
  display: block;
  width: 64px;
  height: 71px;
  background: url(../images/logo-footer.png) left top no-repeat;
  text-indent: -9999px;
}
#footer h2 {
  font-family: 'brandon-grotesque';
  color: white;
  text-transform: uppercase;
}
#footer .disclaimer {
  font-size: .875em;
  font-family: 'Helvetica', Arial, sans-serif;
  color: #999;
  margin-top: 20px;
}
#footer .location {
  font-family: 'Helvetica', Arial, sans-serif;
}
#footer .location h2 {
  color: white;
  text-transform: none;
}
#footer .location div {
  color: #bcbcbd;
  font-size: .875em;
  margin-bottom: 16px;
  line-height: 1.6;
}
#footer .location div a {
  color: inherit;
  text-decoration: none;
}
#footer .location div.address {
  padding-left: 30px;
  background: url(../images/icon-address.png) left 3px no-repeat;
}
#footer .location div.phone {
  padding-left: 30px;
  background: url(../images/icon-phone.png) left 2px no-repeat;
}
#footer .location div.phone a {
  text-decoration: none;
}
#footer .location div.email {
  padding-left: 30px;
  background: url(../images/icon-email.png) left 3px no-repeat;
}
#footer .location div.email a {
  text-decoration: none;
}
#footer .recent-posts li {
  margin-bottom: 16px;
  font-size: 14px;
  font-family: "Helvetica", Arial, sans-serif;
}
#footer .recent-posts li a {
  display: block;
  color: white;
  font-weight: 600;
  line-height: 1.4;
}
#footer .email-signup input[type="email"] {
  background: transparent;
  border: 2px solid #424243;
  color: white;
  outline: none;
  margin-bottom: 10px;
  padding: 12px 4px;
  width: 100%;
  transition: border-color 400ms linear;
}
#footer .email-signup input[type="email"]:focus {
  border-color: white;
}
#footer .email-signup input[type="email"]::-webkit-input-placeholder {
  color: #424243;
}
#footer .email-signup input[type="email"]:-moz-placeholder {
  color: #424243;
}
#footer .email-signup input[type="email"]::-moz-placeholder {
  color: #424243;
}
#footer .email-signup input[type="email"]:-ms-input-placeholder {
  color: #424243;
}
#footer .email-signup input[type="submit"],
#footer .email-signup button {
  background: #4fa9de;
  border: 0;
  border-radius: 6px;
  color: white;
  font-family: 'brandon-grotesque';
  font-weight: 700;
  font-size: .875em;
  outline: none;
  padding: 11px 4px;
  text-transform: uppercase;
  width: 100%;
}
#footer .email-signup .wpcf7-not-valid-tip {
  font-size: .75em;
  font-family: sans-serif;
}
#footer .email-signup .wpcf7-response-output {
  border: none;
  color: #7BC74A;
  display: block;
  font-size: .875em;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
#footer .email-signup .wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}
#footer .social-links li {
  display: inline-block;
  margin-right: 12px;
}
#footer .social-links li a {
  background: url(../images/icon-facebook.png) center center no-repeat;
  display: block;
  height: 23px;
  opacity: .6;
  width: 12px;
  text-indent: -9999px;
  transition: opacity 200ms ease;
}
#footer .social-links li a:hover {
  opacity: 1;
}
#footer .social-links li.twitter a {
  background-image: url(../images/icon-twitter.png);
  width: 20px;
}
#footer .social-links li.youtube a {
  background-image: url(../images/icon-youtube.png);
  width: 19px;
}
#footer .social-links li.contact a {
  background-image: url(../images/icon-contact.png);
  width: 23px;
}
#footer-copyright {
  background: #171a1b;
  color: white;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: .75em;
  padding: 14px 0;
  text-align: center;
}
body.home #billboard {
  height: 590px;
  width: 100%;
}
body.home #billboard .billboard-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
body.home #billboard .billboard-copy {
  color: white;
  font-family: 'brandon-grotesque';
  font-size: 3em;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 730px;
  text-align: center;
  text-transform: uppercase;
  word-break: keep-all;
}
body.home #billboard .billboard-actions {
  margin-top: 40px;
  text-align: center;
}
body.home #billboard .billboard-actions .button {
  margin: 0 20px 20px;
  width: 250px;
  padding: 16px 0;
}
body.home #main .entry-content {
  font-size: 1.375em;
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 0;
}
body.home #main .entry-content h2 {
  color: #353846;
  font-family: 'brandon-grotesque';
  font-size: 2.25em;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 24px 0;
  padding: 0;
  text-transform: uppercase;
}
body.home #main .entry-content .button {
  color: #2f567c !important;
  font-size: .875em;
  border-color: #2f567c;
  margin-top: 40px;
  padding: 14px 20px;
}
#share-widget h3 {
  color: #353846;
  font-family: 'brandon-grotesque';
  font-size: .875em;
  font-weight: 800;
  margin-bottom: 12px;
  margin-top: 50px;
  text-transform: uppercase;
}
#share-widget ul {
  background: #eff2f3;
  border-radius: 8px;
  padding: 18px;
  margin: 0 -3px;
}
#share-widget ul li {
  display: inline-block;
  padding: 0 3px;
}
#share-widget .button {
  border-color: #818f92;
  color: #818f92 !important;
  font-size: .75em;
  font-weight: 800 !important;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 6px 14px 5px 34px;
  position: relative;
}
#share-widget .button:before {
  background: url(../images/icon-share-facebook.png) center center no-repeat;
  background-size: 15px 15px;
  border-right: 2px solid #818f92;
  content: ' ';
  display: block;
  width: 22px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#share-widget .twitter .button:before {
  background-image: url(../images/icon-share-twitter.png);
}
#share-widget .google .button:before {
  background-image: url(../images/icon-share-google.png);
}
#newsletter-signup {
  background: url(../images/bg-newsletter.jpg) center center no-repeat;
  background-size: cover;
  padding: 72px 0 62px;
}
#newsletter-signup h2 {
  text-align: center;
  color: #4fa9de;
  font-family: 'brandon-grotesque';
  font-size: 2.25em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#newsletter-signup h2 b {
  color: #353846;
  font-weight: 800;
}
#newsletter-signup input[type="text"],
#newsletter-signup input[type="email"] {
  background: transparent;
  border: 2px solid #353846;
  color: #353846;
  font-size: 1.125em;
  outline: none;
  margin-bottom: 10px;
  padding: 12px 10px;
  width: 100%;
  transition: border-color 400ms linear;
}
#newsletter-signup input[type="text"]:focus,
#newsletter-signup input[type="email"]:focus {
  border-color: #4fa9de;
}
#newsletter-signup input[type="text"]::-webkit-input-placeholder,
#newsletter-signup input[type="email"]::-webkit-input-placeholder {
  color: #ababae;
}
#newsletter-signup input[type="text"]:-moz-placeholder,
#newsletter-signup input[type="email"]:-moz-placeholder {
  color: #ababae;
}
#newsletter-signup input[type="text"]::-moz-placeholder,
#newsletter-signup input[type="email"]::-moz-placeholder {
  color: #ababae;
}
#newsletter-signup input[type="text"]:-ms-input-placeholder,
#newsletter-signup input[type="email"]:-ms-input-placeholder {
  color: #ababae;
}
#newsletter-signup input[type="submit"] {
  width: 100%;
  padding: 12px 0;
}
#newsletter-signup .wpcf7-not-valid-tip {
  font-size: .75em;
  font-family: sans-serif;
}
#newsletter-signup .wpcf7-response-output {
  border: none;
  color: #139D94;
  display: block;
  font-size: .875em;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}
#newsletter-signup .wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}
body.blog #main .post,
body.archive #main .post {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 2px solid #dfdfdf;
}
body.blog #main .post:last-child,
body.archive #main .post:last-child {
  margin: 0;
  border: 0;
}
body.blog #main .post-title,
body.archive #main .post-title {
  font-size: 1.75em;
  margin-bottom: 6px;
  letter-spacing: 0;
  text-transform: uppercase;
}
body.blog #main .post-title a,
body.archive #main .post-title a {
  color: #353846;
  display: block;
  line-height: 1.2;
}
body.blog #main .post-title a:hover,
body.archive #main .post-title a:hover {
  color: #4fa9de;
}
body.blog #main .post-meta,
body.archive #main .post-meta {
  font-size: .875em;
  color: #999;
  margin-bottom: 14px;
}
body.blog #main .post-excerpt,
body.archive #main .post-excerpt {
  font-size: 1.067em;
  color: #555;
  line-height: 1.6;
}
body.blog #main .wp-post-image,
body.archive #main .wp-post-image {
  max-width: 100%;
  margin-bottom: 20px;
}
body.blog #main .excerpt-read-more,
body.archive #main .excerpt-read-more {
  display: none;
}
body.blog #main .read-more,
body.archive #main .read-more {
  font-weight: bold;
}
body.blog #main .post-share-widget li,
body.archive #main .post-share-widget li {
  display: inline-block;
  margin-right: 2px;
}
body.blog #main .post-share-widget li:last-child,
body.archive #main .post-share-widget li:last-child {
  margin-right: 0;
}
body.blog #main .post-share-widget li.share,
body.archive #main .post-share-widget li.share {
  color: #818f92;
  font-family: 'brandon-grotesque';
  font-size: .875em;
  font-weight: 800;
  margin-riight: 10px;
  text-transform: uppercase;
}
body.blog #main .post-share-widget li a,
body.archive #main .post-share-widget li a {
  background: url(../images/icon-share-facebook.png) center center no-repeat;
  background-size: 13px 13px;
  border: 2px solid #818f92;
  border-radius: 25px;
  display: block;
  height: 25px;
  position: relative;
  top: 2px;
  text-indent: -9999px;
  text-align: left;
  width: 25px;
  transition: opacity 200ms ease;
}
body.blog #main .post-share-widget li a:hover,
body.archive #main .post-share-widget li a:hover {
  opacity: .7;
}
body.blog #main .post-share-widget li.twitter a,
body.archive #main .post-share-widget li.twitter a {
  background-image: url(../images/icon-share-twitter.png);
}
body.blog #main .post-share-widget li.google a,
body.archive #main .post-share-widget li.google a {
  background-image: url(../images/icon-share-google.png);
}
.pagination ul {
  text-align: center;
}
.pagination li {
  margin: 0 4px;
  display: inline-block;
}
.pagination li a,
.pagination li span {
  background: #d9e5eb;
  border-radius: 5px;
  display: block;
  line-height: 40px;
  outline: none;
  font-family: 'brandon-grotesque';
  font-weight: 800;
  width: 40px;
  transition: all 200ms linear;
}
.pagination li a:hover,
.pagination li span:hover {
  background: #c8dae2;
}
.pagination li a.current,
.pagination li span.current {
  background: #4fa9de !important;
  color: white !important;
}
.wp-prev-next li {
  width: 50%;
  float: left;
}
.wp-prev-next .next-link {
  text-align: right;
}
#content {
  margin-top: 30px;
}
.page-title {
  color: #353846;
  font-weight: 800;
  font-size: 3em;
  font-family: 'brandon-grotesque';
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.single-title {
  color: #353846;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 6px;
}
body.single .post-meta {
  font-size: .875em;
  color: #999;
  margin-bottom: 18px;
}
body.single .wp-post-image {
  margin-bottom: 24px;
  max-width: 100%;
}
body.single .wp-prev-next {
  border-top: 2px solid #dfdfdf;
  font-family: 'brandon-grotesque';
  margin-top: 30px;
  padding-top: 30px;
  text-transform: uppercase;
}
body.single .wp-prev-next a {
  color: #64757d;
  outline: none;
}
body.single .wp-prev-next a:hover {
  color: #4fa9de;
}
.entry-image {
  margin-bottom: 18px;
}
.entry-image img {
  max-width: 100%;
}
.entry-content {
  color: #555;
  font-size: 1.067em;
  line-height: 1.7;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.3em;
}
.entry-content h1 {
  font-size: 2.125em;
  margin-bottom: 12px;
  color: #4fa9de;
}
.entry-content h2 {
  font-size: 1.5em;
  margin-bottom: 12px;
  padding-top: 26px;
  color: #2f567c;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 6px;
}
.entry-content a {
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
}
.entry-content a:link {
  color: #4fa9de;
}
.entry-content a:hover {
  color: #2f567c;
}
.entry-content p {
  margin-bottom: 18px;
}
.entry-content img {
  max-width: 100%;
}
.entry-content strong,
.entry-content b {
  color: #525252;
}
.entry-content del {
  color: #999;
}
.entry-content ul,
.entry-content ol {
  margin-left: 40px;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 8px;
  line-height: 1.4em;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content blockquote {
  font-family: 'Merriweather', serif;
  margin: 0 24px 0 0;
  padding: 0 0 0 30px;
  border-left: 4px solid #2f567c;
  font-style: italic;
}
.entry-content code,
.entry-content pre {
  font-size: .875em;
}
.entry-content dt {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color: #555;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.entry-content .styled-table {
  font-size: .8em;
  width: 100%;
}
.entry-content .styled-table tr {
  background: #fafafa;
}
.entry-content .styled-table tr:nth-child(even) {
  background: #f0f2f3;
}
.entry-content .styled-table tr td {
  padding: 10px 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.row {
  margin: 0 -12px;
  max-width: 1024px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -12px;
  max-width: none;
  width: auto;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  float: left;
}
.column + .column:last-child,
.columns + .column:last-child,
.column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end,
.column +
.columns.end,
.columns +
.columns.end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -1.5rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 1.5rem 1.25rem;
}
@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 481px) {
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  body.home .header .header-image {
    width: 120%;
    max-width: 120%;
    margin: 20px 0 0 -20%;
  }
  body.home .header #inner-header .billboard-quote p {
    font-size: 2.75em;
  }
  body.blog #main .article-header,
  body.archive #main .article-header {
    text-align: left;
  }
  body.blog #main .post-thumbnail,
  body.archive #main .post-thumbnail {
    width: 22.928176794%;
    float: left;
    position: relative;
  }
  body.blog #main .post-content,
  body.archive #main .post-content {
    width: 74.30939226%;
    float: right;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1000px;
  }
  body:not(.home) .entry-content {
    font-size: 1.125em;
  }
  #top-bar {
    height: 86px;
  }
  #top-bar #mobile-menu-trigger {
    display: none;
  }
  #top-bar #logo {
    float: left;
    font-size: 1.8em;
    margin: 0 0 -40px 0;
    width: 118px;
    height: 108px;
  }
  #top-bar nav {
    margin: 0;
  }
  #top-bar .nav {
    float: right;
    position: inherit;
    left: auto;
    bottom: auto;
    margin-top: 28px;
    background: transparent;
    width: auto;
  }
  #top-bar .nav ul {
    zoom: 1;
    padding: 0;
    margin: 0;
    max-height: 9999px;
  }
  #top-bar .nav ul:before,
  #top-bar .nav ul:after {
    content: "";
    display: table;
  }
  #top-bar .nav ul:after {
    clear: both;
  }
  #top-bar .nav li {
    float: left;
    margin: 0 0 0 20px;
    line-height: 30px;
    padding: 0;
    border: 0;
  }
  #top-bar .nav li a {
    color: white;
    padding: 0 0 0 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 700;
    font-size: .875em;
  }
  #top-bar .nav li a:hover,
  #top-bar .nav li a:focus {
    color: #4fa9de;
  }
  #top-bar .nav li.current-menu-item a {
    color: #4fa9de;
  }
  #content {
    margin-top: 4em;
  }
  #inner-content {
    padding-bottom: 140px;
  }
  body.home #inner-content {
    padding-bottom: 40px;
  }
  #main {
    padding-right: 90px;
  }
  body.home #main {
    padding-right: 0;
  }
  #sidebar1 {
    padding: 0;
    margin-left: -26px;
  }
  #footer {
    padding-top: 120px;
  }
  #footer #footer-logo {
    margin-top: -38px;
  }
  #footer .recent-posts {
    padding-right: 14px;
  }
  #footer .email-signup input[type="submit"] {
    font-size: .825em;
    line-height: 1.825em;
  }
  body.home #billboard .billboard-copy {
    font-size: 5.5em;
    max-width: 850px;
  }
  body.home #billboard .billboard-actions .button {
    margin-bottom: 0;
  }
  body.blog #main .post-share-widget,
  body.archive #main .post-share-widget {
    text-align: right;
  }
}
@media only screen and (min-width: 1030px) {
  .wrap {
    padding: 0;
  }
  #top-bar {
    height: 135px;
  }
  #top-bar #logo {
    width: 191px;
    height: 174px;
  }
  #top-bar .nav {
    margin-top: 50px;
  }
  #top-bar .nav li {
    margin: 0 0 0 36px;
  }
  #top-bar .nav li a {
    font-size: 1em;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
#hashtag-campaign {
  padding: 80px 0;
}
#hashtag-campaign h2 {
  color: #353846;
  font-family: 'brandon-grotesque';
  font-size: 3em;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 0 2px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
#hashtag-campaign .subheading {
  color: #595959;
  font-size: 1.125em;
  margin-bottom: 60px;
  text-align: center;
}
#hashtag-campaign .subheading b {
  color: #4fa9de;
}
#hashtag-campaign .conversation-grid.css .cg-grid-item {
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  border-radius: 8px;
  border: 1px solid #e7e7e7;
}
#hashtag-campaign .conversation-grid.css .cg-grid-item.post .cg-title {
  color: #2a5772;
  font-size: 1.125em;
  line-height: 1.5;
  transition: color 200ms linear;
}
#hashtag-campaign .conversation-grid.css .cg-grid-item.post .cg-title:hover {
  color: #4fa9de;
}
#hashtag-campaign .conversation-grid.css .cg-grid-item.post .cg-read-more-button {
  font-weight: bold;
}
#migla_donation_form .migla-panel {
  background: transparent !important;
  border: none !important;
  zoom: 1;
  margin-bottom: 40px;
}
#migla_donation_form .migla-panel:before,
#migla_donation_form .migla-panel:after {
  content: "";
  display: table;
}
#migla_donation_form .migla-panel:after {
  clear: both;
}
#migla_donation_form .migla-panel h2 {
  padding-top: 0;
  font-family: 'Merriweather', serif;
  color: #353846;
  font-size: 1em;
}
#migla_donation_form .migla-panel#select-an-amount {
  margin-top: 40px;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels {
  float: left;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .mg_control-label {
  display: none;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline {
  border: 2px solid #4fa9de;
  padding: 10px 20px;
  color: white !important;
  display: inline-block;
  font-family: 'brandon-grotesque' !important;
  font-size: 1.125em;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4fa9de;
  outline: none;
  margin-right: 10px;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline:hover,
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline:focus {
  background: #2793d3;
  border-color: #2793d3;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline.secondary {
  background: transparent !important;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline.secondary:hover,
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline.secondary:focus {
  border-color: #2793d3;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline input[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline.checked {
  background: #2cbc4e;
  border-color: #2cbc4e !important;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline label {
  background: none !important;
  border: none !important;
  cursor: pointer;
  font-size: .875em;
  letter-spacing: 0;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline.miglaCustomAmount {
  background: #f5f8fa;
  border: 2px solid #b5c0c6;
  color: #959b9c !important;
  padding-left: 10px;
  padding-right: 10px;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline.miglaCustomAmount input[type="radio"] + div {
  display: none;
}
#migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline.miglaCustomAmount input[type="text"] {
  width: 60px;
  padding-left: 4px;
  border: none;
  background: transparent;
  color: #353846;
  outline: none;
}
#migla_donation_form .migla-panel#select-an-amount .form-group.campaign {
  display: none;
}
#migla_donation_form .migla-panel#donor-information .form-group p,
#migla_donation_form .migla-panel#donor-information .form-group label {
  color: #353846;
  font-weight: bold;
  font-size: 14px;
}
#migla_donation_form .migla-panel#donor-information .form-group .input-group-addon {
  font-size: 12px;
}
#migla_donation_form .migla-panel#donor-information .form-group input[type="text"],
#migla_donation_form .migla-panel#donor-information .form-group input[type="email"],
#migla_donation_form .migla-panel#donor-information .form-group textarea {
  background-color: #f5f8fa;
  border: 1px solid #b5c0c6;
  border-radius: 4px;
  box-shadow: none;
  display: block;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 20px;
  outline: none;
  padding: 12px;
  transition: border-color 200ms ease;
  width: 100%;
}
#migla_donation_form .migla-panel#donor-information .form-group input[type="text"]:focus,
#migla_donation_form .migla-panel#donor-information .form-group input[type="email"]:focus,
#migla_donation_form .migla-panel#donor-information .form-group textarea:focus {
  border-color: #555;
}
#sidebar-donations-widget #migla_donation_form .migla-panel#select-an-amount .mg_giving-levels .radio-inline {
  padding: 10px 18px;
}
#sidebar-donations-widget .heading {
  background: #39647d;
  border-radius: 6px 6px 0 0;
  color: white;
  font-family: 'brandon-grotesque';
  font-size: 1.125em;
  font-weight: 800;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
}
#sidebar-donations-widget .widget-body {
  background: #d9e5eb;
  border-radius: 0 0 6px 6px;
  padding: 20px;
}
#sidebar-donations-widget .widget-body .progress-bar {
  height: 28px;
  margin: 20px 30px 20px;
  position: relative;
}
#sidebar-donations-widget .widget-body .progress-bar li {
  color: #353846;
  font-weight: 800;
  font-size: .875em;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
}
#sidebar-donations-widget .widget-body .progress-bar li:first-child {
  left: 0;
}
#sidebar-donations-widget .widget-body .progress-bar li:first-child:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 12px;
  height: 2px;
  width: 100%;
  background: #92abb8;
  z-index: 0;
}
#sidebar-donations-widget .widget-body .progress-bar li:last-child {
  left: 100%;
}
#sidebar-donations-widget .widget-body .progress-bar li span {
  background: #d9e5eb;
  border: 2px solid #85a1af;
  border-radius: 14px;
  color: #85a1af;
  display: block;
  font-family: 'brandon-grotesque';
  height: 28px;
  line-height: 24px;
  width: 28px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
#sidebar-donations-widget .widget-body .progress-bar li:first-child span {
  background: #7abe3d;
  border: none;
  color: white;
  line-height: 28px;
}
#sidebar-donations-widget .widget-body h2 {
  font-weight: 800;
  border-top: 1px solid #c5d3da;
  padding-top: 20px;
}
#sidebar-donations-widget .widget-body .migla-panel {
  margin: 0 !important;
}
#sidebar-donations-widget .widget-body button {
  border-radius: 20px;
  display: block;
  margin: 0 auto 10px;
  width: 140px;
}
#sidebar-donations-widget .widget-body .subtext {
  color: #7c8387;
  font-family: 'brandon-grotesque';
  margin-bottom: 10px;
  text-align: center;
}
#sidebar-donations-widget #donor-information,
#sidebar-donations-widget #miglapaypalcheckout {
  display: none;
}
@media screen and (min-width: 768px) {
  #migla_donation_form #donor-information .migla-panel-body {
    margin: 0 -10px;
    zoom: 1;
  }
  #migla_donation_form #donor-information .migla-panel-body:before,
  #migla_donation_form #donor-information .migla-panel-body:after {
    content: "";
    display: table;
  }
  #migla_donation_form #donor-information .migla-panel-body:after {
    clear: both;
  }
  #migla_donation_form #donor-information .form-group {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  #migla_donation_form #donor-information .form-group.state,
  #migla_donation_form #donor-information .form-group.zip {
    width: 25%;
  }
  #migla_donation_form #donor-information .form-group.zip {
    padding-left: 0;
  }
  #migla_donation_form #donor-information .form-group.occupation {
    clear: both;
    margin-top: 30px;
  }
  #migla_donation_form #donor-information .form-group.employer {
    margin-top: 30px;
  }
}
.hrf-entry .hrf-title {
  border-top: 1px solid #eee;
  color: inherit !important;
  font-family: 'Merriweather', serif;
  padding-top: 24px;
  padding-left: 45px;
}
.hrf-entry:first-child .hrf-title {
  border: 0;
  padding-top: 0;
}
.widget.download-petition a {
  background: #4fa9de;
  border-radius: 8px;
  display: block;
  outline: none;
  padding: 12px 0 11px;
  transition: background-color 200ms ease;
}
.widget.download-petition a:hover {
  background-color: #2793d3;
}
.widget.download-petition a p {
  margin: 0;
}
.widget.download-petition a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}