/*
Theme Name: Swimfun 1.0
Theme URI: http://swimfun.us
Author: the Swimfun team
Author URI: http://swimfun.us
Description: 2017 theme for Swimfun
Version: 1.2.3
Text Domain: swimfun
*/
h5, .brand h1 {
  font-family: "Hurme Geometric Sans 3";
  letter-spacing: .01em;
  font-size: 32px;
  line-height: 1;
  padding-bottom: 25px; }

body p, body ul, body li {
  font-family: "Heebo", sans-serif;
  color: #282828;
  font-size: 14px; }

#slideHeadWrapper, .footerWrapper, .newsletterHero {
  max-width: 1010px;
  margin: 0 auto;
  padding: 30px 20px; }

.newsletterHero, .mainHours, .location {
  font-size: 20px;
  line-height: 1.35;
  padding-bottom: 25px; }

.gform_body input, .gform_body select, .gform_body textarea, .gform_button, #selectbox, .gfield_total .ginput_container {
  font-family: "Heebo", sans-serif;
  font-weight: 900;
  display: block;
  padding: 15px !important;
  border: 0 !important;
  border-radius: 0;
  background: #fff;
  appearance: none; }

.gform_body .address_state select, #selectbox {
  min-height: 54px;
  max-height: 54px;
  margin: 0 !important; }

.gform_wrapper span.gform_description, .gform_confirmation_wrapper p {
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: 900 !important;
  opacity: .5; }

#selectbox, .ginput_container select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(50%), calc(100% - 15px) calc(50%), calc(100% - 2.5em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 50%;
  background-repeat: no-repeat;
  transition: all 0.2s ease; }

#selectbox:hover, .ginput_container select:hover {
  background-position: calc(100% - 20px) calc(50%), calc(100% - 15px) calc(50%), calc(100% - 2.5em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 65%;
  background-repeat: no-repeat;
  transition: all 0.5s ease; }

.smfnBlog h2 a, .blogEntry h2 {
  font-family: "Hurme Geometric Sans 3";
  font-size: 32px !important;
  margin-bottom: 25px; }

.smfnPagination span, .smfnPagination a {
  font-size: 14px;
  margin: 3px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff; }

.viewButton, .topButtons {
  font-family: "Hurme Geometric Sans 3", sans-serif;
  text-transform: capitalize;
  font-size: 14px; }

/** {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
} */
body {
  font: 13px "Heebo", sans-serif;
  position: relative;
  width: 100%;
  letter-spacing: .01em;
  color: #282828;
  background-color: #fafafa;
  color: #333;
  overflow-x: hidden; }
  body p {
    line-height: 1.46153846153846; }
  body span {
    font-weight: 500; }

body a {
  color: #60affd; }

select {
  color: #333; }
  select:focus {
    outline: none; }

input {
  color: #333; }
  input:-moz-placeholder {
    color: #a9a9a9; }
  input:focus {
    outline: none; }

textarea {
  color: #333; }
  textarea:-moz-placeholder {
    color: #a9a9a9; }
  textarea:focus {
    outline: none; }

a {
  color: #60affd; }
  a:hover {
    color: #60affd;
    text-decoration: none; }
  a:link {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.15);
  text-shadow: none; }

::selection {
  background: rgba(0, 0, 0, 0.15);
  text-shadow: none; }

ins {
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: none; }

mark {
  background-color: rgba(0, 0, 0, 0.15);
  font-style: italic;
  font-weight: bold; }

small {
  cursor: default; }

h1 {
  cursor: default;
  font-family: "Hurme Geometric Sans 3";
  letter-spacing: .01em; }

h2 {
  cursor: default;
  font-family: "Hurme Geometric Sans 3";
  letter-spacing: .01em;
  font-size: 24px; }

h3 {
  cursor: default;
  font-family: "Hurme Geometric Sans 3";
  font-size: 62px;
  line-height: .80645161;
  letter-spacing: .01em; }

h4 {
  cursor: default;
  font-size: 17px;
  font-family: "Heebo", sans-serif;
  font-weight: 900;
  margin-top: 25px; }

h5 {
  cursor: default; }

h6 {
  cursor: default; }

a {
  cursor: pointer; }

.notification {
  background: #60affd;
  color: #fff;
  padding: 1em 20px;
  display: flex;
  justify-content: center;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2); }
  .notification p {
    color: #fff;
    font-family: "Hurme Geometric Sans 3";
    font-size: 14px; }
  .notification .viewButton {
    background: #2470bf;
    margin-left: 20px;
    padding: 5px 2em; }

.homeHeroImg {
  background-image: url(media/hero/spaHeroAlt.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-top: -130px;
  height: 80vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .homeHeroImg h3 {
    line-height: 0.99452 !important; }

.calltoAction {
  height: 50vh;
  max-width: 45vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 4vh;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px; }

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75; }

.scroller {
  margin-left: -1px;
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
.brand {
  background: #fff;
  margin: 0 auto;
  border-top: 1px solid #ebebeb; }
  .brand .post {
    background: #fff; }

u {
  text-decoration: none;
  border-bottom: 2px solid; }

.center {
  text-align: center; }

#logo {
  height: 20vh;
  max-height: 75px;
  display: block;
  padding: 10px; }

#header {
  color: #60affd;
  text-decoration: none; }
  #header a {
    color: #60affd;
    text-decoration: none; }

footer {
  font-family: "Heebo";
  font-weight: 900;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  width: 100%; }
  footer a {
    color: #60affd;
    text-decoration: none; }
  footer small {
    font-size: 12px;
    color: #a9a9a9;
    font-family: "Hurme Geometric Sans 3", sans-serif; }
    footer small img {
      height: 16px;
      margin-bottom: -3px; }
  footer .row {
    border-bottom: 1px solid #eaf4ff; }
    footer .row:after {
      padding: 20px; }

#nav-wrapper {
  font-family: "Hurme Geometric Sans 3", sans-serif;
  font-size: 14px;
  margin: 0 auto;
  max-width: 1010px;
  height: 130px;
  font-weight: 900; }

.mobileNav {
  display: none; }

#logoMisc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  height: 90px;
  width: 1010px;
  position: relative;
  z-index: 1; }

#nav {
  font-family: "Hurme Geometric Sans 3", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  z-index: 1;
  width: 1010px; }
  #nav a {
    font-family: "Hurme Geometric Sans 3", sans-serif;
    font-weight: 900; }
  #nav li {
    display: inline;
    font-size: 14px; }
    #nav li a {
      padding: 10px; }
  #nav ul .sep:before {
    content: ' | '; }

.homeNav {
  position: absolute; }

#nav.homeNav li a, #nav.homeNav ul .sep:before {
  color: #fff; }

#nav.siteNav li a, #nav.siteNav ul .sep:before {
  color: #282828; }

#navPadding {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto; }

#nav .button {
  float: right;
  line-height: 1;
  padding: 10px 15px;
  background-color: #ff6740;
  margin: -7px auto 0 2px; }
  #nav .button a {
    color: #fff !important; }

.svc a:before {
  background-image: url("media/service.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 11px;
  content: ""; }

.alexRegistration {
  padding-left: 10px; }
  .alexRegistration:before {
    content: ' ';
    padding-right: 10px; }

.showmenu {
  float: right;
  cursor: default; }
  .showmenu img {
    height: 32px;
    opacity: .8; }
    .showmenu img:hover {
      opacity: 1; }

.slideMenu {
  background-color: #60affd; }

#slideHeadWrapper span {
  color: #fff; }
#slideHeadWrapper p {
  color: #fff; }
#slideHeadWrapper h5 {
  color: #fff; }
#slideHeadWrapper a {
  color: #fff; }

#needHelp {
  font-family: "Hurme Geometric Sans 3";
  letter-spacing: .01em;
  font-size: 42px;
  line-height: 1.0952380952381;
  padding: 60px 15px 40px;
  border-bottom: 1px solid #80c0fe;
  color: #fff; }

.ourHours {
  padding: 30px 0;
  font-family: "Heebo", sans-serif; }

#wrapper {
  max-width: 1260px;
  margin: 0 auto;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background-color: #fff; }

.tab {
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f9f9f9; }

.tabContainer {
  font-family: "Heebo", sans-serif;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-transform: uppercase; }
  .tabContainer h3 {
    font-size: 32px;
    color: #444; }

.footerWrapper {
  display: flex; }
  .footerWrapper .menu {
    display: flex;
    justify-content: space-between; }
    .footerWrapper .menu a {
      color: #282828;
      font-weight: 900; }

.newsletterHero {
  padding-top: 25px; }
  .newsletterHero span {
    font-size: 20px;
    font-family: "Heebo", sans-serif;
    color: #60affd;
    font-weight: 900; }
  .newsletterHero p {
    font-size: 20px;
    font-weight: 900;
    display: inline; }

.footerCopyright {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 20px 80px; }

.hours {
  padding: 0 30px 0 0;
  flex: 365px 0 0; }

.bigLinks {
  margin-top: auto; }
  .bigLinks ul li a {
    font-size: 28px; }

.locationLinksWrapper {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 30px;
  flex: 640px 1 1; }

#locate {
  padding: 0;
  flex: initial; }

.locate {
  padding: 0 0 0 30px; }

.mainHours span {
  color: #60affd; }

.location p {
  font-size: 14px;
  line-height: 1.4; }
  .location p:nth-of-type(2):after {
    content: '-';
    display: block; }
.location span {
  font-family: "Heebo", sans-serif;
  color: #60affd; }

.exceptionHours {
  font-size: 14px;
  line-height: 1.4; }
  .exceptionHours span {
    color: #60affd;
    font-family: "Heebo", sans-serif;
    font-weight: 900; }
  .exceptionHours p:nth-of-type(3):after {
    content: '-';
    display: block; }

.socialSet {
  display: inline;
  float: right; }
  .socialSet img {
    height: 32px;
    width: auto;
    opacity: .8;
    border-radius: 100%; }
    .socialSet img:hover {
      opacity: 1; }

.post {
  background-color: #f5f5f5; }

article .whiteBg {
  background: #fff;
  padding: 30px;
  margin: 40px auto 0; }
article.post h2 {
  line-height: 1.1; }

.contact-wrapper-500 {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0; }

.contact-wrapper-970 {
  max-width: 970px;
  margin: 0 auto;
  padding: 40px 0;
  transform: translateY(-160px); }

.collectionTitleDescription {
  width: calc(50% - 15px); }
  .collectionTitleDescription p {
    margin-bottom: 20px; }
  .collectionTitleDescription strong {
    font-weight: 600;
    color: #60affd; }

.collectionSide p {
  margin-bottom: 20px;
  font-size: 14px; }

.homeFullSection {
  margin: 0 -145px;
  padding: 50px 180px;
  min-height: 70vh;
  max-height: 90vh;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%); }

.gform_body {
  font-size: 16px; }
  .gform_body label {
    display: none !important; }
  .gform_body hr {
    margin: 40px 0 20px;
    opacity: .5; }

.gform_button {
  font-size: 18px !important;
  min-width: 100%;
  background-color: #60affd;
  color: #fff; }

.name_last, .name_first {
  text-decoration: none !important; }

#selectbox {
  line-height: inherit !important; }

.ginput_container_address .address_city {
  padding: 20px 0; }
.ginput_container_address .address_state {
  padding: 20px 0; }

.ginput_cardextras {
  padding: 20px 0; }

.address_zip {
  width: 100% !important;
  padding: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important; }

.ginput_total {
  color: #444 !important;
  font-family: "Heebo", sans-serif;
  font-weight: 900; }
  .ginput_total:before {
    content: 'Payment Total: ';
    color: #a9a9a9; }

.page-template-page970BG .gform_body {
  max-width: 500px;
  margin: 0 auto; }

.page-template-page970BG .gform_body input, .page-template-page970BG .gform_body select, .page-template-page970BG .gform_body textarea {
  border: 1px solid #eaeaea !important; }

#post-25 .entry {
  max-width: 500px;
  margin: 0 auto; }

.gform_wrapper select {
  line-height: inherit !important; }
.gform_wrapper .gfield_radio li input:checked[type=radio] {
  background-color: #60affd;
  transition: all 0.5s ease; }

.gform_confirmation_wrapper {
  padding: 40px 0; }
  .gform_confirmation_wrapper h5 {
    text-align: center; }

.ginput_card_security_code {
  min-width: 100vw; }

.ginput_card_security_code_icon {
  display: none !important; }

.gfield_radio label {
  font-family: "Heebo", sans-serif;
  display: inline-block !important;
  font-size: 16px !important;
  padding: 4px 0 0 10px !important;
  transition: all 0.2s ease; }
.gfield_radio input {
  border-radius: 100%;
  transition: all 0.5s ease; }

.ginput_cardinfo_left {
  min-width: 100%; }

.ginput_card_expiration_year {
  float: right; }

#gform_fields_7 input, #gform_fields_7 textarea {
  border: 1px solid #eaeaea !important;
  font-size: 15px; }

gform_fields_7 ul.gform_fields {
  margin: 0 !important; }

#importantLinks {
  display: flex;
  align-items: center; }

#importantLinks a {
  font-weight: 900; }

#importantLinks.home a {
  color: #fff !important; }

.search-field {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  background-color: #60affd;
  border-radius: 30px;
  background-image: url(media/search.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 15px;
  border: none;
  cursor: pointer;
  height: 30px;
  margin: 3px 15px;
  padding: 0 0 0 30px;
  position: relative;
  transition: width 400ms ease, background 400ms ease;
  width: 0; }
  .search-field:focus {
    background-color: #60affd;
    color: #fff;
    cursor: text;
    outline: 0;
    width: 230px; }

.tg-search-holder {
  background-color: #eaf4ff;
  padding: 10px 0; }

.tg-search-inner {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  background-color: #eaf4ff;
  border: none !important;
  cursor: pointer;
  height: 30px;
  position: relative;
  color: #fff; }

.tg-search-inner span, .tg-search {
  color: #999999 !important; }

.tg-nav-border {
  border: 0 !important; }

.download-link {
  background-color: #60affd;
  width: 100%;
  font-family: "Hurme Geometric Sans 3";
  letter-spacing: .01em;
  color: #fff;
  padding: 20px;
  display: block;
  margin-bottom: 25px; }

.download-link:hover {
  background-color: #2470bf; }

.download-link:hover {
  color: #fff; }

.download-link p {
  display: inline;
  position: absolute;
  color: #fff;
  text-transform: capitalize; }

.download-link span {
  font-size: 14px; }

.downloadIcon {
  height: 40px !important;
  padding: 5px 10px 0 0;
  display: block;
  margin: 20px 0; }

.search-submit {
  display: none; }

.search .resultsTitle {
  font-size: 22px;
  padding: 50px 25px 210px;
  text-align: center;
  color: #b3d9ff;
  background: #60affd;
  text-transform: capitalize; }
  .search .resultsTitle span {
    font-size: 42px;
    display: block;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.5; }
.search .resultsWrapper {
  background-color: #f5f5f5; }
  .search .resultsWrapper .resultsContainer {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 15px;
    transform: translateY(-160px);
    column-count: 3;
    column-gap: 15px; }
  .search .resultsWrapper h2 {
    font-family: "Heebo", sans-serif;
    letter-spacing: 0; }
  .search .resultsWrapper article {
    padding-bottom: 15px;
    page-break: avoid;
    break-inside: avoid; }
    .search .resultsWrapper article .post {
      background-color: transparent !important; }
    .search .resultsWrapper article h2 {
      font-size: 32px;
      line-height: .9375;
      display: block;
      padding: 20px;
      background: #fff;
      min-height: 100px; }
.search .resultsContainer a {
  color: #282828;
  text-decoration: none;
  text-align: left !important; }
.search .safeButton a {
  color: #fff; }

.blogContainer {
  background: #f5f5f5; }

.titleContainer {
  width: 100%;
  padding: 50px 25px 160px;
  background: #60affd; }
  .titleContainer h1 {
    font-size: 52px;
    text-align: center;
    color: #fff; }

#post-2360 .titleContainer {
  background: #ff6740; }

.smfnBlog {
  display: flex;
  max-width: 970px;
  margin: 40px auto 0;
  transform: translateY(-160px);
  justify-content: space-between;
  ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .smfnBlog article {
    margin-bottom: 50px;
    background: #fff; }

.articleWrapper {
  width: calc(100% - 340px);
  margin-bottom: 20px; }

#sidebar {
  width: 325px;
  padding: 20px;
  background: #fff; }

.featureImg {
  height: 315px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: inset 0px -60px 60px -60px rgba(160, 165, 170, 0.5);
  -moz-box-shadow: inset 0px -60px 60px -60px rgba(160, 165, 170, 0.5);
  box-shadow: inset 0px -60px 60px -60px rgba(160, 165, 170, 0.5); }

.blogEntry {
  padding: 20px; }
  .blogEntry p {
    font-size: 14px;
    line-height: 1.46153846153846;
    padding-bottom: 20px; }
  .blogEntry ul {
    padding-bottom: 20px; }
    .blogEntry ul li {
      font-size: 14px;
      line-height: 1.46153846153846; }
  .blogEntry ol {
    padding-bottom: 20px;
    padding-left: 20px; }
    .blogEntry ol li {
      font-size: 14px;
      line-height: 1.46153846153846;
      padding-bottom: 20px; }
  .blogEntry h2 a {
    color: #282828; }
  .blogEntry h3 {
    font-family: "Hurme Geometric Sans 3";
    font-size: 23px;
    margin-bottom: 20px; }
  .blogEntry img {
    height: auto; }
  .blogEntry div {
    max-width: 100%; }

.more-link {
  color: #60affd; }

.tabsLinksContainer {
  font-family: "Heebo", sans-serif;
  font-weight: 900;
  display: flex;
  padding: 20px 0 0;
  border-top: 1px solid #ebebeb;
  justify-content: space-between;
  align-items: flex-start; }
  .tabsLinksContainer span {
    font-size: 14px;
    line-height: 1.29411764705882;
    display: block; }

.postTags {
  width: calc(100% - 140px);
  max-width: 290px; }
  .postTags a {
    font-size: 14px;
    color: #282828;
    text-decoration: none;
    text-transform: lowercase; }

aside {
  font-family: "Heebo", sans-serif; }
  aside .widget_recent_entries h3 {
    margin-bottom: 10px; }
  aside .widget_recent_entries li {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb; }
  aside h3 {
    font-family: "Heebo", sans-serif;
    font-size: 17px;
    line-height: 1.29411764705882; }
  aside span {
    order: 1; }
  aside a {
    order: 2;
    color: #282828;
    text-decoration: none;
    font-weight: 900;
    font-size: 16px; }
  aside .widget_categories {
    border-bottom: 1px solid #ebebeb; }
    aside .widget_categories li {
      display: inline; }
      aside .widget_categories li:after {
        content: ',';
        font-size: 16px; }
      aside .widget_categories li:nth-last-of-type(1):after {
        content: ''; }
  aside .widget {
    padding: 20px 0; }
  aside .screen-reader-text {
    display: none; }
  aside #s {
    font-size: 14px;
    line-height: 1;
    width: calc(100% - 40px);
    padding: 12px;
    color: #282828;
    border: none;
    border-radius: 0;
    outline: none;
    background: #f3f3f3;
    appearance: none; }
  aside #searchsubmit {
    width: 40px;
    padding: 0;
    color: #eee;
    border: none;
    outline: none;
    background: #eee;
    appearance: none;
    background-image: url(media/searchDark.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0; }
  aside .widget_search div {
    display: flex; }

.errorWrapper {
  background: #153C65; }
  .errorWrapper .textWrapper {
    position: relative;
    z-index: 1;
    max-width: 650px;
    margin: 0 auto;
    padding: 40px 20px 70px;
    text-align: center;
    color: #fff; }
    .errorWrapper .textWrapper h1 {
      font-size: 200px;
      line-height: 1; }
    .errorWrapper .textWrapper h2 {
      font-size: 52px;
      line-height: 1.01923076923077;
      margin: 150px 0 50px; }
    .errorWrapper .textWrapper .safeButton {
      font-family: "Hurme Geometric Sans 3";
      font-size: 16px;
      line-height: 1;
      display: inline-block;
      margin: 0;
      padding: 10px 25px;
      color: #153C65;
      background: #fff; }
      .errorWrapper .textWrapper .safeButton:hover {
        color: #153C65;
        background: #fff; }
    .errorWrapper .textWrapper a {
      color: #153C65; }

.smfnPagination {
  display: flex;
  width: 100%;
  padding-top: 30px;
  transform: translateY(-50px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .smfnPagination span {
    background: #60affd; }
  .smfnPagination a {
    background: #60affd; }
  .smfnPagination a:hover {
    color: #fff; }
  .smfnPagination .prev, .smfnPagination .next {
    height: 41px;
    width: 38px;
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: center; }
  .smfnPagination .prev {
    background-image: url("media/arrowLeft.svg"); }
  .smfnPagination .next {
    background-image: url("media/arrowRight.svg"); }

.wp-caption-text {
  color: #60affd;
  background: #eaf4ff;
  padding: 20px 40px;
  margin-bottom: 20px;
  font-weight: 900;
  font-family: "Hurme Geometric Sans 3" sans-serif; }

.single-block {
  background: #fff;
  padding-bottom: 150px;
  page-break-inside: avoid;
  break-inside: avoid; }
  .single-block.text {
    padding: 30px;
    color: #282828;
    background: #fff; }
  .single-block.image {
    min-height: 485px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .single-block h2 {
    font-size: 42px;
    line-height: 1.02380952380952;
    margin-bottom: 20px; }
  .single-block span {
    font-size: 22px;
    text-decoration: underline;
    font-weight: 900;
    margin-bottom: 0; }

#blocksContainer {
  max-width: 970px;
  margin: 0 auto;
  column-count: 3;
  column-gap: 0; }
  #blocksContainer .text p {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 20px; }

#blocksContainerSvc {
  max-width: 970px;
  margin: 0 auto;
  column-count: 3;
  column-gap: 15px; }
  #blocksContainerSvc .text p {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 20px; }

.serviceWrapper {
  padding-bottom: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

.hiddenTextWrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: flex-end; }
  .hiddenTextWrapper span {
    font-family: "Hurme Geometric Sans 3";
    letter-spacing: .01em;
    font-size: 22px;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 75px 30px 20px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to bottom, transparent 20%, black 100%); }

.collectionWrapper {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0; }

.productWrapper {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto; }

.textImageCol {
  border-top: 1px solid #ebebeb;
  display: flex;
  padding: 25px 0 45px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .textImageCol p {
    font-size: 14px; }

.collectionFtImage {
  width: calc(50% - 15px); }

.ftVideoWrapper {
  background: #282828;
  margin: 0 -145px;
  padding: 75px; }

.embedWrapper {
  max-width: 790px;
  margin: 0 auto; }
  .embedWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embedContainer {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.collectionItems {
  display: flex;
  padding: 25px 0;
  justify-content: center;
  flex-wrap: center; }

.singleCollectionItem {
  width: calc(100% / 3 - 20px);
  margin: 10px; }
  .singleCollectionItem img {
    display: block;
    margin: 0 auto;
    height: auto; }
  .singleCollectionItem h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.05;
    padding: 10px 0 20px;
    font-family: "Hurme Geometric Sans 3";
    color: #282828; }
  .singleCollectionItem p {
    text-align: center; }

.singleCollectionItem_4 {
  width: calc(100% / 4 - 20px);
  margin: 10px; }
  .singleCollectionItem_4 h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.05;
    padding: 10px 0 20px;
    font-family: "Hurme Geometric Sans 3";
    color: #282828; }
  .singleCollectionItem_4 img {
    max-height: 150px;
    margin: 0 auto 25px;
    display: block; }

.collectionSidebySide {
  display: flex;
  padding: 25px 0 45px; }

.collectionSide {
  flex: 1;
  width: 50%; }

.collectionSidebySide div:nth-of-type(1) {
  padding: 0 40px 40px 0; }

.collectionSidebySide div:nth-of-type(2) {
  padding: 0 0px 40px 40px; }

.homeFullSection div.collectionSide {
  position: absolute;
  bottom: 20px;
  right: 20px; }

.productSpecs {
  display: flex;
  margin-top: 35px;
  padding: 45px 0;
  border-top: 1px solid #dadada;
  flex-wrap: wrap;
  justify-content: space-between; }

.titleButtonWrapper {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center; }
  .titleButtonWrapper h3, .titleButtonWrapper h2 {
    font-size: 24px; }

.specs {
  font-size: 14px;
  display: flex;
  padding: 5px 20px;
  background: #eaf4ff;
  flex-wrap: wrap;
  justify-content: space-between; }

.specs .p:nth-child(n+6) {
  color: green; }

.productSpecs .firstColumn, .productSpecs .secondColumn {
  width: calc(50% - 15px); }

.productSpecs .firstColumn .specTitle, .productSpecs .secondColumn .specTitle {
  width: 150px; }

.productSpecs .firstColumn .specContent, .productSpecs .secondColumn .specContent {
  width: calc(100% - 150px); }

.singleColumn {
  width: 100%; }
  .singleColumn .specContent {
    width: calc(100% - 225px);
    padding: 15px 30px 15px 0;
    line-height: normal; }

.specs div:nth-child(n+3) {
  border-top: 1px solid #c3e1ff; }

.specTitle {
  width: 225px;
  padding: 15px 0; }
  .specTitle h5 {
    font-size: 14px;
    font-weight: 900;
    padding: 0px;
    line-height: normal; }

.specContent {
  padding: 15px 0; }
  .specContent p {
    margin-bottom: 0; }

.viewButton {
  display: inline-block;
  padding: 10px 35px;
  color: #fff;
  background: #60affd; }

.viewButton:hover {
  color: #fff;
  background-color: #2470bf; }

.ios-shadow {
  min-width: 256px;
  margin: 0 0.5% 0.5% 0; }

.imgShadowContainer {
  display: inline-block;
  position: relative;
  margin-bottom: 48px;
  font-size: 0;
  z-index: 1; }
  .imgShadowContainer img {
    border-radius: 6px; }

.imgShadowContainer::after {
  position: absolute;
  left: 2.5%;
  right: 2.5%;
  bottom: -16px;
  opacity: .5;
  height: 48px;
  z-index: -1;
  background-size: 105.26316% 10000%;
  background-position: bottom;
  filter: blur(15px); }

.topButtons {
  display: flex;
  padding-top: 20px;
  justify-content: space-between; }
  .topButtons a {
    font-size: 14px;
    line-height: 1;
    display: block;
    padding: 10px 15px; }
  .topButtons .back-button {
    background: #eaf4ff;
    color: #60affd; }
  .topButtons .request-button {
    color: #fff;
    background: #60affd; }

.heroText {
  background-color: #60affd;
  color: #fff;
  padding: 50px;
  margin: 0 -145px 45px;
  padding: 50px 180px; }

.heroText p {
  color: #fff; }

.heroText p, .homeFullSection p {
  margin-bottom: 20px; }

.heroText .viewButton {
  background: #fff;
  color: #3096ff; }

.singleHero {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }

.singleHero img {
  display: block;
  width: 100%;
  min-height: 400px;
  -o-object-fit: cover;
  -webkit-filter: brightness(70%);
  filter: brightness(70%); }

.singleHero .textWrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff; }

.singleHero .textWrapper h2, .singleHero .textWrapper h3 {
  line-height: 1;
  display: block;
  width: 100%;
  margin: 0 auto; }

.singleHero .textWrapper h2 {
  font-size: 72px;
  max-width: 455px; }

.singleHero .textWrapper h3 {
  font-size: 32px;
  max-width: 600px;
  padding-top: .25em; }

.singleHero .viewButton {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0); }

@font-face {
  font-family: "Hurme Geometric Sans 3";
  src: url("media/font/HurmeGeometricSans3-Bold.eot");
  src: url("media/font/HurmeGeometricSans3-Bold.eot?#iefix") format("embedded-opentype"), url("media/font/HurmeGeometricSans3-Bold.woff2") format("woff2"), url("media/font/HurmeGeometricSans3-Bold.woff") format("woff"), url("media/font/HurmeGeometricSans3-Bold.ttf") format("truetype");
  font-style: normal; }
span:hover {
  cursor: default; }

button:focus {
  outline: none; }

.tagcloud a {
  font-size: 17px !important;
  line-height: 1.29411764705882;
  text-transform: lowercase; }
  .tagcloud a:after {
    content: ',';
    font-size: 16px; }
  .tagcloud a:nth-last-of-type(1):after {
    content: ''; }

.socialShare img {
  height: 25px !important;
  width: auto;
  border-radius: 100%;
  padding-left: 3px; }

.brandLogo {
  padding: 20px 0 10px 0; }

.brandLogo img {
  max-height: 70px; }

.featuredAttributesContainer {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: flex;
  margin-top: -10px;
  padding: 75px 20px 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.singleAttribute {
  width: calc(25% - 25px);
  margin: 0 10px;
  text-align: center; }

.jetpakAttribute {
  width: calc(33.3% - 25px);
  margin: 0 10px;
  text-align: center;
  margin-bottom: 40px; }

.spaColorAttribute {
  width: calc(20% - 25px);
  margin: 0 10px;
  text-align: center;
  margin-bottom: 40px; }

.attrImg {
  width: 85%;
  margin: 0 auto 25px;
  padding-bottom: 85%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.singleAttribute h3, .jetpakAttribute h3, .spaColorAttribute h3 {
  font-size: 14px;
  min-height: 36px;
  margin-bottom: 5px;
  color: #60affd; }

.mobileCall {
  font-size: 24px;
  text-align: left;
  padding-left: 45px;
  width: 100%;
  padding: 10px;
  background: rgba(234, 244, 255, 0.8);
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 10; }

.mobileCall a {
  margin: 0 15px;
  padding: 10px !important; }

.mobileCall a img {
  position: fixed;
  margin: 0;
  max-height: 18px;
  left: 20px; }

#mobileSearchform {
  width: 100%;
  padding: 20px; }

#mobileSearchform div {
  display: flex; }

#mobileSearchform #s {
  font-size: 25px;
  line-height: 1;
  width: calc(100% - 100px);
  padding: 12px;
  color: #282828;
  border: none;
  border-radius: 0;
  outline: none;
  background: #eaf4ff;
  -webkit-appearance: none; }

#mobileSearchform #searchsubmit {
  width: 100px;
  height: 70px;
  padding: 0;
  color: #60affd;
  border: none;
  border-radius: 0;
  outline: none;
  background: #60affd;
  -webkit-appearance: none;
  background-image: url("http://swimfun.us/wp-content/themes/swimfun/media/search.svg");
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0; }

#gform_6 .gform_button {
  background: #fff;
  color: #60affd; }

#gform_6 #input_6_6 {
  width: 100% !important; }

/* Spa Page */
.spaInfo, .spaCapacity p, .spaJetpaks p, .spaSeating p, .spaColorAttribute p {
  display: inline; }

.spaSeating, .grillHeatSource {
  margin-top: 20px; }

.spaCapacity img, .spaJetpaks img, .grillHeatSource img, .spaColorAttribute img {
  height: 50px;
  position: relative;
  top: 17px; }

.spaSeating img {
  height: 30px;
  margin-left: 14px;
  top: 10px;
  position: relative; }

.spaJetpaks img {
  margin-left: 5px; }

.slick-slider .slick-arrow, .slick-slider .slick-arrow:focus {
  background-color: rgba(99, 176, 255, 0.85);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1; }

.slick-slider .slick-arrow:hover {
  background-color: #60affd; }

.slick-slider img {
  width: 100%; }

.slick-slide p {
  font-family: "Hurme Geometric Sans 3";
  font-size: 20px;
  margin-top: 10px;
  text-align: center; }

.bannerHero {
  margin-top: 85px; }

.bannerHero .wrapperBody {
  height: 280px;
  display: flex;
  padding: 0 10px;
  margin: 0 auto; }

.bannerHero .wrapperBody img {
  max-height: 350px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 410px 0 0;
  -ms-flex: 410px 0 0;
  flex: 410px 0 0; }

.bannerHero .wrapperBody .text {
  padding-left: 30px;
  align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  flex: 500px 1 1;
  -webkit-box-flex: 500px 1 1;
  -ms-flex: 500px 1 1;
  color: #fff; }

.bannerHero .wrapperBody .text h3 {
  padding-bottom: 20px;
  color: #fff; }

.bannerHero .wrapperBody .text p {
  max-width: 275px;
  font-size: 24px;
  line-height: 1.08333333;
  color: #fff;
  font-family: "Hurme Geometric Sans 3"; }

.pageTitle {
  font-size: 52px; }

/* Waves */
.waves {
  width: 100%;
  max-width: 1260px;
  height: 25vh;
  min-height: 10em;
  position: absolute;
  overflow: hidden;
  z-index: 1; }

.wave {
  width: calc( 100% + 4em);
  height: 100%;
  position: absolute;
  left: -2em;
  background: bottom center repeat-x;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

/* Individual wave layers */
.wave_1 {
  animation-name: wave_1;
  animation-duration: 3400ms;
  animation-delay: -1200ms;
  top: -1.0em;
  z-index: 1;
  opacity: 0.10;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="246" height="2000" viewBox="0 0 246 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#60affd" d="M0 2000c50.43 0 72.57-20.522 123-20.522 50.43 0 71.34 20.522 123 20.522V0H0v2000z"/></svg>');
  background-position: bottom left; }

.wave_2 {
  animation-name: wave_2;
  animation-duration: 3200ms;
  animation-delay: -600ms;
  top: -2.0em;
  z-index: 2;
  opacity: 0.25;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="307" height="2000" viewBox="0 0 307 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#60affd" d="M0 0h307v2000c-64.47 0-90.563-25.623-153.5-25.623C90.565 1974.377 62.935 2000 0 2000V0z"/></svg>');
  background-position: bottom right; }

.wave_3 {
  animation-name: wave_3;
  animation-duration: 2800ms;
  animation-delay: -2400ms;
  top: -3.0em;
  z-index: 3;
  opacity: 0.50;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="384" height="2000" viewBox="0 0 384 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#60affd" d="M0 0h384v2000c-80.64 0-113.28-32.047-192-32.047S78.72 2000 0 2000V0z"/></svg>');
  background-position: bottom center; }

.wave_4 {
  animation-name: wave_4;
  animation-duration: 2600ms;
  animation-delay: -1800ms;
  top: -4.0em;
  z-index: 4;
  opacity: 0.75;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="480" height="2000" viewBox="0 0 480 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#60affd" d="M480 2000c-100.8 0-141.6-39.892-240-39.892S98.4 2000 0 2000V0h480v2000z"/></svg>');
  background-position: bottom left; }

.wave_5 {
  animation-name: wave_5;
  animation-duration: 3000ms;
  animation-delay: -3000ms;
  top: -5.0em;
  z-index: 5;
  opacity: 0.90;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="2000" viewBox="0 0 600 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#60affd" d="M0 2000c123 0 177-49.866 300-49.866S474 2000 600 2000V0H0v2000z"/></svg>');
  background-position: bottom right; }

/* Wave animations */
@keyframes wave_1 {
  from {
    transform: rotate(0deg) translatey(-0.61em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-0.61em) rotate(-360deg); } }
@keyframes wave_2 {
  from {
    transform: rotate(0deg) translatey(-0.77em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-0.77em) rotate(-360deg); } }
@keyframes wave_3 {
  from {
    transform: rotate(0deg) translatey(-0.96em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-0.96em) rotate(-360deg); } }
@keyframes wave_4 {
  from {
    transform: rotate(0deg) translatey(-1.2em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-1.2em) rotate(-360deg); } }
@keyframes wave_5 {
  from {
    transform: rotate(0deg) translatey(-1.5em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-1.5em) rotate(-360deg); } }
.error404 footer {
  background: #153C65;
  color: #fff;
  border-top: 0px; }

.error404 footer p, .error404 .footerWrapper .menu a, .error404 small {
  color: #fff; }

.error404 small {
  opacity: .1; }

.brandProductInfo {
  background: #f3f3f3;
  padding: 60px; }

.brandProductInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1010px;
  margin: 0 auto; }

.brandProductInfo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3);
  background: #fff;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.brandProductInfo ul li:nth-of-type(2) {
  background: #60affd; }

.brandProductInfo ul li:nth-of-type(2) h3, .brandProductInfo ul li:nth-of-type(2) p, .brandProductInfo ul li:nth-of-type(2) p:nth-of-type(2) {
  color: #fff; }

.brandProductInfo ul li a {
  padding: 30px; }

.brandProductInfo ul li a h3 {
  font-size: 42px;
  line-height: 1.02380952380952;
  padding-bottom: 15px;
  font-family: "Hurme Geometric Sans 3"; }

.brandProductInfo ul li a p {
  font-size: 16px;
  line-height: 1.4375;
  font-family: "Hurme Geometric Sans 3"; }

.brandProductInfo ul li a p:last-of-type {
  font-size: 25px;
  display: block;
  padding-top: 15px;
  text-decoration: underline;
  color: #60affd; }

.video {
  width: 100%;
  height: 568px;
  margin-bottom: 20px; }

.rowtype {
  width: 100%;
  padding: 45px;
  margin: 15px 0; }
  .rowtype h1 {
    padding-bottom: 0px !important; }

.shhh {
  display: none !important; }

/* Responsive */
@media only screen and (max-width: 1100px) {
  .notification {
    display: block;
    width: inerit;
    margin-top: 70px; }
    .notification h4 {
      text-align: center; }
    .notification a {
      margin-top: 10px;
      margin-left: 0 !important; }

  .jetpakAttribute, .singleAttribute, .spaColorAttribute {
    width: calc(50% - 25px); }

  body {
    border: 0; }

  .brand article {
    margin-top: 70px; }

  .homeHeroImg {
    margin-top: 0; }

  #locateMap {
    height: calc(100vh - 70px); }

  #importantLinks, .mainNav, .bigLinks {
    display: none !important; }

  #nav-wrapper {
    top: 0;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    position: fixed;
    width: 100%; }

  #logoMisc {
    width: 100% !important;
    height: 70px; }

  .home div#logoMisc {
    background: #60affd; }

  .home div.trigger span {
    background: #fff; }

  #logo {
    max-height: 60px;
    padding-left: 20px; }

  #wrapper {
    background: #fafafa;
    overflow: hidden; }

  .collectionWrapper, .productWrapper, .contact-wrapper-500 {
    padding: 0 20px !important; }

  .collectionItems, .footerWrapper {
    flex-wrap: wrap; }

  .blogContainer {
    background: transparent; }

  #sidebar {
    width: 250px; }

  .articleWrapper {
    width: calc(100% - 270px); }

  .locationLinksWrapper {
    padding: 25px 0 0 0; }

  .footerWrapper {
    display: none; }

  /* Mobile Navigation */
  .mobileNav {
    display: block; }

  .menu {
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 2;
    margin-top: 70px; }

  .menu ul {
    margin-top: 80px;
    list-style-type: none;
    padding: 15px;
    left: 0;
    width: 250px;
    text-align: left;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }

  .menu ul li {
    color: white;
    font-size: 24px;
    padding: 10px 0; }

  .trigger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 22px;
    right: 30px;
    bottom: auto;
    left: auto;
    z-index: 3;
    cursor: pointer;
    transition: top .1s ease; }

  .trigger span {
    display: block;
    width: 100%;
    height: 5px;
    background: #60affd;
    margin: 0 0 5px 0;
    transition: all .2s ease;
    position: absolute; }

  .trigger span:first-child {
    top: 0;
    left: 0; }

  .trigger span:nth-child(2) {
    top: 10px;
    left: 0; }

  .trigger span:last-child {
    top: 20px;
    left: 0; }

  .trigger.on {
    top: 30px; }

  .trigger.on span:first-child {
    transform: rotate(45deg); }

  .trigger.on span:nth-child(2) {
    transform: rotate(-45deg);
    top: 0; }

  .trigger.on span:last-child {
    transform: rotate(45deg);
    top: 0; }

  /* End Mobile Navigation */ }
@media only screen and (max-width: 700px) {
  h1 {
    text-align: center; }

  h2, h1 {
    font-size: 32px !important; }

  h3 {
    font-size: 22px !important; }

  .homeHeroImg {
    height: 45vh;
    min-height: 300px; }

  .viewButton {
    width: 65vw;
    margin: 0 auto;
    display: inherit; }

  .jetpakAttribute, .singleAttribute {
    width: 100%;
    padding-bottom: 40px; }

  /* responsive fixes */
  .brandLogo {
    max-height: 0px; }

  .collectionSidebySide {
    display: flex;
    flex-flow: row wrap !important;
    justify-content: space-between !important; }

  .collectionSide {
    flex: initial; }

  .collectionSidebySide div:nth-of-type(1) {
    order: 2;
    padding: 10px 10px 40px 10px; }

  .collectionSidebySide div:nth-of-type(2) {
    order: 1;
    padding: 10px 10px 40px 10px; }

  .search .resultsWrapper .resultsContainer, #blocksContainerSvc {
    column-count: 2; }

  .titleContainer h1 {
    font-size: 32px; }

  .single-block.image {
    min-height: 250px; }

  .bannerHero {
    margin-top: 0; }

  .bannerHero .wrapperBody {
    height: auto;
    flex-flow: row wrap;
    justify-content: space-between; }

  .bannerHero .wrapperBody img {
    order: 2;
    padding-top: 10px; }

  .bannerHero .wrapperBody .text {
    order: 1;
    padding-top: 40px; }

  .brandProductInfo ul {
    flex-wrap: wrap; }

  .brandProductInfo ul li {
    width: 100%; }

  .brandProductInfo {
    padding: 0; }

  .singleHero .viewButton {
    width: 70vw; }

  /* responsive fixes end */
  .singleHero img {
    min-height: initial; }

  .collectionSidebySide {
    margin-bottom: 20px; }

  .featuredAttributesContainer {
    padding: 50px 0 0 0; }

  .productSpecs .firstColumn, .productSpecs .secondColumn {
    width: 100%; }

  .titleButtonWrapper .viewButton {
    display: none; }

  .homeFullSection {
    max-width: 100vw;
    margin: 0;
    padding: 40px; }

  .homeFullSection div.collectionSide {
    bottom: 0;
    right: 0; }

  #logoMisc {
    position: fixed; }

  .collectionSidebySide {
    padding: 0; }

  .collectionWrapper {
    padding: 0 !important; }

  .collectionSide {
    width: 100%;
    background-size: contain !important;
    min-height: 250px !important; }

  .mobileCall {
    display: flex; }

  .collectionTitleDescription {
    width: 100%; }

  .featureImg {
    /* max-height:35vh; */
    display: none; }

  .collectionFtImage {
    width: 100%; }

  .singleCollectionItem_4, .singleCollectionItem {
    width: calc(100% / 1 - 20px) !important; }

  .articleWrapper, #sidebar, .topButtons a, .viewButton {
    width: 100%; }

  .viewButton, .topButtons a {
    text-align: center;
    padding: 20px 0; }

  .topButtons {
    display: flex; }

  .specTitle {
    width: 35% !important; }

  .specContent {
    width: calc(100% - 35%) !important; }

  .brandLogo img {
    display: block;
    margin: 0 auto; }

  .entry img {
    max-height: 75vh;
    margin: 0 auto;
    display: inline; }

  .socialSet {
    display: block !important;
    padding-top: 15px;
    float: left;
    width: 100%; }

  .newsletterHero span {
    display: block !important; }

  .newsletterHero {
    padding-top: 0;
    text-align: center; }

  footer {
    margin-bottom: 100px;
    padding-top: 20px; }

  .hours, .locationLinksWrapper {
    display: none; }

  .footerWrapper {
    padding: 30px 20px 0; }

  .ftVideoWrapper {
    margin: 0 -41px; }

  .footerCopyright {
    padding: 30px 20px;
    margin-top: 15px;
    font-family: "Heebo", sans-serif; } }
