#main-header .header-right {
    float: right;
    margin-top: 0;
}
#main-header {
    padding: 0;
    height: 118px;
    line-height: 118px;
	  overflow:hidden;
}
#main-header .logo a{
	overflow: hidden;
	position: relative;
	display: block;
	height: 100%;
}

#main-header .logo img {
padding: 0;
display: block;
width: auto;
height: 98px;
margin-top: 5px;
image-rendering: auto;
position: relative;
z-index: 2;
-webkit-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
#main-header .logo img svg{
	max-width:100%;
}

#main-header .mega-search-wrap .search-btn {
    display: block;
    position: absolute;
}
#main-header .mega-search-wrap input[type="text"] {
	position: relative;
}
.header-scrolled-full #main-header .our-social {
    margin-top: 0;
}
.header-scrolled-full #main-header .header-right {
    margin-top: 0;
}
main-header .header-right {
    float: right;
    margin-top: 0;
}
#main-menu{
	background: #c26b11;
}
#masthead{
	position: fixed;
	z-index: 501;
  width: 100%;
}
#main-wrapper {
    padding-top: 143px;
}
@media only screen and (max-width: 959px) {
#masthead{
	position: relative;
}
#main-wrapper {
    padding-top: 0;
}
}

.menu > li > a {
    color: #fff;
}
.courses {
    margin: 0;
}
.courses .course-title.open-accordian.active {
    background-color: transparent;
}
.courses .course-title {
    background: transparent;
}
.courses .course-title::after {
    position: absolute;
    width: 16px;
    height: 16px;
    border-width: 0;
    right: auto;
    top: 24px;
    font-family: FontAwesome;
    content: "\f0fe";
    left: 5px;
}
.courses .course-title.open-accordian.active::after {
    content: "\f146";
    font-family: FontAwesome;
    border: none;
    top: 10px;
    right: auto;
	  left: 6px;
}
.courses h2 {
    padding: 12px 3px 12px 30px;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    color: #c26b11;
    border: 1px solid #ccc;
    position: relative;
}
.courses .course-title:hover {
    background: #f4f4f4;
}
.courses .course-content {
    border-style: solid;
        border-top-style: solid;
    border-width: 1px;
        border-top-width: 1px;
    border-color: #ccc;
        border-top-color: rgb(204, 204, 204);
    border-top: none;
    background: #fcfcfc;
}
.full-slider{
	width: 100%
}
.columns-social{
	float: right;
}
@media only screen and (max-width: 639px) {
	.columns-social{
		float: none;
	}
	#main-header .our-social {
    margin-right: 0;
	}
}
.ubermenu .ubermenu-target {
    padding: 15px 22px;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    text-transform: uppercase;
}
.research-content {
    padding: 30px 0;
}

@media only screen and (max-width: 634px) {
	#main-header.medium-6 {
    width: 50%;
	}
}