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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}

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

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

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

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

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

body {
  font-size: 20px;
  line-height: 1.647;
  color: #9d9d9d;
  background-color: #fff;
}

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

a {
  color: #f2b233;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #e49c0e;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  color: #ce142b;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

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

.h2,
h2 {
  font-size: 1.5em;
}

.h3,
h3 {
  font-size: 1.2em;
}

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

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

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

p {
  margin: 0 0 16px;
}

.lead {
  margin-bottom: 32px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eee;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

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

.list-inline {
  margin-left: -5px;
}

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

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

dd,
dt {
  line-height: 1.647;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

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

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

.initialism {
  font-size: 90%;
}

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

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

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 15.5px;
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.647;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}

caption,
th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.647;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

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

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

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

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

fieldset,
legend {
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

output {
  padding-top: 7px;
}

.form-control,
output {
  display: block;
  font-size: 20px;
  line-height: 1.647;
  color: #555;
}

.form-control {
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

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

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 46px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 37px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 56px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 52px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 37px;
  min-height: 49px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 56px;
  line-height: 56px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 56px;
  min-height: 57px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 57.5px;
}

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

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

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

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 37px;
}

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

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

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

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 39px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.647;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #f2b233;
  font-weight: 400;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #e49c0e;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

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

.btn-sm {
  padding: 5px 10px;
}

.btn-sm,
.btn-xs {
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

.collapsing {
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.collapsing,
.embed-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
}

.embed-responsive {
  display: block;
  padding: 0;
}

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 20px;
}

body {
  font-size: 100%;
}

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

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

ol {
  margin-left: 30px;
}

.event-card .more a,
.happiness-post-slider .happiness-box li .more span,
.mapboxgl-popup-content .more a,
body footer .footer-contents .left-footer a,
body footer .footer-contents .right-footer .signup span {
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.dropdown li a,
.filter-buttons .btn-white a,
.home-slide .hero-content h2,
.map-number span,
body #nav-mobile ul li:hover .sub-nav a:hover,
body #nav-mobile ul li:hover a,
body .container .email h1,
body .container .event-box .left-event-box .left li .date li:nth-child(2),
body .container .event .event-organizers ul li:first-child,
body .container .event .planning-coalition ul li a,
body .container .event h1,
body .container .join .flex .left h1,
body .container .map-state .state-dropdown li a,
body .container .map-state h1,
body .container .page-bg .page .page-details ul li a,
body .container .page-details.register .dropdown li a,
body .container .top-img .title,
body .main-nav ul li:hover .sub-nav a:hover,
body .main-nav ul li:hover a,
body blockquote .blockquote-name,
body blockquote p,
h1 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.btn-white,
.btn-white a,
.btn-yellow,
.btn-yellow a,
.dropdown li .sub-nav li a,
.event-card .title,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.happiness-post-slider .happiness-box li .latest-details .line1 .author,
.happiness-post-slider .happiness-box li .latest-details .title,
.home-slide .hero-content h4,
.mapboxgl-popup-content .title,
.pagination ul li a,
body #nav-mobile ul li a,
body .container .andYou .mainBox ul li:hover p,
body .container .event-box .left-event-box .left li .date li:first-child,
body .container .event-box .right-event-box ul li:first-child,
body .container .event .event-organizers ul li a,
body .container .event h3,
body .container .event h5,
body .container .join .flex .left h2,
body .container .map-state h5,
body .container .news-box .news-box-content .news-details .title,
body .container .page-bg .page .page-details h5,
body .container .state .state-left .state-options h4,
body .container .the-latest .latest-news-box li .latest-details .line1 .author,
body .container .the-latest .latest-news-box li .latest-details .title,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_heading .gform_title,
body .main-nav ul li a,
body footer .footer-contents .right-footer .shining p,
table caption {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.event-card .address li:last-child,
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label,
.mapboxgl-popup-content .address li:last-child,
body #nav-mobile ul li:hover .sub-nav a,
body .container .about .details-right h2,
body .container .andYou .mainBox h1,
body .container .andYou .mainBox ul li p,
body
  .container
  .events-in-state
  .flex-events-in-state
  .events-in-state-right
  h2,
body .container .events-in-state h1,
body .container .map-page .find-event .search h2,
body .container .news-content .news-right .filter form legend,
body .container .people-saying h2,
body .container .red-line-title h1,
body .container .state-updates h1,
body .container .state .state-left .share-graphics h1,
body .container .state .state-right-flex .state-right .options ul li a:hover,
body .container .state h1,
body .container .the-latest h2,
body .container .whatIs .details-left h2,
body .container h2.event-media,
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message,
body .gform_wrapper .validation_error,
body .main-nav ul li:hover .sub-nav a,
h2,
h4 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
}

body .container .about .details-right p,
body .container .red-line-title p,
body .container .state .state-left .share-graphics p,
body .container .state .state-left .state-lower-text p,
body .container .state .state-left .state-options p,
body .container .state .state-right-flex .state-right .options .option p,
body .container .whatIs .details-left p {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1 {
  color: #ce142b;
  font-size: 72px;
  line-height: 79px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 48px;
  color: silver;
  line-height: 51px;
}

h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #2a2a2a;
}

h4 {
  color: #dfdfdf;
  font-size: 30px;
  padding: 20px;
}

h5 {
  color: #2a2a2a;
}

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

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

a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

a:focus {
  outline: none !important;
}

p {
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  color: #5d5d5d;
}

.list {
  list-style-type: none;
}

.list body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox,
.list body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 200;
}

body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_checkbox
  li
  input[type="checkbox"] {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 16px;
  width: 16px !important;
  border: 1px solid #dfdfdf;
  margin-right: 10px;
}

body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_checkbox
  li
  input[type="checkbox"]:hover {
  cursor: pointer;
}

body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_checkbox
  li
  input[type="checkbox"]:checked {
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: 50%;
}

body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_radio
  li
  input[type="radio"],
input[type="radio"] {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #dfdfdf;
  height: 16px;
  width: 16px !important;
  border-radius: 50%;
  margin-right: 10px;
}

body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_radio
  li
  input[type="radio"]:hover,
input[type="radio"]:hover {
  cursor: pointer;
}

body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_radio
  li
  input[type="radio"]:checked,
input[type="radio"]:checked {
  background-image: url("../images/oval.png");
  background-repeat: no-repeat;
  background-position: 50%;
}

body .gform_wrapper .gform_body .gform_fields #field_8_51.gsection {
  border-bottom: 0;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}

body .gform_wrapper .gform_body .gform_fields #field_8_51.gsection h2 {
  line-height: 15px;
}

.header-search-input input,
.search-input input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  width: 200px;
  font-style: italic;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-search-input input,
  .search-input input {
    width: 150px;
  }
}

.header-search-input::-webkit-input-placeholder,
.search-input::-webkit-input-placeholder {
  color: #2a2a2a;
}

.header-search-input::-moz-placeholder,
.search-input::-moz-placeholder {
  color: #2a2a2a;
}

.header-search-input:-ms-input-placeholder,
.search-input:-ms-input-placeholder {
  color: #2a2a2a;
}

.header-search-input:-moz-placeholder,
.search-input:-moz-placeholder {
  color: #2a2a2a;
}

.header-search-input i,
.search-input i {
  padding-left: 10px;
  color: #f2b233;
  font-size: 20px;
}

.header-search-input i:hover,
.search-input i:hover {
  color: #ff9e20;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  cursor: pointer;
}

.header-search-input input {
  display: none;
}

.pagination {
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .pagination {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.pagination ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination ul li {
  list-style-type: none;
}

.pagination ul li a {
  color: #9d9d9d;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-font-smoothing: antialiased;
}

.pagination a.arrow {
  color: #dfdfdf;
}

.pagination ul li span.current {
  background-color: #f2b233;
  color: #fff;
  border-radius: 100px;
  padding: 6px 12px;
  font-size: 16px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.pagination ul li a:hover {
  color: #f2b233;
}

table {
  width: 75% !important;
}

table caption {
  font-size: 18px;
  padding: 40px;
  color: #2a2a2a;
}

table thead {
  color: #ce142b;
  font-size: 14px;
}

table thead th {
  border-bottom: 0 !important;
}

table tbody tr {
  color: #9d9d9d;
  font-size: 14px;
}

table tbody tr:nth-child(odd) {
  background-color: #fbf0d8;
}

table tbody tr td {
  border-top: 0 !important;
}

body .gform_wrapper .gform_heading .gform_title {
  font-size: 18px;
  color: #2a2a2a;
  text-transform: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield .name_first {
  float: left;
}

.gform_wrapper .gfield_time_ampm select {
  min-width: 120px !important;
  padding: 15px 5px !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_time_ampm select {
    min-width: 113px !important;
  }
}

@media (max-width: 762px) {
  .gform_wrapper .gfield_time_ampm select {
    min-width: 143px !important;
  }
}

@media (max-width: 725px) {
  .gform_wrapper .gfield_time_ampm select {
    min-width: 126px !important;
  }
}

@media (max-width: 705px) {
  .gform_wrapper .gfield_time_ampm select {
    min-width: 100px !important;
  }
}

@media (max-width: 640px) {
  .gform_wrapper .gfield_time_ampm select {
    min-width: 120px !important;
  }
}

.ui-datepicker-month,
.ui-datepicker-year {
  color: #2a2a2a;
}

#field_8_23 {
  padding-right: 0;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  color: #2a2a2a;
  font-size: 14px;
}

.gform_wrapper .gform_body .gform_fields .gfield #input_11_15,
.gform_wrapper .gform_body .gform_fields .gfield #input_11_26 {
  height: 110px !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  color: #2a2a2a;
  font-size: 14px;
}

input:disabled + label {
  opacity: 0.5;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 200;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #2a2a2a;
  height: 55px;
  margin: 8px;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"]:focus {
  font-size: 16px !important;
  color: #2a2a2a;
  padding: 5px 15px !important;
}

::-webkit-input-placeholder {
  font-size: 16px;
  color: #2a2a2a;
  text-transform: none;
}

::-moz-placeholder {
  font-size: 16px;
  color: #2a2a2a;
  text-transform: none;
}

:-ms-input-placeholder {
  font-size: 16px;
  color: #2a2a2a;
  text-transform: none;
}

:-moz-placeholder {
  font-size: 16px;
  color: #2a2a2a;
  text-transform: none;
}

.gform_wrapper form .gform_body .ginput_complex input[type="text"] {
  width: 100% !important;
}

.gform_wrapper input,
.gform_wrapper input[type="text"],
.gform_wrapper select,
.gform_wrapper textarea {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#input_8_6 > i {
  display: none !important;
}

#input_8_5 i {
  display: none;
}

#input_1_19,
#input_8_20,
#input_12_25 {
  overflow-x: hidden;
}

.gform_wrapper .gfield_time_hour i {
  display: none;
}

#field_8_28 > div > div {
  margin-left: 10px;
  margin-top: -7px;
}

body .gform_wrapper .gform_footer input[type="submit"] {
  margin-top: 26px;
  padding: 0;
  background-color: #f2b233;
  width: 200px !important;
  height: 55px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  display: block;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #ff9e20;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  margin-left: 110px;
  margin-top: -25px;
  margin-bottom: 32px;
  color: #2a2a2a;
  font-size: 14px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
  background-color: #fff;
  color: #2a2a2a;
  padding: 15px 20px;
  font-size: 16px;
  height: 55px;
  border: 1px solid #dfdfdf;
  margin-top: 8px;
  margin-left: 8px !important;
}

body .gform_wrapper .top_label div.ginput_container,
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input[placeholder="State*"] {
  /* text-transform: uppercase */
}

#field_8_9
  > div.ginput_container.ginput_container_list.ginput_list
  > table
  > tbody
  > tr {
  background-color: transparent;
}

body .gform_wrapper .validation_error {
  font-size: 16px !important;
  color: #ce142b !important;
  border-top: 2px solid #ce142b !important;
  border-bottom: 2px solid #ce142b !important;
}

body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield_error
  .validation_message {
  font-size: 14px !important;
  color: #ce142b !important;
  margin-top: -4px !important;
  margin-bottom: 0 !important;
  line-height: 20px !important;
}

.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 1px solid #ce142b !important;
}

body .instruction.validation_message {
  margin-left: 10px !important;
}

.dropdown {
  top: 50px;
  padding-left: 0 !important;
  width: 35%;
}

.dropdown li {
  list-style-type: none;
  background-color: #ce142b;
  padding: 10px 35px;
}

@media only screen and (max-width: 991px) {
  .dropdown li {
    padding: 5px 15px;
  }
}

.dropdown li a {
  color: #fff !important;
  font-size: 18px;
}

.dropdown li i {
  margin-top: 10px;
  float: right;
}

.dropdown li .sub-nav {
  display: none;
  background-color: #fff;
  padding-left: 0 !important;
  position: absolute;
  margin-left: -35px;
  margin-top: 11px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.16), 0 0 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.16), 0 0 5px rgba(0, 0, 0, 0.23);
}

.dropdown li .sub-nav li {
  background-color: #fff;
  list-style-type: none;
  padding: 10px 17px 10px 20px;
}

.dropdown li .sub-nav li a {
  font-size: 16px !important;
  color: #aaa !important;
  display: block;
  -webkit-transition: none;
  transition: none;
  width: 257px;
}

.dropdown li .sub-nav li:hover {
  background-color: #f2b233;
  color: #fff;
  border-bottom: 0;
}

.dropdown li .sub-nav li:hover a {
  color: #fff !important;
  -webkit-transition: none;
  transition: none;
}

.main-content .alignleft {
  float: left;
  margin: 0 5px 5px 0;
}

.main-content .alignright {
  float: right;
  margin: 0 0 5px 5px;
}

.main-content .aligncenter {
  clear: both;
  display: block;
  margin: 5px auto;
}

.main-content .wp-caption {
  overflow: hidden;
  padding: 5px 0;
  background-color: #ccc;
}

.main-content .wp-caption img {
  display: block;
  margin: auto;
  padding: 0;
  border: 0 none;
}

.main-content p.wp-caption-text {
  margin: 0;
  text-align: center;
}

.main-content .wp-caption-dd {
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  color: #9d9d9d;
}

.main-content .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.main-content .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.main-content blockquote {
  padding: 25px 0 25px 45px;
  border: none;
  font-size: inherit;
  font-style: italic;
}

.main-content blockquote footer,
.main-content blockquote small {
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

@-moz-document url-prefix() {
  .main-content fieldset {
    display: table-cell;
  }
}

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

.main-content embed,
.main-content iframe,
.main-content object,
.main-content video {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

.container {
  width: 100%;
}

iframe {
  border: 0;
  overflow: hidden;
}

.notvisible {
  visibility: hidden;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.visible {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-yellow {
  background-color: #f2b233;
  min-width: 200px;
  min-height: 55px;
  border: 0;
  border-radius: 4px;
}

.btn-yellow,
.btn-yellow a {
  color: #fff;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding-top: 12px;
}

.btn-yellow a {
  width: 100%;
  height: 100%;
}

.btn-yellow.contact {
  padding-top: 0;
}

.btn-yellow:hover {
  background-color: #ff9e20;
  color: #fff;
}

.btn-red {
  background-color: #ce142b;
  min-width: 200px;
  min-height: 55px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}

.btn-red,
.btn-red a {
  color: #fff;
  font-size: 21px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.btn-red:hover {
  color: #fff;
  background-color: #ff9e20;
}

.btn-white {
  background-color: transparent;
  min-width: 200px;
  min-height: 55px;
  border: 1px solid #f2b233;
  border-radius: 4px;
}

.btn-white,
.btn-white a {
  color: #f2b233;
  font-size: 21px;
  padding-top: 12px;
  -webkit-font-smoothing: antialiased;
}

.btn-white a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: #f2b233;
  color: #fff;
}

.btn-white:active a,
.btn-white:focus a,
.btn-white:hover a {
  color: #fff;
}

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

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

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

.filter-buttons .btn-white {
  margin-bottom: 10px;
}

.filter-buttons .btn-white a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.filter-buttons .btn-red {
  padding-top: 10px;
  margin-bottom: 10px;
}

.hero-slick .slick-dots {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  bottom: 0;
  margin-bottom: 30px;
}

.hero-slick .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  margin: 2px;
}

.hero-slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.hero-slick .slick-dots li button:before {
  font-family: slick;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.hero-slick .slick-dots .slick-active button:before {
  font-size: 35px;
  color: #f2b233;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featherlight-iframe .featherlight-content {
  overflow-y: hidden !important;
}

.featherlight .featherlight-inner {
  width: 780px !important;
  height: 439px !important;
}

@media only screen and (max-width: 767px) {
  .featherlight .featherlight-inner {
    width: 100% !important;
    height: 100% !important;
  }
}

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

body {
  margin: 0 auto;
  margin-right: 1px;
}

.map-number {
  margin: 20px;
}

.map-number span {
  color: #fff;
  background-color: #ce142b;
  border-radius: 100px;
  padding: 5px 11px;
  font-size: 16px;
}

.event-card,
.mapboxgl-popup-content {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 280px;
  height: auto;
  position: relative;
  padding: 20px;
}

.event-card .fa-times,
.event-card .mapboxgl-popup-close-button,
.mapboxgl-popup-content .fa-times,
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 15px 0 0;
  font-size: 14px;
  color: #dfdfdf;
}

.event-card .date,
.mapboxgl-popup-content .date {
  font-size: 14px;
  font-weight: 200;
}

.event-card .title,
.mapboxgl-popup-content .title {
  color: #5d5d5d;
  font-size: 18px;
  padding: 5px 0;
}

.event-card .address,
.mapboxgl-popup-content .address {
  color: #aaa;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  position: relative;
  right: 0;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.event-card .address li,
.mapboxgl-popup-content .address li {
  width: 20px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  background-color: transparent;
  color: #aaa;
  list-style-type: none;
}

.event-card .address li i,
.mapboxgl-popup-content .address li i {
  padding: 0;
  color: #f2b233;
  font-size: 26px;
  margin-top: 2px;
}

.event-card .address li:last-child,
.mapboxgl-popup-content .address li:last-child {
  width: 160px;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  line-height: 18px;
}

.event-card .more,
.mapboxgl-popup-content .more {
  position: absolute;
  bottom: 10px;
  left: 25px;
}

.event-card .more a,
.mapboxgl-popup-content .more a {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.event-card .more a:hover,
.mapboxgl-popup-content .more a:hover {
  color: #ce142b;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  min-height: 100vh;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: futura-pt, sans-serif;
  background-color: #dfdfdf;
  overflow-x: hidden;
}

body ul li {
  color: #ff9e20;
}

body blockquote p {
  color: #ff9e20 !important;
  border-left: 10px solid #ce142b;
  margin: 0 auto;
  margin: 50px 0;
  width: 90%;
  font-style: italic;
  font-size: 32px;
  line-height: 40px;
  padding: 0 0 0 80px !important;
}

@media only screen and (max-width: 767px) {
  body blockquote p {
    width: 100%;
    padding: 0 0 0 30px;
    font-size: 24px;
  }
}

body blockquote .blockquote-name {
  color: #2a2a2a;
  font-style: normal;
  font-size: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  body blockquote .blockquote-name {
    margin-right: 15px;
  }
}

body blockquote footer {
  background-color: transparent;
  text-align: right;
}

body .mejs-video,
body .wp-video {
  display: block;
  width: 780px !important;
  height: 439px !important;
  margin: 60px auto;
}

@media only screen and (max-width: 991px) {
  body .mejs-video,
  body .wp-video {
    width: 100% !important;
    height: 308px !important;
    margin-left: 0;
    padding-right: 30px;
  }
}

body iframe {
  display: block;
  margin: 60px auto;
}

@media only screen and (max-width: 991px) {
  body iframe {
    width: 100% !important;
    margin-left: 0;
    padding-right: 30px;
  }
}

body form {
  text-align: center;
}

body
  form
  body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  input[type="text"] {
  margin: 13px 0;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
}

body
  form
  body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  input[type="text"]::-webkit-input-placeholder {
  color: #2a2a2a;
  font-weight: 200;
}

body form::-moz-placeholder {
  color: #2a2a2a;
  font-weight: 200;
}

body form:-ms-input-placeholder {
  color: #2a2a2a;
  font-weight: 200;
}

body form:-moz-placeholder {
  color: #2a2a2a;
  font-weight: 200;
}

body form .long-form {
  width: 90%;
}

body form .short-form-left,
body form .short-form-right {
  width: 43%;
}

body form .short-form-left {
  margin-right: 13px;
}

@media (max-width: 600px) {
  body form .short-form-left {
    margin-right: 0;
  }
}

body form .short-form-right {
  margin-left: 13px;
}

body header {
  -webkit-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
  position: fixed;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 0 15px;
  z-index: 1001;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
}

body header ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media only screen and (max-width: 842px) {
  body header ul {
    padding-left: 10px;
  }
}

body header ul li:first-child {
  margin-right: auto;
  padding-left: 150px;
}

body header ul li:first-child img {
  height: 76px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body header ul li:first-child {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 842px) {
  body header ul li:first-child {
    padding-left: 15px;
    width: 300px;
  }
}

@media only screen and (max-width: 842px) {
  body header ul li:first-child .logo img {
    height: 60px;
  }
}

@media only screen and (max-width: 842px) {
  body header ul li:nth-child(2) {
    display: none;
  }
}

body header ul li:nth-child(3) {
  padding-right: 75px;
  color: #f2b233;
}

body header ul li:nth-child(3):hover {
  color: #ff9e20;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body header ul li:nth-child(3) {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 842px) {
  body header ul li:nth-child(3) {
    display: none;
  }
}

body header ul li {
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 842px) {
  body header ul li:nth-child(4) {
    display: none;
  }
}

body header ul li:last-child {
  display: none;
}

body header ul li:last-child i {
  color: #dfdfdf;
  font-size: 26px;
}

body header ul li:last-child i:hover {
  color: #ce142b;
  cursor: pointer;
}

@media only screen and (max-width: 842px) {
  body header ul li:last-child {
    display: block;
    padding-right: 25px;
  }
}

body header ul li .social-icons-header {
  padding-right: 150px;
}

body header ul li .social-icons-header .fa {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body header ul li .social-icons-header {
    padding-right: 25px;
  }
}

body header ul li .social-icons-header a {
  padding-right: 30px;
}

body header ul li .social-icons-header a i {
  color: #dfdfdf;
  font-size: 26px;
}

body header ul li .social-icons-header a i:hover {
  color: #ce142b;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body header ul li .social-icons-header a i {
    font-size: 20px;
  }
}

body header ul li .social-icons-header a:last-child {
  padding-right: 0;
}

body .nav-hide {
  -webkit-transition: top 0.35s ease-in-out !important;
  transition: top 0.35s ease-in-out !important;
  top: 50px !important;
}

body .header-shrink {
  padding: 10px 0;
  -webkit-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
  border-bottom: 1px solid #dfdfdf;
}

body #nav-mobile,
body .main-nav {
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
  position: fixed;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  height: 58px;
  z-index: 1000;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #dfdfdf;
  top: 139px;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 842px) {
  body #nav-mobile,
  body .main-nav {
    display: none;
  }
}

body #nav-mobile ul,
body .main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-item-align: center;
  align-self: center;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  body #nav-mobile ul,
  body .main-nav ul {
    width: 100%;
  }
}

body #nav-mobile ul li,
body .main-nav ul li {
  list-style-type: none;
  padding: 10px 0;
  color: #aaa;
  letter-spacing: 0;
}

body #nav-mobile ul li:hover .sub-nav a,
body .main-nav ul li:hover .sub-nav a {
  display: block;
  background-color: #fff;
  width: 300px;
  text-transform: none;
  padding: 0 20px;
  border-bottom: 0;
  font-size: 16px;
  color: #aaa;
}

body #nav-mobile ul li:hover .sub-nav a:hover,
body .main-nav ul li:hover .sub-nav a:hover {
  background-color: #f2b233;
  color: #fff;
  border-bottom: 0;
}

body #nav-mobile ul li:hover .sub-nav a:hover ul,
body .main-nav ul li:hover .sub-nav a:hover ul {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

body #nav-mobile ul li:hover .sub-nav a:hover li,
body .main-nav ul li:hover .sub-nav a:hover li {
  color: #fff;
  padding: 10px 0;
  border-bottom: none;
}

body #nav-mobile ul li:hover .sub-nav a a,
body .main-nav ul li:hover .sub-nav a a {
  text-transform: none;
}

body #nav-mobile ul li:hover .sub-nav a a:hover,
body .main-nav ul li:hover .sub-nav a a:hover {
  color: #fff;
  padding: 10px 0;
}

body #nav-mobile ul li:hover,
body .main-nav ul li:hover {
  border-bottom: 5px solid #ce142b;
}

body #nav-mobile ul li:hover a,
body .main-nav ul li:hover a {
  color: #5d5d5d;
  font-size: 14px;
  padding-bottom: 13px;
}

body #nav-mobile ul li:hover i,
body .main-nav ul li:hover i {
  color: #f2b233;
}

body #nav-mobile ul li a,
body .main-nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  color: #aaa;
  padding: 0 20px;
}

body #nav-mobile ul li ul,
body .main-nav ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  position: absolute;
  width: 300px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

body #nav-mobile ul li ul a,
body .main-nav ul li ul a {
  display: none;
}

body #nav-mobile {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  overflow-x: auto;
}

body #nav-mobile .nav-mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

body #nav-mobile .nav-mobile-top img {
  width: 60%;
}

body #nav-mobile .nav-mobile-top .close-nav i {
  font-size: 26px;
  color: #dfdfdf;
}

body #nav-mobile .nav-mobile-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 40px;
}

body #nav-mobile .nav-mobile-list li:hover {
  border: 0;
}

body #nav-mobile .nav-mobile-list li a {
  font-size: 16px;
  -webkit-transition: none;
  transition: none;
}

body #nav-mobile .nav-mobile-list li:hover a {
  padding-bottom: 0;
}

body #nav-mobile .nav-mobile-list li ul {
  position: relative;
}

body #nav-mobile .nav-mobile-list li .mobile-sub-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}

body #nav-mobile .nav-mobile-list li .mobile-sub-nav li {
  padding: 5px 0;
  font-weight: 200;
}

body #nav-mobile .nav-mobile-list li .mobile-sub-nav a {
  display: block !important;
}

body #nav-mobile .nav-mobile-bottom {
  bottom: 0;
  margin: 15px auto 50px;
  left: 10px;
  right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body #nav-mobile .nav-mobile-bottom,
body #nav-mobile .nav-mobile-bottom .social-icons-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

body #nav-mobile .nav-mobile-bottom .social-icons-header i {
  font-size: 22px;
  color: #dfdfdf;
  margin: 0 5px;
}

body .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

body .container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  padding: 0;
  margin-top: 197px;
}

@media only screen and (max-width: 767px) {
  body .container {
    margin-top: 127px;
  }
}

body .container .hero-img {
  position: relative;
  text-align: center;
}

body .container .hero-img .slick-slide {
  position: relative;
  max-height: 600px;
}

body .container .hero-img .slick-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232323),
    to(#333)
  );
  background-image: linear-gradient(90deg, #232323, #333);
  opacity: 0.5;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  body .container .hero-img .home-slide.slick-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

body .container .hero-img img.hero {
  background-size: cover;
  width: 100%;
  min-height: 600px;
  height: auto;
}

@media only screen and (max-width: 991px) {
  body .container .hero-img img.hero {
    width: auto;
    max-height: 100%;
  }
}

body .container .hero-img .hero-content {
  z-index: 2;
}

body .container .hero-img .hero-content h2 a {
  color: #fff;
}

body .container .join {
  background-color: #ce142b;
  height: 276px;
}

body .container .join .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  body .container .join .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

body .container .join .flex .left {
  width: 37.5%;
  margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .join .flex .left {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .join .flex .left {
    width: 100%;
    text-align: center;
    margin-top: 34px;
  }
}

body .container .join .flex .left h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 0;
  line-height: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .join .flex .left h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  body .container .join .flex .left h1 {
    font-size: 32px;
  }
}

body .container .join .flex .left h2 {
  color: #f2b233;
  font-size: 24px;
  line-height: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .join .flex .left h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  body .container .join .flex .left h2 {
    font-size: 18px;
  }
}

body .container .join .flex .right {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  body .container .join .flex .right {
    margin-top: 0;
  }
}

body .container .join .flex .right .btn-yellow a {
  padding-top: 9px;
}

body .container .explore {
  height: 418px;
}

@media only screen and (max-width: 767px) {
  body .container .explore .gform_wrapper {
    margin: 20px;
  }
}

@media only screen and (max-width: 640px) {
  body .container .explore {
    height: 500px;
  }
  body .container .explore .gfield_label {
    display: none;
  }
}

body .container .explore .flex .left {
  width: 60%;
}

@media only screen and (max-width: 991px) {
  body .container .explore .flex .left {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

body
  .container
  .explore
  .flex
  .left
  .gform_wrapper
  form.gf_simple_horizontal
  div.gform_body {
  width: 100% !important;
}

body .container .explore .flex .left .validation_error {
  color: #2a2a2a !important;
  border-top: 2px solid #2a2a2a !important;
  border-bottom: 2px solid #2a2a2a !important;
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  body .container .explore .flex .left .validation_error {
    display: none;
  }
}

body .container .explore .flex .left .validation_message {
  color: #2a2a2a !important;
  margin: 0;
  padding: 0;
}

body .container .explore .flex .left form.gf_simple_horizontal {
  width: 100% !important;
}

body .container .explore .flex .left input {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .container .explore .flex .left .ginput_container_select {
  position: relative;
}

body .container .explore .flex .left .ginput_container_select:after {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  color: #f2b233;
  right: 20px;
  top: 4px;
  height: 34px;
  padding: 15px 0 0 8px;
  position: absolute;
  pointer-events: none;
}

body
  .container
  .explore
  .flex
  .left
  .ginput_container_select
  select::-ms-expand {
  display: none;
}

body .container .explore .flex .left .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body .container .explore .flex .left .gform_footer input[type="submit"] {
  min-height: 55px !important;
}

body .container .andYou {
  height: 575px;
}

@media only screen and (max-width: 1357px) {
  body .container .andYou {
    height: auto;
  }
}

body .container .andYou .mainBox {
  width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-top: -70px;
  background-color: #fff;
  padding: 0 10px;
}

body .container .andYou .mainBox h1 {
  color: silver;
  font-size: 48px;
  text-align: center;
  padding: 50px 0 40px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  body .container .andYou .mainBox h1 {
    font-size: 24px;
    padding: 40px 0;
    margin-bottom: 0;
  }
}

body .container .andYou .mainBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .andYou .mainBox ul {
    padding: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  body .container .andYou .mainBox ul {
    padding: 0 20px;
  }
}

body .container .andYou .mainBox ul li {
  list-style-type: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 185px;
  height: 200px;
  padding-top: 30px;
  margin-bottom: 50px;
}

body .container .andYou .mainBox ul li:hover {
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
}

body .container .andYou .mainBox ul li:hover p {
  color: #2a2a2a;
}

body .container .andYou .mainBox ul li:first-child {
  padding-top: 42px;
}

@media only screen and (max-width: 767px) {
  body .container .andYou .mainBox ul li:last-child {
    margin-bottom: 50px;
  }
}

body .container .andYou .mainBox ul li:first-child img,
body .container .andYou .mainBox ul li:nth-child(3) img,
body .container .andYou .mainBox ul li:nth-child(4) img {
  padding-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  body .container .andYou .mainBox ul li {
    margin: 10px;
  }
}

@media (max-width: 1356px) {
  body .container .andYou .mainBox ul li {
    margin-bottom: 50px;
  }
}

body .container .andYou .mainBox ul li img {
  padding-bottom: 25px;
}

body .container .andYou .mainBox ul li p {
  font-size: 18px;
  color: #aaa;
  padding: 0 25px;
  margin-bottom: 0;
  line-height: 29px;
}

body .container .andYou.registerAndYou {
  width: 100%;
  height: auto;
}

body .container .andYou.registerAndYou .mainBox {
  width: 100%;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

body .container .andYou.registerAndYou .mainBox h1 {
  padding: 40px 0;
}

body .container .andYou.registerAndYou .mainBox .andYouIcons {
  padding: 0;
  margin: 0;
}

body .container .andYou.registerAndYou .mainBox .andYouIcons li {
  margin-bottom: 20px;
  width: 150px;
  height: 180px;
  padding-top: 20px;
}

body .container .andYou.registerAndYou .mainBox .andYouIcons li:hover {
  cursor: pointer;
}

body .container .andYou.registerAndYou .mainBox .andYouIcons li:first-child {
  padding-top: 30px;
}

body .container .andYou.registerAndYou .mainBox .andYouIcons li:first-child img,
body
  .container
  .andYou.registerAndYou
  .mainBox
  .andYouIcons
  li:nth-child(3)
  img,
body
  .container
  .andYou.registerAndYou
  .mainBox
  .andYouIcons
  li:nth-child(4)
  img {
  padding-bottom: 25px;
}

body .container .andYou.registerAndYou .mainBox .andYouIcons li p {
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  body .container .andYou.registerAndYou .mainBox .andYouIcons li {
    margin: 5px;
  }
}

body .container .andYou.wordpressandYou {
  height: auto;
}

body .container .andYou.wordpressandYou .mainBox.wordpressBox {
  width: 100%;
  margin-top: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

body .container .andYou.wordpressandYou .mainBox.wordpressBox h1 {
  padding: 40px 0;
}

body .container .andYou.wordpressandYou .mainBox.wordpressBox .andYouIcons li {
  margin-bottom: 20px;
}

body .container .email {
  max-width: 958px;
  margin: 0 auto;
  text-align: center;
  /* height: 522px */
}

@media only screen and (max-width: 1357px) {
  body .container .email {
    height: auto;
    /* margin-top: 100px; */
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .email {
    /* margin: 50px 15px 0 */
  }
}

body .container .email h1 {
  color: #2a2a2a;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  body .container .email h1 {
    font-size: 26px;
    line-height: 26px;
  }
}

body .container .whatIs {
  height: 563px;
  position: relative;
  background-color: hsla(0, 0%, 95%, 0.4);
}

@media (max-width: 1356px) {
  body .container .whatIs {
    top: 200px;
  }
}

@media only screen and (max-width: 991px) {
  body .container .whatIs {
    top: 100px;
  }
}

body .container .whatIs .details-left {
  text-align: left;
  width: 50%;
  padding: 50px;
  padding-left: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .whatIs .details-left {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .whatIs .details-left {
    width: 100%;
  }
}

body .container .whatIs .details-left h2 {
  padding-left: 150px;
  width: 100%;
  border-left: 10px solid #ce142b;
  font-size: 48px;
  line-height: 46px;
}

@media (max-width: 1333px) and (min-width: 1200px) {
  body .container .whatIs .details-left h2 {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .whatIs .details-left h2 {
    padding-left: 62px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .whatIs .details-left h2 {
    padding-left: 50px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .whatIs .details-left h2 {
    padding-left: 28px;
    width: 100%;
  }
}

body .container .whatIs .details-left p {
  padding-left: 165px;
  font-size: 18px;

  line-height: 1.7;
  color: #5d5d5d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .whatIs .details-left p {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .whatIs .details-left p {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .whatIs .details-left p {
    padding-left: 30px;
    position: absolute;
    z-index: 2;
  }
}

body .container .whatIs .details-left a,
body .container .whatIs .details-left button {
  margin-left: 165px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .whatIs .details-left a,
  body .container .whatIs .details-left button {
    margin-left: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .whatIs .details-left a,
  body .container .whatIs .details-left button {
    margin-left: 60px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  body .container .whatIs .details-left a,
  body .container .whatIs .details-left button {
    margin-left: 30px;
    position: absolute;
    z-index: 2;
    margin-top: 200px;
  }
}

body .container .whatIs .kids-right {
  bottom: 0;
  position: absolute;
  right: -140px;
}

@media (max-width: 3000px) and (min-width: 2500px) {
  body .container .whatIs .kids-right {
    right: 400px;
  }
}

@media (max-width: 2500px) and (min-width: 1700px) {
  body .container .whatIs .kids-right {
    right: 70px;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  body .container .whatIs .kids-right {
    right: -230px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .whatIs .kids-right {
    right: -250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .whatIs .kids-right {
    right: 0;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .whatIs .kids-right {
    display: none;
  }
}

body .container .whatIs .kids-right img {
  -webkit-filter: drop-shadow(0 -4px 10px #a4a4a4);
  filter: drop-shadow(0 -4px 10px #a4a4a4);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .whatIs .kids-right img {
    width: 135%;
    margin-left: -50px;
  }
}

body .container .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

@media (max-width: 1356px) {
  body .container .about {
    margin-top: 100px;
  }
}

@media (max-width: 894px) {
  body .container .about {
    margin-top: 150px;
  }
}

@media (max-width: 587px) {
  body .container .about {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1400px) {
  body .container .about .img-left img {
    width: 100%;
  }
}

@media (max-width: 1129px) {
  body .container .about .img-left img {
    width: 80%;
  }
}

@media (max-width: 1110px) {
  body .container .about .img-left img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .about .img-left img {
    display: none;
  }
}

body .container .about .details-right {
  text-align: left;
  margin-top: 150px;
  margin-left: 110px;
  width: 50%;
  position: relative;
}

@media (max-width: 1200px) {
  body .container .about .details-right {
    margin-top: 50px;
    margin-left: 50px;
  }
}

@media (max-width: 1110px) and (min-width: 895px) {
  body .container .about .details-right {
    width: 83%;
  }
}

@media (max-width: 894px) {
  body .container .about .details-right {
    width: 115%;
  }
}

@media (max-width: 587px) {
  body .container .about .details-right {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}

body .container .about .details-right h2 {
  padding-right: 140px;
  max-width: 120%;
  border-right: 10px solid #ce142b;
  font-size: 48px;
}

@media (max-width: 1287px) {
  body .container .about .details-right h2 {
    padding-right: 100px;
  }
}

@media (max-width: 1129px) {
  body .container .about .details-right h2 {
    padding-right: 50px;
  }
}

@media (max-width: 1110px) and (min-width: 600px) {
  body .container .about .details-right h2 {
    padding-right: 15px;
  }
}

@media (max-width: 804px) and (min-width: 768px) {
  body .container .about .details-right h2 {
    font-size: 44px;
  }
}

@media (max-width: 587px) {
  body .container .about .details-right h2 {
    padding-right: 0;
    padding: 20px;
    font-size: 48px;
  }
}

body .container .about .details-right p {
  padding-right: 115px;
  font-size: 18px;

  line-height: 1.7;
  color: #5d5d5d;
}

@media (max-width: 1281px) {
  body .container .about .details-right p {
    padding-right: 85px;
    /* margin-top: -40px */
  }
}

@media (max-width: 1129px) {
  body .container .about .details-right p {
    /* margin-top: -80px */
  }
}

@media (max-width: 587px) {
  body .container .about .details-right p {
    padding-right: 0;
    margin-top: -40px;
    padding: 20px;
  }
}

body .container .about .details-right button {
  margin-right: 165px;
  margin-top: 30px;
}

@media (max-width: 1281px) {
  body .container .about .details-right button {
    margin-top: 20px;
  }
}

@media (max-width: 587px) {
  body .container .about .details-right button {
    margin-left: 20px;
  }
}

body .container .about .details-right img {
  margin-top: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1330px) {
  body .container .about .details-right img {
    bottom: -90px;
  }
}

@media (max-width: 587px) {
  body .container .about .details-right img {
    width: 350px;
    margin-top: 100px;
    bottom: -70px;
  }
}

body .container .people-saying {
  background-color: #f4f4f4;
}

@media only screen and (max-width: 991px) {
  body .container .people-saying {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .people-saying {
    padding-bottom: 1175px;
  }
}

body .container .people-saying h2 {
  text-align: center;
  font-size: 48px;
  padding: 100px 0 45px;
  line-height: 46px;
}

body .container .people-saying .juicer-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 150px 80px;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .container .people-saying .juicer-feed {
    padding: 0;
  }
}

body .container .people-saying .juicer-feed .juicer-button {
  display: none;
}

body .container .people-saying .juicer-feed p {
  font-size: 14px;
  color: #5d5d5d;
}

body .container .people-saying .juicer-feed .j-meta a:hover,
body .container .people-saying .juicer-feed p a:hover {
  color: #f2b233;
}

body .container .people-saying .juicer-feed .j-meta .hide-nav {
  top: 0;
  -webkit-transition: none;
  transition: none;
}

body .container .people-saying .see-more-juicer {
  background-color: #f4f4f4;
  padding-bottom: 150px;
  text-align: center;
}

body .container .people-saying .see-more-juicer button {
  display: block;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

body .container .the-latest {
  background-color: hsla(0, 0%, 95%, 0.4);
  padding-top: 370px;
  margin-top: -425px;
}

@media only screen and (max-width: 767px) {
  body .container .the-latest {
    margin-top: -1471px;
  }
}

body .container .the-latest h2 {
  text-align: center;
  font-size: 48px;
  padding: 70px 0 30px;
  line-height: 46px;
}

body .container .the-latest .latest-news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 200px;
}

@media (max-width: 1394px) {
  body .container .the-latest .latest-news-box {
    padding: 0 100px;
  }
}

@media (max-width: 1370px) {
  body .container .the-latest .latest-news-box {
    padding: 0 70px;
  }
}

@media (max-width: 1005px) {
  body .container .the-latest .latest-news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  body .container .the-latest .latest-news-box {
    padding: 0 20px;
  }
}

body .container .the-latest .latest-news-box li {
  position: relative;
  margin: 15px 5px;
  list-style-type: none;
  width: 487px;
  height: 330px;
  background-color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

body .container .the-latest .latest-news-box li:hover {
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
}

body .container .the-latest .latest-news-box li:hover .more a {
  color: #ce142b;
}

@media (max-width: 580px) {
  body .container .the-latest .latest-news-box li {
    width: 100%;
  }
}

body .container .the-latest .latest-news-box li .news-box-link {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #9d9d9d;
}

body .container .the-latest .latest-news-box li img {
  padding: 40px 0 0 45px;
}

body .container .the-latest .latest-news-box li .latest-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 40px;
  margin-top: 12px;
  color: #aaa;
}

body .container .the-latest .latest-news-box li .latest-details .line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .container .the-latest .latest-news-box li .latest-details .line1 .date {
  color: #9d9d9d;
}

body .container .the-latest .latest-news-box li .latest-details .line1 .author {
  color: #f2b233;
  margin-left: 2px;
}

body .container .the-latest .latest-news-box li .latest-details .address {
  color: #9d9d9d;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .container .the-latest .latest-news-box li .latest-details .address li {
  width: 20px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  background-color: transparent;
  color: #9d9d9d;
}

body .container .the-latest .latest-news-box li .latest-details .address li i {
  padding: 0;
  color: #f2b233;
  font-size: 26px;
  margin-top: 10px;
}

body
  .container
  .the-latest
  .latest-news-box
  li
  .latest-details
  .address
  li:last-child {
  width: 160px;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  margin-top: 20px;
  line-height: 18px;
}

body .container .the-latest .latest-news-box li .latest-details .info {
  color: #9d9d9d !important;
  font-size: 14px;
  line-height: 18px;
}

body .container .the-latest .latest-news-box li .latest-details .title {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 0;
}

body .container .the-latest .latest-news-box li .more {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

body .container .the-latest .latest-news-box li .more a {
  font-weight: 600;
}

body .container .the-latest .latest-news-box li .more a:hover {
  color: #ce142b;
}

body .container .see-more {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 280px;
  margin-top: -200px;
  text-align: center;
}

body .container .see-more button {
  display: block;
  margin: 0 auto;
}

body .container .page-details.register {
  min-height: 700px;
}

body .container .page-details.register .dropdown {
  top: 0;
  position: relative;
  left: 0;
  width: 300px;
}

body .container .page-details.register .dropdown li {
  padding: 0;
}

body .container .page-details.register .dropdown li a {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  display: block;
  cursor: pointer;
}

body .container .page-details.register .dropdown li i {
  margin-top: -40px;
  position: absolute;
  margin-right: 20px;
  right: 0;
  color: #fff;
}

@media (max-width: 480px) {
  body .container .page-details.register .dropdown li i {
    position: absolute;
    margin-right: 15px;
    margin-top: -38px;
    right: 0;
  }
}

body .container .page-details.register .dropdown .sub-nav {
  margin-left: 0;
  margin-top: 0;
  position: relative;
}

body .container .page-details.register .dropdown .sub-nav a {
  padding: 10px;
}

body .container .page-details.register .hide {
  display: none;
}

body .container .page-details.register .show {
  display: block;
}

body .container .page-details.register .forms {
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  body .container .page-details.register .forms h2 {
    padding-top: 85px;
  }
}

body .container .page-bg {
  background-color: hsla(0, 0%, 95%, 0.4);
  height: 100%;
}

body .container .page-bg .page {
  max-width: 1140px;
  background-color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-top: 75px;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 1165px) {
  body .container .page-bg .page {
    margin-left: 15px;
    margin-right: 15px;
  }
}

body .container .page-bg .page .join {
  height: auto;
  text-align: center;
  padding-bottom: 20px;
}

body .container .page-bg .page .join h1 {
  color: #fff;
  padding-top: 20px;
  margin-bottom: 15px;
}

@media (min-width: 900px) {
  body .container .page-bg .page .join h1 {
    font-size: 48px;
  }
}

body .container .page-bg .page .join h2 {
  color: #f2b233;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  body .container .page-bg .page .join h2 {
    font-size: 20px;
  }
}

body .container .page-bg .page .join .left {
  /* border-right: 2px solid #fff; */
  width: auto;
  margin-top: 20px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body .container .page-bg .page .join .left {
    border-right: 0;
    /* border-bottom: 2px solid #fff; */
    /* width: 85% */
  }
}

body .container .page-bg .page .join .right {
  margin-top: 20px;
  width: 100%;
}

body .container .page-bg .page .page-details {
  padding: 50px 75px;
}
body .container .page-bg .page .page-details.hasSocial {
  min-height: 375px;
  padding: 50px 150px;
}

@media (max-width: 1000px) {
  body .container .page-bg .page .page-details {
    padding: 50px 20px;
    padding-left: 100px;
  }
}

@media (max-width: 765px) {
  body .container .page-bg .page .page-details {
    padding-left: 20px;
    padding-top: 10px;
  }
}

body .container .page-bg .page .page-details ul {
  padding-left: 80px;
}

@media only screen and (max-width: 767px) {
  body .container .page-bg .page .page-details ul {
    padding-left: 20px;
  }
}

body .container .page-bg .page .page-details ul li {
  font-size: 20px;
}

body .container .page-bg .page .page-details ul li a {
  font-size: 20px;
  line-height: 40px;
  color: #ff9e20;
}

body .container .page-bg .page .page-details ul.gform_fields {
  padding-left: 0;
}

body .container .page-bg .page .page-details h5 {
  padding: 20px 0;
  font-size: 18px;
}

body .container .page-bg .page .page-details p {
  color: #5d5d5d;
}

body .container .page-bg .page .page-details .social {
  left: 0;
  margin: 0;
  padding: 0;
  width: 5%;
  color: red;
}

body .container .page-bg .page .page-details .social .fa {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 767px) {
  body .container .page-bg .page .page-details .social {
    top: 5px;
    margin-left: -10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}

body .container .page-bg .page .page-details .include-downloads {
  margin-top: 50px;
  border-top: 1px solid #dfdfdf;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  body .container .page-bg .page .page-details .include-downloads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body .container .page-bg .page .page-details .include-downloads .activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

body
  .container
  .page-bg
  .page
  .page-details
  .include-downloads
  .activities
  button {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body
  .container
  .page-bg
  .page
  .page-details
  .include-downloads
  .activities
  img {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}

body .container .page-bg .page .page-details .celebrate-banner-download {
  margin-top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .container .page-bg .page .page-details .celebrate-banner-download img {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}

body .container .page-bg .page .page-details .juicer-feed {
  padding-left: 0;
}

body
  .container
  .page-bg
  .page
  .page-details
  .juicer-feed
  .feed-item
  .j-message
  a {
  line-height: 25px;
  color: #3a3a3a;
}

body
  .container
  .page-bg
  .page
  .page-details
  .juicer-feed
  .feed-item
  .j-message
  a:hover {
  color: #f2b233;
}

body .container .page-bg .page .page-details .juicer-feed ul {
  padding-left: 0;
}

body .container .top-img {
  position: relative;
  z-index: 1;
  max-height: 200px;
  overflow: hidden;
  height: 200px;
}

body .container .top-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232323),
    to(#333)
  );
  background-image: linear-gradient(90deg, #232323, #333);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

@media only screen and (max-width: 991px) {
  body .container .top-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
}

body .container .top-img img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: auto;
  min-height: 200px;
}

@media only screen and (max-width: 991px) {
  body .container .top-img img {
    height: auto;
    width: inherit;
  }
}

body .container .top-img .title {
  position: absolute;
  color: #fff;
  margin-left: 15%;
  font-size: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding-right: 25%;
  line-height: 45px;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  body .container .top-img .title {
    margin-left: 20px;
    font-size: 33px;
    line-height: 37px;
  }
}

body .container .top-img.default-img:before {
  opacity: 1;
  z-index: 0;
}

body .container .filter-buttons {
  text-align: right;
  margin: 40px auto 230px;
  background-color: #fff;
  max-width: 1040px;
}

@media only screen and (max-width: 1199px) {
  body .container .filter-buttons {
    max-width: 800px;
    text-align: center;
  }
}

body .container .filter-buttons button {
  width: 175px;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  body .container .filter-buttons button {
    margin: 2px 0 !important;
  }
}

body .container .filter-buttons button:hover {
  border: 1px solid #ce142b;
  background-color: #ce142b;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

body .container .filter-buttons .filter-slider {
  margin-top: 40px;
}

body .container .filter-buttons .filter-slider .btn-red {
  -webkit-box-shadow: 0 2px 23px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 23px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
  body .container .filter-buttons .filter-slider {
    display: none;
  }
}

body .container .news-content {
  background-color: hsla(0, 0%, 95%, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .news-content {
    padding: 0 10px;
  }
}

body .container .news-content .news-left {
  margin-top: -175px;
}

@media only screen and (max-width: 767px) {
  body .container .news-content .news-left {
    padding-bottom: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

body .container .news-content .news-left .news-box li:hover .more a {
  color: #ce142b;
}

body .container .news-content .news-left .news-box li .news-box-link {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #9d9d9d;
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .container .news-content .filterSlider {
  right: 5px !important;
  position: relative;
}

body .container .news-content .filterSliderLeft {
  position: relative;
  -webkit-transform: translateX(-360px);
  transform: translateX(-360px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .container .news-content .filter-state.active,
body .container .news-content .filter-year.active {
  background-color: #f2b233;
}

body .container .news-content legend.active {
  color: #fff !important;
}

body .container .news-content .news-right {
  background-color: #fff;
  margin-left: 7%;
  margin-top: -140px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 360px;
}

body .container .news-content .news-right .search-input {
  padding: 0 40px 40px;
}

body .container .news-content .news-right .search-input #radius-message {
  font-size: 0.75em;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  body .container .news-content .news-right {
    height: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .news-content .news-right {
    margin-left: 2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .news-content .news-right {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .news-content .news-right {
    margin: 0 auto;
    margin-top: -150px;
    position: absolute;
    right: -360px;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
}

body .container .news-content .news-right h4 {
  font-size: 24px;
  padding: 40px;
  color: silver;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  body .container .news-content .news-right .filter {
    background-color: #fff;
    padding-bottom: 50px;
  }
}

body .container .news-content .news-right .filter form legend.filter-state {
  border-top: 1px solid #dfdfdf;
}

body .container .news-content .news-right .filter form .zipcode-search {
  margin-top: 70px;
}

body .container .news-content .news-right .filter form a.clear-filters {
  font-size: 16px;
  margin-top: 10px;
}

body .container .news-content .news-right .filter form legend {
  color: #9d9d9d;
  font-size: 20px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 12px 40px;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}

body .container .news-content .news-right .filter form legend i {
  color: #f2b233;
  display: block;
  text-align: right;
  margin-top: -23px;
  font-size: 18px;
}

body .container .news-content .news-right .filter form legend i:hover {
  color: #ff9e20;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  cursor: pointer;
}

body .container .news-content .news-right .filter form legend .fa-times {
  color: #fff;
}

body .container .news-content .news-right .filter form legend .fa-times:hover {
  color: #fff;
  cursor: pointer;
}

body .container .news-content .news-right .filter form ul {
  padding: 30px 60px;
  display: none;
  list-style-type: none;
  text-align: left;
}

body .container .news-content .news-right .filter form ul li {
  list-style-type: none;
  color: #aaa;
}

body .container .news-content .news-right .filter form ul li label {
  font-size: 14px;
  color: #9d9d9d;
  margin-left: 15px;
  font-weight: 200;
}

body .container .news-content .news-right .filter form button {
  margin: 0 auto;
  display: block;
  font-size: 21px;
  margin-top: 40px;
  -webkit-box-shadow: 0 2px 23px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 23px rgba(0, 0, 0, 0.2);
}

body .container .news-content .news-right .filter form button.submit-icon-hide {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
}

body .container .news-content .news-right .zipcode-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  body .container .news-content .news-right .zipcode-media {
    background-color: #fff;
  }
}

body .container .news-content .news-right .zipcode-media .zipcode-search {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body .container .news-content .news-right .zipcode-media .zipcode-search {
    width: 100%;
  }
}

body .container .news-content .news-right .zipcode-media .zipcode-search input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  width: 200px;
  font-style: italic;
}

body
  .container
  .news-content
  .news-right
  .zipcode-media
  .zipcode-search::-webkit-input-placeholder {
  color: #2a2a2a;
}

body
  .container
  .news-content
  .news-right
  .zipcode-media
  .zipcode-search::-moz-placeholder {
  color: #2a2a2a;
}

body
  .container
  .news-content
  .news-right
  .zipcode-media
  .zipcode-search:-ms-input-placeholder {
  color: #2a2a2a;
}

body
  .container
  .news-content
  .news-right
  .zipcode-media
  .zipcode-search:-moz-placeholder {
  color: #2a2a2a;
}

body .container .news-content .news-right .zipcode-media .zipcode-search i {
  padding-left: 10px;
  color: #f2b233;
  font-size: 20px;
}

body .container .news-content .news-right .zipcode-media .media-contact {
  margin-left: 50px;
}

body .container .news-content .news-right .zipcode-media .media-contact h4 {
  padding-top: 70px;
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
}

body .container .news-content .news-right .zipcode-media .media-contact ul {
  padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .news-content .news-right .zipcode-media .media-contact ul {
    padding-left: 0;
  }
}

body .container .news-content .news-right .zipcode-media .media-contact ul li {
  list-style-type: none;
  font-size: 16px;
  margin: 0 auto;
  color: #9d9d9d;
}

body
  .container
  .news-content
  .news-right
  .zipcode-media
  .media-contact
  ul
  li:first-child
  a {
  color: #ff9e20;
  font-size: 18px;
  font-weight: 600;
}

body .container .event .size-full,
body .container .event .size-large,
body .container .page .size-full,
body .container .page .size-large {
  width: 100%;
  height: auto;
}

body .container .event picture.size-full,
body .container .event picture.size-large,
body .container .page picture.size-full,
body .container .page picture.size-large {
  display: block;
  height: auto;
  width: 100%;
}

body .container .event picture.size-full img,
body .container .event picture.size-large img,
body .container .page picture.size-full img,
body .container .page picture.size-large img {
  width: 100%;
  height: auto;
}

body .container .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  margin-left: 130px;
  margin-top: 170px;
}

body .container .social.social-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 15px 0 0;
  margin-left: 150px;
  width: 360px;
  height: auto;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .social.social-side {
    margin-left: 30px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .social.social-side {
    margin-left: 15px;
    width: auto;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .social {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .social {
    right: 0;
    margin-right: 5%;
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .social {
    right: 0;
    margin-right: 5%;
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

body .container .social li {
  width: 70px;
  height: 70px;
  text-align: center;
  border: 1px solid #dfdfdf;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  body .container .social li {
    width: 40px;
    height: 40px;
  }
}

body .container .social li:hover i {
  color: #ce142b;
}

body .container .social li i {
  margin-top: 25px;
  color: #aaa;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  body .container .social li i {
    font-size: 18px;
    margin-top: 11px;
  }
}

body .container .social.social-side li {
  width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .social-state-map {
    top: 200px;
    left: 0;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .social-state-map {
    top: 130px;
    left: 0;
    margin-left: 10px;
  }
}

body .container .event {
  padding: 70px 200px 75px 318px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .event {
    padding-left: 150px;
    padding-right: 165px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .event {
    padding-left: 5%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .event {
    padding-left: 5%;
    padding-right: 50px;
  }
}

body .container .event h3 {
  color: #f2b233;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 6px;
}

body .container .event h1 {
  color: #2a2a2a;
  font-size: 48px;
  line-height: 50px;
  margin: 0;
  margin-bottom: 20px;
}

body .container .event h5 {
  margin: 50px 0;
  font-size: 18px;
  color: #2a2a2a;
}

body .container .event .event-title {
  padding-bottom: 20px;
}

body .container .event .event-title h5 {
  margin: 20px 0 0;
}

body .container .event .event-img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  body .container .event .event-img {
    width: 100%;
    padding-right: 5%;
  }
}

body .container .event .event-description {
  width: 810px;
}

@media only screen and (max-width: 991px) {
  body .container .event .event-description {
    width: 100%;
    padding-right: 5%;
  }
}

body .container .event .event-description p {
  font-size: 20px;
  color: #5d5d5d;
}

body .container .event .planning-coalition ul {
  margin-left: 70px;
}

@media only screen and (max-width: 991px) {
  body .container .event .planning-coalition ul {
    margin-left: 0;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

body .container .event .planning-coalition ul li {
  padding-bottom: 5px;
  line-height: 40px;
}

body .container .event .planning-coalition ul li a {
  color: #ff9e20;
  font-size: 20px;
}

body .container .event .event-organizers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 587px) {
  body .container .event .event-organizers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5%;
  }
}

body .container .event .event-organizers ul {
  list-style-type: none;
  margin-left: 70px;
}

@media only screen and (max-width: 991px) {
  body .container .event .event-organizers ul {
    margin-left: 0;
    width: 100%;
  }
}

body .container .event .event-organizers ul li {
  font-size: 16px;
  color: #aaa;
  line-height: 24px;
}

body .container .event .event-organizers ul li:first-child {
  color: #ff9e20;
  font-size: 18px;
}

body .container .event .event-organizers ul li a {
  color: #ce142b;
  text-decoration: underline;
}

body .container h2.event-media {
  text-align: center;
  margin-bottom: 50px;
  font-size: 46px;
}

body .container .event-media-slick {
  width: 87%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}

@media (max-width: 1310px) {
  body .container .event-media-slick {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  body .container .event-media-slick .slick-width-fix {
    width: 360px !important;
  }
}

body .container .event-media-slick .slick-slide {
  width: 360px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 360px;
}

@media (min-width: 1023px) {
  body .container .event-media-slick .slick-slide {
    min-width: 250px !important;
  }
}

@media (max-width: 1023px) and (min-width: 870px) {
  body .container .event-media-slick .slick-slide {
    min-width: 360px !important;
  }
}

@media (max-width: 869px) and (min-width: 768px) {
  body .container .event-media-slick .slick-slide {
    min-width: 310px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .container .event-media-slick .slick-slide {
    margin: 0;
    width: inherit;
  }
}

body .container .event-media-slick .slick-slide img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  max-height: 100%;
}

@media only screen and (max-width: 767px) {
  body .container .event-media-slick .slick-slide img {
    margin-right: 0;
  }
}

@media (min-width: 1023px) {
  body .container .event-media-slick .slick-track {
    min-width: 360px !important;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  body .container .event-media-slick .slick-track {
    min-width: 360px !important;
  }
}

body .container .event-media-slick i {
  color: silver;
  font-size: 35px;
  margin: 0 15px;
}

body .container .event-media-slick i:hover {
  color: #2a2a2a;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  cursor: pointer;
}

body .container .slick-width-auto {
  width: auto !important;
}

body .container .event-box {
  padding: 0 !important;
  margin: 50px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 133px;
  width: 614px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  body .container .event-box {
    width: 95%;
    height: 200px;
  }
}

body .container .event-box .left-event-box {
  border-right: 1px solid #dfdfdf;
}

body .container .event-box .left-event-box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  body .container .event-box .left-event-box .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body .container .event-box .left-event-box .left li {
  list-style-type: none;
}

body .container .event-box .left-event-box .left li img {
  padding-top: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  body .container .event-box .left-event-box .left li img {
    width: 70%;
    padding-top: 20px;
  }
}

body .container .event-box .left-event-box .left li .date {
  padding: 20px;
  padding-top: 20px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  body .container .event-box .left-event-box .left li .date {
    text-align: center;
  }
}

body .container .event-box .left-event-box .left li .date li:first-child {
  font-size: 18px;
  color: #2a2a2a;
}

body .container .event-box .left-event-box .left li .date li:nth-child(2) {
  font-size: 48px;
  color: #2a2a2a;
  margin-top: -18px;
}

body .container .event-box .left-event-box .left li .date li:last-child {
  font-size: 14px;
  color: #9d9d9d;
  margin-top: -16px;
}

body .container .event-box .right-event-box {
  -ms-flex-item-align: center;
  align-self: center;
}

body .container .event-box .right-event-box ul {
  margin-top: 10px;
  list-style-type: none;
  padding-left: 30px;
}

body .container .event-box .right-event-box ul li {
  color: #9d9d9d;
  font-size: 14px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  body .container .event-box .right-event-box ul li {
    font-size: 16px;
  }
}

body .container .event-box .right-event-box ul li:first-child {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  body .container .event-box .right-event-box ul li:first-child {
    font-size: 20px;
  }
}

body .container .event-box .right-event-box ul li i {
  color: #f2b233;
  font-size: 22px;
  margin-right: 15px;
}

body .container .event-box .right-event-box ul li .fa-map-marker {
  margin-left: 2px;
  margin-right: 19px;
}

body .container .map-state {
  width: 65%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body .container .map-state {
    width: 95%;
    margin-top: 70px;
  }
}

@media (max-width: 480px) {
  body .container .map-state {
    padding-bottom: 150px;
  }
}

body .container .map-state h1 {
  font-size: 48px;
  color: #2a2a2a;
}

@media only screen and (max-width: 991px) {
  body .container .map-state h1 {
    line-height: 47px;
  }
}

body .container .map-state h5 {
  font-size: 18px;
  width: 65%;
}

@media only screen and (max-width: 767px) {
  body .container .map-state h5 {
    width: 100%;
  }
}

body .container .map-state .state-dropdown {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 2;
}

@media (max-width: 1280px) {
  body .container .map-state .state-dropdown {
    top: 130px;
    right: 0;
    left: auto;
  }
}

@media (max-width: 991px) {
  body .container .map-state .state-dropdown {
    top: 85px;
    right: -60px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .map-state .state-dropdown {
    position: relative;
    top: 20px;
    right: 0;
    width: 224px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  body .container .map-state .state-dropdown {
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    width: 100%;
    position: relative;
    -webkit-transform: none;
    transform: none;
  }
}

body .container .map-state .state-dropdown li {
  list-style-type: none;
  background-color: #ce142b;
  padding: 10px 35px;
}

@media (max-width: 480px) {
  body .container .map-state .state-dropdown li {
    padding: 0;
  }
}

body .container .map-state .state-dropdown li a {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 480px) {
  body .container .map-state .state-dropdown li a {
    display: block;
    padding: 10px;
  }
}

body .container .map-state .state-dropdown li i {
  margin-left: 30px;
  color: #fff;
}

@media (max-width: 480px) {
  body .container .map-state .state-dropdown li i {
    position: absolute;
    margin-right: 10px;
    margin-top: -33px;
    right: 0;
  }
}

body .container .map-state .state-dropdown li .sub-nav {
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.16), 0 0 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.16), 0 0 5px rgba(0, 0, 0, 0.23);
}

@media (max-width: 991px) {
  body .container .map-state .state-dropdown li .sub-nav {
    top: 41px;
  }
}

@media (max-width: 480px) {
  body .container .map-state .state-dropdown li .sub-nav {
    position: relative;
    top: 0;
  }
}

body .container .map-state .state-dropdown li .sub-nav li {
  background-color: #fff;
  list-style-type: none;
  padding: 10px 0 10px 25px;
}

body .container .map-state .state-dropdown li .sub-nav li a {
  font-size: 14px;
  color: #aaa;
  display: block;
  -webkit-transition: none;
  transition: none;
  padding: 0;
}

body .container .map-state .state-dropdown li .sub-nav li:hover {
  background-color: #f2b233;
  color: #fff;
  border-bottom: 0;
}

body .container .map-state .state-dropdown li .sub-nav li:hover a {
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

body .container .map-state .small-states {
  position: absolute;
  right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 500px;
  z-index: 2;
}

@media (max-width: 1230px) {
  body .container .map-state .small-states {
    right: -55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .map-state .small-states {
    top: 400px;
    right: -5px;
  }
}

@media (max-width: 820px) {
  body .container .map-state .small-states {
    right: -25px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .map-state .small-states {
    top: 450px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  body .container .map-state .small-states {
    display: none;
  }
}

body .container .map-state .small-states span {
  background-color: #f2b233;
  color: #fff;
  padding: 4px 12px;
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  body .container .map-state .small-states span {
    padding: 0 10px;
  }
}

body .container .map-state .small-states span a {
  color: #fff;
}

body .container .svg-container {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 54%;
  margin-left: 300px;
  margin-top: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .container .svg-container {
    margin-left: 175px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .svg-container {
    margin-left: 120px;
    width: 110%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .svg-container {
    margin-left: 5px;
    width: 140%;
    margin-bottom: 100px;
  }
}

@media (max-width: 480px) {
  body .container .svg-container {
    display: none;
  }
}

body .container .svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
}

body .container .svg-container svg circle:hover,
body .container .svg-container svg path:hover {
  fill: #f2b233 !important;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  cursor: pointer;
}

body .container .svg-container svg path#frames:hover {
  fill: none !important;
}

body .container .red-line-title {
  border-left: 10px solid #ce142b;
  padding-left: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .red-line-title {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .red-line-title {
    padding-left: 20px;
  }
}

body .container .red-line-title h1 {
  font-size: 48px;
  color: #2a2a2a;
}

@media only screen and (max-width: 767px) {
  body .container .red-line-title h1 {
    font-size: 34px;
  }
}

body .container .red-line-title p {
  font-size: 18px;
  color: #5d5d5d;
  line-height: 30px;
}

body .container .red-line-title .icon-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .container .red-line-title .icon-options p {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

body .container .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

body .container .state h1 {
  color: #2a2a2a;
  font-size: 48px;
  line-height: 52px;
}

@media only screen and (max-width: 767px) {
  body .container .state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body .container .state .state-left {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  body .container .state .state-left {
    width: 100%;
    padding-right: 15px;
  }
}

body .container .state .state-left .state-options {
  padding-left: 130px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .state .state-left .state-options {
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .state .state-left .state-options {
    padding-left: 0;
    width: 100%;
  }
}

body .container .state .state-left .state-options .state-download-button {
  width: auto;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}

body
  .container
  .state
  .state-left
  .state-options
  .state-download-button
  button.btn-red {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 200px;
  width: auto;
}

@media only screen and (max-width: 1199px) {
  body .container .state .state-left .state-options .state-download-button {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}

body .container .state .state-left .state-options .sub-state-option {
  padding-left: 70px;
}

body .container .state .state-left .state-options img {
  max-width: 450px;
}

@media only screen and (max-width: 767px) {
  body .container .state .state-left .state-options img {
    max-width: unset;
    width: 100%;
  }
}

body .container .state .state-left .state-options h4 {
  color: #2a2a2a;
  font-size: 24px;
  margin: 0;
  padding: 20px 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .container .state .state-left .state-options h4 {
    font-size: 18px;
  }
}

body .container .state .state-left .state-options p {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

body .container .state .state-left .state-lower-text {
  padding-left: 150px;
  margin: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .state .state-left .state-lower-text {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .state .state-left .state-lower-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body .container .state .state-left .state-lower-text p {
  font-size: 18px;
  color: #5d5d5d;
  line-height: 30px;
}

body .container .state .state-left .share-graphics {
  padding-left: 150px;
  margin: 60px 0;
}

body .container .state .state-left .share-graphics h1 {
  font-size: 48px;
}

body .container .state .state-left .share-graphics p {
  font-size: 18px;
  color: #5d5d5d;
  line-height: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .state .state-left .share-graphics {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .state .state-left .share-graphics {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body .container .state .state-left .share-graphics .graphics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1300px) {
  body .container .state .state-left .share-graphics .graphics {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .state .state-left .share-graphics .graphics {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: auto;
  }
}

@media (max-width: 550px) {
  body .container .state .state-left .share-graphics .graphics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
}

body .container .state .state-left .share-graphics .graphics .download {
  color: #dfdfdf;
}

@media (max-width: 1300px) {
  body .container .state .state-left .share-graphics .graphics .download {
    margin: 0 10px;
  }
}

body .container .state .state-left .share-graphics .graphics .download span {
  font-size: 14px;
  color: #9d9d9d;
}

body .container .state .state-left .share-graphics .graphics .download img {
  -ms-flex-item-align: center;
  align-self: center;
  width: 263px;
  height: 263px;
}

@media only screen and (max-width: 991px) {
  body .container .state .state-left .share-graphics .graphics .download img {
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
  }
}

body
  .container
  .state
  .state-left
  .share-graphics
  .graphics
  .download
  .share-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 15px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9d9d9d;
}

body
  .container
  .state
  .state-left
  .share-graphics
  .graphics
  .download
  .share-social
  i {
  color: #dfdfdf;
}

body
  .container
  .state
  .state-left
  .share-graphics
  .graphics
  .download
  .share-social
  i:hover {
  color: #ce142b;
}

@media only screen and (max-width: 767px) {
  body
    .container
    .state
    .state-left
    .share-graphics
    .graphics
    .download
    .share-social {
    margin: 15px 40px;
  }
}

@media (max-width: 550px) {
  body
    .container
    .state
    .state-left
    .share-graphics
    .graphics
    .download
    .share-social {
    margin: 15px 140px;
  }
}

@media (max-width: 480px) {
  body
    .container
    .state
    .state-left
    .share-graphics
    .graphics
    .download
    .share-social {
    margin: 15px 70px;
  }
}

body .container .state .state-right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  body .container .state .state-right-flex {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

body .container .state .state-right-flex .state-right .options {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-left: 150px;
  width: 360px;
  height: auto;
  margin-bottom: 30px;
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .state .state-right-flex .state-right .options {
    margin-left: 30px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .state .state-right-flex .state-right .options {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

body .container .state .state-right-flex .state-right .options h3 {
  color: silver;
  text-transform: none;
  padding: 22px 30px 0;
  font-weight: 200;
  font-size: 24px;
}

body .container .state .state-right-flex .state-right .options ul {
  padding: 20px;
  margin-left: 150px;
  width: 360px;
  height: auto;
  margin-bottom: 30px;
}

body .container .state .state-right-flex .state-right .options ul li {
  list-style-type: none;
  padding: 0 30px 10px;
  color: #9d9d9d;
  font-size: 18px;
}

body .container .state .state-right-flex .state-right .options ul li a {
  color: #9d9d9d;
  font-size: 18px;
}

body .container .state .state-right-flex .state-right .options ul li a:hover {
  color: #ff9e20;
}

body .container .state .state-right-flex .state-right .options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 10px;
}

body .container .state .state-right-flex .state-right .options .option img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 20px;
  margin-top: 7px;
}

body .container .state .state-right-flex .state-right .options .option p {
  margin-left: 10px;
  font-size: 18px;
  color: #5d5d5d;
  line-height: 30px;
}

body .container .events-in-state {
  padding-bottom: 100px;
}

body .container .events-in-state h1 {
  padding-left: 150px;
  padding-bottom: 50px;
  font-size: 48px;
  color: #2a2a2a;
  line-height: 52px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .events-in-state h1 {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .events-in-state h1 {
    padding-left: 20px;
    padding-top: 100px;
    font-size: 34px;
  }
}

body .container .events-in-state .flex-events-in-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  body .container .events-in-state .flex-events-in-state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body .container .events-in-state .flex-events-in-state .events-in-state-left {
  width: 55%;
  padding-left: 200px;
}

@media only screen and (max-width: 767px) {
  body
    .container
    .events-in-state
    .flex-events-in-state
    .events-in-state-left
    a {
    text-align: left;
  }
}

body
  .container
  .events-in-state
  .flex-events-in-state
  .events-in-state-left
  a
  .event-box:hover {
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .events-in-state .flex-events-in-state .events-in-state-left {
    padding-left: 70px;
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .events-in-state .flex-events-in-state .events-in-state-left {
    padding-left: 5px;
    width: 100%;
    text-align: center;
  }
}

body
  .container
  .events-in-state
  .flex-events-in-state
  .events-in-state-left
  .event-box {
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  body
    .container
    .events-in-state
    .flex-events-in-state
    .events-in-state-left
    .event-box {
    width: 98%;
  }
}

body
  .container
  .events-in-state
  .flex-events-in-state
  .events-in-state-left
  .event-box
  .date {
  text-transform: uppercase;
}

body .container .events-in-state .flex-events-in-state .events-in-state-right {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 360px;
  height: 263px;
  margin-left: 167px;
  padding: 70px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body
    .container
    .events-in-state
    .flex-events-in-state
    .events-in-state-right {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body
    .container
    .events-in-state
    .flex-events-in-state
    .events-in-state-right {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  body
    .container
    .events-in-state
    .flex-events-in-state
    .events-in-state-right {
    margin: 0 auto;
  }
}

body
  .container
  .events-in-state
  .flex-events-in-state
  .events-in-state-right
  h2 {
  font-size: 18px;
  color: silver;
  line-height: 19px;
}

body .container .state-events-btn {
  margin-left: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .state-events-btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .state-events-btn {
    margin-left: 0;
    margin-bottom: 40px;
    text-align: center !important;
  }
}

body .container .state-updates {
  padding-bottom: 100px;
}

body .container .state-updates h1 {
  padding-left: 150px;
  font-size: 48px;
  color: #2a2a2a;
  line-height: 52px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .state-updates h1 {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .state-updates h1 {
    padding-left: 20px;
    font-size: 34px;
  }
}

body .container .state-updates .news-box {
  padding-left: 200px;
  width: 50%;
}

body .container .state-updates .news-box li:hover .more a {
  color: #ce142b;
}

body .container .state-updates .news-box li .news-box-link {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #9d9d9d;
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .state-updates .news-box {
    padding-left: 0;
    width: 75%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  body .container .state-updates .news-box {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

body .container .state-updates .news-box .state-updates-btn {
  display: block;
  margin-left: 200px;
  width: 200px;
}

@media only screen and (max-width: 1199px) {
  body .container .state-updates .news-box .state-updates-btn {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

body .container .see-more-buttons {
  margin: 100px 0 40px;
}

body .container .see-more-buttons button {
  display: block;
  margin: 0 auto;
  width: auto;
}

body .container .see-more-buttons button a {
  padding: 12px 20px;
}

body .container .news-box,
body .container .news-box .news-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .container .news-box .news-box-content {
  position: relative;
  margin: 15px 0;
  list-style-type: none;
  width: 615px;
  min-height: 270px;
  height: auto;
  background-color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

body .container .news-box .news-box-content:hover {
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
}

body .container .news-box .news-box-content:hover span {
  color: #ce142b;
}

body .container .news-box .news-box-content:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .news-box .news-box-content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .news-box .news-box-content {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
  }
}

body .container .news-box .news-box-content .video-button-link {
  z-index: 2;
  position: absolute;
  top: 42px;
  right: 118px;
}

@media only screen and (max-width: 767px) {
  body .container .news-box .news-box-content .video-button-link {
    top: 20px;
  }
}

body .container .news-box .news-box-content .video-button-link .video-button {
  position: absolute;
  margin: auto;
  z-index: 2;
}

body .container .news-box .news-box-content .icon-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body .container .news-box .news-box-content .icon-category .category-name {
  background-color: #ce142b;
  text-transform: uppercase;
  font-size: 9px;
  width: 120px;
  height: 22px;
  color: #fff;
  text-align: center;
  padding-top: 4px;
  margin: 25px 0 34px 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  body .container .news-box .news-box-content .icon-category .category-name {
    width: 135px;
  }
}

body .container .news-box .news-box-content .icon-category .thumbnail-img {
  list-style-type: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-top: 25px;
  margin-right: 15px;
}

body .container .news-box .news-box-content .icon-category .thumbnail-img img {
  height: 80px;
}

@media only screen and (max-width: 767px) {
  body
    .container
    .news-box
    .news-box-content
    .icon-category
    .thumbnail-img
    img {
    height: 60px;
  }
}

body .container .news-box .news-box-content .news-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 40px;
  width: 92%;
}

@media only screen and (max-width: 767px) {
  body .container .news-box .news-box-content .news-details {
    width: 100%;
  }
}

body .container .news-box .news-box-content .news-details .line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .container .news-box .news-box-content .news-details .line1 .date {
  color: #9d9d9d;
}

body .container .news-box .news-box-content .news-details .line1 .author {
  color: #f2b233;
}

body .container .news-box .news-box-content .news-details .address {
  color: #9d9d9d;
  text-align: right;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -91px;
  margin-left: 200px;
  width: 250px;
}

body .container .news-box .news-box-content .news-details .address li {
  width: 100px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  background-color: transparent;
}

body .container .news-box .news-box-content .news-details .address li i {
  padding: 0;
  color: #f2b233;
  font-size: 26px;
  margin-top: 10px;
}

body
  .container
  .news-box
  .news-box-content
  .news-details
  .address
  li:last-child {
  width: 200px;
  text-align: left;
  padding-left: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 200px;
  font-size: 13px;
}

body .container .news-box .news-box-content .news-details .info p {
  color: #9d9d9d !important;
  line-height: 16px;
  font-size: 14px;
  margin: 0;
}

body .container .news-box .news-box-content .news-details .title {
  color: #2a2a2a;
  font-size: 18px;
  padding: 15px 0;
  line-height: 16px;
}

body .container .news-box .news-box-content .more {
  padding-left: 40px;
  margin-top: auto;
  position: relative;
  margin-bottom: 15px;
}

body .container .news-box .news-box-content .more span {
  font-weight: 600;
  color: #f2b233;
}

body .container .news-box .news-box-content .more span:hover {
  color: #ce142b;
}

body .container .map-page .find-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  body .container .map-page .find-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body .container .map-page .find-event .red-line-title {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  body .container .map-page .find-event .red-line-title {
    width: 100%;
    padding-left: 10px;
  }
}

body .container .map-page .find-event .search {
  margin-left: 300px;
  margin-top: 70px;
  width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .map-page .find-event .search {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 767px) {
  body .container .map-page .find-event .search {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 50px;
  }
}

body .container .map-page .find-event .search h2 {
  font-size: 18px;
  color: silver;
  line-height: 19px;
}

body .container .map-page #map {
  height: 801px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  body .container .map-page #map {
    height: 350px;
    margin-bottom: 15px;
  }
}

body .container .map-page .host-button-box {
  background-color: #fff;
  padding: 25px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: -350px;
  margin-left: 103px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body .container .map-page .host-button-box {
    position: relative;
    width: 100%;
    margin: 10px;
  }
}

body .container .map-page .host-button-box p {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 10px;
}

body .container .map-page .map-spinner {
  position: absolute;
  margin-top: -900px;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  body .container .map-page .map-spinner {
    margin-top: -480px;
    margin-left: 10px;
  }
}

body .container .press-release-page {
  padding: 50px 200px 150px 318px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container .press-release-page {
    padding-left: 150px;
    padding-right: 165px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .container .press-release-page {
    padding-left: 5%;
  }
}

@media only screen and (max-width: 767px) {
  body .container .press-release-page {
    padding-left: 5%;
    padding-right: 50px;
  }
}

body .container .press-release-page h1 {
  font-size: 24px;
  color: #f2b233;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

body .container .press-release-page h2 {
  font-size: 48px;
  color: #2a2a2a;
  font-weight: 600;
}

body .container .press-release-page h3 {
  font-weight: 500;
  font-size: 18px;
  color: #2a2a2a;
  text-transform: none;
}

body .container .press-release-page p {
  color: #5d5d5d;
}

body .container .press-release-page hr {
  margin: 100px 0;
}

body .container .press-release-page .press-release-contact {
  padding: 20px 0;
  list-style: none;
}

body .container .press-release-page .press-release-contact li {
  color: #9d9d9d;
  padding: 5px 0;
  font-size: 18px;
  line-height: 20px;
}

body footer {
  background-color: #ce142b;
  padding: 50px 0 34px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (max-width: 767px) {
  body footer {
    padding-top: 20px;
  }
}

body footer .footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 95%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  body footer .footer-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  body footer .footer-contents .left-footer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

body footer .footer-contents .left-footer .logo-link {
  border-bottom: 0;
}

body footer .footer-contents .left-footer .logo {
  width: 211px;
}

body footer .footer-contents .left-footer .social-icons {
  margin-top: 20px;
}

body footer .footer-contents .left-footer .social-icons .fa {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}

body footer .footer-contents .left-footer .social-icons a:first-child {
  padding-left: 0;
}

body footer .footer-contents .left-footer .social-icons a {
  padding-left: 20px;
  border-bottom: 0;
}

body footer .footer-contents .left-footer .social-icons a i {
  font-size: 24px;
}

body footer .footer-contents .left-footer .social-icons a i:hover {
  color: #f2b233;
}

body footer .footer-contents .left-footer p {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  margin: 45px 0 0;
}

body footer .footer-contents .left-footer a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #ff9e20;
  padding-bottom: 8px;
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
}

body footer .footer-contents .right-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: -75px;
}

@media (max-width: 1055px) {
  body footer .footer-contents .right-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-right: -40px;
  }
}

@media only screen and (max-width: 767px) {
  body footer .footer-contents .right-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 50px;
  }
}

body footer .footer-contents .right-footer .shining {
  width: 100%;
  padding: 20px 0 0;
}

@media (max-width: 1055px) {
  body footer .footer-contents .right-footer .shining {
    width: 100%;
    padding: 20px 40px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  body footer .footer-contents .right-footer .shining {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}

body footer .footer-contents .right-footer .shining p {
  color: #fff;
  font-style: italic;
  font-size: 18px;
}

body footer .footer-contents .right-footer .signup {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

@media only screen and (max-width: 1055px) {
  body footer .footer-contents .right-footer .signup {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  body footer .footer-contents .right-footer .signup {
    padding: 0;
  }
}

body footer .footer-contents .right-footer .signup span {
  font-size: 14px;
  color: #f2b233;
  -webkit-font-smoothing: antialiased;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  body footer .footer-contents .right-footer .signup {
    margin: 0 auto;
  }
}

.celebrate .red-line-title {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 600px;
}

.celebrate .red-line-title h1 {
  line-height: 48px;
  margin-bottom: 0;
}

.celebrate .forms-red-line-title,
.celebrate .how-red-line-title {
  display: none;
}

.celebrate .how input[type="radio"],
.celebrate .registerAndYou input[type="radio"] {
  height: 0;
  opacity: 0;
  position: absolute;
}

.celebrate .how input[type="radio"]:checked + label li,
.celebrate .registerAndYou input[type="radio"]:checked + label li {
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) !important;
}

.celebrate .how input[type="radio"]:checked + label p,
.celebrate .registerAndYou input[type="radio"]:checked + label p {
  color: #2a2a2a !important;
  font-weight: 500 !important;
}

.celebrate .how input[type="radio"]:checked + label h2,
.celebrate .how input[type="radio"]:checked + label h5,
.celebrate .registerAndYou input[type="radio"]:checked + label h2,
.celebrate .registerAndYou input[type="radio"]:checked + label h5 {
  color: #2a2a2a;
}

.celebrate .andYou {
  margin: 75px 0;
}

.celebrate .how {
  visibility: hidden;
  margin: 0 auto;
}

.celebrate .how .how-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 75px 0;
}

.celebrate .how .how-wrap label[for="private-event"],
.celebrate .how .how-wrap label[for="public-event"] {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .celebrate .how .how-wrap label[for="private-event"],
  .celebrate .how .how-wrap label[for="public-event"] {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .celebrate .how .how-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.celebrate .how .how-wrap h2 {
  margin-bottom: 0;
  color: silver;
}

.celebrate .how .how-wrap h5 {
  padding: 0 !important;
  color: silver;
}

.celebrate .how .how-wrap .private,
.celebrate .how .how-wrap .public {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  width: 100%;
  padding: 20px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.celebrate .how .how-wrap .private:hover,
.celebrate .how .how-wrap .public:hover {
  cursor: pointer;
  color: #2a2a2a;
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
}

.celebrate .how .how-wrap .private:hover h2,
.celebrate .how .how-wrap .private:hover h5,
.celebrate .how .how-wrap .public:hover h2,
.celebrate .how .how-wrap .public:hover h5 {
  color: #2a2a2a;
}

@media only screen and (max-width: 767px) {
  .celebrate .how .how-wrap .private,
  .celebrate .how .how-wrap .public {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
    width: 100%;
  }
}

.celebrate .how .how-wrap .public {
  margin-right: 15px;
}

.celebrate .how .how-wrap .private {
  margin-left: 15px;
}

.news-event-box {
  margin: 0 0 25px !important;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .news-event-box {
    height: auto !important;
    margin: 0 0 25px 10px !important;
  }
}

.news-event-box:hover {
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) !important;
}

.news-event-box .left {
  width: 205px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .news-event-box .left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0 15px;
  }
}

.news-event-box .left li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .news-event-box .left li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.news-event-box .left img {
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .news-event-box .left img {
    padding-top: 10px !important;
  }
}

.news-event-box .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0 !important;
}

.news-event-box .date:first-child {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .news-event-box .date:second-child {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 767px) {
  .news-event-box .date {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .news-event-box .right-event-box ul {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .news-event-box .right-event-box li:first-child {
    font-size: 16px !important;
  }
  .news-event-box .right-event-box li:nth-child(2),
  .news-event-box .right-event-box li:nth-child(3) {
    font-size: 13px !important;
  }
  .news-event-box .right-event-box li:nth-child(2) i,
  .news-event-box .right-event-box li:nth-child(3) i {
    margin-right: 0 !important;
  }
}

.happiness-post-slider {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 100px;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .happiness-post-slider {
    width: 95%;
  }
}

.happiness-post-slider i {
  color: silver;
  font-size: 35px;
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  .happiness-post-slider i {
    font-size: 26px;
    margin: 0 10px;
  }
}

.happiness-post-slider i:hover {
  color: #2a2a2a;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  cursor: pointer;
}

.happiness-post-slider .slick-slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.happiness-post-slider .slick-slider,
.happiness-post-slider .slick-track,
.happiness-post-slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.happiness-post-slider .slick-track .slick-slide {
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.happiness-post-slider h2 {
  text-align: center;
}

.happiness-post-slider .happiness-box li {
  position: relative;
  margin: 15px 25px;
  list-style-type: none;
  min-height: 330px;
  height: auto;
  background-color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .happiness-post-slider .happiness-box li {
    margin: 15px;
  }
}

.happiness-post-slider .happiness-box li:hover {
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
}

.happiness-post-slider .happiness-box li:hover .more span {
  color: #ce142b;
}

@media (max-width: 580px) {
  .happiness-post-slider .happiness-box li {
    width: 100%;
  }
}

.happiness-post-slider .happiness-box li .news-box-link {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #9d9d9d;
}

.happiness-post-slider .happiness-box li img {
  padding: 40px 0 0 45px;
}

.happiness-post-slider .happiness-box li .latest-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 40px;
  margin-top: 12px;
  color: #aaa;
}

.happiness-post-slider .happiness-box li .latest-details .line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .happiness-post-slider .happiness-box li .latest-details .line1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.happiness-post-slider .happiness-box li .latest-details .line1 .date {
  color: #9d9d9d;
}

.happiness-post-slider .happiness-box li .latest-details .line1 .author {
  color: #f2b233;
  margin-left: 2px;
}

.happiness-post-slider .happiness-box li .latest-details .info {
  color: #9d9d9d !important;
  font-size: 14px;
  line-height: 18px;
}

.happiness-post-slider .happiness-box li .latest-details .title {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 0;
}

.happiness-post-slider .happiness-box li .more {
  position: relative;
  margin-left: 35px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.happiness-post-slider .happiness-box li .more span {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.happiness-post-slider .happiness-box li .more span:hover {
  color: #ce142b;
}

.ginput_counter {
  display: none;
}

ul#gform_fields_12 label.gfield_label,
ul#gform_fields_22 label.gfield_label {
  display: block;
  margin-top: 15px;
}

ul#gform_fields_12 h3,
ul#gform_fields_22 h3 {
  text-transform: none;
  margin: 30px 0;
  font-weight: 700;
  font-size: 24px;
}

#field_23_19 .instruction,
#field_30_31 .instruction {
  display: none !important;
}

.home-slide {
  position: relative;
}

.home-slide .hero-content {
  background: transparent;
  position: absolute;
  top: 200px;
  text-align: left;
  left: 12%;
}

@media (max-width: 1100px) {
  .home-slide .hero-content {
    top: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slide .hero-content {
    top: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .home-slide .hero-content {
    top: 37%;
    left: 10%;
  }
}

.home-slide .hero-content h2 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 48px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .home-slide .hero-content h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

.home-slide .hero-content h4 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .home-slide .hero-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.home-slide .hero-content .play-button {
  display: inline-block;
  padding-top: 15px;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .home-slide .hero-content .play-button {
    padding-top: 0;
  }
}

.home-slide .hero-content .play-button img {
  width: 75px;
  height: 75px;
}

@media only screen and (max-width: 767px) {
  .home-slide .hero-content .play-button img {
    width: 45px;
    height: 45px;
  }
}

.home-slide .hero-content .play-button:hover {
  opacity: 1;
}

.featherlight.featherlight-iframe .featherlight-content {
  background-color: transparent;
}

.featherlight.featherlight-iframe
  .featherlight-content
  .featherlight-close-icon {
  background-color: transparent;
  color: #fff;
}

@media print {
  body,
  html {
    height: auto !important;
    min-height: auto !important;
    margin: 0 !important;
  }
  body p,
  html p {
    margin-top: 0 !important;
  }
  .top-img img {
    visibility: hidden !important;
  }
  .top-img .title {
    margin-left: 10px !important;
    font-size: 38px !important;
  }
  .img-left,
  .kids-right {
    display: none !important;
  }
  .details-left {
    width: 100% !important;
  }
  .about {
    margin-top: 0 !important;
  }
  .andYou {
    height: auto !important;
  }
  .whatIs {
    top: 0 !important;
  }
  .state {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .state .state-left,
  .state .state-right {
    width: 100% !important;
  }
  .events-in-state-right,
  .state .download .share-social,
  a[href]:after {
    display: none !important;
  }
  .page-bg {
    height: auto !important;
  }
  .page-bg .page {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
  .social li,
  footer,
  header,
  nav {
    display: none;
  }
  .container {
    margin-top: 0 !important;
    height: auto;
  }
  .event {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  img {
    max-width: 300px;
  }
  .svg-container {
    margin-left: 20px !important;
  }
  .map-state .state-dropdown {
    display: none !important;
  }
  .page-bg .top-img img {
    width: 100%;
  }
  .page-bg .join {
    display: none;
  }
  @page {
    margin: 0.5in;
  }
}

/* General Resets */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
figure,
.figure {
  background-position: center;
  background-size: cover;
}

body .container.noSpacing {
  margin-top: 0 !important;
}

body iframe {
  margin: 0 auto;
}

pre {
  overflow: visible !important;
}

.gform_footer input[type="submit"],
.btn-yellow,
.btn-red {
  border-radius: 4px !important;
}
.state-btn {
  line-height: 55px;
  padding: 0px 15px;
}
.see-more-buttons .btn {
  padding: 0 15px;
}
.policy-btn {
  color: #ce142b;
}

/* .hidden {display: none;} */

.signup .wrapper {
  max-width: 600px;
}

.forStates .btn-yellow, .forStates .btn-red {
  padding: 12px 24px 12px;
}
.forStates .btn-red {
  line-height: 40px;
  min-height: 0;
}

section#thankyou .primaryContent.forStates .btn {
    white-space: normal;
}

select.filterposts {
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #000;
}

.forStates .entry img {
  height: auto !important;
  max-width: 600px;
}

.imgWrapper {
  margin: 0 auto;
  max-width: 810px;
}

img.event-img {
  max-width: 450px;
}

.hasEvents h3 {
  font-size: 22px;
  line-height: 26px;
  color: #ce142b;
  margin: 0 0 6px;
}
.hasEvents p {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

#stateData {
  position: absolute;
  display: inline-block;
  z-index: -11000;
}
#stateData.upFront {
  z-index: 11000;
}
#stateData > a {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
}
#stateData > a i {
  font-size: 20px;
  line-height: 1;
  color: #000;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 5;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
article {
  border: 2px solid #ebebeb;
  border-radius: 5px;
  background: #fff;
}
article h2 {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #000;
  padding: 16px 16px 0;
  margin: 0;
  font-weight: 700;
}
article h2 span {
  text-transform: uppercase;
}
article .stateBox {
  width: 300px;
  text-align: center;
  position: relative;
}
article .stateBox::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  top: 30px;
  left: 150px;
  background: #d8d8d8;
}
article .stateBox .half {
  padding: 16px;
  position: relative;
}

article .stateBox h4 {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0 auto;
  font-weight: 700;
}
article .stateBox a {
  display: block;
  color: #fff;
  background: #ce142b;
  font-size: 10px;
  line-height: 13px;
  padding: 6px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
article .stateBox img {
  width: 100%;
  padding: 8px 0 0;
}
article .stateBox img.backup {
  padding: 0 0 8px;
  width: auto;
  height: 80px;
}

#popup {
  position: fixed;
  bottom: 20px;
  right: 50px;
  padding: 20px 50px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  text-align: center;
  background: #fff;
  max-width: 400px;
  z-index: 11000;
  display: none;
}
#popup.active {
  display: block;
}
#popup > a {
  font-size: 20px;
  line-height: 1;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -25px;
  right: -25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #111;
  transform: rotate(45deg);
  font-weight: 400;
  background: #fff;
}
#popup h5 {
  color: #ce142b;
  font-size: 30px;
  font-weight: 700;
}
#popup h5 p {
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 20px;
}
#popup a.btn {
  font-size: 18px;
  width: auto !important;
  line-height: 1;
  height: auto !important;
  padding: 16px 24px !important;
}

#lightbox {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 5000;
  text-align: center;
  top: 0;
}
#lightbox .shade {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5500;
}
#lightbox.on {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lightbox .frame {
  position: relative;
  display: inline-block;
  border: 2px solid #111;
  background: #111;
  max-width: 90%;
  z-index: 6000;
}
#lightbox img {
  max-height: 90vh;
}
#lightbox .flex a {
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  flex: 1;
}
#lightbox .flex a:hover {
  background: #fff;
  color: #111;
}

/* content division */
.center {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.center > * {
  display: table-cell;
  vertical-align: middle;
}
.wide {
  max-width: 1440px;
  width: 100%;
}
.slim {
  max-width: 1200px;
  width: 100%;
}
.gutters > * {
  padding: 16px;
}

header.top .socialLinks li.social {
  display: inline-block !important;
}

section.how,
.red-line-title.how-red-line-title {
  display: none !important;
}

body .gform_wrapper .clear-multi {
  display: block;
}
body .gform_wrapper .clear-multi > * {
  display: inline-block;
}

/* social links */
.social_links a {
  margin: 5px;
  padding: 4px;
  text-align: center;
}
.social_links a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
  transition: all 0.5s;
}

#mobile_menu .menu li[class*="current"] > a,
#mobile_menu .menu li a:hover {
  background: #111111;
}

.nav-mobile-list > li {
  margin: 0;
}

/* header */
header.top {
  width: 100%;
  z-index: 1900;
  padding: 16px;
  position: relative;
}
header.top .slim {
  display: table;
  table-layout: fixed;
}
header.top .slim > div {
  display: table-cell;
  vertical-align: middle;
}
.top_logo {
  width: 400px;
}
.top_logo img {
  width: 100%;
  max-width: 230px;
}
.top_logo a {
  display: block;
  font-size: 24px;
}

header.top .inline {
  display: block;
}
header.top .inline li {
  padding: 0;
  text-transform: uppercase;
}
header.top .inline li:last-child {
  display: inline-block;
}
header.top .inline.socialLinks li a {
  font-size: 16px;
  line-height: 27px;
  height: 30px;
  width: 30px;
  border: 2px solid #f4b53c;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
header.top .inline.socialLinks li.search a {
  border: none;
  color: #d02239;
  font-size: 16px;
  width: auto;
  text-transform: uppercase;
}
header.top .inline li.mobileNav i {
  padding: 3px 0 3px 10px;
}

.theMenus {
  text-align: right;
}

body .container .map-state h5 {
  margin-left: 0;
}
body .container .news-box .news-box-content .icon-category {
  width: 100%;
}
body .container .news-box .news-box-content .news-details {
  margin: 0;
}
body .container .news-box .news-box-content .news-details .line1 {
  display: block;
  width: 100%;
}
body .container .news-box .news-box-content .news-details .line1 .date {
  margin: 0;
  width: 100%;
  display: block;
}
body .container .news-box .news-box-content .news-details .title {
  width: 100%;
}

.extraMenu {
  border-bottom: 1px solid #666;
  padding: 8px 0 0;
  margin: 0 !important;
}
.extraMenu .inline {
  margin: 0;
}
.extraMenu .inline li {
  padding-left: 25px !important;
}
.extraMenu li a {
  color: #666;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: 400;
}

/* navigation */
.main_menu {
  text-align: right;
  padding: 8px 0;
}
.main_menu .inline > li {
  padding-left: 30px !important;
}
.main_menu .inline li a {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 600;
}
.main_menu .inline > li[class*="current"] a,
.main_menu .inline > li:hover > a {
  border-bottom: 3px solid #ce142b;
}
.main_menu .sub-menu {
  display: none;
  max-width: 300px;
  position: absolute;
  background: #fff;
  text-align: left;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  margin-top: 1px;
}
.main_menu li:hover .sub-menu {
  display: block;
}
.main_menu .sub-menu > li {
  display: block;
  padding: 0;
  width: 100%;
}
.main_menu .sub-menu > li > a {
  padding: 10px 20px;
  display: block;
  width: 100%;
  align-self: auto;
  font-weight: 500;
  font-size: 14px;
  color: silver;
}
.main_menu .sub-menu > li > a:hover {
  background: #f2b233;
  color: #fff;
}

.mobile {
  display: none;
}

#mobileMenu {
  position: relative;
  z-index: 3000;
}
#mobileMenu .menu {
  position: absolute;
  display: none;
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#mobileMenu .menu li {
  display: block;
}
#mobileMenu .menu li a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 20px;
}
#mobileMenu .menu li[class*="current"] > a,
#mobileMenu .menu li a:hover {
  color: #f33;
}
a#mobileNav {
  font-size: 36px;
}
.mobile {
  display: none;
}

/* footer */

section.signup {
  background: #ce142b;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0 20px;
}
section.signup h2 {
  color: #f4b53c;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0 auto;
}
section.signup p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 500;
  max-width: 340px;
  padding: 0 0 24px;
  margin: 0 auto;
}
section button {
  max-width: 200px;
}
section input[type="text"],
section input[type="tel"] {
  width: 100%;
  border: 0;
  background: #fff;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
section input[type="text"]::placeholder,
section input[type="tel"]::placeholder {
  text-transform: uppercase;
  color: #545454;
}
section #gform_wrapper_32 input[type="text"]::placeholder {
  text-transform: capitalize;
}
section .inline {
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
}
section .inline > * {
  vertical-align: middle;
}
section .inline .email {
  width: calc(100% - 200px);
  padding: 0 20px;
}
section form .stacked {
  margin: 0 auto;
}
section form .stacked li {
  list-style: none;
}
section form .stacked input {
  border: none;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
}
section form .stacked button {
  max-width: none;
  width: 100%;
}

footer.new {
  background: #545454;
  color: #fff;
  padding: 0 16px;
}
footer .topBar {
  border-bottom: 4px solid #fff;
  padding: 24px 0 8px;
}
footer .center > * {
  vertical-align: bottom;
}
footer a {
  color: #fff;
}
footer .topBar .inline {
  text-align: right;
}
footer .topBar .inline li {
  padding-left: 45px;
}
footer .topBar .inline li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
}
footer.new .copyright p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 19px;
  border-bottom: 2px solid #fff;
  margin-bottom: 16px;
  padding: 0 0 8px;
}

footer.new li {
  list-style-type: none;
}

footer.new .keepGoing {
  padding: 32px 0 15px;
}
footer .footerMenus a {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
footer .footerMenus .extra a {
  font-weight: 400;
  text-transform: none;
}
footer .footerMenus .inline > * {
  padding-right: 50px;
}

section.landing {
  padding: 10px 0 30px;
}
section.landing .slim {
  column-count: 2;
  column-gap: 0;
  column-fill: balance;
}
section.landing .slim > * {
  display: block;
  width: 100%;
  border: 4px solid #fff;
}
section.landing .shade {
  background: rgba(0, 0, 0, 0);
  height: 250px;
  position: relative;
}
section.landing .slim figure:first-of-type .shade {
  height: 508px;
}
section.landing h2 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 61px;
  font-weight: 600;
}
section.landing a {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 2px;
  font-weight: 500;
}

.page .join .left {
  border-right: 1px solid #fff;
}
.page .join .right {
  border-left: 1px solid #fff;
}

body .container {
  margin-top: 0 !important;
}

section#resources,
section#state-guides,
section#link-blocks {
  padding: 40px 0;
  background: #fff;
}
section#resources .primaryContent,
section#state-guides .primaryContent,
section#link-blocks .primaryContent {
  padding: 16px;
}
section#resources .primaryContent .entry {
  max-width: 960px;
  border-top: 8px solid #d02239;
  padding: 32px 62px;
}
section#state-guides .primaryContent .entry,
section#link-blocks .primaryContent .entry {
  max-width: 960px;
  border-top: 8px solid #d02239;
  padding: 32px 30px;
}
/* section#resources .ngg-galleryoverview {font-size: 0; text-align: center;} */
/* section#resources .ngg-galleryoverview > * {font-size: 16px; display: inline-block; vertical-align: top; float: none;} */

section#thankyou {
  padding: 40px 0;
  background: #fff;
}
section#thankyou .primaryContent {
  padding: 16px;
}
section#thankyou .primaryContent .entry {
  max-width: 960px;
  border-top: 8px solid #d02239;
  padding: 32px 62px;
}
section#thankyou .primaryContent.statesBottom .entry, section#thankyou .primaryContent.statesForm .entry {
    border: none;
}
section#thankyou .primaryContent.statesForm .entry {
    padding: 0px 20px;
}
section#thankyou .primaryContent.statesForm .entry .gf_nscw_wrapper {
    padding: 35px 20px 20px;
}
section#thankyou .primaryContent.statesBottom .btn-yellow {
    padding: 12px 20px;
}
.primaryContent .entry h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #000;
}
section#thankyou .primaryContent .entry p {
  font-size: 20px;
  line-height: 32px;
  padding: 0 0 20px;
  margin: 0;
  max-width: 725px;
  color: #5d5d5d;
}
section#thankyou img {
  width: 100%;
}
section#thankyou article .cardContent {
  width: 165px;
  padding: 0;
}
section#thankyou .stickers article figure {
  border: 1px solid #e7e4e4;
  width: auto;
}
section#thankyou .signs article figure {
  padding: 32px 16px;
  border: 1px solid #e7e4e4;
  width: auto;
}
section#thankyou .signs article figure img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
section#thankyou article .links {
  width: 165px;
  background: #f5fafa;
  text-align: center;
}
section#thankyou .signs article .links {
  vertical-align: bottom;
  position: relative;
}
section#thankyou .signs article .links h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  color: #505150;
  position: relative;
  top: 0;
  left: 0;
  padding: 11px 14px;
  text-transform: none;
  width: 100%;
  text-align: left;
}
section#thankyou article li {
  list-style-type: none;
  border-top: 1px solid #d8d8d8;
}
section#thankyou article li:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
section#thankyou article li a {
  color: #505150;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 12px;
  display: block;
}

.logocards article > figure {
  width: 175px;
  height: 175px;
}
.logocards article > div {
  padding: 16px !important;
  vertical-align: top;
  position: relative;
  width: auto !important;
}
.logocards article > div h4 {
  color: #000;
  font-size: 18px;
  line-height: 23px;
  padding: 0;
  font-weight: 500;
}
.logocards article > div a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}

.tabheading {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0 !important;
}
.tabheading li {
  padding: 4px 0;
  border-bottom: 4px solid transparent;
  transition: all 0.25s;
}
.tabheading a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #474747;
  border-right: 1px solid #d8d8d8;
  padding: 2px 32px;
}
.tabheading li:last-of-type a {
  border: 0;
}
.tabheading li.active,
.tabheading li:hover {
  border-color: #d02239;
}
.tabheading li:hover a,
.tabheading li.active a {
  color: #d02239;
}

.sectionblocks {
  max-width: 960px;
  padding: 16px 0;
}
.sectionblocks > div {
  display: none;
}
.sectionblocks > div.active {
  display: block;
}
.sectionblocks article {
  background: #fbfafa;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sectionblocks article.shareblock {
  height: auto;
}
.sectionblocks article > * {
  display: table-cell;
  vertical-align: middle;
}
.sectionblocks article figure {
  background-color: #fff;
  width: 175px;
}
.sectionblocks .pagecards article figure {
  width: auto;
}
.sectionblocks article figure.contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.sectionblocks article .cardContent {
  padding: 16px;
}
.sectionblocks article .cardContent .titlebox {
  padding: 12px 12px 50px;
}
.sectionblocks article .cardContent h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin: 0;
  text-transform: none;
}
.sectionblocks .redTitle {
  text-align: left;
  color: #d02239;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 4px;
  text-transform: none;
  font-weight: 500;
  margin: 0;
  padding: 0 16px;
}
.sectionblocks article .cardContent p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin: 0;
}
.sectionblocks article .cardContent li {
  list-style-type: none;
}
.sectionblocks article .cardContent a {
  color: #d02239;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.sectionblocks .forGallery {
  max-width: 825px;
  padding: 0 16px;
}
.sectionblocks .forGallery h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.sectionblocks .forGallery h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.sectionblocks .forGallery h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}
.sectionblocks .forGallery p {
  font-weight: 400;
}

.parent_resources .flex {
  justify-content: flex-start;
}
.parent_resources .flex > li {
  margin: 0;
}
.parent_resources a.btn-yellow {
  display: block !important;
  text-align: center;
}

.sectionblocks .entry {
  max-width: 475px;
  padding: 16px 0;
  text-align: center;
}
.entry .wrapper {
  max-width: 786px;
  text-align: left;
  padding: 0 16px;
  box-sizing: border-box;
}
.sectionblocks .wrapper {
  max-width: 786px;
}
.sectionblocks .entry h2,
.primaryContent h2 {
  font-weight: 600;
  font-size: 36px;
  font-weight: 46px;
}
.entry p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}
.sectionBlocks .entry p,
.primaryContent .entry p {
  line-height: 30px;
  color: #5d5d5d !important;
  padding: 0 0 20px;
  font-weight: 400;
  font-size: 20px;
}
.entry p a {
  color: #d02239;
}
.sectionblocks a.btn-yellow {
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
  height: auto;
}

.sectionblocks .stateUpdates .inline {
  text-align: left;
}

.stateBanner {
  border-top: 2px solid #d02239;
  margin-bottom: 25px;
}
.stateBanner .shade {
  background: rgba(0, 0, 0, 0.3);
  padding: 32px 0;
}
.stateBanner h1 {
  color: #fff;
  font-size: 48px;
  line-height: 61px;
  font-weight: 600;
  margin: 0;
}
.stateBanner .links {
  text-align: right;
}
.stateBanner .links li {
  padding: 8px;
}
.stateBanner .links > li > a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  padding: 16px 32px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
}

.stateblock {
  background: rgba(216, 216, 216, 0.15);
  border: 3px solid rgba(151, 151, 151, 0.15);
  max-width: 460px;
  padding: 16px 48px;
  text-align: center;
  border-radius: 15px;
}
.stateblock strong {
  color: #000;
  font-size: 24px;
  line-height: 31px;
  display: inline-block;
  font-weight: 500;
}
.stateblock span {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #f4b53c;
}

.featuredEvents ul {
  text-align: center;
}
.featuredEvents li > a.fEvent {
  display: table;
  width: 100%;
  background: #fbfafa;
  padding: 18px 0;
  color: #505150;
}
.featuredEvents li > a.fEvent > * {
  display: table-cell;
  vertical-align: middle;
}
.featuredEvents li > a.fEvent > .theDate {
  padding: 0 24px;
  border-right: 3px solid #d02239;
  width: 125px;
}
.featuredEvents li > a.fEvent > .theDate span.month {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.featuredEvents li > a.fEvent > .theDate span.date {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
.featuredEvents li > a.fEvent > .theDate span.year {
  font-size: 14px;
  line-height: 18px;
  color: #ababab;
}
.featuredEvents li > a.fEvent > .theInfo {
  padding: 0 10px;
  text-align: left;
}
.featuredEvents li > a.fEvent h2 {
  font-size: 24px;
  line-height: 31px;
  padding: 0 0 24px;
  margin: 0;
  color: #505150;
  font-weight: 500;
}
.featuredEvents li > a.fEvent p {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
.featuredEvents a.btn {
  text-transform: uppercase;
  border-width: 3px;
  font-weight: 400;
  padding: 12px !important;
  display: inline-block;
  height: auto;
}

.stateUpdates {
  text-align: center;
}
.stateUpdates li {
  width: 225px;
  padding: 0 24px;
  margin: 30px auto 0;
  border-right: 1px solid #d8d8d8;
  text-align: left;
}
.stateUpdates li p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 21px;
  font-weight: 400;
  margin: 0;
  color: #000;
}
.stateUpdates li p.theDate {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.stateUpdates li h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}
.stateUpdates > .inline > li {
  vertical-align: top;
}
.stateUpdates li strong {
  padding: 8px 0;
  color: #d02239;
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.stateUpdates li a {
  margin-top: 24px;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: 1px;
  font-weight: 500;
}

.entry .imageWrap {
  padding: 0 0 50px;
  max-width: 500px;
}

#recentHH {
  padding: 50px 0;
}
#recentHH .content {
  padding: 120px 16px;
  text-align: center;
}
#recentHH .content strong {
  color: #d02239;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
}
#recentHH .content h2 {
  color: #000;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 16px 0;
  max-width: 430px;
  margin: 0 auto;
}
#recentHH .content img {
  width: 100%;
  max-width: 200px;
}
#recentHH .content p {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 16px 0 0;
  max-width: 360px;
  margin: 0 auto;
}
#recentHH .content a {
  border: 3px solid #f4b53c;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 16px;
  min-width: 200px;
  display: inline-block;
  margin-top: 40px;
}

#recentHH {
  padding: 50px 0;
}
#recentHH .content {
  padding: 60px 16px;
  text-align: center;
}
#recentHH .content strong {
  color: #d02239;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
}
#recentHH .content h2 {
  color: #000;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 16px 0;
  max-width: 430px;
  margin: 0 auto;
}
#recentHH .content img {
  width: 100%;
  max-width: 200px;
}
#recentHH figure img {
  width: 100%;
}
#recentHH .content p {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 16px 0 0;
  max-width: 360px;
  margin: 0 auto;
}
#recentHH .content a {
  border: 3px solid #f4b53c;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 16px;
  min-width: 200px;
  display: inline-block;
  margin-top: 40px;
}

#news-updates .heading,
#extras .heading {
  text-align: center;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
#news-updates .heading span,
#extras .heading span {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  color: #000;
  opacity: 0.03;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
#news-updates .heading h2,
#extras .heading h2 {
  font-size: 110px;
  line-height: 141px;
  letter-spacing: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
#news-updates .gutters > li {
  vertical-align: top;
}
#news-updates .gutters a {
  display: block;
  transition: all 0.25s;
}
#news-updates .gutters a:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
#news-updates .gutters figure {
  margin-bottom: 8px;
  background-color: #f4b53c;
}
#news-updates .gutters .smallspace {
  display: none;
}
#news-updates .gutters strong {
  color: #d02239;
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  font-weight: 500;
}
#news-updates .gutters h3 {
  color: #000;
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: none;
}
#news-updates .gutters h3.quote {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: none;
}
#news-updates .gutters span {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #cfcfcf;
  padding: 20px 0 0;
}

#extras {
  padding: 25px 0;
}
#extras figure {
  height: 100px;
  background-color: #d02239;
  margin-bottom: 8px;
}
#extras .wide {
  border-top: 2px solid #000;
  padding: 36px 18px 50px;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
}
#extras .links {
  padding: 24px 0 0;
}
#extras li {
  padding: 0 20px;
  border-right: 1px solid #d8d8d8;
  vertical-align: top;
}
#extras li:last-of-type {
  border: none;
}
#extras p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2px;
  line-height: 21px;
  margin: 0;
}
#extras p.date {
  text-transform: uppercase;
}
#extras h3 {
  margin: 0;
}
#extras h3 > a {
  color: #000;
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: none;
}
#extras h4 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #d02239;
  padding: 10px 0;
  margin: 0;
}
#extras li > a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #a0a0a0;
  padding: 25px 0;
  text-transform: uppercase;
  margin: 0;
  display: block;
}

#allPosts {
  padding: 50px 0;
}
#allPosts .inline > li {
  vertical-align: top;
}
#allPosts .cats {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
#allPosts .cats h5 {
  color: #d02239;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0 0 12px;
  margin: 0;
}
#allPosts .cats li {
  padding: 4px;
}
#allPosts .cats a {
  padding: 10px 16px 10px 32px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 400;
  transition: all 0.25s;
  position: relative;
}
#allPosts .cats li a::before {
  height: 6px;
  width: 6px;
  background: #000;
  border-radius: 3px;
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
}
#allPosts .cats a:hover {
  background: rgba(252, 178, 51, 1);
}
#allPosts .heading.inline > li {
  vertical-align: bottom;
}
#allPosts .heading h2 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 4px;
  margin: 0;
  color: #000;
  font-weight: 600;
}
#allPosts .heading a {
  color: #d02239;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: underline;
}
#allPosts .cats li:nth-of-type(3n + 2) a::before {
  background: #f4b53c;
}
#allPosts .cats li:nth-of-type(3n + 3) a::before {
  background: #d02239;
}
#allPosts .gutters > li {
  padding: 16px 16px 48px;
  position: relative;
}
#allPosts .gutters a {
  display: block;
  transition: all 0.25s;
}
#allPosts .gutters.blogs a:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
#allPosts .gutters.blogs figure {
  margin-bottom: 8px;
  background-color: #f4b53c;
}
#allPosts .gutters .smallspace {
  height: 40px;
}
#allPosts .gutters strong {
  color: #d02239;
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  font-weight: 500;
}
#allPosts .gutters h3 {
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: none;
}
#allPosts .gutters h3 a {
    color: #000;
}
#allPosts .gutters.blogs h3 a:hover {
    box-shadow: 0 0 0 0;
    color: #ce142b;
}
#allPosts .gutters h3.quote {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: none;
}
/* #allPosts.results .gutters h3.quote {font-size: } */
#allPosts .gutters span {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #cfcfcf;
  padding: 0 16px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#allPosts .reading {
  text-align: center;
}
#allPosts .reading a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px;
  display: inline-block;
  min-width: 150px;
  color: #f4b53c;
  border: 2px solid #f4b53c;
  border-radius: 4px;
  letter-spacing: 1px;
}
#allPosts .reading a:hover {
  background: #f4b53c;
  color: #fff;
}

/* Mobile Styles */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex > * {
  margin: 0;
  list-style-type: none;
}
.flex > * > * {
  height: 100%;
}
.inline {
  margin: 0 auto !important;
}
.inline,
.menu {
  font-size: 0;
}
.inline > *,
.menu > li {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
}

.mx01 {
  width: 8.333%;
}
.mx02 {
  width: 16.666%;
}
.mx03 {
  width: 25%;
}
.mx04 {
  width: 33.333%;
}
.mx05 {
  width: 41.666%;
}
.mx06 {
  width: 50%;
}
.mx07 {
  width: 58.333%;
}
.mx08 {
  width: 66.666%;
}
.mx09 {
  width: 75%;
}
.mx10 {
  width: 83.333%;
}
.mx11 {
  width: 91.666%;
}
.mx12 {
  width: 100%;
}
.full {
  width: 100%;
}
[class*="fifth"] {
  width: 20%;
}
[class*="fourth"] {
  width: 25%;
}
[class*="third"] {
  width: 33.33%;
}
[class*="half"] {
  width: 50%;
}

/* Large Screen Size */
@media (max-width: 1200px) {
  .lg01 {
    width: 8.333%;
  }
  .lg02 {
    width: 16.666%;
  }
  .lg03 {
    width: 25%;
  }
  .lg04 {
    width: 33.333%;
  }
  .lg05 {
    width: 41.666%;
  }
  .lg06 {
    width: 50%;
  }
  .lg07 {
    width: 58.333%;
  }
  .lg08 {
    width: 66.666%;
  }
  .lg09 {
    width: 75%;
  }
  .lg10 {
    width: 83.333%;
  }
  .lg11 {
    width: 91.666%;
  }
  .lg12 {
    width: 100%;
  }

  [class*="fifth"] {
    width: 25%;
  }
  [class*="fourth"] {
    width: 33.33%;
  }

  html {
    font-size: 9px;
  }
}

/* Medium Screen size - Mobile starts here */
@media (max-width: 992px) {
  .mobile {
    display: inline-block;
  }
  .desktop {
    display: none;
  }
  .main_menu .menu {
    display: none;
  }
  ul.sub-menu {
    display: none !important;
  }
  #mobileMenu.on .menu {
    display: block;
  }

  .md01 {
    width: 8.333%;
  }
  .md02 {
    width: 16.666%;
  }
  .md03 {
    width: 25%;
  }
  .md04 {
    width: 33.333%;
  }
  .md05 {
    width: 41.666%;
  }
  .md06 {
    width: 50%;
  }
  .md07 {
    width: 58.333%;
  }
  .md08 {
    width: 66.666%;
  }
  .md09 {
    width: 75%;
  }
  .md10 {
    width: 83.333%;
  }
  .md11 {
    width: 91.666%;
  }
  .md12 {
    width: 100%;
  }

  [class*="fifth"] {
    width: 33.33%;
  }
  [class*="third"] {
    width: 50%;
  }
  [class*="half"] {
    width: 100%;
  }
  .center,
  .center > * {
    display: block;
  }

  /* .gutters > * {padding: 8px;} */

  html {
    font-size: 8px;
  }

  header.top .inline.socialLinks li a {
    margin-left: 5px;
  }
  .top_logo,
  .theMenus {
    padding-top: 25px;
  }
  .main_menu {
    display: none;
  }
  .extraMenu {
    border-bottom: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
  }
  body header .extraMenu ul {
    padding-left: 0;
  }
  body header .extraMenu ul.inline li {
    padding-left: 0 !important;
    width: 25% !important;
  }
  body header .extraMenu ul li:nth-child(2),
  body header .extraMenu ul li:nth-child(3),
  body header .extraMenu ul li:nth-child(4) {
    display: inline-block;
  }
  body header .extraMenu ul.inline li:first-child {
    padding-left: 0 !important;
    width: auto;
  }
  .extraMenu li a {
    background: #f4b53c;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 5px 1px;
    text-transform: capitalize;
  }
  .top_logo {
    width: 250px;
  }

  section.landing .slim {
    column-count: 1;
  }
  section.landing .slim figure .shade {
    height: auto !important;
  }
  section.landing .slim figure .shade .blockinfo {
    position: relative;
    padding: 100px 20px 20px;
  }

  body .container section.join.explore form > * {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body .container section.join.explore form > .gform_footer input {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body .container section.join.explore form .gform_fields li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 5px !important;
  }
  body .container .explore .flex .left {
    margin: 0;
    padding: 15px;
  }
  body .container .explore .gform_wrapper {
    margin: 0;
    padding: 20px 0;
  }

  body .container .andYou .mainBox {
    margin-top: 0 !important;
  }
  footer .topBar .inline {
    text-align: center;
  }
  footer .topBar .inline li {
    padding: 0 15px;
  }
  footer .footerMenus .inline > * {
    padding: 10px;
    width: 50%;
    text-align: center;
  }

  .page .join .left {
    border-right: none;
  }
  .page .join .right {
    border-left: none;
  }

  .stateBanner .wide.gutters,
  .stateBanner .links.inline {
    text-align: center;
  }

  .stateBanner .links.inline li {
      display: block;
  }
  .stateBanner .links.inline li .btn-red, .stateBanner .links.inline li .btn-yellow {
      max-width: none;
      width: 100%;;
  }

  .stateUpdates {
    text-align: center;
  }

  .tabheading {
    border: 0;
    padding: 8px;
  }
  .tabheading > li {
    display: block;
    width: 100%;
    border: 0 !important;
    padding: 8px;
  }
  .tabheading > li a {
    display: block;
    border: 0;
    background: #f7f7f7;
    padding: 8px;
  }
  .tabheading > li.active a,
  .tabheading > li a:hover {
    border: none;
    background: #d02239;
    color: #fff;
  }

  body .container .page-bg .page .page-details {
    padding: 50px 32px !important;
  }
}

/* Small Screen Size */
@media (max-width: 768px) {
  .sm01 {
    width: 8.333%;
  }
  .sm02 {
    width: 16.666%;
  }
  .sm03 {
    width: 25%;
  }
  .sm04 {
    width: 33.333%;
  }
  .sm05 {
    width: 41.666%;
  }
  .sm06 {
    width: 50%;
  }
  .sm07 {
    width: 58.333%;
  }
  .sm08 {
    width: 66.666%;
  }
  .sm09 {
    width: 75%;
  }
  .sm10 {
    width: 83.333%;
  }
  .sm11 {
    width: 91.666%;
  }
  .sm12 {
    width: 100%;
  }

  [class*="fifth"],
  [class*="fourth"] {
    width: 50%;
  }
  [class*="third"] {
    width: 100%;
  }

  html {
    font-size: 7px;
  }

  body .container .people-saying {
    padding-bottom: 0 !important;
  }
  footer .footerMenus .inline > * {
    width: 100%;
  }

  section#thankyou .primaryContent .entry {
    padding: 24px 16px;
  }
  .stateblock {
    padding: 16px 24px;
  }

  .alignleft,
  .alignright {
    float: none !important;
  }

  .forStates .entry .wrapper {
    padding: 0;
  }

  .page-details img.alignright,
  .page-details img.alignleft,
  .page-details img.aligncenter,
  .page-details img.alignnone {
    float: none;
    height: auto;
    margin: 10px auto;
    max-width: none;
    width: 100%;
  }
  .primaryContent img.alignright,
  .primaryContent img.alignleft,
  .primaryContent img.aligncenter,
  .primaryContent img.alignnone {
    float: none;
    height: auto;
    margin: 10px auto;
    max-width: none;
    width: 100%;
  }
}

/* Miminum Screen Size */
@media (max-width: 500px) {
  .mn01 {
    width: 8.333%;
  }
  .mn02 {
    width: 16.666%;
  }
  .mn03 {
    width: 25%;
  }
  .mn04 {
    width: 33.333%;
  }
  .mn05 {
    width: 41.666%;
  }
  .mn06 {
    width: 50%;
  }
  .mn07 {
    width: 58.333%;
  }
  .mn08 {
    width: 66.666%;
  }
  .mn09 {
    width: 75%;
  }
  .mn10 {
    width: 83.333%;
  }
  .mn11 {
    width: 91.666%;
  }
  .mn12 {
    width: 100%;
  }

  [class*="fifth"],
  [class*="fourth"] {
    width: 100%;
  }

  html {
    font-size: 6px;
  }

  .top_logo {
    width: 175px;
  }

  section .inline > li,
  section .inline > li input,
  section .inline > li button {
    width: 100% !important;
    display: block;
    max-width: 100%;
  }
  section .inline > li.email {
    padding: 0;
  }
  section .inline > li.email input {
    padding: 20px;
  }
}

/* Fixes */
body {
  font-size: 17px;
}
.page-details ol li,
.page-details ul li,
.event ol li,
.event ul li {
  font-size: 17px;
}

/* New changes starting December 2, 2019 */
@media (max-width: 767px) {
  body .container .wrapper .event {
    padding-left: 5%;
    padding-right: 5%;
  }
  body .container .event-box {
    width: 100%;
  }
  body .container .event-box .right-event-box ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  body .container .event-box .right-event-box ul li i {
    margin-right: 6px;
  }
  body .container .event-box .right-event-box ul li .fa-map-marker {
    margin-right: 10px;
  }
}
.state-guides .state-guide {
  display: inline-block;
  padding: 5px;
}
.state-guides .state-guide a,
.link-blocks .link-block a {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.1s ease 0.1s;
}
.state-guides .state-guide a:hover,
.link-blocks .link-block a:hover {
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease 0.1s;
}
.state-guides .state-guide img {
  max-width: 165px;
}
.bctt-click-to-tweet {
  border: 1px solid #ce142b;
  margin-top: 1em;
}
.bctt-ctt-text a {
  font-family: futura-pt, sans-serif !important;
  font-size: 20px;
}
.bctt-click-to-tweet .bctt-ctt-btn {
  font-family: futura-pt, sans-serif !important;
  font-size: 14px;
}

.link-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link-blocks li {
  flex: 1 0 33%;
  list-style-type: none;
  margin-left: 0;
  max-width: 33%;
}
.link-blocks .link-block {
  padding: 7px;
}
.link-blocks .link-block img {
  width: 100%;
}

.link-blocks .block-text {
  padding: 15px;
}
.link-blocks .block-text p {
  padding-bottom: 0;
  font-size: 15px;
  color: #000 !important;
  line-height: 18px;
}
@media (max-width: 860px) {
  .link-blocks li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .link-blocks li {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.page-details.register
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_description {
  margin-left: 0;
  margin-top: -15px;
}

/* Updated News Page */
.stateBanner.newsBanner {
  margin-bottom: 0;
}
.title-bar {
  background: #ce142b;
  padding: 10px 10px;
}
.title-bar h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
section.landing .posts.flex {
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}
section.landing .posts h2 {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 10px;
}
section.landing .post-row {
  display: flex;
  align-items: stretch;
  height: auto;
}
section.landing-home .slim .post-block a:first-of-type {
  height: 215px;
}
section.landing-home .slim .post-block a:first-of-type .post-image {
  height: 100%;
}
section.landing-home .slim .post-block:first-of-type a:first-of-type {
  height: 515px;
}
section.landing .post-block + .post-block {
  margin-left: 1%;
}
section.landing-home .post-block + .post-block {
  margin-left: 0;
}
section.landing .post-row-top .post-block {
  flex-basis: 28%;
  margin-bottom: 1%;
}
section.landing .post-row-top .post-block:first-of-type {
  flex-basis: 44%;
}
section.landing .post-row-bottom .post-block {
  flex-basis: 28%;
  margin-bottom: 1%;
}
section.landing .post-row-bottom .post-block:last-of-type {
  flex-basis: 44%;
}
section.landing .post-block .post-image {
  height: 325px;
}
section.landing-home .post-block:first-of-type .post-image {
  background-position: center center !important;
}
section.landing .post-block:hover .blockinfo {
  background: #f2b233;
  transition: all 0.5s ease;
}
section.landing .post-block .blockinfo {
  background: #ce142b;
  display: block;
  min-height: 75px;
  padding: 12px;
  transition: all 0.5s ease;
}
section.landing-home .slim .post-block .blockinfo {
  background: #f2b233;
  min-height: 80px;
}
section.landing-home .slim .post-block:hover .blockinfo {
  background: #ce142b;
}
section.landing .posts .post-block h2 {
  font-size: 22px;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 0;
}
section.landing .slim.posts .post-block h2 {
  font-size: 30px;
  line-height: 30px;
}
section.landing .posts .post-block a {
  display: block;
}
@media (max-width: 1200px) {
  #news-updates li.fourth {
    width: 50%;
  }
  #extras .mx02 {
    width: 33.333%;
  }
  section.landing .post-row-top .post-block:first-of-type,
  section.landing .post-row-top .post-block {
    flex-basis: 32%;
  }
  section.landing .post-row-bottom .post-block:last-of-type,
  section.landing .post-row-bottom .post-block {
    flex-basis: 32%;
  }
  section.landing .post-block .post-image {
    height: 275px;
  }
  section.landing .posts .post-block h2 {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  section.landing .post-block {
    padding: 5px 10px;
  }
  section.landing .post-block .post-image {
    height: 225px;
  }
  section.landing-home .slim .post-block a:first-of-type,
  section.landing-home .slim .post-block:first-of-type a:first-of-type {
    height: 300px;
  }
  section.landing .posts .post-block h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #news-updates li.fourth {
    width: 100%;
  }
  #extras .mx02 {
    width: 50%;
  }
  section.landing .post-row {
    flex-wrap: wrap;
  }
  section.landing .post-row-top .post-block:first-of-type,
  section.landing .post-row-top .post-block {
    flex-basis: 100%;
  }
  section.landing .post-row-bottom .post-block:last-of-type,
  section.landing .post-row-bottom .post-block {
    flex-basis: 100%;
  }
  section.landing .post-block + .post-block {
    margin-left: 0;
  }
  section.landing .post-block .post-image {
    height: 275px;
  }
  section.landing .post-block .blockinfo {
    min-height: 0;
  }
}
@media (max-width: 650px) {
  #extras .mx02 {
    width: 100%;
  }
}
@media (max-width: 550px) {
  section.landing-home .slim .post-block a:first-of-type,
  section.landing-home .slim .post-block:first-of-type a:first-of-type {
    height: 200px;
  }
}

/* Form styling */
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  margin: 0px 0 15px 0 !important;
}
body .gform_wrapper .gfield_checkbox {
  padding-left: 0 !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  margin-left: 0;
}
.gf_nscw_wrapper {
  background: #ce142b;
  padding: 20px;
}
.gf_nscw_wrapper form.gf_simple_horizontal div.gform_body {
  width: 100%;
}
.gf_nscw_wrapper span.gform_description {
  color: #f2b233;
  font-size: 26px;
  line-height: normal;
  text-align: center;
}

.gf_nscw_wrapper.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
    height: 55px;
}

/* Custom Landing Page */
.gform_wrapper
  form.gf_simple_horizontal
  div.gform_body
  ul.top_label.form_sublabel_below
  li.gfield {
  vertical-align: top !important;
}
.gform_wrapper
  form.gf_simple_horizontal
  div.gform_footer.top_label
  input[type="submit"] {
  padding: 13px;
}

.wp-block-coblocks-row .aligncenter {
  text-align: center;
}
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignwide {
  margin: 0 calc(25% - 25vw);
  max-width: 100vw;
  width: 100vw;
}

.landing-content .wp-block-coblocks-features {
  max-width: none !important;
}

@media (max-width: 920px) {
  .alignwide {
    margin: 0 0;
    max-width: 920px;
    width: auto;
  }
}

.wp-block-button .wp-block-button__link {
  font-size: 20px !important;
  padding: 10px 25px;
}
.wp-block-button .has-luminous-vivid-amber-background-color {
  background: #f2b233;
}
h1.has-luminous-vivid-amber-color,
h2.has-luminous-vivid-amber-color,
h3.has-luminous-vivid-amber-color,
h4.has-luminous-vivid-amber-color,
h5.has-luminous-vivid-amber-color,
h6.has-luminous-vivid-amber-color,
p.has-luminous-vivid-amber-color {
  color: #f2b233;
}

.landing-banner .landing-logo {
  margin-bottom: 75px;
  margin-top: 0;
}
.landing-banner h1 {
  font-size: 55px;
  margin: 30px auto 20px;
}
.landing-banner h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.landing-content.landing-content-two {
  background: #fff;
}
.landing-content .wp-block-coblocks-column__inner,
.landing-content.landing-content-two .wp-block-coblocks-row__inner {
  margin: 0 auto;
  max-width: 1050px;
  padding: 50px 0;
}
.landing-content .wp-block-coblocks-feature h4 {
  margin: 10px 0 20px;
}
.landing-content .wp-block-coblocks-feature .wp-block-button {
  margin-bottom: 60px !important;
  margin-top: 30px;
}
.landing-content
  .wp-block-coblocks-features:last-of-type
  .wp-block-coblocks-feature:last-of-type {
  display: none;
}
.media-column-right .wp-block-button {
  margin-top: 35px;
}
@media (max-width: 920px) {
  .landing-banner .wp-block-coblocks-hero__inner.is-fullscreen {
    min-height: 600px;
  }
  .landing-banner .wp-block-coblocks-hero__inner {
    padding-top: 15px;
  }
  .landing-banner .landing-logo {
    margin-bottom: 85px;
    margin-top: 25px;
  }
  .landing-banner img {
    height: auto;
    max-width: 170px;
  }
  .landing-banner h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .landing-banner p {
    font-size: 16px;
    line-height: 18px;
  }
  .landing-banner h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .landing-content .wp-block-coblocks-feature {
    margin-bottom: 15px !important;
  }
  .landing-content.landing-content-two .wp-block-coblocks-row__inner {
    padding: 0px 15px 50px;
  }
  .landing-content.landing-content-two .wp-block-coblocks-column:first-of-type,
  .landing-content.landing-content-two
    .wp-block-coblocks-column:first-of-type
    .wp-block-coblocks-column__inner {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0;
    padding-top: 0;
  }
  .landing-content.landing-content-two
    .wp-block-coblocks-column:last-of-type
    .wp-block-coblocks-column__inner {
    padding-top: 0;
  }
  .landing-content
    .wp-block-coblocks-media-card.is-stacked-on-mobile
    .wp-block-coblocks-media-card__content {
    margin-left: -15%;
    margin-right: -15%;
    margin-top: 0%;
    text-align: center;
  }
}
.wp-block-coblocks-features.final-feature
  .wp-block-coblocks-feature__inner.has-no-padding {
  margin: 0 0;
}
.wp-block-media-text {
  background: #fff;
  display: flex;
  margin-bottom: 40px;
}
.wp-block-media-text__media,
.wp-block-media-text__content {
  flex: 1;
}
.wp-block-media-text__content {
  padding-top: 25px;
}
.wp-block-media-text img {
  max-width: 220px;
}
.wp-block-media-text .wp-block-button {
  margin-top: 30px;
}
footer.new.landing-footer {
  padding: 20px 0;
}
footer.new.landing-footer p {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .page-details h2 {
    font-size: 32px;
  }
  body .container .wrapper .event h1 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  body .container .wrapper .event h2 {
    font-size: 26px;
  }
}

.page .join .left {
  border-right: none !important;
}
body.page
  .join
  .left
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  input[type="text"] {
  margin: 0 0;
}
.btn-white,
.btn-white a {
  line-height: 55px;
  padding: 0 0;
}
body .container .people-saying .see-more-juicer {
  margin-top: 40px;
}

body.page-id-155048 .page-details .wp-caption {
  padding: 5px;
  width: 25% !important;
}
body.page-id-155048 .page-details .wp-caption img {
  display: block;
  height: auto;
  width: 100%;
}
body.page-id-155048 .page-details .wp-caption::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  body.page-id-155048 .page-details .wp-caption {
    float: left !important;
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  body.page-id-155048 .page-details .wp-caption {
    float: none !important;
    width: 100% !important;
  }
}

/* State Page Updates */
.parent_resources p {
  height: auto !important;
}
.text-rows {
  clear: left;
}
p.modified-date {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0;
}

/* Ultimate Guides */
.ultimate-guides {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
}
.ultimate-guide {
  padding: 10px;
  width: 50%;
}
.ultimate-guide a,
.ultimate-guide img {
  display: block;
  width: 100%;
  height: auto;
}
.ultimate-guide img {
  box-shadow: 0 0 0px 5px #ffb71a;
  transition: all 0.5s;
}
.ultimate-guide:hover img {
  box-shadow: 0 0 0px 5px #ce142b;
  transition: all 0.5s;
}

@media (max-width: 600px) {
  .ultimate-guide {
    width: 100%;
  }
}
