/*Color and font switch*/
:root {
  --primary: #29749b;
  --font-family-sans-serif: helvetica,sans-serif;}

body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.tooltip,
.popover {font-family: helvetica,sans-serif;}

a {color:#29749b;}

a:hover {
  color: #19475f;
}

.btn-primary {
  background-color: #29749b !important;
  border-color: #29749b !important;
}

.btn-primary:hover,
.navbar-transparent .navbar-nav > li > a:hover, .navbar-transparent .navbar-nav > li > a:focus {
  background-color: #19465d;
  border-color: #1e5673;
  color:#FFF !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #29749b;
  border-color: #29749b;
}

.btn-outline-primary {
  color: #29749b !important;
  border-color: #29749b !important;
}

.btn-outline-primary:hover {
    color: white !important;
  background-color: #29749b !important;
  border-color: #29749b !important;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #29749b;}

.show > .btn-outline-primary.dropdown-toggle {
  border-color: #29749b;
}

.btn-link {
  color: #29749b;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #29749b;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #29749b;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #29749b;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #29749b; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #29749b;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #29749b;
}

.page-link {
  color: #29749b;
}

.page-item.active .page-link {
  background-color: #29749b;
  border-color: #29749b;
}

.badge-primary {
  background-color: #29749b;
}

.progress-bar {
  background-color: #29749b;
}

.list-group-item.active {
  background-color: #29749b;
  border-color: #29749b;
}

.bg-primary {
  background-color: #29749b !important;
}

.border-primary {
  border-color: #29749b !important;
}

.text-primary {
  color: #29749b !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1e5673 !important;
}

.navbar-dark .navbar-form-control:focus {
  color: #29749b;
}

.nav-bordered > .nav-item > .nav-link:hover, .nav-bordered > .nav-item > .nav-link:focus {
  color: #29749b;
}

.nav-bordered > .nav-item > .nav-link.active, .nav-bordered > .nav-item > .nav-link.active:hover, .nav-bordered > .nav-item > .nav-link.active:focus {
  color: #29749b;
  border-bottom-color: #29749b;
}

.nav-bordered.nav-stacked > .nav-item > .nav-link.active, .nav-bordered.nav-stacked > .nav-item > .nav-link.active:hover, .nav-bordered.nav-stacked > .nav-item > .nav-link.active:focus {
    border-left-color: #29749b; 
}

.block-label {
  color: #29749b;
}

.carousel-light .carousel-indicators .active {
  border: 1px solid #29749b;
}

.text-ribbon-primary {
  background-color: #29749b;
}

.iconlist > .active {
  color: #29749b;
}

.card-bold.card-primary {
    background-color: #29749b;
}

.statcard-primary {
  background-color: #29749b;
}

.stage-toggle:hover, .stage-toggle:focus {
  background-color: #29749b;
}

/*to-top */
.to-top {
  position: fixed;
  right: 70px;
  bottom: 29px;
  display: none;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #f2f2f2;
}

.to-top:hover, .to-top:focus {
    text-decoration: none;
}

@media (min-width: 576px) {
  .to-top {
    display: block;
  }
}

/*logo*/
.logo {
  width: 90px;
}

@media (min-width: 576px) {
  .logo {
    width: 100%;
  }
}

/*close*/
#overviewVideoModal .close {
  opacity: 1;
}

#overviewVideoModal .close:hover {
  opacity: .75;
}

/*Divided heading */
.hr-divider {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.hr-divider:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #29749b;
}

.hr-divider-content {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  color: #495057;
  vertical-align: middle;
  background-color: #F4F5F6;
}

.hr-divider-content .nav-item {
    float: left;
}

.hr-divider-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  color: inherit;
}

.hr-divider-nav > li > a {
  padding-top:    4px;
  padding-bottom: 4px;
  font-size: 100%;
}

.hr-divider-nav > .active > a {
  font-weight: 300;
  background: transparent;
}


/*log in*/
.login-page {
  background-color: #F4F5F6;
}

.form-login {
  width: 100%;
  max-width: 330px;
  padding: 15px;
}

.form-login .form-text {
  font-weight: 400;
  color: #6c6f73 !important;
}

.form-login .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-login .form-control:focus {
  z-index: 2;
}

.form-login select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 14.5px);
}

.form-login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*home page header*/
.app-home-header {
  background-image: url(/assets/img/home-background-filtered.jpg);
}

.app-home-header.college-home {
  background-image: url(/assets/img/college-background.jpg);
}

.app-home-header.secondary-top {
  color:black ; background-image: url(/assets/img/secondary_top.jpg);
}

.app-home-header.court-home {
  background-image: url(/assets/img/court-background.jpg);
}

.app-home-header.redflags {
  background-image: url(/assets/img/home-redflags.jpg);  
  background-size: 100% 100% !important;
}
/*home page tag line*/
.tag-line-title,
.tag-line-subtitle {
  max-width: 486px;
}

.tag-line-title.college-home,
.tag-line-subtitle.college-home {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .app-home-header.college-home {
    background-position: 64% 0%;
    background-image: linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,.1)), url(/assets/img/college-background.jpg);

  }
}

@media (max-width: 576px) {
  .app-home-header {
    background-position: 64% 0%;
  }

  .app-home-header.court-home {
    background-position: 50% 0%;
  }

  .tag-line-title,
  .tag-line-subtitle {
    max-width: 200px
  }

  .tag-line-title.college-home,
  .tag-line-subtitle.college-home {
    max-width: 287px
  }

  .tag-line-subtitle {
    color: #2D3238;
  }

  .tag-line-subtitle.college-home,
  .tag-line-subtitle.court-home {
    color: #FFF;
  }

}

/*Entrance fly in*/
[data-transition="entrance"] {
  transform: translateY(50px);
}

/*Accessibility Block*/
.app-accessibility {
  background-color: #005A87;
}

/*Testimonial Block*/
.app-high-praise {
  background-image: url(/assets/img/testimonialbgFilterRight.jpg);
}
.app-high-praise.college-home {
  background-image: linear-gradient(to right, rgba(255,255,255,.1), rgba(255,255,255,.5)), url(/assets/img/college-testimonialbg.jpg);
}
.app-high-praise.secondary-bottom {
  background-position: unset;background-image: linear-gradient( rgba(255,255,255,.1), rgba(255,255,255,.5)), url(/assets/img/secondary_bottom.jpg);
}
@media (max-width: 576px) {
  .app-high-praise {
    background-image: linear-gradient(to right, rgba(255,255,255,.7), rgba(255,255,255,.7)), url(/assets/img/testimonialbgFilterRight.jpg);
  }
  .app-high-praise.college-home {
    background-image: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url(/assets/img/college-testimonialbg.jpg);
  }
}
@media (min-width: 2000px) {
  .app-high-praise {
    background-position: 0 28%;  }
}
.app-high-praise.redflags {
  background-image: url(/assets/img/testimonial-red-flags.jpg);
}

/*Process Plan Block*/
.app-process-plan {
  background-color: #F4F5F6;
}

/*About Block and Footer Block*/
.bg-footer {
  background-color: #262F36;
}

/* brand ribbon block */
.app-ribbon .container {
  margin-bottom: -30px;
}
.app-ribbon img {
  margin: 0 10px 30px;
}

/* general block overrrides */
@media (max-width: 768px) {
  .block .lead {
    line-height: 1.3;
  }
  .block h3 {
    line-height: 1.15;
  }
}

/* general inverse overrides */
.block-inverse .text-muted {
  color: rgba(255, 255, 255, .7) !important;
}
.block-inverse .block-bg-img {
  background-color: transparent;
}

/* general btn overrides */
.btn-lg {
  font-size: 18px;
}
.block-secondary .btn-lg {
  width: 100%;
}
.btn-lg:not(.btn-block) {
  padding: 12px 50px;
}
@media (min-width: 768px) {
  .btn-lg:not(.btn-block) {
    width: auto;
  }
}

/*Start Now Quiz*/
.hover:hover,
.hover:focus,
.hover input:checked + label {
  background-color: rgba(0,0,0,.075);
}

#infSubmitButton:focus {outline:0;}

.btn-carrot{
	color:#fff;
	background-color:#ff9933;
	border-color:#ff9933;
	outline-color: #ff9933;
}
.font-styles{
    text-align: center;
    font-weight: bold;
    position: inherit;
    top :3px;
}
.bt-margin{
  margin-left: 120px;
  margin-bottom: 10px;
}
mb-4{margin-bottom:0px;}

/* 
*  WEB-104 01/14/2019 Prathap
*  added css for homepage 6 submarkets and for other content
*/
.courts{
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-left: 35px;
  
  background-size: 100% 100%;
}
.court-img-src{
    background-image: url(/assets/img/Courts.png);
	 background-size: cover;
   height: 158px;
}
.smColl-img-src{
    background-image: url(/assets/img/SmallCollege.png);
	 background-size: cover;
   height: 158px;
}
.lgColl-img-src{
    background-image: url(/assets/img/LargeCollege.png);
	 background-size: cover;
   height: 158px;
}
.seccondory-img-src{
    background-image: url(/assets/img/Secondary.png);
    background-size: cover;
   height: 158px;
}
.antyTraffick-img-src{
    background-image: url(/assets/img/AntiTrafficking.png);
    background-size: cover;
   height: 158px;
}
.reasons-img-src {
    background-image: url(/assets/img/5_Reasons_to_Use_Online_Education-1.jpg);
 background-size: cover;
   height: 158px;
}
.parents-img-src {
    background-image: url(/assets/img/Parents.png);
   background-size: cover;
   height: 158px;
}
@media (min-width: 1200px) {
.img-back {
    width: 348px;
	margin-left: auto;
	   margin-right: auto;
	   position: relative;
		float: left;
		 margin: 10px 0 0 10px;
  }
}


.img-background-container {
	margin-left: auto;
	   margin-right: auto;
	   position: relative;
		float: left;
		 margin: 10px 0 0 10px;
		 
}
.img-background-content {
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.img-background-title {
  top: 15px;
}
.img-background-title1 {
  top: 40%;
}
.img-background-content h6 {
	color: #000;
}
.sub-market-widget {
	padding: 50px 1rem;
}
.block-padding {
	padding-top: 20px;
}
@media (min-width: 768px) {
.app-align-center {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 576px) {
	.img-background-container {
	   margin-left: auto;
	   margin-right: auto;
	   position: relative;
		float: left;
	}
}
.sb-m{ padding: 100px 1rem; }
.pd-t{ padding-top: 20px; }
.pd-t1{ padding-top:0px; }
.mr-l{ padding-left: 51%;}

.thanks-hide{
	display:none;
}
.thanks-show{
	display:block;
}
@media screen and (max-width: 767px){
    .sub-market-widget{padding:20px 0!important}
}
/* 
*  WEB-104 01/14/2019 Prathap
*  added css for homepage
*/
.mrg-l{
    margin-left: auto;
    margin-right: auto; }
.ps-l{ left: 47%; }
.w-30{
    width: 30% !important;
    padding-bottom: 10px;
    margin-left: 50px;
}
.rely{
    max-width:50%;
    height: auto;
     margin-left:90px;
}
.accessiblity{
    max-width: 70%;
    height: auto;
}
.block1{
    padding: 10px 10px;
}
.download_file{
    color: white;
    font-weight: bold;
}

.lr-b{ margin-bottom: -1rem !important; }
.sub-market-title-height{
    min-height: 56px;
}

/* 
*  WEB-108 01/14/2019 Ravi Theja P
*  added css for court 6 submarkets and for other content
*/
.alcohol-img-src {
	background-image: url(/assets/img/Alcohol.png);
	background-size: cover;
	/* height: 158px; */
	height : 200px;
}

.marijuna-img-src {
	background-image: url(/assets/img/marijuana.png);
	background-size: cover;
	/* height: 158px; */
	height : 200px;
}

.otherdrugs-img-src {
	background-image: url(/assets/img/otherdrugs.png);
	background-size: cover;
	/* height: 158px; */
	height : 200px;
}

.shoplifting-img-src {
	background-image: url(/assets/img/Shoplifting.png);
	background-size: cover;
	/* height: 158px; */
	height : 200px;
}

.domesticviolence-img-src {
	background-image: url(/assets/img/DomesticViolence.png);
	background-size: cover;
	/* height: 158px; */
	height : 200px;
}

.Nicotine-101-img-src {
	background-image: url(/assets/img/Nicotine-101.png);
	background-size: cover;
	/* height: 158px; */
	height : 200px;
}

.titlex-img-src {
	background-image: url(/assets/img/Title-IX.png);
	background-size: cover;
	/* height: 158px; */
	height : 200px;
}

.Anti-Trafficking-img-src {
	background-image: url(/assets/img/Anti-Trafficking.png);
	background-size: cover;
	/* height: 158px; */
	height : 200px;
}
.OurCoursesCover {
    font-size: 1.05rem;
    width: 300px;
    text-align: center;
    margin-bottom: 0rem !important;
    font-family: helvetica, sans-serif !important;
    color:#00070b !important;
}

.OurCoursesCoverHeader {
    font-weight: bold;
    font-size: initial;
    margin-bottom: 0 !important;
    color: black;
}

.court-img-back{
    width: 361px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    float: left !important;
    margin: 10px 0 0 10px !important;
}
 .courseDivPadding{
	 padding: 16px !important;
 }
 

.about-div {
	background-color: lightgrey !important;
	color: black !important;
}

.choose-courses {
	font-size: 3rem !important;
}

.choose-courses-angle {
	padding-top: 8% !important;
}

.index-section {
	width: 160px !important;
	height: 180px !important;
	padding: 2px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important; 
        border: 1px solid lightgrey;
}

.section-div-header { 
	text-align: center;
} 
 
.section-div-img{ 
    padding-left: 25%;
    padding-top: 10%;
}
 
.circle-img {
	display: inline-block;
	margin-left: 5px;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	border: 0px solid black;
	background-color: lightgrey;
}

.my-icon {
    width: 50px;
    height: 50px;
}
 
 
 
.court-section-img-src {
	background-image: url(/assets/img/indexsection/gavel.png);
	background-size: cover; 
	height: 50px;
        background-position: center;
        background-repeat: no-repeat; 
        background-size: 75% 75%;
}


.small-college-section-img-src {
	background-image: url(/assets/img/indexsection/students-cap.png);
	background-size: cover; 
	height: 50px;
        background-position: center;
        background-repeat: no-repeat; 
        background-size: 75% 75%;
}

.parents-section-img-src {
	background-image: url(/assets/img/indexsection/home.png);
	background-size: cover; 
	height: 50px;
        background-position: center;
        background-repeat: no-repeat; 
        background-size: 75% 75%;
}
 .secondary-school-section-img-src {
	background-image: url(/assets/img/indexsection/university1.png);
	background-size: cover; 
	height: 50px;
        background-position: center;
        background-repeat: no-repeat; 
        background-size: 75% 75%;
}
   
.university-section-img-src {
	background-image: url(/assets/img/indexsection/university-building.png);
	background-size: cover; 
	height: 50px;
        background-position: center;
        background-repeat: no-repeat; 
        background-size: 75% 75%;
}    

.flag-section-img-src {
	background-image: url(/assets/img/indexsection/flag.png);
	background-size: cover; 
	height: 50px;
        background-position: center;
        background-repeat: no-repeat; 
        background-size: 75% 75%;
}

.section-div-padding{
	padding-left: 40px !important;
}

.court-div-space{
	padding-bottom:6px !important;
}
.right-arrow-img-src {
	background-image: url(/assets/img/indexsection/right_arrow.png);
	background-size: cover; 
	height: 50px;
        width: 46px;
}

.section-div-spaceing {
    padding-top: 10px !important;
}
.section-container{
	padding-left: 110px !important;
}
.section-text-padding{
	padding-right:135px !important;
}

<!-- WEB-109 Index animation text-->
.colfax-regular {
    font-family: Colfax-Regular,helvetica,sans-serif;
}
@media screen and (max-width:47.9375em) {
	.animated-headline {
		font-family: Colfax-Medium, helvetica, sans-serif !important; 
                font-size: 1.3rem !important;
                padding-bottom: 5px !important;                
	}  
}

.animated-headline span:not (.animated-headline__words-wrapper ){
	display: inline !important;
	padding: 0 !important;
}
@media print , screen and (min-width:48em) {
	.animated-headline span:not (.animated-headline__words-wrapper ){
		display: none !important;
	} 
	.animated-headline span:not (.animated-headline__words-wrapper ):first-child
		{
		margin: 0 3px 0 0 !important;
	}
}
 
.m-none {
	margin: 0 !important;
}
.animated-headline__words-wrapper {
	/*display: none !important;*/
	overflow: hidden !important;
	position: relative !important;
	transition: width .3s !important;
	vertical-align: middle !important;
	width: auto !important;
	margin: 0 !important;
}
@media print , screen and (min-width:48em) {
	.animated-headline__words-wrapper {
		display: inline-block !important;  
	}  
} 
.animated-headline__words-wrapper:after {
	background: #1a82e2 !important;
	background: linear-gradient(to bottom right, #7dc0ff, #1a82e2) !important;
	content: "";
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	height: 3px !important;
	width: 0 !important;
	z-index: 2 !important;
	transition: width .3s -.1s !important;
}

@media only screen and (max-width:47.9375em) {
    .animated-headline__words-wrapper.is-loading:after {
	max-width: 95% !important;  
        width: 95% !important;
    }     
    .animated-headline__words-wrapper b.is-showing:not (.show-on-load
            ){
            animation: slide-in .6s !important;
    }
    .animated-headline__words-wrapper b.is-hiding:not (.hide-on-load ){
            animation: slide-out .6s !important;
    }
}

.animated-headline__words-wrapper.is-loading:after {
      width: 100% !important;
      transition: width 3s !important;
}

.animated-headline__words-wrapper b {
	left: 0 !important;
	opacity: 0 !important;
	position: absolute !important;
	top: .2em !important;
	white-space: nowrap !important;
}

@media screen and (max-width:47.9375em) { 
    .animated-headline__words-wrapper b.is-showing {
            opacity: 1 !important;
            position: relative !important;
            top: -1px !important;
    } 
}

b.is-showing {
    opacity: 1 !important;
    position: relative !important;
    top: -2px !important;
 } 

.animated-headline__words-wrapper b.is-showing:not (.show-on-load
	){
	animation: slide-in .6s !important;
}

.animated-headline__words-wrapper b.is-hiding:not (.hide-on-load ){
	animation: slide-out .6s !important;
}
.animated-text { 
    font-weight: normal !important; 
}


    

@media only screen and (max-width:47.9375rem) {	
.div-float{
	margin-top: -60px !important;
        margin-left: -25px !important;
        
	}
}
/*
* IPhone X
*/    
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
.div-float{
	margin-top: -200px !important;
        margin-left: -32px !important;
        color: black;
	}    
    }
/*
* IPhone 6/7/8
*/     
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 
.div-float{
	margin-top: -160px !important;
        margin-left: -32px !important;
        color: black;
	}       
    
    }

@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
    .div-float{
	margin-top: -180px !important;
        margin-left: -32px !important;
        color: black;
	}  
    }    
    
@media only screen and (orientation: landscape) and (max-device-height: 420px) {	
.div-float{
	    margin-top: 120px !important;
            margin-left: -31px !important;
            color: black;
          
	}
}

.home-page-learnmore{
    color: black;
}

@media only screen and (orientation: landscape) and (max-device-height: 420px) {	
.animated-text-font{
	  
            font-size: 1.8rem;
	}
}
@media only screen and (max-width:47.9375rem) {	
.down-arrow-img-src {
    background-image: url(/assets/img/indexsection/down_arrow_black.png);
    background-size: cover;
    height: 20px;
    width: 20px;
    display: -webkit-inline-box;
    vertical-align: middle;
}
}

@media only screen and (max-width:47.9375rem) {	
    .display-arrow-center-potrait{
            display: inline-block;
    }
}

@media only screen and (max-width:47.9375rem) {
.choose-courses-angle {
    padding-top: 2% !important;
}
}

.image-course-offerings{
    width: 10%;
}
.image-court-course-offerings {
  width: 35%;
  margin-bottom: 45px;
  margin-left: 100px;
}


.image-college-course-offerings{
  width: 45%;
  margin-bottom: 45px;
  margin-left: 100px;
}

.logo-course-offerings {
   width: 95%;
    margin-left: 4%;
}

.course-offerings-header{
    margin-left: 5%!important;
    margin-right: -6%;
    font-size: 2.7rem!important;
}

 .course-offerings-sub-header{
    font-size: 1.3rem!important;;
}
.align_left {
	float: left; 
	margin-right: 1em;
	
}

.align_right {
	float: right; 
	margin-left: 1em;
	
}

.redflags-sub-header {
  font-size: 1.8rem!important;
}

.praise_text_justify{
  text-align : justify ;
  margin-left: -123px;
}

.text-right{
    text-align: right!important;
}

.justify_text{
  text-align: justify;
}

.margin-left-8pc{
  margin-left: 8%!important;
}

.padding-3px{
    padding:3px !important;
}
.redflags-padding{
	padding: 100px 1rem !important;
}
.logo-size{
	width: 20% !important;
}
.redflags-text{
    margin-top: 346px !important;
}

.court-index-bottom{
   background-size: 100% 100% !important;
   padding: 100px 1rem !important;
}

.redflags-signature{
    color: #6c6f73 !important;
}

.redflags-index-bottom{
    padding: 100px 1rem !important;
}

.landing-logo-smaller{
    width: 60% !important;
}

.anchor-text-color{
  color: white !important;
}
.anchor-text-color-black{
  color: black !important;
}
.app-home-header.parents-header {
    background-image: url(/assets/img/parents/shutterstock_1153155818.jpg);
}

.app-high-praise.parents-footer {
    background-image: url(/assets/img/parents/parents.png);
/*    background-size: 100% 100%;*/
}

@media (min-width: 768px) {
    .offset-md-23 {
        margin-left: 23% !important;
    }
}
@media (min-width: 768px){
    .offset-md-9 {
        margin-left: 9.33333%;
    }
}

.parents-text{
    margin-top: 50px !important;
}
@media (min-width: 450px) {
    .app-home-header.redflags1 {
      background-image: url(/assets/img/home-redflags.jpg);  
      background-size: 100% 100% !important;
    }
}
@media (max-width: 500px) {
    .app-home-header.redflags1 {
        background-image: url(/assets/img/home-redflags.jpg);
        /* background-size: 100% 100% !important; */
    }
    .redflags-text {
        margin-top: 0px !important;
    }
    .pb-5, .py-5 {
        padding-bottom: 0px!important; 
    }
    .block-xs-bottom, .block-xs-middle, .block-xs-top {
        display: table-cell;
        vertical-align: bottom;
    }
}
.block-xs-middle-1{
    display:table-cell;
    vertical-align:middle
}
@media (max-width: 500px) {
    .margin-top-custom{
        margin-top: 6rem!important;
    }
    .margin-bottom-custom{
      margin-top: 1rem!important;
      margin-bottom: 1rem !important;
  }
    .margin-top-custom-1{
        margin-top: 10px!important;
    }
    .margin-top-custom-2{
        padding-top: 0px!important;
    }
    .margin-left-8pc{
        margin-left: 0%!important;
    }
}
.pt-10{
    padding-bottom: 1.5rem!important;
}
.text-color-black{
  color: black!important;
}
@media (width: 411px) {
    .vp-411 {
        padding-bottom: 50px!important;
    }
}