/* Add here all your CSS customizations */

/* Navigation Bar & Nav Bar Elements Styles */
.kep-header-btn-contact {
	background: #52B236;
	color: #FFF;
	float: right;
	margin: 0;
  outline: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 60px;
  Width: 155px;
  left: -35px;
}
.kep-img-btn-contact {
	background: #52B236;
	color: #FFF;
  outline: 0;
  z-index: 1;
  height: 60px;
  Width: 200px;
	margin: 0 auto;
	display: block;
}
.kep-header-blog {
	background: #AEB2FF;
	color: #FFF;
	position: fixed;
	top: 0;
	width: 100%;
}

/* Button Styling */
.kep-btn-blog {
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	color: #212529;
	line-height: 1.5;
	border-radius: .25rem;
	text-decoration: none;
	padding: 0.533rem 0.933rem;
	cursor: pointer;
	display: block;
	border-style: solid;
	margin-bottom: 25px;
	border-width: 1px;
}

/* Object Sizing */
.kep-width-70 {
	width: 70%;
}
.kep-width-100 {
	width: 100%;
}
.kep-height-300 {
	height: 300px;
}

/* Form Styles */
.kep-text-input-styles {
	outline: none;
	margin-bottom: 10px;
	padding: 12px 20px;
	width: 80%;
	border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
	text-align: center;
	font-size: 16px;
}
.kep-accept-btn-styles {
	margin-bottom: 10px;
	width: 80%;
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}

/* Modal Styling */
.kep-background-color-light-blue {
	background-color: #BCC2FF;
}
.kep-background-color-offwhite {
	background-color: #f2f2f2;
}

/* Styling Classes For Z-Index, Alignments, & Overflow */
.kep-align-center {
  align-content: center;
  text-align: center;
}
.kep-padding-left-conditions-dynamic {
	padding-left: 0px;
}
.kep-image-flex {
	flex-shrink: 0;
}
@media only screen and (min-width: 1008px) and (max-width: 1215px){
	.kep-padding-left-conditions-dynamic {
		padding-left: 7.5%;
	}
}
@media only screen and (min-width: 782px) and (max-width: 1007px){
	.kep-padding-left-conditions-dynamic {
		padding-left: 13%;
	}
}
@media only screen and (min-width: 500px) and (max-width: 781px){
	.kep-padding-left-conditions-dynamic {
		padding-left: 24%;
	}
}
@media only screen and (min-width: 470px) and (max-width: 499px){
	.kep-padding-left-conditions-dynamic {
		padding-left: 22.5%;
	}
}
@media only screen and (min-width: 446px) and (max-width: 484px){
	.kep-padding-left-conditions-dynamic {
		padding-left: 20%;
	}
}
@media only screen and (min-width: 426px) and (max-width: 445px){
	.kep-padding-left-conditions-dynamic {
		padding-left: 17.5%;
	}
}
@media only screen and (min-width: 400px) and (max-width: 425px){
	.kep-padding-left-conditions-dynamic {
		padding-left: 15%;
	}
}
@media only screen and (min-width: 100px) and (max-width: 399px){
	.kep-padding-left-conditions-dynamic {
		padding-left: 6%;
	}
}
@media only screen and (min-width: 1300px){
	.kep-center-div-vertical {
		margin-top: 30vh;
	}
}
@media only screen and (min-width: 1050px){
	.kep-center-div-vertical {
		margin-top: 20vh;
	}
}
@media only screen and (min-width: 900px){
	.kep-center-div-vertical {
		margin-top: 15vh;
	}
}
@media only screen and (min-width: 375px){
	.kep-center-div-vertical {
		margin-top: 12.5vh;
	}
}
@media only screen and (min-width: 320px){
	.kep-center-div-vertical {
		margin-top: 5vh;
	}
}
.kep-aligndiv-center {
	margin: 0 auto;
}
.kep-top-neg-8 {
	margin-top: -8px;
}
.kep-top-neg-15 {
	margin-top: -15px;
}
.kep-top-neg-18 {
	margin-top: -18px;
}
.kep-top-neg-20 {
	margin-top: -20px;
}
.kep-top-neg-25 {
	margin-top: -25px;
}
.kep-bottom-neg-15 {
	margin-bottom: -15px;
}
.kep-margintop-percent-40 {
	margin-top: 40%;
}
.kep-margintop-50 {
	margin-top: 50px;
}
.kep-margintop-15 {
	margin-top: 15px;
}
.kep-margintop-25 {
	margin-top: 25px;
}
.kep-marginbottom-25 {
  margin-bottom: 25px;
}
.kep-marginleft-20 {
  margin-left: 20px;
}
.kep-padding-top-25 {
	padding-top: 25%;
}
.kep-paddingsides-10 {
	padding-left: 50px;
	padding-right: 50px;
}
.kep-overflow-hidden{
  overflow: hidden;
}
.kep-overflow-scroll{
	overflow: scroll;
}
.kep-zindex-1 {
	z-index: 1;
}
.kep-zindex-2 {
  z-index: 2;
}

/* Landing Page & Video Background Styles */
.kep-border-box-section {
	border: solid 2px #52B236;
	margin-bottom: 25px;
	margin-top: 25px;
}
.kep-box-text-1 {
	font-size: 27px;
}
.kep-box-text-2 {
	font-size: 23px;
}
@media screen and (max-width: 1215px){
	.kep-box-text-1 {
		font-size: 23px;
	}
	.kep-box-text-2 {
		font-size: 19px;
	}
}
@media screen and (max-width: 1006px){
	.kep-box-text-1 {
		font-size: 19px;
	}
	.kep-box-text-2 {
		font-size: 15px;
	}
}
@media screen and (max-width: 782px){
	.kep-box-text-1 {
		font-size: 13px;
	}
	.kep-box-text-2 {
		font-size: 11px;
	}
}
.kep-videobg {
  position: fixed;
  z-index: -1;
}
.kep-banner-alert {
	height: 60px;
	width: 100%;
	position: absolute;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-top: 7%;
	background-color: #BCC2FF;
	z-index: 99;
	-webkit-box-shadow: 0 9px 6px -6px black;
	   -moz-box-shadow: 0 9px 6px -6px black;
	        box-shadow: 0 9px 6px -6px black;
}
.kep-banner-alert-text-container{
	height: 100%;
	display: inline-block;
	font-size: 0;
}
.kep-opaque-screen-w-buttons {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
}
.kep-opaque-screen-conditions {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	z-index: 10;
	position: absolute;
}
.kep-banner-alert-text-marginleft-1 {
	margin-left: 25px;
}
.kep-banner-alert-text-1{
	font-size: 25px;
	margin-top: 15px;
	display: inline-block;
}
.kep-banner-alert-text-2{
	font-size: 25px;
	margin-top: 15px;
	display: inline-block;
}
.kep-banner-alert-cta{
	font-size: 25px;
	margin-top: 15px;
	display: inline-block;
}
.kep-banner-alert-text-marginleft-2 {
	margin-left: 25px;
}
@media screen and (max-width: 1580px){
	.kep-banner-alert {
		height: 100px;
		margin-top: 100px;
	}
	.kep-banner-alert-text-1 {
		display: block;
		margin-top: 10px;
    margin-left: 20%;
	}
	.kep-banner-alert-text-2 {
		margin-top: 0px;
	}
	.kep-banner-alert-cta {
    margin-top: 0px;
	}
	.kep-banner-alert-text-marginleft-1 {
		margin-left: 0px;
	}
}
@media screen and (max-width: 1023px){
	.kep-banner-alert {
		height: 155px;
		margin-top: 120px;
	}
	.kep-banner-alert-text-2 {
		display: block;
	}
	.kep-banner-alert-cta {
		display: block;
	}
	.kep-banner-alert-text-marginleft-2{
		margin-left: 46%;
	}
}
@media screen and (max-width: 829px){
	.kep-banner-alert {
		margin-top: 120px;
	}
	.kep-banner-alert-text-1 {
		font-size: 18px;
	}
	.kep-banner-alert-text-2 {
		font-size: 18px;
	}
	.kep-banner-alert-cta {
		font-size: 18px;
	}
}
@media screen and (max-width: 594px){
	.kep-banner-alert {
		height: 135px;
	}
	.kep-banner-alert-text-1 {
		margin-left: 15px;
	}
	.kep-banner-alert-text-2 {
		margin-left: 15px;
	}
	.kep-banner-alert-cta {
		display: none;
	}
}
@media screen and (max-width: 480px){
	.kep-banner-alert {
		margin-top: 0px;
	}
}
@media screen and (max-width: 402px){
	.kep-banner-alert {
		height: 195px;
	}
}
@media (min-aspect-ratio: 16/9) {
  .kep-videobg {
    width: 105%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .kep-videobg {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .kep-videobg {
    display: none;
  }
  .kep-videobg-poster {
    background: url('../img/poster.png');
    background-size: cover;
  }
  .kep-landingpagetxt {
    font-size: 3vw;
  }
}
.kep-opaquescreen {
  height: 100vh;
  width: 100vw;
  background-color: black;
  opacity: 0.5;
  z-index: 0;
}

/* Section Styling */
.kep-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.kep-review-divider {
	border-top: solid;
	border-width: 0.5px;
	border-color: #646464;
}
.kep-section-reviews-margin-padding {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.kep-padding-0 {
	padding: 0;
}
@media screen and (min-width: 1258px) {
	.kep-map-show-sm-1258 {
	  display: none;
	}
}
@media screen and (max-width: 1258px) {
	.kep-map-show-sm-1600 {
		display: none;
	}
}
@media screen and (min-width: 1600px) {
	.kep-map-show-sm-1600 {
	  display: none;
	}
}
@media screen and (max-width: 1600px) {
	.kep-map-hide-sm-1600 {
		display: none;
	}
}
@media screen and (max-width: 2284px) {
	.kep-map-show-lg-2284 {
	  display: none;
	}
}
@media screen and (min-width: 2284px) {
	.kep-map-hide-sm-1600 {
		display: none;
	}
}

/* Ticker Counter Styles */
.kep-opaquescreen-sm {
  height: auto;
  width: auto;
  background-color: black;
  opacity: 0.5;
  z-index: 0;
}


/* Text Styles */
.kep-cursor-hand {
	cursor: pointer;
}
.kep-text-color-opaque {
  color: #d9d9d9 !important;
}
.kep-text-color-lightblue {
	color: #BCC2FF !important;
}
.kep-textdecoration-none {
  text-decoration: none;
}
.kep-colortext-white {
  color: #FFF;
}
.kep-fontsize-17 {
  font-size: 17px;
}
.kep-fontsize-23 {
  font-size: 23px;
}
.kep-fontsize-27 {
  font-size: 27px;
}
.kep-fontsize-33 {
  font-size: 33px;
}
.kep-fontsize-50 {
	font-size: 50px;
}
.kep-textcolor-Azuregreen {
  color: #52B236;
}
.kep-textcolor-Azureblue {
  color: #1F3C93;
}
.kep-textcolor-darkgrey {
  color: #353535;
}


/* Icon Styles */
.kep-text-color-white {
	color: white;
}

/* Background Colors */
.kep-form-modal-background {
	background-color: #bdc3fa;
}

/* Stem Cell Video Styles by Talmage */
section.stemcellvideo.section-no-border {
	padding: 5px 20px 80px 20px!important;
  text-align: center;
  margin-top: -5px!important;
}

section.stemcellvideo.section-no-border video {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 875px;
}

/*Spanish home banner fix by Talmage */
.kep-banner-alert {
	height: auto;
	min-height: 60px;
	text-align: center;
}
@media screen and (max-width: 1580px){
.kep-banner-alert-text-1 {
	margin-left: auto;
}
}


