@font-face {
    font-family: 'merlo-lightuploaded_file';
    src: url('../fonts/merlo_light-webfont.woff2') format('woff2'),
         url('../fonts/merlo_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merlo-regularuploaded_file';
    src: url('../fonts/merlo_regular-webfont.woff2') format('woff2'),
         url('../fonts/merlo_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merlo-mediumuploaded_file';
    src: url('../fonts/merlo_medium-webfont.woff2') format('woff2'),
         url('../fonts/merlo_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TradeGothicLTLight';
    src: url('../fonts/TradeGothicLTLight.eot');
    src: url('../fonts/TradeGothicLTLight.eot') format('embedded-opentype'),
         url('../fonts/TradeGothicLTLight.woff2') format('woff2'),
         url('../fonts/TradeGothicLTLight.woff') format('woff'),
         url('../fonts/TradeGothicLTLight.ttf') format('truetype'),
         url('../fonts/TradeGothicLTLight.svg#TradeGothicLTLight') format('svg');
}
@font-face {
    font-family: 'TradeGothicLTBold';
    src: url('../fonts/TradeGothicLTBold.eot');
    src: url('../fonts/TradeGothicLTBold.eot') format('embedded-opentype'),
         url('../fonts/TradeGothicLTBold.woff2') format('woff2'),
         url('../fonts/TradeGothicLTBold.woff') format('woff'),
         url('../fonts/TradeGothicLTBold.ttf') format('truetype'),
         url('../fonts/TradeGothicLTBold.svg#TradeGothicLTBold') format('svg');
}

body {
	background:#ffffff;
	font-size: 14px;
	font-family: Arial;
	margin: 0px;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color: #231f20;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: relative;
  bottom: 0;
  height: 66px;
  width: 100%;
}
.footer-top {
	background-color: transparent;
}
.footer-inner {
	padding: 20px 0px;
}
.footer-right p{
	font-family: 'TradeGothicLTLight';
	font-size: 12px;
	margin: 0px;
	color: #6d6e71;
}
.footer-right p a{
	color: #6d6e71;
	text-decoration: underline;
}
.footer-right p a:hover{
	color: #000;
}
.footer-left a{
	font-size: 12px;
	font-family: 'TradeGothicLTLight';
	margin-right: 6px;
	color: #6d6e71;
}

.footer-left > a > i{
	vertical-align: middle;
	color: #DBDBDB;
	margin-left: 5px;
	font-size: 20px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
}
.footer-left a:hover{
	color: #000;
}
.footer-left a:hover i{
	color: #000;
}
.footer-social-icon{
	display: inline-block;
	vertical-align: middle;
}
.footer-social-icon li a{
	height: 26px;
	width: 26px;
	font-size: 14px !important;
	line-height: 26px;
	background: #dfdfdf;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px !important;
}
.footer-social-icon li a i{
	color: #fff !important;
	margin-left: 0px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
}
.footer-social-icon li{
	display: inline-block;
	vertical-align: middle;
}
.footer-social-icon li a:hover i{
	color: #000 !important;
}
/*sticky footer*/

/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #2d2d2d none repeat scroll 0 0 !important;
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}

/*drop down menu responsive */
@media (max-width: 767px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	 
}
/*drop down menu responsive*/

.logo{
	height: auto;
	padding: 15px 0px;
	margin: 0px !important;
}
.menu-outer{
	background: transparent !important;
	margin: 0px;
	border: 0 none;
}
.menu-inner{
	position: relative;
	height: 150px;
}
.logo-outer{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.mega-menu{
	margin: 0px -15px;
	float: none;
}
.mega-menu > li > a{
	padding: 0px 3px 10px !important;
	border-bottom: 4px solid transparent;
	font-family: 'merlo-lightuploaded_file';
	font-size: 15px;
	line-height: 23px;
	margin-right: 46px;
}
.mega-menu > li:nth-child(4)> a{
	margin-right: 174px;
}
.mega-menu > li:last-child > a{
	margin-right: 0px;
}
.mega-menu > li.active > a{
	background: transparent !important;
	border-bottom: 4px solid #000;
}
.mega-menu > li:hover > a, .mega-menu > li:focus > a{
	background: transparent !important;
	border-bottom: 4px solid #000;
}
.nav-outer{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.header-outer{
	border-bottom: 1px solid #000;
}
.dropdown-menu{
	background: #f3f3f3 none repeat scroll 0 0;
	border-top: 1px solid #414042 !important;
	border: 0 none;
	border-radius: 0px;
}
.dropdown-menu li:hover a, .dropdown-menu li:focus a{
	background: transparent !important;
	color: #000 !important
}
.dropdown-menu li.active a{
	background: transparent !important;
	color: #000 !important
}
.dropdown-menu li a{
	font-family: 'merlo-mediumuploaded_file';
	color: #939598;
}
.owl-controls{
	margin: 0px !important;
}
.slider-item a{
	display: block;
}
.slider-caption{
	height: 380px;
	width: 380px;
	line-height: 380px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
		-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
	z-index: 999;
}
.slider-item-inner{
	position: relative;
}
.slider-caption-inner{
	display: inline-block;
line-height: 1.1;
vertical-align: middle;
width: 100%;
color: #000;
padding: 0px 20px;
}
.slider-caption-inner *{
	margin: 0px;
	
}
.slider-caption-inner h4{
font-size: 30px;
font-weight: normal;
margin: 8px 0;
font-family: 'merlo-regularuploaded_file';
}
.slider-caption-inner h3{
font-size: 36px;
font-weight: normal;
margin: 8px 0;
font-family: 'merlo-mediumuploaded_file';
}
.slider-caption-inner p{
font-size: 48px;
font-weight: normal;
margin: 8px 0;
font-family: 'merlo-mediumuploaded_file';
}

.about-left-inner h4{
	color: #231f20;
font-family: 'merlo-mediumuploaded_file';
font-size: 14px;
font-weight: bold;
}
.about-left-inner p{
	color: #231f20;
font-family: 'merlo-mediumuploaded_file';
font-size: 14px;
margin-bottom: 15px;
}
.about-inner{
	padding-top: 35px;
}
.about-bottom-outer{
	margin-top: 15px;
}
.page-title{
	color: #231f20;
font-family: 'merlo-mediumuploaded_file';
font-size: 36px;
font-weight: normal;
margin: 0 0 0 auto;
max-width: 100%;
width: 300px;
}
.about-right-inner{
	text-align: right;
}
.about-right-inner .site-section{
	color: #6d6e71;
font-size: 18px;
font-weight: normal;
margin: 0px 0px 5px ;
font-family: 'merlo-mediumuploaded_file';
}
.course-apply {
  border: 2px solid #231f20;
  display: inline-block;
  font-family: 'merlo-mediumuploaded_file';
  /*height: 24px;*/
  margin-bottom: 10px;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
}
.course-apply:hover {
  background: #808080 none repeat scroll 0 0;
  color: #fff;
}
.course-apply:focus {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
.close {
  background: #fff none repeat scroll 0 0 !important;
  border-radius: 50%;
  	-webkit-border-radius: 50%;
  		-moz-border-radius: 50%;
  font-size: 20px;
  height: 20px;
  opacity: 1 !important;
  width: 20px;
}
.subs-modal .modal-content{
	background: #d7d7d7;
}
.subs-modal .modal-header{
	border: 0 none;
}
.subs-modal .modal-body{
	padding-top: 0px;
}
.subs-modal input.form-control{
	border-radius: 0px;
	font-size: 13px;
}
.subs-modal .modal-dialog{
	width: 300px;
}
.subs-modal  .modal-title{
	color: #231f20;
font-size: 13px;
margin-bottom: 0px;
white-space: nowrap;
font-weight: 500 !important;
}
.sign-btn{
	display: block;
	width: 100%;
	background: #808080;
	color: #fff;
	border-radius: 0px;
	border: 0 none;
	font-family: 'merlo-mediumuploaded_file';
	font-size: 16px;
}
.sign-btn:hover{
	background: #000;
	color: #fff;
}
.guest-row .col-sm-3{
	width: 20%;
}
.profile-box a{
	display: block;
}
.profile-image {
  height: 145px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.profile-image img {
  filter: grayscale(100%);
  height: 100%;
  width: 100%;
  transition:  all 0.5s ease-in-out 0s;
  	 -webkit-transition:  all 0.5s ease-in-out 0s;
  	 	 -moz-transition:  all 0.5s ease-in-out 0s;
}
.profile-box:hover .profile-image img {
  filter: none;
}
.profile-view {
  background: #d7d7d7 none repeat scroll 0 0;
  padding: 0 3px;
}
.profile-view span{
	display: block;
	text-align: center;
	font-family: 'merlo-mediumuploaded_file';
}
.profile-view .speaker-name {
  border-bottom: 1px solid #414042;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
}
.plus-text{
	background: url("../images/cross.png") no-repeat center center;
	height: 14px;
	width: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
 .profile-view .speaker-view {
  font-size: 12px;
  height: 26px;
  line-height: 24px;
}
.profile-box a:hover, .profile-box a:focus{
	color: #000;
}
.guest-row {
  margin-bottom: 25px;
  overflow: hidden;
  padding-top: 25px;
}
.profile-box {
  margin-bottom: 10px;
}

.about-right-inner p{
	font-size: 15px;
	margin-bottom: 0px;
	font-family: 'merlo-mediumuploaded_file';
	
}
.about-right-inner a{
	font-family: 'merlo-mediumuploaded_file';
	font-size: 15px;
}
.about-right-inner a:hover{
	color: #000;
}
.news-right-outer{
	float: right;
}
.news-row{
	margin-bottom: 40px;
}
.about-left-inner h4{
	margin-top: 0px;
	margin-bottom: 15px;
}
.msg-icon{
	width: 22px;
	height: 13px;
	vertical-align: middle;
	background: url("../images/msg-icon.png") no-repeat center center;
}
.about-left-outer{
	max-width: 560px;
}
.about-right-outer{
	float: right;
}
.guest-sec-outer .about-right-outer{
	width: 100%;
}
.guest-row-outer{
	float: left;
	width: 100%;
}
.guest-row{
	width: auto;
}


.contact-page-outer .about-right-outer{
	width: 100%;
}
.contact-left-outer{
	float: left;
	max-width: 730px;
}
.contact-form .form-control {
  border: 2px solid #cacaca;
  box-sizing: border-box;
  font-size: 13px;
  height: 27px;
  line-height: 27px;
  padding-left: 6px;
  width: 100%;
  border-radius: 0px;
}
.contact-form textarea.form-control{
	height: 98px !important;
	resize: none;
}
.contact-form label{
	font-family: 'merlo-mediumuploaded_file';
	color: #000;
display: block;
font-size: 14px;
margin-bottom: 8px;
font-weight: 500;
font-style: italic;
}
.contact-form p{
  color: #231f20;
 font-family: 'merlo-mediumuploaded_file';
  font-size: 14px;
  margin-bottom: 20px;
}
.contact-form .form-group{
	margin-bottom: 7px;
}
.contact-form input.contact-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #231f20;
  color: #231f20;
  cursor: pointer;
  font-family: 'merlo-regularuploaded_file';
  font-size: 14px;
  height: 24px;
  width: 91px;
  transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
}
.contact-form input.contact-btn:hover{
	background: #808080 none repeat scroll 0 0;
color: #fff;
}
.contact-form input.contact-btn:focus{
	background: #000 none repeat scroll 0 0;
color: #fff;
}
.news-lattest-outer{
	height: 505px;
	/*border: 1px solid #c0c0c0;*/
}
.news-lattest-outer{
	position: relative;
}
.news-lattest-inner{
	width:400px;
	height: 240px;
	padding: 5px 0px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
}
.news-lattest-inner h2{
	color: #231f20;
 font-family: 'merlo-regularuploaded_file';
font-size: 30px;
font-weight: normal;
}
.news-lattest-inner p{
	  font-family: 'merlo-mediumuploaded_file';
font-size: 48px;
font-weight: normal;
line-height: 0.9;
}
.more-news{
	text-align: right;
}
.more-news a {
  font-family: 'merlo-mediumuploaded_file';
  font-size: 14px;
  padding-right: 15px;
  position: relative;
  text-decoration: none;
}
.more-news a::after {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
}
.more-news a:hover{
	color: #231f20;
}
.alumni-page-inner .profile-box{
	margin-bottom: 30px;
}
.alumni-page-inner  .guest-row{
	margin-bottom: 0px;
}
.alumni-page-inner .modal-dialog{
	width: 400px;
	
}
.alumni-page-inner .modal-body p{
	font-family: 'merlo-mediumuploaded_file';
}
.alumni-page-inner .course-apply{
	margin-top: 0px;
}

.sub-menu {
  background: #f3f3f3 none repeat scroll 0 0 !important;
  border: 0 none !important ;
  border-radius: 0px !important;
  border-top: 1px solid #414042 !important;
  margin-top: 0px !important;
}
.sub-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.icon.icon-angle-down{
	display: none;
}
.mega-menu > li:hover > .sub-menu {
  display: block;
}
.sub-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
.sub-menu li a {
  color: #939598;
  font-family: "merlo-mediumuploaded_file";
}
.sub-menu li:hover a, .sub-menu li:focus a {
  background: transparent none repeat scroll 0 0 !important;
  color: #000 !important;
}

.contact-form .wpcf7-form-label{
	color: #000;
display: block;
font-family: "merlo-mediumuploaded_file";
font-size: 14px;
font-style: italic;
font-weight: 500;
margin-bottom: 8px;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
  border: 2px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 13px;
  height: 27px;
  line-height: 27px;
  padding-left: 6px;
  width: 100%;
}
.contact-form textarea.wpcf7-form-control {
  height: 98px !important;
  resize: none;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control:focus{
	border-color: #999;
}
.contact-form button{
	background: #fff none repeat scroll 0 0;
border: 2px solid #231f20;
color: #231f20;
cursor: pointer;
font-family: "merlo-regularuploaded_file";
font-size: 14px;
height: 24px;
transition: all 0.5s ease-in-out 0s;
width: 91px;
}
.contact-form button:hover, .contact-form button:focus{
	background: #808080 none repeat scroll 0 0;
color: #fff;
}
.panel-grid {
  margin: 0px !important;
}
.wrap{
	padding-top: 30px;
}
.site-main .panel-grid + .panel-grid{
	padding-top: 15px;
}
.site-section{
	color: #6d6e71;
font-family: "merlo-mediumuploaded_file";
font-size: 18px;
font-weight: normal;
margin: 0 0 5px;
}
.ow-button-hover{
	background: #fff none repeat scroll 0 0 !important;
border: 2px solid #231f20 !important;
color: #231f20;
cursor: pointer;
font-family: "merlo-regularuploaded_file";
font-size: 14px;
height: auto;
line-height: 
transition: all 0.5s ease-in-out 0s;
padding-top: 3px !important;
padding-bottom: 5px !important;
margin-bottom: 0px !important;
margin-top: 15px !important;
}
.ow-button-hover:hover, .ow-button-hover:focus{
	background: #808080 none repeat scroll 0 0 !important;
color: #fff !important;
}
.ow-button-hover:hover span, .ow-button-hover:focus span{
color: #fff !important;
}
.contact-page-btn{
	margin-top: 7px !important;
}
.so-panel {
  margin-bottom: 0px !important;
}
.mega-menu > li.current-menu-item > a{
  background: transparent none repeat scroll 0 0 !important;
  border-bottom: 4px solid #000;
}

.title_mobile .page-title{
	text-align: right !important;
}
.title_mobile{
	display: none;
}
.about-outer{
	padding-top: 0px !important;
}
.panel-grid .panel-grid-cell{
	/*margin: 0px -15px;*/
}
.about-outer .panel-grid{
	margin: 0px -15px !important;
}
.about-left-inner{
	margin-left: -15px;
}

.title_pc{
	/*margin-right: -55px;*/
	text-align: right;
	padding-right: 0px !important;
} 
.title_pc   .page-title{
	text-align: right !important;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  float: left;
  margin-left: 0;
}
.about-left-outer{
	width: 100% !important;
}
.news-left-outer{
	width: 66.6667% !important;
}
.about-left-inner p:last-child{
	margin-bottom: 0px !important;
}
.about-outer .container div div.panel-grid:nth-child(2){
	padding: 25px 0px;
}
.sub-menu li.current-menu-item a{
	color: #000;
}
.subscribe-popup{
	display: none;
}
#subscribe-popup {
  background: #d7d7d7 none repeat scroll 0 0;
  bottom: 100%;
  display: none;
  left: 0;
  margin-bottom: 0px;
  padding: 30px 24px 16px;
  position: absolute;
  width: 275px;
  z-index: 99;
}
.footer-left{
	/*position: relative;*/
}
.footer-inner{
	position: relative;
}
#subscribe-popup .close {
  background: rgba(0, 0, 0, 0) url("../images/close.png") no-repeat scroll center center !important;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
}
.subscribe-popup p{
	font-size: 13px;
	 font-family: 'merlo-lightuploaded_file';
	 color: #231f20;
}
.subscribe-popup .wysija-input {
	border: 0 none;
box-sizing: border-box;
font-family: 'TradeGothicLTLight';
font-size: 12px;
height: 30px;
padding: 0 10px;
width: 100%;
color: #939598;
}
.subscribe-popup .wysija-submit{
	background: #808080 none repeat scroll 0 0;
border: 0 none;
color: #fff;
cursor: pointer;
font-family: 'TradeGothicLTLight';
font-size: 16px;
height: 36px;
padding: 0;
width: 100%;
margin-top: 0px !important;
}
.subscribe-popup .wysija-submit:hover, .subscribe-popup .wysija-submit:focus{
	background: #000 none repeat scroll 0 0;
}
.subscribe-popup .widget-title{
	display: none;
}
.slider-item-inner{
	height: 548px;
}
.slider-item-inner img{
	height: 100% !important;
}
/*.about-top-outer{
	position: relative;
}*/
.about-top-outer .col-sm-8{
	position: relative;
}
.tag-list{
	background: #d7d7d7 none repeat scroll 0 0;
display: none;
left: 114px;
min-height: 49px;
padding: 10px;
position: absolute;
top: 0;
max-width: 373px;
z-index: 4;
}
.tag-list a{
	font-family: 'merlo-lightuploaded_file';
display: inline-block;
font-size: 14px;
line-height: 26px;
margin: 0 3px;
}
.tag-list a:hover, .tag-list a:focus{
	color: #6d6e71;
}
#filter-on{
	color: #231f20;
font-family: "merlo-mediumuploaded_file";
font-size: 14px;
margin-left: 13px;
display: none;
}
#filter-on #close-tag-result{
	cursor: pointer;
margin-left: 10px;
}
.single-format-standard .about-outer{
	padding-top: 25px !important;
}
.siteorigin-widget-tinymce p{
	font-family: "merlo-regularuploaded_file";
}
.comment-reply-title{
	font-family: "merlo-mediumuploaded_file";
	color: #231f20;
}
.comment-notes{
	font-family: "merlo-regularuploaded_file";
}
.required{
	font-family: Arial, Helvetica, sans-serif !important;
}
.comment-form {
	max-width: 530px;
}
.comment-form p label{
	width: 100%;
}
.comment-form p input, .comment-form p textarea{
	border: 2px solid #cacaca;
border-radius: 0;
box-sizing: border-box;
font-size: 13px;
height: 27px;
line-height: 27px;
padding-left: 6px;
width: 100%;
}
.comment-form p input:focus, .comment-form p textarea:focus{
	border-color: #999;
}
.comment-form p textarea{
	height: 98px !important;
resize: none;
}
.comment-form p label{
	color: #000;
display: block;
font-family: "merlo-mediumuploaded_file";
font-size: 14px;
font-style: italic;
font-weight: 500;
margin-bottom: 8px;
}
.comment-form .form-submit input[type="submit"]{
	background: #fff none repeat scroll 0 0;
border: 2px solid #231f20;
color: #231f20;
cursor: pointer;
font-family: "merlo-regularuploaded_file";
font-size: 14px;
height: 24px;
transition: all 0.5s ease-in-out 0s;
width: auto !important;
line-height: normal !important;
}
.comment-form .form-submit input[type="submit"]:hover{
	background: #808080 none repeat scroll 0 0;
color: #fff;
}
.comment-form .form-submit input[type="submit"]:focus{
	background: #000 none repeat scroll 0 0;
color: #fff;
}
#pl-24{
	padding-top:  30px !important;
}
.widget_ink-divider{
	padding-top: 20px;
}
.right-title h1 {
  color: #231f20;
  font-family: "merlo-mediumuploaded_file";
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 0 auto;
  max-width: 100%;
  width: 300px;
}
.news-left-inner{
	margin-left: 0px !important;
}
.left-side{
	font-family: "merlo-mediumuploaded_file";
}
#tag-btn{
	color: #939598 !important; 
	font-size: 13px !important;
}
#tag-btn strong{
	color: #000;
	font-family: 'TradeGothicLTBold';
}
#tag-btn:hover, #tag-btn:focus{
	color: #fff !important;
}
#tag-btn:hover strong, #tag-btn:focus strong{
	color: #fff !important;
}
.single-alumni   .about-left-inner, .single-guest_speakers  .about-left-inner{
  margin-left: 0px;
}
.single-guest_speakers .about-left-outer{
	width: 66.6667% !important;
}
.mega-menu > li:last-child{
	float: right !important;
}

