/** Shopify CDN: Minification failed

Line 241:11 Expected identifier but found whitespace
Line 241:18 Unexpected ";"

**/
h4{margin-top: 10px;}

.Section {
    max-width: 1280px;
  	margin-left: auto;
  margin-right: auto;
}

.Section {
   padding: 0 !important; 
}

.PageContent {
    max-width: 1280px;
}

.row {
  margin: 30px 0;
  padding: 10px 0;
}

.full-width {
  width: 100vw;
  position: relative;
/*   left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; */
  padding: 40px 40px 80px 80px;
  min-height: 400px !important;
}

#main>div>header {
  display: none;
}

.gld-overlay {
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.gld-subheading {
  margin-bottom: 0px !important;
/*   margin-top: 50px !important; */
  font-size: 16px;
}

.gld-heading {
  margin-top: 0px !important;
/*   margin-bottom: 40px !important; */
  font-size: 20px;
  font-weight: 600;
}

.gld-container {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 15px;
}

.gld-sub {max-width: 600px;}

.gld-cta {
  background: #2c7274;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
  color: white !important;
  letter-spacing: 3px;
}

.gld-cta-sub {
  color: #2c7274;
  border-bottom: 1px solid #2c7274; 
  margin-top: 15px;
  display: inline-block;
}

.light {
  color: white !important;
}

.gld-vertical {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gld-vertical-2 {
  margin: 0;
  position: absolute;
  top: 20%;
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  left: 10%;
}

.gld-h1, .gld-h2 {
  font-size: 1.6em !important;
  text-transform: capitalize !important;
  font-weight: 900 !important;
  max-width: 673px !important;
  letter-spacing: 1px !important;
  line-height: 30px !important;
}

.gld-h4 {
	font-size: 16px;
  margin-top: 10px;
}

.answer {
  display: none;
}


.gld-accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid #e5e5e5;
}

.gld-accordion a:hover,
.gld-accordion a:hover::after {
  cursor: pointer;
  color: #2c7274;
}

.gld-accordion a:hover::after {
  /* border: 1px solid #2c7274; */
}

.gld-accordion a.active {
  color: #2c7274;
  border-bottom: 1px solid #2c7274;
}

.gld-accordion a::after {
  font-family: 'Ionicons';
  content: '+';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  /* -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2; */
  text-align: center;
}

.gld-accordion a.active::after {
  font-family: 'Ionicons';
  content: '-';
  color: #2c7274;
  /* border: 1px solid #2c7274; */
}

.gld-accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.gld-accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.gld-accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.gld-questions {
  background: #2c7274; 
  min-height: 250px;
}

.gld-designOpt {
  background: linear-gradient(white 10.33%, #bbd2d4 10.33%, #bbd2d4 90.66%, white 90.66%);
}

.gld-dyo-img {
-webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}

.gld-servicefeature-h5 {
  font-size: 12px;
  font-weight: 900; 
}

/* h4 {
  line-height: 1.5em;
  height: 3em;       /* height is 2x line-height, so two lines will display */
  overflow: hidden; 
  margin-top: 10px;
} */

div.owl-stage-outer > h4{
  line-height: 1.5em;
  height: 3em;       /* height is 2x line-height, so two lines will display */
  overflow: hidden; 
  margin-top: 10px;
} 


/*** 
    FAQ Accordion 
***/

.ohc-accordion {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-top: 1px solid gray;
}

.ohc-accordion.active,
.ohc-accordion:hover {
  background-color: #2c7274;
  color: white;
}

.ohc-accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.ohc-accordion.active:after {
  content: "\2212";
  color: white;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*** 
    FAQ Accordion End 
***/



@media only screen and (max-width: 695px) {
  .gld-container {
    position: relative !important;
    top: 30% !important;
    -ms-transform: translateY(-30%) !important;
    transform: translateY(-30%) !important;
    margin: 20px 0;
  }

  .gld-features {
    text-align: center !important;
  }

  .row {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .gld-question-header{
    margin-top: 0 !important;
  }

  .gld-question-subheader{
    margin-bottom: 40px !important;
  }
  
  .gld-questions{
  	padding-left: 10px;
    padding-right: 10px;
  }
  
  .gld-overlay {
    background: rgba(0,0,0,0.7);
  }
}



@media only screen and (max-width: 768px){
  .gld-designOpt {
    background: #bbd2d4 !important;
    padding: 30px 20px !important;
  }
  
  .gld-designOpt .gld-container {
    padding: 20px 0px 10px !important;
    top: 0 !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  
  .full-width {
    padding: 30px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 400px !important;
  }

}


/* @media only screen and (max-width: 425px) { */
  @media only screen and (max-width: 525px) {
  .gld-heading {margin-bottom: 10px !important;}
  
  .col-12 {margin-bottom: 30px;}
  
  .contactOpt-container{
    height: auto !important;
    padding: 0 20px;
  }
  
  .full-width {
    padding: 20px;
    background-position: center !important;
  }
  
  .gld-vertical {
/*     position: relative; */
    position: absolute;
    left: 0px;
    padding: 15px;
  }
  
  .gld-subheading {margin-top: 10px !important;}
  
  .gld-vertical-2 {
    position: inherit;
    padding: 20px;
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
  
  .row {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0 !important;
  }
  
  .gld-designOpt .gld-container {padding: 0 !important;}
  
  .col-12 {
    margin-bottom: 6px !important;
  }
  
  h4 {
    line-height: 1.5em;
    height: 3em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden; 
  }
  
  .gld-cta {letter-spacing: 1px !important;}
  
}