@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 20px;
  margin: 0;
}
*{
	box-sizing: border-box;
}
h1 {
  font-size:22px;
  color:#1d1d1d;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2 {
  font-size:26px;
  color:#1d1d1d;
}
hr {
  border-color: #ccc;
  opacity: 0.2;
}
a:link {
  color: #1d1d1d;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #1d1d1d;
}
a:hover {
  text-decoration: none;
  color: #999999;
}
a:active {
  text-decoration: none;
  color: #1d1d1d;
}
.container {
  padding:10% 5%;
  width:100%;
  max-width: 1200px;
}
.logo img{
  width:100%;
  max-width:400px;
}
.mediasuite{
  float: right;
  text-align: right;
  opacity: 0.5;
  margin-top: 50px;
  /* position: absolute; */
  /* bottom: 2%; */
  /* right: 2%; */
}
@media screen and (min-width: 960px){
  .mediasuite{
    float: right;
    text-align: right;
    opacity: 0.5;
    margin-top: 0px;
    position: absolute;
    bottom: 2%;
    right: 2%;
  }
}
.mediasuite img{
  width:60%;
  max-width:250px;
  margin:-10px -10px 0px 0px;
}
.container{
  text-align: center;
}
.container .splash-contact{
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
}
.container .splash-contact .splash-phone{
  width: 100%;
}
.container .splash-contact .splash-phone i{
  font-size: 55px;
  line-height: 95px;
  -webkit-text-stroke: 2px black;
  color: rgba(0,0,0,0);
}
.container .splash-contact .splash-phone a{

}
.container .splash-contact .splash-phone a:hover{

}
.container .splash-contact .splash-email{
  width: 100%;
}
.container .splash-contact .splash-email i{
  font-size: 55px;
  line-height: 95px;
  -webkit-text-stroke: 2px black;
  color: rgba(0,0,0,0);
}
.container .splash-contact .splash-email a{

}
.container .splash-contact .splash-email a:hover{

}
@media screen and (min-width: 600px){
  .container .splash-contact .splash-phone{
    width: 50%;
    float: left;
  }
  .container .splash-contact .splash-email{
    width: 50%;
    float: left;
  }
}



/* -------------------- Landing Page Styles -------------------- */
.header{
  position: fixed;
  width: 100%;
  display: block;
  height: auto;
  padding: 20px 20px 16px;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background: #fff;
}
.header a.logo-holder{
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.header a.logo-holder img{
	width: 100%;
	height: auto;
	background: #fff;
}
.landing-page{
  background: url(../images/background.jpg) center center no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 134px);
  display: block;
  position: relative;
  z-index: 0;
  margin: 94px 0 0 0;
}
.landing-page::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(40, 60, 85, 0.8);
  z-index: 1;
  top: 0;
	left: 0;
}
.landing-page .content{
	position: absolute;
	z-index: 2;
  width: 100%;
  bottom: 0px;
}
.landing-page .content .boxes{
  width: 20%;
  height: calc(100vh - 134px);
  margin: 0;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,0.15);
  overflow: hidden;
  min-height: 475px;
}
.landing-page .content .boxes::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.65);
	background-size: auto 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.landing-page .content .boxes:hover::after{
	opacity: 1;
}
.landing-page .content .boxes:not(:hover)::after{
  transition-delay: 0.9s;
}
.landing-page .content .box-01::before{
	background: url(/assets/images/box-01.jpg) center center no-repeat;
}
.landing-page .content .box-02::before{
	background: url(/assets/images/box-02.jpg) center center no-repeat;
}
.landing-page .content .box-03::before{
	background: url(/assets/images/box-03.jpg) center center no-repeat;
}
.landing-page .content .box-04::before{
	background: url(/assets/images/box-04.jpg) center center no-repeat;
}
.landing-page .content .box-05::before{
	background: url(/assets/images/box-05.jpg) center top no-repeat;
}
.landing-page .content .boxes::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: auto 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.landing-page .content .boxes:hover::before{
	opacity: 1;
	background-size: auto 115%;
}
.landing-page .content .boxes:not(:hover)::before{
  transition-delay: 0.9s;
}
.landing-page .content .boxes .title{
  border-bottom: none;
  position: absolute;
  top: calc(50% - 58px);
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
  width: 100%;
  padding: 10px;
  height: 116px;
  display: flex;
  justify-content: center;
  z-index: 3;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.landing-page .content .boxes:hover .title{
	top: 0;
	border-bottom: 1px solid rgba(255,255,255,0.15);
  font-size: 20px;
  line-height: 20px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-page .content .boxes:not(:hover) .title{
  transition-delay: 0.55s;
}
.landing-page .content .boxes .link-holder{
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -ms-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
  transition-delay: 0.55s;
}
.landing-page .content .boxes:hover .link-holder{
	opacity: 1;
  top: 100px;
}
.landing-page .content .boxes:not(:hover) .link-holder{
  transition-delay: 0s;
}
.landing-page .content .boxes .link-holder a.links{
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	font-size: 20px;
	line-height: 20px;
	height: 60px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 60px;
	text-align: center;
	float: left;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.landing-page .content .boxes .link-holder a.links img{
  max-width: 200px;
  width: 80%;
  height: auto;
  margin: 0 0;
  position: relative;
}
.landing-page .content .boxes .link-holder a.links img.coldwater-logo{
  max-width: 200px;
}
.landing-page .content .boxes .link-holder a.links img.capital-logo{
  max-width: 200px;
}
.landing-page .content .boxes .link-holder a.links img.horseshoe-logo{
  max-width: 200px;
}
.landing-page .content .boxes .link-holder a.links img.ppmsi-logo{
  max-width: 200px;
}
.landing-page .content .boxes .link-holder a.links img.law-logo{
  max-width: 200px;
}
.landing-page .content .boxes .link-holder a.links img.coldwater{
  max-width: 150px;
}
.landing-page .content .boxes .link-holder a.links span,
.landing-page a.button {
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  display: block;
  width: 200px;
  margin: 20px auto 0;
  border: 2px solid #fff;
  padding: 7px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.landing-page .content .boxes .link-holder a.links span:hover,
.landing-page a.button:hover {
	background: #fff;
	color: #333;
}
/* ----------- Toggler Styles ---------- */ 
.faq-block {
  margin: 0;
  display: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  position: relative;
}
/* FAQ Content */
h5.toggle_faq {
  color: #333333;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 55px;
}
.faq-block div.toggler {
  padding-left: 0;
  height: calc(100vh - 414px);
  z-index: 3;
  position: relative;
}
.faq-block div.toggler a.links{
	width: 100%;
	display: block;
	padding: 30px 20px;
	border-top: 1px solid rgba(255,255,255,0.15);
}
.faq-block div.toggler a.links:last-of-type{
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.faq-block div.toggler a.links img{
  max-width: 200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.faq-block div.toggler a.links img.horseshoe-logo{
  max-width: 150px;
}
.faq-block div.toggler a.links img.ppmsi-logo{
  max-width: 150px;
}
.faq-block div.toggler a.links img.yoga-logo{
  
}
.faq-block div.toggler a.links span{
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 20px auto 0;
  border: 2px solid;
  width: 200px;
  padding: 3px 0 4px;
}
/* Icon Main */
h5.toggle_faq {
  transition: 0.3s ease;
  transition-delay: 0.4s;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  cursor: pointer;
}
span.faq-icon {
  background: none;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0;
  left: 0;
  transition: 0.3s ease;
  transition-delay: 0.4s;
  cursor: pointer;
  top: calc(50% - 20px);
  left: calc(100% - 20px);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
/* Standard Lines */
i.faq-icon {
  display: block;
  height: 2px;
  width: 15px;
  background-color: white;
  position: absolute;
}
/* Plus Icon */
span.faq-icon .one {
  right: 20px;
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}
span.faq-icon .two {
  right: 10px;
  transform: rotate(-45deg);
  transition: 0.4s ease-in-out;
}
/* Close Icon */
h5.toggle_faq.active .one {
	
}
h5.toggle_faq.active .two {
	
}
/* Icon Main Active */
h5.toggle_faq.active span.faq-icon  {
	transform: rotate(-180deg);
}
h5.toggle_faq span.content-holder{
  position: relative;
  z-index: 3;
  width: 100%;
  display: block;
}
h5.toggle_faq::before{
	content: '';
	width: 100%;
	height: calc(100vh - 349px);
	position: absolute;
	background-size: auto 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
h5.toggle_faq.box-01::before{
	background: url(/assets/images/box-01.jpg) center center no-repeat;
}
h5.toggle_faq.box-02::before{
	background: url(/assets/images/box-02.jpg) center center no-repeat;
}
h5.toggle_faq.box-03::before{
	background: url(/assets/images/box-03.jpg) center center no-repeat;
}
h5.toggle_faq.box-04::before{
	background: url(/assets/images/box-04.jpg) center center no-repeat;
}
h5.toggle_faq.box-05::before{
	background: url(/assets/images/box-05.jpg) center center no-repeat;
}
h5.toggle_faq.active::before{
	opacity: 1;
}
h5.toggle_faq::after{
	content: '';
	width: 100%;
	height: calc(100vh - 349px);
	position: absolute;
	background: rgba(0,0,0,0.65);
	background-size: auto 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
h5.toggle_faq.active::after{
	opacity: 1;
}












/* ----------- Media Quieries ---------- */ 
@media screen and (max-width: 1350px){
	.landing-page .content .boxes .title{
    font-size: 24px;
    line-height: 24px;
	}
}
@media screen and (max-width: 1050px){
	.landing-page .content .boxes .title{
    font-size: 22px;
    line-height: 22px;
	}
}
@media screen and (max-width: 960px){
	.header{
    padding: 10px 10px 6px;
	}
	.header a.logo-holder {
    width: 150px;
  }
	.landing-page{
	  background: url(../images/background.jpg) right center no-repeat fixed;
	  background-size: cover;
	}
	.landing-page .content .boxes{
		display: none;
	}
	.faq-block {
	  display: block;
	}
	.landing-page{
    height: auto;
    margin: 45px 0 0 0;
	}
	.landing-page .content{
    position: relative;
    overflow: hidden;
	}
}
.landing-page .full_width {
  padding: 15px;
}
.landing-page .full_width p,
.landing-page .full_width a {
  color: #FFF;
  text-align: center;
}