/*
Theme Name: Bootstrap 3.1.1 Starter Wordpress theme
Author: 3sparks llc
Author URI: http://3sparks.net/
Description: This is a blank bootstrap 3.1.1 theme for wordpress. Feel free to use this as a starter template for your projects.
Version: 1.0
License: GNU General Public License v2 or later
*/

h1{
	color: #717171; 
	font-size: 24px; 
	margin-top: 0;
}
h2{
	font-size:24px;
	margin:0 0 20px 10px;
}
.col-md-8 h3{
	font-size:20px;
}
p{
	color: #343434; 
	line-height: 30px;
}
legend {
	color: #888;
	font-size: 24px;
	margin-top: 2%;
	margin-bottom:10px;
	padding-top:1%;
	padding-bottom:5px;
}
.header-img {
	width: 100%;
	height: 100%;
}
.top-header-container {
	width: 100%;
	height: 136px;
}
.yellow-button:hover {
	color: #fff;
	background-color:#8a760c;
}
.yellow-button {
	background-color:#f8d716;
	color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    display: block;
}	

a {
	color:#8a760c;
}
a:hover {
	color:#8a760c;
	text-decoration: underline;
}
.text-light{
	font-weight: 300!important;
}
.text-bold{
	font-weight: 600!important;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-gold {
	color:#9f880d;
}
.text-kyrial {
	font-family: "kyrial-sans-pro",sans-serif;
	font-style: normal;
}
.navbar-toggle {
	background-color: #8a760c;
	float: left;
	margin: 4%;
}
.navbar-toggle .icon-bar {
	background-color: #fdf1ae;
}
.dropdown-menu>li>a {
	color:#8a760c;
	line-height: 2!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: rgba(254, 217, 22, 0.4)!important;
	color:#8a760c!important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #fdf1ae;
	color:#8a760c;
	line-height: 2!important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color:#ae960f; 
	color: #fff;
}
.navbar-nav>li>a {
	margin-top: 4px;
	padding: 10px 10px!important;
	text-transform: uppercase;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color:#ae960f; 
	color: #fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color:#ae960f; 
}
.navbar {margin-bottom: 0px; }
.nav-container {
	background-color:#f9d716;
	border-top: #b1b1b1 solid 1px;
	border-bottom: #b1b1b1 solid 1px;
	width: 100%;
}


.logo img{
	margin-top: 20px;
}
.clear {
	clear: both;
}
.top-info-text {
	font-size: 18px;
	font-weight: 300!important;
	margin-top: 5%;
}
.home-content-container {
	width: 100%;
	background-color: #ededed;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 30px 0 40px 0;
	margin-top: 20px;
}
.home-services-container {
	width: 100%;
	padding: 20px 0 40px 0;
}
.request-info-container{
	background-color: #f8f8f8; 
	padding:20px 35px;
}
.request-info-container h3{
	margin-bottom:25px; 
	color:#ab961f;
}
.request-info-container .btn{
	margin:0 auto; 
	width:100%;
}
.footer-container {
	width: 100%;
	background-color: #ededed;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 15px 0;
	margin-top: 20px;
	color: #8f9093;
	font-size: 14px;
}
.holderboxblack {
	position: relative !important;
	bottom: 0px !important;
	left: 0px !important;
	width: 100% !important;
	height: 25% !important;
	padding: 10px 25px !important;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #f8d716;
	display: block;
	text-shadow: rgba(0,0,0, .85) 0px 0px 3px;
	background-color: rgba(0,0,0, .54);
	border: 0px;
}

.tp-static-layers {
	width: 100%;
}
@media (max-width:1199px) { 
	.service-box {
	width: 47%!important;
	margin: 1%!important;
	}
}
@media (max-width:991px) { 
	.service-box {
	width: 100%!important;
	margin: 1%!important;
	}
	.logo img{
	width: 100%;
	}
}
.service-box {
	border: solid 1px #b1b1b1;
	border-radius: 4px;
	width: 23%;
	margin: 0 1%;
	float: left;
}
.service-box-top {
	border-radius: 4px 4px 0 0;
	height: 119px;
	background-color:#fff;
	margin: 0; 
}
.service-box-bottom {
	background-color:#f8d716;
	height: 55px;
	color: #8a760c;
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	line-height: 22px; 
	border-radius: 0 0 4px 4px;
	margin: 0;
	font-family: "kyrial-sans-pro",sans-serif;
	padding: 2% 0 0 10%;
}

.service-box:last-child {
	margin-right:0px!important; 
}
.service-box:first {
	margin-left:0px!important; 
}
.service-box-1 .service-box-top {
	background: url(/wp-content/uploads/2019/04/aspiring.jpg) center bottom no-repeat #fff;
    	background-size: contain;
}
.service-box-2 .service-box-top {
	background: url(/wp-content/uploads/2019/04/non-traditional.jpg) center bottom no-repeat #fff;
	background-size: contain;
}
.service-box-3 .service-box-top {
	background: url(/wp-content/uploads/2019/04/student-doctors.jpg) center bottom no-repeat #fff;
	background-size: contain;
}
.service-box-4 .service-box-top {
	background: url(/wp-content/uploads/2019/04/international.jpg) 50% bottom no-repeat #fff;
	background-size: contain;
}

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

@media (max-width:767px) { 
	.nav>li {
		width: 100%!important;
		text-align: center!important;
	}
	.top-info-text {
		width: 100%;
	font-size: 14px;
	font-weight: 300!important;
	margin-top: 3%;
	text-align: center;
	}
}