﻿@charset "utf-8";
body
{
	font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	font-size:16px;
	padding:0;
	margin:0;
	color:#000;
	position:relative;
	line-height:1.5em;
}

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
.clear
{
	clear:both;
}
#skip-link {
    margin-top: -109px;
    margin-bottom:0px;
    outline:0;
}

h1,h2,h3,h4,h5,h6
{
	font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	line-height:normal;
	margin:0 0 10px;
	color:#000;
}
h3, h4, h5, h6 {
    font-size: 26.36px;
}
.subpage-content .ms-rtestate-field h1, .subpage-content h1.ms-rteElement-H1
{
	font-size: 35.53px;
	font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	line-height:normal;
	margin:0 0 10px;
	color:#000;
}

.subpage-content .ms-rtestate-field h2, .subpage-content h2.ms-rteElement-H2
{
	font-size: 35.53px;
	font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	line-height:normal;
	margin:0 0 10px;
	color:#000;

}
.subpage-content .ms-rtestate-field h3, .subpage-content h3.ms-rteElement-H3
{
	font-size: 26.36px;
	font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	line-height:normal;
	margin:0 0 10px;
	color:#000;
}

.subpage-content .ms-rtestate-field h4, .subpage-content h4.ms-rteElement-H4
{
	font-size: 26.36px;
	font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	line-height:normal;
	margin:0 0 10px;
	color:#000;
}
p,.subpage-content .ms-rtestate-field p, .subpage-content p.ms-rteElement-P
{
	line-height:1.5em;
	color:#000;
	font-size:16px;
}
img.ms-rteStyle-ImgResponsive
{
  -ms-name:"ResponsiveImage";
   width: 100% !important;
   height:auto;
   margin: 0 !important;
   display:block;	
}
/*hide default page elements and text style in edit mode */
#ms-rte-styleGalleryMenu .ms-cui-menusection-items .ms-cui-menusection-items
{
	display:none;
}
#ms-rte-styleGalleryMenu .ms-cui-menusection-items .ms-cui-menusection-items:last-child
{
	display:block;
}
#ms-rte-styleGalleryMenu .ms-cui-smenu-inner > div:first-child .ms-cui-gallery tr:last-child td
{
	display:none;
}
#ms-rte-styleGalleryMenu .ms-cui-smenu-inner > div:first-child  .ms-cui-gallery tr:last-child td:last-child
{
	display:block
}
#ms-rte-styleGalleryMenu .ms-cui-smenu-inner > div:last-child tr td {
    display: none;
}
#ms-rte-styleGalleryMenu .ms-cui-smenu-inner > div:last-child tr:last-child td:last-child {
    display: block;
}

/*table style*/
div.ms-rteElement-table-responsive
{
	-ms-name:"Table Responsive";
	min-height: .01%;
    overflow-x: auto;	
}
table.ms-rteTable-citrustable {
    -ms-name: "Citrus Table";
    margin: 0 0 20px;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
}
.ms-rteTable-citrustable th, .ms-rteTable-citrustable td {
    border: 1px solid #ddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    font-size: 16px;
    vertical-align: top;
}
.ms-rteTable-citrustable th
{
	font-weight: 500;
    background: #efefef;
}
/*table style end*/
a,a:visited, .ms-link:visited
{
	color:#2173a0;
	text-decoration:none;
	cursor:pointer;
}
.mainContent
{
	clear:both;
}
.mainContent .ms-webpart-titleText.ms-webpart-titleText,.news-room .ms-webpart-titleText.ms-webpart-titleText
{
	font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	font-size:32px;
	margin-bottom:18px;
	color:#000;
}
.news-room .ms-webpart-chrome-title,.clg-content .ms-webpart-chrome-title
{
	padding:0 15px;
}

.mainContent .ms-webpart-titleText.ms-webpart-titleText,.news-room .ms-webpart-titleText.ms-webpart-titleText
.mainContent .js-webpart-titleCell,.news-room .js-webpart-titleCell
{
	display:block;
}
a,a:active,a:focus,a:visited
{
	color:#0067a6;	
	text-decoration:none;
}
a:hover
{
	color:#004F7F;
}

/* -------------------------------------
	Skip to main content button style
---------------------------------------*/
a.skip{
	position: absolute;
	left: -9999px;
	top: 0;
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #027dc9;
	color: #fff;
	font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	text-decoration: none;
	z-index: 999999;
}

a.skip:hover{
	text-decoration: underline;
}

a.skip:focus{
	text-decoration: underline;
	left: 20px;
	top: 0;
	background-color: #027dc9;
	color: #fff;
	outline:0;
}

ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}
/*table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
}
table th {
    font-weight: 500;
    background: #efefef;
}*/
b, strong {
    font-weight: 500;
}

/* --------------------------------------- 
	Back to top button style
------------------------------------------*/

.back-top {
	position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999999999;
    color: #fff;
    background-color:#000; 
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding:8px 10px;
    border-radius: 0px;
    text-align: center;
	visibility: hidden;
  	opacity: 0;
  	-webkit-transition: all ease-in-out 0.2s;
}
.back-top:hover {
  background-color:#f8991d;
  color:#fff;
}
.back-top a i {
  font-size: 2em;
}
.back-top.cd-is-visible, .back-top.cd-fade-out, .no-touch .back-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.back-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.back-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  /* opacity: .5; */
}
.no-touch .back-top:hover {
  opacity: 1;
}
.back-top .fa-chevron-up
{
	font-size:1em;
}

.header
{
	position:relative;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    z-index: 1;
    width: 100%;
	top:0;
	left:0;
	height: 75px;
}
.dropdown-menu  li.dropdown-item a
{
	font-family: "ingra",sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#000;
	font-size:14px;
	padding:8px 0;
	
}
.dropdown-menu  li.dropdown-item a:hover
{
	color:#0068a6;
}

.dropdown-menu .more-link-btn
{
	margin-top:20px;
	margin-right:15px;
}
.dropdown-menu p
{
	font-size:16px;
	color:#000;
}
.img-links img
{
	margin-bottom:10px;
}
.img-links p
{
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
	background:none;
}
.primary-nav ul.navbar-main li a{
	cursor:pointer;
}
/*-------------------------------
	Events
-------------------------------*/
/*.main-content
{
	background-color: #F1EFEE;
}*/
.two-colors
{
	background: -ms-linear-gradient(to right, #F1EFEE 50%, #a9a8ab 50%);
	background: -webkit-linear-gradient(to right, #F1EFEE 50%, #a9a8ab 50%);
	background: -moz-linear-gradient(to right, #F1EFEE 50%, #a9a8ab 50%);
	background: -o-linear-gradient(to right, #F1EFEE 50%, #a9a8ab 50%);
	background: linear-gradient(to right, #F1EFEE 50%, #a9a8ab 50%);
    color: white;
	margin:0;
}
.mainContent .container-fluid
{
	padding-left:0;
	padding-right:0;
}
.events
{
    background-color: #F1EFEE;
	padding:20px 15px;
	
}
.college
{
	position:relative;		
	padding:20px 56px;
	background-image:none;
	background-repeat:repeat-x;
	background-color:#a9a8ab;
	overflow-x:hidden;
}

/*Image Slider Style*/
.slick-slide img
{
	width:100%;
	height:auto;
}
.heroSlider-fixed
{
	position:relative;
}
.heroSlider-fixed .prev,.heroSlider-fixed .next
{
	width: 25px;
    height: 68px;
	position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
    z-index: 99;
	border:0;
	cursor:pointer;
}
.slick-slide
{
	position:relative;
	border-right: 2px solid #fff
}
.slick-slide:nth-child(3n) 
{
	border-right:2px solid transparent
}

.heroSlider-fixed .prev
{
	position: absolute;
    left: -25px;
}
.heroSlider-fixed .next
{
	position: absolute;
    right: -25px;
}
.heroSlider-fixed .prev,.heroSlider-fixed .prev:hover
{
	background:url(../Images/left-arrow.png);
	background-repeat:no-repeat;
}
.heroSlider-fixed .next,.heroSlider-fixed .next:hover {
    background:url(../Images/right-arrow.png);
	background-repeat:no-repeat;
}
.quick-links .link-box
{
	width:33.33%;
	float:left;
	border-right: 2px solid #fff;
	overflow:hidden
	
}
.quick-links .link-box:last-child {
	border-right: 2px solid transparent;
}
.cf
{
	position:relative;
	width:100%;
	display:block;
	border-top:2px solid #fff;
	overflow:hidden;
}
.image-caption
{
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 64px;
    overflow: hidden;
    text-align: left;
}
.image-caption span
{
	display: block;
    font-size: 16px;
    margin: 0;
}
.text-bottom-l
{
	position: absolute;
    left: 0;
    bottom: 0;
}
#events-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
	overflow-x:hidden;
	max-height:530px;
	margin-bottom:20px;
}
#events-list li:first-child
{
	padding-top:1px;
}
#events-list li {
	clear:both;
    padding: 15px 1px;
}
#events-list li a {
    text-decoration: none;
	display:table;
}
.event-date {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #8b8a8f;
    padding: 0px;
    text-align: center;
    margin-right: -65px;
    font-family: ingra, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
}
.event-date span {
    font-family: ingra, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    width: 100%;
    height: 25px;
    background-color: #414246;
    color: #fff;
    display: inline-block;
    margin-bottom: 0px;
    line-height: normal;
    padding-top: 6px;
}
.event-details {
    padding-left: 65px;
    display: table-cell;
    vertical-align: middle;
	   line-height: 0.8em;	
}
.event-details h3 {
    color: #0067a6;
    font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	font-size:16px;
    margin-top: 0;
    line-height: 1.1em;
	margin-bottom:5px;
	text-transform:uppercase;
}
.event-location {
    font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	font-size:16px;
    color: #3c4c57;
    margin-bottom: 5px;
	line-height:1em;
}
.event-location p
{
	margin:0 0 5px;
}
.event-time {
    font-family: franklin-gothic-urw, sans-serif; 
	font-style: normal; 
	font-weight: 400;
	font-size:16px;
    color: #3c4c57;
    line-height:1em;
	margin-bottom:0 !important
}
.home-bg
{
	width: 100%;
    position: relative;
	top: -109px;
}
.home-bg img
{
	width:100%;
	height:auto;
}
.fade-in{
  -webkit-animation: fade-in 2s ease;
  -moz-animation: fade-in ease-in-out 2s both;
  -ms-animation: fade-in ease-in-out 2s both;
  -o-animation: fade-in ease-in-out 2s both;
  animation: fade-in 2s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}

.navbar-default
{
	border:0;
	background:none;
}
.navbar
{
	margin-bottom:0;
}
.search-button 
{
	text-indent:-9999px;
	background-image: url(../Images/search-button.png);
	background-repeat:no-repeat;
    border: 0;
    display: inline;
    height: 32px;
    width: 32px;
    background-position: center center;
    position:relative;
	top: 0;
    right: 0;
	padding:0 35px !important;
	cursor:pointer;
}
.more-btn
{
	text-indent:-9999px;
	background-image: url(../Images/more-button.png);
	background-repeat:no-repeat;
    border: 0;
    display: inline;
    background-position: center center;
}
a.more-link-btn
{
    padding: 10px 20px !important;
    background-color: #0068a6;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    line-height: 1.3em;
    font-size: 15px;
	text-decoration:none;
	cursor:pointer;
	margin-top: 3px;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
a.more-link-btn:hover,a.more-link-btn:active,a.more-link-btn:focus {
    color: #fff;
    background-color: #f8991d;
	text-decoration:none;
}
.news-room a.more-link-btn
{
	margin:10px 15px 10px 0px;
}

/*-------------------------------------
	Newsroom
--------------------------------------*/

.news-room
{
	position:relative;
	background-color:#dedbda;
	padding:20px 0; 
}
.box-bg
{
	background-color:#fff;
}
.news-body
{
	text-align:center;
	padding: 20px 20px 20px 20px;
    min-height: 135px;
	position:relative; 
}
.news-body a{
    text-decoration:none;
}
.news-body h3
{
	font-size:22px;
	line-height:1.3em;
	word-break: break-word;
}
.news-body .read-more
{
	font-size:16px;	
}
.read-more-link
{
	color: #0067a6;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    bottom: 40px;
}
.read-more-link:hover
{
	color:#f8991d;
}

/*Footer*/
.footer
{
	background-color:#404040;
	color:#fff;
	padding:40px 0;
}
.footer .social-media-title
{
	font-size:16px;
	margin-bottom:10px;
	color:#fff;
	margin-top:0;
}
.footer p
{
	font-size:14px;
	margin-bottom:20px;
	color:#fff;
}
.footer .footer-logo
{
	margin-bottom: 30px;
}

.footer ul 
{
	list-style:none;
	padding:0;
	margin:0 0 30px 0;
}
.footer ul > li> a 
{
	color: #fff;
    text-decoration: none;
    padding: 8px 0;
    display: inline-block;
    line-height: 1.2em;
    font-size: 14px;
	transition: color 0.5s ease-out;
}
.footer ul > li> a:hover
{
	color:#ababab;
}
.social-media li a
{
	float:left;
	margin-right:10px;
    display: block;
    width: 32px;
    height: 32px;
	text-decoration:none;
	margin-bottom:10px;
}
.social-media li a.facebook
{
	background-image: url(../Images/facebook.png);
    background-repeat: no-repeat;
	background-size:cover;
}
.social-media li a.facebook:hover
{
	background-image: url(../Images/facebook-hover.png);
	    width: 32px;
    height: 32px;
}
.social-media li a.twitter
{
	background-image: url(../Images/twitter.png);
    background-repeat: no-repeat;
	background-size:cover;
}
.social-media li a.twitter:hover
{
	background-image: url(../Images/twitter-hover.png);
}
.social-media li a.instagram
{
	background-image: url(../Images/instagram.png);
    background-repeat: no-repeat;
	background-size:cover;
}
.social-media li a.instagram:hover
{
	background-image: url(../Images/instagram-hover.png);
}
.social-media li a.youtube
{
	background-image: url(../Images/youtube.png);
    background-repeat: no-repeat;
	background-size:cover;
}
.social-media li a.youtube:hover
{
	background-image: url(../Images/youtube-hover.png);
}
.social-media li a.linkedIn
{
	background-image: url(../Images/linkedIn.png);
    background-repeat: no-repeat;
	background-size:cover;
}
.social-media li a.linkedIn:hover
{
	background-image: url(../Images/linkedIn-hover.png);
}

.btn-container
{ 
	clear:both;	
	width:100%;
	text-align:right;
}

.smart-menu
{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width:100%;
    padding: 5px 0;
    margin:0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border:0;
    border-radius:0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.smart-menu li 
{
	float:none !important;
}
.search-lg form
{
	position:relative;
}
#SearchBox,.ms-mpSearchBox
{
	width:100%;
	float:none;
}
.ms-srch-sb
{
	display:block;
}
.ms-srch-sb-border
{
    border: 1px solid #777779;
    padding: 0;
    height: 35px;
    width:100%;
}
.ms-srch-sb-border:hover,.ms-srch-sb-border:focus,.ms-srch-sb-borderFocused,.ms-srch-sb-border:active
{
	border: 1px solid #777779;
    padding: 0;
    height: 35px;
    width:100%;
}

#SearchBox input{
    width: 100%;
    height: 33px;
    padding: 5px 30px 5px 8px;
    color: #000;
	font-family: ingra,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:14px;
	margin:0;
}
.atoz-link
{
	text-align:center;
	margin-top:8px;
}
.atoz-link a
{
	font-family: ingra,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:14px;
	color:#000;
}
.atoz-link a:hover
{
	color:#0068a6;
	text-decoration:underline;
}
.smart-navbar-nav .more-btn
{
	padding:28px 35px !important;
}
.active-menu
{
	background-color:#FFF !important;
	background-image: url(../Images/close-button.png) !important;
}
.primary-secondary-nav-link
{
	display:none !important;
}
#SearchBox a.ms-srch-sb-searchLink{
	background-image: url(../Images/search-button-black.png);
    background-repeat: no-repeat;
	background-color:transparent;
    height: 20px;
    width: 20px;
    background-size: cover;
    margin: 0px;
    margin-left: 0;
    text-indent: -999999px;
    position: absolute;
    right: 25px;
    top: 46px;
    display: block;
    line-height: normal;
    outline: 0;
    border: 0;
}
#SearchBox a.ms-srch-sb-searchLink img,#SearchBox a.ms-srch-sb-navLink img
{
	display:none;
}
.bx-wrapper .bx-controls-direction a
{
	z-index:99;
}
#main
{
	margin-top:-109px;
	margin-bottom:0;
}
a.img-links:hover p
{
	color:#0068a6;
}
.link-box img
{
	display:none;
}
.link-box .cf
{
	display:table;
	width:100%;
	background-color:#414246;
	height:102px;
	opacity:0.9;
	text-decoration:none;
}
.link-box .cf:hover {
	opacity: 1;
}
.link-box .cf.lg
{
	height:204px !important
}
.link-box div
{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
}
.link-box .fa
{
	font-size: 40px;
    color: #fff;
}
.link-box .link-title
{
	color:#fff !important;
	margin-top:5px;
}
.link-box p
{
	margin:0;
}
.primary-nav .navbar-nav>li>a:focus,.primary-nav .navbar-nav>li>a:active
{
	color:#fff;
}

.content-box
{
	position:relative;
	background-color:#fff;
	position: relative;
    background-color: #fff;
    display:block;
    width: 100%;
    margin:0 0 20px 0;
	padding:30px 0px;
}
.site-name
{
    position:relative;
	background-color: rgba(0,0,0,.6);
	padding: 20px 30px 20px 45px;
    margin-top: 20px;

}

/*
------------------------------ 
		Heading Style 
------------------------------		
*/

h1,h2,h3,h4,h5,.site-name h1,h2.page-title
{
	font-family: franklin-gothic-urw, sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#000;
}
.site-name h1
{
    color: #fff;
    font-size: 41.42px;
	margin:0;
	text-transform: uppercase;
	word-wrap:break-word;
}
h2.page-title
{
	font-size:35.53px;
	margin-bottom:10px;
    word-break: break-word;
    white-space: normal;
}
h1
{
	font-size:35.82px;
}
h2
{
	font-size:35.53px;
}
h3,h4,h5,h6
{
	font-size:26.36px;
}
/*
------------------------------ 
		Left Nav Style 
------------------------------		
*/
.sideNavBox 
{
	margin:0 0 30px 0;
}
.sideNavBox .ms-core-sideNavBox-removeLeftMargin
{
	margin:0;
}
.sideNavBox .navbar-toggle
{
	display:block;
}
.ms-core-listMenu-verticalBox > ul.root > li
{
  position:relative;
  padding:0;
  color: #000;
  background-color: #efefef;
  border-bottom:2px solid #fff;
  z-index:0;
}
.ms-core-listMenu-verticalBox > ul.root > li:hover
{
	background-color: #cbc8c7;	
	color:#000;	
}
.ms-core-listMenu-verticalBox > ul.root > li:hover >  a,.ms-core-listMenu-verticalBox > ul.root > li:hover > .caret,.ms-core-listMenu-verticalBox > ul.root > li.selected > .caret
{
	color:#000 !important;	
}
.ms-core-listMenu-verticalBox > ul.root > li > .ms-core-listMenu-item{
    position: relative;
    font-family: franklin-gothic-urw, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding: 9px 15px;
    color: #000;
    text-decoration: none;
    padding-right:45px;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item
{
    position: relative;
    font-family: franklin-gothic-urw, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color:#000;
}
.ms-core-listMenu-verticalBox > ul.root > li > .ms-core-listMenu-item:hover
{
	color:#000;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item
{
	padding-left:30px;
}

.ms-core-listMenu-verticalBox ul.root li:nth-last-child(2) > .ms-core-listMenu-item {
    border: 0;
}
.ms-core-listMenu-verticalBox .ms-listMenu-editLink
{
	display:none;
}
.ms-core-listMenu-verticalBox > ul.root > li.open
{
	background-color: #cbc8c7;	
	color:#000;
	padding:0;
}
.ms-core-listMenu-verticalBox > ul.root > li.open > a.ms-core-listMenu-item
{
	color:#000;
	padding:9px 15px;
    padding-right:45px;
}
.side-nav
{
	background: #efefef;
    padding: 0;
    margin: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ms-core-listMenu-verticalBox > ul.root > li > a.ms-core-listMenu-item:hover
{
	background-color:transparent;	
	color:#000;
}
.ms-core-listMenu-verticalBox .ms-core-listMenu-selected:link, .ms-core-listMenu-verticalBox .ms-core-listMenu-selected:visited, .ms-core-listMenu-verticalBox .ms-core-listMenu-selected
{
	background-color: #cbc8c7;
    color: #000 !important;
    padding: 0;
}
.ms-core-listMenu-verticalBox ul.root li .caret
{
	color:#000;
	cursor:pointer;
    background: #B6B4B3;
    border-radius: 0;
	
}
.ms-core-listMenu-verticalBox > ul.root > li > a.ms-core-listMenu-item:hover .caret
{
	color:#000;
}
.ms-core-listMenu-verticalBox ul.root li.open .caret
{
	color:#000;
}
.ms-core-listMenu-verticalBox .caret:before {
    content: '\f105';
    font-family: FontAwesome;
    font-weight:600;
    font-size: 1.2em;
    color:#000;
}
.ms-core-listMenu-verticalBox ul.root li.open .caret:before {
    content: '\f107';
    font-family: FontAwesome;
    font-weight:600;
    font-size: 1.2em;
    color:#000;

}
.ms-core-listMenu-verticalBox .caret
{
	position: absolute;
    right: 0;
    margin: 0px 0 0 0;
    padding: 0;
    width: 30px;
    height: 42px;
    line-height: 2.2;
    text-align: center;
    top: 0px;
}
.ms-core-listMenu-verticalBox > ul.root > li.static ul.static
{
	display:none;
}
.ms-core-listMenu-verticalBox  ul.root > li.open  ul.static
{
	display:block;
}
.side-nav li.static a
{
	background-color:transparent;
	color:#000;
} 
.side-nav li.static:hover a
{
	background-color:transparent;
	color:#efefef;
}
/*Bread crumb*/
#breadcrumb
{
	margin-bottom: 20px;
}
.breadcrumb{
	font-family: franklin-gothic-urw, sans-serif;
  	font-style: normal;
  	font-weight: 400;
  	font-size:18px;
    padding:0px;
    margin:0;
    list-style: none;
    background:none;
    border-radius:0;
}
.breadcrumb a.breadcrumbRootNode
{
	color:#0067a6;
	font-size:18px;
	text-transform:capitalize;
	font-weight: 400;
}
.breadcrumb a.breadcrumbRootNode:hover
{
	color:#004F7F;
}
.breadcrumb .breadcrumbCurrentNode
{
	color:#000;
}
.breadcrumb .PathSeparator
{
	padding: 0px 5px;
    color: #0067a6;
	font-family: 'FontAwesome';
}

/*Two Column Page*/
.middle-content
{
	border:1px solid #ddd;
	background-color:#efefef;
	padding-top:20px;
	padding-bottom:20px;
}
.col-container {
   display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
}
.col-6 {
    display: table-cell;
	padding:15px;
    width: 50%;
	border:1px solid #ddd;
    background-color: #fff;
	margin-bottom:20px;
	vertical-align:top;
}
.col-3 {
    display: table-cell;
	padding:15px;
    width: 25%;
	border:1px solid #ddd;
    background-color: #fff;
	margin-bottom:20px;
	vertical-align:top;
}
.sidebar-nav ul li:first-child{
    padding-top:10px;
}
.sidebar-nav ul li:last-child 
{
	padding-bottom:10px;
}
.content-img
{
	width:100%; 
	margin-bottom:10px;
}
.text-bold
{
	font-weight:500;
}
.blockquote-footer
{
	color:#ababab;
	font-style:italic;
}
.box
{
	background-color:#fff;
	position:relative;
	padding:15px;
	margin:20px 0;
	border:1px solid #ddd
}
.division-img
{
	margin-bottom:10px;
}
.img-fullwidth
{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}
.wrapper
{
	max-width:1390px !important;
	margin:0 auto;
}

.header-links
{
	position: absolute;
    right: 0;
}
.secondary-nav
{
	float:left;
}
.search-lg
{
	position: static;
	display:block;
}
/*=== Ribbon Style ===*/
#ms-designer-ribbon
{
	font-size:13px;
	font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	line-height:normal;
}
.ms-core-brandingText {
    font-size: 1.2em;
    padding-left: 20px;
    width: 100%;
}
.ms-core-suiteLink a:hover
{
	background-color:#4c9cd7;
}
.ms-core-suiteLink a,.ms-core-suiteLink a:visited,.ms-core-suiteLink a:hover
{
	color:#fff;
}
.ms-siteactions-root > span > a.ms-core-menu-root,#suiteBarButtons span ,.ms-qatbutton span,.ms-dlgCloseBtn span,#ms-designer-ribbon *
{
	-webkit-box-sizing: initial !important;
	-moz-box-sizing: initial !important;
	box-sizing: initial !important;		
}
.ms-navedit-editLinksText
{
	display:none !important;
}
/*--- Sharepoint style ---*/
#DeltaPlaceHolderPageTitleInTitleArea
{
	display:none
}
div.welcome,.welcome-content
{
	margin:0;
	padding:0;
}
#s4-bodyContainer
{
	padding-bottom:0;
    position:relative;
    z-index:1;
}
#s4-bodyContainer::before {
    z-index:-1;
}
#s4-titlerow
{
	height:auto
}
#s4-titlerow,div.welcome
{
	padding:0;
}
.ms-dlgCloseBtn *
{
	box-sizing:initial;
}
/* --- Home Page --- */
.mainContent .ms-webpart-zone,.mainContent .ms-webpart-cell-vertical,.mainContent .ms-webpart-chrome-vertical
{
	display:block;
}
.mainContent .ms-webpartzone-cell
{
	margin:0;
}
.main-nav .errordiv{
	display: inline-block;
	margin: 30px;
}

 .main-nav  .errorDiv{
display: inline-block; 
margin: 30px;  
}
/*Division Page Style*/

.page-image img
{
	width: 100%;
    height:auto;
    display: block;
    margin-bottom: 10px;
}
/*Edit mode style*/
.ms-rte-stylePreviewBoxInner
{
	background-color:transparent !important;
}
.content-box
{
	margin-bottom:20px !important;
}

.top-banner
{
    display:none;
}

.background-image-control.errordiv
{
    margin-bottom:94px;
}
.header-section.errordiv
{
    display: inline-block;
    margin: 15px;
}
.news-archive a.article img {
    width: 165px;
    height: auto;
    float: left;
}
.news-archive a.article
{
    display: block;
    min-height: 110px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 0 15px 0;
    position: relative;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 5px;
}
.news-archive h3 {
    font-size: 22px;
    line-height: 1.3em;
}

/*A-Z bullet list*/
ul#azIndex {list-style-type: none; margin: 0;}
ul#azIndex li { display: inline; background-image: none; padding: 0; }
ul#azIndex li a:link, ul#azIndex li a:visited, ul#azIndex li a:hover { margin: 6px;  text-decoration: none; }
ul#azIndex li a:link {text-decoration: none; }
/*iPad touch scroll*/

/*Search by Tags style*/
.taxonomy-fields
{
    padding:20px 20px 12px 20px;
    background: #f3f3f3;
    color: #000;
    min-height: 50px;
    border:1px solid #ddd;
}
.taxonomy-fields span
{
    display: inline-block;
    background-color: #0068a6;
    border-radius: 4px;
    padding: 6px 12px;
    line-height: 1;
    margin-left: 7px;
    margin-bottom: 7px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color ease-out .2s;
    -moz-transition: background-color ease-out .2s;
    -o-transition: background-color ease-out .2s;
    transition: background-color ease-out .2s;
    text-align: center;}
.taxonomy-fields span:hover
{
  background-color: #f8991d;
}
.taxonomy-fields span a,.taxonomy-fields span a:active,.taxonomy-fields span a:hover,.taxonomy-fields span a:focus
{
 color: #fff;
 text-decoration:none;
}
.tags
{
 display:none;
}
.error-content
{
	clear:both;
}
.twitter-feed
{
	border:1px solid #ddd;
	margin-bottom:30px;
}
#cbqwp .newsArticleSummary {
    margin-bottom: 15px;
}

#cbqwp .newsArticleSummary .more {
    margin-left: 2px;
}
/*Styles given by Jolie*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*Style given by Jole ended*/
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation : landscape) {
body {
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}
.body-content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*overflow-y:scroll;*/
	-webkit-overflow-scrolling: touch;
}

}
/*iPad touch scroll*/
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation : portrait) {
body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.body-content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*overflow-y:scroll;*/
	-webkit-overflow-scrolling: touch;
}
}


@media (min-width:1400px)
{
.primary-nav .navbar-nav>li>a
{
	padding:28px 10px !important;
}	
}

@media (min-width:768px)
{
.wrapper
{
	padding-left:32px;
	padding-right:32px;
}
.navbar-nav
{
	line-height:normal;
}
/*-----------------------------
	Header style
------------------------------*/
.header-logo
{
	float:left;
}
.caret
{
	display:none;
}
.secondary-nav ul
{
	list-style:none;
	padding:0;
}
.smart-navbar-nav
{
	float:left;
	margin:0;
}
.smart-navbar-nav li
{
	position:static;
	float:left;
	display:block;
}

.logo-link
{
	display:block;
	padding:10px 20px;
	text-decoration:none;
}
.primary-nav .navbar-nav>li>a
{
	font-family: franklin-gothic-urw, sans-serif; font-style: normal; font-weight: 500;
	font-size:14px;
	color: #fff;
    display: block;
    text-align: center;
    padding: 28px 10px;
    height: 75px;
    line-height: normal;
	text-transform:uppercase;	
}
.secondary-nav .smart-navbar-nav li>a, .search-lg  > a
{
	 font-family: franklin-gothic-urw, sans-serif;
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
	 text-align: left;
	 color: #fff;
     display: block;
     text-align: left;
     padding: 28px 14px;
     height: 75px;
     line-height: normal;
	 text-decoration:none;
	
}
.secondary-nav .smart-navbar-nav > li>a, .search-lg  > a

{
	 border-left:2px solid #4d4d4d;
}
.smart-menu
{
	padding:30px 15px !important;
}
 .search-lg .smart-menu
{
	padding:15px !important;
}
.smart-menu li a
{
	font-family: "ingra",sans-serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size:14px !important;
	color:#000 !important;
	padding:5px 10px !important;
	height:auto !important;
	cursor:pointer;
}
.smart-menu li a:hover
{
	color:#0068a6 !important;
}
.primary-nav
{
	position:relative;
	float:left;
}
.nav>li
{
	position:static;
}
.dropdown-menu
{
	display:none;
	min-width:160px;
	margin:0 !important;
	border:0;
	padding:30px 15px;
}

.dropdown-item
{
	float:left;
	width:33.33%;
	padding:0 15px
}
.navbar-default .navbar-nav>li>a:hover, .smart-navbar-nav>li>a:hover
{
	background-color:#0068a6;
	color:#fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, 
{
	color:#fff;
	background-color:transparent;
}
.navbar-default .navbar-nav>.showdropdown>a:hover
{
	background-color:#fff !important;
	color:#000;
}
.navbar-default .navbar-nav > .open > a
{
	background-color:#fff;
	color:#000;
}
.navbar-default .navbar-nav>.showdropdown>a,.navbar-default .navbar-nav>.showdropdown>a:hover
{
	background-color:#fff;
	color:#000;	
}
ul.dropdown-menu .img-responsive
{
	width:100%;
}
.secondary-nav .secondary-nav
{
	float:right;
}

.logo-link,.secondary-nav-link
{
	background-color: rgba(0, 0, 0, 0.6);
}
.secondary-nav
{
	float:right;
	position:relative;
}
.college
{
	min-height:200px;
    overflow:hidden;
}
.clg-content
{
	/*max-height:500px;*/
}
.news-room .col-md-3
{
	margin-bottom:20px;
}
.navbar-header .navbar-toggle
{
	display:none;
}
.secondary-nav .navbar-nav>li>a {
    border-left: 2px solid #4d4d4d;
}
.content-box
{
	padding-left:15px;
	padding-right:15px;
}
}
@media (min-width:1280px)
{
.wrapper
{
	padding-left:48px;
	padding-right:48px;
}
}

@media (min-width:1262px)
{
.primary-nav
{
	margin-left:20px
}
.navbar-nav
{
	min-width:660px;
	display:block !important;
}

/*****/
.primary-nav .navbar-nav>li>a
{
 padding:28px 10px;
}
.dropdown-menu.one-col,.dropdown-menu.two-col
{
 min-width:300px;
 padding:30px 15px;
 left:auto !important;
 right:auto !important; 
}
.dropdown-menu.one-col li.dropdown-item{
 float:none;
 width:100%;
 padding:0 15px
}
.dropdown-menu.two-col
{
 width:430px;
}
.dropdown-menu.two-col li.dropdown-item{
 float:left;
 width:50%;
 padding:0 15px;
}

}
@media (max-width:1261px)
{
.navbar-nav
{
	float:right;
}
.primary-nav .navbar-toggle
{
	display: block !important;
    padding: 0 1rem;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 35px;
    z-index: 1;
    margin: 0;
    margin-right: 0;
    background: transparent;
    border: 0;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    height: 75px;
    width: 35px;
    min-width: 35px;
    background-image: url(../Images/toggle-button2.png);
    background-repeat: no-repeat;
    background-position:50%;
}
.primary-nav .navbar-nav>li>a, .secondary-nav .secondary-nav li>a
{
	font-family: franklin-gothic-urw, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left;
    padding: 28px 15px;
    height: 75px;
    line-height: normal;    
}
.primary-nav .navbar-toggle:focus, .primary-nav  .navbar-toggle:hover
{
	background-color:transparent;
}
.primary-nav ul.nav li
{
	float:none;
} 
.primary-nav ul.nav li a
{
	padding:10px 0px;
	height:auto;
}
.main-nav
{
	float:right;	
}

.navigation-area
{
	float:left;
}
.primary-nav .navbar-nav
{
	clear: both;
    position: absolute;
    right: 0;
    left: auto;
    top: 75px;
    background: #fff;
    color: #000;
    width: 300px;
    max-height:inherit;
	overflow-y:auto;
	display:none;
	padding:30px 15px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.primary-nav .navbar-nav>li>a
{
	color:#000;
}
.secondary-nav {
    float: left;
    position: relative;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret
{
	position:relative;
	float:right;
	margin:0px;
}
.navbar-nav.sm-collapsible a.has-submenu
{
	padding-right:0px;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret
{
	background-color:transparent;
	color:#000;
	border:0;
	margin-top:-3px;
}
.navbar-default .navbar-nav>li>a:hover {
    background-color:transparent;
    color: #000;
}
.dropdown-menu
{
    float:none;
	position: static;
    box-shadow: none;
	padding: 5px 0 0 15px;
    margin-bottom: 20px !important;
}
.dropdown-menu li.dropdown-item
{
	width:100%;
	float:none;
	padding:0;
}
.header-links {
   
  position:relative;
   float: left;
    /* right: 0; */
   
}

}

@media (max-width:991px)
{
.site-name
{
	padding:20px;
}
	
.bx-wrapper .bx-next{
    right: -30px;
}
.bx-wrapper .bx-prev
{
	left: -30px;
}
.college
{
	padding:20px 30px
}
.img-responsive
{
	width:100%;
}
bx-wrapper {
    margin: 0;
    margin: 20px auto;
}
.heroSlider-fixed .prev
{
	position: absolute;
    left: -15px;
}
.heroSlider-fixed .next
{
	position: absolute;
    right: -15px;
}
.subpage-content > .container-fluid
{
	padding-left:15px;
	padding-right:15px;
}
.content-box
{
	padding:30px 0px;
	
}
.sidebar-nav
{
	margin-top:30px;
}
.col-6,.col-3 {
    display: block;
    width: 100%;
}
.middle-content > div {
    padding-left: 0;
    padding-right: 0;
}
.two-colors
{
	background:none;
}
.two-colors .wrapper
{
	padding-left:0;
	padding-right:0;
}
.taxonomy-fields
{
	margin-bottom:30px
}
}
@media (min-width:768px) and (max-width:991px)
{
.btn-container
{
	width:100%;
	text-align:center;
}
.social-media li a
{
	width:32px;
	height:32px;
}
.footer .footer-logo
{
	width: 135px;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {

    background: url(../Images/left-arrow.png);
    background-repeat: no-repeat;
}
.two-colors .wrapper
{
	padding-left:0;
	padding-right:0;
}
.events,.college
{
	padding: 20px 47px;
}

}
@media (max-width:767px)
{
.site-name
{
	padding:15px;
}
.header-logo
{
	position:absolute;
	top:10px;
	left:15px;
}
.header
{
	position:relative;
	width:100%;
    color: #fff;
	z-index:100;
}
.navbar-header
{
	background-color: #000;
    color: #fff;
	min-height:75px;
}

.search-sm
{
	float:right;
}
.navbar-toggle
{
	margin-right: 60px;
	margin-top: 20px;
}
.navbar-toggle
{
	border:0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
	background-color:transparent;	
}
.navbar
{
	min-height:75px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
	border:0;
	box-shadow:none;
}
.search-sm {
    position: relative;
    float: right;
    margin-top: 20px;
}
.search-button 
{
	background-image: url(../Images/search-12-24.png);
}
.navbar-header .navbar-toggle
{
	text-indent:-9999px;
	background-image: url(../Images/toggle-button.png);
	background-repeat:no-repeat;
    border: 0;
    display: inline;
    height: 32px;
    width: 32px;
    background-position: center center;	
}
.navbar-collapse
{
	padding:0;
}
.navbar-nav
{
	margin:0;
}
.navbar-nav .open .dropdown-menu
{
	padding:0 30px;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret
{
	background-color:transparent;
	border:0;
}
.btn-container
{
	width:100%;
	text-align:left;
}
.quick-links .link-box
{
	float:none;
	width:100%;
	border:0;
}

.cf {
    margin-bottom: 20px;
    border: 0;
}
.carousel
{
	margin-bottom:20px;
}
.news-room .col-md-3
{
	margin-bottom:20px;
}
.bx-wrapper
{
	margin:0 auto 20px auto;
}
.primary-nav
{
	float:left;
}
.primary-nav .navbar-nav
{
	width:100%;
	max-height: initial;
    overflow:hidden;
}
.smart-navbar-nav li:first-child
{
	display:none;
}
.primary-secondary-nav-link
{
	display:block !important;
}
ul.smart-navbar-nav
{
	padding:0;
	margin:0;
	list-style:none;
}
.secondary-nav
{
	position:static;
}
.secondary-nav .smart-navbar-nav li>a,.search-lg > a {
    text-align: left;
    font-family: stevie-sans,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 28px 14px;
    height: 75px;
    line-height: normal;
    text-transform: uppercase;
}
.smart-menu {
    padding: 15px !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a
{
	padding-left: 0;
    padding-right: 0;
}
.top-banner-content
{
	text-align: left;
    padding-right: 20px;
}
#hide-banner
{
	top:6px;
	margin-left:-20px
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a
{
	font-family: "ingra",sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 14px;
	color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover
{
	color:#0068a6;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{
	color:#0068a6;
}
.navbar-default .navbar-nav>.open span {
    color: #0068a6;
}
.dropdown-menu .more-link-btn
{
	margin-right:0;
}
.search-btn
{
	background-size: contain;
}
#events-list ul
{
	overflow-y:visible;
    max-height: initial;
}
.slick-slide
{
	border-right:0 !important;
}
.heroSlider-fixed
{
	margin-bottom:20px;
}
.header
{
	background-color:#2e2e2e;
}
.home-bg
{
	top:auto;  
}
.box
{
	height:auto !important;
}
#breadcrumb
{
	display:none;
}
.events
{
	padding: 20px 15px;
}
.college
{
	padding: 20px 30px;
}
#skip-link, #main
{
	margin-top:0;
}
.wrapper {
    max-width: 100% !important;
    margin: 0;
    padding: 0px 15px;
}
.primary-nav .navbar-nav>li>a:focus, .primary-nav .navbar-nav>li>a:active
{
	color:#000;
	outline:0;
}

}
@media (max-width:375px)
{
.header-logo img
{
	width:190px;
	height:51px;
}
.primary-nav .navbar-toggle,.search-button
{
	padding: 0 25px !important;
}
}
