/* Global Styles */

* {
  outline: 0;
  margin: 0;
  padding: 0;
}


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  /* color of font is black */
  color: #000000;
  /* color of background is white */ 
  background-color: #ffffff;
}

p, small {
  margin: 0 0 15px;
}

small {display:block;}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 900;
  color: #013220;
  /* color of headings is dark essex green & upper case*/
  text-transform: uppercase;
}

h1 {font-size: 32px;}

h2 {font-size: 26px;}

h3 {font-size: 22px;}

h4 {font-size: 18px;}

h5 {font-size: 14px;}

h6 {font-size: 12px;}

ul {margin: 0;}

img {max-width: 100%;}

iframe {border: none;}

.block_quote {
  border-left: 4px solid #013220; }

/* Buttons in main body content */

.btn {
  border-radius: 0;
  color: #013220;
}

/* add vertical spacing to columns when stacked in mobile or tablet view */

@media (max-width: 768px) {

  [class*="col-"] {
      margin-bottom: 15px;
  }

}




/* Text links in main body content */

.single_content a:hover, .single_content a:focus, .single_content a:active {
  
  border-bottom:1px dotted #013220;
  text-decoration:none;
  outline:none;
  color:##013220;

}

/* Unordered Lists */

.single_tab_content ul, .single_content ul  {
	margin-left:15px;  
	list-style-type: square;
}

.single_tab_content ul li, .single_content ul li {padding:3px 0;}

.single_tab_content:not(ul) > ul, .single_content:not(ul) > ul  {margin-bottom:20px;}




/* Ordered Lists */

.single_tab_content ol:not(.breadcrumb), .single_content ol:not(.breadcrumb)  {
	margin-left:15px;  
}

.single_tab_content ol li, .single_content ol li {padding:3px 0;}

.single_tab_content:not(ol) > ol, .single_content:not(ol) > ol  {margin-bottom:20px;}


a:link, a:visited {
  color: #013220;
  font-weight: bolder;
  text-decoration: none;
}

a:hover, a:active {
  border-bottom:1px dotted #013220;
  text-decoration:none;
  outline:none;
  color:#ff0000;

}





/* a, a:focus, a:active {
  outline: none !important;
} */



.animated {
  opacity: 0;
}

.visible {
  opacity: 1;
}

/* Convert h4 to label (essex green background with white text) */

.label-heading {
	
	font-size:14px;
	font-family:"Roboto Slab", serif;
	font-weight:200;
	color:#ffffff;
	height:44px;
	line-height:44px;
	letter-spacing:0.05em;
	text-indent:13px;
	background-color:#013220;
	text-align:left;
}

/* Convert h3 to label (essex green background with white text) */

.label-h3 {
	
	font-size:22px;
	font-family:"Roboto Slab", serif;
	font-weight:200;
	color:#ffffff;
	height:44px;
	line-height:44px;
	letter-spacing:0.06em;
	text-indent:13px;
	background-color:#013220;
	text-align:left;
	margin-bottom:25px;
}


/*====================================== 1.home page =======================================*/
/*=== 1.1 Topbar ===*/

ul.topbar-right {
  float: right;
}
ul.topbar-right li {
  display: inline-block;
  margin-left: 18px;
  font-size: 34px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}






ul.topbar-right ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  height 200px;
  font-size: 32px;
  border: 1px solid #e0e1e2;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul.topbar-right ul.dropdown-menu:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  right: 15%;
  margin-left: -7px;
  background: url(../img/home/arrow.png) no-repeat center bottom;
}

li.top-search {
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  li.top-search {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
li.top-search ul.dropdown-menu {
  width: 250px;
  min-width: 200px;
  padding: 10px 5px;
  margin: 2px 0 0;
  right: -100%;
}
@media (min-width: 768px) {
  li.top-search ul.dropdown-menu {
    width: 350px;
    padding: 15px 10px;
    right: 0;
  }
}
li.top-search ul.dropdown-menu:before {
  right: 19%;
}
@media (min-width: 768px) {
  li.top-search ul.dropdown-menu:before {
    right: 5%;
  }
}

.top-search.list-inline .dropdown-menu form {
  width: 100%;
  display: table;
}




.top-search.list-inline .dropdown-menu .btn.commonBtn {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: table-cell;
  height: 35px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .top-search.list-inline .dropdown-menu .btn.commonBtn {
    width: 122px;
    padding-left: 0;
    padding-right: 0;
    height: 42px;
    line-height: 42px;
  }
}



@media (min-width: 768px) {
  .dropdown > ul {
    display: block;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
  }
  .dropdown > ul ul {
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
  }

  .dropdown:hover > ul, ul.dropdown-menu:hover {
    visibility: visible;
    opacity: 1;
  }
  .dropdown:hover > ul ul, ul.dropdown-menu:hover ul {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
}

/* Pacer Portal (top bar) */

.portalbar .btn-portal {
    background-color: #0e2d52;
	color: #fff;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing: 1px;
	padding: 8px 10px;
}

  .portalbar .btn-portal:after {
    position: relative;
    right: -8px;
    top: auto;
	  
	  
	  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
	  
	  
    content: "\f107";
	  padding-right:4px;
  }





.topbar-left li.label-portal {
    color: #ffffff;
  padding:0.4em 0.7em 0.4em;
  font-size:11px;
  font-weight: 600;
	
}

/* Video Background */



.video-container {
	
  position: relative;
  z-index:-101;
 overflow: hidden;
  padding:0px !important;
	height:500px;
	
	
}


#video-background {
/*  making the video fullscreen  */
position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    width:100%;
}


#video_box {line-height:0;}



.video-bgd {
   
	line-height:0px;

}

.video-overlay {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 1rem 0;
   
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);

}

@media (max-width: 479px) {
 .video-overlay {top: 400px;
	}
	
  }

@media (min-width: 768px) {
	.video-overlay {top: 400px;}
	
}

@media (min-width: 992px) {
	.video-overlay {top: 400px;}
	
}


@media (min-width: 1200px) {
	.video-overlay {top: 500px;}
	
}



.whitebg {
	background-color:#fff;
	padding:20px;
	opacity:0.9;
}

.whitebg p {
  	font-weight: 400;
 	font-size:16px; 
  	line-height: 30px;
	opacity:1;
	
	letter-spacing: 0.05em;
}

.video_caption {
  max-width: 90%;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
}
@media (max-width: 479px) {
  .video_caption {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  .video_caption {
    padding: 15px 20px;
   
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .video_caption {
    width: 835px;
   
    max-width: 94%;
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) {
  .video_caption {
    width: 900px;
  }
}

.video_caption h1 {
  font-size: 26px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  margin: 0 0 8px;
  text-shadow: 0 1px 4px #000000;
}
@media (max-width: 479px) {
  .video_caption h1 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .video_caption h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .video_caption h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .video_caption h1 {
    font-size: 44px;
  }
}



/*=== 1.2 Header ===*/

/* Change default toggle breakpoint */

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.navbar-toggle {padding: 5px 10px;}

/* End change default toggle breakpoint */
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border: 1px solid #49c32c;
  background: #49c32c;
  margin: 9px 0 9px;
}


@media (min-width: 768px) {
  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    margin: 14px 0 0px;
  }
}


.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}

.header {
  width: 100%;
  height: auto;
  background: #fff;
  background-color: #ffffff;
}
.header .navbar {
  padding: 5px 0;
  background-color: #013220;
  /* background at top is dark green */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	z-index:20;
}
@media (min-width: 768px) {
  .header .navbar {
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  .header .navbar {
    padding: 5px 0;
  }
}
.header .navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
  width: 170px;
  
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s ease-in-out;
}

.header .navbar-brand:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s ease-in-out;
}

/* logo size */


@media (max-width: 767px) {
  .header .navbar-brand {
    width: 120px;
  }
}


@media (min-width: 768px) {
  .header .navbar-brand {
    width: 135px;
  }
}

.header .navbar-brand img {
  width:110%;
  margin: 8px 0;
}
.header .navbar-collapse {
  padding: 0;
  border-top: none;
}


@media (min-width: 768px) {
  .container {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }

}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
 
}
.navbar-default {
  background: none;
  border: none;
  margin: 0;
}

.header .navbar-nav.navbar-right:last-child {
  margin: 0px;
}

.nav.navbar-nav.navbar-right {
  padding: 10px 0;
}

.nav.navbar-nav.navbar-left {
  padding: 10px 0;
}

/* Main Header */

.header .navbar-default .navbar-nav li a {
  font-size: 14px;
  text-decoration: none;
  color: #fcfbf4ff;
  text-transform: uppercase;
  padding: 11px 10px !important;
  font-weight: 900;
  background: none !important;
	outline: 0 none;
	
}

.header .navbar-default .navbar-nav li a:focus{border-bottom:none;}





/* Media Queries for Main Header */


@media (min-width: 768px) {
  .header .navbar-default .navbar-nav li a {
    font-size: 12px;
	  padding: 8px 8px; }
 
}

@media (min-width: 992px) {
  .header .navbar-default .navbar-nav li a {
    font-size: 12px;
    padding: 11px 10px;
  }
	
	 
}

@media (max-width: 1200px) {
  .header .navbar-default .navbar-nav li a {
    font-size: 12px;
	  padding: 11px 10px !important;
  }
	
}

@media (min-width: 1200px) {
  .header .navbar-default .navbar-nav li a {
    font-size: 14px;
	  padding: 11px 10px !important;
  }
	
	 
}


.header .navbar-default .navbar-nav li a:hover {
  background: none !important;
  color: #545454;
}
.header .navbar-default .navbar-nav .active a, .header .navbar-default .navbar-nav .active a:hover, .header .navbar-default .navbar-nav .active a:focus {
  background: none;
  color: #545454;
}
/*

.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}

*/

.header .navbar-nav li.open .dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu {
  min-width: 100px;
  width: auto;
  border: 1px solid #e0e1e2;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: 0;
	
  /* top: 36px; 
  right: auto; */
}
@media (max-width: 767px) {
  .header .navbar-nav li.open .dropdown-menu,
  .header .navbar-nav li.dropdown .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu,
  .header .navbar-nav li.dropdown .dropdown-menu {
    min-width: 160px;
  }
}
@media (min-width: 992px) {
  .header .navbar-nav li.open .dropdown-menu,
  .header .navbar-nav li.dropdown .dropdown-menu {
    min-width: 200px;
  }
}
.header .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: 0;
	outline:0 none; text-decoration:none;
}

@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
  .header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: 5px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  #department-nav .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
  #department-nav .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: 5px;
    margin-left: 10px;
  }
}


@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu ul.dropdown-menu:before,
  .header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu:before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 15px;
    left: -8px;
    background: url(../img/home/arrow-left.png) no-repeat top left;
  }
}
.header .navbar-nav li.open .dropdown-menu li,
.header .navbar-nav li.dropdown .dropdown-menu li {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu li,
  .header .navbar-nav li.dropdown .dropdown-menu li {
    padding: 0 10px;
  }
}
.header .navbar-nav li.open .dropdown-menu li a,
.header .navbar-nav li.dropdown .dropdown-menu li a {
  font-size: 14px;
  color: #545454;
  font-weight: 900;
  text-transform: capitalize;
  padding: 9px 0 !important;
  display: block;
  border-bottom: 1px solid #e2e3e4;
  background: none;
}

.header .navbar-nav li.open .dropdown-menu li a:hover {
 
  color: #013220;

  background: #00ff00;
}



.header .navbar-nav li.open .dropdown-menu li a:hover, .header .navbar-nav li.open .dropdown-menu li a:focus,
.header .navbar-nav li.dropdown .dropdown-menu li a:hover,
.header .navbar-nav li.dropdown .dropdown-menu li a:focus {
  color: #858585;
  background: none;
}
@media (max-width: 767px) {
  .header .navbar-nav li.open .dropdown-menu li a,
  .header .navbar-nav li.dropdown .dropdown-menu li a {
    color: #858585;
  }
  .header .navbar-nav li.open .dropdown-menu li a:hover, .header .navbar-nav li.open .dropdown-menu li a:focus,
  .header .navbar-nav li.dropdown .dropdown-menu li a:hover,
  .header .navbar-nav li.dropdown .dropdown-menu li a:focus {
    color: #858585;
    background: none;
  }
}
@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu li a,
  .header .navbar-nav li.dropdown .dropdown-menu li a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .header .navbar-nav li.open .dropdown-menu li a,
  .header .navbar-nav li.dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}
.header .navbar-nav li.open .dropdown-menu li li,
.header .navbar-nav li.dropdown .dropdown-menu li li {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu li li,
  .header .navbar-nav li.dropdown .dropdown-menu li li {
    padding: 0 10px;
  }
}
.header .navbar-nav li.open .dropdown-menu li.active a,
.header .navbar-nav li.dropdown .dropdown-menu li.active a {
  background: none;
  color: #545454;
}

.header .navbar-nav li.open .dropdown-menu ul li ul li:last-child a,
.header .navbar-nav li.dropdown .dropdown-menu li ul li:last-child a

{border:none;}

/* .header .navbar-nav li.open .dropdown-menu li:last-child a,
.header .navbar-nav li.dropdown .dropdown-menu li:last-child a {
  border: none;
}

*/

@media (min-width: 768px) {
  .header .navbar-nav > li {
    margin-left: 15px;
  }
}

/*

@media (min-width: 768px) {
  .header .navbar-nav > li > .dropdown-menu:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 15%;
    margin-left: -7px;
    background: url(../img/home/arrow.png) no-repeat center bottom;
  }
}

*/


@media (max-width: 767px) {
  .navbar-collapse ul.navbar-nav.in > li.dropdown > a:after {
    position: relative;
    right: -8px;
    content: "\f107";
    display: inline-block;
	  
	font-stretch:normal;

    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
	  
	line-height:1;
	  
	  
	  
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .navbar-collapse ul.navbar-nav > li.dropdown.open > a:after {
    content: "\f106";
  }

  .navbar-collapse ul.navbar-nav li.dropdown li.dropdown.open > a:after {
    content: "\f106";
  }
}
.navbar-collapse ul.navbar-nav > li.dropdown > a:after {
  position: absolute;
  right: 15px;
  top: 10px;
  content: "\f107";
  display: inline-block;
  
	
	font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
	
	
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .navbar-collapse ul.navbar-nav > li.dropdown > a:after {
    position: relative;
    right: -8px;
    top: auto;
    content: "\f107";
  }
}

.navbar-collapse ul.navbar-nav li.dropdown li.dropdown > a:after {
  position: absolute;
  right: 15px;
  top: 11px;
  content: "\f107";
  display: inline-block;
	
   font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
	
	
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .navbar-collapse ul.navbar-nav li.dropdown li.dropdown > a:after {
    right: 15px;
    top: 11px;
    content: "\f105";
  }
}

/* Turn Main Header into large/mega menu */

.dropdown-large {
  position: static !important;
}

#department-nav .dropdown-menu-large {
  border:none;
	right:0;
	left:0;
}

#department-nav li.open .dropdown-menu li a, #department-nav li.dropdown .dropdown-menu li a {
  text-transform:capitalize;
	border-bottom: 1px solid #e2e3e4;
}

#department-nav li.open .dropdown-menu li:last-child a, #department-nav li.dropdown .dropdown-menu li ul li:last-child a {
  
	border: none;
}

#department-nav li.dropdown .dropdown-menu li:last-child a {
  
	border: none;
}



.dropdown-menu-large {
 /* margin-left: 16px;
  margin-right: 16px; */
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  color: #18300c;
  font-size: 16px;
  text-transform:uppercase;
  font-weight:900;
}

#department-nav .dropdown-menu-large .dropdown-header {
  color: #ffffff;
  font-size: 16px;
  text-transform:uppercase;
  font-weight:500;
	text-shadow: 0px 1px 3px #000000;
}

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

/*=== Departmental Header == */

.navbar-department .navbar-nav li a {
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 11px 20px !important;
  font-weight: 600;
  background: none !important;
  text-shadow: 0px 1px 3px #000000;
  letter-spacing: 0.05em;

}
@media (min-width: 768px) {
  .navbar-department .navbar-nav li a {
    font-size: 12px;
    padding: 8px 8px !important;
  }
}
@media (min-width: 992px) {
  .navbar-department .navbar-nav li a {
    font-size: 14px;
    padding: 11px 15px !important;
  }
}
@media (min-width: 1200px) {
  .navbar-department .navbar-nav li a {
    padding: 11px 20px !important;
  }
}
.navbar-department .navbar-nav li a:hover {
  background: none !important;
  color: #ffffff;
}
.navbar-department .navbar-nav .active a, .header .navbar-department .navbar-nav .active a:hover, .header .navbar-department .navbar-nav .active a:focus {
  background: none;
  color: #ffffff;
}


/*=== 1.4 aboutArea ===*/
.aboutArea {
  padding: 25px 0 40px;
}
@media (max-width: 767px) {
  .aboutArea {
    padding: 30px 0 10px;
  }
}

.aboutArea, .aboutTitle, .aboutImage, .mainContent, .menuFooter, .footer {
  width: 100%;
  display: block;
}

.aboutArea, .footer {
  padding: 35px 0 40px 0;
  background: #222c34;
  /* Old browsers */
  background: -moz-linear-gradient(left, #222c34 0%, #2a3a46 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222c34), color-stop(100%, #2a3a46));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #222c34 0%, #2a3a46 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #222c34 0%, #2a3a46 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #222c34 0%, #2a3a46 100%);
  /* IE10+ */
  background: linear-gradient(to right, #222c34 0%, #2a3a46 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222c34', endColorstr='#2a3a46',GradientType=1 );
  /* IE6-9 */
}

.aboutTitle > h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .aboutTitle > h2 {
    font-size: 20px;
  }
}

/* Photos with Captions and Text Overlay on Hover (used for Admissions Student Types) */

.aboutImage {
  position: relative;
}
.aboutImage img {
  width: 100%;
}

.aboutImage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 44px;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 479px) {
  .aboutImage .overlay {
    display: none;
  }
}
@media (min-width: 768px) {
  .aboutImage .overlay {
    text-align: left;
    padding: 10px;
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .aboutImage .overlay {
    bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .aboutImage .overlay {
    bottom: 44px;
  }
}
.aboutImage .overlay p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  font-weight: 400;
}
@media (min-width: 768px) {
  .aboutImage .overlay p {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .aboutImage .overlay p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .aboutImage .overlay p {
    font-size: 14px;
    line-height: 23px;
  }
}

.aboutImage:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.aboutImage:hover .overlay p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.captionLink, .captionLink:hover {
  width: 100%;
  height: 44px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 44px;
  text-indent: 13px;
  background-color: #0e2d52;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .captionLink, .captionLink:hover {
    font-size: 9px;
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .captionLink, .captionLink:hover {
    font-size: 11px;
    text-indent: 10px;
    height: 36px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .captionLink, .captionLink:hover {
    font-size: 14px;
    text-indent: 13px;
    height: 44px;
    line-height: 44px;
  }
}

.captionLink:focus {
  color: #fff;
  text-decoration: none;
}

.captionLink > span {
  background-image: url(../img/read_more_link.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  display: inline-block;
  float: right;
  margin: 16px 10px 0 0;
}
@media (min-width: 768px) {
  .captionLink > span {
    margin: 9px 10px 0 0;
  }
}
@media (min-width: 992px) {
  .captionLink > span {
    margin: 11px 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .captionLink > span {
    margin: 16px 10px 0 0;
  }
}

/* Captions that are not absolutely positioned */

.placecaption, .placecaption:hover {
    width: 100%;
    height: 44px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    text-indent: 13px;
    background-color: #0e2d52;
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;	  
}



@media (max-width: 479px) {
  .about_inner .col-xs-6 {
    width: 100%;
  }
}

 
  .about_inner .col-xs-6 {
    margin-bottom: 20px;
  }


@media (min-width: 768px) {
  .about_inner .col-sm-3, .about_inner .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .about_inner .col-sm-3, .about_inner .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Logo slider for home page */

.brand-section {
  width: 100%;
  
  overflow: hidden;
  padding: 25px 0;
}
.brand-section .flexslider {
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.brand-section .flexslider li {
  text-align: center;
}
.brand-section .flexslider li img {
  max-width: 100%;
  max-height:150px;
  width: auto;
  margin: 0 auto;
}
.brand-section .flex-control-paging {
  display: none;
}
.brand-section .flex-direction-nav a {
  width: 11px;
  height: 15px;
  margin-top: -7px;
}
.brand-section .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
}
.brand-section .flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
  opacity: 1;
}
.brand-section .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.brand-section .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}
.brand-section .flex-direction-nav a.flex-prev {
  background: url("../../../../img/home/brand-arrow-left.png") no-repeat center center;
}
.brand-section .flex-direction-nav a.flex-next {
  background: url("../../../../img/home/brand-arrow-right.png") no-repeat center center;
}
.brand-section .flex-direction-nav a:before {
  display: none;
}

/* Community links on home page */

.rpsecimage{}

/* Logo Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    /* max-height:150px; */
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

 .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
 .slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
 .slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.bottomlogos .slick-slide img
{
    display: block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-moz-filter: grayscale(100%);
    filter: grayscale(100%);
	
	transition: all 0.8s ease;
}

.slick-slide img:hover {
	
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	-moz-filter: grayscale(0%);
    filter: none;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* directional arrows */

.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 20px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: transparent none repeat scroll 0 0;
    color: transparent;
    outline: medium none;
}


.bottomlogos .slick-prev:hover::before, .bottomlogos .slick-prev:focus::before, .bottomlogos .slick-next:hover::before, .bottomlogos .slick-next:focus::before {
    opacity: 1;
}


.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 0.25;
}


.bottomlogos .slick-prev::before, .bottomlogos .slick-next::before {
    -moz-osx-font-smoothing: grayscale;
    color: #0e2d52;
    
	
	 font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
	
	
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev::before {
    content: "\f0d9";
}
[dir="rtl"] .slick-prev::before {
    content: "\f0d9";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next::before {
    content: "\f0da";
}
[dir="rtl"] .slick-next::before {
    content: "\f0da";
}

/* ======================== Places on Home Page ================== */

/*====================================== FOOTER =======================================*/

.menuFooter, .footer {
  width: 100%;
  display: block;
}

.footer {
  padding: 35px 0 40px 0;
  
  background: #013220;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0F3325 0%, #013220 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0F3325), to(#013220));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0F3325 0%, #013220 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0F3325 0%, #013220 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0F3325 0%, #013220 100%);
  /* IE10+ */
  background: linear-gradient(to top, #0F3325 0%, #013220 100%);
  /* W3C */
  
  background-repeat: repeat-x;
  border-color: #013220;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013220', endColorstr='#0F3325', GradientType=0);
}


@media (max-width: 767px) {
  .menuFooter .col-xs-6 {
    min-height: 150px;
  }
}

/* Footer Links */

.menuLink li {
  list-style: none;
}
.menuLink li a {
  line-height: 30px;
  color: #d7dee6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.menuLink li a:hover {
  opacity: .8;
}

.menuFooter {
  background-color: #013220;
  /* background-image: -moz-linear-gradient(top, #013220, #0F3325);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#013220), to(#0F3325));
  background-image: -webkit-linear-gradient(top, #013220, #0F3325);
  background-image: -o-linear-gradient(top, #013220, #0F3325);
  background-image: linear-gradient(to bottom, #013220, #0F3325);
  background-repeat: repeat-x; */
  border-color: #013220;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013220', endColorstr='#0F3325', GradientType=0);
  width: 100%;
  float: left;
  height: auto;
  padding: 17px 0 35px;
  border-top: 1px solid #013220;
}

.menuFooter h4 {
  color:#ffffff;
  font-family: "Roboto Slab", serif;
  font-weight:500;
  text-transform:uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.menuFooter h4:after {
    display:block;
    border:2px solid #c30724;
    margin-top:8px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    content: "";
    height: 4px;
    left: 0;
    width: 90%;
    background-color: #c30724;
}

.menuFooter h5 {
  color:#ffffff;
  font-family: "Roboto Slab", serif;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-top:12px;
  
}

.menuFooter p {
  color:#ffffff;  
}

.footer-address address {
  line-height: 24px;
  margin-bottom: 10px;
  color:#ffffff;
}

.footer-address .place {
  font-weight:400;
  color: #d7dee6;
  text-transform:uppercase;
}
.footer-address .place:hover, .footer-address .place:focus {
  opacity: .8;
}
.footer-address .place i {
  font-size: 20px;
  padding-right: 7px;
  vertical-align: middle;
  color: #c30724;
  margin-bottom: 5px;
}

.socialArea > h5, .contactNo > h5, .footer-address h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.socialArea > .list-inline > li > a:hover > img {
  opacity: .8;
}

.socialArea {
  margin-bottom: 20px;
}
.socialArea .list-inline {
  margin-left: 0;
  text-align: center;
}
.socialArea .list-inline li {
  padding: 0;
  float: left;
  margin: 0 4px 4px 0;
}

.socialArea .fa, .socialArea .fab {
 
  color: #fff;
  font-size: 28px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  width: 50px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right:3px;
}

.sidebar_item .fa, .sidebar_item .fab {
  color: #fff;
  font-size: 18px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right:3px;
font-weight: 400;
}

/* Social Network Icons - colors */

.socialArea .fa-twitter, .sidebar_item .fa-twitter {
  background: #5bceff;
}

.socialArea .fa-facebook-f, .sidebar_item .fa-facebook-f {
  background: #4f7dd4;
}

.socialArea .fa-google-plus-g, .sidebar_item .fa-google-plus-g {
  background: #DD4B39;
}

.socialArea .fa-instagram, .sidebar_item .fa-instagram {
  background: #bc2a8d;
}

.socialArea .fa-snapchat-ghost, .sidebar_item .fa-snapchat-ghost {
  background: #feda00;
}

.socialArea .fa:hover, .sidebar_item .fa:hover, .socialArea .fab:hover, .sidebar_item .fab:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Main Phone Number */

.contactNo > h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color:#ffffff;
  letter-spacing: 0.05em;
  padding-bottom:0px;
  margin-top:0px;
}
@media (min-width: 768px) {
  .contactNo > h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contactNo > h3 {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .borderLeft {
    height: auto;
    border: none;
    border-top: 1px solid #FFFDE4;
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .borderLeft {
    border-left: 1px solid #FFFDE4;
    min-height: 180px;
  }
}
@media (min-width: 992px) {
  .borderLeft {
    min-height: 240px;
  }
}


/* Bottom Bar (below main footer) */

.footer {
  padding: 20px 0;
  float: left;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer a {
  font-size: 13px;
  color: rgba(215, 222, 230, 1);
  font-weight: 400;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer a:hover, .footer a:focus {
  color: white;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

/* Bottom bar - left column */

.copyRight p {
  font-size: 13px;
  margin-bottom: 0;
  color: #FFFDE4;
}
.copyRight a, .privacy_policy a {
  text-decoration: none;
  color:#FFFDE4;
}

.copyRight a:hover, .privacy_policy a:hover {
  
  border-bottom:1px dotted #d7dee6;
  
}


/* Image Background Banners */

.noleftpadding {padding-left:0px;}

.norightpadding {padding-right:0px;}


.content_imgbg {
  padding: 35px 0 25px;
}

.content_imgbg .btn {
	
	border: 1px solid #ffffff;
	text-transform: uppercase;
	padding: 15px;
font-weight: 600;
letter-spacing: 0.05em;
	color:#ffffff;
	text-align:left;

}

.content_imgbg .btn:hover {
	color: #be0523;
border: 1px solid #ffffff;
background-color: #ffffff;
}

.content_imgbg h1 {
    position: relative;
    color: #ffffff;
   text-shadow: 1px 1px 2px #000000;
   
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}

.content_imgbg p {
	color:#ffffff;
	font-weight: 400;
font-size: 18px;
line-height: 30px;
opacity: 1;
letter-spacing: 0.05em;
	text-shadow: 1px 1px 2px #000000;
}

.getinvolved {
	background: 
    /* transparent to blue gradient */ 
    linear-gradient(-90deg, rgba(0, 0, 0, 0.1), rgba(0, 30, 50, 0.8) 40%),
    /* bottom, image */
    url(../../../../img/admission/selfie.jpg) no-repeat center center;
	filter:grayscale(50%);
	/* height:500px; */
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content_imgbg h1 {
    position: relative;
    color: #ffffff;
   text-shadow: 1px 1px 2px #000000;
   
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}

.leftpadding {padding-left:148px; padding-right:75px;}

.rightpadding {padding-right:148px; padding-left:75px;}




/* Testimonial Area (bottom) */

#testimonials_banner{padding: 35px 0 25px;}

.content_bottom {
  padding: 35px 0 25px;
  background: #f1f4f7;
	margin-top:40px;
}

.carousal_title {
  text-align: center;
  padding: 0 25%;
}
@media (max-width: 767px) {
  .carousal_title {
    padding: 0 5%;
  }
}
@media (min-width: 768px) {
  .carousal_title {
    padding: 0 15%;
  }
}
@media (min-width: 992px) {
  .carousal_title {
    padding: 0 25%;
  }
}
.carousal_title h1 {
  margin: 0 0 30px;
}
@media (max-width: 479px) {
  .carousal_title h1 {
    font-size: 22px;
  }
}
.carousal_title p {
  margin: 0 0 42px;
}

.carousal_section ul {
  margin: 0;
}
.carousal_section ul li {
  position: relative;
  float: left;
  height: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .carousal_section ul li {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .carousal_section ul li {
    width: 447px !important;
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .carousal_section ul li {
    width: 475px !important;
    margin: 0 50px;
  }
}

.carousal_content {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  position: relative;
 
}
.carousal_content p {
  font-weight: 600;
  
  color: #7e7e7e;
  margin: 0;
  line-height: 28px;
}

.carousal_content::after {
  width: 26px;
  height: 27px;
  position: absolute;
  content: " ";
  background: url(../img/about/bottom_arrow.png) no-repeat center center;
  bottom: -27px;
  left: 50px;
}

.carousal_bottom .thumb {
  /* width: 70px; */
  float: left;
  height: auto;
  margin-right: 18px;
}
/* .carousal_bottom .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
} */

.thumb_title {
  margin: 12px 0 0;
 
}
.thumb_title span {
  display: block;
  font-weight: 400;
}
.thumb_title .author_name {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
	font-familY:Roboto Slab;
	line-height:18px;
}

.thumb_title .author_name a {
  font-size: 16px;
}

.thumb_title .author_designation {
  
  font-size: 14px;
  color: #7e7e7e;
	line-height:18px;
}
.thumb_title .author_designation a {
  text-decoration: none;
  color: #49c32c;
}

.carousal_section .flex-control-paging {
  position: relative;
  bottom: 0;
  margin-top: 80px;
}

/* Home Page Quick Stats Section */

.count {
    background: #0e2d52;
	background-image:url(../images/diagonal-lines.png);
	background-repeat:repeat;
    color: #ffffff;
   
    padding: 35px 0 20px 0;
    width: 100%;
	margin-bottom:25px;
}



.icon:hover{background-color:#ffffff; opacity:0.5;}

.icon i {
    color:#ffffff;
	font-size: 36px !important;
}

.icon:hover i {color:#0e2d52;}

.iconlink:focus, .iconlink:active, .icon:active, .icon:focus {text-decoration:none !important; outline:none; border-bottom:none;}


.counter {
    font-family: "Roboto Slab",serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 10px;
}

/* Prospective Student Type Area (home page) */

.content_prospective {
  padding: 35px 0 25px;
  background: #0e2d52;
  background-image:url(../images/diagonal-lines.png);
}

.content_prospective h1 {
  margin: 0 0 30px;
	color:#ffffff;
	text-align: center;
	font-weight:500;
	letter-spacing:0.05em;
}

/* Main content Area */

.single_content {
  
  background: #ffffff;
	background-color:#ffffff;
	
	padding: 40px 0; /* Adds space below department header */
	
}



.single_content a:not(.btnRed), .single_content_left a  {
 
  font-weight: 600; 
  text-decoration: none;
  font-size: 14px;
  color: #be0523;
  
}

/*

.single_content a:not(.btnRed):hover:not(.btn-breaditem):hover, .single_content_left a:hover{
	 border-bottom:1px dotted #be0523;
}

*/

.custom_right a:hover, .news a:hover, .item_inner.question a:hover {border-bottom:1px dotted #be0523;}




.single_content h1, .single_content h2, .single_content h3, .single_content h4 {
	letter-spacing:0.05em;
}

.single_content.news a  {

  margin-left:10px;
  
}




.single_content table {
	
    max-width: 100%;
    width: 100%;
	border: 1px solid #ddd;
	background-color: transparent;
	border-collapse: collapse;
    border-spacing: 0;
}

.single_content .lined, .content_imgsq .lined {
	position: relative;
    text-align: center;
}

.single_content .lined::before, .content_imgsq .lined::before {
    background-color: rgba(204, 204, 204, 1.0);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.news h1, .news h2, .news h3, .content_imgsq h1 {
  	
	position:relative;
	color:#282428;
	background:#ffffff;
	display: inline-block;
	text-align: center;
	font-weight:500;
	letter-spacing:0.05em;
	padding:30px 20px 40px 20px
}

/* Recruitment Area (top) */

.content_recruitmentevent{
	padding: 35px 35px 25px;
	background-color:rgba(0,0,0, 0.7); 
}

.content_recruitmentevent p{color:#ffffff;}

.content_recruitmentevent h1 {
  margin: 0 0 10px;
	color:#ffffff;
	text-align: center;
	font-weight:500;
	letter-spacing:0.05em;
}

.content_recruitmentevent h3 {
 
	color:#ffffff;
	text-align: center;
	font-weight:500;
	letter-spacing:0.05em;
}

.content_recruitmentevent .btn {
	color:#ffffff;
	text-transform:uppercase;
	border:1px solid #ffffff;
	padding:15px 0px;
	font-weight:600;
	letter-spacing:0.05em;	
}

.content_recruitmentevent .btn:hover {
	color:#000000;
	border:1px solid #ffffff;
	background-color:#ffffff;

}


/* Sidebar Item */


.list_block {
  border: 1px solid #dce4ea;
  padding: 15px 12px 25px;
  border-top: 3px solid #49c32c;
  margin: 0 0 20px;
}




/* Focus color for textarea */

/*

.form-control {
 
  border-color: #dcdfe3;
  font-weight:400;
}

.form-control:focus {
  border-color: #be0523;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*/

/* Buttons */


.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	/* prevent outline on button when clicked on */
	outline:none;
	outline:0px auto -webkit-focus-ring-color;
	outline-offset:-2px;
} 

.btnRed {
  padding: 0 15px 0 15px;
  /* background-color: #be0523; */
  text-transform: uppercase;
	text-align:left;
  color: #be0523;
  border: 2px solid #be0523;
 
  line-height: 42px;
  font-weight: 600;
letter-spacing:0.05em;
	outline:none;
	height:43px;
	  
}

.btnRed:hover, .btnRed:focus, .btnRed:active {
  background-color: #be0523;
  color: #fff !important;
  outline:none;
	
}


.btn-block + .btn-block{margin-top:10px;}

/* Wells */

.well {margin-left:0px; margin-right:0px;}

.single_tab_content .btnRed {padding:0 15px;}

.formTitle h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.formTitle p {
  margin-bottom: 25px;
}

.selectBox {
  margin-bottom: 20px;
  width: 100%;
}

.formArea .form-group {
  margin: 0 0 20px;
}



.formArea, .getArea {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #DCE4EA;
  padding: 15px 12px 25px;
  border-top: 3px solid #49c32c;
}

.getArea {
  margin-bottom: 0;
}

.extraPadding {
  padding-right: 25px;
  margin-bottom: 18px !important;
}

.getImage {
  width: 100%;
  border: 1px solid #dce4ea;
  margin-bottom: 20px;
  text-align: center;
}
.getImage img {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .post_right {
    margin: 30px 0 0;
  }
}
.reduceMargin {
  margin-bottom: 17px !important;
}





/*==================================== 5. courses ==============================*/


.padding-border-left {
  padding-left: 30px;
  border-left: 1px solid #dce4ea;
}
@media (max-width: 767px) {
  .padding-border-left {
    padding-left: 0;
    border-left: none;
  }
}

.padding-border-right {
  padding-right: 30px;
  border-right: 1px solid #dce4ea;
}
@media (max-width: 767px) {
  .padding-border-right {
    padding-right: 0;
    border-right: none;
  }
}

.padding-border-left-twenty {
  padding-left: 20px;
  border-left: 1px solid #dce4ea;
}
@media (max-width: 767px) {
  .padding-border-left-twenty {
    padding-left: 0;
    border-left: none;
  }
}

.padding-border-right-twenty {
  padding-right: 20px;
  border-right: 1px solid #dce4ea;
}
@media (max-width: 767px) {
  .padding-border-right-twenty {
    padding-right: 0;
    border-right: none;
  }
}

/* Striped table */

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #e0e0e0;
}

.courses_right_inner th {
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px 11px 5px !important;
  border-bottom: none !important;
  background: #002855;
  vertical-align: middle !important;
  cursor: pointer;
  position: relative;
}
@media (max-width: 479px) {
  .courses_right_inner th {
    font-size: 7px;
  }
}
@media (min-width: 768px) {
  .courses_right_inner th {
    font-size: 14px;
    padding: 11px 13px 11px 15px !important;
  }
}

.courses_right_inner td {
  padding: 8px 13px 10px 15px !important;
}
@media (max-width: 767px) {
  .courses_right_inner td {
    padding: 8px !important;
  }
}

.courses_right_inner tr.option td {
  font-weight: 700;
  color: #000;
  background: #c6d1d5 !important;
}

/* Tables */



.single_tab_content table > tbody > tr:nth-of-type(2n+1) {background-color: #f9f9f9;} /* Creates alternating colors for table rows */

.single_tab_content table > tbody > tr > td, .single_tab_content table > tbody > tr > th, .single_tab_content table > tfoot > tr > td, .single_tab_content table > tfoot > tr > th, .single_tab_content table > thead > tr > td, .single_tab_content table > thead > tr > th {
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;

}



/*==================================== 6. single_course ==============================*/
.item_inner.slider {
  padding: 15px 15px 20px;
}

.item_inner.slider .flex-direction-nav {
  position: relative;
  bottom: 0;
  margin-top: 8px;
  float: right;
  width: auto;
}

.item_inner.slider .carousal_bottom {
  padding: 0;
}
.item_inner.slider .carousal_bottom .thumb {
  width: 58px;
  margin: 0 18px 0 0;
}

.item_inner.slider .thumb_title {
  margin: 5px 0 0;
}

.item_inner.slider .author_name {
  text-transform: uppercase;
}

/* Photo banners for main home page and Admissions home page */

#home_banner {
	background: 
    /* transparent to blue gradient */ 
    linear-gradient(-90deg, rgba(0, 0, 0, 0.2), rgba(0, 30, 50, 0.8) 40%),
    /* bottom, image */
    url(../images/home/bg-students.jpg) no-repeat center center fixed;
	
	/* height:500px; */
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

	/* padding:35px 0 25px; */
}

#videosection {
	background: 
    /* transparent to blue gradient */ 
    linear-gradient(-90deg, rgba(0, 0, 0, 0.2), rgba(0, 30, 50, 0.8) 40%),
    /* bottom, image */
    url(../images/admissions/admissions-home.jpg) no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#home_banner .animated, #videosection .animated {
	/* background-color:#ffffff; 
	background-color:rgba(255,255,255, 0.8); 
	padding:25px; */
	margin:60px 0 30px 0;
}

/* Large text at top of home page */

#home_banner .animated h1, #videosection .animated h1 {
	color:#ffffff;
	letter-spacing: 0.05em;
	font-weight:500;
	
	text-shadow: 1px 1px 2px #000000;
}


@media (max-width: 767px) {
  
  #home_banner .animated h1, #videosection .animated h1 {font-size:36px;}
}

@media (min-width: 768px) {
  
  #home_banner .animated h1, #videosection .animated h1 {font-size:52px;}
}

#home_banner p, #videosection p {
  	font-weight: 400;
 	font-size:16px; 
  	line-height: 30px;
	color:#ffffff;
	text-shadow: 2px 2px 2px #000000;
	letter-spacing: 0.05em;
}

#home_banner .hometext, #videosection .hometext {padding-bottom:50px;}

#home_banner .hometext .btn, #videosection .hometext .btn {
	color:#be0523;
	background-color: rgba(255, 255, 255, 0.9);
	text-transform:uppercase;
	
	padding:15px 0 15px 15px;
	font-weight:600;
	letter-spacing:0.05em;
	text-align:left;
}

#home_banner .hometext .btn:hover, #videosection .hometext .btn:hover {
	color:#ffffff;
	
	background-color:#be0523;
	text-shadow:none;

}

#video {width: 100%;
	height: 100%;
	object-fit: cover;}



#single_banner .flex-control-paging, #full_banner .flex-control-paging, #testimonials_banner .flex-control-paging {
  position: relative;
  bottom: 0;
  line-height: 11px;
  margin-top: 20px;
  float: none;
}

#single_banner .flex-control-paging li a, #full_banner .flex-control-paging li a {
  background: #d6dbe0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 11px;
  height: 11px;
}

#single_banner .flex-control-paging li a.flex-active, #full_banner .flex-control-paging li a.flex-active {
  background: #002855;
}

#single_banner p, #full_banner p {
  font-weight: 400;
 font-size:16px;
  color: #7e7e7e;
  line-height: 30px;
}



#single_banner h3, #full_banner h3 {margin-bottom:15px;}

#home_banner h3 {margin-bottom:15px;}



/* Testimonials in sidebar */

.item_inner.slider h4 {
  margin: 0 0 10px;
}

.item_inner.slider .flex-direction-nav li {
  float: left;
}

.item_inner.slider .flex-direction-nav a {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0;
  width: 35px;
  height: 30px;
  border: 1px solid #002855;
}

.flex-direction-nav a.flex-next {
  background: url(../img/courses/next.png) no-repeat center center;
  margin-left: 10px !important;
}

.flex-direction-nav a.flex-prev {
  background: url(../img/courses/prev.png) no-repeat center center;
}

/* Admissions box under main content */

.item_inner.question h4 {
  margin: 0 0 10px;
}

.item_inner.question h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
  color: #000;
}

.item_inner.question h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin: 0;
}

.item_inner.question a {
  /* color: #002855; */
  text-decoration: none;
	
}

.item_inner.question a:hover {
  text-decoration: none;
}

/* Tabs on Department Home (for three areas in main content) */

.tab_menu {
  height: 90px;
}

.tab_menu > ul {
  clear: both;
  width: 100%;
}
.tab_menu > ul li {
  display: inline-block;
  float: left;
  position: relative;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab_menu > ul li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #dce4ea;
  border-top: 1px solid #dce4ea;
  background: #f6f9fa;
  text-align: center;
  height: 45px;
  padding: 5px;
}
@media (max-width: 479px) {
  .tab_menu > ul li a {
    padding: 5px;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .tab_menu > ul li a {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .tab_menu > ul li a {
    height: 50px;
    line-height: 16px;
    padding: 15px 5px;
  }
}
.tab_menu > ul li a:hover {
  background: #002855;
  color: #fff;
  border-color: #002855 !important;
}
.tab_menu > ul li:first-child a {
  border-left: 1px solid #dce4ea;
}
.tab_menu > ul li:last-child a {
  border-right: 1px solid #dce4ea;
}
.tab_menu > ul li.active a {
  background: #002855;
  color: #fff;
  border-color: #002855 !important;
}

.tab_menu > ul li.active a::after, .tab_menu > ul li a:hover::after {
  content: " ";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #002855;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
}

.single_tab_content p {
  margin: 0 0 20px;
}
h1.pagetitle {
  font-size: 22px;
 
margin: 13px 0 25px 0;
}

.single_tab_content h1 {
  margin: 0 0 13px;
}

.single_tab_content h2 {
  margin: 0 0 13px;
}

.single_content h3 {
  margin: 0 0 13px;
}

.single_tab_content h4 {
  margin: 0 0 13px;
}

.single_tab_content h5 {
 
	 margin: 0 0 13px;
}

.single_tab_content h6 {
 	 margin: 0 0 13px;
}



.single_tab_content img.video {
  margin: 0 0 53px;
}

/*==================================== 7. admission ==============================*/
.single_banner_inner.admission .single_caption {
  left: 22px;
  width: 700px;
}

.single_banner_inner.admission .single_caption h1 {
  margin: 0;
}

/* Block Quotes */

.block_quote {
  padding: 10px 20px;
  background: #f6f9fa;
  margin: 20px 0 25px;
}

.block_quote p {
  font-weight: 400;
  font-style: italic;
  margin: 0 !important;
}




/* Sidebars (right side) */


@media (max-width: 767px) {
  .sidebar {
    margin: 30px 0 0;
  }
}

.sidebar_item {
  /* border-top: 3px solid #49c32c; */
  margin: 0 0 20px;
}

.item_inner {
  border-top: none !important;
  border: 1px solid #dce4ea;
  padding: 15px 5px 20px 15px;
}

.item_inner.program {
  background: #f6f9fa;
}

.item_inner.program p {
 margin:15px 0px;
}

.item_inner.program .fas {
	padding-right: 10px;	
}

/* Tuition and Fees Styling */

.item_inner a.fees {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #002855;
  text-decoration: none;
}

.item_inner > h4 {
  margin: 0 0 16px;
  text-transform: uppercase;
}

.item_inner.program ul {
  width: 100%;
}
.item_inner.program ul li {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-align: left;
  line-height: 18px;
  margin: 0 0 16px;
}
.item_inner.program ul li span {
  width: 40%;
  display: inline-block;
  color: #686868;
}
.item_inner.program ul li:last-child {
  margin: 0;
}

.sidebar_item.admission .item_inner.program {
  padding: 15px 20px 15px 20px;
}


.sidebar_item.admission .item_inner.program ul li a {
  color: #002855;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #dce4ea;
  display: block;
  text-decoration: none;
  padding-bottom: 17px;
  
  padding-right: 20px;
  padding-top: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar_item.admission .item_inner.program ul li a:hover {
  color: #000;
}

.sidebar_item.admission .item_inner.program ul li {
  margin: 0 0 0;
}

.sidebar_item.admission .item_inner.program ul li.active a {
  color: #000;
}

.sidebar_item.admission .item_inner.program ul li:last-child {
  margin: 0;
}

.sidebar_item.admission .item_inner.program ul li:last-child a {
  border: none;
  margin: 0;
}

.sidebar_item.admission .item_inner.program ul li.no_arrow a {
  background: none;
}


/* Department Header */

.single_banner_inner {
  position: relative;
}

.single_caption {
  width: 900px;
  max-width: 90%;
  left: 15px;
  bottom: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
}
@media (max-width: 479px) {
  .single_caption {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  .single_caption {
    padding: 15px 20px;
    left: 5%;
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .single_caption {
    width: 835px;
    left: 48px;
    bottom: 30px;
    max-width: 94%;
    padding: 20px 20px 28px;
  }
}
@media (min-width: 1200px) {
  .single_caption {
    width: 900px;
  }
}

.single_caption h1 {
  font-size: 24px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  margin: 0 0 8px;
  text-shadow: 0 1px 4px #000000;
}
@media (max-width: 479px) {
  .single_caption h1 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .single_caption h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .single_caption h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .single_caption h1 {
    font-size: 36px;
  }
}

.single_caption h2 {
  font-size: 16px;
  text-transform: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 479px) {
  .single_caption h2 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .single_caption h2 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .single_caption h2 {
    font-size: 22px;
  }
}


/* Responsive Vimeo Embed */

						
.embed-container{
	position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; margin-bottom: 25px; }

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}


/* Clickable Images with Zoom Icon */

.image-link {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.image-link .image-hover {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.image-link .image-hover:hover {opacity:1;}

.image-link .image-hover .image-hover-content {
    color: #fff;
    font-size: 16px;
    height: 16px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.image-link .image-hover .image-hover-content i {
    margin-top: -12px;
}



/* Home Page Photo Carousel */

.carousel-inner img {
  width: 100%;
}

.carousel-indicators {
  z-index: 999;
  margin-bottom: 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
}

.carousel-indicators li.active {
  background: #002855;
  width: 10px;
  height: 10px;
  border: none;
}





/* Added styles for tables */


table.table-borderless, .table-borderless td, .table-borderless th,

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none !important;
}

/* Accordion styling */

h4.panel-title {margin:0px;}

.panel-title > a {
  display: block;
  position: relative;
}

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
  text-decoration:none;
	border-bottom:none;
}

.panel-title > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 0;
}
.panel-title > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}


/* Full Width Embedded Google Map */

.contact_map iframe {
  display: block;
}


/*# sourceMappingURL=style.css.map */

/* Colors */

/*========= Default Color Scheme (blue) =========*/

.navbar.default, .default .dropdown-menu {
	border-radius:0px;
	background-color: #0e2d52;
}

.default.sidebar_item, .default.list_block {
  	border-top: 3px solid #0e2d52;
}


/*=== Portal Bar (top bar) ===*/

.portalbar {
  border-top: 1px solid #f2f2f2;
  background-color: #f2f2f2; }

/*=== Blue ===*/



@media (max-width: 767px) {
  .header .navbar-default .navbar-nav li.apply_now a:hover {
    color: #981a31; }

  .header .navbar-nav li.open .dropdown-menu li a:hover, .header .navbar-nav li.open .dropdown-menu li a:focus {
    color: #981a31; } }




/*=== Main Navbar ===*/

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color:#545454;


}

.navbar-default .navbar-toggle:hover {
  /* border: 1px solid #981a31;
  background: #981a31;
  color:#ffffff; */
	
  border: 1px solid #dcdcdc;
  background: #dcdcdc;
  color:#545454;


}

/*=== Departmental Navbar ===*/

.navbar-department .navbar-toggle, .navbar-department .navbar-toggle:hover, .navbar-department .navbar-toggle:focus {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color:#545454;}






/* Override Blue Glow on Forms */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #e3a8a3;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.175), 0 0 5px rgba(178, 30, 59, 0.5);
  
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.175), 0 0 5px rgba(178, 30, 59, 0.5);
  
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.175), 0 0 5px rgba(178, 30, 59, 0.5);
}

/* End Override Blue Glow on Forms */


/* Pacer Portals Button and Dropdown */

.btn-portal:hover, .btn-portal:active {background-color:#0e2d52;}

.btn-portal:focus {border-bottom-color:#0e2d52;}

.portalbar ul.dropdown-menu {padding:0px; border-radius:0px; margin-top:0px; left:auto; background-color:#003b65; border:0px; width:100%;}

.portalbar ul.dropdown-menu li a{color:#ffffff; padding:6px 12px;}

.portalbar ul.dropdown-menu li a:hover, .portalbar ul.dropdown-menu li a:focus, .portalbar ul.dropdown-menu li a:active, .portalbar ul.dropdown-menu > .active > a {background-color:#0e2d52; border-bottom:0px;}

/* Apply Now Menu and Dropdown */

/* Search Area */

.active-cyan-2 input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #4dd0e1;
    box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan input[type=text] {
    border-bottom: 1px solid #4dd0e1;
    box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan .fa, .active-cyan-2 .fa {
    color: #4dd0e1;
}

@media (min-width: 768px) {
  .header .navbar-default .navbar-nav li.apply_now a {
    background: #be0523 !important; }

  .header .navbar-default .navbar-nav li.apply_now a:hover {
    /* background: rgba(152, 26, 49, 0.9) !important; */
	  
	  background: #a00523 !important; 
	}
	
	.header .navbar-default .navbar-nav li.apply_now ul.dropdown-menu {padding:0;}
	
	.header .navbar-default .navbar-nav li.apply_now ul.dropdown-menu li:hover, .header .navbar-default .navbar-nav li.apply_now ul.dropdown-menu li a:hover{background:#a00523;}

	
	.header .navbar-default .navbar-nav li.apply_now ul.dropdown-menu {background:#be0523 !important;}

}

.header .navbar-default .navbar-nav li.apply_now ul.dropdown-menu li a {color:#ffffff !important;}


.header .navbar-default .navbar-nav li.apply_now ul.dropdown-menu li:last-child a {border:none;}

.header .navbar-nav apply_now.open .dropdown-menu, .header .navbar-nav li.apply_now .dropdown-menu {left:auto; border:none; border-radius:0;}







