/* Global Styles */

html,
body {
    height: 100%;
	/*font-family:'Raleway', sans-serif;*/
	font-size:1.0em;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
a:focus, a:hover {color: #000;}
a {
  	color: #000;
	}
h3, h2 {font-family: 'Kaushan Script', cursive;font-weight:bold;}
.h2, h2 {font-size: 35px;}
.h3, h3 {font-size: 26px;}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.img-background-home-lrg {
	width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #fff;
}
.img-background-home-lrg img {
    text-align: center;
    display: inline-block;
}
.img-background-homepage-lrg {
	width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #ddd;
	margin-top: -125px;
}
.img-background-homepage-lrg img {
    text-align: center;
    display: inline-block;
}
.container {
	position:relative;
}
.header-nav-link {
	float:right;
	list-style-type:none;
	margin-top: 16px;
	margin-right: -14px;
}
.header-nav-link li {
	float: left;
    color: #fff;
    margin-left: 28px;
    font-size: 14px;
    font-weight: 300;
	text-shadow: 1px 1px 1px #333333;
	line-height: 24px;
}
.header-nav-link li i {
	margin-right: 3px;
	font-size: 15px;
}
.header-nav-link li a {
	color:#fff;
}
.header-contact-phone {
	background: url(../images/icon-phone-header.gif) no-repeat;
	float: left;
    width: 22px;
    height: 22px;
}
.header-contact-email {
	background: url(../images/icon-email-header.gif) no-repeat;
	float: left;
    width: 22px;
    height: 22px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {color:#000;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color:#000;
	text-shadow:1px 1px 1px #ccc;
}
.nav>li:hover {background-color:#ccc;}
.navbar-nav>li>a {padding-top:10px;padding-bottom:10px;}
.navbar-nav>li>.dropdown-menu li {
	padding: 8px 0;
}
.dropdown-menu>li>a {color:#000;}
.dropdown-menu {
	border-top: 1px solid #fff !important;
	border-left: 1px solid rgba(0,0,0,0) !important;
	border-right: 1px solid rgba(0,0,0,0) !important;
	min-width:164px !important;
	background-color:#fff;
}
.navbar-brand {
	height: 111px;
    padding: 0 0 15px 15px;
}
.navbar-inverse {
	background: #749132 url(../images/bg.jpg) repeat top center;
    border-color:transparent;
	height: 124px;
}
.navbar-inverse.home {
    background: transparent !important;
    border-color: transparent !important;
	height: 125px;
}
.navbar-nav {margin-top:26px;}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 10px;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #000;
	background-color: #fff;
}
.navbar-inverse .navbar-nav.inside>li>a:hover {
	color: #000;
	background-color: #fff;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 2px;
}
.navbar-toggle {background-color:#333;}
.navbar-collapse.collapse.in {background-color:#ddd;}

.navbar-collapse {
	float: right;
    position: absolute;
    top: 44px;
    right:0;
}
/* Home Page Carousel

header.carousel {
    height: 550px;
	margin-top: 75px;
} */

#myCarousel {
	top:-125px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    /*height: 586px;*/
	height: 714px;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    /*background-position: center;
    background-size: cover;*/
	background-repeat: no-repeat;
    background-position: center;
}
.carousel-control {background:none !important;}

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

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Home 2nd container */
.descr-container {
	background-color:#fff;
	padding: 20px 0;
	color:#000;
	margin-bottom: 1px;
}
.nclex-cgfns-check {
	list-style-image: url('../images/check-sml.png');
    line-height: 28px;
    font-weight: 200;
    font-style: italic;
    font-size: 24px;
    margin-top: 25px;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 30px;
}
.nclex-cgfns-check li {margin-bottom:10px;}
.nclex-cgfns-check b {
	font-weight: 600;
    font-size: 24px;
}
.jumbotron p {font-size:24px;}
.arrow-list-style {
	list-style-image: url('../images/arrow-list.png');
    line-height: 25px;
    font-weight: 100;
    font-style: italic;
    font-size: 17px;
    margin-top: 25px;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 30px;
	color:#434343;
}
/* Button Styles */
.btn-primary {
	background-color: #7e982c;
    border-color: #6f8627;
}
.btn-primary:hover {
	background-color: #6f8627;
	border-color: #5f7321;
}

a.home-page-btn-next {
	background: #7e982c; /* Old browsers */
    background: -moz-linear-gradient(top, #f4b440 0%, #c78c22 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4b440), color-stop(100%,#c78c22)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4b440 0%,#c78c22 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4b440 0%,#c78c22 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4b440 0%,#c78c22 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4b440 0%,#c78c22 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b440', endColorstr='#c78c22',GradientType=0 ); /* IE6-9 */
    height: 45px;
	padding: 12px 56px;
	color:#000;
	border-radius: 22px;
	font-weight:500;
	font-size: 24px;
}
a.home-page-btn-next:hover {
	text-decoration:none;	
	color:#fff;
	
	background: #6e8526; /* Old browsers */
    background: -moz-linear-gradient(top, #c78c22 0%, #f4b440 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c78c22), color-stop(100%,#f4b440)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c78c22 0%,#f4b440 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c78c22 0%,#f4b440 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c78c22 0%,#f4b440 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c78c22 0%,#f4b440 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78c22', endColorstr='#f4b440',GradientType=0 ); /* IE6-9 */

}

.service-page .row .col-md-5 h3 {
	margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;	
}
.service-page .row .col-md-5 h3 a {
	color: #1a4d83;	
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.home-lower-left-side {
	width: 100%;
}
.home-lower-right-side {
	width: 25%;
}
.home-lower-left-side a {
    margin-right: 12px;
}
.home-lower-left-side h3, .home-lower-right-side h3 {
	margin: 0 0 20px;
    font-size: 30px;
    font-weight: 600;
}
.home-lower-left-side img, .home-lower-right-side img {
	width: 256px;
	height: 174px;
}
.home-lower-left-side .home-lower-left-content {
	float: left;
	font-size:24px;
    width: 66%;
	font-weight:100;
}
.home-lower-left-side .subtitle {
	font-weight:600;	
	margin-bottom: 30px;
}
.home-lower-left-side i {
	background: url(../images/check-sml-2.png) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}
.home-lower-right-side ul {
	margin: 0;
    width: 100%;
    padding: 0 0 0 16px;
}
.home-lower-right-side ul li {
	margin: 0 0 10px 0;
	font-size:16px;
}
.jumbotron {
	background-color:#fff;
}
.jumbotron p.home {
    margin: 26px 0 0 0;
    font-weight: 300;	
}

.registration-review {
	list-style-image: url('../images/check-sml-grn.png');
    line-height: 25px;
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    margin-top: 25px;
	width: 98%;
	margin-left: 2%;
	margin-bottom: 30px;
}
.registration-review li {
	margin-bottom: 10px;
}
.payment-address {
	margin-left: 30px;
    margin-top: 10px;
}
.registration-btn {
	margin: 10px 0 45px;
}
.container footer {
	background-color: #fff !important;
    padding: 2px 0 8px;
}
.container blackquote {
	padding: 10px 20px 0px;
    margin: 0 0 35px;
}
.external-sources .row {
	margin-bottom: 40px;
	margin-top: 40px;
}
.external-sources .col-md-7 {
	width: 33.33333333% !important;
}
.external-sources .col-md-5 {
	width: 66.666667% !important;
}
.external-sources .btn-primary {
	margin-top: 30px;
}
.external-sources hr {border-top:1px solid #d3d3d3;border-bottom:1px solid #fefefe;}
.jumbotron.external-sources {margin-bottom: 0;}

.form-horizontal .form-group input[type=checkbox] {
	margin-left: -20px;
    margin-right: 4px;
}

.testimonials blockquote {
	margin: 0 10% 55px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 28px 38px;
    border-radius: 12px;
    text-align: justify;
	position:relative;
}
.testimonials blockquote h3 {
	padding:0;
	margin:0 0 14px;
	font-size:22px;
}
.testimonials blockquote i {
	width: 23px;
	height: 27px;
	background: url(../images/testimonial-footer-img.gif) no-repeat top center;
	bottom: -27px;
    left: 60px;
    position: absolute;
    display: inline-block;
}

.career-services-links {
	text-align:center;
}
.career-services-links a {
	margin: 0 20px;
	text-decoration:underline;
	font-size:20px;
	color:#1a4d83;
}
.career-services-links a:hover {
	text-decoration:none;
}

/* Review Schedules */

.calendar-row .col-sm-1 {font-weight:600;}
.calendar-row .col-sm-11 {margin-bottom: 8px;width: 436px;}

/* Footer Styles */

footer {
    background-color: #eee;
    padding: 65px 0 12px;
    margin: 30px 0 0 0;
}

.footer-nav {
	width: 100%;
	text-align: center;
}
.footer-nav>li {
	display:inline;
}
.footer-nav>li a {
	color: #000;
    position: relative;
    display: inline;
    font-size: 16px;
    font-weight: 400;
    padding: 0 12px;
}
footer .row {
	    color: #666;
    text-align: center;
    font-weight: 200;
    font-size: 13px;
    margin: 30px 0 0 0;
}
/*.Insurance Coverage */
#insurance-coverages {
  height:auto;
}
#insurance-coverages div {
    font-size: 22px;
    padding: 10px 10px 10px 0;
    text-align: left;
    width: 33.33333333%;
    float: left;
    display: inline-block;
    font-weight: 300;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left:0;}
}
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	a.home-page-btn-next {line-height: 60px;}
	.header-nav-link {display:none;}
	.review-loc-img img {float:left;}
	.review-loc-img {
	float: left;
    width: 100%;
    text-align: left;
}
}

@media(max-width:768px) {
	header.carousel .fill {
		height: 714px !important;
    	width: 100% !important;
    	background-position: center;
    	background-size: cover;	
	}
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	
	.navbar-inverse .navbar-brand img {
		height:110px !important;
		width: auto !important;	
	}
	.navbar-brand {height:28px;}
	.header-nav-link {display:none;}
	
	header.carousel {height:auto;}

#insurance-coverages div {
    width: 100%;
    padding: 10px 10px 0px 0;
}

}

@media (max-width: 480px) {
	.navbar-inverse .navbar-nav>li>a {color:#000}
	
	header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
		height:auto;	
	}
	header.carousel .fill {
		height: 330px !important;
    	width: 100% !important;
    	background-position: center;
    	background-size: cover;	
	}
	.navbar-inverse .navbar-brand img {
		height: 114px !important;
    width: auto !important;
    margin-top: -5px;
	}
	.navbar-brand {height:76px;}
	.header-nav-link {display:none;}
	
	header.carousel {height:auto;}
	.descr-container h2 {font-size:22px;}
	.home-lower-left-side {width:100%}
	.home-lower-left-side .home-lower-left-content {width:100%;float:left;}
	.home-lower-right-side {width:100%;display:block;float:left;}
	
	.external-sources .col-md-7,
	.external-sources .col-md-5 {width:100% !important;}
	
	.form-horizontal label {width: 100%;}
	.form-horizontal .col-xs-4 {width:100%;}
	
	.calendar-row .col-sm-1 {width: 30%;float: left;}
	.calendar-row .col-sm-11 {width: 70%;float: left;}
	.review-loc-img {width: 100%;height: auto;}
	
	.blockquote {font-size: 16px;}
	.jumbotron p {font-size: 18px;}
	.nclex-cgfns-check {font-size: 18px;} 
	.testimonials blockquote h3 {font-size: 18px;}
	
	.testimonials blockquote {
		font-size: 16px;
		margin: 0 5% 55px;
		padding: 25px 30px;
		text-align: left;	
	}
	.jumbotron p {font-size: 18px;font-weight: 300;}
	.nclex-cgfns-check {font-size: 18px;font-weight: 300;} 
	.testimonials blockquote h3 {font-size: 18px;}
}
@media (max-width: 320px) {
	
	.navbar-inverse .navbar-brand img {
		height:94px !important;
		width: auto !important;	
	}
}