/*!
Theme Name: kronos
Theme URI: https://infomedia.com
Author: Luke Skywalker
Version: 0.0.3
Text Domain: kronos
Copyright 2017. MIT licensed.
 */


@charset "UTF-8";
/* line 4, assets/css/sass/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, assets/css/sass/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 1, assets/css/sass/base/_buttons.scss */
button, .button-primary, input[type="button"], input[type="reset"], input[type="submit"], button, .button-primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #c41212;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  padding: 1.15em 1.75em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
}

/* line 22, assets/css/sass/base/_buttons.scss */
button:hover, .button-primary:hover, button:focus, .button-primary:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, .button-primary:hover, button:focus, .button-primary:focus {
  background-color: #7e0c0c;
  outline: inherit;
  outline-color: transparent;
  color: #fff;
}

/* line 30, assets/css/sass/base/_buttons.scss */
button:disabled, .button-primary:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled, .button-primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 1, assets/css/sass/base/_forms.scss */
fieldset {
  background-color: white;
  border: 1px solid #e2e8ed;
  margin: 0 0 1em;
  padding: 2em;
}

/* line 8, assets/css/sass/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  height: 3.05rem;
  margin-bottom: 0 !important;
}

/* line 18, assets/css/sass/base/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.5em;
}

/* line 22, assets/css/sass/base/_forms.scss */
label.required::after {
  content: "*";
}

/* line 26, assets/css/sass/base/_forms.scss */
label abbr {
  display: none;
}

/* line 31, assets/css/sass/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #e2e8ed;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 1em;
  padding: 0.5em 1.5em;
  transition: border-color;
  width: 100%;
}

/* line 46, assets/css/sass/base/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c3cfd9;
}

/* line 50, assets/css/sass/base/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #c3cfd9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(173, 16, 16, 0.2);
  outline: none;
}

/* line 57, assets/css/sass/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 61, assets/css/sass/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 65, assets/css/sass/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.5em;
}

/* line 71, assets/css/sass/base/_forms.scss */
input[type="file"] {
  padding-bottom: 1em;
  width: 100%;
}

/* line 76, assets/css/sass/base/_forms.scss */
select {
  margin-bottom: 2em;
  max-width: 100%;
  width: auto;
}

/* line 1, assets/css/sass/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 20, assets/css/sass/base/_lists.scss */
dl {
  margin-bottom: 1em;
}

/* line 23, assets/css/sass/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 1em;
}

/* line 28, assets/css/sass/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 34, assets/css/sass/base/_lists.scss */
.entry-content ul {
  padding: 0 0 25px 40px;
  list-style: circle;
}

/* line 39, assets/css/sass/base/_lists.scss */
.entry-content ol {
  padding: 0 0 25px 40px;
  list-style: decimal;
}

/* line 1, assets/css/sass/base/_tables.scss */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 1em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 9, assets/css/sass/base/_tables.scss */
th {
  border-bottom: 1px solid #b3c3d0;
  font-weight: 600;
  padding: 1em 0;
  text-align: left;
}

/* line 16, assets/css/sass/base/_tables.scss */
td {
  border-bottom: 1px solid #e2e8ed;
  padding: 1em 0;
}

/* line 21, assets/css/sass/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, assets/css/sass/base/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  color: #585d60;
  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 2;
}

/* line 11, assets/css/sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 1em;
}

/* line 22, assets/css/sass/base/_typography.scss */
h1 {
  font-size: 1.85em;
  color: #c41212;
  font-weight: 400;
}

/* line 27, assets/css/sass/base/_typography.scss */
h2 {
  font-size: 1.6em;
  font-weight: 400;
  color: #585d60;
}

@media screen and (max-width: 30em) {
  /* line 27, assets/css/sass/base/_typography.scss */
  h2 {
    font-size: 1.50em;
  }
}

/* line 35, assets/css/sass/base/_typography.scss */
h3 {
  font-size: 1.55em;
  font-weight: 400;
}

/* line 39, assets/css/sass/base/_typography.scss */
h4 {
  font-size: 1em;
}

/* line 42, assets/css/sass/base/_typography.scss */
h5 {
  font-size: 1.25em;
  font-weight: 400;
  color: #585d60;
}

@media screen and (max-width: 30em) {
  /* line 42, assets/css/sass/base/_typography.scss */
  h5 {
    font-size: 1em;
  }
}

/* line 50, assets/css/sass/base/_typography.scss */
h6 {
  font-size: 0.75em;
}

/* line 53, assets/css/sass/base/_typography.scss */
p {
  margin: 0 0 1em;
}

/* line 57, assets/css/sass/base/_typography.scss */
a {
  color: #c41212;
  text-decoration: none;
  transition: color 0.1s linear;
}

/* line 62, assets/css/sass/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #7e0c0c;
}

/* line 68, assets/css/sass/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

/* line 74, assets/css/sass/base/_typography.scss */
hr {
  border-bottom: 1px solid #e2e8ed;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 2em 0;
}

/* line 82, assets/css/sass/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

/* line 89, assets/css/sass/base/_typography.scss */
ul.list, ol.list {
  margin-left: 1.25em;
  list-style-position: inside;
  list-style-type: disc;
}

/* line 94, assets/css/sass/base/_typography.scss */
ol.list {
  list-style-type: decimal;
}

/* line 96, assets/css/sass/base/_typography.scss */
ol.list li ul {
  list-style-type: lower-alpha;
  margin-left: 1.25em;
}

/* line 102, assets/css/sass/base/_typography.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 106, assets/css/sass/base/_typography.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 112, assets/css/sass/base/_typography.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 117, assets/css/sass/base/_typography.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 122, assets/css/sass/base/_typography.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 127, assets/css/sass/base/_typography.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 131, assets/css/sass/base/_typography.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 136, assets/css/sass/base/_typography.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 142, assets/css/sass/base/_typography.scss */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 150, assets/css/sass/base/_typography.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 154, assets/css/sass/base/_typography.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 158, assets/css/sass/base/_typography.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 162, assets/css/sass/base/_typography.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 171, assets/css/sass/base/_typography.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
/* line 179, assets/css/sass/base/_typography.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 187, assets/css/sass/base/_typography.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * A mobile-first approach to styling means that styles are applied first to mobile devices.
 * Advanced styles and other overrides for larger screens are then added into the stylesheet via media queries.
 * This approach results in faster load times and helps save bandwidth over weak mobile connections
 *
 * The styles below are working examples of best practices
 * for styling mobile-first and responsive media queries.
 * Feel free to remove everything below or use in your project.
 *
 */
/* line 18, assets/css/sass/theme.scss */
.example {
  padding: 1.875em;
  margin: 0.625em auto;
}

@media screen and (min-width: 48em) {
  /* line 18, assets/css/sass/theme.scss */
  .example {
    background-color: red;
    float: left;
  }
}

/**
 * Example of a reusable responsive grid wrapper system
 *
 * @see http://neat.bourbon.io/docs/1.8.0/#outer-container
 * @see http://neat.bourbon.io/docs/1.8.0/#span-columns
 * @see layout.php - kronos_content_wrap()
 *
 * Example Markup:
 *
 * <div class="container has-sidebar">
 *     <div class="main"> Main Content Area </div>
 *     <div class="sidebar"> Sidebar Aside </div>
 * </div>
 *
 */
/* line 46, assets/css/sass/theme.scss */
.container {
  max-width: 86.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/* line 20, assets/css/sass/bourbon/addons/_clearfix.scss */
.container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1400px) {
  /* line 46, assets/css/sass/theme.scss */
  .container {
    padding: 0;
  }
}

@media screen and (min-width: 48em) {
  /* line 57, assets/css/sass/theme.scss */
  .container.has-sidebar .main {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .container.has-sidebar .main:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  /* line 62, assets/css/sass/theme.scss */
  .container.has-sidebar .sidebar {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .container.has-sidebar .sidebar:last-child {
    margin-right: 0;
  }
}

/**
 * Column Grid Examples
 *
 * @see http://neat.bourbon.io/docs/1.8.0/#outer-container
 * @see http://neat.bourbon.io/docs/1.8.0/#span-columns
 * @see http://neat.bourbon.io/docs/1.8.0/#omega
 *
 * Example Markup:
 *
 * <div class="columns three-col">
 *     <div class="col"></div>
 *     <div class="col"></div>
 *     <div class="col"></div>
 * </div>
 */
/* line 88, assets/css/sass/theme.scss */
.columns {
  max-width: 86.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, assets/css/sass/bourbon/addons/_clearfix.scss */
.columns::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 48em) {
  /* line 91, assets/css/sass/theme.scss */
  .columns.two-col .col {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .columns.two-col .col:last-child {
    margin-right: 0;
  }
  /* line 78, assets/css/sass/neat/grid/_omega.scss */
  .columns.two-col .col:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  /* line 99, assets/css/sass/theme.scss */
  .columns.three-col .col {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .columns.three-col .col:last-child {
    margin-right: 0;
  }
  /* line 78, assets/css/sass/neat/grid/_omega.scss */
  .columns.three-col .col:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  /* line 107, assets/css/sass/theme.scss */
  .columns.four-col .col {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .columns.four-col .col:last-child {
    margin-right: 0;
  }
  /* line 78, assets/css/sass/neat/grid/_omega.scss */
  .columns.four-col .col:nth-child(4) {
    margin-right: 0;
  }
}

@media screen and (max-width: 30em) {
  /* line 115, assets/css/sass/theme.scss */
  .columns.six-col .col {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 46.6666666667%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .columns.six-col .col:last-child {
    margin-right: 0;
  }
  /* line 78, assets/css/sass/neat/grid/_omega.scss */
  .columns.six-col .col:nth-child(2n) {
    margin-right: 0;
  }
  /* line 83, assets/css/sass/neat/grid/_omega.scss */
  .columns.six-col .col:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 48em) {
  /* line 115, assets/css/sass/theme.scss */
  .columns.six-col .col {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 14.8936170213%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .columns.six-col .col:last-child {
    margin-right: 0;
  }
  /* line 78, assets/css/sass/neat/grid/_omega.scss */
  .columns.six-col .col:nth-child(6) {
    margin-right: 0;
  }
}

/* line 133, assets/css/sass/theme.scss */
body {
  margin: 0;
}

/* line 137, assets/css/sass/theme.scss */
.filler-link {
  cursor: default;
}

/* line 143, assets/css/sass/theme.scss */
.site-header {
  background-color: #c41212;
  padding: 0rem 0;
  display: none;
}

@media screen and (min-width: 1025px) {
  /* line 143, assets/css/sass/theme.scss */
  .site-header {
    display: block;
  }
}

/* line 156, assets/css/sass/theme.scss */
.site-header .logo-wrap {
  display: inline-block;
  position: absolute;
  float: left;
  top: 0;
  z-index: 25;
}

/* line 163, assets/css/sass/theme.scss */
.site-header .logo-wrap .logo {
  width: 140px;
  margin-top: 1rem;
}

@media screen and (min-width: 1200px) {
  /* line 163, assets/css/sass/theme.scss */
  .site-header .logo-wrap .logo {
    width: 175px;
  }
}

@media screen and (min-width: 86.25em) {
  /* line 163, assets/css/sass/theme.scss */
  .site-header .logo-wrap .logo {
    width: 250px;
  }
}

/* line 174, assets/css/sass/theme.scss */
.site-header .logo-wrap .logo-sub {
  width: 140px;
  margin-top: 1rem;
}

@media screen and (min-width: 1200px) {
  /* line 174, assets/css/sass/theme.scss */
  .site-header .logo-wrap .logo-sub {
    width: 175px;
  }
}

/* line 183, assets/css/sass/theme.scss */
.site-header nav {
  display: inline-block;
  float: right;
}

/* line 188, assets/css/sass/theme.scss */
.site-header .menu {
  float: right;
}

/* line 191, assets/css/sass/theme.scss */
.site-header .menu li {
  display: inline-block;
  position: relative;
}

/* line 195, assets/css/sass/theme.scss */
.site-header .menu li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 2rem 0.4rem;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  transition: all ease-in-out 300ms;
}

@media screen and (min-width: 1025px) {
  /* line 195, assets/css/sass/theme.scss */
  .site-header .menu li a {
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 195, assets/css/sass/theme.scss */
  .site-header .menu li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 86.25em) {
  /* line 195, assets/css/sass/theme.scss */
  .site-header .menu li a {
    padding: 2.285rem 0.86rem;
    font-size: 18px;
  }
}

/* line 216, assets/css/sass/theme.scss */
.site-header .menu li a span {
  padding-bottom: 0.5rem;
  border-bottom: 4px solid transparent;
}

/* line 223, assets/css/sass/theme.scss */
.site-header .menu li a:hover span {
  border-bottom: 4px solid white;
}

@media screen and (min-width: 1100px) {
  /* line 235, assets/css/sass/theme.scss */
  .site-header .menu li.facebook a, .site-header .menu li.twitter a, .site-header .menu li.instagram a {
    font-size: 23px;
  }
}

/* line 242, assets/css/sass/theme.scss */
.site-header .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 320px;
  background-color: #fff;
  z-index: 20;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 253, assets/css/sass/theme.scss */
.site-header .menu li .sub-menu li {
  display: block;
}

/* line 256, assets/css/sass/theme.scss */
.site-header .menu li .sub-menu li a {
  color: #585d60;
  text-transform: none;
  font-size: 16px;
  padding: 0.875rem 1.475rem;
  font-weight: 400;
}

/* line 263, assets/css/sass/theme.scss */
.site-header .menu li .sub-menu li a:hover {
  color: #c41212;
  text-decoration: underline;
}

/* line 271, assets/css/sass/theme.scss */
.site-header .menu li:hover .sub-menu {
  display: block;
}

/* line 277, assets/css/sass/theme.scss */
.site-header .menu .facebook a, .site-header .menu .twitter a, .site-header .menu .instagram a {
  padding: 2.285rem 0.175rem;
}

/* line 280, assets/css/sass/theme.scss */
.site-header .menu .facebook a:hover, .site-header .menu .twitter a:hover, .site-header .menu .instagram a:hover {
  background-color: rgba(255, 255, 255, 0);
}

/* line 288, assets/css/sass/theme.scss */
.site-header .menu .contribute a span {
  background-color: #fff;
  color: #c41212;
  border-radius: 5px;
  padding: 0.75rem 0.75rem;
  border: none;
  font-size: 13px;
}

@media screen and (min-width: 1100px) {
  /* line 288, assets/css/sass/theme.scss */
  .site-header .menu .contribute a span {
    padding: 0.75rem 1rem;
    font-size: 15px;
    padding: 1rem;
    font-size: 18px;
  }
}

/* line 303, assets/css/sass/theme.scss */
.site-header .menu .contribute a span:hover {
  background-color: #800000;
  color: #fff;
}

/* line 310, assets/css/sass/theme.scss */
.site-header .menu .contribute a:hover {
  background-color: rgba(255, 255, 255, 0);
}

/* line 314, assets/css/sass/theme.scss */
.site-header .menu .contribute a:hover span {
  border: none !important;
}

/* line 324, assets/css/sass/theme.scss */
.mobmenu .headertext {
  font-family: "Roboto Slab", "Cambria", "Times New Roman", "Times", serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

/* line 330, assets/css/sass/theme.scss */
.mobmenu_content {
  padding-top: 95px !important;
}

/* line 334, assets/css/sass/theme.scss */
.mobmenu_content #mobmenuright .sub-menu {
  background-color: #ad1010 !important;
}

/* line 338, assets/css/sass/theme.scss */
.mobmenu_content #mobmenuright li a {
  padding: 18px 50px !important;
}

/* line 341, assets/css/sass/theme.scss */
.mobmenu_content #mobmenuright li a:hover {
  background-color: #ad1010 !important;
}

/* line 346, assets/css/sass/theme.scss */
.mobmenu_content #mobmenuright .facebook a, .mobmenu_content #mobmenuright .twitter a, .mobmenu_content #mobmenuright .instagram a {
  padding: 18px 18px !important;
  font-size: 40px !important;
}

/* line 350, assets/css/sass/theme.scss */
.mobmenu_content #mobmenuright .facebook a:hover, .mobmenu_content #mobmenuright .twitter a:hover, .mobmenu_content #mobmenuright .instagram a:hover {
  background-color: rgba(255, 255, 255, 0);
}

/* line 355, assets/css/sass/theme.scss */
.mobmenu_content #mobmenuright .facebook a {
  padding-left: 50px !important;
}

/* line 360, assets/css/sass/theme.scss */
.mobmenu_content #mobmenuright .sub-menu a {
  font-size: 16px !important;
  color: #e2e8ed !important;
  text-transform: none !important;
}

/* line 370, assets/css/sass/theme.scss */
.mob-expand-submenu {
  margin-top: -44px !important;
}

/* line 374, assets/css/sass/theme.scss */
.mob-expand-submenu i {
  top: -7px !important;
  padding: 0 50px 0 25px !important;
}

/* line 379, assets/css/sass/theme.scss */
li.facebook, li.twitter, li.instagram {
  display: inline-block;
}

/* line 384, assets/css/sass/theme.scss */
.show-nav-right .mobmenur-container {
  right: -90% !important;
  z-index: 10 !important;
}

/* line 390, assets/css/sass/theme.scss */
.mobmenu-push-wrap {
  padding-top: 80px !important;
}

@media screen and (min-width: 60em) {
  /* line 390, assets/css/sass/theme.scss */
  .mobmenu-push-wrap {
    padding-top: 0px !important;
  }
}

/* line 398, assets/css/sass/theme.scss */
.mob-menu-slideout.show-nav-right .mob-menu-right-panel {
  width: 100% !important;
  z-index: 5 !important;
}

/* line 403, assets/css/sass/theme.scss */
.mob-menu-slideout .mob-menu-right-panel {
  background-color: #c41212 !important;
}

/* line 407, assets/css/sass/theme.scss */
.mob-menu-header-holder {
  background-color: #c41212 !important;
  height: 80px !important;
}

/* line 412, assets/css/sass/theme.scss */
.mob-menu-logo-holder {
  text-align: left !important;
  padding-left: 14px !important;
  padding-top: 26px !important;
}

/* line 418, assets/css/sass/theme.scss */
.mobmenur-container {
  top: 25px !important;
}

/* line 422, assets/css/sass/theme.scss */
#mobmenuright li a {
  text-transform: uppercase !important;
  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

/* line 433, assets/css/sass/theme.scss */
.slider-area {
  width: 100%;
  position: relative;
  display: block;
  z-index: 15;
}

/* line 440, assets/css/sass/theme.scss */
.call-to-action-options {
  background-color: #fff;
  padding: 4rem 0;
  position: relative;
  display: block;
}

@media screen and (max-width: 30em) {
  /* line 440, assets/css/sass/theme.scss */
  .call-to-action-options {
    padding: 2rem 1rem;
  }
}

/* line 450, assets/css/sass/theme.scss */
.call-to-action-options .intro-option svg, .call-to-action-options .intro-option h5 {
  transition: all ease-in-out 300ms;
}

/* line 454, assets/css/sass/theme.scss */
.call-to-action-options .intro-option:hover svg {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

/* line 459, assets/css/sass/theme.scss */
.call-to-action-options .intro-option:hover h5 {
  color: #c41212;
}

/* line 465, assets/css/sass/theme.scss */
.upcoming-events {
  background-color: #e2e8ed;
  position: relative;
  display: block;
  width: 100%;
  padding: 5rem 0 2.5rem;
}

@media screen and (max-width: 30em) {
  /* line 465, assets/css/sass/theme.scss */
  .upcoming-events {
    padding: 2.5rem 1rem 2.5rem;
  }
}

/* line 475, assets/css/sass/theme.scss */
.upcoming-events h2 {
  float: left;
}

@media screen and (max-width: 30em) {
  /* line 475, assets/css/sass/theme.scss */
  .upcoming-events h2 {
    text-align: center;
    float: none;
  }
}

/* line 483, assets/css/sass/theme.scss */
.upcoming-events .more-events {
  float: right;
  text-transform: uppercase;
  padding: 0.875em 1.2em;
  color: #fff;
  background-color: #c41212;
  border-radius: 5px;
  font-weight: 700;
}

/* line 491, assets/css/sass/theme.scss */
.upcoming-events .more-events:hover {
  background-color: #7e0c0c;
}

/* line 496, assets/css/sass/theme.scss */
.upcoming-events .more-e-mobile {
  display: block;
}

@media screen and (min-width: 48em) {
  /* line 496, assets/css/sass/theme.scss */
  .upcoming-events .more-e-mobile {
    display: none;
  }
}

/* line 503, assets/css/sass/theme.scss */
.upcoming-events .more-e-mobile a {
  float: none;
}

/* line 510, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap {
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

/* line 515, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap .attachment-event-carousel {
  display: block;
  width: 100%;
}

/* line 520, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap .event-preview {
  padding: 2.5rem 2.5rem 4.5rem 2.5rem;
  padding-bottom: 2.5rem;
  color: #585d60;
  line-height: 1.25;
}

/* line 526, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap .event-preview h3 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #07386d;
}

/* line 530, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap .event-preview h3 a {
  color: #07386d;
}

/* line 535, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap .event-preview .event-time-carousel {
  margin-bottom: 1rem;
}

/* line 539, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap .event-preview .carousel-excerpt {
  display: none;
}

/* line 544, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap .event-preview .carousel-read-more {
  clear: both;
  bottom: 2rem;
}

/* line 549, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap .event-preview .carousel-read-more a {
  font-weight: 700;
  color: #c41212;
}

/* line 552, assets/css/sass/theme.scss */
.upcoming-events .event-item .event-wrap .event-preview .carousel-read-more a:hover {
  opacity: 0.85;
}

@media screen and (min-width: 48em) {
  /* line 563, assets/css/sass/theme.scss */
  .upcoming-events .event-item:nth-child(3n+1) .event-wrap {
    margin-right: 3rem;
  }
  /* line 567, assets/css/sass/theme.scss */
  .upcoming-events .event-item:nth-child(3n+2) .event-wrap {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  /* line 572, assets/css/sass/theme.scss */
  .upcoming-events .event-item:nth-child(3n+3) .event-wrap {
    margin-left: 3rem;
  }
  /* line 576, assets/css/sass/theme.scss */
  .upcoming-events .event-item:nth-child(3n+4) .event-wrap {
    margin-left: 4.5rem;
    margin-right: 0rem;
  }
  /* line 581, assets/css/sass/theme.scss */
  .upcoming-events .event-item:nth-child(3n+5) .event-wrap {
    margin-right: 0rem;
    margin-left: 4.5rem;
  }
}

/* line 595, assets/css/sass/theme.scss */
.slick-list {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 30em) {
  /* line 595, assets/css/sass/theme.scss */
  .slick-list {
    padding: 0;
  }
}

/* line 603, assets/css/sass/theme.scss */
.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  left: -65px;
}

/* line 610, assets/css/sass/theme.scss */
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  right: -65px;
}

/* Arrows */
/* line 618, assets/css/sass/theme.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 643, assets/css/sass/theme.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 652, assets/css/sass/theme.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 659, assets/css/sass/theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 665, assets/css/sass/theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 679, assets/css/sass/theme.scss */
.slick-prev {
  left: -25px;
}

/* line 683, assets/css/sass/theme.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 688, assets/css/sass/theme.scss */
.slick-prev:before {
  content: '←';
}

/* line 692, assets/css/sass/theme.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 697, assets/css/sass/theme.scss */
.slick-next {
  right: -25px;
}

/* line 701, assets/css/sass/theme.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 706, assets/css/sass/theme.scss */
.slick-next:before {
  content: '→';
}

/* line 710, assets/css/sass/theme.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 716, assets/css/sass/theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 721, assets/css/sass/theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 736, assets/css/sass/theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 749, assets/css/sass/theme.scss */
.slick-dots li button, .slick-dots li .button-primary {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 767, assets/css/sass/theme.scss */
.slick-dots li button:hover, .slick-dots li .button-primary:hover,
.slick-dots li button:focus,
.slick-dots li .button-primary:focus {
  outline: none;
}

/* line 772, assets/css/sass/theme.scss */
.slick-dots li button:hover:before, .slick-dots li .button-primary:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .button-primary:focus:before {
  opacity: 1;
}

/* line 777, assets/css/sass/theme.scss */
.slick-dots li button:before, .slick-dots li .button-primary:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 799, assets/css/sass/theme.scss */
.slick-dots li.slick-active button:before, .slick-dots li.slick-active .button-primary:before {
  opacity: .75;
  color: black;
}

/* line 809, assets/css/sass/theme.scss */
.header-hero {
  height: 13rem;
  position: relative;
  display: block;
  width: 100%;
  background-color: #e2e8ed;
  background-image: url("../images/Montgomery-State-Capital_garden.jpg");
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 48em) {
  /* line 809, assets/css/sass/theme.scss */
  .header-hero {
    height: 34rem;
  }
}

/* line 823, assets/css/sass/theme.scss */
.subpage {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 2rem 0rem;
}

@media screen and (min-width: 48em) {
  /* line 823, assets/css/sass/theme.scss */
  .subpage {
    padding: 5.5rem 0;
  }
}

/* line 833, assets/css/sass/theme.scss */
.subpage .subpage_content_col {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.subpage .subpage_content_col:last-child {
  margin-right: 0;
}

@media screen and (min-width: 48em) {
  /* line 833, assets/css/sass/theme.scss */
  .subpage .subpage_content_col {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
    padding-right: 2rem;
    border-right: 1px solid #e2e8ed;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .subpage .subpage_content_col:last-child {
    margin-right: 0;
  }
}

/* line 841, assets/css/sass/theme.scss */
.subpage .subpage_content_col h1 {
  margin-bottom: 1em;
}

@media screen and (max-width: 30em) {
  /* line 841, assets/css/sass/theme.scss */
  .subpage .subpage_content_col h1 {
    padding-left: 1rem;
  }
}

/* line 848, assets/css/sass/theme.scss */
.subpage .subpage_content_col h3 {
  font-size: 1.35em;
  font-weight: 400;
  color: #07386d;
}

/* line 854, assets/css/sass/theme.scss */
.subpage .subpage_content_col .entry-content {
  padding: 0 1rem;
}

@media screen and (min-width: 48em) {
  /* line 854, assets/css/sass/theme.scss */
  .subpage .subpage_content_col .entry-content {
    padding: 0;
  }
}

/* line 860, assets/css/sass/theme.scss */
.subpage .subpage_content_col .entry-content .read-more {
  margin-top: 3rem;
}

/* line 863, assets/css/sass/theme.scss */
.subpage .subpage_content_col .entry-content .read-more .button {
  background-color: #07386d;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 870, assets/css/sass/theme.scss */
.subpage .subpage_content_col .entry-content .read-more .button:hover {
  background-color: #052c55;
}

/* line 877, assets/css/sass/theme.scss */
.subpage .subpage_content_col hr {
  margin: 3rem 0;
}

/* line 882, assets/css/sass/theme.scss */
.subpage .subpage_content_col #article-list .entry-meta {
  padding: 0 1rem;
}

@media screen and (min-width: 48em) {
  /* line 882, assets/css/sass/theme.scss */
  .subpage .subpage_content_col #article-list .entry-meta {
    padding: 0;
  }
}

/* line 889, assets/css/sass/theme.scss */
.subpage .subpage_content_col #article-list .post-navigation a {
  margin-right: 2rem;
}

/* line 896, assets/css/sass/theme.scss */
.subpage .subpage_sidebar_col {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  padding: 0 1rem;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.subpage .subpage_sidebar_col:last-child {
  margin-right: 0;
}

@media screen and (min-width: 48em) {
  /* line 896, assets/css/sass/theme.scss */
  .subpage .subpage_sidebar_col {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
    padding: 0;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .subpage .subpage_sidebar_col:last-child {
    margin-right: 0;
  }
}

/* line 904, assets/css/sass/theme.scss */
.subpage .subpage_sidebar_col h2 {
  color: #07386d;
  font-weight: 400;
}

/* line 909, assets/css/sass/theme.scss */
.subpage .subpage_sidebar_col .contact-press {
  font-size: 1.475rem;
}

/* line 913, assets/css/sass/theme.scss */
.subpage .subpage_sidebar_col a {
  color: #585d60;
}

/* line 915, assets/css/sass/theme.scss */
.subpage .subpage_sidebar_col a:hover {
  opacity: 0.85;
}

/* line 921, assets/css/sass/theme.scss */
.subpage .push_in {
  padding: 0rem;
}

@media screen and (min-width: 48em) {
  /* line 921, assets/css/sass/theme.scss */
  .subpage .push_in {
    padding: 0 4rem;
  }
}

/* line 928, assets/css/sass/theme.scss */
.subpage .entry-title {
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.4;
  font-size: 36px;
  margin-top: 0.5em;
}

@media screen and (max-width: 30em) {
  /* line 928, assets/css/sass/theme.scss */
  .subpage .entry-title {
    font-size: 24px;
  }
}

/* line 938, assets/css/sass/theme.scss */
.subpage .entry-title a {
  color: #585d60;
}

/* line 940, assets/css/sass/theme.scss */
.subpage .entry-title a:hover {
  opacity: 0.85;
}

/* line 946, assets/css/sass/theme.scss */
.subpage .posted-on {
  color: #07386d;
  font-weight: 700;
}

/* line 950, assets/css/sass/theme.scss */
.subpage .posted-on .fa-calendar {
  margin-right: 0.25rem;
}

@media screen and (min-width: 48em) {
  /* line 956, assets/css/sass/theme.scss */
  .archive-push {
    padding-top: 8.5rem !important;
  }
}

/* line 965, assets/css/sass/theme.scss */
#county-list a {
  color: #585d60;
}

/* line 967, assets/css/sass/theme.scss */
#county-list a:hover {
  opacity: 0.85;
}

/* line 972, assets/css/sass/theme.scss */
#county-list .search_county_input {
  background-color: #07386d;
  display: flex;
  color: white;
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 30em) {
  /* line 972, assets/css/sass/theme.scss */
  #county-list .search_county_input {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
    margin-top: 1.5rem;
  }
}

/* line 986, assets/css/sass/theme.scss */
#county-list .search_county_input .search_county_form {
  width: 100%;
  flex: 1 100%;
}

/* line 990, assets/css/sass/theme.scss */
#county-list .search_county_input h2 {
  color: #fff;
  font-size: 1.25em;
  flex: -moz-fit-content;
  min-width: 280px;
  line-height: 42px;
  margin-bottom: 0;
}

@media screen and (max-width: 30em) {
  /* line 990, assets/css/sass/theme.scss */
  #county-list .search_county_input h2 {
    margin-bottom: 1rem;
  }
}

/* line 1001, assets/css/sass/theme.scss */
#county-list .search_county_input .label_align, #county-list .search_county_input .input_align {
  display: inline-block;
}

/* line 1006, assets/css/sass/theme.scss */
#county-list .list.grid {
  padding: 0 1rem;
}

@media screen and (min-width: 60em) {
  /* line 1006, assets/css/sass/theme.scss */
  #county-list .list.grid {
    padding: 0;
    width: 100%;
    max-width: 100%;
    column-count: 2;
    column-gap: 0;
  }
}

/* line 1017, assets/css/sass/theme.scss */
#county-list .county-wrapper {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #dcdcdc;
}

/* line 1021, assets/css/sass/theme.scss */
#county-list .county-wrapper:last-of-type {
  border-bottom: none;
}

@media screen and (min-width: 60em) {
  /* line 1017, assets/css/sass/theme.scss */
  #county-list .county-wrapper {
    border: none;
    break-inside: avoid;
    padding: 5px;
    max-width: 300px;
  }
}

@media screen and (min-width: 1300px) {
  /* line 1017, assets/css/sass/theme.scss */
  #county-list .county-wrapper {
    max-width: 380px;
  }
}

/* line 1033, assets/css/sass/theme.scss */
#county-list .county-wrapper h3 {
  margin-bottom: 5px;
}

/* line 1045, assets/css/sass/theme.scss */
#elected-official-list a {
  color: #585d60;
}

/* line 1047, assets/css/sass/theme.scss */
#elected-official-list a:hover {
  opacity: 0.85;
}

/* line 1052, assets/css/sass/theme.scss */
#elected-official-list h4 {
  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

@media screen and (min-width: 48em) {
  /* line 1052, assets/css/sass/theme.scss */
  #elected-official-list h4 {
    padding: 0;
  }
}

/* line 1061, assets/css/sass/theme.scss */
#elected-official-list .list {
  margin: 1rem 0 2rem 0;
  border-bottom: 1px dashed #dcdcdc;
  overflow: hidden;
  padding: 1rem;
}

@media screen and (min-width: 48em) {
  /* line 1061, assets/css/sass/theme.scss */
  #elected-official-list .list {
    padding: 0;
  }
}

/* line 1071, assets/css/sass/theme.scss */
#elected-official-list .list .e-official-wrapper {
  margin-bottom: 1rem;
  float: left;
  width: 100%;
  padding: 1rem;
  background: #f3f3f3;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
  border: 1px solid #ececec;
}

@media screen and (min-width: 30em) {
  /* line 1071, assets/css/sass/theme.scss */
  #elected-official-list .list .e-official-wrapper {
    width: 49%;
    margin-right: 2%;
    min-height: 540px;
    margin-bottom: 3rem;
  }
  /* line 1095, assets/css/sass/theme.scss */
  #elected-official-list .list .e-official-wrapper:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 60em) {
  /* line 1071, assets/css/sass/theme.scss */
  #elected-official-list .list .e-official-wrapper {
    width: 32%;
    margin-right: 2%;
  }
  /* line 1103, assets/css/sass/theme.scss */
  #elected-official-list .list .e-official-wrapper:nth-of-type(2n) {
    margin-right: 2%;
  }
  /* line 1106, assets/css/sass/theme.scss */
  #elected-official-list .list .e-official-wrapper:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* line 1115, assets/css/sass/theme.scss */
#elected-official-list .list .e-official-wrapper .profile-img-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 225px;
  margin-bottom: 1rem;
  margin: 0 auto;
  float: none;
}

@media screen and (min-width: 60em) {
  /* line 1115, assets/css/sass/theme.scss */
  #elected-official-list .list .e-official-wrapper .profile-img-wrap {
    max-width: 225px;
  }
}

/* line 1133, assets/css/sass/theme.scss */
#elected-official-list .list .e-official-wrapper .profile-img-wrap img {
  width: 100%;
}

/* line 1138, assets/css/sass/theme.scss */
#elected-official-list .list .e-official-wrapper .official-content-wrap {
  width: 100%;
}

@media screen and (min-width: 650px) {
  /* line 1138, assets/css/sass/theme.scss */
  #elected-official-list .list .e-official-wrapper .official-content-wrap {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 60em) {
  /* line 1138, assets/css/sass/theme.scss */
  #elected-official-list .list .e-official-wrapper .official-content-wrap {
    max-width: 638px;
  }
}

/* line 1151, assets/css/sass/theme.scss */
#elected-official-list .list .e-official-wrapper .official-content-wrap h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/* line 1159, assets/css/sass/theme.scss */
#elected-official-list .list .e-official-wrapper .official-content-wrap ul {
  text-align: center;
}

/* line 1169, assets/css/sass/theme.scss */
#elected-official-list .list .gop-gallery-wrapper {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 30em) {
  /* line 1169, assets/css/sass/theme.scss */
  #elected-official-list .list .gop-gallery-wrapper {
    padding: 0 1rem;
  }
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
#elected-official-list .list .gop-gallery-wrapper:last-child {
  margin-right: 0;
}

/* line 1180, assets/css/sass/theme.scss */
#elected-official-list .list.state-legislators .e-official-wrapper:nth-of-type(3n) {
  clear: both;
  margin-right: 2%;
}

/* line 1193, assets/css/sass/theme.scss */
.lg-outer {
  padding-top: 80px;
}

@media screen and (min-width: 48em) {
  /* line 1193, assets/css/sass/theme.scss */
  .lg-outer {
    padding: 0;
  }
}

/* line 1201, assets/css/sass/theme.scss */
.aniimated-thumbnials a {
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 48em) {
  /* line 1201, assets/css/sass/theme.scss */
  .aniimated-thumbnials a {
    width: 23%;
    margin-right: 2%;
    display: block;
    float: left;
    margin-bottom: 0.75rem;
  }
}

/* line 1217, assets/css/sass/theme.scss */
.aniimated-thumbnials a img {
  width: 100%;
}

/* line 1221, assets/css/sass/theme.scss */
.aniimated-thumbnials .lightgal-item {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.aniimated-thumbnials .lightgal-item:last-child {
  margin-right: 0;
}

/* line 78, assets/css/sass/neat/grid/_omega.scss */
.aniimated-thumbnials .lightgal-item:nth-child(3) {
  margin-right: 0;
}

/* line 1231, assets/css/sass/theme.scss */
#sidebar .widget {
  margin-bottom: 2rem;
}

/* line 1234, assets/css/sass/theme.scss */
#sidebar .widget .image {
  width: 100%;
}

/* line 1239, assets/css/sass/theme.scss */
#sidebar hr {
  margin: 3em 0;
}

/* line 1243, assets/css/sass/theme.scss */
#sidebar h3 {
  font-size: 1.15em;
  color: #07386d;
  margin-bottom: 0.25rem;
}

/* line 1249, assets/css/sass/theme.scss */
#sidebar .read-more a {
  color: #c41212;
  font-weight: 700;
}

/* line 1252, assets/css/sass/theme.scss */
#sidebar .read-more a:hover {
  opacity: 0.75;
}

/* line 1257, assets/css/sass/theme.scss */
#sidebar .attachment-sidebar-event-img {
  margin-bottom: 0.5rem;
}

/* line 1262, assets/css/sass/theme.scss */
#sidebar .tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0;
}

/* line 1266, assets/css/sass/theme.scss */
#sidebar .tribe-events-list-widget .tribe-event-featured {
  background: #fff;
}

/* line 1269, assets/css/sass/theme.scss */
#sidebar .tribe-events-list-widget .tribe-event-featured .tribe-event-title a {
  color: #07386d;
}

/* line 1273, assets/css/sass/theme.scss */
#sidebar .tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
  color: #585d60;
}

/* line 1277, assets/css/sass/theme.scss */
#sidebar .tribe-events-list-widget .tribe-event-featured .tribe-event-image {
  margin: 0;
}

/* line 1288, assets/css/sass/theme.scss */
.email-signup-newsletter {
  width: 100%;
  display: block;
  position: relative;
  background-color: #07386d;
  padding: 2rem 0 1rem;
}

@media screen and (max-width: 30em) {
  /* line 1288, assets/css/sass/theme.scss */
  .email-signup-newsletter {
    padding: 2rem 1rem 1rem;
  }
}

/* line 1298, assets/css/sass/theme.scss */
.email-signup-newsletter .newsletter-signup-heading {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 23.4042553191%;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.email-signup-newsletter .newsletter-signup-heading:last-child {
  margin-right: 0;
}

/* line 1302, assets/css/sass/theme.scss */
.email-signup-newsletter .newsletter-signup-form {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.email-signup-newsletter .newsletter-signup-form:last-child {
  margin-right: 0;
}

@media screen and (min-width: 48em) {
  /* line 1302, assets/css/sass/theme.scss */
  .email-signup-newsletter .newsletter-signup-form {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 82.9787234043%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .email-signup-newsletter .newsletter-signup-form:last-child {
    margin-right: 0;
  }
}

/* line 1308, assets/css/sass/theme.scss */
.email-signup-newsletter .newsletter-signup-form .newsletter-form {
  margin-top: 0;
  padding-right: 0 !important;
}

/* line 1312, assets/css/sass/theme.scss */
.email-signup-newsletter .newsletter-signup-form .newsletter-form label {
  display: inline-block;
  font-family: "Roboto Slab", "Cambria", "Times New Roman", "Times", serif;
  color: #fff;
  font-size: 1.75em;
  padding-right: 2.5rem;
  font-weight: 400;
}

/* line 1322, assets/css/sass/theme.scss */
.email-signup-newsletter .newsletter-signup-form .gform_wrapper {
  margin-top: 0;
}

/* line 1327, assets/css/sass/theme.scss */
.email-signup-newsletter .stars-wrap {
  display: none;
}

@media screen and (min-width: 48em) {
  /* line 1327, assets/css/sass/theme.scss */
  .email-signup-newsletter .stars-wrap {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 6.3829787234%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .email-signup-newsletter .stars-wrap:last-child {
    margin-right: 0;
  }
  /* line 78, assets/css/sass/neat/grid/_omega.scss */
  .email-signup-newsletter .stars-wrap:nth-child(2) {
    margin-right: 0;
  }
}

/* line 1334, assets/css/sass/theme.scss */
.email-signup-newsletter .stars-wrap .stars {
  width: 100%;
  position: relative;
  top: 12px;
}

/* line 1340, assets/css/sass/theme.scss */
.email-signup-newsletter .stars-wrap:first-child .stars {
  padding-right: 1rem;
}

/* line 1344, assets/css/sass/theme.scss */
.email-signup-newsletter .stars-wrap:last-child .stars {
  padding-left: 1rem;
}

/* line 1350, assets/css/sass/theme.scss */
.email-signup-newsletter #gform_1 .ginput_container {
  margin-top: -8px;
  display: inline-block;
  width: 100%;
}

/* line 1356, assets/css/sass/theme.scss */
.email-signup-newsletter #gform_1 .gform_heading {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  width: auto !important;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.email-signup-newsletter #gform_1 .gform_heading:last-child {
  margin-right: 0;
}

@media screen and (max-width: 30em) {
  /* line 1356, assets/css/sass/theme.scss */
  .email-signup-newsletter #gform_1 .gform_heading {
    float: none;
    text-align: center;
  }
}

/* line 1364, assets/css/sass/theme.scss */
.email-signup-newsletter #gform_1 .gform_heading h3 {
  font-family: "Roboto Slab", "Cambria", "Times New Roman", "Times", serif;
  color: #fff;
  font-size: 1.75em;
  padding-right: 2.5rem;
  font-weight: 400;
}

@media screen and (max-width: 30em) {
  /* line 1364, assets/css/sass/theme.scss */
  .email-signup-newsletter #gform_1 .gform_heading h3 {
    padding-right: 0;
  }
}

/* line 1376, assets/css/sass/theme.scss */
.email-signup-newsletter #gform_1 .gform_body {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.email-signup-newsletter #gform_1 .gform_body:last-child {
  margin-right: 0;
}

@media screen and (min-width: 48em) {
  /* line 1376, assets/css/sass/theme.scss */
  .email-signup-newsletter #gform_1 .gform_body {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .email-signup-newsletter #gform_1 .gform_body:last-child {
    margin-right: 0;
  }
}

/* line 1382, assets/css/sass/theme.scss */
.email-signup-newsletter #gform_1 .gform_body .button {
  position: relative;
  top: -5px;
  margin-left: 0.5rem;
}

@media screen and (max-width: 30em) {
  /* line 1390, assets/css/sass/theme.scss */
  .email-signup-newsletter #gform_1 .gform_footer {
    text-align: center;
  }
}

@media screen and (max-width: 30em) {
  /* line 1394, assets/css/sass/theme.scss */
  .email-signup-newsletter #gform_1 .gform_footer .gform_button {
    width: auto;
    line-height: 1;
  }
}

/* line 1399, assets/css/sass/theme.scss */
.email-signup-newsletter #gform_1 .gform_footer .gform_button:after {
  content: "\f0e0";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #fff;
  position: relative;
}

/* line 1408, assets/css/sass/theme.scss */
.email-signup-newsletter #gform_1 .gform_confirmation_message {
  color: #fff;
  text-align: center;
  position: relative;
  top: 6px;
}

@media screen and (max-width: 30em) {
  /* line 1415, assets/css/sass/theme.scss */
  .email-signup-newsletter #gform_1 .top_label .gfield_label {
    display: none;
  }
}

/* line 1424, assets/css/sass/theme.scss */
.site-footer {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 4rem 0 3rem;
}

@media screen and (max-width: 30em) {
  /* line 1424, assets/css/sass/theme.scss */
  .site-footer {
    padding: 2rem 1rem 3rem;
  }
}

/* line 1434, assets/css/sass/theme.scss */
.site-footer .site-info {
  margin-top: 3rem;
}

/* line 1438, assets/css/sass/theme.scss */
.site-footer .credit-rights {
  margin: 2rem 0 1rem 0;
  font-size: 0.825rem;
  color: #b2b5b8;
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.site-footer .credit-rights:last-child {
  margin-right: 0;
}

@media screen and (max-width: 30em) {
  /* line 1438, assets/css/sass/theme.scss */
  .site-footer .credit-rights {
    line-height: 1.6;
  }
}

/* line 1447, assets/css/sass/theme.scss */
.site-footer .credit-rights a {
  color: #b2b5b8;
}

/* line 1449, assets/css/sass/theme.scss */
.site-footer .credit-rights a:hover, .site-footer .credit-rights a:focus {
  color: #07386d;
}

/* line 1455, assets/css/sass/theme.scss */
.site-footer .credit-rights br {
  display: none;
}

@media screen and (min-width: 48em) {
  /* line 1455, assets/css/sass/theme.scss */
  .site-footer .credit-rights br {
    display: block;
  }
}

/* line 1463, assets/css/sass/theme.scss */
.site-footer .bar {
  margin: 0 1.5rem;
}

@media screen and (max-width: 30em) {
  /* line 1463, assets/css/sass/theme.scss */
  .site-footer .bar {
    display: none;
  }
}

@media screen and (max-width: 30em) {
  /* line 1470, assets/css/sass/theme.scss */
  .site-footer .web-by {
    display: block;
    margin-top: 1.5rem;
  }
}

/* line 1481, assets/css/sass/theme.scss */
.site-footer .more-contact-us {
  display: block;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 48em) {
  /* line 1481, assets/css/sass/theme.scss */
  .site-footer .more-contact-us {
    display: none;
  }
}

/* line 1490, assets/css/sass/theme.scss */
.site-footer .more-contact-us .more-contact {
  text-transform: uppercase;
  padding: 0.875em 1.2em;
  color: #fff;
  background-color: #07386d;
  border-radius: 5px;
  font-weight: 700;
}

/* line 1498, assets/css/sass/theme.scss */
.site-footer .more-contact-us .more-contact:hover {
  background-color: #052c55;
}

/* line 1504, assets/css/sass/theme.scss */
.site-footer .footer-contact {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 23.4042553191%;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.site-footer .footer-contact:last-child {
  margin-right: 0;
}

@media screen and (max-width: 30em) {
  /* line 1504, assets/css/sass/theme.scss */
  .site-footer .footer-contact {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%;
    text-align: center;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .site-footer .footer-contact:last-child {
    margin-right: 0;
  }
}

/* line 1512, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-logo {
  width: 188px;
  margin-bottom: 0.5rem;
}

/* line 1518, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .location, .site-footer .footer-contact .footer-location-contact .admin-email, .site-footer .footer-contact .footer-location-contact .admin-fax {
  color: #585d60;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}

/* line 1523, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .location a, .site-footer .footer-contact .footer-location-contact .admin-email a, .site-footer .footer-contact .footer-location-contact .admin-fax a {
  color: #585d60;
}

/* line 1526, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .location a:hover, .site-footer .footer-contact .footer-location-contact .admin-email a:hover, .site-footer .footer-contact .footer-location-contact .admin-fax a:hover {
  opacity: 0.85;
}

/* line 1531, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .location:before, .site-footer .footer-contact .footer-location-contact .admin-email:before, .site-footer .footer-contact .footer-location-contact .admin-fax:before {
  color: #c41212;
}

/* line 1536, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .location {
  position: relative;
}

/* line 1539, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .location:before {
  content: "\f041";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  position: absolute;
  left: -1.5rem;
}

/* line 1547, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .admin-email {
  position: relative;
}

/* line 1550, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .admin-email:before {
  content: "\f0e0";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  position: absolute;
  left: -1.5rem;
}

/* line 1558, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .admin-fax {
  position: relative;
}

/* line 1561, assets/css/sass/theme.scss */
.site-footer .footer-contact .footer-location-contact .admin-fax:before {
  content: "\f1ac";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  position: absolute;
  left: -1.5rem;
}

/* line 1571, assets/css/sass/theme.scss */
.site-footer .footer-list-pages {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 57.4468085106%;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.site-footer .footer-list-pages:last-child {
  margin-right: 0;
}

/* line 1574, assets/css/sass/theme.scss */
.site-footer .footer-list-pages .page_item a,
.site-footer .footer-list-pages .menu-item a {
  margin-bottom: 1rem;
}

/* line 1579, assets/css/sass/theme.scss */
.site-footer .footer-list-pages .footerMenu {
  float: left;
  width: calc(100%/3);
}

/* line 1587, assets/css/sass/theme.scss */
.site-footer .footer-list-pages ul a {
  font-family: "Roboto Slab", "Cambria", "Times New Roman", "Times", serif;
  color: #07386d;
  font-size: 1.15em;
  line-height: 2;
  text-transform: uppercase;
}

/* line 1598, assets/css/sass/theme.scss */
.site-footer .footer-list-pages ul .page_item_has_children .children,
.site-footer .footer-list-pages ul .page_item_has_children .sub-menu,
.site-footer .footer-list-pages ul .menu-item-has-children .children,
.site-footer .footer-list-pages ul .menu-item-has-children .sub-menu {
  column-count: auto;
}

/* line 1602, assets/css/sass/theme.scss */
.site-footer .footer-list-pages ul .page_item_has_children .children .page_item a,
.site-footer .footer-list-pages ul .page_item_has_children .children .menu-item a,
.site-footer .footer-list-pages ul .page_item_has_children .sub-menu .page_item a,
.site-footer .footer-list-pages ul .page_item_has_children .sub-menu .menu-item a,
.site-footer .footer-list-pages ul .menu-item-has-children .children .page_item a,
.site-footer .footer-list-pages ul .menu-item-has-children .children .menu-item a,
.site-footer .footer-list-pages ul .menu-item-has-children .sub-menu .page_item a,
.site-footer .footer-list-pages ul .menu-item-has-children .sub-menu .menu-item a {
  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.9em;
  color: #585d60;
  text-transform: none;
}

/* line 1609, assets/css/sass/theme.scss */
.site-footer .footer-list-pages ul .page_item_has_children .children .page_item a:hover,
.site-footer .footer-list-pages ul .page_item_has_children .children .menu-item a:hover,
.site-footer .footer-list-pages ul .page_item_has_children .sub-menu .page_item a:hover,
.site-footer .footer-list-pages ul .page_item_has_children .sub-menu .menu-item a:hover,
.site-footer .footer-list-pages ul .menu-item-has-children .children .page_item a:hover,
.site-footer .footer-list-pages ul .menu-item-has-children .children .menu-item a:hover,
.site-footer .footer-list-pages ul .menu-item-has-children .sub-menu .page_item a:hover,
.site-footer .footer-list-pages ul .menu-item-has-children .sub-menu .menu-item a:hover {
  opacity: 0.85;
}

/* line 1622, assets/css/sass/theme.scss */
.site-footer .footer-list-contact {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 14.8936170213%;
}

/* line 89, assets/css/sass/neat/grid/_span-columns.scss */
.site-footer .footer-list-contact:last-child {
  margin-right: 0;
}

@media screen and (max-width: 30em) {
  /* line 1622, assets/css/sass/theme.scss */
  .site-footer .footer-list-contact {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%;
  }
  /* line 89, assets/css/sass/neat/grid/_span-columns.scss */
  .site-footer .footer-list-contact:last-child {
    margin-right: 0;
  }
}

/* line 1629, assets/css/sass/theme.scss */
.site-footer .footer-list-contact .page_item a {
  margin-bottom: 1rem;
}

/* line 1635, assets/css/sass/theme.scss */
.site-footer .footer-list-contact ul a {
  font-family: "Roboto Slab", "Cambria", "Times New Roman", "Times", serif;
  color: #07386d;
  font-size: 1.25em;
  line-height: 2;
  text-transform: uppercase;
}

/* line 1645, assets/css/sass/theme.scss */
.site-footer .footer-list-contact ul .page_item_has_children .children {
  column-count: auto;
}

/* line 1648, assets/css/sass/theme.scss */
.site-footer .footer-list-contact ul .page_item_has_children .children .page_item a {
  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  color: #585d60;
  text-transform: none;
}

/* line 1654, assets/css/sass/theme.scss */
.site-footer .footer-list-contact ul .page_item_has_children .children .page_item a:hover {
  opacity: 0.8;
}

/* line 1665, assets/css/sass/theme.scss */
.site-footer .footer-list-contact .contact-list {
  margin-bottom: 2rem;
}

@media screen and (max-width: 30em) {
  /* line 1669, assets/css/sass/theme.scss */
  .site-footer .footer-list-contact .connect {
    text-align: center;
  }
}

@media screen and (max-width: 30em) {
  /* line 1674, assets/css/sass/theme.scss */
  .site-footer .footer-list-contact .connect li {
    display: inline-block;
    margin-right: 1.5rem;
  }
  /* line 1679, assets/css/sass/theme.scss */
  .site-footer .footer-list-contact .connect li:last-child {
    margin-right: 0;
  }
}

/* line 1685, assets/css/sass/theme.scss */
.site-footer .footer-list-contact .connect .fa {
  color: #c41212;
  margin-right: 0.25rem;
}

/* line 1697, assets/css/sass/theme.scss */
.text-left {
  text-align: left;
}

/* line 1701, assets/css/sass/theme.scss */
.text-center {
  text-align: center;
}

/* line 1705, assets/css/sass/theme.scss */
.text-right {
  text-align: right;
}

@media screen and (max-width: 30em) {
  /* line 1709, assets/css/sass/theme.scss */
  .hide-for-mobile {
    display: none !important;
  }
}

/* line 1717, assets/css/sass/theme.scss */
.candidacy-address {
  line-height: 1.5;
  margin: 25px 0 25px 40px;
}

/* line 1721, assets/css/sass/theme.scss */
span.requirement {
  color: #790000;
}

/* line 1725, assets/css/sass/theme.scss */
#field_5_1 .gfield_label {
  display: none;
}

/* line 1729, assets/css/sass/theme.scss */
#input_5_1 {
  font-size: 20px;
  padding: 0;
  line-height: 1;
  margin: 0;
}

/* line 1735, assets/css/sass/theme.scss */
input#choice_5_1_1 {
  margin: 0;
  line-height: 1;
  height: 1em;
  margin-right: 10px;
}

/* line 1741, assets/css/sass/theme.scss */
label#label_5_1_1 {
  height: 2em;
}

/* line 1748, assets/css/sass/theme.scss */
.gform_wrapper .qualify-day label,
.gform_wrapper .qualify-month label,
.gform_wrapper .qualify-year label {
  display: none !important;
}

/* line 1754, assets/css/sass/theme.scss */
#field_4_13 span {
  display: inline;
}

/* line 1756, assets/css/sass/theme.scss */
#field_4_13 span li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 80px;
}

/* line 1761, assets/css/sass/theme.scss */
#field_4_13 span li input {
  width: 100%;
}

/* line 1764, assets/css/sass/theme.scss */
#field_4_13 span li select {
  width: 200px;
}

/* line 1772, assets/css/sass/theme.scss */
#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav li a {
  display: block !important;
}

/*
li#field_4_22 {
    width: 50%;
    float: left;
    padding: 0;
    input.medium {
	    width: calc(100% - 20px);
	}
}

li#field_4_23 {
    width: 50%;
    padding: 0;
    clear: none;
    float: left;
    margin-bottom: 20px;
    .gfield_select {
	    width: calc(98% - 20px);
	}
}
*/
/* line 1799, assets/css/sass/theme.scss */
.donation-form {
  max-width: 736px;
  margin: 0 auto;
}
