@brand-primary: lighten(@gray-base, 33.5%);

#closeBtn {
	display:none;
	z-index: 15;
	position: absolute;
	top: 10px;
	right:10px;
	font-size: 1.25em;
	padding:0;
	margin:0;
	cursor:pointer;
}
#collapse_form {
	/*display:none;*/
	
	margin-top:20px;
}

#collapse_form input {

	border-color: none;
}
.button_official, .btn-primary{
	background-color: #99cc66;
	color: #FFF;
	border: 1px solid black;

	font-size:14px;
	font-weight:700;
	
}
.button_official:hover {
	background-color:grey;
	color: white;
}
.btn-primary:hover {
	background-color:grey !important;
	color: white;
}

.container{
	width: 80%;
}

@media only screen and (min-width: 500px)
{
	#closeBtn {
		top:-10px;
		right:10px;
		font-size: 1.25em;
		padding:0;
		margin:0;
		
	}
	#collapse_form {
		margin-top:0;
		
	}
}

.payment-container
{
    width: 100%;
    margin-top:6%;
}

.payment-success-container
{
    width: 100%;
    margin-top:6%;
}

.payment-container  .row
{
    margin-top: 5px;
}

.payment-container form
{

    margin-left: 8%;
    margin-right: 8%;
}

.page-container
{
    width: 100%;
    margin-top: 6%;
    margin-bottom: 2%;
}

html
{
    height: 100% !important;
}

body
{
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0;
}

.content
{
    flex: 1 !important;;
}

* {
    box-sizing: border-box !important;
}

.navbar-default .nav li a {
    font-size: 0.8em !important;
}

.summaryTitle
{
    color: #696969;
    font-size: 1.5em;
}

.summaryAmount
{
    color: #99cc66;
    font-size: 1.5em;
}

.payment-success-p
{
    color: #99cc66 !important;
}

.error
{
    color: #ff0000;
}

.btn-link {
    font-weight: 600;
    color: #99cc66;
    font-size: inherit;
    border: none;
    padding: 0;
}
.modal-body{
    text-align: center;
}

.media-img.img-responsive
{
    max-width: 100% !important;
}

.scholarship-for-dreams-banner {
    width: 100%;
    height: 180px;
}
@media only screen and ( max-width: 640px ) {
  .flexslider .slides img {
	    left: 0%;
	    display: block;
	    max-width: 100%;
	    width: 100%;
	    height: auto;
	}
.scholarship-for-dreams-banner{
		height:auto;
	}
}
