* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

body {
	display:flex; 
  	flex-direction:column;
}

a:hover, a {
	text-decoration: none !important;
}

a {
	color: #4B4949;
}
/*--------------------------------------------------------------
Global Styles 
--------------------------------------------------------------*/
.main-nav ul li a:hover {
	text-decoration: none;
	list-style-type: none;
	border-bottom: solid 2px #0062cc;
}

.main-nav ul li a.active {
	border-bottom: solid 2px #0062cc;
}	
  
.flex-middle {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.btn-green{
    background-color: #257009;
    color: #fff;
    border-radius: 15px;
    font-size: 16px;
    padding: 6px 32px;
	font-weight: bold;
}
.btn-green:hover {
	background-color: #4a942f;
	color: white;
}
.text-green{
    font-size: 16px;
    color:#C0D64B;
    margin: 15px 0;
    display: block;
}

.section-header {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
	font-weight: 500;
	padding-bottom: 20px;
    position: relative;
}

.text-black {
	color: #000;
}

.text-white {
	color: #fff
}

.p-20 {
	padding-bottom: 20px;
	margin: 0;
}
.desktop-hide,
.m-footer-text {
	display: none;
}
/* #page-margin {
	margin-top: 6em;
} */
/* 
.page-wrapper {
	display: block;
	overflow: hidden;
	position: relative;
	min-height: 100%;
} */

.img-box-shadow {
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.12);
}

/*--------------------------------------------------------------
Navigation Menu 
--------------------------------------------------------------*/

#logo {
    background-image: url('../images/logo.png');
    background-size: 16em;
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
	width: 25%;
	height: 30px;
}

#logo a{
    width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	height: 80px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding: 20px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
	
	position: relative;
}


#header.header-scrolled,
#header.header-pages {
	position: fixed;
	height: 60px;
	padding: 10px 0;
	background-color: #f1efef;
    transition: all 0.5s;
}

#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercasce;
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #00366f;
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	margin: 7px 0;
	max-height: 23px;
}

.main-pages {
	margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
/* Drop Down */
/* Deep Drop Down */
	opacity: 100%;
}

  
.dropdown-hover {
	float: left;
	overflow: hidden;
}

.dropdown-hover .dropbtn {
	font-size: 14px;  
	border: none;
	outline: none;
	color: white;
	padding: 10px 15px;
	background-color: inherit;
	font: inherit;
	margin: 0;
}

.dropdown-content1 {
	display: none;
	position: absolute;
	padding: 20px 30px;
	width: 100%;
	left: 0;
	background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
	z-index: 1;
}


.dropdown-hover:hover .dropdown-content1 {
	display: block;
}

.hs-container{
    width: 700px;
	margin-bottom: 0;
	max-width: none;
	align-items: center;
	display: flex;
	height: 100%;
}

.hs-container img {
    width: 120px;
    height: 100px;
	object-fit: scale-down;
	display: flex;
	align-content: flex-start;
}

.img-contain {
	display: inline-block;
	width: 50%;
	text-align: center;
	background: 00;
}

.img-contain p {
	margin-bottom: 0;
}

.main-nav,
.main-nav * {
	/* margin: 0;
	padding: 0; */
	list-style: none;
}

.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
  
.main-nav a, 
.main-nav .dropbtn {
	display: block;
	position: relative;
	color: #004289;
	padding: 10px;
	transition: 0.3s;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
  
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
	color: #007bff;
	text-decoration: none;
}
  
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}
  
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
  
.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}
  
.main-nav .drop-down ul a {
	padding: 10px 20px;
	font-size: 13px;
	color: #004289;
}
  
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
	color: #007bff;
}
  
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
	display: table;
	width: 100%;
	/* height: 65vh; */
	/* background: #000; */
}

#intro .carousel-item {
	width: 100%;
	height: 65vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#intro .carousel-item::before {
	content: '';
	/* background-color: rgba(0, 0, 0, 0.5); */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#intro .carousel-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#intro .carousel-background img {
	max-width: 100%;
}

#intro .carousel-content {
	text-align: center;
}

.carousel-content {
}

#intro h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 42px;
	font-weight: 700;
}

#intro p {
	width: 100%;
	/* margin: 0 auto 30px auto; */
	color: #fff;
}

#intro .carousel-fade {
	overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
	transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
	width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
	background: none;
	font-size: 32px;
	line-height: 1;
}

#intro .carousel-indicators li {
	cursor: pointer;
}

#intro .btn-get-started {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background: #18d26e;
}

#intro .btn-get-started:hover {
	background: #fff;
	color: #18d26e;
}

/*--------------------------------------------------------------
Awards Section
--------------------------------------------------------------*/
.seal-container {
	background: #fff;
    padding: 20px 0;
}

.center-middle {
	text-align: center;
}

.seal-text {
	font-size: 1.25em;
}

/*--------------------------------------------------------------
Our Curriculum Section
--------------------------------------------------------------*/

.curriculum-container {
    background-image: url("../images/our-curriculum-box.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    width: 100%;
    height: auto;
}

#curriculum-text h1 {
    font-size: 3em;
}

#curriculum-text p {
    font-size: 1.25em;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 90%;
}

.book-box {
	padding: 80px;
	background: linear-gradient(rgb(48, 135, 180, .8),rgb(48, 135, 180, 0));
	color: #fff;
	padding: 4em 0;
	margin-bottom: 1em;
	color: #000;
}

/*--------------------------------------------------------------
Testimonial Section
--------------------------------------------------------------*/

.heading {
    text-align: center;
    color: #f1efef;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
	background: url("../images/testimonial-back.jpg");
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.testimonial-container {
}

.slideshow-container {
    position: relative;
}

.mySlides {
    display: none;
    padding: 30px 80px;
    text-align: center;
    min-width: 85%;
    max-width: 75%;
    margin: 0 auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgb(228, 224, 224);
    color: white;
}

.dot-container {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #B1ABAB;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.hover-activeactive, .dot:hover {
background-color: #dbdbdb;
}

q {font-style: italic; text-align: left !important;}

.author {color: cornflowerblue;}

/*--------------------------------------------------------------
Our Story Section
--------------------------------------------------------------*/

.story-container{
    background:  url("../images/muffin-box.png") top repeat-x;
    background-size: cover;
    text-align: center;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 4em 0;
}

.story-container p{
    font-size: 1.25em;
    margin: 0 auto;
    max-width: 55%;
    line-height: 1.5em;
}

/*--------------------------------------------------------------
Conference Section
--------------------------------------------------------------*/
.conf-container {
    padding: 3em 0;
}

/*--------------------------------------------------------------
Footer Section
--------------------------------------------------------------*/
footer {
    background-color: #f1efef;
    width: 100%;
	padding: 30px 0;
	margin-top: auto;
}

.footer-text p {
	padding-bottom: 0.7em;
	margin: 0;
	font-weight: 500;
    font-size: .85rem;
    color: #74797f;
}

.footer-text h5 {
	position: relative;
	color: #424a52;
    font-weight: 600;
    font-size: 16px;
}

/*--------------------------------------------------------------
online_enhancements page
--------------------------------------------------------------*/
.tenyearplan{
	background: url('/images/GettyImages-985033528.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 65vh;
	object-fit: scale-down;
	padding: 3em 0;
}

	.interactive {
	background: #fff;
	padding: 40px 0;
	width: 100%;
}

.interactive > h1 {
	font-size: 40px;
}


/*--------------------------------------------------------------
 GFSF Overview Page 
--------------------------------------------------------------*/

.gfsf-bg{ 
	background: url('../images/gfsf-land.jpg') 
		no-repeat center center;
	background-size: cover;
	padding: 5em 0;
	margin-bottom: 3em;
}

/* ---------------------------------------------------------------
Dual Credit Page
--------------------------------------------------------------- */

.dc-bg {
	background: url('../images/dual-credit-cover.jpg') 
		no-repeat center center;
	background-size: cover;
	padding: 7em 0;
	margin-bottom: 3em;
}


/*--------------------------------------------------------------
About Us Page
--------------------------------------------------------------*/



.mission-container {
    background-image: url(../images/mission.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    width: 100%;
    height: 500px;
	padding: 3em 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mission-box {
	padding: 80px;
	background: linear-gradient(rgb(48, 135, 180, .8),rgb(48, 135, 180, .05));
	color: #fff;
}

.osc {
	box-shadow:  5px 5px 10px 0px rgba(0,0,0,0.2); 
	margin-top: 50px;
	margin-bottom: 50px;
}

.expertise-container {    
	background: lightgray;
    background-image: url('../images/whiteboard-teacher.jpg');
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 30em;
	padding: 3em 0;
	align-items: flex-end;
	position: relative;
}

.expertise-text {
	background: linear-gradient(rgb(48, 135, 180, .8),rgb(48, 135, 180, .25));
	box-shadow:  5px 5px 5px 0px rgba(0,0,0,0.12);
	position: absolute;
	bottom: 5px;
	color: #fff
}


.mindy-cont {
	padding: 40px;
	border: 5px, black;
}

.mindy-photo {
	max-width: 100%;
	height: 19em;
	background-size: cover;
	object-fit: scale-down;
}

/* ------------------------------------------
Review Set page
------------------------------------------ */

.blue-bg  {
	background-image: url('/images/blue-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4em 0;
}

.blue-bg #call-to-action h3 {
	color: #fff;
}

.sixtyday {
	display: block;
	width: 100%;
	padding: 2.5em 0;
	text-align: center;
}

/* .sixtyday > * {
	height: 100%;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.sixtyday p {
	color: #000;
}

.return-policy {
	background: url('../images/A2B4523A-3391-4F57-975F-E35D0D3B4CCE.JPG')
		no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 16em;
}

.review-set {
	background: url('../images/GettyImages-878934356@2x.jpg')
		no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 16em;
}

.sixtyday-img {
	background: url('../images/hs-drop-5.png')
		no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 16em;
}

.free-access {
	background: url('../images/GettyImages-177016370@2x.jpg')
		no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 16em;
}

.content-middle {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-body {
    width: 100%;
    margin: 0 auto;
}

.form-group-text {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.form-group-text *  {
	margin:0px;
}

.form-group-text p {
	font-size: 14px;
	padding: 20px 0;
}

.text-purple {
	color: #8B8BD6;
	padding-top: 20px;
}

label {
	font-weight: 500;
	/* padding-top: 15px; */
}

.form-group-text p:last-child {
	padding-bottom: 3em;
}

.return-text {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	margin-top: 2em;
}

.return-text h4 {
	font-size: 22px;
}

.return-text p {
	font-size: 16px;
}

.cc2-bg {
	background: url('../images/GettyImages-879041304@2x.png') 
		no-repeat center center;
	background-size: cover;
	padding: 5em 0;
	margin-bottom: 3em;
}

.cc2-text {
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	color: #fff;
}

.cc2-text h3 {
	padding-bottom: 1em;
}

.border-box {
	width: 100%;
	height: 100%;
	padding: 1.5em 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
		-webkit-box-shadow: 13px 8px 33px -33px rgba(0,0,0,1);
	-moz-box-shadow: 13px 8px 33px -33px rgba(0,0,0,1);
	box-shadow: 13px 8px 33px -33px rgba(0,0,0,1);
}

.linear-height {
	padding: 4em 0;
	margin-bottom: 3em;
	background: linear-gradient(rgb(48, 135, 180, .8),rgb(48, 135, 180, .25));
}

.img-center {
    display: flex;
}

.workport-text {
	line-height: 1.75em;
	margin-bottom: 4em;
	margin-top: 2em;
}

.workport-text h3 {
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.workport-text p {
	font-size: 1em;
	line-height: 1.75em;
}

.workport-text .btn-green {
	margin: 0 auto;
}

.workport-text ul {
	margin-left: 50px;
}


/* ------------------------------------------
Courage Award page
------------------------------------------ */

.research-row {
	margin: 5em 0;
}

.courage-container {
    background-image: url("../images/grad-caps.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: -webkit-center;
    width: 100%;
    height: auto;
    padding: 5em 0;
}

.courage-text {
	display: flex;
	align-items: center;
}

.courage-nominate {
	background-image: url("../images/GettyImages-177016370.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 250px;
    padding: 3em 0;
}

.courage-answer {
	background-image: url("../images/GettyImages-878934356.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 250px;
    padding: 3em 0;
}

.courage-logos {
	background-image: url("../images/cc-10yp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 250px;
    padding: 3em 0;
}

.courage-georgette {
	background-image: url("../images/georgette.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 250px;
    padding: 3em 0;
}
  
/* Mobile Navigation */

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: rgba(176, 180, 184, 0.8);
	transition: 0.4s;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	color: #74b5fc;
	text-decoration: none;
}

.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}

.mobile-nav .drop-down > a {
padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #004289;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}


#video-popup-container {
	display:none;
	position: fixed;
	z-index: 996;
	width: 60%;
	left: 50%;
	margin-left: -30%;
	top: 20%;
	background-color: #fff;
  }
  
  #video-popup-close {
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 998;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	background-color: #000;
	line-height: 25px;
	color: #fff;
  }
  
  #video-popup-iframe-container {
	position: absolute;
	z-index: 997;
	width: 100%;
	padding-bottom: 56.25%;
	border: 2px solid #000;
	border-radius: 2px;
	background-color: #000;
  }
  
  #video-popup-iframe {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
  }
  
  #video-popup-overlay {
	display: none;
	position: fixed;
	z-index: 995;
	top: 0;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
  }
  
  #video-popup-close:hover {
	color: #DE0023;
  }


  .main-section-row-2-background-color {
    background-color: rgba(0, 153, 143, 1) !important;
  }

  .halfblack {
	background: rgba(0, 0, 0, 0.59);
	z-index: 99;
	padding: 40px;
  }
  hr {
  color: #ccc;
    background-color: #ccc;
    height: 1px;
  }
.R {
	color: #257009;
}