/*Start common classes*/
body {
	font-family: 'Libre Baskerville', serif;
	color: #4c4c4c;
	overflow-x:hidden; 
	font-size: 16px;
}
/* common classes */
a {color: #004135;}
img {
	max-width: 100%;
	height: auto;
}
a:hover, 
a:active, 
a:focus { 
	color:#004135; 
	text-decoration: none;
}
a:focus {
	outline: none;
}
b, strong {
	font-weight: 500;
	font-family: 'Archivo Narrow', sans-serif;
}
a,
input,
.btn,
.thumb figure img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
h1,h2,h3,h4,h5,h6{
	color: #004135;
}
.h2, h2 {
	font-size: 2.05em;
}
hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 5px solid #e2ded1;
}
/*End common classes*/
/*Start bootstrap overrides*/
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mt-30{
	margin-top: 30px;
}
.mb-40{
	margin-bottom:40px;
}
.section{
	padding: 40px 0;
}
.btn-primary,
.btn-primary:focus {
	color: #ebcd4d;
	background-color: #004135;
	border-color: #004135;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	padding: 9px 15px;
	font-size: 1.2em;
	white-space: normal;
	outline:none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover {
	color: #004135;
	background-color: transparent;
	border-color: #004135;
	outline:none;
}
.btn-yellow,
.btn-yellow:focus {
	color: #4c4c4c;
	background-color: #f1cd44;
	border-color: #f1cd44;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	padding: 9px 15px;
	font-size: 11px;
	margin-bottom: 10px;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:active:hover {
	color: #f1cd44;
	background-color: transparent;
	border-color: #f1cd44;
}
/*End bootstrap overrides*/
/* Start Style for header */
.header{
	position: relative;
}
.header-top-wrap{
	display: table;
	width: 100%;
}
.header-top-left{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}
.header-top-right{
	display: table-cell;
	width: 80%;
	vertical-align: middle;
}
.header-right-top-wrap{
	padding: 10px;
	float: right;
	background: #e2ded1;
	margin-bottom: 10px;
}
.header-right-search-wrap{
	display: inline-block;
	position: relative;
}
.header-right-search-wrap .form-control{
	background-color: #f3f2ed;
	padding-right: 32px;
	border-radius: 0;
	outline: none;
	border: none;
	box-shadow: none;
}
.header-right-search-wrap button{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
	border: none;
	outline: none;
}
.header-right-search-wrap button span{
	color: #004135;
}
.header-right-quick-link{
	display: inline-block;
}
.header-quick-link{
	margin: 0;
	padding: 0;
}
.header-quick-link li{
	list-style: none;
	display: inline-block;
	padding: 0 12px;
	font-family: 'Archivo Narrow', sans-serif;
}
.header-quick-link li a .fa{
	margin-right: 7px;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-ms-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
.header-quick-link li:hover a .fa{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-ms-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
.header-quick-link li a img{
	margin-right: 7px;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-ms-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
.header-quick-link li:hover a img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-ms-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
.navbar-default {
	background-color: transparent;
}
.navbar {
	min-height: 1px;
	margin-bottom: 0;
	border: none;
	position: static;
}
.navbar-nav {
	float: none;
	text-align: right;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
	position: static;
}
.navbar-collapse {
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #004135;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	border-top: 4px solid transparent;
	padding-top: 12px;
	padding-bottom: 12px;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
/*.navbar-default .navbar-nav>li:last-child a {
padding-right: 0;
}*/
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #004135;
	background-color: #e2ded1;
	border-top: 4px solid #004135;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #004135;
	background-color: #e2ded1;
	border-top: 4px solid #004135;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #004135;
	background-color: #e2ded1;
	border-top: 4px solid #004135;
}
.nav-mega {
	width: 100%;
}
.nav-mega .dropdown {
	position: static;
}
.nav-mega .dropdown-menu.mega-menu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	min-width: auto;
	width: 100%;
	margin-top: 0;
	padding: 0;
	border-color: #e2ded1;
	background-color: #e2ded1;
	padding: 30px 0;
}
.nav-mega .dropdown-menu.mega-menu .list-box{
	font-family: 'Archivo Narrow', sans-serif;
}
.nav-mega .dropdown-menu.mega-menu .list-heading{
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.nav-mega .dropdown-menu.mega-menu .unstyled{
	padding: 0;
}
.nav-mega .dropdown-menu.mega-menu .unstyled li{
	list-style: none;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.nav-mega .dropdown-menu.mega-menu .unstyled li a{
	color: #666666;
}
.device-form{
	display: none;
}
/*Start code for changing hamburger to cross on click*/
.navbar-toggle .icon-bar{
	transition: 300ms ease-in-out;
	background-color: #fff;
	position: relative;
	width: 40px;
	height: 5px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 8px;
}
.navbar-toggle .icon-bar:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -18px;
}
.navbar-toggle .icon-bar:nth-child(2){
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
.navbar-toggle .icon-bar:nth-child(3){
	opacity: 0;
}
.navbar-toggle.collapsed .icon-bar{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);       
	top: 0;
	opacity: 1;
}
/*End code for changing hamburger to cross on click*/
/* End Style for header */
/* Start css for banner */
.page-banner{
	overflow:hidden;
}
.page-banner img{
	width: 100%;
}
/* End css for banner */
/* Start css for section 2 */
.university-seal-wrap{
	text-align: center;
}
.university-seal-wrap img{
	border: 10px solid #fff;
	margin-top: -130px;
	border-radius: 50%;
	background-color: #fff;
}
.variable-search-form-wrap{
	background-color: #004236;
	padding: 5px;
}
.variable-search-form-wrap .variable-form{
	padding: 17px;
	border: 2px solid #ebcd4d;
	font-size: 20px;
	text-align: center;
}
.variable-form .inline-form{
	display: inline-block;
}
.variable-form .inline-form.text span{
	text-transform: uppercase;
	color: #ebcd4d;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 500;
}
.variable-search-form-wrap .variable-form .inline-form select{
	background-color: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px dashed #ebcd4d;
	outline: none;
}
.variable-search-form-wrap .variable-form .inline-form select option{
	color: #004135;
}
.nice-select{
	-webkit-tap-highlight-color:transparent;
	background-color: transparent;
	border: none;
	border-bottom: 1px dashed #ebcd4d;
	box-sizing:border-box;
	clear:both;
	cursor:pointer;
	display:block;
	float:left;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	height:inherit;
	line-height:inherit;
	outline:0;
	border-radius: 0;
	position:relative;
	text-align:left!important;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
	width:auto;
}
.variable-form .nice-select span{
	color: #fff;
}
.nice-select:after {
	height: 8px;
	width: 8px;
	border-color: #ebcd4d;
}
.nice-select.open .list{
	opacity:1;
	pointer-events:auto;
	-webkit-transform:scale(1) translateY(0) translateX(-50%);
	-ms-transform:scale(1) translateY(0) translateX(-50%);
	transform:scale(1) translateY(0) translateX(-50%);
}
.nice-select .list{
	background-color:#fff;
	border-radius:0;
	border:1px solid #ccc;
	opacity:0;
	overflow:hidden;
	padding:0;
	pointer-events:none;
	position:absolute;
	top:-100px;
	left:50%;
	-webkit-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	transform-origin:50% 0;
	-webkit-transform:scale(.75) translateY(-21px) translateX(-50%);
	-ms-transform:scale(.75) translateY(-21px) translateX(-50%);
	transform:scale(.75) translateY(-21px) translateX(-50%);
	-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
	transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
	z-index:9;
}
.home-questions-wrap{
	padding: 40px 0px 0px 0px;
	position: relative;
}
.home-questions-wrap .col-md-4{
	position:static;
}
.home-questions-wrap .collapse{
	position: absolute;
	left: 0;
	right: 0;
	top: 98%;
	z-index: 3;
}
.home-questions-wrap .well{
	background-color: #e2ded1;
	border-radius: 0;
	border: 2px solid #004135;
}
.question-collapse.collapsing{
	position: absolute;
	left: 0;
	right: 0;
	top: 98%;
	z-index: 3;
}
.question-collapse h1,
.question-collapse h2,
.question-collapse h3,
.question-collapse h4,
.question-collapse h5,
.question-collapse h6{
	font-family: "Archivo Narrow";
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}
.btn-primary.question-btn{
	border: 2px solid #004135;
}
.btn-primary.question-btn.highlight{
	color: #004135;
	background-color: #e2ded1;
	border-top: 2px solid #004135;
	border-left: 2px solid #004135;
	border-right: 2px solid #004135;
	border-bottom: 2px solid #004135;
	z-index: 4;
	position: relative;
}
.btn-primary.question-btn.collapsed{
	position: relative;
}
.btn-primary.question-btn.highlight.collapsed{
	position: relative;
	border: 2px solid #004135;
	color: #ebcd4d;
	background-color: #004135;
}
.home-question-item-wrap{
	display: table;
	width: 100%;
	margin: 20px 0 0 0;
}
.home-question-item-left{
	display: table-cell;
	width: 20%;
	vertical-align: top;
}
.home-question-item-left .question-no{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 120px;
	line-height: 0.7;
	color: #ebcd4d;
}
.home-question-item-right{
	display: table-cell;
	width: 80%;
	vertical-align: top;
}
.home-question-item-right .btn-primary{
	z-index: 4;
	position: relative;
}
.home-question-item-right .btn-primary[aria-expanded="true"]{
	border-bottom: 2px solid #e2ded1;
	border-radius: 0px 0px 3px 3px;
}
.home-question-item-right h1,
.home-question-item-right h2,
.home-question-item-right h3,
.home-question-item-right h4,
.home-question-item-right h5,
.home-question-item-right h6{
	margin-top: 0;
	margin-bottom: 18px;
	font-weight: 700;
}
/* End css for section 2 */
/* Start css for section 3 */
.home-section3{
	background-image: url(../images/testimonial-bg.png);
	padding: 50px 0 200px 0;
	background-position: bottom;
	position: relative;
	z-index: 2
}
.testimonial-heading{
	text-align: center;
}
.testimonial-heading h1,
.testimonial-heading h2,
.testimonial-heading h3,
.testimonial-heading h4,
.testimonial-heading h5,
.testimonial-heading h6{
	color: #ebcd4d;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 20px;
}
.home-section3 .no-padding{
	padding: 0;
}
.flip-container .flipper:hover,  
.flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 100%;
	min-height: 196px;
	cursor:pointer;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #e2ded1;
	text-align: center;
	padding: 30px;
}
.schedule-static-box{
	background-color: #e2ded1;
	text-align: center;
	padding: 30px;
	min-height: 196px;
}
.schedule-static-box span{
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	color: #666666;
}
.schedule-static-box h1,
.schedule-static-box h2,
.schedule-static-box h3,
.schedule-static-box h4,
.schedule-static-box h5,
.schedule-static-box h6{
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
/* End css for section 3 */
/* Start css for section 4 */
.home-section4{
	position: relative;
	z-index: 1;
	margin-top: -100px;
}
.usao-table-wrap{
	display: table;
	width: 100%;
}
.usao-table-cell{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.usao-table-cell img{
	width: 100%;
}
.yellow-bg{
	background-image: url(../images/cell-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.yellow-bg img{
	margin-left: 140px;
}
.usao-content{
	padding: 60px;
}
.usao-content p{
	line-height:2em;
}
.usao-content span{
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	color: #666666;
}
.usao-content h1,
.usao-content h2,
.usao-content h3,
.usao-content h4,
.usao-content h5,
.usao-content h6{
	margin-top: 0;
	margin-bottom: 15px;
}
.usao-content h1{
	font-size:3.5em;
}	
/* End css for section 4 */
/* Start css for section 5 */
.home-section5{
	background-color: #e2ded1;
}
.study-head-wrap{
	text-align: center;
	margin: 20px 0 40px 0;
}
.study-head-wrap h1,
.study-head-wrap h2,
.study-head-wrap h3,
.study-head-wrap h4,
.study-head-wrap h5,
.study-head-wrap h6{
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.study-head-wrap h2{
	font-size: 2.25em;
}
.study-box-wrap{
	background-color: #fff;
	padding: 20px;
	min-height: 290px;
	margin-bottom: 20px;
}
.study-box-wrap p{
	color: #4c4c4c;
}
.study-box-wrap h1,
.study-box-wrap h2,
.study-box-wrap h3,
.study-box-wrap h4,
.study-box-wrap h5,
.study-box-wrap h6{
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	z-index: 1;
	-webkit-transition: all 3s ease 0s;
	-moz-transition: all 3s ease 0s;
	-ms-transition: all 3s ease 0s;
	transition: all 3s ease 0s;
}
.study-box-wrap h3{
	font-size: 2.05em;
}
.study-box-link h1:before,
.study-box-link h2:before,
.study-box-link h3:before,
.study-box-link h4:before,
.study-box-link h5:before,
.study-box-link h6:before{
	content: " ";
	position: absolute;
	bottom: 2px;
	border: 0px;
	left: -20px;
	right: 0px;
	z-index: -1;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 0%;
}
.study-box-link:hover h1:before,
.study-box-link:hover h2:before,
.study-box-link:hover h3:before,
.study-box-link:hover h4:before,
.study-box-link:hover h5:before,
.study-box-link:hover h6:before{
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width:110%;
	border-top: 15px solid #f1cd44;
}
/* End css for section 5 */
/* Start css for section 6 */
.section-6-heading-wrap{
	padding: 30px 0;
	background-color: #004236;
	color: #fff;
}
.section-6-heading .title {
	font-family: 'Archivo Narrow', sans-serif;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 37px;
	margin-left: -25px;
	vertical-align: bottom;
	line-height: 0.5;
}
.inline-social{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.inline-social li{
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}
.inline-social li a{
	color: #f1cd44;
}
.inline-social li a span{
	vertical-align: bottom;
	line-height: 0.5;
}
.section6{
	background-color: #e2ded1;
}
.event-item-wrap{
	display: table;
	width: 100%;
	padding: 31px 0 0 0;
}
.event-item-left{
	display: table-cell;
	width: 40%;
	vertical-align: top;
	padding-right: 10px;
}
.event-item-right{
	display: table-cell;
	width: 60%;
	vertical-align: top;
}
.event-item-left .date{
	color: #004135;
	font-size: 40px;
	line-height: 1;
}
.event-item-left p{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
}
/* Start css for vertical slider */ 
.carousel-inner.vertical { 
	height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/ 
} 
.carousel-inner.vertical > .item { 
	-webkit-transition: .6s ease-in-out top; 
	-o-transition: .6s ease-in-out top; 
	transition: .6s ease-in-out top; 
} 
@media all and (transform-3d), 
	(-webkit-transform-3d) { 
		.carousel-inner.vertical > .item { 
			-webkit-transition: -webkit-transform .6s ease-in-out; 
			-o-transition: -o-transform .6s ease-in-out; 
			transition: transform .6s ease-in-out; 
			-webkit-backface-visibility: hidden; 
			backface-visibility: hidden; 
			-webkit-perspective: 1000; 
			perspective: 1000; 
		} 
		.carousel-inner.vertical > .item.next, 
		.carousel-inner.vertical > .item.active.right { 
			-webkit-transform: translate3d(0, 33.33%, 0); 
			transform: translate3d(0, 33.33%, 0); 
			top: 0; 
		} 
		.carousel-inner.vertical > .item.prev, 
		.carousel-inner.vertical > .item.active.left { 
			-webkit-transform: translate3d(0, -33.33%, 0); 
			transform: translate3d(0, -33.33%, 0); 
			top: 0; 
		} 
		.carousel-inner.vertical > .item.next.left, 
		.carousel-inner.vertical > .item.prev.right, 
		.carousel-inner.vertical > .item.active { 
			-webkit-transform: translate3d(0, 0, 0); 
			transform: translate3d(0, 0, 0); 
			top: 0; 
		} 
	} 
.carousel-inner.vertical > .active { 
	top: 0; 
} 
.carousel-inner.vertical > .next, 
.carousel-inner.vertical > .prev { 
	top: 0; 
	height: 100%; 
	width: auto; 
} 
.carousel-inner.vertical > .next { 
	left: 0; 
	top: 33.33%; 
	right:0; 
} 
.carousel-inner.vertical > .prev { 
	left: 0; 
	top: -33.33%; 
	right:0; 
} 
.carousel-inner.vertical > .next.left, 
.carousel-inner.vertical > .prev.right { 
	top: 0; 
} 
.carousel-inner.vertical > .active.left { 
	left: 0; 
	top: -33.33%; 
	right:0; 
} 
.carousel-inner.vertical > .active.right { 
	left: 0; 
	top: 33.33%; 
	right:0; 
} 
#home-events-slider .carousel-control.left { 
	bottom: 100%; 
	width: 100%; 
	background: none; 
} 
#home-events-slider .carousel-control.right { 
	top: 100%; 
	width: 100%; 
	background: none; 
} 
.carousel-control, .carousel-control:focus, .carousel-control:hover { 
	color: #004236; 
	text-decoration: none; 
	filter: alpha(opacity=100); 
	outline: 0; 
	opacity: 1; 
} 
/* End code for vertical slider */
.news-box-wrap{
	padding: 20px 10px;
	background-color: #fff;
	border: 2px solid #333333;
}
.more-news-events{
	margin-bottom: 30px;
	margin-top: 40px;
	width: 100%;
	display: block;
	text-align:right;
}
.more-news-events a{
	padding: 15px 0;
}
.news-item-wrap{
	padding: 0 15px;
}
.news-content-box h1,
.news-content-box h2,
.news-content-box h3,
.news-content-box h4,
.news-content-box h5,
.news-content-box h6{
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
}
.news-carousel .owl-prev {
	position: absolute;
	top: 40%;
	left: -5px;
	display: block!important;
	border: 0px solid black;
	outline: none;
}
.news-carousel .owl-next {
	position: absolute;
	top: 40%;
	right: -5px;
	display: block!important;
	border: 0px solid black;
	outline: none;
}
.news-carousel .owl-prev i,
.news-carousel .owl-next i {
	font-size: 33px;
	color: #004236;
}
.read-more-post{
	font-size: 15px;
	font-family: 'Archivo Narrow', sans-serif;
}
.news-carousel .owl-dots{
	display: none;
}
/* End css for section 6 */
/* Start css for footer */
.footer{
	padding: 40px 0 30px 0;
	background-color: #333333;
	color: #fff;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6{
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}
.footer a{
	color: #fff;
}
.footer .btn-primary,
.footer .btn-primary:focus {
	color: #4c4c4c;
	background-color: #f1cd44;
	border-color: #f1cd44;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 500;
	padding: 9px 15px;
	display: block;
	font-size: 25px;
}
.footer .btn-primary:hover,
.footer .btn-primary:active,
.footer .btn-primary:active:hover {
	color: #f1cd44;
	background-color: transparent;
	border-color: #f1cd44;
}
.footer-left p{
	margin: 0 0 20px;
}
.footer-social{
	padding: 20px 0;
}
.social{
	padding: 0;
	margin: 0;
}
.social li {
	display: inline-block;
	list-style: none;
	padding-right: 14px;
}
.social li a{
	color: #fff;
	font-size: 43px;
}
.footer-address,
.footer-address a{
	color: #ccc;
}
.footer-address h1,
.footer-address h2,
.footer-address h3,
.footer-address h4,
.footer-address h5,
.footer-address h6{
	margin-bottom: 7px;
	text-transform: capitalize;
	color: #ccc;
}
.footer-menu{
	display: inline-block;
	padding: 0;
	margin-right: 30px;
	padding-left: 7px;
}
.footer-menu li{
	list-style: none;
	padding: 9px 0px;
}
.footer-menu li a{
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
}
.border-yellow{
	border-left: 5px solid #f1cd44;
}
.border-grey{
	border-left: 5px solid #666666;
}
.footer-schedule-visit{
	padding: 30px 0;
}
.footer-right{
	text-align: center;
}
.as-twitter-embed:before {
	content: url(../images/twitter-bird.png);
	position: absolute;
	left: 0;
	top: -27px;
}
.as-twitter-embed{
	padding: 15px;
	background-color: #4d4d4d;
	margin: 0 auto;
	width: 90%;
}
.clients-img{
	padding: 20px 0;
}
.clients-img img{
	display: inline-block;
	margin-left: 30px;
}
.copyright{
	text-align: center;
	font-size: 12px;
	color: #7a7a7a;
}
/* End css for footer */
/*Start css for quick tab  */
.sticky-cta-wrap{
	position: fixed;
	text-align: right;
	right: 0;
	top: 30%;
	z-index: 9999;
}
.sticky-cta{
	padding: 0;
	margin: 0;
}
.sticky-cta li{
	list-style: none;
	margin-bottom: 10px;
	font-size: 0px;
}
.tab-icon{
	padding: 10px 12px;
	background-color: #f1cd44;
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	cursor: pointer;
	font-size: 16px;
	line-height:25px;
}
.tab-icon-content{
	background-color: #fff;
	padding: 10px 12px;
	width: 100px;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	display: none;
	color: #4d4d4d;
	text-align: left;
	height: 45px;
	line-height: 25px;
	font-size: 16px;
}
.showcontent + .tab-icon-content{
	display:inline-block;
}
.sticky-cta li .tab-icon-content:hover{
	background-color: #f1cd44;
}
/* End css for quick tab */
/*Start css for innerpage*/
.inner-page-banner{
	position: relative;
}
.inner-page-banner img{
	width:100%;
}
.inner-banner-content{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
}
.inner-banner-content h2{
	font-size: 2.25em;
}
.inner-banner-content h1,
.inner-banner-content h2,
.inner-banner-content h3,
.inner-banner-content h4,
.inner-banner-content h5,
.inner-banner-content h6{
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
}
.breadcrumb>li+li:before {
	content: ">";
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding-left: 0;
	font-size: 14px;
	font-family: 'Archivo Narrow', sans-serif;
	margin-bottom: 0;
	color: #666;
	font-weight:600;
}
.breadcrumb a,
.breadcrumb a:focus,
.breadcrumb a:active,
.breadcrumb a:focus:active{
	color: #666;
	font-weight:600;
}
.page-heading h1{
	margin: 15px 0;
	font-family: 'Libre Baskerville', serif;
	font-weight:600;
}
.sub-heading h2{
	font-size: 18px;
}
.sub-heading h1,
.sub-heading h2,
.sub-heading h3,
.sub-heading h4,
.sub-heading h5,
.sub-heading h6{
	color: #666666;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 600;
}
.content{
	padding: 30px 0;
}
.content .featured-image{
	width: 100%;
}
.content p{
	margin: 5px 0 10px 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	margin: 15px 0;
	text-transform: uppercase;
}
.content .page-heading h1{
	margin: 15px 0;
	font-family: 'Libre Baskerville', serif;
}
.content h1.special,
.content h2.special,
.content h3.special,
.content h4.special,
.content h5.special,
.content h6.special{
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	margin: 15px 0;
	color: #333333;
	text-transform: uppercase;
}
.content h1.special-italic,
.content h2.special-italic,
.content h3.special-italic,
.content h4.special-italic,
.content h5.special-italic,
.content h6.special-italic{
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-weight: 700;
	margin: 15px 0;
	color: #333333;
	text-transform: uppercase;
}
.special-list li{
	text-transform: capitalize;
}
blockquote{
	padding: 0px 20px;
	width: 90%;
	margin: 20px auto;
}
.content .form-control {
	border-radius: 0;
	border: 2px solid #999999;
	font-family: 'Archivo Narrow', sans-serif;
	box-shadow: none;
	width: 100%;
	height: 38px;
}
.content .form-control:focus{
	border:2px solid #595959;
}
.page-heading h1{
	font-size: 2.5em;
}
.page-heading .navbar-default .navbar-toggle,
.page-heading .navbar-default .navbar-toggle:focus,
.page-heading .navbar-default .navbar-toggle:hover {
	background-color: #e2ded1;
	border-radius: 0;
	margin: 0;
}
.page-heading .navbar-toggle .icon-bar:nth-child(2) {
	top: 10px;
}
.page-heading .navbar-toggle .icon-bar:last-child {
	top: -10px;
}
.page-heading .navbar-toggle.collapsed .icon-bar {
	top: 0;
}
.page-heading .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}
.page-heading .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
}
.content .sidebar-collapse.collapse{
	display: block;
}
.content .sidebar h1,
.content .sidebar h2,
.content .sidebar h3,
.content .sidebar h4,
.content .sidebar h5,
.content .sidebar h6{
	font-family: 'Libre Baskerville', serif;
	text-transform: capitalize;
	font-weight: 400;
}
.content .sidebar section h2{
	background-color: #004135;
	color: #fff;
	padding: 15px 10px;
	margin: 0;
	font-size: 18px;
}
.content .sidebar section ul{
	padding: 0;
}
.content .sidebar section ul li{
	list-style: none;
	padding: 15px 10px;
	border: 1px solid #333;
	text-transform: capitalize;
}
.content .sidebar section ul li .dropdown-btn{
	cursor: pointer;
	position: relative;
	display: block;
}
.content label{
	font-family: 'Archivo Narrow', sans-serif;
	display: block;
}
/*.content .sidebar section ul li a span{
float: right;
font-size: 25px;
}*/
.content .sidebar section ul li .dropdown-container{
	display: none;
	padding-left: 20px;
}
.content .sidebar section ul li .dropdown-container li{
	border: none;
	padding: 12px 0;
}
.content .sidebar section ul li .dropdown-btn:after{
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	font-size: 20px;
}
.content.column-3 .sidebar section ul li .dropdown-btn:after{
	right: -8px;
}
/*End css for innerpage*/
/*Start css for future student page*/
.futute-box-wrap{
	margin-bottom: 30px;
}
.futute-box-wrap img{
	width: 100%;
}
.futute-box-wrap h2,
.futute-box-wrap h3{
	font-size: 18px;
}
.futute-box-wrap h1,
.futute-box-wrap h2,
.futute-box-wrap h3,
.futute-box-wrap h4,
.futute-box-wrap h5,
.futute-box-wrap h6{
	margin: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.future-box-cta{
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
}
.future-box-cta li{
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.future-box-cta li:first-child{
	margin-left: 0;
}
.future-box-cta li:last-child{
	margin-right: 0;
}
.alignright {
	float:right;
}
.alignleft {
	float: left;
}
/*End css for future student page*/
/* Start css for news story page */
.postdate{
	margin-bottom: 20px;
	font-family: 'Archivo Narrow', sans-serif;
}
.news-photo-caption{
	margin-top: 7px;
	font-family: 'Archivo Narrow', sans-serif;
}
.news-content{
	margin: 20px 0;
}
.share-caption{
	text-align: center;
	font-family: 'Archivo Narrow', sans-serif;
}
.post-sharer{
	padding: 0;
	text-align: center;
	font-size: 35px;
}
.post-sharer li{
	display: inline-block;
	list-style: none;
}
.filled{
	background-color: #e2ded1;
	padding: 20px;
	margin-top: 25px;
}
.content .sidebar section.filled h1,
.content .sidebar section.filled h2,
.content .sidebar section.filled h3,
.content .sidebar section.filled h4,
.content .sidebar section.filled h5,
.content .sidebar section.filled h6 {
	background-color: transparent;
	color: #004135;
	font-weight: 700;
	margin: 7px 0;
	padding: 0;
	font-family: 'Archivo Narrow', sans-serif;
}
.latest-post-wrap{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.latest-post-left{
	display: table-cell;
	width: 30%;
	vertical-align: top;
}
.latest-post-right{
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding-left: 10px;
	font-size: 12px;
}
.latest-post-right .cats-tags{
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
}
.content h5.news-headline{
	margin: 0;
	margin-bottom: 5px;
}
.latest-post-right p{
	font-size: 10px;
	margin: 0;
}
/* End css for news story page */
/* Start css for news archive */
.news-post-wrap{
	display: table;
	width: 100%;
}
.news-post-left{
	display: table-cell;
	width: 30%;
	vertical-align: top;
}
.news-post-right{
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding-left: 20px;
}
.news-post-right .cats-tags{
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
}
.news-post-right h1,
.news-post-right h2,
.news-post-right h3,
.news-post-right h4,
.news-post-right h5,
.news-post-right h6{
	margin: 0;
	margin-top: 5px;
	text-transform: capitalize;
	font-family: 'Libre Baskerville', serif;
}
.fliter-wrap{
	padding: 20px;
	background-color: #e2ded1;
	font-family: 'Archivo Narrow', sans-serif;
}
.categories-filter{
	padding: 0;
	margin: 0;
}
.categories-filter li{
	list-style: none;
	display: inline-block;
	margin: 5px 5px 5px 0;
}
.filter-item{
	background-color: #f1cd44;
	color: #004236;
	padding: 5px 10px;
	display: inline-block;
	font-weight: 700;
}
.filter-item:hover,
.filter-item:focus{
	background-color: #004236;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
}
.fliter-wrap h1,
.fliter-wrap h2,
.fliter-wrap h3,
.fliter-wrap h4,
.fliter-wrap h5,
.fliter-wrap h6{
	text-transform: capitalize;
	margin: 5px 0;
}
.content .sidebar section ul.social{
	text-align: center;
}
.content .sidebar section ul.social li{
	border: none;
}
.content .sidebar section ul.social li a {
	color: #004236;
	font-size: 45px;
}
.subscribe-us-form{
	padding: 40px 0;
}
.sidebar .subscribe-us-form input{
	display: inline-block;
	width: 50%;
	height: 48px;
	border-radius: 0;
	border-width: 1px; 
	vertical-align: top;
}
.subscribe-us-form .btn-primary{
	height: 48px;
	text-transform: capitalize;
	font-size: 15px;
	color: #fff;
}
.subscribe-us-form .btn-primary:hover{
	color: unset;	
}
/* End css for news archive */
/*Start css for directory page*/
.directory-table{
	table-layout: fixed;
}
.directory-table thead{
	background-color: #004236;
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
}
.directory-table thead>tr>th {
	padding: 30px 10px;
	font-size: 22px;
}
.content .directory-table thead th a,
.content .directory-table thead th{
	color: #fff;
}
.content .directory-table thead th a .fa{
	color: #f1cd44;
}
.directory-table>tbody>tr>td{
	padding: 0 10px;
	vertical-align: middle;
	font-size: 0.8em;
}
.directory-table>tbody>tr>td a:hover{
	text-decoration: underline;
}
.directory-table>tbody>tr>td:first-child{
	padding: 0;
}
.directory-table>tbody>tr:nth-child(even) {
	background-color: #e2ded1;
}
.department-form .nice-select .list{
	width: 100%;
}
/*End css for directory page*/
/*Start css for directory single page*/
.content .directory-single-wrap h1,
.content .directory-single-wrap h2,
.content .directory-single-wrap h3,
.content .directory-single-wrap h4,
.content .directory-single-wrap h5,
.content .directory-single-wrap h6{
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 5px;
}
.content .directory-single-wrap h1.underline,
.content .directory-single-wrap h2.underline,
.content .directory-single-wrap h3.underline,
.content .directory-single-wrap h4.underline,
.content .directory-single-wrap h5.underline,
.content .directory-single-wrap h6.underline{
	position: relative;
	z-index: 1;
}
.content .directory-single-wrap h1.underline:before,
.content .directory-single-wrap h2.underline:before,
.content .directory-single-wrap h3.underline:before,
.content .directory-single-wrap h4.underline:before,
.content .directory-single-wrap h5.underline:before,
.content .directory-single-wrap h6.underline:before{
	content: " ";
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	z-index: -1;
	border-top: 15px solid #f1cd44;
}
.content .directory-single-wrap h3{
	font-size: 2.05em;
}
.directory-single-wrap .contact-list{
	padding: 0;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
}
.directory-single-wrap .contact-list li{
	list-style: none;
}
.directory-single-wrap .contact-list li a span{
	margin-right: 10px;
	color: #f1cd44;
}
.education-table{
	font-size: 0.8em
}
.education-table tbody tr td,
.education-table tbody tr th{
	padding: 5px;
	border-top: 0;
}
.pagination>li>a{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #004236;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e1ded1;
}
.pagination>li:first-child>a{
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*End css for directory single page*/
@media (max-width: 1199px) {
	.home-section3 {

    background-image: url(https://usao.edu/_resources/images/testimonial-bg-new.png);

    padding: 50px 0 20px 0;
}
	.schedule-static-box {
		padding: 15px;
		min-height: 162px;
	}
	.study-box-wrap {
		min-height: 375px;
	}
	.flip-container, .front, .back {
		min-height: 162px;
	}
	.back {
		padding: 15px;
	}
	/*Start sidebar styles*/
	.sidebar .subscribe-us-form input{
		width:100%;
		display:block;
		text-align:center;
	}
	/*End sidebar styles*/
	/*Start styles for footer*/
	.footer-menu.border-yellow{
		border-left:0px;
		text-align:left;
		width:49%;
		margin-right: 0px;
	}
	.footer-menu.border-grey{
		border-left:0px;
		text-align:right;
		width:49%;	
		margin-right: 0px;
	}
	/*End styles for footer*/
}
@media (max-width: 991px) {
	.usao-content {
		padding: 10px 30px;
	}
	.home-question-item-wrap {
		margin: 40px 0 0px 0;
	}
	.home-questions-wrap .col-md-4 {
		position: relative; 
	}
	.home-question-item-right .btn-primary {
		z-index: 2;
	}
	.flip-container, .front, .back {
		min-height: 126px;
	}
	.back {
		font-size: 12px;
	}
	.schedule-static-box {
		padding: 2px;
		min-height: 1px; 
	}
	.schedule-static-box h1{
		font-size: 27px;
	}
	.content.column-3 .sidebar section ul li .dropdown-btn:after{
		right: 0;
	}
	#home-events-slider{
		text-align:center;
	}
	/*Start footer styles*/
	.footer-menu.border-yellow,
	.footer-menu.border-grey {
		text-align: center;
		width: 100%;
		margin-right: 0px;
		display: block;
		font-size: .9em;
	}
	.footer-menu li {
		list-style: none;
		padding: 5px 0px;
	}
	/*End footer styles*/
}
@media (max-width: 767px) {
	.sticky-cta-wrap {
		right: 0;
		top: unset;
		top: auto;
		bottom: 0;
		left: 0;
	}
	.sticky-cta {
		background-color: #f1cd44;
		text-align: center;
	}
	.sticky-cta li{
		display: inline-block;
		margin: 0;
	}
	.sticky-cta li .tab-icon {
		width: auto;
		height: auto;
	}
	.sticky-cta li .tab-icon-content {
		background-color: #f1cd44;
		padding: 0;
		width: auto;
		display: inline-block;
		height: auto;
	}
	.header{
		padding: 20px 0;
	}
	.header-top-left,
	.header-top-roght{
		width: 50%;
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent;
		border: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #004236;
	}
	.navbar-nav>li {
		display: block;
		text-align: left;
	}
	.navbar-default .navbar-nav>li>a{
		color: #666666;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: #004135;
		background-color: #e2ded1;
		border-top: 4px solid transparent;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: #004135;
		background-color: #e2ded1;
		border-top: 4px solid transparent;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		color: #004135;
		background-color: #e2ded1;
		border-top: 4px solid transparent;
	}	
	.navbar{
		position: static;
	}
	.navbar-collapse {
		overflow-x: hidden;
		position: absolute;
		left: 0px;
		right: 0px;
		background: rgb(255, 255, 255);
		z-index: 9;
	}
	.navbar-nav{
		background-color: #e2ded1;
		margin: 0;
	}
	.nav-mega .dropdown-menu.mega-menu {
		text-align: center;
	}
	.device-form{
		display: block;
		padding: 10px 15px;
		background-color: #e2ded1;
	}
	.device-form .header-right-quick-link{
		display: block;
	}
	.device-form .header-right-quick-link .header-quick-link{
		margin: 10px 0;
	}
	.device-form .header-right-search-wrap{
		display: block;
	}
	.testimonial-content-box{
		background-color: #fff;
		padding: 25px;
		color:#333;
	}
	.usao-table-wrap{
		display: block;
	}
	.usao-table-cell{
		display: block;
		width: 100%;
	}
	.yellow-bg {
		background-image: url(../images/device-cell-bg.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.yellow-bg img {
		margin: 0;
	}
	.usao-content {
		padding: 30px;
	}
	.study-box-wrap{
		min-height:1px;
	}
	/*Start homepage section 6 styles*/
	.section-6-heading .title {
		font-size: 2.5em;
		display: block;
		margin-left:0px;
		margin-top: 20px;
		text-align: right;
	}		
	.inline-social {
		display: block;
		text-align: right;
	}
	.inline-social li a span {
		vertical-align: bottom;
		line-height: 2.6em;
		font-size: 2.5em;
	}
	/*End homepage section 6 styles*/
	/*Start css for news archive*/
	.news-post-wrap{
		display: block;
		width: 100%;
	}
	.news-post-left{
		width: 100%;
		display: block;
	}
	.news-post-right{
		width: 100%;
		display: block;
		padding-left: 0;
		padding-top: 20px;
	}
	/*End css for news archive*/
	/*Start css for directory page*/
	.directory-table>tbody>tr>td {
		padding: 8px;
	}
	.directory-table>tbody>tr>td:first-child {
		padding: 8px;
	}
	.department-form .nice-select {
		float: none;
	}
	/*End css for directory page*/
	/*Start styles for footer*/
	.footer-menu.border-yellow{
		font-size: 1.1em;
		width: 49%;
		display: inline-block;
		text-align:left;
		vertical-align: top;
	}
	.footer-menu.border-grey{
		font-size: 1.1em;
		width: 49%;
		display: inline-block;
		text-align:left;
		vertical-align: top;
	}
	.footer-menu-wrap{
		margin-top: 35px;
	}
	/*End styles for footer*/
	.content .sidebar-collapse.collapse{
		display: none;
	}
	.content .sidebar-collapse.collapse.in{
		display: block;
	}
	.page-heading .sidebar-hamburger{
		float: left;
	}
	.page-heading .sidebar-hamburger-right {
		float: right;
	}
	.page-heading h1{
		padding-left: 65px;
	}
	.grid-3-page .page-heading h1{
		padding-right: 65px;
	}
	.page-heading .sidebar-hamburger-right .navbar-toggle{
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	/*Start styles for sticky CTAs*/
	.sticky-cta li {
		margin: 0 3px;
	}
	.sticky-cta li .tab-icon {
		width: auto;
		height: auto;
		padding: 3px;
	}
	.tab-icon-content{
		font-size:12px;
	}
	/*End styles for sticky CTAs*/
	.clients-img img {
		margin: 0;
	}
	.event-item-wrap{
		display:block;
	}
	.event-item-left,
	.event-item-right{
		display:block;
		width:100%;
		margin-bottom:20px;
	}
	/*Start footer styles*/
	.footer-menu.border-yellow,
	.footer-menu.border-grey{
		font-size:.85em;
	}
	.clients-img a {
		margin: 15px 0;
		display: block;
	}
	/*End footer styles*/
}