/*
THEME NAME: Mega Theme
THEME URI:
DESCRIPTION: A theme that works with SiteOrigin's Pagebuilder
VERSION: 3.4
AUTHOR: Nathan Hartwell
For advanced functions, see http://lesscss.org/#overview
*/
/*This is the main container of the site, its width should control everything.*/
/* image aligning for blog posts */
/*This is to fix the stupid gravity forms name field*/
* {
  margin: 0;
  padding: 0;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
}
em {
  font-family: adobe-garamond-pro, serif;
}
input {
  -webkit-appearance: none;
}
html {
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: proxima-nova, sans-serif;
  width: 100%;
  font-size: 1rem;
  color: #202020;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0 !important;
  padding: 0 !important;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
}
a:focus,
input:focus,
button:focus {
  outline: 2px dashed #044b78 !important;
  outline-offset: 2px !important;
  border: 2px solid #fff !important;
}
a {
  color: #044b78;
  text-decoration: none;
}
a:hover {
  color: #034169;
  text-decoration: underline;
}
p {
  padding-bottom: 15px;
}
.container {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1300px) {
  .container {
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1.5px;
  font-weight: 100;
}
@media screen and (max-width:900px) {
  .leftalign,
  .rightalign {
    float: none;
    width: 100%;
    padding: 30px;
  }
}
.leftalign {
  float: left;
  width: 30%;
  height: auto;
  padding: 20px 20px 20px 0;
}
.rightalign {
  float: right;
  width: 30%;
  height: auto;
  padding: 20px 0 20px 20px;
}
.leftalign {
  width: 50%;
}
.leftalign,
.alignleft {
  float: left;
  height: auto;
  padding: 0 20px 20px 0;
}
.rightalign {
  width: 50%;
}
.rightalign,
.alignright {
  float: right;
  height: auto;
  padding: 5px 0 20px 20px;
}
.alignleft,
.alignright {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}
.clear {
  clear: both;
}
.widget_siteorigin-panels-builder {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul,
ol {
  padding-left: 30px;
}
ul li,
ol li {
  margin-bottom: 3px;
  margin-top: 3px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.page-title h1 {
  padding: 30px;
}
.category_page .editor-tinymce {
  padding: 0;
}
.editor-tinymce {
  padding: 30px;
}
.main-side,
.main-sidebar {
  display: block;
  float: left;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
}
@media screen and (max-width:900px) {
  .main-side,
  .main-sidebar {
    width: 100%;
    float: none;
  }
}
.label_hidden {
  position: absolute;
  top: -99999999999999px;
  left: -99999999999999px;
}
.main-side {
  width: 70%;
  padding: 30px;
}
.main-sidebar {
  width: 30%;
}
.widget_sow-layout-slider .textwidget {
  color: #044b78;
  line-height: 240%;
}
.mega-menu-item-has-children > a.mega-menu-link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.mega-menu-item-has-children .mega-sub-menu {
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2) !important;
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2) !important;
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2) !important;
  border: 1px solid #e4e4e4 !important;
}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 0.938rem !important;
}
div.ginput_container_name span {
  padding-right: 0 !important;
  float: left;
  margin: 0 !important;
  width: 49.5% !important;
}
div.ginput_container_name span:first-child {
  margin-right: 1% !important;
}
.gform_wrapper .gsection {
  border: none !important;
  margin: 0 !important;
}
.ginput_container_address .address_zip {
  width: 100% !important;
}
.ginput_container_address select {
  margin-top: 12px !important;
}
.gform_wrapper ul li.gfield {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper ul li.gfield > div {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper input[type="file"] {
  background-color: #fff !important;
  border: 1px solid #d3d3d3 !important;
  padding: 10px 15px !important;
  border-radius: 3px !important;
  width: 100% !important;
  margin-top: 12px !important;
}
.um-profile-photo a.um-profile-photo-img img {
  display: none !important;
}
.um-profile-photo-img,
.um-header.no-cover .um-profile-photo {
  display: none !important;
}
.um-header.no-cover .um-profile-meta {
  text-align: left !important;
}
.um-field-checkbox .um-field-checkbox-option {
  color: #000 !important;
}
.um-misc-ul {
  padding: 0;
  margin: 0;
}
.um-misc-ul li {
  list-style: none;
}
.um-misc-ul li a {
  display: block;
  background-color: #044b78;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
}
.um input[type=submit].um-button {
  background-color: #044b78 !important;
  border-radius: 0 !important;
}
.acf-field-6089c0c841c8b,
.acf-field-606ddab92c5bd {
  display: none;
}
.page-template-default .cta_boxes .text {
  min-height: 400px;
}
.cta_boxes_ada > .panel-grid-cell {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: center;
  justify-content: center;
}
.cta_boxes_ada > .panel-grid-cell > li {
  width: 33.333% !important;
  display: inline-block;
}
@media screen and (max-width:900px) {
  .cta_boxes_ada > .panel-grid-cell > li {
    width: 100% !important;
  }
}
.cta_boxes_ada > .panel-grid-cell > li > .panel-layout {
  width: 95%;
  margin: 0 auto 20px auto;
  border: 1px solid #e9e9e9;
  position: relative;
}
@media screen and (max-width:900px) {
  .cta_boxes > .panel-grid-cell {
    margin-bottom: 15px !important;
  }
}
.cta_boxes > .panel-grid-cell > div {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #e9e9e9;
  position: relative;
}
.cta_boxes .img {
  height: 250px;
}
.cta_boxes .text {
  padding: 15px;
  min-height: 550px;
}
@media screen and (max-width:900px) {
  .cta_boxes .text {
    min-height: inherit;
  }
}
.cta_boxes .text h3 {
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}
.cta_boxes .text ul {
  font-size: 14px;
  line-height: 20px;
}
.cta_boxes .text ul li {
  padding: 5px 0;
}
.cta_boxes .widget_sow-button {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
@media screen and (max-width:900px) {
  .cta_boxes .widget_sow-button {
    position: relative;
    bottom: 0;
    padding: 15px !important;
  }
}
.job_search form:after {
  content: '';
  clear: both;
}
.job_search form label {
  position: absolute;
  left: -9999999999px;
  top: -9999999999px;
}
.job_search form input {
  padding: 15px 30px;
  float: left;
  border: none;
  background-color: #fff;
}
@media screen and (max-width:900px) {
  .job_search form input {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}
.job_search form input[type=text] {
  width: 75%;
  border-radius: 5px;
}
.job_search form input[type=submit] {
  width: 20%;
  margin: 0 2.5%;
  color: #044b78;
  font-weight: 700;
  text-transform: uppercase;
}
.job_search form input[type=submit]:hover {
  cursor: pointer;
  color: #023250;
  background-color: #f5f5f5;
}
.education form {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.education form * {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.education form input[type=submit] {
  background-color: #044b78;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  display: block;
}
.school form {
  padding: 30px;
}
.school form input {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.school .spa_local {
  padding: 30px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
.school .spa_local::after {
  content: '';
  clear: both;
  display: block;
}
.school .spa_local > div {
  float: left;
}
@media screen and (max-width:900px) {
  .school .spa_local > div {
    float: none;
    width: 100% !important;
  }
}
.school .spa_local .left {
  width: 25%;
  padding: 10px 5px;
  text-align: left;
  font-size: 14px;
}
.school .spa_local .left .icon * {
  vertical-align: middle;
}
.school .spa_local .left .icon h3 {
  display: inline-block;
  padding: 0 10px;
  font-weight: 500;
}
.school .spa_local .left .icon img {
  display: inline-block;
  width: 30px;
  height: auto;
}
@media screen and (max-width:900px) {
  .school .spa_local .left {
    text-align: center;
  }
}
.school .spa_local .right {
  width: 75%;
  font-size: 14px;
  line-height: 16px;
}
.school .spa_local .right h4 {
  font-weight: 700;
  letter-spacing: 0;
}
.school .spa_local .right:after {
  content: '';
  clear: both;
}
.school .spa_local .right > div {
  float: left;
  padding: 10px;
  width: 33.33%;
}
@media screen and (max-width:900px) {
  .school .spa_local .right > div {
    width: 100%;
    float: none;
  }
}
.school .spa_local .right .btn .btn {
  margin-top: 10px;
  display: block;
  padding: 10px 30px;
  color: #fff;
  background-color: #044b78;
  text-align: center;
  border: none;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25%;
}
@media screen and (max-width:900px) {
  .modal {
    padding: 30px;
  }
}
.modal .outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.85);
}
.modal .container {
  z-index: 9999;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  position: relative;
}
.modal .container .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  border: none;
  background-color: #a21c1c;
  color: #fff;
}
.modal form {
  padding: 0;
}
.your_spas .spa {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
@media screen and (max-width:900px) {
  .your_spas .spa {
    display: block;
    text-align: center;
  }
  .your_spas .spa h2 {
    display: block !important;
    padding: 10px 0;
  }
}
.your_spas .spa h2 {
  display: inline-block;
}
.your_spas .spa .btn {
  background: #044b78;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.um-profile.um-editing {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.um-profile-edit {
  display: none;
}
.acf-form .common {
  background-color: #fff;
  border: 1px solid #ccd0d4;
  width: 100%;
  padding: 10px 15px !important;
}
.acf-form input {
  background-color: #fff;
  border: 1px solid #ccd0d4;
  width: 100%;
  padding: 10px 15px !important;
}
.acf-form select {
  background-color: #fff;
  border: 1px solid #ccd0d4;
  width: 100%;
  padding: 10px 15px !important;
}
.acf-form .acf-form-submit {
  text-align: center;
}
.acf-form .acf-form-submit .button {
  background: #044b78 !important;
  color: #fff !important;
  display: inline-block !important;
  padding: 10px 30px !important;
  width: auto !important;
  text-transform: uppercase;
}
.acf-form .acf-form-submit .button:hover {
  cursor: pointer;
}
.testimonial_slider p {
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
#footer .footer_menu_horz.top ul {
  text-align: left;
}
#footer .footer_menu_horz ul {
  text-align: center;
  padding: 0;
}
#footer .footer_menu_horz ul li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}
#footer .footer_menu_horz ul li a {
  text-decoration: underline;
}
@media screen and (max-width:900px) {
  #footer .footer_menu_horz ul li {
    width: 100%;
    display: block;
    text-align: center;
  }
  #footer .footer_menu_horz ul li::after {
    display: none !important;
  }
}
#footer .footer_menu_horz ul li::after {
  content: '';
  height: 10px;
  width: 1px;
  background: #fff;
  display: inline-block;
  margin: 2px 5px 0 8px;
}
#footer .footer_menu_horz ul li:last-child::after {
  display: none;
}
#footer .social-media-button-container ul {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 3px;
}
#footer .social-media-button-container ul li {
  list-style: none;
}
#footer .social-media-button-container a:hover,
#footer .social-media-button-container a:focus {
  outline: 2px dashed #fff !important;
  outline-offset: 2px !important;
  border: 2px solid #000 !important;
}
.social-media-button-container ul {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 3px;
}
.social-media-button-container ul li {
  list-style: none;
}
.um-login .um-form input[type=text]:focus,
.um-login .um-form input[type=text]:hover,
.um-login .um-form input[type=search]:focus,
.um-login .um-form input[type=search]:hover,
.um-login .um-form input[type=tel]:focus,
.um-login .um-form input[type=tel]:hover,
.um-login .um-form input[type=number]:focus,
.um-login .um-form input[type=number]:hover,
.um-login .um-form input[type=password]:focus,
.um-login .um-form input[type=password]:hover,
.um-login a:focus,
.um-login a:hover {
  outline: 2px dashed #044b78 !important;
  outline-offset: 2px !important;
  border: 2px solid #fff !important;
}
.um-login a {
  position: relative;
}
.um-login a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.um-login a:focus {
  outline: 2px dashed #044b78 !important;
  outline-offset: 2px !important;
  border: 2px solid #fff !important;
}
.um-login a:focus:before {
  outline: 2px dashed #044b78 !important;
  outline-offset: 2px !important;
}
.um-field-checkbox input[type="checkbox"]:focus + .um-field-checkbox-state {
  outline: 2px dashed #044b78 !important;
  outline-offset: 2px !important;
  border: 2px solid #fff !important;
}
.um input[type=submit].um-button,
.um-col-alt-b a.um-link-alt {
  text-decoration: underline !important;
}
.um input[type=submit].um-button:focus,
.um-col-alt-b a.um-link-alt:focus {
  outline: 2px dashed #044b78 !important;
  outline-offset: 2px !important;
  border: 2px solid #fff !important;
}
.um-col-alt-b a.um-link-alt {
  color: #737373 !important;
}
.validation_error {
  text-align: left !important;
}
.skip-link {
  background: #044b78;
  color: #fff;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
}
.skip-link:focus {
  transform: translateY(0%);
}
.search h1 {
  text-align: center;
}
.search .search_bar {
  padding: 30px;
}
#searchform div {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 20px;
}
#searchform div input {
  padding: 5px 15px;
  min-width: 40vw;
  border: 1px solid #767576;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
#searchform div button {
  background-color: transparent;
  border: none;
}
#searchform div button svg {
  fill: #767576;
}
.blog_loop_posts:not(.search) .blog_box:nth-child(1),
.blog_loop_posts:not(.search) .blog_box:nth-child(2) {
  flex: 0 1 49%;
}
@media screen and (max-width:900px) {
  .blog_loop_posts:not(.search) .blog_box:nth-child(1),
  .blog_loop_posts:not(.search) .blog_box:nth-child(2) {
    flex: 0 1 100%;
  }
}
.blog_loop_posts:not(.search) .blog_box:nth-child(1) .overlay,
.blog_loop_posts:not(.search) .blog_box:nth-child(2) .overlay {
  height: auto;
  min-height: 100px;
}
.blog_loop_posts:not(.search) .blog_box:nth-child(1) .overlay .cat,
.blog_loop_posts:not(.search) .blog_box:nth-child(2) .overlay .cat {
  font-size: 0px !important;
  padding: 0;
  height: 0;
}
.blog_loop_posts > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
}
.blog_loop_posts > div .search_breaker {
  flex-basis: 100%;
  padding: 100px 30px 15px 30px;
}
@media screen and (max-width:900px) {
  .blog_loop_posts > div .search_breaker {
    padding: 30px;
  }
}
.blog_loop_posts > div .search_breaker form {
  display: flex;
  justify-content: center;
}
.blog_loop_posts > div .blog_box {
  color: #fff;
  flex: 0 1 32%;
  margin-bottom: 1%;
  min-height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  background-color: #000;
  padding: 0;
  display: flex;
  justify-content: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width:900px) {
  .blog_loop_posts > div .blog_box {
    flex: 0 0 100%;
  }
}
.blog_loop_posts > div .blog_box:hover .overlay {
  height: auto;
  min-height: 100px;
}
.blog_loop_posts > div .blog_box:hover .overlay .cat {
  font-size: 0px !important;
  padding: 0;
  height: 0;
}
.blog_loop_posts > div .blog_box .overlay {
  flex: 1 0 100%;
  align-self: flex-end;
  min-height: 100%;
  background-color: rgba(4,75,120,0.7);
  position: relative;
  transition: all 0.5s;
  /* Firefox 4 */
  -moz-transition: all 0.5s;
  /* Safari and Chrome */
  -webkit-transition: all 0.5s;
  /* Opera */
  -o-transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
}
.blog_loop_posts > div .blog_box .overlay .cat {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  align-self: flex-start;
  flex: 1 0 100%;
  transition: all 0.2s;
  /* Firefox 4 */
  -moz-transition: all 0.2s;
  /* Safari and Chrome */
  -webkit-transition: all 0.2s;
  /* Opera */
  -o-transition: all 0.2s;
}
.blog_loop_posts > div .blog_box .overlay .cat p {
  display: inline-block;
  width: 80%;
}
.blog_loop_posts > div .blog_box .overlay .cat i {
  display: inline-block;
  width: 18%;
  text-align: right;
}
.blog_loop_posts > div .blog_box .overlay .title {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  align-self: flex-end;
  flex: 1 0 100%;
}
.blog_loop_posts > div .blog_box .overlay .title h2 {
  font-size: 20px;
  line-height: 22px;
  font-family: proxima-nova, sans-serif;
}
.blog_loop_posts > div .blog_box .overlay .title p {
  font-size: 16px;
}
.single_post {
  width: 80%;
  margin: 0 auto;
  padding: 50px 30px;
}
@media screen and (max-width:900px) {
  .single_post {
    width: 100%;
  }
}
.single_post h1 {
  text-align: center;
}
.single_post img {
  width: 100%;
  height: auto;
}
.single_post img:first-of-type {
  border-radius: 30px;
}
.single_post a {
  text-decoration: underline;
}
#footer .mob_hide > a {
  display: none;
}
#footer .sub-menu {
  display: inline-block;
}
