.og-full{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
    padding-right: 0px;
}
.og-full.og-wrap {
	margin-left:0;
	margin-right:0;
}
.og-wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.bxslider img{
	width: 100%;
	height: auto;
	max-width: inherit;
}
.bx-wrapper{
    background: #002859;
}
ul.og-nav-tab li a {
    background-color: #2f5d7c;
    border: 1px solid #2f5d7c;
    border-bottom-color: transparent;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
    padding: 8px;
}
ul.og-nav-tab li a:hover,
ul.og-nav-tab li a:focus,
ul.og-nav-tab li.active a{
	text-decoration: none;
	background-color: #002145;
    border: 1px solid #002145;
}
ul.og-nav-tab {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #d7e0e7;
	width: 100%;
}
ul.og-nav-tab li {
    display: inline-block;
    margin-right: 1px;
    width: auto;
}

ul.og-nav-tab li:last-child{
	margin-right: 0;
}
.list-link {
    border-bottom: 1px solid #d7e0e7;
}
.list-link a{
	text-decoration: none;
	color: #000;
}
.list-link a:hover,
.list-link a:focus,
.list-link a:hover h4{	
	color: #2f5d7c;
}
.list-link h4 {
    line-height: 24px;
    margin: 10px 0 0;
    font-size: 14px;
}
.list-link p {
    margin-bottom: 4px;
}
.tab-pane{
	display: none;
}
.tab-pane.active{
	display: block;
}
.faculty-item{
	width: 50%;
	float: left;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-right: 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
 	-ms-text-size-adjust: 100%;
}
.faculty-item:nth-child(2n+1){
	clear: both;
}
.faculty-item img{
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
.faculty-item .name{
	color: #5d5d5d;
	margin-bottom:5px;
	font-weight: bold;
}
.faculty-item .name a{
	text-decoration: none;
}
.faculty-item .name a:hover{
	text-decoration: underline;
}
.faculty-left{
	width: 35%;
	float: left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
 	-ms-text-size-adjust: 100%;
}
.faculty-left img{
	width: 100%;
	height: auto;
}
.faculty-right{
	width: 65%;
	float: right;
	padding-left: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
 	-ms-text-size-adjust: 100%;
}
.faculty-right .title{
	margin-top: -8px;
	margin-bottom: 5px;
}
.faculty-right .address{
	margin: 5px 50px;
}
.archive-title, .page-title{
	margin-top: 0;
}
.nq_edit .thumbnail-row {
	flex-wrap: wrap;
}
@media (max-width: 979px){
	.og-full{
	    margin-left: -20px;
	    margin-right: -20px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	div.thumbnail-img {
		margin: -15px -20px 30px;
	}
	.nq_edit .thumbnail-row li{
		width: 50%;
		padding-bottom: 10px!important;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px){
	.faculty-item{
		width: 100%;
		float: none;
		overflow: hidden;
		padding-right: 0;
	}
	.faculty-item:nth-child(2n+1){
		clear: none;
	}
	.faculty-item p{
		margin-bottom: 0;
	}
	.faculty-left{
		float: none;
		width: 100%;
	}
	.faculty-right{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.nq_edit .thumbnail-row li{
		width: 100%;
		
	}
}
@media (max-width: 768px){
	.faculty-right ul.og-nav-tab li {
		margin-right: -3px;
	}
}


.nq_edit.og-box {
	padding-top: 0;
}
.nq_edit .row {
	margin-left: 0;
}
.nq_edit .thumbnail-row {
	margin: 0 !important;
}
.nq_edit .thumbnail-row li{
	padding: 0 10px;
}
.nq_edit [class*="span"] {
	margin-left: 0;
	padding-right: 20px;
}
.nq_foot .span5 {
	width: 30%;
}
.nq_foot .span5.last {
	width: 20%;
}
.nq_foot .span7 {
	width: 44%;
}
.login_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;	
	height: 100vh;
	max-width: 100%;
}
.login_wrapper ._login_form{
	padding: 30px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	width: 425px;
	max-width: 100%;
}
._login_form input.input {
	padding: 0 12px !important;
	width: 100%;
	display: block !important;	
	border-radius: 2px;
	outline: none !important;
	cursor: text !important;
	font-size: 15px !important;
	height: 40px !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	margin: 0 !important;
	position: static;
	width: 100%;
	max-width: 100%!important;
}
._login_form .login-submit{
	text-align: center;
}
._login_form .login-submit .button {
	line-height: 1em !important;
	padding: 16px 20px !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: none !important;
	font-weight: normal !important;
	overflow: hidden;
	position: relative;
	transition: 0.25s;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block !important;
	width: auto !important;
	min-width: 250px !important;
	background-color: #3ba1da;
	border: none;
	color: #fff;
}
._login_form .login-submit .button:hover{
	background-color: #44b0ec;
}