@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=PT+Sans&display=swap');
/* Tweaks to Foundation */
.top-bar {
  background-color: transparent !important;
  background: transparent !important;
  padding: 0px;
}
.top-bar ul {
  background-color: transparent !important;
  padding: 0px;
}
.top-bar .top-bar-right {
  margin: 0px;
}
@media (min-width: 1440px) {
  body:not(.lilscrolled) .top-bar {
    margin-top: 8px !important;
  }
  body.lilscrolled .top-bar {
    margin-top: -8px !important;
  }
}
#footer .phoneNumber a, #footer ul.socialNav a {
  color: #b23427;
}
.popup a {
  color: #b23427;
}
a.revealclose:hover {
  color: #585859;
}
.popup {
  padding: 50px !important;
  width: 90% !important;
  max-width: 1000px !important;
}
.dropdown-pane {
  border: none !important;
}
.dropdown-pane a:hover {
  color: #b23427 !important;
  font-weight: inherit !important;
}
div.cell {
  padding: 0px !important;
}
.dropdown-pane {
  border: none;
  top: 67px !important;
}
.dropdown-pane#mega-menu-play {
  width: 1000px !important;
  left: initial !important;
  right: -50px !important;
  position: absolute !important;
}
.dropdown-pane#mega-menu-play .column {
  width: 24.5%;
}
.dropdown-pane li.header a {
  color: #b23427 !important;
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.dropdown-pane li.header a:hover {
  font-weight: normal;
}
.dropdown-pane a {
  color: #585859;
  font-size: 14px;
  line-height: 120%;
}
.dropdown-pane a:hover {
  font-weight: bold;
}
.dropdown-pane .row .column {
  display: inline-block;
}
@media (max-width: 1439px) {
  .show_xlarge {
    display: block;
  }
  .hide_xlarge {
    display: none;
  }
}
@media (min-width: 1339px) {
  .show_xlarge {
    display: none;
  }
  .hide_xlarge {
    display: block;
  }
}
/* Global */
body {
  background: #e6e6e6;
}
body .maincontent {
  background: transparent;
}
body div.grid-x.white {
  background: #fff;
}
body div.grid-x.gray {
  background: #dedfe7 !important;
}
body h1 {
  font-size: 50px;
}
body h2 {
  font-size: 38px;
}
body h3 {
  font-size: 26px;
}
body h4 {
  font-size: 24px;
}
body h5 {
  font-size: 20px;
}
body h6 {
  font-size: 18px;
}
body h7 {
  font-size: 16px;
}
body h1, body h2, body h3, body h5, body h6, body h7 {
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.3em;
  color: #585859;
  text-transform: uppercase;
  line-height: 120%;
}
body h1 strong, body h2 strong, body h3 strong, body h5 strong, body h6 strong, body h7 strong {
  color: #b23427;
  font-weight: normal;
  font-size: 1.2em;
}
body h4 {
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.1em;
  color: #585859;
}
.btn {
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.1em;
  color: #585859;
  padding: 10px 0px;
  border-radius: 150px;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}
.btn .inner {
  display: block;
  position: relative;
  z-index: 2;
  background: transparent;
}
.btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #b23427;
  transition: all 0.3s;
  border-radius: 150px;
  z-index: 1;
}
.btn:hover {
  color: #fff !important;
  padding: 10px 30px;
}
.btn:hover strong {
  color: #fff;
}
.btn:hover i.fas {
  color: #fff;
}
.btn:hover:before {
  width: 100%;
}
.btn strong {
  color: #b23427;
  font-weight: normal;
  transition: all 0.3s;
}
.btn i.fas {
  color: #b23427;
  position: relative;
  top: 1px;
  transition: all 0.3s;
}
label {
  color: #585859;
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  letter-spacing: 0.2em;
}
label span.required {
  color: #b23427;
}
input, input:active, input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
input[type=submit] {
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.1em;
  color: #585859;
  padding: 10px 0px;
  border-radius: 150px;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: none !important;
  padding-right: 25px;
  background: url(../img/arrow_right.png) no-repeat right 0px center, url(../img/red_bar.jpg) -300px 0px no-repeat;
  position: relative;
}
input[type=submit]:hover {
  padding: 10px 60px 10px 30px;
  color: #fff;
  background: url(../img/arrow_right_white.png) no-repeat right 30px center, url(../img/red_bar.jpg) 0px 0px no-repeat;
}
input[type=submit]:after {
  content: '\f138';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #b23427;
  font-size: 0.2em;
  position: absolute;
  right: -30px;
  top: 40%;
}
body, p {
  font-family: 'PT Sans', sans-serif;
  line-height: 160%;
  color: #585859;
}
a {
  color: #b23427;
}
a:hover {
  color: inherit;
}
.content.container p:first-of-type {
  margin-top: 30px;
}
.content.container p:last-of-type {
  margin-bottom: 30px;
}
a.continue {
  position: absolute;
  bottom: -22px;
  z-index: 100;
  border-radius: 100%;
  padding: 10px;
  background: #585859;
  display: inline-block;
  max-width: 44px;
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 160%;
  transition: all 0.3s;
}
a.continue img {
  width: 100%;
  height: auto;
}
a.continue.red {
  background: #b23427;
}
a.continue.center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
a.continue.left {
  left: 7%;
}
a.continue.left:hover {
  left: calc(7% - 3px);
}
a.continue.right {
  right: 31%;
}
a.continue.right:hover {
  right: calc(31% - 3px);
}
a.continue:hover {
  transition: all 0.3s;
  line-height: 180%;
  max-width: 52px;
  width: 100%;
  height: 52px;
  bottom: -30px;
}
a.continue img {
  width: 80%;
  height: auto;
}
.grid-x.verticalalign, .verticalalign {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content.container {
  max-width: 65%;
  margin: auto;
}
/* Navigation */
body.lilscrolled {
  padding-top: 100px;
}
body.lilscrolled .navigation {
  position: fixed;
  top: 0px;
  z-index: 200;
  width: 100%;
  max-width: 1700px;
  height: 70px;
  opacity: 0;
}
body.lilscrolled .navigation img {
  max-width: 290px;
  height: auto;
  top: -7px;
  position: relative;
}
body.lilscrolled .navigation .top-bar {
  margin-top: 0px;
}
body.lilscrolled .navigation .top-bar .dropdown-pane {
  top: 55px !important;
}
body.scrolled .navigation {
  transition: all 0.3s;
  opacity: 1;
}
body.scrolled ul.menu.search {
  margin-top: 0px;
}
.navigation {
  padding: 15px 30px 10px 30px;
  position: relative;
  z-index: 200;
  height: 99px;
}
.navigation .top-bar {
  margin-top: 16px;
}
.navigation .top-bar > ul, .navigation .top-bar > a {
  display: inline-block;
}
.navigation ul.dropdown.menu {
  width: 100%;
  text-align: right;
  margin-right: 30px;
  z-index: 100;
}
.navigation ul.dropdown.menu > li {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  text-align: left;
}
@media (max-width:1600px) {
  .navigation ul.dropdown.menu > li {
    padding-left: 45px;
  }
}
.navigation ul.dropdown.menu > li:last-child:after {
  display: none;
}
.navigation ul.dropdown.menu > li:after {
  content: '\f111';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #b23427;
  font-size: 0.2em;
  position: absolute;
  right: -30px;
  top: 40%;
}
.navigation ul.dropdown.menu > li > a {
  font-family: 'EB Garamond', serif;
  color: #585859;
  font-size: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width:1600px) {
  .navigation ul.dropdown.menu > li > a {
    font-size: 15px;
  }
}
.navigation ul.dropdown.menu > li > a:hover {
  color: #b23427;
}
.navigation ul.menu.search {
  max-width: 0px;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  right: -30px;
  top: 10px;
  background: #fff;
  margin-top: 15px;
  z-index: 300;
}
.navigation ul.menu.search button {
  display: none;
}
.navigation ul.menu.search input, .navigation ul.menu.search a, .navigation ul.menu.search li {
  display: inline-block;
  color: #585859;
}
.navigation ul.menu.search input.search, .navigation ul.menu.search a.search, .navigation ul.menu.search li.search {
  width: calc(100% - 120px);
}
.navigation ul.menu.search input.search input, .navigation ul.menu.search a.search input, .navigation ul.menu.search li.search input {
  width: 100%;
  max-width: 100%;
  background: url('../img/pressEnter.png') no-repeat right 20px center #ececfb;
  padding: 25px;
  border: none;
  box-shadow: none;
  color: #585859;
}
.navigation a.openSearch {
  color: #585859;
  color: #585859;
  position: absolute;
  right: 30px;
  top: 38px;
  z-index: 100;
}
.navigation ul.menu.search a.closeSearch:last-of-type {
  position: relative;
  top: 5px;
  left: 5px;
}
.navigation ul.menu.search a.closeSearch:first-of-type {
  position: relative;
  top: 5px;
  right: 5px;
}
.title-bar {
  background-color: transparent !important;
  margin-right: 40px;
  width: 65%;
  float: right;
  top: 14px;
  position: relative;
}
@media (max-width: 1439px) {
  .navigation .top-bar {
    position: absolute;
    top: 83px;
    background: #edecfa;
    z-index: 10000;
    width: 100% !important;
    left: 0px;
  }
  .navigation ul.dropdown.menu > li > a {
    font-size: 30px;
  }
  .navigation ul.dropdown.menu li {
    display: block;
    position: initial !important;
  }
  .navigation .top-bar {
    padding-top: 0%;
    padding-bottom: 0%;
    background: #fff !important;
  }
  div.dropdown-pane {
    position: absolute;
    top: 0px !important;
    right: 0px;
    left: initial !important;
    width: 65% !important;
    max-width: 65% !important;
  }
  ul.dropdown.menu {
    background: #edecfa !important;
    width: 34% !important;
    padding-top: 65px;
    padding-bottom: 65px;
    position: initial !important;
  }
  div#mega-menu-play div.column {
    margin-bottom: 10px !important;
    width: 49% !important;
  }
}
@media (max-width: 1439px) and (max-width: 850px) {
  .popup .left, .popup .right {
    width: 100% !important;
  }
  .popup {
    display: block;
    margin: auto !important;
    overflow-x: hidden;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .dropdown-pane#mega-menu-play {
    width: 100% !important;
    right: initial !important;
    left: 37% !important;
  }
  .dropdown-pane li a {
    padding: 8px !important;
  }
  div#mega-menu-about {
    top: 10% !important;
    display: block !important;
    visibility: visible !important;
  }
  .dropdown-pane#mega-menu-play {
    top: 0px !important;
    left: 35% !important;
  }
  div#mega-menu-live {
    top: 8% !important;
  }
  div#mega-menu-learn {
    top: 8% !important;
    padding-top: 100px;
  }
  div#mega-menu-work {
    top: 7% !important;
    padding-top: 150px !important;
  }
  body.lilscrolled .navigation .top-bar {
    top: 70px;
  }
  body.lilscrolled .title-bar {
    top: 1px;
  }
  body.lilscrolled .openSearch {
    top: 25px;
  }
}
.title-bar button {
  width: 30px;
  height: 30px;
}
.title-bar .menu-icon::after {
  height: 3px;
  top: 1px;
  width: 30px;
  box-shadow: 0 10px 0 #b23427, 0 20px 0 #b23427;
  background-color: #b23427;
}
.title-bar .title-bar-title {
  display: none;
}
.title-bar {
  width: 60px;
}
body.searchOpen .navigation ul.menu.search {
  max-width: 65%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}
body.searchClose .navigation ul.menu.search {
  max-width: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
@media (max-width: 1024px) {
  .navigation .large-3 a {
    text-align: left !important;
    width: 100%;
  }
  .navigation .large-3 a img {
    max-width: 69%;
  }
  .navigation .large-3 {
    height: 100%;
  }
  .navigation .large-9 {
    position: absolute;
    right: -10px;
  }
  .navigation .top-bar {
    top: 68px;
    left: -10px;
    width: 100% !important;
  }
  body.searchOpen .navigation ul.menu.search {
    max-width: 100% !important;
  }
  .navigation ul.menu.search {
    top: -24px;
    padding-bottom: 20px;
    background: #fff;
    padding-top: 20px;
  }
  .title-bar {
    margin-right: 60px;
  }
  .navigation a.openSearch {
    top: 22px;
  }
  ul.dropdown.menu {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.07);
  }
  ul.dropdown.menu li {
    padding-left: 20px !important;
  }
  ul.dropdown.menu li .dropdown-pane {
    display: none;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  ul.dropdown.menu li .dropdown-pane {
    width: calc(100% - 20px) !important;
    max-width: 100% !important;
  }
  ul.dropdown.menu li .dropdown-pane li {
    padding-left: 0px !important;
  }
  ul.dropdown.menu li .dropdown-pane li a {
    padding: 5px !important;
  }
  ul.dropdown.menu .dropdown-pane#mega-menu-play {
    width: calc(100% - 20px) !important;
    max-width: 100% !important;
    position: relative !important;
    right: initial !important;
  }
  ul.dropdown.menu li .dropdown-pane.is-open {
    display: block;
  }
  body.scrolled .navigation .top-bar {
    top: 55px;
  }
  body.lilscrolled .navigation .top-bar .dropdown-pane {
    top: 0px !important;
  }
  body.lilscrolled .navigation .large-3 a img {
    top: -1px;
  }
  body.lilscrolled .title-bar {
    top: 1px;
  }
  body.lilscrolled .navigation a.openSearch {
    top: 9px;
  }
  body.lilscrolled .navigation ul.menu.search {
    padding-bottom: 12px;
  }
}
body.lilscrolled .navigation a.openSearch {
  top: 23px;
}
@media (max-width: 1024px) {
  body.lilscrolled .navigation a.openSearch {
    top: 9px;
  }
}
/* Alert */
.alert {
  display: block;
  position: absolute;
  top: 99px;
  width: 100%;
  z-index: 102;
  background: rgba(88, 88, 90, 0.9);
  left: 0px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 27px;
  opacity: 1;
  transition: all 0.3s;
}
.alert .inner {
  max-width: 1000px;
  display: block;
  position: relative;
  margin: auto;
}
.alert .inner img {
  float: left;
  margin-right: 30px;
}
.alert .inner h5 {
  color: #fff;
  position: relative;
  top: 10px;
  margin-bottom: 20px;
}
.alert .inner p {
  color: #fff;
  margin-bottom: 0px;
}
.alert a.close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
    font-weight: 300;
    padding: 20px;
}
body.hidealert .alert {
  opacity: 0 !important;
  z-index: -1 !important;
}
body.lilscrolled .alert {
  opacity: 0;
  transition: all 0s;
  position: fixed;
  top: 70px;
}
body.scrolled .alert {
  opacity: 1;
  transition: all 0.5s;
}
body:not(.home) .newsletterIcon.second {
  bottom: 50px !important;
  top: initial !important;
}
/* Newsletter Icon */
.newsletterIcon {
  display: block;
  position: absolute;
  background: #b23427;
  color: #fff !important;
  width: 60px;
  height: 60px;
  top: 800px;
  left: calc(100% / 2 - 850px + 40px);
  z-index: 101;
  font-weight: light;
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .newsletterIcon {
    left: 30px !important;
  }
}
.newsletterIcon i.fal {
  font-size: 30px;
  position: relative;
  top: 15px;
  left: 12px;
  position: absolute;
}
.newsletterIcon p {
  text-align: left;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  width: 0px;
  color: #fff;
  width: 100px;
  left: 65px;
  top: 7px;
  position: relative;
  line-height: 130%;
}
.newsletterIcon:hover {
  width: 160px;
}
.newsletterIcon.second {
  position: fixed !important;
  bottom: 50px !important;
  top: initial;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1715px) {
  a.newsletterIcon.second {
    left: 30px !important;
    bottom: 30px !important;
  }
}
body.superscrolled .newsletterIcon.second {
  z-index: 101;
  opacity: 1;
}
/* Hero */
.hero {
  position: relative;
}
.hero .hero-section-text {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  bottom: 60px;
}
.hero .hero-section-text h1 {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(43, 43, 43, 0.5), 0px 0px 20px rgba(43, 43, 43, 0.5), 0px 0px 20px rgba(43, 43, 43, 0.5);
  margin-bottom: 2%;
}
.hero .hero-section-text h1 i.fas {
  color: #b23427;
  font-size: 0.2em;
  position: relative;
  top: -10px;
}
.hero .hero-section-text ul.socialNav {
  margin: 0px;
  padding: 0px;
}
.hero .hero-section-text ul.socialNav li {
  display: inline-block;
}
.hero .hero-section-text ul.socialNav li a {
  transition: all 0.3s;
  font-size: 30px;
  color: #fff;
  padding: 12px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 33px;
}
.hero .hero-section-text ul.socialNav li a:hover {
  background: #b23427;
  border-radius: 100%;
}
/* About Us */
.aboutus {
  text-align: center;
  position: relative;
}
.aboutus .cell.widthfixlrgr {
  width: 26.3%;
}
.aboutus .cell.widthfixsmlr {
  width: 47.4%;
}
@media (max-width: 1439px) {
  .widthfixlrgr {
    width: 35% !important;
  }
  .widthfixsmlr {
    width: 65% !important;
  }
  .widthfixsmlr .content.container {
    margin-top: -22% !important;
    position: relative;
    max-width: 85%;
  }
  .widthfixlrgr:last-of-type {
    width: 100% !important;
    display: block !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .widthfixlrgr:last-of-type img {
    display: inline-block !important;
    width: 32.5%;
    float: right;
  }
  .widthfixlrgr:last-of-type img.hide_xlarge {
    display: none !important;
  }
}
@media (max-width: 991px) {
  div.cell.widthfixsmlr {
    width: 100% !important;
    margin-top: 50px !important;
    position: relative;
    order: 1;
    display: block;
    height: auto !important;
    padding-top: 50px !important;
    padding-bottom: 70px !important;
  }
  div.cell.widthfixsmlr .content.container {
    margin-top: auto !important;
    max-width: 75% !important;
  }
  .widthfixlrgr:first-of-type {
    width: 100% !important;
    font-size: 0px;
    order: 2;
  }
  .widthfixlrgr:first-of-type img {
    width: 50%;
    display: inline-block;
  }
  .widthfixlrgr:first-of-type img.hide_xlarge {
    display: none !important;
  }
  .widthfixlrgr:last-of-type {
    order: 3;
    display: block;
    width: 100%;
    position: relative;
  }
  .widthfixlrgr:last-of-type img {
    width: 50%;
  }
}
/* Events */
.eventcalendar {
  margin-top: 150px;
  position: relative;
}
.eventcalendar ul.calendar {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  list-style: none;
}
.eventcalendar ul.calendar li {
  display: inline-block;
  width: 33.333%;
  position: relative;
}
.eventcalendar ul.calendar li a {
  position: relative;
  display: block;
}
.eventcalendar ul.calendar li a:hover .info {
  opacity: 1;
  transition: all 0.3s;
}
.eventcalendar ul.calendar li a .info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventcalendar ul.calendar li a .info .left.date {
  background: #b23427;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  padding: 10px;
}
.eventcalendar ul.calendar li a .info .left.date .month {
  font-size: 14px;
  color: #fff;
  display: block;
}
.eventcalendar ul.calendar li a .info .left.date .day {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: -8px;
}
.eventcalendar ul.calendar li a .info .right.title {
  display: inline-block;
  width: calc(100% - 80px);
  height: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.eventcalendar ul.calendar li a .info .right.title .title {
  font-size: 17px;
  color: #b23427;
  font-family: 'EB Garamond', serif;
  display: block;
  line-height: 110%;
  text-align: left;
  width: 100%;
}
.eventcalendar ul.calendar li a .info .right.title .datetime {
  font-size: 14px;
  color: #585859;
  display: block;
  text-align: left;
  width: 100%;
}
@media (max-width: 1024px) {
  div#eventcalendar > div.large-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 991px) {
  .eventcalendar ul.calendar li {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .eventcalendar ul.calendar li {
    width: 100%;
  }
}
/* Blog */
.blogtitle {
  position: relative;
  padding-top: 180px;
}
.blogtitle .content.container {
  text-align: left;
  margin-left: 0px;
  margin-right: auto;
}
.blogtitle .allnews {
  position: relative;
}
.blogtitle .allnews a {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.blog {
  position: relative;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.blog div.cell {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
.blog div.cell div.inner {
  flex: 1 0 auto;
  position: relative;
  padding-bottom: 180px;
}
.blog div.cell div.inner .details {
  padding: 20px 50px;
}
.blog div.cell div.inner .details a.btn {
  position: absolute;
  bottom: 150px;
}
.blog h4:hover {
  color: #b23427;
}
@media (max-width: 991px) {
  .blog .large-4:first-of-type {
    width: 100% !important;
  }
  .blog .large-4 {
    width: 50% !important;
  }
  .blog .large-4:first-of-type div.inner .details a.btn {
    position: relative;
    bottom: initial !important;
  }
  .blog .large-4:first-of-type div.inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .blog .large-4 {
    width: 100% !important;
  }
  .blog .large-4 div.inner .details a.btn {
    position: relative !important;
    bottom: initial !important;
  }
  .blog .large-4 div.inner {
    padding-bottom: 50px !important;
  }
}
/* Events */
.businessdirectory {
  position: relative;
}
.businessdirectory ul.directory {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  list-style: none;
}
.businessdirectory ul.directory li {
  display: inline-block;
  width: 33.333%;
  position: relative;
}

.businessdirectory ul.directory li .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.businessdirectory ul.directory li .overlay img {
  max-width: 90%;
  height: auto;
  margin: auto;
  display: block;
}
.businessdirectory ul.directory li:hover .overlay {
  opacity: 1;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  div#businessdirectory .large-7 {
    order: 2;
  }
  div#businessdirectory .large-5 {
    padding-top: 100px !important;
    padding-bottoM: 100px !important;
  }
  .businessdirectory ul.directory li {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .businessdirectory ul.directory li {
    width: 100%;
  }
}
/* Request Information */
.inforequest {
  position: relative;
  padding: 180px;
}
.inforequest .large-8.cell {
  position: relative;
}
.inforequest h3 {
  text-align: center;
  margin-bottom: 50px;
}
.inforequest ul {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.inforequest ul li.firsthalf, .inforequest ul li.secondhalf {
  width: calc(50% - 25px);
}
.inforequest ul li.secondhalf {
  position: absolute;
  top: 0px;
  right: 0px;
}
.inforequest ul li input, .inforequest ul li textarea {
  border: none;
  padding: 10px 15px !important;
  height: auto;
  color: #585859;
}
.inforequest ul li textarea {
  resize: none;
  height: 180px;
}
.inforequest ul li.radio label, .inforequest ul li.radio input {
  display: inline-block;
}
.inforequest ul li.radio label {
  margin-right: 50px;
}
.inforequest ul li label:last-of-type {
  margin-right: 0px;
}
.inforequest .gform_footer {
  position: absolute;
  right: 0px;
  bottom: 15px;
  width: calc(50% - 25px);
  text-align: center;
}
@media (max-width: 1439px) {
  div#inforequest {
    padding-left: 100px;
    padding-right: 100px;
  }
  div#inforequest .large-2 {
    display: none;
  }
  div#inforequest .large-8 {
    width: 100%;
  }
}
@media (max-width: 1700px) {
  .inforequest ul li.radio label {
    margin-right: 20px;
  }
}
@media (max-width: 1600px) {
  .inforequest ul li.radio label {
    margin-right: 10px;
  }
}
@media (max-width: 1600px) {
  .inforequest ul li.radio label {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .inforequest ul li.firsthalf, .inforequest ul li.secondhalf {
    width: 100%;
  }
  .inforequest .gform_footer {
    position: relative;
    right: initial;
    bottom: initial;
    width: 100%;
    text-align: center;
  }
  .inforequest ul li.secondhalf {
    position: relative;
    top: initial;
    bottom: initial;
    right: initial;
  }
  .inforequest ul li.firsthalf.radio > label:first-of-type {
    display: block !important;
  }
}
/* Footer */
.footer {
  padding-top: 180px;
  padding-bottom: 180px;
}
.footer .cell.center {
  text-align: center;
}
.footer .cell.left {
  text-align: left;
}
.footer .cell.right {
  text-align: right;
}
.footer .cell .logos {
  width: 92%;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}
.footer .cell .logos > div {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  width: 30%;
}
.footer .cell .phoneNumber {
  font-family: 'EB Garamond', serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
}
.footer .cell .copyright {
  font-size: 12px;
  margin-top: 15px;
}
.footer .cell ul.socialNav li a {
  font-size: 24px;
  padding: 5px;
}
.footer .cell ul.footerLinks {
  margin-top: 20px;
}
.footer .cell ul.footerLinks li {
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
.footer .cell ul.footerLinks li a {
  font-family: 'EB Garamond', serif;
  color: #585859;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.footer .cell ul.footerLinks li a:hover {
  color: #b23427;
}
.footer .cell ul.footerLinks li:after {
  content: '\f111';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #b23427;
  font-size: 0.2em;
  position: absolute;
  right: 30px;
  top: 40%;
}
.footer .cell ul.footerLinks li:last-child {
  padding-right: 0px;
}
.footer .cell ul.footerLinks li:last-child:after {
  display: none;
}
.footer .cell .lefttext, .footer .cell .righttext {
  display: inline-block;
  width: 48%;
  font-size: 12px;
}
.footer .cell .lefttext strong, .footer .cell .righttext strong {
  color: #b23427;
  font-family: 'EB Garamond', serif;
  font-size: 13px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.footer .cell h3 {
  margin-bottom: 30px;
}
.footer .cell h3 strong {
  display: block;
}
.footer .cell ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
}
.footer .cell ul.newsletterSignup {
  margin-top: 50px;
  text-align: left;
}
.footer .cell ul.newsletterSignup li {
  width: 100%;
}
.footer .cell ul.newsletterSignup li.centerThis {
  text-align: center !important;
  padding-top: 20px;
}
.footer .cell ul.newsletterSignup input[type='submit'] {
  margin: auto;
}
.footer .cell ul li {
  display: inline-block;
}
@media (max-width: 1439px) {
  div#footer > .large-4:first-of-type {
    order: 1;
    width: 50%;
  }
  div#footer > .large-4:last-of-type {
    order: 2;
    width: 50%;
  }
  div#footer > .large-4 {
    order: 3;
    width: 100%;
    margin-top: 100px;
  }
  div#footer .large-4 .logos {
    width: 48%;
    display: inline-block;
  }
  div#footer .large-4 .righttext, div#footer .large-4 .lefttext {
    width: 25%;
    display: inline-block;
  }
  .footer .cell .logos {
    top: -45px;
    position: relative;
  }
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  div#footer > .large-4:first-of-type {
    width: 100%;
  }
  div#footer > .large-4:last-of-type {
    width: 100%;
  }
  div#footer .large-4 .logos {
    width: 75%;
    display: block;
  }
  div#footer .large-4 .righttext, div#footer .large-4 .lefttext {
    width: 30%;
    display: inline-block;
    margin-left: 12%;
    text-align: center;
  }
}
/* Popup */
.reveal-overlay {
  background: rgba(88, 88, 90, 0.9) !important;
}
a.revealclose {
  position: absolute;
  top: 30px;
  right: 30px;
  box-shadow: none !important;
  font-size: 20px;
}
.popup {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 70px;
  box-sizing: border-box;
  vertical-align: top;
}
.popup .left {
  box-sizing: border-box;
  width: calc(100% - 330px);
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
}
.popup .right {
  width: 275px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.popup .right img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.popup .right .info {
  text-align: center;
}
.popup .right .info .row .left {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: red !important;
  width: 75px;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: 'EB Garamond', serif;
}
.popup .right .info .row .right {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(100% - 80px);
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  word-wrap: break-word;
}
.popup .right .info a.btn {
  display: inline-block !important;
  margin: 10px auto 10px auto !important;
  position: relative !important;
}
.popup .right .info a.btn:hover {
  color: #fff !important;
}
.popup .right .info a.btn strong, .popup .right .info a.btn i.fas, .popup .right .info a.btn .up {
  position: relative;
  z-index: 2;
}
.hero.inside .hero-section-text h2 {
  color: #fff;
  font-size: 25px;
}
.hero.inside .hero-section-text h2 i {
  color: #b23427;
  font-size: 8px;
  position: relative;
  top: -5px;
}
.hero.inside .hero-section-text {
  bottom: 20%;
  text-align: center !important;
}
.hero.inside .breadcrumbs {
  position: absolute;
  display: block;
  margin: auto;
  text-align: center !important;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
}
.hero.inside .breadcrumbs li {
  float: none;
  display: inline-block !important;
}
.hero.inside .breadcrumbs li {
  color: #fff;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  text-transform: initial;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.hero.inside .breadcrumbs li a {
  color: #fff;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  text-transform: initial;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-decoration: underline;
}
.breadcrumbs li:not(:last-child)::after {
  color: #b23427;
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  font-size: 0.4em;
  top: -2px;
  font-weight: bold;
}
body:not(.home) .newsletterIcon {
  top: 720px;
}
ul.calendarfilter, ul.directoryfilter {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 20px;
  margin: 30px 0px 30px 60px;
  list-style: none;
  color: #b23427;
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  z-index: 100;
  max-width: 91%;
}
ul.relatedPages {
  position: absolute;
  top: 45px;
  left: 0px;
  display: inline-block;
  background: #fff;
  padding: 20px;
  margin: 0px 0px 0px 60px;
  list-style: none;
  color: #b23427;
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  z-index: 100;
  max-width: 91%;
}
.hero.inside {
  position: relative;
}
ul.relatedPages li, ul.calendarfilter li, ul.directoryfilter li {
  display: inline-block;
  letter-spacing: 0.1em;
}
ul.relatedPages li a, ul.calendarfilter li a, ul.directoryfilter li a {
  color: #585859;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: underline;
}
ul.relatedPages .pagenav, ul.calendarfilter li.title, ul.directoryfilter li.title {
  color: #b23427;
  font-family: 'EB Garamond', serif;
}
div.insideContent > div.grid-x:first-of-type div.cell:not(.imgcontainer) {
  padding: 180px 0px 100px 0px !important;
}
div.insideContent .imgcontainer {
  vertical-align: top !important;
  font-size: 0px !important;
}
img.floatleft {
  float: left;
  margin: 50px 50px 50px 0px;
  max-width: 35%;
}
img.floatright {
  float: right;
  margin: 50px 0px 50px 50px;
  max-width: 35%;
}
img.full {
  width: 100%;
}
img.half {
  width: 50%;
}
div.grid-x.swap > div:first-of-type {
  order: 2;
}
div.insideContent > div.grid-x:nth-child(even) {
  background: #fff;
}
.insideContent .content.container ul, .insideContent .content.container ol {
  list-style: none;
}
.insideContent .content.container ul li, .insideContent .content.container ol li {
  padding: 0px;
  margin: 0px;
  width: 48%;
  display: inline-block;
}
.insideContent .content.container ul li:before, .insideContent .content.container ol li:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  font-size: 0.3em;
  position: relative;
  top: -3px;
  left: -10px;
  color: #b23427;
}
.insideContent {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}
.imgframebottom {
  position: relative;
}
.imgframebottom > .imgcontainer {
  width: 28%;
}
.imgframebottom > .content {
  width: 44%;
  vertical-align: bottom !important;
}
.imgframebottom > .content .imgcontainer {
  vertical-align: bottom !important;
  height: 100%;
  display: block;
  position: relative;
}
.imgframebottom > .content.text {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  width: 44%;
  text-align: center;
  height: 43.8%;
  vertical-align: middle;
}
.imgframebottom > .content .imgcontainer img:first-of-type {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 51%;
}
.imgframebottom > .content .imgcontainer img:last-of-type {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 51%;
}
@media (max-width: 1024px) {
  .insideContent .content.container {
    padding: 70px 0px 50px 0px;
  }
  .insideContent .swap .content {
    order: 1;
  }
  .insideContent .swap .imgcontainer {
    order: 2;
  }
  .insideContent .content.container ul li, .insideContent .content.container ol li {
    display: block;
    width: auto;
  }
  .imgframebottom > .imgcontainer {
    order: 3;
    width: 50%;
  }
  .imgframebottom > .content.text {
    width: 100%;
    position: relative;
    order: 1;
  }
  .imgframebottom > .content {
    order: 4;
  }
  .imgframebottom > .content .imgcontainer {
    order: 4;
  }
  .imgframebottom > .content .imgcontainer img {
    position: relative !important;
    width: 50% !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
  }
  .imgframebottom > .content {
    width: 100%;
    position: relative !important;
  }
}
div.dropdown.menu > ul.dropdown {
  list-style: none;
  display: inline-block !important;
  width: auto !important;
}
div.dropdown.menu > ul.dropdown > li.menu-item {
  padding-left: 0px !important;
}
div.dropdown.menu > ul.dropdown > li.menu-item ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  background: #b23427 !important;
  border: none !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 100% !important;
  left: calc(100% + 5px) !important;
}
div#example-animated-menu {
  float: right !important;
}
ul.sub-menu.dropdown {
  background: white !important;
  top: 68px !important;
  padding: 10px 20px !important;
}
ul.sub-menu.dropdown li a {
  color: #585859;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  line-height: 120%;
}
ul.sub-menu.dropdown li a:hover {
  font-weight: 600;
}
body.scrolled ul.sub-menu.dropdown {
  top: 55px !important;
}
.menu .active > a {
  background: inherit;
}
.menu .is-active > a {
  background: inherit;
}
.dropdown.menu .sub-menu > li.menu-item-has-children a:after {
  display: none !important;
}
.menu .active > a {
  background: inherit !important;
}
.menu .is-active > a {
  background: inherit !important;
}
.dropdown.menu .sub-menu > li.menu-item-has-children a:after {
  display: none !important;
}

div#gform_wrapper_22 li.gfield {
    width: 100% !important;
}

div#gform_wrapper_22 li.gfield select  {
    background: #eee;
    border: none !important;
    box-shadow: none;
    width: 100%;
}
div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu {
width: 800px;
    left: -500px;
}
div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li.menu-item-has-children {
  display: inline-block !important;
  width: 33% !important;
  float: left;
}
div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li.menu-item-has-children * {
  display: block !important;
  position: relative !important;
  left: initial;
  top: initial !important;
}
div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li.menu-item-has-children .menu.vertical li a {
  padding-left: 0px;
}
div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li.menu-item-has-children > a {
  color: #b23427 !important;
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  letter-spacing: 0.1em;
}
div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li.menu-item-has-children > a:hover {
  font-weight: normal !important;
}
h2.section span.greatparent span {
  display: none;
}
h2.section span.greatparent span:nth-child(2) {
  display: inline;
}
ul#breadcrumbs li a:after {
  content: '';
  width: 5px;
  height: 5px;
  background: red !important;
  display: inline-block;
  left: 30px;
  position: relative;
  top: -3px;
  border-radius: 100%;
}
ul#breadcrumbs li:after {
  color: rgba(255, 255, 255, 0);
}
.hero.inside .hero-section > img {
  width: 100%;
  height: auto;
}
ul.relatedPages li ul {
  display: inline-block;
}
img.alignleft {
  float: left;
  margin-right: 60px;
  margin-bottom: 60px;
}
img.alignright {
  float: right;
  margin-left: 60px;
  margin-bottom: 60px;
}
.insideContent a, .content.container a {
  color: #b23427;
  text-decoration: underline;
}
ul li, ol li {
  font-family: 'PT Sans', sans-serif;
  line-height: 160%;
  color: #585859;
}
.eventcalendar ul.calendar li a .info .right.title .title {
  top: -10px;
  position: relative;
}
.eventcalendar ul.calendar li a .info .left.date .month {
  position: relative;
  top: 15px;
}
.eventcalendar ul.calendar li a .info .left.date .day {
  position: relative;
  top: 50px;
}
.content.container iframe {
  max-width: 100%;
}
.content.container a.btn {
  color: inherit;
  text-decoration: none;
}
.left.date span span {
  display: none !important;
}
body.page-template-template-events .eventcalendar ul.calendar li {
  width: 20%;
}
ul.calendar li.calitem.hidethis {
  width: 0px !important;
  overflow: hidden !important;
}
ul.directory li.directoryitem.hidethis {
  width: 0px !important;
  overflow: hidden !important;
}
ul.calendar li.calitem {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
ul.directory li.directoryitem {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.page-template-template-directory ul.directoryfilter {
  padding-left: 8px;
}
body.page-template-template-directory .businessdirectory ul.directory li {
  width: 20%;
}
div.popup.reveal .info .right a {
  font-family: 'PT Sans', sans-serif;
  color: #585859;
  text-decoration: underline;
}
div.popup.reveal .info .right a:hover {
  color: #b23427;
}
div#inforequest label {
  font-weight: normal !important;
  font-size: 14px;
}
.inforequest .gform_wrapper li.gfield div.ginput_container {
  margin: 0px !important;
  width: 100% !important;
}
.inforequest .gform_wrapper .left_label input.medium, .inforequest .gform_wrapper .left_label select.medium, .inforequest .gform_wrapper .right_label input.medium, .inforequest .gform_wrapper .right_label select.medium, .inforequest .gform_wrapper .left_label textarea {
  width: 100% !important;
}
.inforequest li#field_1_5 {
  margin-top: 0px;
}
div#inforequest label {
  margin-bottom: 2px !important;
}
.inforequest li#field_1_4 .gfield_label {
  display: inline-block;
  width: 50% !important;
  top: 6px;
  position: relative;
}
li#field_1_4 .ginput_container {
  display: inline-block;
  width: 40% !important;
}
@media (max-width:1439px) {
    .inforequest .gform_footer input[type=submit] {
        left:10%;
    }
}

@media (max-width:991px) {
    .inforequest .gform_footer input[type=submit] {
        left:0%;
    }
}
li#field_1_4 {
  vertical-align: top !important;
}
.inforequest .gform_footer input[type=submit] {
  bottom: 160px;
  left: -20px;
}
li#field_1_4 .ginput_container li {
  width: 40% !important;
}
li#field_1_4 .ginput_container li label {
  position: relative;
  top: -6px;
}
.aboutus .content img.introimg {
  max-width: 300px;
  margin-bottom: 40px;
}
.popup .right .info a.dirsmico {
  position: relative;
  top: -12px;
}
.popup .right .info a.dirsmico:hover {
  color: #585859;
}
h1 span#greatparent span.item-home {
  display: none;
}
a.fbbuttongroup {
  background: #4267b2;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 11px;
  padding: 20px 30px 18px 30px;
  border-radius: 10px;
  margin: auto;
  display: block;
  text-align: center;
}
a.fbbuttongroup img {
  margin-right: 9px;
  top: -2px;
  position: relative;
}
.grid-x.imgframebottom .cell.text > .content {
  margin-top: 59px !important;
}
.grid-x.imgframebottom {
  margin-top: 100px;
}
#footer .newsletterSignup label {
  font-weight: 300;
  font-size: 14px;
  color: #585859;
}
.footer .cell .newsletterSignup {
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
.footer .cell ul.newsletterSignup li.gfield {
  width: 100% !important;
}
#footer .newsletterSignup div.gform_body, #footer .newsletterSignup div.gform_body ul, #footer .newsletterSignup div.gform_body ul li {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px;
}
#footer .newsletterSignup div.gform_body ul li input {
  width: 100% !important;
}
#footer .newsletterSignup .gform_footer {
  text-align: center;
}
.navigation ul.menu.search form label span {
  display: none;
}
.navigation ul.menu.search form label, .navigation ul.menu.search form label input {
  display: inline-block;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 2px;
}
.navigation ul.menu.search form input[type=submit] {
  display: none;
}
.navigation ul.menu.search form {
  width: calc(100% - 120px);
}
table {
  letter-spacing: 0.1em;
  font-family: 'PT Sans', sans-serif;
  line-height: 160%;
  color: #585859;
  font-size: 14px;
}
.gform_wrapper label {
  color: #585859;
  font-weight: 300 !important;
}
.gform_wrapper ul li:before {
  display: none !important;
}
.insideContent .content.content textarea, .insideContent .content.content input[type=text] {
  background: #eee;
  border: none !important;
  box-shadow: none;
  width: 100%;
}
.gform_wrapper span.gform_description {
  font-family: 'PT Sans', sans-serif;
  line-height: 160%;
  color: #585859;
}
@media (max-width: 1439px) {
  div.navigation div.dropdown.menu > ul.dropdown.menu {
    display: block !important;
    width: 51% !important;
    margin: 0px;
    padding: 0px 0px 0px 20px;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
  }
  div.navigation div.top-bar > div.dropdown.menu ul.dropdown.menu:first-child {
    padding-top: 100px !important;
  }
  div.navigation div.top-bar > div.dropdown.menu ul.dropdown.menu:last-child {
    padding-bottom: 100px !important;
  }
  div.navigation div.top-bar > div.dropdown.menu ul.dropdown.menu > li > ul.sub-menu {
    position: absolute;
    left: 51% !important;
    max-width: 49%;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li.menu-item-has-children {
    width: 50% !important;
    vertical-align: top !important;
    float: none;
    display: inline-block !important;
    top: -50px !important;
    position: relative !important;
  }
  ul.sub-menu.dropdown {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li:nth-child(odd) {
    display: none !important;
  }
  div.top-bar .dropdown.menu {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  div.navigation div.top-bar > div.dropdown.menu ul.dropdown.menu:first-child {
    padding-top: 30px !important;
  }
  div.navigation div.top-bar > div.dropdown.menu ul.dropdown.menu:last-child {
    padding-bottom: 30px !important;
  }
  div.navigation div.dropdown.menu > ul.dropdown.menu {
    width: 100% !important;
  }
  .navigation .top-bar {
    padding: 0px !important;
  }
  div.navigation div.top-bar > div.dropdown.menu ul.dropdown.menu > li > ul.sub-menu {
    position: relative;
    width: 110% !important;
    max-width: 110% !important;
    left: -20px !important;
    top: initial !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li.menu-item-has-children {
    top: initial !important;
  }
  div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li.menu-item-has-children * {
    padding-left: 0px !important;
  }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: initial !important;
  }
  div.top-bar > .dropdown > ul.dropdown > li.mega-menu > ul.sub-menu > li.menu-item-has-children .menu.vertical li a, ul.sub-menu.dropdown li a {
    padding: 5px 0px !important;
  }
}
@media (max-width: 1750px) {
  .blogtitle > .cell > .content.container {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  div.blog .inner a img {
    width: 100% !important;
  }
  .inforequest .gform_footer input[type=submit] {
    left: 0px;
    right: 0px;
    margin: auto !important;
    top: initial !important;
    bottom: initial !important;
    margin-left: initial !important;
    text-align: center !important;
  }
  .gform_wrapper .gform_footer:not(.top_label) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1500px) {
  body.page-template-template-events .eventcalendar ul.calendar li, body.page-template-template-directory .businessdirectory ul.directory li {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  body.page-template-template-events .eventcalendar ul.calendar li, body.page-template-template-directory .businessdirectory ul.directory li {
    width: 33.333%;
  }
}
@media (max-width: 900px) {
  body.page-template-template-events .eventcalendar ul.calendar li, body.page-template-template-directory .businessdirectory ul.directory li {
    width: 50%;
  }
}
@media (max-width: 650px) {
  body.page-template-template-events .eventcalendar ul.calendar li, body.page-template-template-directory .businessdirectory ul.directory li {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .gform_wrapper .gform_footer input.button {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .hero .hero-section-text h1 {
    font-size: 40px;
  }
  .hero .hero-section-text ul.socialNav li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 900px) {
  .hero .hero-section-text h1 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .hero .hero-section-text h1 {
    font-size: 20px;
  }
}
body.search .entry-summary, body.archive .entry-summary {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
}
body.search .entry-summary a, body.search .entry-summary a h6, body.archive .entry-summary a, body.archive .entry-summary a h6 {
  color: #b23427 !important;
  text-decoration: none;
}
@media (max-width: 1024px) {
  body.single div.insideContent > div.grid-x:first-of-type div.cell:not(.content) {
    display: none !important;
  }
  body.single div.insideContent > div.grid-x:first-of-type div.cell.content {
    padding: 100px 50px 100px 50px !important;
  }
}


ul.sitemap li {
    display: block !important;
}

ul.sitemap {
    text-align: left !important;
}

body.page-id-5958 .content.container {
    text-align: left !important;
    width: 100%;
}

.naked-social-share {
    display: inline-block;
    zoom: 0.8;
}

body.blog .entry-summary {
    margin-top: 50px;
}

body.blog .entry-summary a {
    text-decoration: none;
}

body.blog .entry-summary a * {
    color: #b23427 !important;
}

.blog.equalheight .details {
    padding: 30px 50px;
}

#blog div.cell {
    display: block;
    width: 100%;
}

div#footer div.cell {
    display: inline-block !important;
}

@media (max-width:1000px) {
    div#example-animated-menu {
        position: relative;
        top: 0px;
    }
}

@media (max-width:768px) {
	.alert {
		display:none !important;
	}
}

div.blog div.inner a img {
    width: 100%;
    height: auto;
}