/*
Theme Name: chaosgroup
*/
@charset "UTF-8";
p {
	font-size:14px!important;
}

div.clear-ss {
	clear: both;
	min-height: 5px;
}
div.clear-sm {
	clear: both;
	min-height: 15px;
}
div.clear-md {
	clear: both;
	min-height: 30px;
}
div.clear-lg {
	clear: both;
	min-height: 60px;
}
div.clear-ll {
	clear: both;
	min-height: 90px;
}

nav.education-nav {
	z-index: 1;
}

a.edu_link {
	color: #2780E3;
}

.promo {
	color: #FF0000;
	font-weight: 700;
}

.icons-list .item-icon {
    left: 0.4285714286em;
    width: 3.9285714286em;
}

select {
	padding-top:10px;
	padding-bottom:10px;
}

.img-block {
	position: relative;
}

.img-block .img-description {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
}

h1.large {
	font-size: 4rem!important;
	font-weight: 400!important;
}

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

.thin {
	font-weight: 300;
}

.img-megamenu {
	max-width:160px;
	max-height:70px;
}

.full-image-title.large-title {
	font-size:5rem!important;
}

@media screen and (max-width:800px) {
	.full-image-title.large-title {
		font-size:2rem!important;
	}
}