body{
	position: relative;
	overflow-x: hidden;
}
.overlay-image {
  position: relative;
  /*width: 50%;*/
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background:rgba(24, 101, 181, 0.85) none repeat scroll 0 0;
}

.overlay-image:hover .overlay {
  opacity: 1;
}

.overlay-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width:100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*Bottom-slide:*/
.overlay-bottom {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 background-color: #008CBA;
 overflow: hidden;
 width: 100%;
 height: 0;
 transition: .5s ease;
}

.overlay-image:hover .overlay-bottom {
 bottom: 0;
 height: 100%;
}

/*Top Slide:*/
.overlay-top{
 position: absolute;
 top:0;
 left: 0;
 right: 0;
 background-color: #008CBA;
 overflow: hidden;
 width: 100%;
 height: 0;
 transition: .5s ease;
}

.overlay-image:hover .overlay-top{
 height: 100%;
}

/*Left Slide:*/
.overlay-left{
 position: absolute;
 left: 100%;
 right: 0;
 bottom:0;
 background-color: #008CBA;
 overflow: hidden;
 width: 0;
 height: 100%;
 transition: .5s ease;
}

.overlay-image:hover .overlay-left{
 width: 100%;
 left:0;
}

/*Right Slide:*/
.overlay-right{
 position: absolute;
 left: 0;
 right: 100%;
 bottom:0;
 background-color: #008CBA;
 overflow: hidden;
 width: 0;
 height: 100%;
 transition: .5s ease;
}

.overlay-image:hover .overlay-right{
 width: 100%;
 right:0;
}

/* 2.4.1 Bypass Blocks - No option to skip repeated content */
a.skip-main {
  left:0px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:9999;
}
a.skip-main:focus, a.skip-main:active {
  color: #fff;
  /*background-color: rgba(0,102,204);*/
   background: linear-gradient(to right top, #0066cc, #0066cc, #0066cc, #0066cc, #0066cc);
  
  left: -470px;
  top: 0;
  width: 13%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  border-radius: 10px;
  border:4px solid linear-gradient(to bottom, rgba(0,102,204,0.8) 0%,rgba(0,102,204,0.8) 100%);
  text-align:center;
  font-size:1em;
  z-index:9999;
}

.underline {
    text-decoration: underline;
}

.plus-accordion a.collapsed .fa-plus-circle
{
	font-size: 30px;
	margin-right: 13px;
	transform: rotate(90deg);
	position: relative;
	display: inline-block;
	width: 35px;
	font-weight: 700;
	vertical-align: top;
	margin-left: 0px;
	top: 6px;
	left: 0px;
}
.plus-accordion .panel-title a > span  {
	position: relative;
	top: 5px;
	width: calc(100% - 48px);
	line-height: 22px;
	float: right;
	display: inline-block;
	padding-bottom: 4px;
	left: 0;
}
.plus-accordion .panel-title .fa-plus-circle
{
	font-size: 30px;
	margin-right: 12px;
	transform: rotate(45deg);
	position: relative;
	display: inline-block;
	width: 35px;
	vertical-align: top;
	margin-left: 1px;
	top: 4px;
	left: 2px;
	font-weight: 700;
}
.plus-accordion .panel-title {
	font-size: 16px;
	line-height: 23px;
	position: relative;
	display: inline-flex;
}
.plus-accordion .panel-body {
	padding: 10px 15px 0px 30px!important;
}
.plus-accordion .panel-title span {
    left: 0px;
}
.plus-accordion .panel-title a:focus {
    color: #0066cc;
}
.table-nosort  th {
    background: none;
    pointer-events: none;
}
.table-nosort th .footable-sort-indicator {
    display: none;
}
@media only screen and (max-width: 320px) {
img
{
object-fit: scale-down; max-width: 100%
}
}
#table-swipe .hide-swipe
{
   display: none;
}
@media(max-width: 480px)
{
   .table-responsive
  {
      position: relative;
  }
   #table-swipe  .hide-swipe {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      border: transparent;
      height: 150px;
      width: 150px;
      position: absolute;
  }
   #table-swipe .hide-swipe
   {
      display: block;
   }
}



/*CSRC CSS Starts*/
.csrc .banner-logo 
{
    position: absolute;
    top: 50px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
}
#csrc-subpage .pod-default {
    padding: 0;
}
#header .csrc .banner-logo img,#header .csrc-subpage .banner-logo img {
    width: 170px!important;
    height: 170px!important;
    float: right;
    z-index: 1;
    opacity: 0.8;
    margin-top: 0px;
}
.csrc .csrc-video {
    max-height: 470px;
}
.csrc.topnav,.csrc-subpage.topnav{
    min-height: 470px;
}
.card-members img {
    width: 100%;
    object-fit: cover;
    max-height: 350px;
}
.overlay-advisors
{
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: #000;
    width: 100%;
    opacity: 0.6;
    color: #fff
}
.card-members {
    position: relative;
    margin-bottom: 20px;
}
.advisor-img img {
    max-height: 150px;
    width: 150px;
    margin-bottom: 30px;
}
.member-card img {
    max-height: 220px;
    width: 100%;
    margin-bottom: 20px;
}
.member-card {
    background: #eaeaea;
    border-radius: 10px;
    padding: 30px 15px;
    max-width: 260px;
    margin: 40px auto;
}
.csrc-menu #sidebar-mwrapper-new,.csrc-header .navbar {
    margin: 0;
    border-bottom: none!important;
}
.csrc-menu .sidebar-vertical .sidebar-nav li
{
    margin: 5px 30px 0 0px;
}
.csrc-menu .sidebar-vertical .sidebar-nav li a
{
    padding: 10px 0px; 
    background: transparent;
}
.csrc-header .navbar
{
    background: #0066cc;
    color: #fff;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 24px;
}
.csrc-footer {
    padding: 50px 0px 30px;
    position: relative;
}
.csrc-footer:after {
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    right: 0;
    left: 0;
    /*width: 860px;*/
    margin: auto;
    bottom: 0;
}
.csrc-bottom .copy-text
{
    /*max-width: 890px;*/
    margin: 0 auto;
}
.csrc-bottom
{
    padding: 12px 0px!important;
}
.csrc-menu {
    background: #fff;
}
.csrc-menu .sidebar-vertical .sidebar-nav .dropdown-menu>li>a {
    padding: 10px 10px;
}
.csrc-menu .sidebar-vertical #mwrapper-new li ul li
{
    margin: 0px;
}
.csrc-menu .sidebar-vertical #mwrapper-new ul li ul
{
    padding: 0px;
    border:none;
}
.csrc-menu .sidebar-vertical .sidebar-nav .dropdown-menu>li>a:hover {
    background: #0066cc;
    color: #fff!important;
}
.csrc .banner-logo
{
    position: absolute;
    top: 50px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
}
.csrc-header img {
    margin-top: 170px;
    object-fit: cover;
}
.csrc-header .topnav {
    max-height: 180px;
}
.csrc .banner-logo img {
    width: 170px!important;
    /*height: 170px;*/
    float: right;
    z-index: 1;
    opacity: 0.8;
    margin-top: 0px;
}
.csrc-menu .navbar-right .btn {
    padding: 5px;
    background: #00B200;
    border-color: #00B200;
}
.csrc-menu .navbar-right .btn:hover
{
    border-color: #004C99;
}
.csrc-menu .navbar-right {
    padding-top: 8px;
    padding-right: 15px;
}
.csrc-header .csrc-video {
    max-height: 470px;
}
.csrc-member .engineering-bannner {
    margin-top: -20px!important;
}
.csrc .engineering-navbar {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background: #fff;
    transition: 0.5s;
}
.csrc .navbar .logo {
    background: url(/assets/img/logo-nav.png) no-repeat left center;
    background-size: 110px 37px;
    height: 37px;
    width: auto;
}
.csrc .engineering-bannner {
    margin-top: 170px;
}
.csrc .engineering-navbar .nav-top {
    height: 75px;
    padding-top: 30px;
}
.csrc .search-form .form-group span.form-control-feedback {
    position: absolute;
    top: 1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #0066cc;
    left: initial;
    font-size: 18px;
}
.csrc-header img {
    /*margin-top: 170px!important;*/
    object-fit: cover;
}
.csrc .search-form .form-group.has-feedback.hover #search input, .search-form .form-group.has-feedback.hover #googlesearch input {
    background: none!important;
    background-color: #fff!important;
    text-transform: capitalize;
    border-radius: 2px;
    border: 1px solid #0066cc!important;
    padding: 10px 5px!important;
    top: -5px;
    height: 30px!important;
}
.csrc .gsc-input-box {
    background: transparent !important;
    border: 0 !important;
    height: 32px !important;
    outline: none !important;
    margin-right: 10px;
}
.csrc .search-form .form-group {
    float: right !important;
    width: 32px;
    height: 32px;
    background-color: transparent;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
}
.csrc .gsib_a {
    padding: 8px 9px 4px 5px!important;
    width: 220px!important;
}
@media (max-width: 991px) and (min-width: 768px)
{
    .csrc-menu .sidebar-vertical #mwrapper-new li
    {
        margin-right: 20px;
    }
    .banner-logo
    {
        top: 40px;
    }
}
@media(max-width: 767px)
{
        .csrc-header .navbar
    {
        font-size: 16px;
    }
    .csrc-menu .navbar-collapse {
        top: 175px!important;
    }
    .csrc-menu .sidebar-vertical .sidebar-nav li a {
        padding: 5px 0px;
    }
    .csrc-menu  .nav.navbar-nav li ul li:after
    {
        border-bottom: none;
        top: 0px;
        width: auto;
    }
    .csrc-menu .sidebar-vertical #mwrapper-new ul li ul {
        overflow: auto;
        padding-left: 40px;
    }
    .csrc-menu .navbar-nav li ul li a
    {
        font-size: 14px!important;
    }
    .videoContainer.engineering-bannner {
        margin-top: 150px;
    }
   .csrc .banner-logo img {
        width: 70px;
        height: 70px;
        margin-top: 10px!important;
    }
   .csrc  .banner-logo
    {
        top: 40px;
        right: 15px;
    }
    .csrc-menu .navbar-toggle, .search-form .form-group {
        padding-right: 0;
    }
   .csrc .navbar-toggle .icon-bar {
    height: 2px;
    background: #0066cc;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}
.csrc .search-form .form-group
{
  top: -10px;
}
.csrc .search-form .form-group.has-feedback.hover #search input
{
  height: 30px!important;
  position: relative;
  width: 150px!important;
  right: 60px;
}
.csrc .gsc-input-box
{
  margin-right: 20px;
}
.csrc .navbar-toggle .icon-bar {
    height: 2px;
    background: #0066cc;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}
.csrc .engineering-navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(
-45deg);
    -webkit-transform: rotate(
-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.csrc .engineering-navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.csrc .engineering-navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(
45deg);
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.csrc .navbar-toggle .icon-bar {
    position: relative;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
}
/*CSRC Filters Page Ends*/
/*CSRC CSS Ends*/


/*Admin Property CSS*/
.container.page-properties {
    padding: 0 15px 15px;
    width: 980px;
}
h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

a {
    color: #0066cc;
	font-weight: 500;
}
.content a:hover, .content a:focus {
	text-decoration: underline;
}
	
.highlight {
    background-color: #f7f7f9;
    padding: 1.5em;
    margin: 0;
}
.highlight p {
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
}
body .admin .navbar-header a {
    color: #ababab !important;
    opacity: 0.4;
}
.btn-primary {
    color: #FFFFFF  !important;
    background-color: #0066CC;
    border-color: #0066CC;
}
.csrc-footer, .csrc-bottom{
	background-color: #0066CC;
}
body .college .content-well {
    min-height: auto !important;
}
.csrc-member .topnav{
	height:0 !important;
}
.csrc-member img{
	margin-top: -20px!important;
}
#csrc .pagination a {
    width: 120px;
    text-align: center;
}
.btn-action {
    color: #ffffff!important;
    background-color: #5E5E5E;
    border-color: #FFFFFF;
}
@media (min-width: 1200px)
{
  	.csrc .container, #csrc.container, #csrc .container,.csrc-footer .container,.csrc-bottom .container ,.leadership-circle .container, .leadership-navbar .container, .leadership-footer .container {
		width: 1110px!important;
	}
}




/* responsive slides */
.rslides,.rslides img
{
 	max-height: 300px;
 	object-fit: cover;
	min-height:300px;
	padding-bottom:20px;
} 	
.rslides_item {
    position: relative;
    overflow: hidden;
}

.slider-caption {
    cursor: default;
    opacity: 0;
    max-width:400px;
	/*transition*/
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.slider-caption.animation-finish {
    opacity: 1;
}

.slider-caption a {
    color: inherit;
    text-decoration: none;
}

.slider-caption a:hover {
    text-decoration: none;
}

.slider-caption-title {
    font-size: 24px;
    padding: 10px;
    line-height: 28px;
}

@media (max-width: 768px) {
    .slider-caption-title {
        font-size: 20px;
        padding: 10px;
        line-height: 20px;
    }
}

.slider-caption-content {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    color: #212121;
    font-size: 14px;
    padding: 5px 20px;
}

@media (max-width: 768px) {
    .slider-caption-content {
        padding: 5px 10px;
    }
}

.slider-video-icon {
    color: #0b9444;
}

.rslides li:nth-child(even) .slider-caption {
    position: absolute;
    top: 100px;
    left: 0;
    opacity: 1;
    z-index: 1;
}
.rslides li:nth-child(odd) .slider-caption {
    position: absolute;
    top: 100px;
    right: 0;
    opacity: 1;
    z-index: 1;
}

.rslides li:nth-child(even) .slider-caption.animation-finish {
/*transform*/
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}
    .rslides li:nth-child(odd) .slider-caption.animation-finish {
        -webkit-transform: translateX(-200px);
        -moz-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        -o-transform: translateX(-200px);
        transform: translateX(-200px);
    }
@media only screen and (max-width: 1200px) {
    .rslides li:nth-child(even) .slider-caption {
        position: absolute;
        top: 25px;
        left: 0;
    }
	    .rslides li:nth-child(odd) .slider-caption {
        position: absolute;
        top: 25px;
        right: 0;
    }

    .rslides li:nth-child(odd) .slider-caption.animation-finish {
/*transform*/
        -webkit-transform: translateX(200px);
        -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
        -o-transform: translateX(200px);
        transform: translateX(200px);
    }
}

@media (max-width: 768px) {
    .slider-caption {
        opacity: 1;
        position: static;
        max-width: 100%;
    }
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 90%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("/assets/v3/img/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}


.standard-heading h1 {
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 2px 3px 4px rgb(0 0 0 / 35%);
}
.standard-heading {
    position: relative;
}

.social-icons .fab {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: 5px;
    color: #004C99;
    cursor: pointer;
}
.ehelp-social {
    text-align: right !important;
}
.ehelp-social .fa, .ehelp-social .fab {
    font-size: 20px;
}
.content-well p, p {
    line-height: 1.5em;
}
.justify-content{
	text-align:justify;
}
div#mySidebar{
	overflow: visible;
}	
.admissions-bottom .copy-text a, .copy-text a, .footer-privacy {
    overflow: auto;
}
.jumbotron p {
    font-size: 1.3125em;
}
.lead{
	font-size: 1.3125em;
    line-height: 1.5em;
}
.btn-news-cal
{
	overflow: auto;
}

main {
	min-height:700px;
}

/*Footer CSS Starts*/

.footer,
.bottom {
    background: #0066cc!important;
    overflow: hidden;
    color: #fff;
}
.footer li {
    list-style: none;
}
.leadership-footer .logo {
    background: url(../img/LTU-logo.svg) no-repeat bottom left;
    height: 60px;
    width: 340px;
}
.footer .logo {
    background: url(../img/LTU-logo.svg) no-repeat bottom left !important;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}
.footer .logo a {
    display: block;
    width: 195px;
    height: 95px;
    text-decoration: underline;
}
.admissions-footer-new .foot-mobile,
.admissions-footer-new label {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
.row-fluid.foot-mobile {
    color: #fff;
}
.admissions-footer-new .footer-links p,
.admissions-footer-new .foot-mobile p {
	/*font-size: 14px;*/
    font-size: 1em;
    /*line-height: 19px;*/
    line-height: 1.5em;
    /*text-transform: uppercase;*/
    font-weight: 600;
    margin-left: 3px;
}
.admissions-footer-new .footer-links ul {
    padding: 0;
    margin-right: 35px;
}
.admissions-footer-new .footer-links ul li a,
.new-bottom a {
    font-size: 14px;
    line-height: 28px;
    text-decoration: underline;
}
.admissions-footer-new .search-main {
    margin-top: 15px;
    margin-bottom: 48px;
}
.admissions-footer-new .form-group.has-search {
    width: 260px;
    position: relative;
    margin-top: 20px;
}
input#q {
    width: 100%;
    margin-bottom: 0;
    height: 20px !important;
    padding: 0px;
    border: 0;
}
.admissions-footer-new .form-group.has-search input {
    min-height: 28px !important;
    padding: 6px 12px !important;
}
.admissions-footer-new input {
    min-width: 210px;
    height: 28px;
}
.admissions-footer-new .form-group.has-search button {
    position: absolute;
    right: 10px;
    bottom: 30px;
    background: transparent;
    border: transparent;
}
.admissions-footer-new button {
    color: #0066CC !important;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.47px;
    background: #fff;
    border: transparent;
    margin-left: 10px;
}
.admissions-footer-new .form-group.has-search .fa {
    position: absolute;
    right: 0;
    color: #0066cc;
    top: 10px;
}
.admissions-footer-new a {
    text-decoration: underline;
}
.admissions-footer-new .social-icons .fa,.admissions-footer-new .social-icons .fab {
    height: 30px;
    width: 30px;
    line-height: 32px;
    color: #0066cc;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    margin-right: 3px;
}
.social-icons
{
    text-align: left!important;
}
.social-icons a
{
    font-size: 14px!important;
}
.admissions-bottom .copy-text,
.admissions-bottom .copy-text a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
	border:none;
}
.footer a {
    color: #fff;
}
.bottom {
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
}
.footer-privacy {
    color: #fff !important;
    white-space: nowrap;
}
.admissions-footer-new:after {
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    right: 0;
    left: 0;
    width: 980px;
    margin: auto;
}
.social-icons .form-letter {
    display: flex;
}
.news-events-section p > a:hover,
.important-links a:hover {
    text-decoration: none;
}
.dep-list ul .slick-list {
    overflow: inherit;
}
#abet, #program-dept {
    margin-top: 170px;
}
#header .honeycomb-bg {
    height: 170px;
}
.abet-accred {
    padding: 20px 0px;
}
.program-eng-dept-grid .slider-home img, .program-eng-dept .slider-home img {
    margin-top: -65px;
}
.admissions-footer-new button:hover {
    background-color: #99c2eb;
    color: #0066CC;
}
    .find-degrees .form-group .mobile {
        visibility: hidden;
    }
.admissions-footer-new .foot-mobile .address, .admissions-footer-new .foot-mobile .phone {
    line-height: 20px;
    padding-bottom: 10px;
	padding-top: 5px;
}
.admissions-footer-new .foot-mobile .phone a
{
    padding-top: 5px;
}
.project-filters .dept-icon {
   float: right;
   margin-bottom: 15px;
   width: 34px;
   height: 34px;
}
.filter-img {
   height: 200px;
   width: 100%;
}
.admissions-footer-new .address a, .admissions-footer-new .foot-mobile .phone a {
    text-decoration: none;
}
.admissions-footer-new .address a:hover, .admissions-footer-new .foot-mobile .phone a:hover {
    text-decoration: underline!important;
}
.admissions-footer-new .footer-links ul li a:hover,.admissions-footer-new .foot-mobile .phone a:hover, .admissions-footer-new .foot-mobile .address a:hover,.admissions-bottom .copy-text a:hover {
    text-decoration: none;
}
.admissions-footer-new .social-icons .fa:hover, .admissions-footer-new .social-icons .fab:hover {
    opacity: 0.7;
}
@media(max-width: 767px)
{
	.admissions-footer-new .logo {
		margin: auto;
		height: 30px !important;
		background-size: 90% 100% !important;
		background-position: left!important;
		margin-bottom: 0px!important;
		margin-top: 10px!important;
	}
	.social-icons {
		margin-bottom: 30px!important;
	}
	.admissions-bottom .copy-text span {
		display: block;
	}
	.row-fluid.foot-mobile {
		color: #fff;
		margin-top: 15px;
	}
	.footer.admissions-footer-new {
		padding-top: 15px!important;
	}
	.admissions-footer-new .social-icons {
		margin-bottom: 20px!important;
	}
	.admissions-footer-new .footer-links p {
		margin-left: 5px!important;
	}
	.admissions-footer-new .foot-mobile p {
		margin-left: 0;
		margin-bottom: 0;
	}
	.admissions-bottom .copy-text a {
		padding: 0;
	}
	.admissions-footer-new:after {
		content: "";
		right: 15px;
		left: 15px;
		width: auto!important;
	}
	.footer {
		padding: 0px!important;
	}
}
@media(min-width:320px) and (max-width:374px)
{
  .admissions-footer-new .logo {
    background-size: 85% 100%;
}
}
/*Footer CSS Ends*/

h1.light {font-weight:300;}
h1.regular {font-weight:400;}
h1.bold {font-weight:700;}
.light {font-weight:300;}
.regular {font-weight:400;}
.bold {font-weight:700;}

.footer.camp-footer .logo {
    background-position: center!important;
    margin-bottom: 0px!important;
    margin-top: 20px!important;
}