/*Newly Added Styles Begin NEW*/
.modall {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 72.5%;
	top: 25%;
	/*background-color: Black;*/
	filter: alpha(opacity=60);
	/*opacity: 0.6;*/
	-moz-opacity: 0.8;
}

.centerr {
	z-index: 1000;
	margin: 300px auto;
	padding: 10px;
	width: 100px;
	height: 100px;
	/*background-color: White;*/
	border-radius: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

	.centerr img {
		height: 100%;
		width: 100%;
	}

.RadGrid .rgGroupPanel {
	background: #0b5e8f !important;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
}

.RadGrid_Default .rgGroupItem {
	color: #333;
}

.RadGrid_Default .rgAltRow {
	color: #333;
	background: #e0dfdf !important;
}

.RadGrid .rgRow {
	background-color: #f2f2f2;
}

.RadComboBox .rcbInput {
	height: 2.1em !important;
}

.RadComboBox_Default .rcbReadOnly {
	background-color: #FFFFFF !important;
	background-image: none !important;
}

	.RadComboBox_Default .rcbReadOnly.rcbFocused {
		background-color: #FFFFFF !important;
		background-image: none !important;
	}

	.RadComboBox_Default .rcbReadOnly.rcbHovered {
		background-color: #FFFFFF !important;
		background-image: none !important;
	}

.rgPagerCell {
	padding: 0px !important;
	background-color: #a2b0b8 !important;
}

.RadComboBox .rcbEmptyMessage {
	font-style: normal !important;
	text-align: left;
}

.rgArrPart1 {
	float: left;
}

.rgArrPart2 {
	float: left;
}

.rgNumPart {
	float: left;
}

.rgInfoPart {
	float: right;
	padding-right: 4%;
}

.rgAdvPart {
	display: none;
}

.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
	background-image: none !important;
	background-color: #a2b0b8 !important;
}
/*--------------------------------------------------------*/

.search-export {
	text-align: right;
	white-space: nowrap;
	padding-right: 0px;
}

.btn-success {
    background-color: #03a3e1 !important;
    color: #fff;
    border: 0;
}

.intro {
	padding-top: 2px;
	padding-left: 0;
	padding-bottom: 15px;
}

.hidectrl {
	display: none;
}

.form-group .form-control {
	padding-top: 2px !important;
}

.breadcrumb {
	background-color: transparent !important;
}

.form-group.state {
	/*padding-right: 10%;*/
}

.form-group.sector {
	/*padding-right: 15%;*/
}

.form-group.type {
	/*padding-right: 10%;*/
}

span.select2-dropdown.select2-dropdown--above {
	/*width: 113px !important;*/
}

.select2-container {
	/*width:auto !important;*/
	padding-right: 5px;
}

#greyBoxSchoolName {
	width: 100%;
}


.statee span.select2.select2-container.select2-container--default {
	width: 128px !important;
}


.sectorr span.select2.select2-container.select2-container--default {
	width: 200px !important;
}


.typee span.select2.select2-container.select2-container--default {
	width: 234px !important;
}

.select2-container--default .select2-selection--multiple {
	background: #FFFFFF !important;
}

.form-group.state .select2-container--default .select2-selection--multiple {
	width: 128px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	border: 1px solid #abaaaa;
	border-radius: 4px;
	background: #dfdfdf;
}

.form-group.sector .select2-container--default .select2-selection--multiple {
	width: 193px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	border: 1px solid #abaaaa;
	border-radius: 4px;
	background: #dfdfdf;
}

.form-group.type .select2-container--default .select2-selection--multiple {
	width: 234px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	border: 1px solid #abaaaa;
	border-radius: 4px;
	background: #dfdfdf;
}

/*span.select2-dropdown.select2-dropdown--below {
    width: auto !important;
}*/

/*#SelectedState {
    max-width: 100%;
}

#SelectedSector {
    max-width: 100%;
}

#SelectedSchoolType {
    max-width: 100%;
}*/

select, select option {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/*Newly Added Styles End*/

html, body {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #323635;
	;
}

h1,
h2,
h3,
h4 {
	color: #075e91;
	font-weight: bold;
}

.no-paddingr {
	padding-right: 0;
}

.no-paddingl {
	padding-left: 0;
}

.no-margint {
	margin-top: 0;
}

.no-marginb {
	margin-bottom: 0;
}

.mt-20 {
	margin-top: 30px;
}

.mb-20 {
	margin-bottom: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

section.contentm {
	margin: 25px 0;
}

.bg-grey {
	background: #e3e3e3;
}

header {
	margin-top: 20px;
}

	header .logo {
		height: 60px;
	}

	header .right-logo {
		height: 56px;
	}

		header .right-logo.mobile {
			display: none;
		}

	header .header-top {
		margin-bottom: 20px;
	}

	header .main-navigation {
		border-top: 1px solid #e7e7e7;
	}

		header .main-navigation .inner-navigation {
			border-bottom: 3px solid #075e91;
		}

.navbar {
	min-height: 1px;
	font-family: Arial, Helvetica, sans-Serif;
	font-weight: bold;
}

.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	background: transparent;
	margin-bottom: 0;
	border: none;
	padding: 0;
}

	.navbar-default .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 6px;
		padding-left: 0;
		padding-right: 6px;
		margin-right: 50px;
		font-size: 18px;
		color: #0b5e8f;
	}

.navbar ul li:last-child a {
	margin-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #0b5e8f;
	background: transparent;
	border-bottom: 4px solid #0b5e8f;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #0b5e8f;
	border-bottom: 4px solid #0b5e8f;
}

header .search-menu {
	background: #03a3e1;
}

	header .search-menu .form-group #textSize-small {
		padding-right: 2px;
		font-size: 14px;
		padding-top: 6px;
		padding-bottom: 2px;
	}

	header .search-menu .form-group #textSize-big {
		font-weight: bold;
		padding-left: 2px;
		font-size: 20px;
		padding-right: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	header .search-menu .form-group #searchTextBox {
		display: inline-block;
		width: 170px;
		padding-left: 2px;
		height: 30px;
		padding-bottom: 2px;
		border: 0px;
		background-color: #fff;
		color: #636262;
		font-weight: normal;
		line-height: 10px;
		border-radius: 0;
		vertical-align: middle;
	}

	header .search-menu .form-group #searchButton {
		background: transparent;
		padding: 3px 10px;
		font-size: 20px;
		float: right;
		margin-top: 5px;
	}

	header .search-menu .form-group button {
		background: transparent;
		border: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		color: #000;
	}

header .navbar-default .navbar-toggle {
	font-size: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	border: none;
}

	header .navbar-default .navbar-toggle:focus,
	header .navbar-default .navbar-toggle:hover {
		background: transparent;
	}

section.grey {
	background: #f5f5f5;
}

.hero-section {
	margin-top: 0;
}

#homepage-banner .carousel-inner {
	background: #0b5e8f;
}

	#homepage-banner .carousel-inner .item {
		overflow: hidden;
	}

        #homepage-banner .carousel-inner .item img {
            width: 100%;
            height: auto;
        }

		#homepage-banner .carousel-inner .item .carousel-caption {
			position: static;
			text-shadow: none;
			background: #0b5e8f;
			color: white;
			padding: 72px 40px 90px;
			text-align: left;
			font-family: Arial, sans-serif;
			font-size: 12pt;
			line-height: 1.4em;
			font-weight: 100;
			overflow: hidden;
		}

			#homepage-banner .carousel-inner .item .carousel-caption .read-more {
				text-align: right;
			}

				#homepage-banner .carousel-inner .item .carousel-caption .read-more a {
					color: #67d2ff;
					text-decoration: underline;
				}

#homepage-banner .homepagePrint {
	width: 265px;
	left: auto;
	right: 20px;
	top: auto;
	bottom: -65px;
	margin: 0px;
	text-align: right;
	padding: 0 34px 0 34px;
	position: absolute;
	z-index: 15;
}

#homepage-banner .homepagePrint {
	padding: 0;
	list-style: none;
	left: auto;
	right: 0;
	width: 280px;
	bottom: 10px;
	margin: 0;
	text-align: center;
}

	#homepage-banner .homepagePrint li {
		display: inline-block;
		margin-right: 10px;
	}

		#homepage-banner .homepagePrint li a {
			color: #fff;
		}

#homepage-banner .carousel-indicators {
	left: auto;
	right: 0;
	width: 280px;
	bottom: 40px;
	margin: 0;
}

.breadcrumb-container {
	margin-top: 10px;
}

	.breadcrumb-container ul {
		padding: 0;
		margin: 0;
		list-style: none;
		background: transparent;
	}

.print-list li {
	display: inline-block;
	margin-right: 10px;
}

	.print-list li a {
		color: #000;
		font-weight: bold;
		font-size: 14px;
	}


.btn-default,
.btn-default:active:focus {
    background: #03a3e1 !important;
    color: #fff;
    border: 0;
    height: 40px;
    font-weight: bold;
}

    .btn-default:hover {
        background: #03a3e1 !important;
        color: #fff;
        border: 0;
    }

    .btn-default:visited {
        background: #03a3e1 !important;
        color: #fff;
        border: 0;
    }

.grey-box {
	background: #f2f2f2;
	border: 1px solid #c4c4c4;
	padding: 15px 20px 40px 20px;
	margin-bottom: 20px;
}

	.grey-box.center {
		text-align: center;
	}

	.grey-box .form-group .form-control {
		background: #ffffff;
		border: 1px solid #abaaaa;
		margin-right: 10px;
		height: 40px;
	}

	.grey-box.white .form-group .form-control {
		background: #fff;
	}

	.grey-box .btn-default {
		min-width: 135px;
		margin-top: 0px;
	}

	.grey-box.center .btn-default {
		margin-top: 0;
	}

	.grey-box .sif-form .form-control {
		height: 50px;
	}

	.grey-box textarea.form-control,
	.grey-box .sif-form textarea.form-control {
		height: auto;
	}

	.grey-box .sif-form .btn {
		height: 50px;
		font-weight: bold;
		font-size: 16px;
	}

	.grey-box hr {
		border-top: 1px solid #a7a7a7;
	}

    .grey-box .search-export .btn {
        background: #03a3e1;
        color: #fff;
        font-weight: bold;
    }

        .grey-box .search-export .btn:hover {
            background: #03a3e1;
            color: #fff;
            border: 0;
        }

	.grey-box .grey-box-footer .big-blue {
		color: #0b5e8f;
		font-size: 16px;
		font-style: italic;
	}

.search-result .search-result-intro {
	background: #0b5e8f;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
}

.search-result table {
	margin-bottom: 0;
}

	.search-result table > thead > tr > th {
		color: #fff !important;
		font-weight: normal;
		background: #a2b0b8;
		border-bottom: none;
		/*border-right: 1px solid #5d6b73;*/
		border-right: none;
	}

	.search-result table.table-striped > tfoot > tr {
		background: #e0dfdf;
	}

	.search-result table.table-striped > tfoot > tr {
		background: #f2f2f2;
	}

	.search-result table > thead > tr > th:last-child {
		border-right: none;
	}

	.search-result table.table-striped > tbody > tr {
		background: #e0dfdf;
	}

		.search-result table.table-striped > tbody > tr:nth-of-type(odd) {
			background: #f2f2f2;
		}

	.search-result table > tbody > tr > td {
		color: #000;
		/*border-right: 1px solid #5d6b73;*/
		border-right: none;
	}

	.search-result table > thead > tr > th a {
		color: #fff !important;
		font-weight: normal;
		background: #a2b0b8;
		border-bottom: none;
	}

	.search-result table > tbody > tr > td:last-child {
		border-right: none;
	}

.search-result .search-result-footer {
	color: #000;
	font-size: 12px;
	background: #a2b0b8;
	padding: 8px 10px;
}

	.search-result .search-result-footer .pagination {
		margin: 0;
	}

		.search-result .search-result-footer .pagination > li {
			display: inline-block;
			margin-right: 5px;
		}

			.search-result .search-result-footer .pagination > li > a,
			.search-result .search-result-footer .pagination > li > span {
				color: #000;
				background: transparent;
				border: none;
				padding: 3px 8px;
				border-radius: 5px;
			}

			.search-result .search-result-footer .pagination > .active > a,
			.search-result .search-result-footer .pagination > .active > a:focus,
			.search-result .search-result-footer .pagination > .active > a:hover,
			.search-result .search-result-footer .pagination > .active > span,
			.search-result .search-result-footer .pagination > .active > span:focus,
			.search-result .search-result-footer .pagination > .active > span:hover,
			.search-result .search-result-footer .pagination > li:hover > a,
			.search-result .search-result-footer .pagination > li:hover > span {
				background: #fff;
			}

			.search-result .search-result-footer .pagination > li:first-child > a {
				background: #fff;
			}

			.search-result .search-result-footer .pagination > li:last-child > a {
				background: #fff;
			}

	.search-result .search-result-footer .total {
		line-height: 20px;
	}

.nav-tabs > li > a {
	font-weight: bold;
	background: #646464;
	font-size: 12pt;
	margin-right: 10px;
	color: #fff;
	border: transparent;
}

	.nav-tabs > li > a:hover {
		background: #0b5e8f;
		border: transparent;
	}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #fff;
	background-color: #0b5e8f;
	border: transparent;
}

.tab-content {
	border-top: 8px solid #0b5e8f;
	background: #e9f7fc;
	padding: 10px 0;
}

	.tab-content .tab-date {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.tab-content .tab-more {
		color: #075e91;
	}

.social-media .social-item {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	font-size: 24px;
	width: 34px;
	height: 34px;
	color: #fff;
}

	.social-media .social-item.facebook {
		background: #3a579d;
	}

	.social-media .social-item.twitter {
		background: #33ccff;
	}

	.social-media .social-item.linkedin {
		background: #037cb6;
	}

	.social-media .social-item.youtube {
		background: #e34b40;
	}

footer {
	color: #0b5e8f;
	font-size: 12px;
}

	footer .footer-top {
		padding: 20px 0;
		background: #e3e3e3 url(/ASLImages/footer-strip.png) no-repeat scroll 100% center;
	}

	footer .footer-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		footer .footer-nav a,
		footer .footer-contact {
			color: #04486b;
			font-weight: bold;
		}

			footer .footer-nav a:hover,
			footer .footer-contact:hover {
				color: #00abe8;
			}

	footer .subscribe-container {
		color: #323635;
		font-size: 14px;
	}

		footer .subscribe-container h4 {
			margin-top: 30px;
			color: #323635;
		}

	footer .footer-bottom {
		margin: 20px 0 30px 0;
		font-size: : 14px;
		font-weight: bold;
	}

		footer .footer-bottom .bottom-content {
			display: inline-block;
			vertical-align: middle;
			margin-right: 50px;
			margin-top: 20px;
		}

			footer .footer-bottom .bottom-content:last-child {
				margin-right: 0;
			}

	footer .copyright a {
		color: #075e91;
	}

		footer .copyright a:first-child {
			color: #6c6c6c;
		}

	footer .subscribe-container input {
		height: 40px;
		border-radius: 0;
	}

	footer .subscribe-container .btn-default {
		padding: 0 20px;
		margin-left: -20px;
	}

	footer .footer-brand {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		footer .footer-brand li {
			display: inline-block;
			margin-right: 15px;
		}

	footer .footer-bottom .footer-logo {
		margin-top: -20px;
		height: 70px;
	}

/**** Maps ******/
#searchResultTab {
	border-top: 0px;
	background: none;
	padding: 0px 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	background-color: #0b5e8f;
}

.map-container {
	width: 100%;
	min-height: 500px;
}

#mapIndicator {
	position: absolute;
	left: 50%;
	margin-top: 150px;
	z-index: 100;
}

	#mapIndicator img {
		width: 100px;
	}

.infobox {
	background-color: white;
	border: 1px solid #005d93;
	border-radius: 10px;
	left: 0;
	position: relative;
	top: 0;
	width: 256px;
}

.infobox_close {
	border: none;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

.infobox_content {
	font-family: Arial;
	font-size: 13px;
	line-height: 22px;
	margin: 5px;
	padding-right: 20px;
}

.infobox_title {
	font-weight: bold;
}

.infobox_pointer {
	height: 38px;
	left: 20px;
	overflow: hidden;
	position: relative;
	top: -1px;
	width: 33px;
	z-index: 1;
}

.full-width-tabs > ul.nav.nav-tabs {
	display: table;
	width: 100%;
	table-layout: fixed;
}

	.full-width-tabs > ul.nav.nav-tabs > li {
		float: none;
		display: table-cell;
		width: 50%;
	}

.nav-tabs > li > a {
	background: #f2f2f2;
	color: #323635;
	margin-right: 5px;
}

.nav-tabs > li:last-child > a {
	margin-right: 0px;
}

.nav-tabs > li:hover > a {
	color: white;
}

.grey-box .big-blue.total-row {
	color: #0b5e8f;
	font-size: 16px;
	font-style: italic;
	text-align: left;
	padding-top: 10px;
}

section.contentm .RadComboBox .rcbEmptyMessage {
	font-style: normal;
}

.RadGrid_Default .rgDetailTable {
	font-style: italic;
}

td.rgExpandCol tr.rgRow {
	background: none;
}

	td.rgExpandCol tr.rgRow .fa {
		font-size: 10px;
	}

.rgRow.sub-campus {
	background-color: rgba(0, 171, 232, 0.1);
}
.sub-campus {
	font-style: italic;
}
.RadGrid_Default .rgRow .rgSorted {
	border-bottom-color: #d9d9d9 !important;
	background-color: initial !important;
}
.RadUpload_Default.uploadControl .ruSelectWrap .ruButton{
	height: 32px;
	background-color: #0b5e8f;
	background-image: none;
	font-weight: bold;
	color: #fff;
	padding: 6px 12px;
}
.RadUpload_Default.uploadControl .ruSelectWrap .ruButton.ruButtonHover{
	background-color: #00abe8;
	background-image: none;
	color: #fff;
}
.RadAsyncUpload.uploadControl{
	display: inline-block;
	vertical-align: top;
}

.RadUpload_Default.uploadControl .ruSelectWrap .ruFakeInput{
	height: 32px;
	width:250px;
}

.panel-default>.panel-heading{
	color: #fff;
	font-weight: bold;
	background-color: #0b5e8f;
	
}
div.RadUpload.uploadControl .ruFileWrap{
	height: auto;
}
/**************/
@media(max-width: 1024px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		margin-right: 20px;
	}

	#homepage-banner .carousel-inner .item .carousel-caption {
		padding: 15px 20px 75px;
	}

	footer .footer-bottom .footer-logo {
		margin-top: -40px;
	}

	footer .footer-top {
		background: #e3e3e3 url(../images/footer-strip.png) no-repeat scroll 100% top;
	}
}

@media(max-width: 922px) {
	header .search-menu .form-group {
		display: block;
	}

		header .search-menu .form-group #searchTextBox {
			width: 85%;
		}

	header .main-navigation .no-paddingl,
	#homepage-banner .carousel-inner .item .no-paddingl {
		padding-left: 15px;
	}

	header .main-navigation .no-paddingr,
	#homepage-banner .carousel-inner .item .no-paddingr {
		padding-right: 15px;
	}

	.navbar-default .navbar-nav > li > a {
		margin-right: 40px;
	}

	.breadcrumb-container {
		display: none;
	}

	#homepage-banner .carousel-inner .item .carousel-caption {
		padding: 15px 20px 25px;
	}

	#homepage-banner .carousel-indicators {
		left: 20%;
		right: auto;
		width: 60%;
		bottom: 10px;
	}

	#homepage-banner .homepagePrint {
		left: 20px;
		right: auto;
		bottom: 25px;
		text-align: left;
	}

	.grey-box .form-group {
		margin-bottom: 15px;
	}

		.grey-box .form-group,
		.grey-box .form-group .form-control {
			display: block !important;
			width: 100%;
		}

	.custom-tabs .tab-item {
		margin-bottom: 25px;
	}

		.custom-tabs .tab-item:last-child {
			margin-bottom: 0;
		}

	footer {
		font-size: 14px;
	}

		footer .footer-top {
			background: #e3e3e3;
		}

		footer .col-md-4 {
			margin-bottom: 30px;
			text-align: center;
		}

		footer .footer-nav li {
			margin-bottom: 5px;
		}

		footer .footer-nav a {
			font-size: 16px;
		}

		footer .footer-bottom {
			margin-top: 0;
			text-align: center;
		}

			footer .footer-bottom .bottom-content {
				margin-right: 0;
			}

				footer .footer-bottom .bottom-content.pull-right {
					float: none !important;
				}

			footer .footer-bottom .footer-logo {
				display: none;
				margin-top: 0;
			}
}

@media (max-width: 767px) {
	header .header-top {
		margin-bottom: 10px;
	}

	header .right-logo {
		display: none;
		height: 36px;
		margin-top: 10px;
	}

		header .right-logo.mobile {
			display: block;
		}

	header .search-menu .form-inline {
		width: 90%;
	}

	header .search-menu .form-group #searchTextBox {
		width: 80%;
	}

	header .navbar-default .navbar-toggle {
		margin-top: -55px;
		margin-right: 10px;
	}

	header .navbar-nav {
		margin: 0 0 7.5px 0;
	}

	header .navbar-default .navbar-nav > li > a {
		margin-right: 0;
	}

	.navbar-default .navbar-nav > li > a:hover {
		border-bottom: none;
		color: #03a3e1;
	}

	footer h4 {
		font-size: 24px;
	}
}

@media (max-width: 568px) {
	header .search-menu .form-group #searchTextBox {
		width: 77%;
	}

	footer .footer-bottom {
		margin-bottom: 0;
	}

	footer .footer-brand li {
		float: left;
		width: 33.333333%;
		margin-right: 0;
		height: 45px;
	}
}

@media (max-width: 480px) {
	header {
		margin-top: 10px;
	}

		header .search-menu .form-group #searchTextBox {
			width: 74%;
		}

	#homepage-banner .carousel-inner .item .carousel-caption {
		padding: 15px 20px 75px;
	}

		#homepage-banner .carousel-inner .item .carousel-caption .read-more {
			text-align: left;
		}

	#homepage-banner .homepagePrint {
		bottom: 45px;
		right: auto;
		left: 20px;
		width: auto;
		font-weight: bold;
	}

	footer .footer-top .col-md-4:last-child {
		margin-bottom: 0;
	}

	footer .footer-top .subscribe-container {
		display: none;
	}

	footer .footer-top .copyright {
		display: block !important;
		font-size:  14px;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 30px;
	}

	footer .footer-bottom .copyright {
		display: none;
	}

	footer .footer-brand li {
		width: 50%;
	}
}

@media (max-width: 414px) {
	header .search-menu .form-group #searchButton {
		margin-right: 8px;
	}

	header .search-menu .form-group #searchTextBox {
		width: 67%;
	}
}

@media (max-width: 375px) {
	header .logo {
		height: 45px;
	}

	header .right-logo {
		height: 25px;
	}

	header .search-menu .form-group #searchTextBox {
		width: 62%;
	}

	.grey-box .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

@media (max-width: 320px) {
	h1 {
		font-size: 32px;
	}

	header .search-menu .form-group #searchTextBox {
		width: 54%;
	}

	header .search-menu .form-group #searchButton {
		margin-right: 12px;
	}
}