  body,html {
    font-family: 'Didact Gothic', sans-serif;
    color: #000;
    height: 100%;
    font-size: 16px;
}

h1, h2, h3, h4, h5,h6{
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a,button,div,.form-control{
    /*    transition:0.5s all;
        -webkit-transition:0.2s all;
        -moz-transition:0.2s all;
        -ms-transition:0.2s all;
        -o-transition:0.2s all;*/
}
a{
    color: #cf202e;
}
.child-pernt {
    display: table;
    height: 100%;
    width: 100%; 
}
.program-3-col-link {
	color: #cf202e;
	text-decoration: underline black;
}
.child {
    display: table-cell;
    vertical-align: middle; 
}

/*=== Custome Styles ===*/
.wrapper {
    overflow: hidden;
    padding: 144px 0 0;
	margin-bottom: -25px;
}
.logo-col a img {
    display: block;
    max-height: 90px;
    padding-top: 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.sec-nav ul li a {
    background-color: #cf202e;
    border-right: 3px solid #000;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    padding: 10px 25px;
}
.sec-nav ul li a:hover{
    text-decoration: none;
    background-color: #000;
}
.sec-nav ul li:last-child a {
    border-right: none;
}
.sec-nav ul li{
    padding: 0;
    margin-left: 0;
    float: left;
}
.sec-nav {
    text-align: center;
}
.sec-nav ul {
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block;
}
a.dropdown-toggle.menu-btn {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
.drp .dropdown {
    display: inline-block;
    margin-right: 17px;
	margin-left: 17px;
}
a.dropdown-toggle.menu-btn span {
    display: block;
    width: 39px;
    font-size: 11px;
    text-align: center;
    color: #000;
    margin-top: 3px;
}
a.search-btn {
    margin-top: 15px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
a.calendar-btn {
    width:42px;
	height:42px;
	font-size: 11px;
	margin: 13px 0px 0px 10px;
	display: inline-block;
    position: relative;
    vertical-align: top;
}
.mobile-calendar-icon {
	width:36px;
	height:36px;
	top:0;
	padding-top:10px;
	right:70px;
	position:absolute;
	z-index:1;
	}
a.dropdown-toggle.menu-btn img {
    margin-right: 2px;
}
.search-sec{
    position: fixed;
    top: -106px;
    left: 0;
    width: 100%;
    background-color:rgba(0,0,0,0.80);
}
.search-sec.s-open {
    top: 0;
}
.search-sec .input-group {
    max-width: 50%;
    margin: 28px auto;
}
.search-sec input.form-control {
    height: 50px;
    font-family: 'Didact Gothic';
}
.search-sec .input-group-addon {
    padding: 0;
    padding-left: 32px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.search-sec img{
    cursor: pointer;
    max-width: inherit;
}
.search-sec .input-group .form-control:first-child{
    border-radius: 3px;
}
a.s-close {
    float: right;
    margin-top: -73px;
    margin-right: 100px;
}
.dropdown-submenu {
    position: relative;
}
.drp ul.dropdown-menu {
    background-color: #58585a;
    border-radius: 0;
    box-shadow: none;
    right: 0;
    left: auto;
    width: 270px;
    top: -3px;
}
.drp .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 0;
    margin-top: -1px;
    position: relative;
    width: 100%;
    background-color: #454546;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000;
    outline: none;
}
.dropdown-menu>li:last-child>a:focus, .dropdown-menu>li:last-child>a:hover {
    background: none;
}
.dropdown-menu>li>a {
    color: #fff;
    padding: 8px 20px;
}
ul.dropdown-menu .fa.fa-angle-down {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 9px;
}
a.drp-close {
    position: absolute;
    z-index: 11111;
    top: 14px;
    right: 2px;
}
.navigation {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.navbar-default {
    border: none;
    background-color: #404041;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav li{
    position: static;
    margin-top: 7px;
}
.navbar-default .navbar-nav li:hover{
    background-color: #cf202e;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 16px;
    line-height: 2.19;
    padding: 0 30px;
	text-decoration: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    color: #fff;
    background-color: #cf202e;
}
.navbar-default .navbar-nav>li>a:focus{
    outline: none;
    background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #cf202e;
}
.header-wrapper {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 144px;
    z-index: 10000;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: height 0.1s;
}
.shrink a.search-btn,.shrink a.dropdown-toggle.menu-btn,.shrink a.calendar-btn{
    margin-top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.shrink {
    height: 124px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.shrink .header-tp img {
    max-height: 70px;
    padding-top: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
/*===================
    Menu Sub-Menu
===================*/
.navbar-default .navbar-nav li.active .sub-menu{
    opacity: 1;
    visibility: visible;
}
.navbar-default .navbar-nav li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.sub-menu{
    position: absolute;
    background-image: linear-gradient(to bottom, #cf202e, #8a040f), linear-gradient(#8a040e, #8a040e);
    box-shadow: 0 2px 2px -1px #000000;
    z-index: 1;
    padding-left: 116px;
    padding-top: 12px;
    padding-bottom: 16px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
}
.sub-menu-about-right{
    padding-left: 72px;
}
.sub-menu ul li a{
    font-size: 16px;
    line-height: 2.19;
    text-decoration: none;
    color: #ffffff;
}
.sub-menu ul li a:focus{
    outline: none;
}
.sub-menu ul li:hover{
    background-color: transparent !important;
}
.sub-menu ul li:hover a{
    text-decoration: underline;
}
.apply-ucm a{
    background-color: #e2e2e3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-size: 21px;
    text-align: center;
    color: #000000;
    display: inline-block;
	border-radius: 8px 0px;
    padding-left: 44px;
    padding-top: 13px;
    text-decoration: none;
    padding-bottom: 16px;
    padding-right: 43px;
}
.apply-ucm a img{
    vertical-align: middle;
    margin-left: 18px;
    margin-top: -3px;
}
/*===================
    Banner
===================*/
.banner .carousel-inner .image-holder{
    position: relative;
}
.banner .carousel-inner .image-holder img{
    width: 100%;
    height: 400px;
    object-fit: cover;
	object-position: top;
}
.banner .carousel-inner .item.active .text-box.text-box-hidde{
    display: none;
}
.banner .carousel-inner iframe{
    width: 100%;
    margin-bottom: -5px;
    object-fit: cover;
    height: 400px;
}
.banner .carousel-inner .text-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 510.6px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px;
}
.banner .carousel-inner .text-box p{
    font-family: 'Didact Gothic', sans-serif;
    font-size: 24px;
    line-height: 1.46;
    text-align: left;
    color: #ffffff;
}
#thumbcarousel{
    border-top: solid 6px #cf202e;
    background-color: #404041;
    padding: 7px 0;
}
#thumbcarousel .thumb{
    width: 20%;
    float: left;
    padding: 5px 15px;
    cursor: pointer;
}
#thumbcarousel .thumb img{
    width: 100%;
    height: 120px;
}
.carousel-control {
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    opacity: 1;
    position: absolute;
    height: 54px;
    text-align: center;;
    width: auto;
}
.carousel-control.left {
    background-image: none;
    left: -4%;
}
.carousel-control.right {
    background-image: none;
    right: -4%;
}
.carousel-control-full {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    position: absolute;
    height: 60px;
    text-align: center;;
    width: 45px;
	color: #000000;
	background-color:#e1e1e1;
	border-radius: 10px 0px 10px 0px;
	padding: 5px;
}
.carousel-control-full.left {
    background-image: none;
    left: 0%;
}
.carousel-control-full.right {
    background-image: none;
    right: 0%;
}
a.carousel-control-full:focus {
	color:#000000;
}
a.carousel-control-full:hover {
	color:#cf202e;
}
.carousel-button{
    display: none;
}
/*========================
     Search Program Sec
=========================*/
.search-program-sec{
    /*padding: 67px 0 77px;*/
	padding: 30px 0 0 0;
}
.search-program-left{
    text-align: center;
    padding-top: 30px;
}
.search-program-left h1{
    font-size: 42px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 29px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
}
.search-program-left h2{
    font-size: 42px;
    text-align: center;
	font-family: 'Didact Gothic';
    color: #ffffff;
}
.search-program-left .form-control{
    margin: 28px auto 0;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #979797;
    font-size: 18px;
    color: #4a4a4a;
    height: 68px;
    width: 523px;
    font-family: 'Didact Gothic';
}

.search-program-right a{
    font-family: 'Didact Gothic';
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    display: block;
    text-decoration: none;
    width: 273px;
    height: 66px;
    background-color: #cf202e;
    margin-bottom: 10px;
    padding: 18px 0;
    transition: all 0.5s ease-in-out;
}
.search-program-right a:hover{
    background-color: #404041;
    transition: all 0.5s ease-in-out;
}
.search-program-right a img{
    margin-left: 5px;
}
/*========================
   Academic Program Sec
=========================*/
.academic-program-sec{
    position: relative;
    background-color: #000000;
    padding-top: 63px;
    padding-bottom: 38px;
}
.academic-program-box{
    text-align: center;
}
.academic-program-box h1{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 55px;
    color: #ffffff;
    margin: 23px 0 0 0;
}
.academic-program-box p{
    font-size: 24px;
    line-height: 1.46;
    color: #ffffff;
    margin: 4px 0 0;
}
/*========================
   Red Out Sec
=========================*/
.red-out-sec{
    border-bottom: 19px solid #cf202e;
    position: relative;
}
.parallax {
    /* The image used */
    background-image: url("/_resources/img/red-out-img.jpg");
    /* Set a specific height */
    min-height: 623px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*    background-size: cover;*/
}
.red-out-sec .image-holder img{
    width: 100%;
    max-height: 625px;
    object-fit: cover;
}
.red-out-sec .text-box{
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    right: 296px;
    width: 511px;
    background-color: rgba(207, 32, 46, 0.8);
    padding: 33px 21px 18px 60px;
}
.red-out-sec .text-box h1{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 85px;
    line-height: 1.11;
    padding-bottom: 26px;
    text-align: left;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}
.red-out-sec .text-box h2{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 88px;
    margin-top: 20px;
    text-align: left;
    color: #ffffff;
}
.red-search-icon{
    position: absolute;
    right: 146px;
    bottom: 20px;
}
.red-search-icon a{
    text-decoration: none;
    border-radius: 32px;
    background-color: #000000;
    width: 337px;
    display: inline-block;
    padding-top: 10px;
    padding-left: 28px;
    padding-bottom: 7px;
    padding-right: 27px;
}
.red-search-icon a:focus{
    outline: none;
}
.red-search-icon a img{
    width: 16px;
    height: 22px;
    vertical-align: middle;
    margin-right: 22px;

}
.red-search-icon a span{
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    vertical-align: middle;
}
/*========================
    Until Slide Inner
=========================*/
.until-slide-sec {
    padding-top: 67px;
    padding-bottom: 64px;
}
.until-slide-sec .row{
    margin: 0 -65px;
}
.until-slide-sec .col-md-4{
    padding: 0 65px;
}
.until-slide-inner .image-holder{
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.until-slide-inner .image-holder img{
    width: 100%; 
}
.until-slide-inner .bf_facebook,
.until-slide-inner .bf_tweeter,
.until-slide-inner .bf_istagram{
    background-color: #000000;
    height: 38px;
    padding: 6px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
    z-index: 10;
}
.until-slide-inner .bf_facebook img{
    width: 12px;
    height: 24px;
    display: inline-block;
}
.until-slide-inner .bf_tweeter img{
    width: 24px;
    display: inline-block;
    height: 19px;
}
.until-slide-inner .bf_istagram img{
    width: 24px;
    display: inline-block;
    height: 23px;
}
.until-slide-inner .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    margin: 0;
    opacity: 1;
    padding: 0;
}
.until-slide-inner .owl-theme .owl-controls {
    height: 100%;
    margin: 0;
    position: static;
    text-align: center;
    top: 0;
    width: 100%;
}
.until-slide-inner .owl-prev{
    position: absolute;
    left: -27px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform:  translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.until-slide-inner .owl-next{
    position: absolute;
    right: -27px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform:  translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.until-slide-inner .image-holder:hover .text-box{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.until-slide-inner .text-box{
    background-color: rgba(88, 88, 90, 1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 21px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.until-slide-inner .text-box h3{
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
    color: #ffffff;
}
.until-slide-inner .text-box p {
    font-size: 14px;
    line-height: 1.33;
    text-align: left;
    color: #ffffff;
}
.until-slide-inner .text-box span{
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    position: absolute;
    bottom: 17px;
    color: #ffffff;
    width: 100%;
    left: 20px;
}
.until-slide-inner .owl-theme .owl-nav{
    margin: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: transparent none repeat scroll 0 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background: transparent none repeat scroll 0 0;
}
/*========================
    Socil Sec
=========================*/
.socail-sec{
    background-color: #000;
    padding: 42px 0;
}
.socail-inner{
    text-align: center;
}
.socail-inner ul{
    display: inline-block;
    margin: 0;
}
.socail-inner ul li{
    float: left;
    margin: 0 39px;
    list-style: none;
}
/*========================
     Footer
=========================*/
.footer{
    background-color: #e2e2e3;
    padding: 37px 0 27px;
}
.footer-left .text-box {
    margin-top: 20px;
}
.footer-left .text-box p{
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #000000;
    margin-bottom: 19px;
}
.footer-left .text-box p a{
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.footer-left .text-box p a:hover {
    color: #9e0814;
    transition: all 0.5s ease-in-out;
}
.footer-right{
    position: relative;
}
.footer-right:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: -25px;
    top: 0;
    background-color: #4a4a4a;
}
.footer-right-box h3{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.43;
    text-align: left;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #000000;
}
.footer-right-box ul li a strong{
    margin-left: 10px;
    font-weight: 100;
}
.footer-right-box img{
    margin-top: 13px;
}
.footer-right-box ul{
    padding: 0;
}
.footer-right-box ul li{

    list-style: none;
}
.footer-right-box ul li a{
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #000000;
    text-decoration: none;
}
.footer-right-box ul li a:hover{
    color: #9e0814;
}
.footer-right-box h4{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.43;
    text-align: left;
    margin-bottom: 12px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 28px;
}
.footer-right-box h5{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.43;
    text-align: left;
    margin-bottom: 12px;
    color: #000000;
    margin-top: 23px;
    text-transform: uppercase;
}
.footer-right-box span{
    border-top: 2px solid #4a4a4a;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 1.43;
    margin-top: 21px;
    padding-top: 28px;
    text-align: left;
}
/*========================
     News Video Sec
=========================*/
.news-video-sec {
    /*padding: 67px 15px 80px;*/
	padding: 30px 0 30px 0;
}
.news-video-inner .hedding{
    text-align: center;
    margin-bottom: 61px;
}
.news-video-inner .hedding h2{
    font-size: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: #333333;
}
.news-video-first ul li {
    float: left;
    margin-right: 44px;
    width: 19.3%;
    position: relative;
}
.news-video-first ul li:nth-child(2){
    width: 31.7%;
}
.news-video-first ul li:last-child{
    margin-right: 0;
}
.news-video-first ul li .image-holder{
    position: relative
}
.news-video-first ul li .image-holder iframe {
    height: 260px;
    vertical-align: top;
    object-fit: cover;
    width: 100%;
}
.news-video-first ul li .image-holder img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.overlay{
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-video-first ul li .text-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 18px;
    padding-right: 24px;
}

.news-video-first ul li .text-box p{
    bottom: 19px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    padding-right: 24px;
    position: absolute;
    text-align: left;
}
.news-video-first ul li .icons {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
}
.news-video-first ul li .icons img{
    height: auto;
}
.news-video-first.news-video-second{
    margin-top: 40px;
}
.news-video-first.news-video-second ul li{
    width: 31%;
    height: 260px;
}
.news-video-first.news-video-second ul li:hover .text-box{
    background-color: rgba(0, 0, 0, 0.8);
    transition:  all 0.5s ease-in-out;
}
.news-video-first.news-video-second ul li .img-responsive{
    height: 260px;
}
.news-video-first.news-video-second ul li .image-holder iframe {
    height: 260px;
    vertical-align: top;
    object-fit: cover;
    width: 100%;
}
.show-more{
    text-align: center;
    margin-top: 58px;
}
.show-more a{
    width: 273px;
    height: 66px;
    background-color: #cf202e;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    color: #ffffff;
    padding: 12px 0;
    text-decoration: none;
	border-radius: 8px 0px;
}
.show-more a:hover{
    background-color: #404041;
    transition: all 0.5s ease-in-out;
}
.show-more a img{
    margin-left: 25px;
}
.news-video-first ul li:hover .text-box {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in-out;
}
/*========================
     Grid Pge
=========================*/
.grid-page-sec{
    padding-top: 23px;
    padding-bottom: 57px;
}
.breadcrum-sec .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.breadcrum-sec .breadcrumb li{
    font-size: 13px;
    line-height: 1.54;
    color: #2d2d2d;
    font-weight: bold;
}
.breadcrum-sec .breadcrumb li a{
    font-size: 13px;
    line-height: 1.54;
    color: #2d2d2d;
    font-weight: bold;
    text-decoration: none;
}
.breadcrum-sec .breadcrumb > li + li::before {
    color: #2d2d2d;
    content: ">";
    padding: 0 5px;
}
.grid-inner-sec{
    margin-top: 54px;
}
.grid-title h2{
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #333333;
    margin-bottom: 28px;
}
.grid-title p{
    font-size: 24px;
    line-height: 1.67;
    margin-bottom: 25px;
    color: #333333;
}
.grid-listing{
    background-color: rgba(226, 226, 226, 0.5);
    padding-top: 42px;
    padding-bottom: 45px;
    padding-left: 34px;
    padding-right: 23px;
}
.grid-listing-top .viaw-grid{
    float: right;
	padding-left: 35px;
}
.grid-listing-top .viaw-grid label{
    font-size: 24px;
    line-height: 1.67;
    color: #333333;
    margin-right: 16px;
}
.grid-listing-top .viaw-grid .dropdown{
    display: inline-block;
}
.grid-listing-top .viaw-grid .dropdown .btn-default{
    width: 161px;
    height: 53px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #979797;
    font-size: 16px;
    line-height: 1.04;
    text-align: left;
    color: #2d2d2d;
    padding: 6px 15px;
    border-radius: 0;
    background: #fff none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.grid-listing-top .viaw-grid .dropdown .btn-default option{
    background-color: #58585a;
    outline:0px;
    color: #fff;
    width: 100%;
    padding: 4px 31px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.grid-listing-top .viaw-grid .dropdown .btn-default:hover,
.grid-listing-top .viaw-grid .dropdown .btn-default:focus{
    background-color: #fff;
}
.grid-listing-top .viaw-grid  .dropdown-menu {
    background-clip: padding-box;
    width: 161px;
    background-color: #58585a;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.grid-listing-top .viaw-grid  .dropdown-menu li a{
    font-size: 19px;
    line-height: 1.84;
    color: #ffffff;
    display: block;
    padding: 4px 31px;
    border-bottom: 1px solid #fff;
    margin: 0 5px;
}
.grid-listing-top .viaw-grid  .dropdown-menu li:last-child a{
    border-bottom: none;
}
.grid-listing-top .show-list{
    float: left;
    padding-left: 35px;
}

.grid-listing-top .show-list label {
    font-size: 24px;
    line-height: 1.67;
    color: #333333;
    margin-right: 16px;
}

.form-group h3 {
    font-size: 18px;
    line-height: 1.67;
    color: #333333;
    margin-right: 16px;
    font-weight: 700;
    margin-bottom: 5px
}


.grid-listing-top .show-list .dropdown{
    display: inline-block;
}
.grid-listing-top .show-list .dropdown .btn-default{
    width: 230px;
    height: 53px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #979797;
    font-size: 23px;
    line-height: 1.04;
    text-align: left;
    color: #2d2d2d;
    padding: 13px 29px 13px;
    border-radius: 0;
}
.grid-listing-top .show-list .dropdown .btn-default:hover,
.grid-listing-top .show-list .dropdown .btn-default:focus{
    background-color: #fff;
}
.grid-listing-top .show-list .dropdown-menu{
    width:  100%;
    background-color: #58585a;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
}
.grid-keword{
    float: left;
}
.grid-keword .form-control{
    width: 220px;
    height: 53px;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #979797;
    font-size: 18px;
    line-height: 1.33;
    color: #2d2d2d;
    border-radius: 0 ;
}
.grid-keword .btn-danger{
    width: 133px;
    height: 53px;
    background-color: #cf202e;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    padding: 0 10px;
    border: none;
    box-shadow: none;
    border-radius: 0 ;
    vertical-align: top;
    margin-left: -5px;
}
.grid-listing-bottom{
    margin-top: 44px;
    text-align: center;
}
.grid-listing-bottom ul{
    display: inline-block;
}
.grid-listing-bottom ul li{
    float: left;
    padding: 0 7px;
}
.grid-listing-bottom ul li a{
    font-size: 25px;
    letter-spacing: 10.2px;
    color: #2d2d2d;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.grid-listing-bottom ul li:last-child{
    padding-right: 0;
}
.grid-listing-detail{
    margin-top: 41px;
}
.grid-listing-detail-box{
    background-color: rgba(226, 226, 226, 0.5);
    height: 215px;
    margin-bottom: 41px;
    position: relative;
}

.list-group-item .grid-listing-detail-box{
    background-color: rgba(226, 226, 226, 0.5);
    height: auto;
    margin-bottom:78px;
    position: relative;
}
.list-group-item .grid-listing-detail-box .bc-more {
    bottom: -40px;
}

.grid-listing-detail-box .tags {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.grid-listing-detail-box .tags span{
    width: 87px;
    height: 21px;
    background-color: #cf202e;
    float: left;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    padding: 3px 0;
}
.grid-listing-detail-box .tags strong{
    width: 87px;
    height: 21.2px;
    background-color: #73bbec;
    float: left;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    padding: 3px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
}
.grid-listing-detail-box h3{
    font-size: 23px;
	line-height: 1.22;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    padding-top: 48px;
    padding-bottom: 31px;
    padding-left: 18px;
    padding-right: 21px;
}
.grid-listing-detail-box h3 span{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
}
.grid-listing-detail-box .bc-more{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.grid-listing-detail-box .bc-more span{
    float: left;
    width: 50%;
    background-color: #000000;
    padding-left: 20px;
    padding-top: 9px;
    padding-bottom: 12px;
    padding-right: 20px;
	font-size: 16px;
    line-height: 1.36;
    color: #ffffff;
}
.grid-listing-detail-box .bc-more a{
    float: left;
    width: 50%;
    background-color: #cf202e;
    text-align: center;
    font-size: 16px;
    line-height: 2.15;
    padding: 4px 0;
	color: #ffffff;
    text-decoration: none;
}

.grid-keword2 label{
    display: none;
}


/* .squaredFour */
.grid-listing-top .show-list .dropdown-menu .squaredFour {
    width: 20px;
    position: relative;
    margin:  0 0 15px 0;
    display:  block;
    vertical-align: middle;
}
.grid-listing-top .show-list .dropdown-menu .squaredFour label {
    width: 19px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    border: solid 1px #979797;
    border-radius: 2px;
}
.grid-listing-top .show-list .dropdown-menu .squaredFour label span{
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 1.84;
    margin-top: -7px;
    padding: 0 0 0 24px;
    width: 260px;
}
.grid-listing-top .show-list .dropdown-menu .squaredFour label::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #ffffff #ffffff;
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 3px 3px;
    content: "";
    height: 7px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 11px;
}
.grid-listing-top .show-list .dropdown-menu .squaredFour input[type=checkbox] {
    visibility: hidden;
}
.grid-listing-top .show-list .dropdown-menu .squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.reload_btn {
    -webkit-appearance: none;
    border: none;
    background: transparent;
    color: #404041;
    float: right;
    outline: none;
}
.reload_btn span{
    font-size: 25px;
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
}
/* end .squaredFour */
/*========================
    2nd Tier Sec
=========================*/
.secondtier-sec{
    padding-top: 39px;
    padding-bottom: 96px;
}
.secondtier-title .col-md-9{
    padding-right: 7px;
}
.secondtier-title .col-md-3{
    padding-left: 7px;
}
.secondtier-title .text-box h1{
    font-size: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 35px;
}
.secondtier-title .text-box span{
    font-size: 23px;
    line-height: 1.67;
    color: #333333;
    display: block;
    margin-bottom: 18px;
}
.secondtier-title .text-box p{
    font-size: 16px;
    line-height: 1.5;
    color: #262626;
    margin: 0;
}
.secondtier-title .image-holder {
    margin-top: 47px;
} 
.secondtier-title .image-holder img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.secondtier-feature{
    margin-top: 60px;
}
.secondtier-feature .hedding{
    text-align: center;
    margin-bottom: 45px;
}
.secondtier-feature .hedding h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.secondtier-feature .col-md-6:nth-child(2n+1){
    padding-right: 30px;
}
.secondtier-feature .col-md-6:nth-child(2n+2){
    padding-left:  30px;
}
.secondtier-feature-box{
    margin-bottom: 30px;
}
.secondtier-feature-box a{
    background-color: #cf202e;
    border-bottom: 8px solid #cf202e;
    display: block;
    padding: 15px 21px 51px 27px;
    position: relative;
    text-decoration: none;
    transition:  all 0.5s ease-in-out;
}
.secondtier-feature-box a:hover{
    background-color: rgba(207, 32, 46, 0.8);
    border-bottom: 8px solid #58585a;
    transition:  all 0.5s ease-in-out;
}
.secondtier-feature-box h3{
    font-size: 25px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.secondtier-feature-box p{
    font-size: 22px;
    line-height: 1.36;
    color: #ffffff;
    width: 80%;
    margin-top: 8px;
    margin-bottom: 0;
}
.secondtier-feature-box span{
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 48.9px;
    padding: 5px 18px;
    position: absolute;
    right: 21px;
    text-align: center;
    top: 65px;
    width: 48.9px;
}
.secondtier-feature-box span i{
    color: #fff;
    font-size: 30px;
}
.secondtier-feature-subtitle{
    margin-top: 37px;
}
.secondtier-feature-subtitle .text-box h2{
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    margin-bottom: 5px;
}
.secondtier-feature-subtitle .text-box p{
    font-size: 24px;
    line-height: 1.67;
    color: #333333;
}
.secondtier-main .academic-program-sec::before,
.secondtier-main .academic-program-sec::after{
    display: none;
}
.secondtier-main .academic-program-sec {
    padding: 63px 0 73px;
}
.tries-video-sec{
    padding: 92px 0 129px;
    text-align: center;
}
.tries-video-inner{
    display: inline-block;
    position: relative;
}
.tries-video-inner .text-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    height: 100%;
}
.tries-video-inner .text-box h3{
    font-size: 30px;
    line-height: 1.33;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    bottom: 35px;
    left: 27px;
    z-index: 8;
}
.tries-video-inner .text-box span{
    float: right;
    margin: 20px;
    position: absolute;
    right: 0;
    z-index: 8;
}
.tries-video-inner iframe{
    position: relative;
    width: 600px;
    z-index: 5;
}
/*========================
    2nd Tier Wb Sec
=========================*/
.tier-web-page{}
.tier-web-page .image-holder{
    position: relative;
    background: url(/_resources/img/trie-wed-img.jpg) no-repeat;
    background-size: cover;
}
.tier-web-page .text-box{
    background-color: rgba(207, 32, 46, 0.6);
    /*position: absolute;*/
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 78px;
    padding-top: 77px;
    height: 100%;
}
.tier-web-page .text-box .text-inner{
    padding-left: 143px;
}
.tier-web-page .text-box .text-inner .text-colum-left{
    float: left;
}
.tier-web-page .text-box .text-inner .text-colum-left p{
    width: 800px;
    font-size: 24px;
    line-height: 1.46;
    color: #ffffff;
}
.tier-web-page .text-box .text-inner .text-colum-right{
    float: left;
    margin-left: 65px;
}
.tier-web-page .text-box .text-inner .text-colum-right ul li{
    margin-bottom: 16px;
}
.tier-web-page .text-box .text-inner .text-colum-right ul li:last-child{
    margin-bottom: 0;
}
.tier-web-page .text-box .text-inner .text-colum-right ul li a{
    font-size: 20px;
    font-family: 'Didact Gothic';
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
}
.tier-web-page .text-box .text-inner .text-colum-right ul li a:hover{
    text-decoration: underline;
}
.tier-web-page .text-box .text-inner .text-colum-right ul li a i{
    display: inline-block;
    font-size: 24px;
    margin-left: 18px;
    margin-top: 3px;
    vertical-align: top;
}

/*========================
    2nd Tier Wb Sec - ALT
=========================*/
.tier-web-page-wt{}
.tier-web-page-wt .image-holder-wt{
    position: relative;
    background: url(/_resources/img/trie-wed-img.jpg) no-repeat;
    background-size: cover;
}
.tier-web-page-wt .text-box-wt{
    background-color: rgba(255, 255, 255, 0.9);
    /*    position: absolute;*/
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 60px;
    padding-top: 60px;
    height: 100%;
}
.tier-web-page-wt .text-box-wt .text-inner-2{
    padding-left: 0px;
}
.tier-web-page-wt .text-box-wt .text-inner-2 .text-colum-left{
    float: left;
}
.tier-web-page-wt .text-box-wt .text-inner-2 .text-colum-left p{
    width: 800px;
    font-size: 32px;
	font-weight: bold;
    line-height: 1.46;
    color: #000000;
}
.tier-web-page-wt .text-box-wt .text-inner-2 .text-colum-right{
    float: left;
    margin-left: 65px;
}
.tier-web-page-wt .text-box-wt .text-inner-2 .text-colum-right ul li{
    margin-bottom: 16px;
}
.tier-web-page-wt .text-box-wt .text-inner-2 .text-colum-right ul li:last-child{
    margin-bottom: 0;
}
.tier-web-page-wt .text-box-wt .text-inner-2 .text-colum-right ul li a{
    font-size: 20px;
    font-family: 'Didact Gothic';
    text-decoration: none;
    text-align: left;
    color: #202020;
}
.tier-web-page-wt .text-box-wt .text-inner-2 .text-colum-right ul li a:hover{
    text-decoration: underline;
}
.tier-web-page-wt .text-box-wt .text-inner-2 .text-colum-right ul li a i{
    display: inline-block;
    font-size: 24px;
    margin-left: 18px;
    margin-top: 3px;
    vertical-align: top;
}

/*========================
    2nd Tier Wb Sec
=========================*/
.bio-detail-contant .col-md-9{
    padding-right: 0;
}
.bio-detail-contant .col-md-3{
    padding-right: 0;
    padding-left: 0;
}
.bio-detail-contant-left{
    background-color: #757576;
    padding-top: 38px;
    padding-bottom: 78px;
    position: relative;
}
.bio-detail-contant-left:after{
    background-color: #757576;
    width: 100%;
    height: 100%;
    left: -95%;
    top: 0;
    position: absolute;
    content: "";
}
.brudcru .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
    z-index: 1000;
    position: relative;
}
.brudcru .breadcrumb li{
    font-size: 13px;
    line-height: 1.54;
    color: #ffffff;
}
.brudcru .breadcrumb a{
    font-size: 13px;
    line-height: 1.54;
    text-decoration: none;
    color: #ffffff;
}
.brudcru .breadcrumb > li + li::before{
    content: ">";
    color: #ffffff;
}
.bio-detail-eric {
    margin-top: 62px;
}
.bio-detail-eric .image-holder{
    float: left;
    width: 273px;
}
.bio-detail-eric .text-box{
    overflow: hidden;
    padding-left: 27px;
    padding-top: 25px;
}
.bio-detail-eric .text-box h2{
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 20px;
}
.bio-detail-eric .text-box span{
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.22;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 7px;
}
.bio-detail-eric .text-box p{
    font-size: 24px;
    line-height: 1.67;
    color: #ffffff;
}
.bio-detail-contant-right{
    background-color: #676768;
    padding-top: 159px;
    padding-bottom: 124px;
    padding-left: 30px;
}
.bio-detail-contant-right:after{
    background-color: #676768;
    width: 100%;
    height: 100%;
    right: -95%;
    top: 0;
    position: absolute;
    content: "";
}
.bio-detail-contant-right h3{
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 28px;
    position: relative;
}
.bio-detail-contant-right h3:after{
    background-color: #fff;
    content: "";
    width: 140%;
    height: 1px;
    left: 0;
    bottom: -8px;
    position: absolute;
    z-index: 1;
}
.bio-detail-contant-right ul li {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.44;
    color: #ffffff;
}
.bio-detail-contant-right ul li a{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.44;
    color: #ffffff;
    text-decoration: none;
}
.bio-detail-contant-right ul li span{
    display: inline-block;
    padding-left: 8px;
}
.bio-detail-courcrs{
    padding-top: 58px;
    padding-bottom: 144px;
}
.detail-courcrs-subtitle{}
.detail-courcrs-subtitle h2{
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    margin-bottom: 24px;
}
.detail-courcrs-subtitle a{
    background-color: #cf202e;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 66px;
    padding: 16px 0;
    position: absolute;
    right: 16px;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 273px;
}
.detail-courcrs-subtitle a i{
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-left: 10px;
    margin-top: -5px;
    vertical-align: middle;
}
.detail-courcrs-subtitle ul{
    margin-bottom: 30px;
}
.detail-courcrs-subtitle ul li{
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 15px;
    color: #262626;
}
.detail-courcrs-subtitle p{
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #262626;
}
/*========================
   News Overview
=========================*/
.news-overview{
    margin-top: 60px;
}
.news-overview-title h2{
    font-size: 45px;
    text-align: left;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    float: left;
    text-transform: uppercase;
}
.news-overview-title form{
    float: right;
}
.news-overview-title form .form-control{
    border-radius: 0;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #979797;
    color: #2d2d2d;
    font-size: 18px;
    font-family: 'Didact Gothic', sans-serif;
    height: 53px;
    line-height: 1.33;
    font-weight: bold;
    width: 230px;
}
.news-overview-title form .form-control::-moz-placeholder{
    color: #000;
}
.news-overview-title form .btn-danger {
    background-color: #cf202e;
    border: medium none;
    border-radius: 8px 0px;
    box-shadow: none;
    color: #ffffff;
    font-size: 24px;
    height: 53px;
    margin-left: -4px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    width: 133px;
}

.selectmenu{

    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    width: 100%;
    text-indent: 0.01px;
    text-overflow: "";
    border:0 !important;
}
.hideoption { display:none; visibility:hidden; height:0; font-size:0; }

/*========================
   News Overview Sidebar - previously backgound-color: #cf202e; 
=========================*/
.news-overview-inner{
    margin-top: 55px;
}
.news-overview-sidebar{
    background-color: #cf202e;
    padding-top: 33px;
    padding-left: 41px;
    padding-bottom: 42px;
    padding-right: 32px;
    color: #ffffff;
}
.news-overview-sidebar-1{
    background-color: #ffffff;
    padding-top: 5px;
    padding-left: 32px;
    padding-bottom: 42px;
    padding-right: 32px;
    color: #000000;
}
/* .squaredFour */
.squaredFour {
    width: 300px;
    position: relative;
    margin: 0 0 5px 0;
    display: block;
    vertical-align: middle;
}
.squaredFour label {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #58585a;
}
.squaredFour label span{
    color: #ffffff;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.38;
    margin-top: -5px;
    padding-left: 26px;
    text-transform: uppercase;
    width: 319px;
}
.squaredFour label::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #000;
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 2px 2px;
    content: "";
    height: 6px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg);
    width: 9px;
}
.squaredFour input[type=checkbox] {
    visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/* end .squaredFour */
.wigde-side h3{
    font-size: 28px;
    color: #000000;
    margin: 10px 0 15px 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.xp-follow{
    margin-top: 37px;
}
.xp-follow-inner ul li{
    float: left;
    margin: 0 20px;
}
.xp-follow-inner ul li:last-child{
    margin-right: 0;
    margin-top: -4px;
}
.xp-follow-inner ul li:first-child{
    margin-left: 0;
}
.xp-follow-inner ul li a{
    font-size: 24px;
	margin: 0 0 0 25px;
}
.xp-follow-inner ul li a img{
    width: 31px;
	margin: 0 0 0 15px;
}
.xp-archive h3{
    margin-bottom: 5px;
}
.xp-archive ul li{
    float: none;
    margin: 0;

}
.xp-archive ul li a{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
	color: #000000;
}
.xp-upcoming-inner{
    border-bottom: 1px solid #cf202e;
    border-top: 1px solid #cf202e;
    padding-top: 11px;
}
.xp-upcoming-box{
    margin-bottom: 23px;
}
.xp-upcoming-box:last-child{
    margin-bottom: 18px;
}
.xp-upcoming-box .image-holder{
    background-color: #000000;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    float: left;
    font-size: 19px;
    height: 48px;
    line-height: 19px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
}
.xp-upcoming-box .image-holder span{
    font-weight: bold;
}
.xp-upcoming-box .text-box{
    overflow: hidden;
    padding-left: 10px;
}
.xp-upcoming-box .text-box-intro p{
    font-size: 16px;
    line-height: 1.5;
	margin-left: 65px;
	color: #cf202e;
}

.xp-upcoming-box .text-box p{
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}
.xp-upcomming a{
    text-align: center;
    font-family: 'Didact Gothic';
    font-size: 21px;
    text-align: center;
    margin-top: 5px;
}
.xp-upcomming a i{
    margin-left: 10px;
    text-decoration: none;
}
/*====================================
           rightbar
=======================================*/
.news-overview-campus .image-holder{
    position: relative;
}
.news-overview-campus .image-holder img{
    height: 426px;
    width: 100%;
    object-fit: cover;
}
.news-overview-campus .text-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 32px;
}

.news-overview-campus .text-box p{
    font-size: 22px;
    font-weight: 300;
    line-height: 1.17;
    margin: 0;
    color: #ffffff;
}
.news-overview-campus .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    margin: 0;
    opacity: 1;
    padding: 0;
}
.news-overview-campus .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    width: 100%;
}
.news-overview-campus .owl-theme .owl-controls img{
    width: 48px;
}
.news-overview-campus .owl-prev{
    position: absolute;
    left: 10px;
}
.news-overview-campus .owl-next{
    position: absolute;
    right: 10px;
}
.news-overview-ucm{
    margin-top: 28px;
}
.news-overview-ucm .nav-tabs{
    border-bottom: none;
}
.news-overview-ucm .nav-tabs > li {
    margin-bottom: 0;
    margin-right: 10px;
}
.news-overview-ucm .nav-tabs > li:last-child{
    margin-right: 0;
}
.news-overview-ucm .nav-tabs > li > a {
    border: medium none;
    border-radius: 2px;
    margin-right: 0;
    font-size: 23px;
    line-height: 1.22;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58585a;
    padding: 4px 23px 5px 20px;
}
.news-overview-ucm .nav-tabs > li > a:focus{
    outline: none;
}
.news-overview-ucm .nav-tabs > li.active > a, .news-overview-ucm .nav-tabs > li.active > a:focus, .news-overview-ucm .nav-tabs > li.active > a:hover{
    border: none;
    background-color: #e2e2e3;
    color: #cf202e;
    text-transform: uppercase;
}
.news-newest-colum{
    padding-top: 42px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
}
.news-newest-colum .image-holder{
    float: left;
    position: relative;
    padding-right: 25px;
}
.news-newest-colum .vedio-icon{
    position: absolute;
    right: 40px;
    top: 5px;
}
.news-newest-colum .vedio-icon > img {
    width: 30px;
}
.news-newest-colum .text-box{
/*     overflow: hidden; */


@media (max-width: 1000px){ 
.news-overview-inner .col-md-8 { 
float: none !important; 
} 
}	
	
}
.news-newest-colum .text-box span a{
    font-size: 16px;
    line-height: 1.38;
    display: block;
    text-transform: uppercase;
    color: rgba(88, 88, 90, 0.5);
    text-decoration: none;
    width: 100%;
    padding: 0;
    background: none;
    text-align: left;
    margin-top: 0;
}
.news-newest-colum .text-box h3{
    margin-top: 13px;
}
.news-newest-colum .text-box h3 a{
    font-size: 21px;
    line-height: 1.29;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #cf202e;
    margin-bottom: 3px;
    text-decoration: none;
    width: 100%;
    padding: 0;
    background: none;
    text-align: left;
    margin-top: 0;
}
.news-newest-colum .text-box p{
    font-size: 16px;
    line-height: 1.5;
    color: #262626;
    margin-bottom: 5px;
}

.news-overview-newest a{
    width: 273px;
    padding: 16px 0;
    background-color: #cf202e;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    margin-top: 27px;
    border-radius: 8px 0px;;
}
.news-overview-newest a i{
    font-size: 22px;
    display: inline-block;
    margin-top: -2px;
    margin-left: 8px;
}


/*.....................................*/

.grid-listing-top1 .show-list span.multiselect-native-select,
.grid-listing-top3 .show-list span.multiselect-native-select {
    position: relative
}
.grid-listing-top1 .show-list span.multiselect-native-select select,
.grid-listing-top3 .show-list span.multiselect-native-select select {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px -1px -1px -3px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    left: 50%;
    top: 30px
}
.grid-listing-top1 .show-list .multiselect-container,
.grid-listing-top3 .show-list .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.grid-listing-top1 .show-list .multiselect-container .input-group,
.grid-listing-top3 .show-list .multiselect-container .input-group {
    margin: 5px
}
.grid-listing-top1 .show-list .multiselect-container>li,
.grid-listing-top3 .show-list .multiselect-container>li {
    padding: 0
}
.grid-listing-top .show-list .multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}
.grid-listing-top1 .show-list .multiselect-container>li.multiselect-group label,
.grid-listing-top3 .show-list .multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}
.grid-listing-top1 .show-list .multiselect-container>li.multiselect-group-clickable label,
.grid-listing-top3 .show-list .multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}
.grid-listing-top1 .show-list .multiselect-container>li>a,
.grid-listing-top3 .show-list .multiselect-container>li>a {
    padding: 0
}
.grid-listing-top1 .show-list .multiselect-container>li>a>label,
.grid-listing-top3 .show-list .multiselect-container>li>a>label{
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: inherit;
    margin-top: 0;
    padding: 7px;
}
.grid-listing-top1 .show-list .multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox,
.grid-listing-top3 .show-list .multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    margin: 0
}
.grid-listing-top1 .show-list .multiselect-container>li>a>label>input[type=checkbox],
.grid-listing-top3 .show-list .multiselect-container>li>a>label>input[type=checkbox] {
    margin: 0 5px 0 0;
    position: static;
    vertical-align: middle;
}
.grid-listing-top1 .show-list .btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.grid-listing-top1 .show-list .form-inline .multiselect-container label.checkbox,.grid-listing-top3 .show-list .form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}
.grid-listing-top1 .show-list .form-inline .multiselect-container li a label.checkbox input[type=checkbox],.grid-listing-top3 .show-list .form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}
.grid-listing-top1 .show-list .multiselect,
.grid-listing-top3 .show-list .multiselect {
    border: 1px solid #979797;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5) inset;
    color: #2d2d2d;
    font-size: 16px;
    height: 53px;
    line-height: 1.04;
    overflow: hidden;
    padding: 13px 10px;
    text-align: left;
    width: 230px;
}
.grid-listing-top3 .show-list .multiselect {
    width: 100%;
    height: 43px;
}
.grid-listing-top1 .show-list .multiselect:hover,
.grid-listing-top1 .show-list .multiselect:focus,
.grid-listing-top3 .show-list .multiselect:hover,
.grid-listing-top3 .show-list .multiselect:focus{
    background-color: #fff;
}
.grid-listing-top1 .show-list .caret,
.grid-listing-top3 .show-list .caret{
    display: none;
}

.grid-listing-top1 .show-list .dropdown,
.grid-listing-top3 .show-list .dropdown{
    display: inline-block;
}
.grid-listing-top1 .show-list .dropdown .btn-default{
    width: 230px;
    height: 53px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #979797;
    font-size: 23px;
    line-height: 1.04;
    text-align: left;
    color: #2d2d2d;
    padding: 13px 29px 13px;
    border-radius: 0;
}
.grid-listing-top1 .show-list .dropdown .btn-default:hover,
.grid-listing-top1 .show-list .dropdown .btn-default:focus,
.grid-listing-top3 .show-list .dropdown .btn-default:hover,
.grid-listing-top3 .show-list .dropdown .btn-default:focus{

    background-color: #fff;
}
.grid-listing-top1 .show-list .dropdown-menu,
.grid-listing-top3 .show-list .dropdown-menu{
    width:  100%;
    background-color: #58585a;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
}
.grid-listing-top1 .show-list .multiselect-container,
.grid-listing-top3 .show-list .multiselect-container{
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.select-cat-box select {
    border-radius: 0;
    margin-top: 20px;
    height: auto;
    font-size: 17px;
    font-weight: 600;
    box-shadow: none !important;
    border:1px solid #404041 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #404041;
}
.select-cat-box{
    position: relative;
}
.select-cat-box:before{
    content:'\f0d7';
    font-family: FontAwesome;
    font-size: 22px;
    color: #404041;
    position: absolute;
    right: 10px;
    top: 4px;



}
/*=======================
    Multipul Select
=======================*/ 
.show-list-inner{
    display: inline-block;
    position: relative;
}

.grid-listing-top .show-list span.multiselect-native-select {
    position: relative
}
.grid-listing-top .show-list span.multiselect-native-select select {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px -1px -1px -3px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    left: 50%;
    top: 30px
}
.grid-listing-top .show-list .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.grid-listing-top .show-list .multiselect-container .input-group {
    margin: 5px
}
.grid-listing-top .show-list .multiselect-container>li {
    padding: 0
}
.grid-listing-top .show-list .multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}
.grid-listing-top .show-list .multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}
.grid-listing-top .show-list .multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}
.grid-listing-top .show-list .multiselect-container>li>a {
    padding: 0
}
.grid-listing-top .show-list .multiselect-container>li>a>label{
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: inherit;
    margin-top: 0;
    padding: 7px;
}
.grid-listing-top .show-list .multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    margin: 0
}
.grid-listing-top .show-list .multiselect-container>li>a>label>input[type=checkbox] {
    margin: 0 5px 0 0;
    position: static;
    vertical-align: middle;
}
.grid-listing-top .show-list .btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.grid-listing-top .show-list .form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}
.grid-listing-top .show-list .form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}
.grid-listing-top .show-list .multiselect {
    border: 1px solid #979797;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5) inset;
    color: #2d2d2d;
    font-size: 16px;
    height: 53px;
    line-height: 1.04;
    text-align: center;
    overflow: hidden;
    padding: 13px 10px;
    text-align: left;
    width: 230px;
}
.grid-listing-top .show-list .multiselect:hover,
.grid-listing-top .show-list .multiselect:focus{
    background-color: #fff;
}
.grid-listing-top .show-list .caret{
    display: none;
}
/*=======================
    Multipul Select
=======================*/ 
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
    border: none;
    padding: 0 15px;
}
.news-overview-campus .owl-theme .owl-nav {
    left: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
}
.listNavShow {
    display: block;
    color: #000;
}
.grid-listing-bottom ul {
    display: block;
}
.grid-listing-bottom .list-group {
    margin: 0;
    padding-left: 0;
}
.ln-no-match{
    margin-left: 20px;
    font-weight: bold;
}
.grid-listing-bottom .ln-letters a{
    border: none;
    color: #2d2d2d;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    padding: 0 7px;
    letter-spacing: 10.2px;
    text-decoration: none;
}
.grid-listing-bottom .ln-letters a:focus{
    outline: none;
}
.grid-listing-bottom .ln-letters a:hover, .grid-listing-bottom .ln-letters .ln-selected{
    background-color: transparent;
    color: #cf202e;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-video-first ul li iframe{
    width:100% !important;
    height: 260px;
}
.mobail-header{
    display: none;
}

input::-webkit-input-placeholder { color: #000 !important; }
input::-moz-placeholder {color: #000 !important; }
input:-ms-input-placeholder { color: #000 !important; } 
input:-o-input-placeholder { color: #000 !important; }

.bs-color-grey{
    background-color: #78787a !important;
}
.bs-color-peach{
    background-color: #E2E2E2 !important;
}
.bs-color-blue{
    background-color: #32599F !important;
}
.bs-color-green{
    background-color: #508253 !important;
}
.bs-color-lightgray{
    background-color: #e7dfd9 !important;
}
.bs-color-darkgray{
    background-color: #78787a !important;
}

.tag-black-text{
    color:#000 !important;
}

.news-video a{
    display:inline !important;
}
.squaredFour span {
    color: #ffffff;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.88;
    margin-top: -5px;
    /*padding-left: 10px;*/
    text-transform: none;
    width: 319px;
}
.squaredFour a:hover {
    text-decoration: none;
}

.figure>img{
    height:240px;
}



.mbsltc{
    border: 1px solid #979797;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5) inset;
    color: #2d2d2d;
    font-size: 16px;
    height: 43px;
    line-height: 1.04;
    overflow: hidden;
    text-align: left;
}
.mbsltc option{
    background-color: #58585a;
    color: #fff;
}

#socialslider a, #socialslider a:hover, #socialslider a:focus {
    color: #fff
}


.img-div{
    position:absolute;
    height:100%;
    width:100%;

}
.img-div>div{
    display: table;
    vertical-align:middle;
    text-align:center;
    height:100%;
    width:100%;
}

.img-div>div>div{
    display: table-cell;
    text-align:center;
    vertical-align:middle;
}


.img-div img{
    width:auto !important;
    max-width:100% !important;
    height:auto !important;
    display:inline-block !important;
}


.morelink{    
	color: #ffffff;
	display: block;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 1.38;
	margin-top: 0px;
	text-transform: uppercase;
	width: 319px;
}

.morelink:hover, .morelink:active, .morelink:focus{
    color:#fff;
    text-decoration:none;
}

.panel-body .squaredFour{
    margin-left:-15px;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

#viewmoreaccordion {
    display: none;
}

.morelink .glyphicon-plus:before{
    content: "\2212"
}
.morelink.collapsed .glyphicon-plus:before{
    content: "\2b"
}


.secondtier-feature-box span em{
    color: #fff;
    font-size: 30px;
}
.tier-web-page .text-box .text-inner .text-colum-right ul li a em{
    display: inline-block;
    font-size: 24px;
    margin-left: 18px;
    margin-top: 3px;
    vertical-align: top;
}

.tier-web-page-wt .text-box-wt .text-inner-2 .text-colum-right ul li a em{
    display: inline-block;
    font-size: 24px;
    margin-left: 18px;
    margin-top: 3px;
    vertical-align: top;
}


.xp-upcomming a em{
    margin-left: 10px;
    text-decoration: none;
}
h2.gdtitl {
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #333333;
    margin-bottom: 28px;
}
.academic-program-box h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    color: #ffffff;
    margin: 23px 0 0 0;
}
.socail-sec .sr-only{
    color: #fff;
}
.socail-sec .hide{
    color: #fff;
}
.bs-color-blue {
    color: #FFFFFF;
}

.detail-courcrs-subtitle a em {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-left: 10px;
    margin-top: -5px;
    vertical-align: middle;
}
.news-overview-newest a em {
    font-size: 22px;
    display: inline-block;
    margin-top: -2px;
    margin-left: 8px;
}

.addinfo  td {
width: 25%;
display: inline-block;
}
.addinfo  h3 {
word-wrap: break-word;
}
@media (max-width: 450px){
5
   .text-box h3 {
     font-size: 12px;
  }
}

/* print styles */


@media print 
{
  html, body 
	{
    	height: auto;
		margin: 0;
		padding: 0;
    	color: #000;
    	background-color: #fff;
		background: transparent;
  	}
	
	
#content,#page {
width: 100%; 
margin: 0; 
float: none;
}

@page { margin: 2cm }
 	
 img
	{ display:none; height:0;}
	
	#socialslider {display:none;}

	.pagemenu ul li a {display:none; height:0;}
	
	.header {display:none; height:0;}
	.dasktop-header {display:none; height:0;}
	.footer {display:none; height:0;}
	.leftnav {display:none; height:0;} 
	.navbar-collapse-2 {display:none; height:0;}
	.socail-sec {display:none; height:0;}
	.breadcrumb {display:none; height:0;}
	.menubtn {display:none; height:0;}
	.accordion .accordion-content {display:block; height: auto !important;}
	.header-tp {display:none; height:0;}
	.header-wrapper {display:none; height:0;}
	.nav {display:none; height:0;}
	.nav-list {display:none; height:0;}
	.navbar-collapse {display:none height:0;;}
	.news-overview-title {display:none; height:0;}
	.ht30spacer {display: none; height:0;}
	.heroimage {display: none; height:0;}
	.top-heder {display: none; height:0;}
	.mobail-header {display: none; height: 0;}
	.wrapper { padding: 0; margin: 0;}

	a:link:after { content: " (" attr(href) ") "; }*/

}

/* Social Media Share Icons */

.share-button { 
  margin: auto;
  position: absolute; 
  top: 0; 
  left: 0;
  bottom: 0;
  right: 0;
  width:6em;
  height:2em;
  line-height:2em;
 }

.social-toggle {
  display:block;
  font-weight:bold;
  font-size:90%;
  text-align:center;
  text-transform:uppercase;
  transition:all 0.25s;
  color:rgb(200,200,200);
  background:rgba(200,200,200,.05);
  border: 2px solid rgb(200,200,200);
}

.social-toggle:hover {
  background:rgb(200,200,200);
  color:#333;
}

.no-js .social-toggle, .no-js .social-toggle:hover {
  cursor: default;
  border:none;
  background:transparent;
  color:rgb(200,200,200);
  pointer-events:none;
}

.social-networks {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0) translateY(-190px);
  transform: scale(0) translateY(-190px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: -45%;
  /* stops flickering */
  -webkit-backface-visibility: hidden;
}

.social-gplus {
  background: #e34429;
}

.social-twitter {
  background: #6cdfea;
}

.social-networks.open-menu, .no-js .social-networks {
  -webkit-transform: scale(1) translateY(-90px);
  transform: scale(1) translateY(-90px);
  opacity:1;
}


.social-networks ul {
  position:relative;
  top:0;
  left:0;
  width: 180px;
  height: 40px;
  color: #fff;
  background: #3b5998;
  margin: auto;
  padding: 0;
  list-style: none;
}

.social-networks ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.social-networks.open-menu ul:after, .no-js .social-networks ul:after {
  margin: 35px auto;
  border-top: 12px solid #3b5998;
}
  
.social-networks li {
  font-size: 90%;
  width: 60px;
  margin: 0;
  text-align: center;
  float: left;
  display: block;
  height: 40px;
  line-height:40px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s ease;
}

.share-button a {
  text-decoration:none;
}

.social-networks a {
  display:block;
  color:white;
}

.social-networks a:hover {
  color:#222;
}

.article {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
}