/** Shopify CDN: Minification failed

Line 503:0 Unexpected "{"

**/

/* FS style */
.container .column,
.container .columns {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  float: left;
}
.column img,
.columns img {
  height: auto;
  
}

.one-whole {
  width: calc(100% - 20px);
}
.sixteen {
  width: calc(100% - 20px);
}
.one-half {
  width: calc(50% - 20px);
}
.one-third {
  width: calc(33.3333333333% - 20px);
}
.one-fourth {
  width: calc(25% - 20px);
}
.two-fifths {
  width: calc(40% - 20px);
}
.standard--width {
  	max-width: 1200px;
}
/* size guide flyout */

#tabs {
  width: 100%;
  height:34px;
  margin-top: 30px;
  padding-inline-start: 0px;
}
#tabs li {
    float:left; 
    list-style:none;
    outline:none;
    width:50%
}
#tabs li a {    
    font-weight: bold;
    text-align:center;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 8px; 
    display:block; 
    background: #D1C9BF;
    text-decoration:none;
    outline:none;
    border-bottom:2px solid #403E3E;
    cursor: pointer !important;
}
#tabs li a.inactive{    
    color: #605959;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 8px; 
    display:block; 
    background: #E1D9CF;
    text-decoration:none;
    outline:none;
    border-bottom:2px solid #EDEAE5;
}
.tabcontainer li { padding-bottom: 5px; margin-left: 5px;}
.modal-dialog__wrapper{
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }
.modal-dialog__inner .size-heading{
  text-align:center;
  text-transform:uppercase;
  border-bottom: 1px solid #eee4e4;
}
  .tabcontainer .size-table th {
    background-color: #403E3E !important;
  }
  .tabcontainer .size-table td{
    border-bottom: 2px solid #403E3E !important;
    border-right: 2px solid #403E3E !important;
  }
  .tabcontainer .size-table th h2{
    color: #fff;
  }
  .tabcontainer .text-blocks-image img{
    height:160px !important;
}
/* End size guide flyout */


/* Override the max-width on container element */
.container.full-width--true,
.full-width--true > .container {
  width: 100%;
  max-width: 100%;
}
.ibt-1 {
  font-family: 'termina';
  font-weight: 700;
  font-stretch: 100%;
  font-size: 29px;
  line-height: 40px;
  margin: 40px 0px 20px;
  padding: 0px;
  text-transform: uppercase;
  font-stretch: 100%;
  width: 100%;
  color: #403E3e !important;
}
.ibt-3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 !important;
    padding-top: 0px;
  color: #403E3e !important;
}
.text-blocks-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: inherit;
  margin: 20px auto 20px;
  color: #403E3e !important;
}

.text-blocks-text p { 
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 0;
  padding-bottom: 10px;
  color: #403E3e !important;
}
.text-blocks p a, .rich-text__content p a {
    font-weight: bold;
    color: #403E3E;
    text-decoration: underline;
}
.checkboxes {
  padding: 25px 0px 50px;
  text-align: center;
}
.checkboxes-content {
  position: relative;
  width: 100%;
  max-width: 880px;
  border: 2px solid #DBE31C;
  margin: 0 auto 30px;
  padding: 20px 20px 20px 40px;
  text-align: left;
}
.checkboxes-image {
  position: absolute;
  width: 45px;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.checkboxes-content p {
  color: #ffffff;
  margin: 0px;
}
.checkboxes-title {
  margin-bottom: 50px;
}
.checkboxes-title h2 {
  font-size: 27px;
}
.footer-forms {    
  position: relative;
  max-width: 80%;
}

.footer-forms.needsclick, 
.footer-forms form.needsclick,
.footer-forms div.needsclick {
  padding: 0px !important;
}
.footer-forms input[type="email"], 
.footer-forms input[type="tel"], 
.footer-forms button,
.footer-forms input[type="submit"]
{
  border: 2px solid #403E3E !important;
  font-family: "termina", sans-serif !important;
  font-weight: 400 !important;
  width: 100% !important;
  height: 44px  !important;
  padding: 0 10px !important;
  margin: 0 !important;
  line-height: 22px !important;
  outline: none !important;
  background: #fff !important;
  color: #5f6a7d !important;
  margin-bottom: 14px !important;
  -webkit-appearance: none;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.footer-forms .newsletter-form .contact-form input[type="email"]{
  height: 44px  !important;
}
.footer-forms .newsletter-form button{
  transform: translateY(0);
}

.footer-forms .newsletter-form button:hover {
    opacity: 1 !important;
}
.footer-forms input[type="submit"], 
.footer-forms button {    
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  text-transform: uppercase !important;
  width: auto !important;
  outline: 0 !important;
  border: 2px solid #403E3E !important;
  white-space: nowrap !important;
  text-align: center !important;
  word-break: initial !important;
  align-self: inherit !important;
  line-height: 1.2 !important;
  padding: 0 20px !important;
  font-size: 18px !important;
  background: #403E3E !important;
  color: #fff !important;
  transition: all 0.2s linear;
}
.footer-forms input[type="submit"]:hover,
.footer-forms button:hover {
  background: #fff !important;
  color: #F43A23 !important;
  cursor: pointer;
}
.footer-forms input::placeholder,
.footer-forms input::-webkit-placeholder {
  color: #5f6a7d !important;
}
.e-mail-signup{
  margin-top: 30px;
}
@media screen and (min-width: 990px) {
  .e-mail-signup{
  margin-top: 30px;
  }
}  
.e-mail-signup .social_icons {
  padding-left: 0;
}
.e-mail-signup .social_icons a {
  font-size: 24px;
}
.e-mail-signup .footer-form-terms, .e-mail-signup .footer-form-terms a {
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.25em;
  text-align: justify;
  color: currentColor;
}
.e-mail-signup  h6 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}
.e-mail-signup .footer-form-terms a{
  text-decoration: underline;
}
.newsletter-notics {
	color: #F20CA0;
}
.newsletter-notics.request-success {
	color: #4caf50;
}
.newsletter-notics.request-fail {
	color: #ec0707;
}
.newsletter-form .field:not(:focus-within) .field__message,
.newsletter-notics.request-success {
  color: #4e7a00 !important;
  margin-bottom: 10px;
  font-weight: bold;
  position:relative !important;
}
/*fit central page*/

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
#shopify-section-page-details-fitcentral-template .breadcrumb {
  margin-bottom: 30px;
}
.fit-banner-image {
  top: -55px;
  left: -34px;
  position: relative;
  max-width: 700px;
}
.fit-banner-content {
  right: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 495px;
}
.fit-banner-content h2 {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
}
.fit-banner-content p {
  text-align: left;	
}

.fit_2 {
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin: 0;
    text-align: center;
    color: #403E3e;
    padding-bottom: 20px;
}

.fit_3 {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
    font-style:normal;
    color: #403E3e;
}
.fit_4 {
    font-size: 30px;
    font-weight: 700 !important;
    margin: 0;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 1px;
  color: #403E3e;
    
}
.fit_5 {
    font-size: 30px;
    font-weight: 700 !important;
    margin: 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 1px;
  color: #403E3e;
}
.h2fit{
  font-size: 27px;
  text-transform: uppercase;
    font-weight:700;
  color: #403E3e;
}
/* firstidea - fitcentral */
/* Firstidea Bra Comparison page Style*/
.compare-table {
  width: 100%;
  margin: 10px auto 50px;
}
.compare-table h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
  color: #403E3e;
  text-transform: uppercase;
}
.compare-table tr, .compare-table th, .compare-table td {
  border: 0px !important;
  text-align: center;
}
.compare-table th span, .compare-table th img {
  display: block;
  margin: 15px auto 0;
  font-weight: normal;
  max-height: 93px;
  line-height: 15px;
  width: auto;
}
.compare-table th:first-child, .compare-table td:first-child {
  font-size: 16px;
  text-align: left;
}
.compare-table th {
   background-color: #EDEAE5 !important;
   /*position: sticky !important;
   top: 0 !important;
   z-index: 99999999;*/
}
.compare-table th, .compare-table td {
  padding: 14px 10px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}
.compare-table tr.table-border {
  border-bottom: 2px solid #dddddd !important;
}
.compare-table tr img {
  vertical-align: middle;
}
.compare-table tr.table-break td {
  padding: 30px 0px !important;
  background-color: #EDEAE5;
}
.tickmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 24px;
  width: 9px;
  border-bottom: 2px solid #302f2d;
  border-right: 2px solid #302f2d;
}
span.table-subtitle {
  display: inline-block;
  width: 120px;
}
table:not(#customer-orders):not(#order-details) th, table:not(#customer-orders):not(#order-details) td {
  padding: 10px;  
}
.size-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.size-table th, .size-table td {
  width: 25%;
}
.sports-bra-sizes th, .sports-bra-sizes td {
  width: 33.33%;
}
.size-table tbody tr:nth-child(odd) {
  background: #D1C9BF;
}
.size-table tbody tr:nth-child(even) {
  background: #E1D9CF;
}
.size-table  th {
  background-color: #403E3E !important;
}
.size-table th h2 {
  text-transform: none;
  margin: 0px;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.size-table td {
  border-bottom: 2px solid #403E3E !important;
  border-right: 2px solid #403E3E !important;
}
table.size-table th:first-child, 
table.size-table td:first-child {
  border-left: 0px !important;
}
table.size-table th:last-child, 
table.size-table td:last-child {
  border-right: 0px !important;
}
.compare-table .table-data-adj-1 img,
.compare-table .table-data-adj-2 img,
.compare-table .table-data-adj-3 img {
  height: 80px;
}
.compare-table .table-data-impact-1 img,
.compare-table .table-data-impact-2 img,
.compare-table .table-data-impact-3 img, 
.compare-table .table-data-impact-4 img,
{
  width: 92px;
}

.compare-table .table-data-fab-1 img,
.compare-table .table-data-fab-2 img {
  width: 80px;
}
.ihp-1, .ihp-4, .ihp-3 {
  text-align: inherit;
}
.ihp-1 {
   text-transform: uppercase;
   font-size: 27px;
   font-weight: 700;
  color: #403E3e;
}
.text-blocks-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: inherit;
  color: #403E3e;
}
/*
.block__custom_html a, 
.block__custom_html a, 
.block__text_Blocks a,  u {
  text-decoration: underline;
  color: #F20CA0;
  font-weight: 600;
  font-size: 16px;
}
 */
.text-blocks-text p { 
  font-family: "arimo", sans-serif !important;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 10px;
}
.block__two_column_blocks .one-half {
  margin-left: calc(50px / 2);
  margin-right: calc(50px / 2);
  width: calc(50% - 50px);
}
.twocolumnblocks {
  max-width: 800px;
}
.block__text_Blocks .twocolumnblocks .one-third {
  width: calc(50% - 50px);
}
.block__text_Blocks .column  {
  padding: 30px 10px; 
  box-shadow: 3px 3px 5px #e3e3e3;
  min-height: 285px;
  margin-bottom: 30px;
}
.block__featured_video .container {
  padding: 0 0px;
}
div.two-columnblocks-wrap {
  padding: 60px 0px 40px 0px;
}
ul.fitting-pages {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background: #D1C9BF;
}
ul.fitting-pages li {
  display: inline-block;
  float: left;
  width: 33.33%;
  margin: 0px;
  text-align: center;
}
ul.fitting-pages li a {
  padding: 12px 0px;
  display: block;
  border-right: 1px solid #403E3E;
  margin: 12px 0px;
  color: #403E3E;
  text-decoration: none;
}
ul.fitting-pages li:last-child a {
  border:0px;
}
ul.fitting-pages li.active-fitting a {
  color: #F20CA0;
}

li.active-social a {
  color: #403E3E;
}


ul.four-section-menu {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background: #D1C9BF;
}
ul.four-section-menu li {
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0px;
  text-align: center;
}
ul.four-section-menu li a {
  padding: 12px 0px;
  display: block;
  border-right: 1px solid #403E3E;
  margin: 12px 0px;
  color: #F20CA0;
  text-decoration: none;
}
ul.four-section-menu li:last-child a {
  border:0px;
}
ul.four-section-menu li.active-fitting a {
  color: #F20CA0;
}
li.active-social a {
  color: #F20CA0;
}
.block__three_column_blocks {
    padding: 30px 0;
}
 .accordion-wrap {
    margin-bottom: 20px;
}
.accordion-title {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #D1C9BF;
  color: #403E3E;
  cursor: pointer;
  padding: 50px 100px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  -webkit-box-shadow: 0px 2px 5px 0px #EDEAE5;
  box-shadow: 0px 2px 5px 0px #EDEAE5;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  text-transform: none;
  color: #403E3e;
  line-height: 1.6em;
  letter-spacing: 1px !important;
  margin-bottom: 0.25em !important;
  text-transform: uppercase;
}
  .accordion-title img {
      display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: auto;
  }
.accordion-title h2 {
    color: #403E3E;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    font-size: 22px;
    font-weight: 700;
  }
  
.accordion-title:hover {
  background-color: #EDEAE5; 
}
.accordion-wrap .text-blocks-title, .accordion-wrap p {
	padding-left: 15px;
	padding-right: 15px;
}
  .block__divider {
    background: #fff;
  }
.block__divider .container{
   display: flex;
   flex-wrap: wrap;
}
  .accordion-title:after {
    content: '+';
    font-size: 20px;
    font-weight: 600;
    color: #403E3E;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    letter-spacing:0;
}
  .accordion-active.accordion-title:after {
   content: '-';
    line-height: 30px;
    font-size: 30px;
  }
  .detail-sections .link-button {
      border: 1px solid #2a2928;
    background-color: transparent;
    padding: 12px;
    min-width: 180px;
    display: inline-block;
    margin: 15px auto 0 auto;
    text-decoration: none;
    font-weight: 400;
    color: #2a2928;
    text-decoration: none;
  }
.accordion-content {
  display: none;
  overflow: hidden;
    background-color: #D1C9BF;
    border: 0px solid #7d7d7d;
    border-top: 0;
    overflow: hidden;
  -webkit-box-shadow: 0px 2px 5px 0px #EDEAE5;
   box-shadow: 0px 2px 5px 0px #EDEAE5;
}
.accordion-wrap { width: 100%; }
.fissh2 {
  letter-spacing: 1px !important;
  font-family: 'termina' !important;
  line-height: 1.2 !important;
  font-weight: 700;
  margin-bottom: 0.25em !important;
  font-size: 27px;
  color: #403E3e;
  padding-top: 4px;
}
.compare-table {
    width: 100%;
    margin: 10px auto 50px;
    border-collapse: collapse;
    border-spacing: 0;
  }
.container .container {
    width: 100%;
}
  .video-section {
  width: 100%;
  }
/*sizechart form Interactive Size Chart */
#size-chart-form{
  margin-bottom: 20px;
  margin-top: 20px;
}
  #size-chart-form .form-row {
      display: table;
      width: 500px;
      margin: 10px auto;
  }
  #size-chart-form .form-row .form-cell {
      width: 45%;
      display: table-cell;
      padding: 0px 15px;
      vertical-align: bottom;
  }
  #size-chart-form .form-row .form-cell label {
      font-weight: 400;
      text-transform: none;
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
  }
  #size-chart-form .form-row .form-cell select {
      font-weight: 600;
      font-size: 16px;
      padding: 8px 18px 8px;
      color: #403E3E;
      margin: 0px;
  }
#size-chart-form select {
  background: #fff url('../select9cf5.html?v=163443801653745187891704917030') no-repeat 96% 50%;
  background-size: 18px 12px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
#size-chart-form select {
  display: block;
  height: 44px;
    min-height: 44px;
  outline: none;
  text-rendering: optimizeLegibility;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  touch-action: manipulation;
  width:100%;
}

#bust-rib-size-chart-form{
  margin-bottom: 20px;
  margin-top: 20px;
}
  #bust-rib-size-chart-form .form-row {
      display: table;
      width: 500px;
      margin: 10px auto;
  }
  #bust-rib-size-chart-form .form-row .form-cell {
      width: 45%;
      display: table-cell;
      padding: 0px 15px;
      vertical-align: bottom;
  }
  #bust-rib-size-chart-form .form-row .form-cell label {
      font-weight: 400;
      text-transform: none;
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
  }
  #bust-rib-size-chart-form .form-row .form-cell select {
      font-weight: 600;
      font-size: 16px;
      padding: 8px 18px 8px;
      color: #403E3E;
      margin: 0px;
  }
#bust-rib-size-chart-form select {
  background: #fff url('../select9cf5.html?v=163443801653745187891704917030') no-repeat 96% 50%;
  background-size: 18px 12px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
#bust-rib-size-chart-form select {
  display: block;
  height: 44px;
    min-height: 44px;
  outline: none;
  text-rendering: optimizeLegibility;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  touch-action: manipulation;
  width:100%;
}
  center.size-chart-results , center.bust-size-chart-results {
      display: none;
      background: #D1C9BF;
      padding: 25px 0 0;
      margin-bottom:15px
  }
  .fit_3.two-size-content {
      display: none;
      border-bottom: 1px solid #c1c1c1;
      margin-bottom: 30px;
      max-width: 90%;
  }
  center.size-chart-results .fit_2, center.bust-size-chart-results .fit_2 {
      text-transform: uppercase;
  }
#sizefrmsubmit,#bustribsizefrmsubmit {
  background: #403E3E;
  color: #ffffff;
  border: 1px solid #403E3E;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  height: 40px;
  line-height: 1.2;
  vertical-align: top;
  font-family: termina, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0px;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  border-radius: 0;
  width: 100%;
}
  @media only screen and (max-width: 600px) {
    center.size-chart-results {
      margin-top: 50px;
    }
   #size-chart-form .form-row , #bust-rib-size-chart-form .form-row {
     position: relative;
      width: 100%;
   }
    #size-chart-form, #bust-rib-size-chart-form {
      margin: 0px;
    }
    center.size-chart-results .fit_3 {
      max-width: 94%;
    }
    #size-chart-form .form-row .form-cell , #bust-rib-size-chart-form .form-row .form-cell {
      width: 50%;
      padding: 0 5px;
    }
    #size-chart-form .form-row .form-cell:last-child {   
      display: table-row;
      width: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -60px;
      z-index: 1; 
    }
    .tabcontainer #size-chart-form .form-row .form-cell:last-child {
      display: block;
      width: 100%;
      position: unset;
      transform: revert;
      z-index: 1;
    }
  }
@media only screen and (max-width: 600px) {
    #size-chart-form, #bust-rib-size-chart-form{
  		margin-bottom: 20px;
	}
    .accordion-title {
        padding: 20px 10px;
    }
    .accordion-title h2 {
        margin-left: 10px;
    	font-size: 14px;
    }
    .accordion-title img {
          width: 50px;
    }
    .accordion-title:after {
      width: 25px;
      height: 25px;
      line-height: 23px;
      right: 10px;
      letter-spacing:0;
    }
    .accordion-active.accordion-title:after {
     line-height: 21px;
    }
    .size-table th h2 {
      font-size: 14px;
    }
    
    table:not(#customer-orders):not(#order-details) td, table:not(#customer-orders):not(#order-details) th {
      font-size: 12px;
    }
  .compare-table h2 {
    	font-size: 13px;
    }
    .compare-table td {
    	max-width: 100% !important;
    }
  }
@media screen and (min-width: 750px){
.selectsize {
  flex: 0 0 calc(50% - calc(var(--spacing-step) / 2));
}
}
@media only screen and (max-width: 798px) {
  ul.fitting-pages li a {
    border-right: 0px solid #403E3E;
    border-bottom: 1px solid #403E3E;
    margin: 0px 12px;
  }
  ul.fitting-pages li {
  	float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .checkboxes-content {
      max-width: 90%;
    }
    .compare-table-wrap {
      display: block;
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: initial;
      }
    ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
      }
    ::-webkit-scrollbar-track {
    background: #eee;
    }
    ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
      }
    .compare-table-wrap::before {
      background:#eee;
      height: 20px;
      width: 100%;
    }
    .mobile {
      display: block !important;
    }
    .compare-table {
      width: 860px;
    }
    .compare-table th:first-child, .compare-table td:first-child {
      position: sticky;
      left: 0;
      background: #EDEAE5;
      z-index: 1;
      max-width: 140px;
    }
    .block__featured_video .container {
      padding: 0;
    }  
}
@media only screen and (max-width: 1000px){
.text-blocks-title h2 {
    font-size: 18px;
}
}
@media only screen and (max-width: 600px) {
	.compare-table th:first-child, .compare-table td:first-child {
      max-width: 100px !important;
      padding: 14px 0px 14px 10px !important;
	}  
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px){
.container {
  /*width: calc(100% - 40px);*/
  padding: 0 1rem;
}
.hero__wrapper .container{
  padding: 0 0;
}
.one-fourth {
    width: 100%;
}
}
@media only screen and (max-width: 480px)
{
  .column:not([class*="small-down--one-half"]), .columns:not([class*="small-down--one-half"]) {
    width: 100%;
    margin: auto;
  }
  .one-fourth {
      width: 100%;
  }
  .ihp-1{
    font-size: 22px;
  }
  .hero__wrapper .container{
    padding: 0 0;
  }
  .modal-dialog__wrapper{
    left: 50% !important;
    width: 100% !important;
  }
}
.hidebutton{
  display:none;
}
.showbutton{
  display:flex;
  flex: 1 0 calc(50% - calc(var(--gap) / 2));
}
/*end amba style*/

/*Hide chatbox behind other elements*/
#gorgias-chat-container iframe#chat-window,
#gorgias-chat-container iframe#chat-campaigns {
    z-index: 99 !important;
}
#gorgias-chat-container iframe#chat-button {
    z-index: 99 !important;
}

