/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */



/*****************************************/
/* Start your style declarations here    */
/*****************************************/
h1 {
  font-size: 1.5rem
}

@media screen and (max-width: 900px){
  h1 {font-size: 2.5rem !important;}
}

h2 {
  font-size: 1.25rem
}

@media screen and (max-width: 900px){
  h2 {font-size: 1.5rem !important;}
}

h3 {
  font-size: 1.1875rem
}

@media screen and (max-width: 900px){
  h3 {font-size: 1.25rem !important;}
}

h4 {
  font-size: 1.125rem
}

h5 {
  font-size: 1.0625rem
}

h6 {
  font-size: 1rem
}
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
img{
  margin-bottom: 1rem;
}
p{
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
.button-widget {
  background-color: rgba(255, 255, 255, 0.75);
  margin: 20px auto !important;
  max-width: 275px;
  text-align: center;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.button.expanded {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button-widget a {
  line-height: 1.4;
  font-size: 1rem;
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #3aa6ad;
  color: #fff;
}
@media screen and (max-width: 900px){
  .button {font-size:1rem !important;}
}
a {
  color: #3aa6ad;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
.button:hover, .button:focus {
  background: #318d93;
  color: #fff;
}
.sidebar-promo, .social-widget {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #3aa6ad;
  margin: 20px auto;
  max-width: 275px;
  padding: 15px 0;
  text-align: center;
}
.sidebar-promo ul, .social-widget ul {
  display: inline-flex;
  margin-bottom: 1rem;
}
.widget ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}
ul, ol, dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}
.widget ul li {
  display: block;
  list-style: none;
}
.sidebar-promo li, .social-widget li {
  padding: 0.525rem;
}
li {
  font-size: inherit;
}
a#cta_button_5562828_730d23f7-67f5-45c7-a9a0-863caaec4609{
  display:none !important;
}
html, body {
  font-size: 100%;
}
.hs-landing-page .span12.widget-span.widget-type-cell.page-center.content-wrapper {
  float: none;
  max-width: 75rem;
  margin: 0 auto 0;
}
.home-specials {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  display: block;
  height: auto;
  left: 0;
  margin-top: 0;
  padding: 1.3rem 1rem;
  position: absolute;
  top: 2%;
  width: 300px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.32);
  line-height: 1;
}
.home-specials-copy {
  font-size: 1.4rem;
  font-weight: 500;
}
.home-specials ul {
  list-style: outside none none;
  margin-left: 10px;
  padding: 0;
  margin-bottom: 10px;
}
ul.social-media li {
  list-style: none;
  display: inline-block;
}
.social-icon {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 0.2rem;
  padding: 0;
  width: 32px;
}
.banner-image img{
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
}
.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0;
  padding: 0;
}
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 1.25rem;
  color: #3aa6ad;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  transition: all 5s ease-in-out 0s;
  height: auto !important;
}
.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.legal {
  color: #999;
  font-size: 0.85em;
  margin: 50px 0 25px;
}
.column.end:last-child, .columns.end:last-child {
  float: left;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.row {
  max-width: 75rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row::after {
  clear: both;
}
.row::before, .row::after {
  content: ' ';
  display: table;
}
.hs-site-page .banner-image{
/*   background: url(https://burkewilliamsspa.com/wp-content/uploads/2019/07/BW_July_Website_Gift_homepg_images_3v2.jpeg) no-repeat center center;
  background-size: cover;
  height: 90vh; */
  position:relative;
}
.hs-site-page .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  color: #a8a099 !important;
  font-size: 16px !important;
  font-weight: normal !important;
  padding: 10px 1rem !important;
}
.hs-site-page .header-container-wrapper .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover, .hs-site-page .header-container-wrapper .custom-menu-primary .hs-menu-wrapper>ul ul li.active.active-branch a{
  color: #3aa6ad !important;
  background-color: #e6e6e6 !important;
}
#contact_form_pop .actions {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#contact_form_pop textarea[name="message"]{
  height:120px;
}
#contact_form_pop .actions input[type="submit"]{
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 0;
  line-height: 1;
}
span.hs-form-required {
  color: red;
  font-weight: bolder;
  padding: 0 2px;
}
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}
form#hsForm_af1664c9-7501-4db8-9704-4a28ce33f5ae label {
  font-size: 1.1rem !important;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  color: #584f46 !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-family: 'Lato', Helvetica, Roboto, Arial, sans-serif;
}
form#hsForm_af1664c9-7501-4db8-9704-4a28ce33f5ae  input.hs-input {
  font-weight: normal;
  padding: 5px 15px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #3aa6ad;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #584f46;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(88, 79, 70, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form#hsForm_af1664c9-7501-4db8-9704-4a28ce33f5ae  .actions input[type="submit"]{
  font-size: 16px;
  border-radius: 0;
}
.sidebar.right div.hs_cos_wrapper_widget {
  text-align: center;
}
.pp-sub-widget {
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
  border: 3px solid #787878;
  font-family: Sans-serif;
  background-color: #FFFFFF;
}
.pp-sub-widget-modern div.pp-sub-h, .pp-sub-widget-modern p.pp-sub-m-p {
  color: #337EC9;
}
.pp-sub-widget div.pp-sub-h {
  margin: 10px 10px 0 10px;
  font-size: 90%;
  font-weight: bold;
  color: #666666;
}
.pp-sub-widget h2.pp-sub-t {
  margin: 10px 10px 0 10px !important;
  padding: 0 !important;
  font-size: 200% !important;
  color: #222222 !important;
}
.pp-sub-widget .pp-sub-bx {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: auto;
  height: auto;
  margin: 0 10px;
}
.pp-sub-widget img.pp-sub-l {
  width: 100% !important;
  height: auto !important;
  max-width: 300px;
  padding: 0;
  margin: 10px 0;
  float: left;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.pp-sub-widget .pp-sub-btns {
  width: 100% !important;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pp-sub-widget a.pp-sub-btn {
  width: 100%;
  height: 48px;
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
  display: inline-block;
  margin: 10px 0 10px 0;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  line-height: 48px;
  font-size: 90% !important;
  font-weight: bold !important;
  overflow: hidden;
  border-radius: 1px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.pp-sub-widget-modern a.pp-sub-android {
  background-color: #6AB344;
}
.pp-sub-android .pp-sub-ic {
  background-position: -98px -98px;
}
.pp-sub-widget-modern a.pp-sub-pr, .pp-sub-widget-modern a.pp-sub-email {
  background-color: #337EC9;
}
.pp-sub-email .pp-sub-ic {
  background-position: -196px -49px;
}
.pp-sub-widget-modern a.pp-sub-bp, .pp-sub-widget-modern a.pp-sub-rss {
  background-color: #FF8800;
}
.pp-sub-rss .pp-sub-ic {
  background-position: 0 -49px;
}
.pp-sub-widget .pp-sub-ic {
  width: 48px;
  height: 48px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.pp-sub-ic {
  background-image: url(https://5562828.fs1.hubspotusercontent-na1.net/hubfs/5562828/spriteStandard.png);
  background-repeat: no-repeat;
  background-size: 294px;
}
.pp-sub-widget p.pp-sub-m-p {
  margin: 0;
  font-size: 90%;
  color: #222222;
}
.pp-sub-widget-modern div.pp-sub-h, .pp-sub-widget-modern p.pp-sub-m-p {
  color: #337EC9;
}
.pp-sub-widget .pp-sub-m {
  clear: both;
  margin: 10px;
}
body .entry-content .pp-sub-widget a:link, body .entry-content .pp-sub-widget a:visited, body .entry-content .pp-sub-widget a:active, body .entry-content .pp-sub-widget a:hover, body .pp-sub-widget a:link, body .pp-sub-widget a:visited, body .pp-sub-widget a:active, body .pp-sub-widget a:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
}
.fab-wrapper {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
.fab-checkbox {
  display: none;
}
.fab {
  position: absolute;
  text-align:center;
  bottom: 0rem;
  right: 0rem;
  width: 8.35rem;
  background: #3aa6ac;
  z-index: 0;
  border-radius: 999rem;
  letter-spacing: 0.6px;
  line-height: 2.4;
  border: 1px solid #3aa6ac;
}
.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.fab-dots-1 {
  vertical-align: sub;
}
.fab-dots-2 {
  color: #000;
  font-weight: bold;
}
@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.fab-checkbox:checked ~ .fab .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  display:none;
  /*   transform: scale(0); */
}
.fab-wheel.showsupportform{
  display:block;
}
/* .fab-checkbox:checked ~ .fab-wheel {
/*   transform: scale(1); */
} */
.fab-action {
  position: absolute;
  background: #0f1941;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
  transition: all 1s ease;
  opacity: 0;
}
.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}
.fab-action:hover {
  background-color: #f16100;
}
.support_form_pop .hs-form-iframe{
  width: 100% !important;
}
#support_form_pop .submitted-message {
  position: absolute;
  bottom: 60px;
  left: auto;
  right: 0;
  background-color: #e0e0e0;
  padding: 10px;
  border-radius: 9px;
  margin: 0 auto;
  width: auto;
  text-align: center;
  color: rgb(58, 166, 172);
}
@media screen and (min-width: 32em){
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.625rem
  }
  h3 {
    font-size: 1.125rem
  }
  h4 {
    font-size: 1.125rem
  }
  h5 {
    font-size: 1.125rem
  }
  h6 {
    font-size: 1.125rem
  }
  .medium-1 {
    width: 8.33333%
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%
  }
  .medium-offset-0 {
    margin-left: 0%
  }
  .medium-2 {
    width: 16.66667%
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%
  }
  .medium-offset-1 {
    margin-left: 8.33333%
  }
  .medium-3 {
    width: 25%
  }
  .medium-push-3 {
    position: relative;
    left: 25%
  }
  .medium-pull-3 {
    position: relative;
    left: -25%
  }
  .medium-offset-2 {
    margin-left: 16.66667%
  }
  .medium-4 {
    width: 33.33333%
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%
  }
  .medium-offset-3 {
    margin-left: 25%
  }
  .medium-5 {
    width: 41.66667%
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%
  }
  .medium-offset-4 {
    margin-left: 33.33333%
  }
  .medium-6 {
    width: 47%;
      display:inline-block;
  }
  .medium-push-6 {
    position: relative;
    left: 50%
  }
  .medium-pull-6 {
    position: relative;
    left: -50%
  }
  .medium-offset-5 {
    margin-left: 41.66667%
  }
  .medium-7 {
    width: 58.33333%
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%
  }
  .medium-offset-6 {
    margin-left: 50%
  }
  .medium-8 {
    width: 66.66667%
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%
  }
  .medium-offset-7 {
    margin-left: 58.33333%
  }
  .medium-9 {
    width: 75%
  }
  .medium-push-9 {
    position: relative;
    left: 75%
  }
  .medium-pull-9 {
    position: relative;
    left: -75%
  }
  .medium-offset-8 {
    margin-left: 66.66667%
  }
  .medium-10 {
    width: 83.33333%
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%
  }
  .medium-offset-9 {
    margin-left: 75%
  }
  .medium-11 {
    width: 91.66667%
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%
  }
  .medium-offset-10 {
    margin-left: 83.33333%
  }
  .medium-12 {
    width: 100%
  }
  .medium-offset-11 {
    margin-left: 91.66667%
  }
  .medium-up-1 .column,
  .medium-up-1 .columns {
    width: 100%;
    float: left
  }
  .medium-up-1 .column:nth-of-type(1n),
  .medium-up-1 .columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-1 .column:nth-of-type(1n+1),
  .medium-up-1 .columns:nth-of-type(1n+1) {
    clear: both
  }
  .medium-up-1 .column:last-child,
  .medium-up-1 .columns:last-child {
    float: left
  }
  .medium-up-2 .column,
  .medium-up-2 .columns {
    width: 50%;
    float: left
  }
  .medium-up-2 .column:nth-of-type(1n),
  .medium-up-2 .columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-2 .column:nth-of-type(2n+1),
  .medium-up-2 .columns:nth-of-type(2n+1) {
    clear: both
  }
  .medium-up-2 .column:last-child,
  .medium-up-2 .columns:last-child {
    float: left
  }
  .medium-up-3 .column,
  .medium-up-3 .columns {
    width: 33.33333%;
    float: left
  }
  .medium-up-3 .column:nth-of-type(1n),
  .medium-up-3 .columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-3 .column:nth-of-type(3n+1),
  .medium-up-3 .columns:nth-of-type(3n+1) {
    clear: both
  }
  .medium-up-3 .column:last-child,
  .medium-up-3 .columns:last-child {
    float: left
  }
  .medium-up-4 .column,
  .medium-up-4 .columns {
    width: 25%;
    float: left
  }
  .medium-up-4 .column:nth-of-type(1n),
  .medium-up-4 .columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-4 .column:nth-of-type(4n+1),
  .medium-up-4 .columns:nth-of-type(4n+1) {
    clear: both
  }
  .medium-up-4 .column:last-child,
  .medium-up-4 .columns:last-child {
    float: left
  }
  .medium-up-5 .column,
  .medium-up-5 .columns {
    width: 20%;
    float: left
  }
  .medium-up-5 .column:nth-of-type(1n),
  .medium-up-5 .columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-5 .column:nth-of-type(5n+1),
  .medium-up-5 .columns:nth-of-type(5n+1) {
    clear: both
  }
  .medium-up-5 .column:last-child,
  .medium-up-5 .columns:last-child {
    float: left
  }
  .medium-up-6 .column,
  .medium-up-6 .columns {
    width: 16.66667%;
    float: left
  }
  .medium-up-6 .column:nth-of-type(1n),
  .medium-up-6 .columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-6 .column:nth-of-type(6n+1),
  .medium-up-6 .columns:nth-of-type(6n+1) {
    clear: both
  }
  .medium-up-6 .column:last-child,
  .medium-up-6 .columns:last-child {
    float: left
  }
  .column.medium-centered,
  .columns.medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0
  }
  .row-fluid-wrapper .main-content, .row-fluid-wrapper .sidebar.right{
    width: 100%;
  }
}
@media screen and (min-width: 64em){
  .large-1 {
    width: 8.33333%
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%
  }
  .large-offset-0 {
    margin-left: 0%
  }
  .large-2 {
    width: 16.66667%
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%
  }
  .large-offset-1 {
    margin-left: 8.33333%
  }
  .large-3 {
    width: 25%
  }
  .large-push-3 {
    position: relative;
    left: 25%
  }
  .large-pull-3 {
    position: relative;
    left: -25%
  }
  .large-offset-2 {
    margin-left: 16.66667%
  }
  .large-4 {
    width: 33.33333%
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%
  }
  .large-offset-3 {
    margin-left: 25%
  }
  .large-5 {
    width: 41.66667%
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%
  }
  .large-offset-4 {
    margin-left: 33.33333%
  }
  .large-6 {
    width: 50%
  }
  .large-push-6 {
    position: relative;
    left: 50%
  }
  .large-pull-6 {
    position: relative;
    left: -50%
  }
  .large-offset-5 {
    margin-left: 41.66667%
  }
  .large-7 {
    width: 58.33333%
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%
  }
  .large-offset-6 {
    margin-left: 50%
  }
  .large-8 {
    width: 66.66667%
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%
  }
  .large-offset-7 {
    margin-left: 58.33333%
  }
  .large-9 {
    width: 75%
  }
  .large-push-9 {
    position: relative;
    left: 75%
  }
  .large-pull-9 {
    position: relative;
    left: -75%
  }
  .large-offset-8 {
    margin-left: 66.66667%
  }
  .large-10 {
    width: 83.33333%
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%
  }
  .large-offset-9 {
    margin-left: 75%
  }
  .large-11 {
    width: 91.66667%
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%
  }
  .large-offset-10 {
    margin-left: 83.33333%
  }
  .large-12 {
    width: 100%
  }
  .large-offset-11 {
    margin-left: 91.66667%
  }
  .large-up-1 .column,
  .large-up-1 .columns {
    width: 100%;
    float: left
  }
  .large-up-1 .column:nth-of-type(1n),
  .large-up-1 .columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-1 .column:nth-of-type(1n+1),
  .large-up-1 .columns:nth-of-type(1n+1) {
    clear: both
  }
  .large-up-1 .column:last-child,
  .large-up-1 .columns:last-child {
    float: left
  }
  .large-up-2 .column,
  .large-up-2 .columns {
    width: 50%;
    float: left
  }
  .large-up-2 .column:nth-of-type(1n),
  .large-up-2 .columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-2 .column:nth-of-type(2n+1),
  .large-up-2 .columns:nth-of-type(2n+1) {
    clear: both
  }
  .large-up-2 .column:last-child,
  .large-up-2 .columns:last-child {
    float: left
  }
  .large-up-3 .column,
  .large-up-3 .columns {
    width: 33.33333%;
    float: left
  }
  .large-up-3 .column:nth-of-type(1n),
  .large-up-3 .columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-3 .column:nth-of-type(3n+1),
  .large-up-3 .columns:nth-of-type(3n+1) {
    clear: both
  }
  .large-up-3 .column:last-child,
  .large-up-3 .columns:last-child {
    float: left
  }
  .large-up-4 .column,
  .large-up-4 .columns {
    width: 25%;
    float: left
  }
  .large-up-4 .column:nth-of-type(1n),
  .large-up-4 .columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-4 .column:nth-of-type(4n+1),
  .large-up-4 .columns:nth-of-type(4n+1) {
    clear: both
  }
  .large-up-4 .column:last-child,
  .large-up-4 .columns:last-child {
    float: left
  }
  .large-up-5 .column,
  .large-up-5 .columns {
    width: 20%;
    float: left
  }
  .large-up-5 .column:nth-of-type(1n),
  .large-up-5 .columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-5 .column:nth-of-type(5n+1),
  .large-up-5 .columns:nth-of-type(5n+1) {
    clear: both
  }
  .large-up-5 .column:last-child,
  .large-up-5 .columns:last-child {
    float: left
  }
  .large-up-6 .column,
  .large-up-6 .columns {
    width: 16.66667%;
    float: left
  }
  .large-up-6 .column:nth-of-type(1n),
  .large-up-6 .columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-6 .column:nth-of-type(6n+1),
  .large-up-6 .columns:nth-of-type(6n+1) {
    clear: both
  }
  .large-up-6 .column:last-child,
  .large-up-6 .columns:last-child {
    float: left
  }
  .column.large-centered,
  .columns.large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0
  }
  .row-fluid-wrapper .main-content{
    width: 65.74585634900001%;
  }
  .row-fluid-wrapper .sidebar.right{
    width: 31.491712705%;
  }
}
/*additional css*/
/* .home-specials-mobile {
display: none;
}
#support_form_pop form {
border-radius: .57143rem;
box-shadow: 0 0 0.42857rem 0 rgba(0,0,0,.2);
background: hsla(0,0%,100%,.98);
float: right;
width: 357px;
height: 100%;
}
#support_form_pop form  h1.support-from-title.u-textBold.u-textCenter {
letter-spacing: .02143rem;
line-height: 1.2;
padding-left: 2.14286rem;
padding-right: 2.14286rem;
font-size: 1.0rem;
background: #17acb0 !important;
color: #103435 !important;
text-align: center;
padding-top: 1.07143rem !important;
padding-bottom: 1.07143rem !important;
font-weight: bold;
border-radius: .57143rem .57143rem 0rem 0rem;
margin-bottom: 1.1rem;
} 
#support_form_pop form  input {
border: 1px solid #d8dcde;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color .25s ease-in-out,box-shadow .1s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out;
outline: none;
border-radius: 4px;
background-color: #fff;
padding: .71429em 1.14286em;
padding-top: 0.71429em;
padding-right: 1.14286em;
padding-bottom: 0.71429em;
padding-left: 1.14286em;
width: 100%;
min-height: 40px;
box-sizing: border-box;
vertical-align: middle;
line-height: 1.28571;
color: #2f3941;
font-family: inherit;
font-size: 14.5px;
font-weight: 500;
}
#support_form_pop form .hs-form-field,.actions,.hs_error_rollup {
flex-grow: 1;
padding-left: .71429rem!important;
padding-right: .71429rem!important;
}
#support_form_pop form label.hs-error-msg,#support_form_pop form label.hs-main-font-element {
color: #cc3340;
font-size: 12.8px;
font-weight: 500;
} 
#support_form_pop form  ul.no-list.hs-error-msgs.inputs-list {
margin-left: 0px;
}
#support_form_pop form  input#attachments-93dbca30-203e-4cc1-b03d-d50fd5477cd3 {
border: .14286rem dashed #d8dcde !important;
border-radius: .35714rem;
background-color: #fff;
opacity: .9;
}
#support_form_pop form .hs-button.primary,#support_form_pop form  input[type="submit"],#support_form_pop form  input[type="button"] {
cursor: pointer;
-webkit-appearance: none;
text-decoration: none !important;
background: #3aa6ad !important;
border: 1px solid #3aa6ad !important;
display: inline-block;
outline: 0;
}
#support_form_pop form .support-from-title span {
float: right;
}
#support_form_pop form span.supportformclose img {
width: 21px;
margin-top: 1px;
} */

/*additional css*/
/* .home-specials-mobile {
  display: none;
} */
#support_form_pop form {
  border-radius: .57143rem;
  box-shadow: 0 0 0.42857rem 0 rgba(0,0,0,.2);
  background: hsla(0,0%,100%,.98);
  float: right;
  width: 357px;
  height: 100%;
}
#support_form_pop form  h1.support-from-title.u-textBold.u-textCenter {
  letter-spacing: .02143rem;
  line-height: 1.2;
  padding-left: 2.14286rem;
  padding-right: 2.14286rem;
  font-size: 1.0rem;
  background: #17acb0 !important;
  color: #103435 !important;
  text-align: center;
  padding-top: 1.07143rem !important;
  padding-bottom: 1.07143rem !important;
  font-weight: bold;
  border-radius: .57143rem .57143rem 0rem 0rem;
  margin-bottom: 1.1rem;
}
#support_form_pop form  input {
  border: 1px solid #d8dcde;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .25s ease-in-out,box-shadow .1s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  padding: .71429em 1.14286em;
  padding-top: 0.71429em;
  padding-right: 1.14286em;
  padding-bottom: 0.71429em;
  padding-left: 1.14286em;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.28571;
  color: #2f3941;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 500;
}
#support_form_pop form .hs-form-field,#support_form_pop form .actions,#support_form_pop form .hs_error_rollup {
  flex-grow: 1;
  padding-left: .71429rem!important;
  padding-right: .71429rem!important;
}
#support_form_pop form label.hs-error-msg,#support_form_pop form label.hs-main-font-element {
  color: #cc3340;
  font-size: 12.8px;
  font-weight: 500;
}
#support_form_pop form  ul.no-list.hs-error-msgs.inputs-list {
  margin-left: 0px;
}
#support_form_pop form  input#attachments-93dbca30-203e-4cc1-b03d-d50fd5477cd3 {
  border: .14286rem dashed #d8dcde !important;
  border-radius: .35714rem;
  background-color: #fff;
  opacity: .9;
}
#support_form_pop form .hs-button.primary,#support_form_pop form  input[type="submit"],#support_form_pop form  input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: #3aa6ad !important;
  border: 1px solid #3aa6ad !important;
  display: inline-block;
  outline: 0;
}
#support_form_pop form .support-from-title span {
  float: right;
  z-index: 9999;
}
#support_form_pop form span.supportformclose img {
  width: 21px;
  margin-top: 1px;
}

.span12.widget-span.widget-type-cell.main-content {
  width: 100%;
}
.is-active > .accordion-title::before {
  content: "–";
}
@media (max-width: 1224px) {
  .hs-site-page .span12.widget-span.widget-type-cell.page-center.content-wrapper {
    padding: 4rem 6rem;
  }
  .row-fluid-wrapper .main-content {
    width: 100%;
  }
  .row-fluid-wrapper .sidebar.right {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hs-site-page .body-container .row-fluid-wrapper.row-depth-1.row-number-2 {
    right: 0px !important;
  }
}
@media (max-width: 1024px) {
  a.mobile-icon span:before {
    height: 2px !important;
    top: 0 !important;
  }
}
@media (max-width: 991px) {
  /*   .hs-site-page .banner-image {
  height: 320px;
} */
  a.mobile-icon span:before {
    top: 2px !important;
  }
/*   .hs-site-page .banner-image {
    background-size: 100% 100%;
    height: auto;
    padding-bottom: 54.5%;
  } */
}
@media (max-width: 1000px) {
  .home-specials {
    height: auto;
    padding: 10px;
    width: auto;
        position: relative;
    text-align: center;
  }
  .home-specials ul {margin-left:0px;}
  .hs-site-page .span12.widget-span.widget-type-cell.page-center.content-wrapper {
    padding: 2rem;
  }
  .fullwidthimage{
    width: 100% !important;
  }
  /*   .large-6,.large-6 img,#hs_cos_wrapper_widget_11214513504 img,#hs_cos_wrapper_widget_11214513861 img,#hs_cos_wrapper_widget_11214931774 img,#hs_cos_wrapper_widget_11215152655 img,#hs_cos_wrapper_widget_11215152931 img,
  #hs_cos_wrapper_widget_11215256296 img,div#hs_cos_wrapper_widget_11215775356 img,div#hs_cos_wrapper_widget_11214144160 p img,div#hs_cos_wrapper_widget_11215152655 img {
  width: 100% !important;
} */
  /*   #hs_cos_wrapper_widget_11215153327 img,#hs_cos_wrapper_widget_11215775356 img,div#hs_cos_wrapper_widget_11215775356 .large-6.columns img {
  width: 200px !important;
} */
}
@media screen and (max-width: 667px) {
  .hs-content-id-11211418327 .body-container .row-fluid-wrapper.row-depth-1.row-number-2 {
    position: relative !important;
    width: 100% !important;
    display: block;
    height: 100% !important;
    margin: 20px auto !important;
    max-width: 320px !important;
    text-align: center;
    overflow: hidden;
    left: auto !important;
    right: auto !important;
    float: none !important;
  }
  .hs-content-id-11211418327 .home-specials {
    background: rgba(255,255,255,0.7) none repeat scroll 0 0;
    display: block;
    height: 100% !important;
    margin: 30px auto 0px !important;
    position: relative !important;
    text-align: center;
    width: 100% !important;
  }
  .hs-content-id-11211418327 .span12.widget-span.widget-type-cell.page-center.content-wrapper {
    background-color: #dddbd9;
    background-image: none;
  }
  /*.home-specials {
    margin-left: 4%;
  }*/
}
@media (max-width: 480px) {
/*   .home-specials {
    display: none;
  } */
  #support_form_pop form {
    max-width: 69%;
  }
/*   .home-specials-mobile {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    display: block;
    height: 320px;
    margin:0 auto;
    padding: 1rem;
    position: relative;
    text-align: center;
    margin-bottom: 23px;
  }
  .home-specials-mobile ul {
    margin-left : 0px !important;
  }
  .home-specials-mobile a {
    font-size: 16px;
    font-weight: 500;
  }
  .home-specials-mobile li {
    list-style-type: none;
  } */
}
@media (max-width: 400px) {
  #support_form_pop form {
    max-width: 60%;
  }
  .pp-sub-widget .pp-sub-bx {
    column-count: 1;
  }
  input.pp-sub-m-i {
    font-size: 13px;
  }
}

/********* Careers template css ***********/

.careers-full-width-page .slick-prev, .careers-full-width-page .slick-next {
  display: none !important;
}
.careers-full-width-page .hs_cos_gallery{
  background-color: #FCEDD6;
}
.careers-full-width-page .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper, .careers-full-width-page .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper, .careers-full-width-page .hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper {
  display: block;
}
.careers-full-width-page div#scene-4 {
  background-image: url(https://5562828.fs1.hubspotusercontent-na1.net/hubfs/5562828/BW-Recruiting-FamilyNEW.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 700px;
  background-size: cover;
}
.careers-full-width-page .container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding:0;
}
.careers-full-width-page  .footer-container.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 75rem;
  margin: 0 auto;
}
.careers-full-width-page .x-container {
  margin: 0 auto;
  max-width: 940px;
}
.careers-full-width-page .center-text {
  text-align: center;
}
/* .careers-full-width-page .apply-btn {
color: #e0b584;
font-size: 17px;
padding: 8px 40px 8px 40px;
border: solid #e0b584 1px;
text-decoration: none;
word-spacing: .3em;
margin: 0 2rem;
}
.careers-full-width-page .apply-btn:hover {
background: none repeat scroll 0 0 #c87f28;
text-decoration: none;
color: #fff;
} */
.careers-full-width-page  a:hover, .careers-full-width-page  #reply-title small a:hover {
  color: #ad8647;
}
.careers-full-width-page  a:hover, .careers-full-width-page a:active, .careers-full-width-page a:focus, .careers-full-width-page a:link, .careers-full-width-page a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style: none;
}
.careers-full-width-page a:hover, .careers-full-width-page a:active {
  outline: 0;
}
.careers-full-width-page #x-content-band-3 {
  color: #fff;
}
.careers-full-width-page #scene-2{
  margin-top: .7em;
  margin-bottom: .3em;
}
.careers-full-width-page #scene-2 p.tagline {
  margin-bottom: 1em;
}
.careers-full-width-page .x-content-band.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.careers-full-width-page .recruit {
  margin: 0 auto;
  width: 480px;
  height: 222px;
  display: block;
  background: transparent url('https://5562828.fs1.hubspotusercontent-na1.net/hubfs/5562828/BW-Recruiting-OurVideoPLAY-White.png') center top no-repeat;
}
.careers-full-width-page .recruit:hover {
  background-image: url('https://5562828.fs1.hubspotusercontent-na1.net/hubfs/5562828/BW-Recruiting-OurVideoPLAY-Black.png');
}
@media screen and (min-width: 640px){
  .TAM_desktop {display: block;}
  .TAM_mobile {display: none;}
  
  .TAM_main {
    max-width: 730px !important;
    height: 700px;
    background-color: #fff;
  }
  .TAM_iframe-large {
    height: 100%;
    display: block;
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
  }
  .TAM_iframe-small {
    display: none;
  }
  .TAM_iframe-large iframe {
    height: 800px;
  }
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: .4rem 1.2rem;
}
.heading-golden{
  color: #c87f28;
}
.button-golden {
  color: #e0b584;
  font-size: 17px;
  padding: 8px 40px 8px 40px;
  border: solid #e0b584 1px;
  text-decoration: none;
  word-spacing: .3em;
  margin: 0 2rem;
  background:transparent;
  width:33%;
}
.button-golden:hover, .button-golden:focus {
  background: none repeat scroll 0 0 #c87f28;
  text-decoration: none;
  color: #fff !important;
}
/* .custom-menu-primary .hs-menu-wrapper>ul ul {
  min-width: 200px;
} */

/************Accordians new by module***********/

.hs-accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.hs-accordion__item {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.hs-accordion__item button {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 1.25rem;
  color: #3aa6ad;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 300;
} 

.hs-accordion__item button:hover,.hs-accordion__item button:focus {
  color: #00b9d6;
  opacity: .8;
  background-color: #e6e6e6;
  color: #205d61;
}
.hs-accordion__item[aria-expanded=true] button {
  color: #00b9d6;
  border-bottom-color: #e6e6e6;
}

.hs-accordion__item[aria-expanded=true] main{
  border-bottom: 1px solid #e6e6e6;
}

.hs-accordion__item-icon {
  height: auto;
  width: auto;
  right: 1em;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: none;
  border-radius: none;
}

.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:before, .hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:after, .hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:before, .hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:after {
  background-color: #3aa6ab;
}

@media screen and (max-width: 639px){
  .TAM_desktop {display: none;}
  .TAM_mobile {display: block;}
  
  .TAM_iframe-large {
    display: none;
  }
  .TAM_iframe-small {
    height: auto;
    display: block;
    overflow: auto;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    border: none !important;
    -webkit-overflow-scrolling: touch;
  }
  #x-content-band-3{
    padding: 20px 0.5em 100px !important;
  }
  .TAM_main {
    max-width: 100% !important;
  }
  .button-golden {
    margin: 0 0rem;
    width: auto;
  }
  #jobs_page #iframe_content {
    width: 100% !important;
    background: none repeat scroll 0 0 #FFF;
  }
  .careers-full-width-page .recruit{
    margin: 0 auto;
    background-size: contain;
    display: block;
    height: auto;
    width: auto;
  }
}

::selection{
  background:#3aa6ad;
  color:#fff;
}

.floating-support-button {
    display: none !important;
}
.banner-image img {
    display: inline;
    width: auto;
    height: auto;
    position: relative;
    max-width: 100%;
    margin: 0;
}
.hs-content-id-11211418327 .body-container .row-fluid-wrapper.row-depth-1.row-number-1 {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
}
.hs-content-id-11211418327 .body-container .row-fluid-wrapper.row-depth-1.row-number-2 {
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    right: 16%;
    margin: 0 auto;
    max-width: 320px;
    top: auto;
}
.hs-content-id-11211418327 .body-container .row-fluid-wrapper.row-depth-1.row-number-3 {
    width: 100%;
    float: left;
    height: 100%;
}






#two-colum-right-sidebar-right {
  display: none;
}
#two-colum-right-main-content {
  width: 100%;
  display: block;
}
.cta-book-button {
	border-radius: 0px !important;
	font-size: 18px !important;
	width: 70% !important;
	text-transform: uppercase;
}
.footer-social-icons-section {
    text-align: center;
    width: 100%;
    display: block;
}





.table-city.maintable td > em {font-weight: normal !important;}

.table-city.maintable td > span {background-color: white !important;}

.table-city {
    font-size: 1.1rem;
    color: #584f46;
    width: 100%;
    max-width: 950px;
    border-width: 0px;
    border-color: #729ea5;
    border-collapse: collapse;

}

.table-city th {
    font-size: 1.1rem;
    border-bottom: 1px solid #808080;
    color: #584f46;
    padding: 8px;
    border-spacing: 0px;
    text-align: left;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

.table-city td {
    width: 200px;
    font-size: 1.1rem;
    padding: 8px;
    border: 0px;
}

.table-city td:first-child {
	background-image: url(https://5562828.fs1.hubspotusercontent-na1.net/hubfs/5562828/dots.png);
    background-size: 4px;
    background-repeat: repeat-x;
    background-position: 0px 25px;
    padding: 8px 8px 8px 0px !important;
    width: 300px !important;
}

.table-city.maintable td:first-child {
  background-image: url(https://5562828.fs1.hubspotusercontent-na1.net/hubfs/5562828/dots2.png);
  background-position: 0px 35px;
}

.table-city td:first-child > span {
	background-color: whitesmoke;
  padding: 8px;
}

.table-section {
	background: #f5f5f5;
	padding: 10px;
}

.table-section:nth-of-type(2n) {margin-bottom:20px;}

.table-city.maintable td {
	font-size: 20px;
	font-weight: bold;
}

.maintable {margin-bottom: 20px;}


.table-city.maintable > tbody > tr > td , .maintable > tbody > tr > td, .table-city > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {padding: 5px 0px;font-weight:normal !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {padding: 0px;}
.hs-site-page .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a {color: #a8a099 !important;}





.related-blog-item {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin: 0 auto;
    padding: 0 20px 10px 0px;
}

.related-blog-title h3 {
    margin-top:2px;
    line-height: 1.2;
    font-size: 1.3rem !important;
}

.blog-foot {
display: inline-block;
    width: 48%;
    color: white;
    background-color: #3aa6ad;
    padding: 10px;
    text-align: center;
    margin: 10px 5px;
}

img.alignRight, img.alignright {
    margin: 0 15px 5px 0px !important;
    float: left !important;
}


.banner-area-text {
    position: absolute;
    top: 30%;
    right: 35%;
}




.blog-pagination a {margin: 0 auto;display: inline-block !important;}

@media screen and (max-width: 1000px){
  .banner-area-text {
    position: relative;
    top: 45%;
    right: 0px !important;
    width: 100%;} 
}

@media screen and (max-width: 900px){
 
  .related-blog-item, .blog-foot {width:100%;}
  img.alignRight, img.alignright {width:100% !important;}
  .table-city.maintable td {width: 250px !important;}
  .table-city.maintable td {font-size: 16px;}
  .table-city td > em {display:block !important;font-size: 0.6rem;}
  .table-section {padding: 0px;}
  .table-city th {font-size: 0.9rem;}
  .table-city td {font-size: 0.9rem;}
  .table-city td:first-child > span {padding: 0px !important;}
  .table-city td:first-child {padding: 8px !important;background-image:none !important;}
}

@media screen and (min-width: 1000px){
.custom-menu-primary .hs-menu-wrapper>ul ul {margin-left: -55px !important;}
#hs_menu_wrapper_module_151811933987828_ > ul > li:nth-child(1) > ul {margin-left: -45px !important;}
#hs_menu_wrapper_module_151811933987828_ > ul > li:nth-child(2) > ul {margin-left: -75px !important;}

}



.hs-email > .hs-error-msgs > li > label > a {
    color: red;
    font-weight: bold;
  }
 

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
    margin-bottom: 0.6em;
    font-weight: 300;
    color: #584f46;
    font-family: 'Lato',Helvetica,Roboto,Arial,sans-serif;
    font-size: 2rem;
  text-align: center;
}


.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button {
    padding: 0.7em 1.7em;
    border-radius: 0px;
}


.section {
    padding: 2%;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    background-color: #fbfbfb;
}

.section.white {
    padding: 4% 3%;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    background-color: #ffffff;
}

.section h2 {font-size:30px;}

.section .medium-6 {margin-bottom: 20px;padding-bottom:15px;}

.section.top-align .medium-6 {
    display: inline-grid !important;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 35px;
}

.opening {
    padding: 3%;
}

.opening .medium-6 {display: inline-grid;margin-right: 5px;}
.opening .medium-6 > h3 {font-size: 1.3rem;color: #5b524a;}
.opening .medium-6  > ul > li {font-size:18px;margin:0 8px;}

@media only screen and (max-width: 1000px) {
 .section {
    padding: 0% !important;
    border: 0px !important;
    background-color: transparent !important;
   margin-top: 25px;
}
.home-specials {box-shadow: none !important;}
  
  
}



.hs-testimonial blockquote {
  box-shadow: none !important;
  font-size: 1.1rem;
  line-height: 1.6;
}

.team-box {
  display: grid;
  place-items: center;
  width: 100%;
  min-height:200px;
  height: auto;
  overflow: auto;
  transition: all 0.5s ease;
}

.team-name {
  padding: 0.5rem;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.5s ease;
}

.team-name strong {
color: white !important;
}


.team-box:hover {
    background-color: #ffffff33;
}




/*.hs-menu-children-wrapper {left: -4px !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{ left:50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.custom-menu-primary .hs-menu-wrapper>ul ul{ margin-left:0;}
.custom-footer-menu .hs-menu-wrapper>ul>li {padding: 0 3px !important;}
.custom-footer-menu .hs-menu-wrapper ul ul li a {padding: 2px 0px!important;}


.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 0.4rem 0.5rem;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    padding: 0 1.2em;
}

.container-fluid .row-fluid .page-center {
    max-width: 85rem;
}
*/


.location-cta, .location-cta a {
  color: white !important;
}
.location-cta {
  margin: 1rem 1rem 1rem 0;
}
.fa-location-arrow, .fa-phone {
  margin-right: 8px;
}

@media only screen and (max-width: 900px){
.location-cta {margin: 0 1rem 0.5rem 0;width:100%;}
.columns-module-item > div > img {width:100% !important;height:auto;}  
}


.hs-logo-carousel {
    margin: 0 0em;
}



/* NEW POPUP STYLES */

.leadinModal .dyno-image, .leadinModal .dyno-image img {
    width:100% !important;
    max-width:none !important;
}

.leadinModal .leadin-preview-wrapper h4,
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper,
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview ul, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview ol, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form p, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form ul, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form ol{
    margin-left: 0px !important;
    text-align: center;
}


@media only screen and (max-width: 768px){
.leadinModal.leadinModal-v3 .dyno-image {width: 100% !important;height: auto !important;}
.leadinModal.leadinModal-v3 .dyno-image img {max-height: none !important;}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {;padding: 5% !important;}
}


/* NEW 2021 */

sup {font-size:0.7em;}


.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    width: 100% !important;
    max-width: 600px !important;
    overflow: hidden !important;
}

.leadinModal.leadinModal-theme-default {
    padding-top: 100px!important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    margin-right: 0px!important;
    margin-bottom: 0px !important;
}

.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button {
  margin-top: 0px !important;
}

.leadinModal-description-body {
  margin-bottom:15px !important;
  font-size: 20px;
}


.table-city.maintable td, .table-city, .table-city td, .table-city th {
border:0px !important;
}

.table-city th {
    border-bottom: 1px solid !important;
}




@media only screen and (max-width: 900px){
.leadinModal.leadinModal-v3 .dyno-image {width: 100% !important;height: auto !important;}
  .leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {width: 100% !important;max-width:none !important;}  
  #leadinModal-content-wrapper-2118282 > div, .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper, .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper, .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body, .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    padding: 0px !important;
    box-shadow: none !important;
  }
.leadinModal.leadinModal-v3 .dyno-image img {max-height: none !important;}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {padding: 5% !important;}
}

@media only screen and (max-width: 768px){
  #leadinModal-content-wrapper-2118282 > div, .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body, .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    padding: 0px !important;
    box-shadow: none !important;
  }
}




video {
    object-fit: fill;
}


a {
    color: #32a6ab;
    font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
background-color: rgb(90 167 174 / 80%)!important;
border: 0px !important; 
}

p {
color: #5c5348 !important;
}


.hs-site-page .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
color: #5c5348 !important;
}

.hs-site-page .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a {
color:#ffffff !important;
}

.hs-site-page .header-container-wrapper .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
background: #979fa0 !important;
background-color: #979fa0 !important;
color: #ffffff !important;  
}


.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
display: none !important;}



.post-listing .post-item .post-header {padding-bottom:15px !Important;}
#hs_cos_wrapper_module_156231680421725 {display:none !important;}
.hs-blog-social-share {display:none !important;}


/* sticky nav */

@media only screen and (min-width: 1000px){
  
.sticky {
    position: fixed;
    z-index: 9999;
    top: 0px;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 11px 2px rgb(51 51 51 / 30%);
    animation-duration: 0.5s;
    animation-name: animate-fade;
    animation-delay: 0.25s;
    animation-fill-mode: backwards;
}

@keyframes animate-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#nav-wrapper.sticky > div > div > #nav-contain > div.row-fluid-wrapper.row-depth-1.row-number-4,
#nav-wrapper.sticky > div > div > #nav-contain > div.row-fluid-wrapper.row-depth-1.row-number-3  {
	display: none !important;
}
  
}  

/* end sticky nav */

#box1, #box2, #box3 {
    scroll-margin-top: 4rem;
}


/* careers pages */


@media only screen and (min-width: 1000px) {

.career-page-box {
    min-width:600px;
    left:-150px;
    top:5%;
    background: rgb(255 255 255 / 85%) none repeat scroll 0 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.extra-box-content {
    margin: 20px 0px;
}

.extra-box-content h2 {
    line-height: 2;
}
  
.career-banner-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
  

}



.teamtailor-jobs__job-title {
  color: #3AA6AD;
  text-decoration: none;
  font-size: 18px;
}

.teamtailor-jobs-widget {
  font-family: "Lato","Helvetica Neue",Helvetica,sans-serif !important;
  color: #7a7a7a !important;
  margin-top: 10px;
  margin-bottom: 75px;
  padding: 0px 5%;
}

.teamtailor-jobs__select {
  padding: 5px;
}