@import url('//fonts.googleapis.com/css?family=Catamaran%3A400%2C600%2C800%7CMerriweather%3A300%2C300i%2C700%2C700i&#038;ver=5.3.2');

section.banners {
	background-image: url('https://cloudfront-public.phzio.com/resources/portal/breathing-background.jpg');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center 0px;
	background-attachment:scroll;
}

@media all and (min-width: 1600px) and (min-height: 900px) and (orientation: landscape){
	.phzio-portal-container {
		width: 1600px!important;
		height: 900px!important;
	}
}

.feature-slider-wrap {
	position: relative;
	overflow: hidden;
	min-height: 100%;
}
.feature-slider-wrap:after {
	display: block;
	content: ' ';
	padding-top: 56.25%;
}
@media all and (max-width:575px) {
	.feature-slider-wrap .carousel-caption h1 {
		font-size: 1.4rem;
	}
	.feature-slider-wrap .carousel-caption .btn-lg {
		font-size: 1rem;
	}
	section.banners {
		background-size: auto 100vh;
	}
}
.portal-home-feature-panel {
	height: auto;
	min-height: 200px;
}
@media all and (min-width:768px) {
	.portal-home-feature-panel {
		height: 50%;
	}
}



h1 {
	font-family: Catamaran, Nunito, sans serif;
	font-weight: 600;
}

.carousel-caption h1 {
	font-family: Nunito, sans serif;
	font-size: 2.5em;
	text-shadow: 2px 2px 2px #0008;
}

.play-btn {
	width: 60px;
	height: 60px;
}
@media all and (min-width: 1200px) and (orientation: landscape){
	.play-btn {
		width: 50px;
		height: 50px;
	}
}

.aspect-16x9:after {
	content: " ";
	display: block;
	height: 0;
	position: relative;
	padding-top: 56.25%;
}


.phzio-portal-btn {
	position: relative;
	display: block;
	padding: 0!important;
	margin: 0!important;
	overflow: hidden;
	width: 100%;
	height: 100%;
	
}
.phzio-portal-btn::after {
	display: block;
	content: " ";
	padding-top: 56.25%;
}
.phzio-portal-btn > img.bg-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	max-width: 500%;
	height: 100%;
	-webkit-transform: scale(1) translateX(-50%);
	transform: scale(1) translateX(-50%);
	transition: all .2s;
}
.phzio-portal-btn:hover > img.bg-image {
	-webkit-transform: scale(1.1) translateX(-45%);
	transform: scale(1.1) translateX(-45%);
}
.phzio-portal-btn > h4.label {
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	font-size: 1.25rem;
	text-align: center;
	text-shadow: 6px 6px 6px rgba(0,0,0,.5);
	color: white;
	transition: all .2s;
}
.phzio-portal-btn:hover > h4.label {
	text-shadow: 6px 6px 9px rgba(0,0,0,.7);
}
.expand-label .label-to-expand {
	transition: all .2s;
	overflow: hidden;
	max-height: 2.25em;
}
.expand-label:hover .label-to-expand {
	transition: all 2s;
	max-height: 100%;
}

@media all and (min-width:768px) {
	.phzio-portal-btn::after {
		padding-top: 56.25%;
	}
	.phzio-portal-btn > h4.label {
		font-size: 1.4rem;
		text-shadow: 3px 3px 3px rgba(0,0,0,.5);
	}
	.phzio-portal-btn:hover > h4.label {
		text-shadow: 3px 3px 5px rgba(0,0,0,.7);
	}
}

.details-card .card-details {
	position: absolute;
	bottom:0;
	left:0;
	overflow-y: hidden;
	background-color: rgba(0,0,0,.6);
	height: 0;
	width: 100%;
	color: white;
	text-align: left;
	transition: all 1s;
	transition-delay: 1s;
}
.details-card.card-active > h4.label {
	display: none;
}
.details-card.card-active .card-details {
	overflow-y: auto;
	height: 100%;
	color: white;
	text-align: left;
	transition: all .5s;
}



#body-focus-modal h2,
#body-focus-modal h5 {
  color: #fff;
  font-weight: bold; }
#body-focus-modal {
	padding-right: 0!important;
}
#body-focus-modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  margin:0;
}
#body-focus-modal .modal-header {
    background-color: #85BEC7 !important;

}
#body-focus-modal .modal-content {
  width: 100%;
  /* height: 100%; */
  max-width: 100%;
  min-height: 100%;
  background-color: #99C9D0;
}
.body-selection {
	width: 35%;
	max-width: 90px;
}


svg#male-figure .back {
  transform: translate(687px, 0); }

svg#female-figure .front {
  transform: translate(-721px, 15px); }

svg#female-figure .back {
  transform: translate(-34px, 6px); }

#body-focus-modal .switch-btn {
  margin-top: 20px; }
  #body-focus-modal .switch-btn .btn {
    width: 90px;
    font-size: 13px;
    padding: 4px 0;
    border: 2px solid #84d6d0;
    background: transparent;
    color: #fff; }
    #body-focus-modal .switch-btn .btn:first-child {
      margin-right: -4px;
      border-right: 0px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    #body-focus-modal .switch-btn .btn:last-child {
      border-left: 0px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    #body-focus-modal .switch-btn .btn.selected {
      background: #84d6d0;
      border-color: #84d6d0; }

.body-map svg path, .report-body-map svg path {
  transition: all .2s;
  stroke: #ff8080;
  fill: transparent; }
#body-focus-modal .sections:not(.selection-active) path:hover,
	.report-body-map path:hover,
	.report-body-map path.selected {
    fill: rgba(255, 0, 0, 0.3); }
  #body-focus-modal path.selected {
    fill: rgba(255, 0, 0, 0.4); }

#body-focus-modal .body-map-wrap {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}
@media all and (min-width: 1920px){
	#body-focus-modal .body-map-wrap {
	  max-width: 800px;
	}
}

#body-focus-modal .sections .instructions {
	flex: 0 0 100%;
}
#body-focus-modal .sections.selection-active .instructions {
	flex: 0 0 50%;
}
#body-focus-modal .sections .body-map {
	flex: 0 0 100%;
}
#body-focus-modal .sections.selection-active .body-map {
	flex: 0 0 50%;
	margin: 0!important;
	width: auto;
}
#body-focus-modal .sections.selection-active .body-map-wrap {
	margin-right: 0!important;
	text-align: right;
	width: auto;
}
#body-focus-modal .sections.selection-active .body-map-wrap svg {
	margin: 0!important;
	width: auto;
}
#body-focus-modal .sections .selection-details {
	display: none;
	flex: 0 0 0%;
}
#body-focus-modal .sections.selection-active .selection-details {
	display: block;
	flex: 0 0 100%;
}
.selection-details .ssc-content ul {
	list-style: none;
	padding-left:0;
	margin-top: 0;
	margin-bottom: 0;
}
.selection-details .ssc-content ul > li {
	margin-top: .25rem;
	background-color: #E0F5F3;
	padding: .25rem;
	border-radius: .5rem;
}

.bg-msk360 {
	background-color: #84d6d0;
	
}
.border-msk360 {
	border-color: #84d6d0!important;
}
.border-medium {
	border-width: 2px!important;
}
.border-thick {
	border-width: 3px!important;
}

.image-zoom {
	overflow: hidden;
}
.image-zoom img {
	transition: all .2s;
	-webkit-transform: scale(1) translateX(-50%) translateY(-50%);
	transform: scale(1) translateX(-50%) translateY(-50%);
}
.image-zoom:hover img {
	transition: all .5s;
	-webkit-transform: scale(1.1) translateX(-50%) translateY(-50%);
	transform: scale(1.1) translateX(-50%) translateY(-50%);
}

.subscribe .form-control:focus, .subscribe .form-control {
	color: #fff!important;
	background-color: rgba(10, 0, 0, .5)!important;
}
.subscribe ::-webkit-input-placeholder {
  color: #fff!important;
}
.subscribe ::-ms-input-placeholder {
  color: #fff!important;
}
.subscribe ::placeholder { 
  color: #fff!important;
}

a[disabled], [data-videoid][disabled], .feature-disabled {
	filter: saturate(0);
	opacity: .6;
}

.bg-interest {
	border: 2px solid #7E9AA0;
	background-color: transparent;
	color: #7E9AA0;
}
.bg-interest * {
	color: #7E9AA0;
}
.bg-interest.selected {
	background-color: #7E9AA0;
	color: #fff;
}
.bg-interest.selected * {
	color: #fff;
}
.text-powder-gray {
	color: #7E9AA0;
}
.bg-powder-blue {
	background-color: #81B4D5;
	color: #fff;
}
.bg-powder-blue * {
	color :#fff;
}
.text-powder-blue {
	color: #81B4D5;
}
.bg-salmon {
	background-color: #F8858B;
	color: #fff;
}
.bg-salmon * {
	color: #fff;
}
.text-salmon {
	color: #F8858B;
}
.bg-dark-slate-blue {
	background-color: #435F70;
	color: #fff;
}
.bg-dark-slate-blue * {
	color: #fff;
}
.text-dark-slate-blue {
	color: #435F70;
}

[data-challenge] .ifselected {
	display: none;
}
[data-challenge].selected .ifselected {
	display: block;
}

@media all orientation: landscape {
	#portal-player-wrap.playback-active {
		position: fixed;
		width: 100%;
		height: 100%;
	}
}

/*
ITour Theming
*/
@media all and (min-width:768px) {
	.introDialog {
		width: 480px!important;
	}
	.hContBlock:not(.introDialog) {
		width: 360px!important;
	}
}

.hContHeader {
	font-family: Nunito, Arial, Helvetica, sans-serif !important;
	font-weight: 100!important;
	color: #85BEC7;
}
.hContBody {
	font-family: Nunito, Arial, Helvetica, sans-serif !important;
	font-weight: 100!important;
	color: #7E9AA0;
}
.hBtn {
	font-family: Nunito, Arial, Helvetica, sans-serif !important;
	font-weight: 300!important;
	color: #40828C;
}

@media all and (min-width:768px) {
	.scroll-widget {
		overflow-y: auto;
	}
}
