.margin-0 {
  margin: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-60 {
  padding-bottom: 50px !important;
}

.wide-gutter-row {
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 991px) {
  .wide-gutter-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.wide-gutter-col {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (max-width: 991px) {
  .wide-gutter-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.grid {
  margin: 0 -15px;
}

.grid .title.smaller {
  font-size: 1.1em;
  margin-bottom: 0;
}

.grid .title:hover {
  text-decoration: none;
}

.grid .item {
  box-sizing: border-box;
  display: inline-block;
}

.grid .item .inner {
  padding: 15px;
}

.grid .item:hover,
.grid .item:active,
.grid .item:focus {
  text-decoration: none;
}

.grid .col-20 {
  width: 20%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
}

.grid .col-25 {
  width: 25%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
}

.grid .col-33 {
  width: 33.33%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
}

.grid .col-50 {
  width: 50%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
}

.grid .col-66 {
  width: 66.66%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
}

.grid .col-75 {
  width: 75%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
}

.vertical-align {
  vertical-align: middle;
}

.supporters {
  display: table;
  margin: 0 -20px;
}

.supporters .item {
  width: 25%;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.supporters .item img {
  margin: 10px auto 20px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .supporters .item {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .supporters .item {
    width: 50%;
  }
}

.supporters.charities img {
  max-width: 120px;
  height: auto;
}

@media (max-width: 991px) {
  .grid .col-sm-50 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .col-20,
  .col-25,
  .col-50 {
    width: 100% !important;
  }
}

.navbar {
  margin-bottom: 0;
  background-color: #01295b;
  border-radius: 0;
  border: 0;
  font-weight: bold;
}

.navbar .container {
  padding: 0;
}

@media (max-width: 767px) {
  .navbar .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.navbar .form-control {
  border-radius: 0;
  border: 0;
}

.navbar .form-group {
  margin-right: -5px;
}

.navbar .btn {
  background-color: white;
  color: black;
  border-radius: 0;
  border: 1px solid white;
  font-weight: bold;
}

.navbar .navbar-form {
  margin-top: 12px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 20px 10px;
  display: block;
  color: white;
  font-size: 1em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px 15px;
    text-transform: none;
    font-weight: bold;
  }
}

.mobile-social {
  margin-top: 7px;
  margin-left: 4px;
  float: left;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
}

.navbar-nav > li > .dropdown-menu {
  font-size: 1em;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #011938;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-toggle {
  border: 0;
  padding: 9px 4px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #011e42;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
}

.breadcrumb {
  background: none;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.header {
  background-color: white;
  padding: 30px 0;
}

.header .inner {
  width: 100%;
  display: table;
}

.header .inner .col {
  display: table-cell;
  vertical-align: middle;
}

.header .inner .col.col-20 {
  width: 20%;
}

.header .inner .col.col-25 {
  width: 25%;
}

.header .inner .col.col-30 {
  width: 30%;
}

@media (max-width: 1199px) {
  .header .inner .col.col-30 {
    width: 15%;
  }
}

@media (max-width: 991px) {
  .header .inner .col.col-30 {
    width: 20%;
  }
}

.header .inner .col.col-50 {
  width: 50%;
}

@media (max-width: 1199px) {
  .header .inner .col.col-50 {
    width: 65%;
  }
}

@media (max-width: 991px) {
  .header .inner .col.col-50 {
    width: 60%;
  }
}

.header p {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #01295b;
}

.header .lead {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.9em;
  color: #ee2e24;
}

.header .strap {
  font-size: 1.4em;
  font-weight: normal;
}

.header h2 {
  padding: 0;
  margin: 3px 0 0 0;
  font-size: 3em;
  font-weight: bold;
  color: #01295b;
}

@media (max-width: 1199px) {
  .header h2 {
    font-size: 2.8em;
  }
}

.header .fb-text {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 9px;
}

.header img {
  margin-right: 45px;
}

@media (max-width: 991px) {
  .header img {
    width: 120px;
  }

  .header h2 {
    font-size: 2em;
  }

  .header .lead {
    font-size: 1.4em;
  }
}

@media (max-width: 767px) {
  .header {
    text-align: center;
    padding-bottom: 0;
  }

  .header img {
    margin-right: 10px;
    margin-left: 10px;
    width: 100px;
    height: auto;
  }

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

  .header .fb-like {
    display: none;
  }
}

.mobile-header {
  color: #01295b;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.mobile-header img {
  margin-right: 15px;
}

.mobile-header p {
  font-size: 1em;
}

.mobile-header a {
  color: #01295b;
}

.mobile-header .inner {
  overflow: auto;
}

.mobile-header .inner .col.col-40 {
  width: 40%;
}

.mobile-header .inner .col.col-60 {
  width: 60%;
}

.social-icon {
  display: block;
  background-image: url(../img/social-media.png);
  width: 50px;
  height: 50px;
  margin-left: 5px;
  float: right;
}

.social-icon.twitter {
  background-position: 0 0;
}

.social-icon.facebook {
  background-position: 337px 0;
}

.social-icon.newsletter {
  background-position: 109px 0;
}

.social-icon.flickr {
  background-position: 50px 0;
}

@media (max-width: 1200px) {
  .social-icon {
    margin-top: 3px;
  }
}

@media (max-width: 991px) {
  .social-icon {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .social-icon {
    margin-top: 0;
    margin-left: 7px;
    background-image: url(../img/social-media-small.png);
    width: 35px;
    height: 35px;
  }

  .social-icon a {
    margin: 0;
  }

  .social-icon.twitter {
    background-position: 0 0;
  }

  .social-icon.facebook {
    background-position: 237px 0;
  }

  .social-icon.newsletter {
    background-position: 80px 0;
  }

  .social-icon.flickr {
    background-position: 40px 0;
  }
}

body {
  background: #444;
}

.wrapper {
  background: #fff;
}

.band {
  padding: 40px 0;
  background: white;
}

.container {
  max-width: 1100px;
}

.container.main {
  background-color: white;
  padding-left: 40px;
  padding-right: 40px;
}

.narrow-width {
  max-width: 900px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #444;
  color: #ccc;
  padding: 40px 0 30px;
  margin-bottom: 20px;
}

.footer h3 {
  color: white;
  margin: 20px 0;
  text-transform: none;
}

.footer a {
  color: #87c2ed;
}

.footer hr {
  border-top: 1px solid #888;
}

.jumbotron {
  padding: 0;
  overflow: auto;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
}

.jumbotron .flag-container {
  max-width: 520px;
  margin: auto;
  position: relative;
}

.jumbotron .flag-container .flag {
  background: #d33027;
  color: white;
  margin: 120px auto;
  padding: 22px;
  text-align: center;
  width: 500px;
  height: 155px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.jumbotron .flag-container .flag:before {
  content: "";
  border-style: solid;
  border-width: 0px 26px 18px 0;
  border-color: transparent #7d1c17 transparent transparent;
  position: absolute;
  left: 0px;
  bottom: -19px;
}

.jumbotron .flag-container .flag:after {
  content: "";
  border-style: solid;
  border-width: 18px 25px 20px 0;
  border-color: #7d1c17 transparent transparent;
  position: absolute;
  right: 0px;
  bottom: -38px;
}

.jumbotron .flag-container .flag h1 {
  font-size: 3em;
  margin: 5px 0;
}

.jumbotron .flag-container .flag p {
  margin: 0;
  padding: 0;
}

.jumbotron .flag-container .flag p.lead {
  font-size: 2em;
}

.jumbotron .flag-container .flag .btn {
  margin-top: 15px;
  font-size: 1.1em;
  font-weight: bold;
  color: white;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid white;
  border-radius: 3px;
}

.jumbotron .flag-container .flag-corner {
  position: absolute;
  background: #bd2b23;
  height: 155px;
  width: 35px;
  top: 18px;
  z-index: 1;
}

.jumbotron .flag-container .flag-corner.left:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  background-color: #bd2b23;
  left: -15px;
}

.jumbotron .flag-container .flag-corner.left:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  background-color: #bd2b23;
  left: -15px;
}

.jumbotron .flag-container .flag-corner.right {
  right: 0;
}

.jumbotron .flag-container .flag-corner.right:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  background-color: #bd2b23;
  left: 15px;
  top: 0;
}

.jumbotron .flag-container .flag-corner.right:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  background-color: #bd2b23;
  left: 15px;
}

.featured-boxes .item {
  position: relative;
}

.featured-boxes .item h4,
.featured-boxes .item h3,
.featured-boxes .item h2 {
  position: absolute;
  bottom: 0;
  padding: 15px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  margin-bottom: 0;
  width: 100%;
  font-weight: 600;
}

.featured-boxes .item h4.red {
  background: #ee2e24;
}

.featured-boxes .item h4.blue {
  background: #4878b4;
}

.featured-boxes .item h4.turq {
  background: #00a4c0;
}

.featured-boxes .item img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .featured-boxes .row.margin-top-30 {
    margin-top: 0 !important;
  }

  .featured-boxes .item {
    margin-bottom: 20px;
  }
}

.text-box {
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #ccc;
}

.tweet {
  padding: 15px 0 10px;
}

.bg-white {
  background-color: white;
}

.bg-lgrey {
  background-color: #f5f5f5;
}

.red-text {
  color: #ee2e24 !important;
}

body {
  font-size: 1.6em;
  font-family: "Lato", sans-serif;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
.header {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #01295b;
}

.nav-bar {
  font-weight: 600;
}

.handel-light {
  font-family: "HandelGothicITCW01-Ligh_734401";
}

.handel-medium {
  font-family: "HandelGothicITCW01-Medi_734413";
}

.handel-bold {
  font-family: "HandelGothicITCW01-Bold_734419";
}

dt {
  color: black;
}

.scase {
  text-transform: none !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  text-transform: none;
}

#gmap {
  height: 300px;
  width: 100%;
}

.single-event-details dl dt {
  margin-top: 5px;
}

.single-event-details #gmap {
  height: 250px;
}

.single-location-date {
  font-size: 1.8em;
}

.event-tags {
  margin-top: 15px;
  float: right;
}

.event-tags span {
  margin-left: 3px;
}

@media (max-width: 767px) {
  .event-tags {
    float: none;
  }

  .event-tags span {
    margin-left: 0;
    margin-right: 3px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.filter-box .form-group {
  margin: 0;
}

.filter-box .check-boxes {
  padding: 15px 0;
}

.filter-box .gmw-address-field-wrapper {
  position: relative;
}

.filter-box .gmw-address-field-wrapper .gmw-full-address {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.filter-box .gmw-address-field-wrapper .gmw-locator-btn-wrapper {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: white;
}

.filter-box .gmw-address-field-wrapper .gmw-locator-btn-wrapper:hover {
  cursor: pointer;
}

.filter-box .gmw-address-field-wrapper .gmw-locator-btn-loader {
  margin-right: -4px;
}

.filter-box .gmw-checkbox-taxonomy-wrapper label {
  margin-bottom: 15px;
  display: block;
}

.filter-box .gmw-checkbox-taxonomy-wrapper input {
  margin-right: 10px;
}

.filter-box .label-event-features {
  display: none;
}

.gmw-single-post-sc-wrapper .map-wrapper {
  border: 0;
  background: none;
  padding: 0;
}

.gmw-pt-ib-custom_afd-template-holder hr {
  margin: 0.2em 0;
}

#gmw-address-field-wrapper-1 .dashicons-location::before {
  font-size: 30px;
}

.gmw-pt-ib-custom_afd-template-holder hr {
  margin: 0.2em 0;
}

#eventFilter .label-event-features {
  display: none;
}

#gmw-address-field-wrapper-1 .dashicons-location::before {
  font-size: 30px;
}

.btn {
  border-radius: 1px;
}

ul {
  padding: 0 0 0 17px;
}

.filter-box,
.grey-boxed {
  background: #eee;
  padding: 20px;
}

.filter-box h3,
.grey-boxed h3 {
  margin-top: 8px;
  margin-bottom: 20px;
}

.filter-box label,
.grey-boxed label {
  font-weight: normal;
}

hr {
  border-color: #ccc;
}

.col-sm-4 h4 .btn-primary {
  width: 100%;
  padding: 10px;
}

.embed-responsive {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

#gmap {
  height: auto;
}

@media (max-width: 767px) {
  iframe {
    max-width: 100%;
    height: auto;
  }
}

.wp-pagenavi {
  margin: 40px 0;
  color: white;
  font-size: 1.1em;
}

.wp-pagenavi span {
  background: #444;
  border: none;
}

.wp-pagenavi a {
  background: #4878b4;
  border-color: #416ca2;
  color: white;
}

.wp-pagenavi a:hover {
  background: #396090;
  text-decoration: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 10px;
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 5px;
}

.navbar-right {
  position: relative;
}

@media (min-width: 768px) {
  .navbar-right {
    width: 40px;
  }
}

.thesearch {
  margin: 10px 0 5px 7px;
  float: right;
  position: relative;
}

@media (max-width: 767px) {
  .thesearch {
    float: none;
    padding: 0;
    margin: 5px 0 15px;
  }
}

.thesearch .search-input {
  position: absolute;
  right: 8px;
  z-index: 100;
  height: 32px;
  width: 0;
  padding: 10px;
  font-weight: normal;
  font-size: 13px;
  margin-top: 3px;
  border: 0;
}

@media (max-width: 767px) {
  .thesearch .search-input {
    width: 100%;
    position: relative;
    right: 0;
  }
}

.thesearch .btn.search-expand {
  display: block;
  position: relative;
  z-index: 110;
  height: 32px;
  width: 34px;
  margin-top: 3px;
  margin-right: 8px;
  background-color: #01295b;
  color: white;
  border: 0;
}

.thesearch .btn.search-expand:hover,
.thesearch .btn.search-expand:active {
  color: white;
}

.thesearch .btn.search-expand.hl {
  background-color: #4878b4;
  color: white;
}

.thesearch .btn.search-expand .glyphicon {
  margin-top: 3px;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 0 -4px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 15px;
  margin-top: 5px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 15px;
  margin-top: 5px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .alignleft,
  .alignright {
    float: none;
    margin: 15px auto;
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.hentry ul li {
  margin-bottom: 10px;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

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

.gallery {
  margin-bottom: 1.5em;
  margin-top: 1.25em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1em;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: none;
}

@media only screen and (max-width: 768px) {
  .gallery-size-thumbnail .gallery-item {
    max-width: 50% !important;
    width: 50% !important;
  }
}

.form_registerEvent h2 {
  margin-top: 2em;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}

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

.gform_body ol {
  margin-top: 10px;
}

.gform_body label {
  margin-top: 10px;
  color: #32547d;
}

.gform_body input[type="checkbox"] {
  margin-right: 10px;
}

.gform_body .gfield_description {
  margin-bottom: 10px;
}

.gform_body #field_2_5 .clear-multi input,
.gform_body #field_2_7 .clear-multi input,
.gform_body #field_2_5 .clear-multi i,
.gform_body #field_2_7 .clear-multi i,
.gform_body #field_2_5 .clear-multi select,
.gform_body #field_2_7 .clear-multi select {
  float: left;
  font-style: normal;
  margin-right: 5px;
  width: auto !important;
}

.gform_body #field_2_3 .ginput_container,
.gform_body #field_2_4 .ginput_container {
  position: relative;
}

.gform_body #field_2_3 .ginput_container img,
.gform_body #field_2_4 .ginput_container img {
  position: absolute;
  top: 9px;
  right: 9px;
}

@media (min-width: 768px) {
  .gform_body #field_2_3,
  .gform_body #field_2_4 {
    width: 30%;
  }
}

.gform_body #ggf-advanced-address-autocompleteinput_2_30-wrapper label {
  margin-top: 0;
  font-weight: normal;
  color: #ee2e24;
}

.gform_body #field_2_32 {
  display: none;
}

.gform_body select,
.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="number"],
.gform_body input[type="url"],
.gform_body textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.gform_body textarea {
  height: 120px;
}

.gform_wrapper input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #4878b4;
  color: white;
  margin-right: 10px;
}

#ui-datepicker-div {
  font-size: 90%;
}

#ui-datepicker-div.ui-widget {
  background: #f8f8f8;
}

#ui-datepicker-div.ui-datepicker {
  padding: 0;
}

#ui-datepicker-div.ui-datepicker-header {
  padding: 0.3em 0;
  font-size: 13px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  border: none;
  border-radius: 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #b73c37;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #4878b4;
  color: white;
}

.ui-datepicker-header {
  padding: 5px;
}

.ui-datepicker-header .ui-datepicker-prev {
  float: left;
  display: block;
  margin: 5px 0;
}

.ui-datepicker-header .ui-datepicker-next {
  float: right;
  display: block;
  margin: 5px 0;
}

.ui-datepicker-header .ui-datepicker-month {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 8px 0;
}

.ui-datepicker-today,
.ui-datepicker-calendar td:hover {
  background: #ddd;
}

#ui-datepicker-div {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px -16px;
}

#ui-datepicker-div.ui-datepicker table {
  margin: 0;
}

#ui-datepicker-div.ui-datepicker th {
  padding: 0.5em 0.3em;
  color: #707586;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #d5d9e2;
  background: #f2f6fe;
}

#ui-datepicker-div.ui-datepicker td {
  border: 1px solid #ddd;
  padding: 5px 7px;
}

#ui-datepicker-div td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0.7em 0;
  margin: 0;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 14px;
}

#ui-datepicker-div td .ui-state-active,
#ui-datepicker-div td .ui-state-hover {
  font-weight: bold;
}

.gfield_description.validation_message {
  color: red;
}

#field_2_16,
#field_2_4,
#field_2_18 {
  clear: both !important;
}

.form_removeLabel .gfield_label {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .form_half,
  .gfield_error.form_half {
    width: 50%;
    float: left;
    clear: none !important;
    padding-right: 15px;
  }
}

.form_registerEvent .gform_heading {
  display: none;
}

.form_registerEvent h1,
.form_registerEvent h2,
.form_registerEvent h3 {
  text-transform: none;
}

.form_registerEvent h3 {
  margin-top: 2em;
  font-size: 1em;
  font-weight: bold;
  color: #555;
}

.form_registerEvent .gfield_time_hour label,
.form_registerEvent .gfield_time_minute label {
  display: none;
}

.gform_validation_container {
  display: none;
}
