@charset "UTF-8";
/* CSS Document */
.AvenirNextLTPro-Bold { 
	font-family: AvenirNextLTPro-Bold;
	font-weight: normal;
	font-style: normal;
}
.AvenirNextLTPro-Demi { 
	font-family: AvenirNextLTPro-Demi;
	font-weight: normal;
	font-style: normal;
}
.AvenirNextLTPro-Regular { 
	font-family: AvenirNextLTPro-Regular;
	font-weight: normal;
	font-style: normal;
}
.AvenirNextLTPro-Medium { 
	font-family: AvenirNextLTPro-Medium;
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: AvenirNextLTPro-Regular, sans-serif;
	font-size: 18px;
	line-height: 1.42857143;
	color: #545456;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
p {
    margin: 20px 0;
}
a {
    color: #0099a8;
    text-decoration: none;
}
p a {
    color: #0099a8;
    text-decoration: underline;
}
a:hover, a:focus {
	color: #0099a8;
}
section {
	padding: 30px 0;
}
section.content {
	padding: 0;
}
.interior section.content {
	padding-top: 105px;
}
.landing section.content {
	padding-top: 0px;
}
.interior.hero-image section.content {
	padding-top: 0px;
}
.landing.no-hero section.content {
	padding-top: 80px;
}
.home section .text-center h2 {
	font-size: 64px;
}
.home section .text-center p {
	font-size: 22px;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
.gray-bg {
	background-color: #f1efee;
}
.mobile-fixed-wrapper .alert {
	display: none;
}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
	text-align: center;
	color: #373434;
	background-color: #fad16c;
	font-size: 15px;
	font-family: AvenirNextLTPro-Bold, sans-serif;
}
.alert-red .btn.alert-link{
    background-color: #191412 !important;
    color: #fff !important;
}
.alert-red {
    color: #fff !important;
}
.interior section.content.extra-space {
	    padding-top: 152px;
}
.landing.no-hero section.content.extra-space {
	    padding-top: 182px;
}
.alert-link {
    color: #373434;
	text-decoration: underline;
}
.btn.alert-link {
	background-color: #fff;
	color: #333 !important;
	padding: 2px 10px;
	margin: 0 10px;
	border-radius: 20px;
	font-size: 12px;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
.btn.alert-link:hover, .btn.alert-link:focus{
	color: #fff !important;
}
.alert-dismissible .close:hover, .alert-dismissible .close:focus {
	color: #fff;
}
.alert-dismissible .close {
    padding: 0 1.25rem;
}
/*Search Modal Styles*/
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.searchresults .siteSearch .form-submit {
    border: 0;
    width: 35px;
    height: 36px;
    background: url(../images/search-icon.png) no-repeat 0 0;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	margin-top: 3px;
    margin-left: -60px;
	position: relative;
    top: 0;
}
.searchresults  .siteSearch .form-text {
    width: 99%;
    padding: .3em 20px .3em 10px;
	color: #010220;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
#searchmodal .modal-dialog {
    width: 100%;
}
#searchmodal .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#searchmodal .modal-title {
	background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/nwacc-logo-search-modal.png"), none;
    background-origin: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 159px;
	width: 300px;
    text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	text-align: center;
}
#searchmodal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #010220;
}
#searchmodal.fade.in {
   background: rgba(1, 2, 32, 1);
}
.modal-backdrop.show {
    opacity: 0.7;
}
#searchmodal .modal-header {
    padding: 15px;
    border-bottom: none;
}
#searchmodal .modal-body {
	font-size: 45px;
	color: #ffffff;
	text-align: center;
}
#searchmodal a {
	color: #fff;
	text-decoration: none;
}
#searchmodal a:hover {
	text-decoration: none;
}
#searchmodal .siteSearch .form-submit {
    border: 0;
    width: 35px;
    height: 35px;
    background: url(../images/search-icon.png) no-repeat 0 0;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	position: absolute;
    top: 60px;
    right: 150px;
}
#searchmodal .siteSearch {
    display: none;
    background: transparent;
    padding: 0;
	font-size: 0.500em;
	color: #010220;
	margin-left: 0;
}
#searchmodal  .siteSearch .form-text {
    width: 80%;
    padding: .6em 20px .3em 10px;
    margin: 0 auto;
    color: #010220;
    position: relative;
}
#searchmodal .close {
    float: right;
    font-size: 3.125em;
    font-family: AvenirNextLTPro-Bold, sans-serif;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
	position: absolute;
    top: 0px;
    right: 0px;
}
#searchmodal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #010220;
	font-size: 30px;
}
#searchmodal ::-moz-placeholder { /* Firefox 19+ */
  color: #010220;	
	font-size: 30px;
}
#searchmodal :-ms-input-placeholder { /* IE 10+ */
  color: #010220;
	font-size: 30px;
}
#searchmodal :-moz-placeholder { /* Firefox 18- */
  color: #010220;
	font-size: 30px;
}
.page-link {
    color: #0099a8;
}
.page-link:hover {
    color: #333;
}
.page-item.active .page-link {
    background-color: #333;
    border-color: #333;
}
.btn {
    text-decoration: none;
    font-size: 14px;
    background-color: #191412;
    color: #fff !important;
    border: 1px solid #fff;
    box-shadow: none !important;
	padding-top: 0.2625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.325rem;
    padding-left: 1.125rem;
    display: inline-block;
    line-height: inherit;
    border-radius: 20px;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
.btn .fas, .btn .fab {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
    top: 1px;
}
.btn.white {
    text-decoration: none;
    font-size: 14px;
    background-color: #fff;
    color: #565353 !important;
    border: 1px solid #565353;
    box-shadow: none !important;
    padding-top: 0.2625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.325rem;
    padding-left: 1.125rem;
    display: inline-block;
    line-height: inherit;
    border-radius: 20px;
}
.btn.square {
    box-shadow: none !important;
    padding: 18px 23px;
    border-radius: 0px;
}
.btn:hover, .btn:focus {
	background-color: #0099a8;
}
.btn.white:hover, .btn.white:focus {
	color: #fff !important;
}
.btn.white.square:hover, .btn.white.square:focus {
	background-color: #545456;
}
.btn.purple {
	background-color: #8f0d57;
}
.btn.purple:hover, .btn.purple:focus {
	background-color: #0099a8;
}
.btn.gray {
	background-color: #545456;
}
.btn.gray:hover, .btn.gray:focus {
	background-color: #fff;
	color: #545456 !important;
	border: 1px solid #545456;
}
.close {
    opacity: 0.9;
}
.flex-row, .flex-row > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
    flex-shrink: 0;
    flex-basis: auto;
}
.menuToggle {
	display: none;
}
/*Header Styles*/
.siteHeader {
	display: block;
	position: relative;
	width: 100%;
	z-index: 2;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top: -160px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#0099a8;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
a:hover {
	text-decoration: none;
}
.dark-gray-header-bar {
	height: 35px;
	background-color: #373434;
}
/* original before 5/4/25 
h1.logo {
   margin: 0;
   z-index: 3;
   position: relative;
}
*/
/* begin edit lucero 5/4/25 */
div.logo {
   margin: 0;
   z-index: 3;
   position: relative;
}
/*  end edit */
.logo a {
	display: block;
	float: left;
	width: 128px;
	height: 128px;
	background:url(../images/nwacc-logo-rgb-icon-reversed.png) no-repeat;
	background-size: 81px 81px;
	background-position: center;
	background-color: #54815d;
	text-indent:-9999px;
	margin: 0 0 20px 0;
}
.logo-box-menu {
    display: none;
}
.dark-navbar .logo {
	display: none;
}
.dark-navbar .logo-box-menu {
   display: block;
	float: left;
	width: 128px;
	height: 128px;
	background:url(../images/nwacc-logo-rgb-icon-reversed.png) no-repeat;
	background-size: 81px 81px;
	background-position: center;
	background-color: transparent;
	text-indent:-9999px;
	margin: 0 0 20px 0;
	position: relative;
    z-index: 2;
}
/*Audience Navigation*/
.dark-navbar .audience, .dark-navbar .action,  .dark-navbar .icons-nav{
    visibility: hidden;
}
.sticky-menu-bar-show .dark-navbar .audience, .sticky-menu-bar-show .dark-navbar .action,  .sticky-menu-bar-show .dark-navbar .icons-nav{
    visibility: visible;
}
.dark-navbar {
    background: #333;
}
.dark-gray-header-bar > .col {
    padding-right: 0;
    padding-left: 0;
}
header .audience {
	float: left;
	margin: 5px auto;
	height: 35px;
}
header .audience li {
	height: 35px;
	padding: 0 8px;
}
header .audience .nav {
	padding-left: 7px;
}
header .audience .nav a {
	font-size: 14px;
    color: #fff;
    padding: 6px 7px;
}
header .audience .nav a:hover {
	color: #0099a8;
}
header .icons-nav {
	float: right;
	margin: 5px auto;
	height: 35px;
}
header .icons-nav li {
	height: 35px;
	padding: 0 8px;
}
header .icons-nav .nav a {
	font-size: 14px;
    color: #fff;
    padding: 6px 8px;
}
header .icons-nav .nav a:hover {
	color: #0099a8;
}
.action {
	float: right;
}
.action ul {
	margin-bottom: 0;
}
.action li#start {
    background-color: #00402e;
}
.action li#start a, .action li#login a {
    color: #fff;
    display: inline-block;
    font-family: AvenirNextLTPro-Bold, sans-serif;
}
.action li#start:hover, .action li#start:focus{
	background-color: #0099a8;
}
.action #login .dropdown-menu {
	background-color: #373434;
	border-radius: 0;
	right: -5px;
}
.action #login .dropdown-menu li {
	margin: 5px 10px;
}
.action .btn {
	border: none;
	border-radius: 0;
    padding-top: 0.4625rem;
    padding-bottom: 0.4rem;
	position: relative;
}
.action li .dropdown-menu li a.btn:hover, .action li .dropdown-menu li a.btn:focus{
	background-color: #0099a8;
}
.action li#login {
	background-color: transparent;
}
.action #login .dropdown-menu li .btn {
	background-color: #545456;
}
.action #login .dropdown-menu li .btn:hover, .action #login .dropdown-menu li .btn:focus {
	background-color: #0099a8;
}
.action #login.dropdown.show .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
/*Main Navigation Styles*/
.mobile-fixed-wrapper {
	display: none;
}
.sticky-menu-bar-show {
/*     display: block;
    opacity: 1;
	height: 35px; */
    background-color: #373434;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 4;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sticky-menu-bar-show .navbar-transparent {
    height: 35px;
}
.sticky-menu-bar-show .logo-box-menu {
	display: none;
}
.sticky-menu-bar-show .dark-navbar .logo {
	display:block;
}
.sticky-menu-bar-show .logo a {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background-size: 31px 31px;
    margin: 0 0 20px 0;
	position: fixed;
}
.sticky-menu-bar-show .audience, .sticky-menu-bar-show .main-navigation {
	display: none;
}
/*Search*/
 .search  {
	display: inline-block;
    float: none;
    font-size: 16px;
    position: relative;
}
 .icons-nav li.search {
	display: none;
}
.sticky-menu-bar-show li.search {
	display: block;
	height: 35px;
    padding: 3px 8px;
}
.sticky-menu-bar-show .search a {
	font-size: 14px;
    color: #fff;
    padding: 6px 8px;
}
.sticky-menu-bar-show .main-navigation li.search {
	display: none;
}
/*Interior Page Top Navigation*/
.interior header .main-navigation, .landing header .main-navigation {
	height: 70px;
    margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.125);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
	padding-left: 60px;
    padding-top: 7px;
}
.interior header .main-navigation .nav li a {
    color: #545456;
}
.interior header .dark-navbar .main-navigation .nav li a, .landing header .dark-navbar .main-navigation .nav li a, .landing.no-hero header .dark-navbar .main-navigation .nav li a {
	color: #fff;
}
.interior header .dark-navbar .main-navigation .nav .show a, .interior.hero-image header .dark-navbar .main-navigation .nav .show a, .landing header .dark-navbar .main-navigation .nav .show a, .landing.no-hero header .dark-navbar .main-navigation .nav .show a {
	color: #fad16c;
}
.interior header .dark-navbar .main-navigation .nav .dropdown.show ul li a, .interior.hero-image header .dark-navbar .main-navigation .nav .dropdown.show ul li a, .landing header .dark-navbar .main-navigation .dropdown.show ul li a, .landing.no-hero header .dark-navbar .main-navigation .dropdown.show ul li a {
	color: #fff;
}
.interior header .dark-navbar .main-navigation .nav .dropdown.show ul li a:hover, .interior.hero-image header .dark-navbar .main-navigation .nav .dropdown.show ul li a:hover, .landing header .dark-navbar .main-navigation .dropdown.show ul li a:hover, .landing.no-hero header .dark-navbar .main-navigation .dropdown.show ul li a:hover {
	   color: #0099a8;
}
.interior header .dark-navbar .main-navigation, .landing header .dark-navbar .main-navigation {
	background-color: transparent;
}
.interior.hero-image header .main-navigation .nav li a {
    color: #fff;
}
.landing header .main-navigation .nav li a {
    color: #fff;
}
.landing.no-hero header .main-navigation .nav li a {
   color: #545456;
}
.landing .main-navigation .nav .dropdown ul li a {
    color: #fff;
}
.interior.hero-image .main-navigation .nav .dropdown ul li a {
    color: #fff;
}
.landing .main-navigation .nav .dropdown.open a, .landing .main-navigation .nav .dropdown.show a{
     color: #fff;
}
.interior.hero-image .main-navigation .nav .dropdown.open a, .interior.hero-image .main-navigation .nav .dropdown.show a{
     color: #fff;
}
.interior header .main-navigation .nav .dropdown .dropdown-menu {
	background-color: #333;
}
.landing header .main-navigation .nav .dropdown .dropdown-menu {
	background-color: #333;
}
/*Top Navigation and Mobile Menu Wrapper*/
.main-navigation {
	background-color: transparent;
	float: left;
	margin-top: 10px;
}
/*Styles for Desktop Top Navigation Horizontal Section*/
.main-navigation .nav {
	text-align: center;
	width: 100%;
	font-size: 0;/*removes gap between li items on hover*/
	padding: inherit;
	display: block;
	}
/*Centers the top navigation*/
.main-navigation .nav .dropdown {
	display: inline-block;
	float: none;
	font-size: 16px;
	position: static;
	padding: 0px 18px;
	}
.main-navigation .nav .dropdown > ul > li {
	display: block !important;
	float: none;
}
.dropdown-menu-fw {
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: #333;
    border: none;
    margin-top: -19px;
	padding: 20px 0px;
}
.menu-fw-content {
    padding: 20px 30px;
    list-style: none;
}
.main-navigation .nav li a {
	font-family: AvenirNextLTPro-Bold, sans-serif;
	padding: 10px 18px;
    color: #ffffff;
    font-size: 17px;
    font-style: normal;
	text-decoration: none;
	}
.main-navigation .nav .dropdown ul li a {
	font-family: AvenirNextLTPro-Regular, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 20px;
	text-transform: none;
	display: block;
	width: 100%;
}
.main-navigation .nav .dropdown ul .list-unstyled {
	padding-left: 10px;
	padding-right: 10px;
}
.main-navigation .nav .dropdown ul .list-unstyled li {
	border-bottom: 1px solid #566168;
    padding: 0;
}
.dropdown-menu-fw .call-out {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.dropdown-menu-fw .call-out a {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.dropdown-menu-fw .call-out a img {
    opacity: .6;
}
.dropdown-menu-fw .call-out a:hover img {
    opacity: 1;
}
.dropdown-menu-fw .call-out span.h4 {
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 10px;
	font-family: AvenirNextLTPro-Bold, sans-serif;
    font-size: 18px;
}
.dropdown-menu-fw .h4 small {
    color: #fad16c;
}
.main-navigation .nav .dropdown a.dropdown-toggle {
	display: block;
	position: relative;
}
.main-navigation .nav .dropdown a.dropdown-toggle:hover {
	border-bottom: 3px solid #fad16c;
}
.main-navigation .nav .dropdown.open a.dropdown-toggle, .main-navigation .nav .dropdown.show a.dropdown-toggle {
	background-color: transparent;
	border-bottom: none;
}
.main-navigation .nav .dropdown .dropdown-menu .two-col {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
/*Sets Background Color for Tabbing through Top Level Navigation*/
 .main-navigation .nav .show a, .main-navigation .nav .show a:active, .main-navigation .nav .show a:hover {
	color: #fad16c;
	}
.main-navigation .nav .dropdown.open .dropdown-menu, .main-navigation .nav .dropdown.open .dropdown-menu li a, .main-navigation .nav .show .dropdown-menu, .main-navigation .nav .show .dropdown-menu li a {
	text-decoration: none;
}
/*Sets Background Color for Tabbing through Sub-Items of Top Navigation*/
.main-navigation .nav .dropdown.open .dropdown-menu li a:focus, .main-navigation .nav .dropdown.open .dropdown-menu li a:active, .main-navigation .nav .dropdown.open .dropdown-menu li a:hover, .main-navigation .nav .show .dropdown-menu li a:focus, .main-navigation .nav .show .dropdown-menu li a:active, .main-navigation .nav .show .dropdown-menu li a:hover {
	text-decoration: none;
	color: #0099a8;
	}
.main-navigation .nav .dropdown.open .dropdown-toggle::after, .main-navigation .nav .dropdown.show .dropdown-toggle::after {
	border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.navbar-transparent {
    height: 100px;
}
/*Top Nav Dropdown Background*/
.main-navigation .nav .dropdown .dropdown-menu {
	color: #fff;
	background-color: #333;
	 float: left;
    font-size: 12px;
    list-style: none;
    padding: 10px 0px 15px 0px;
    text-align: left;
	z-index: 1;
	left: 0px !important;
	position: absolute;
    top: 100%;
	display: none;
    min-width: 300px;
    margin: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
	border-radius: 0px;
}
.main-navigation .nav .dropdown.show .dropdown-menu {
	display:block;
}
/*Hides Moblie Plus Indicators*/
.main-navigation .nav .dropdown a.plus {
	display: none;
	}
.dropdown-menu, .dropdown-menu.show {
	transform: none !important;
	top: inherit !important;
	left: inherit !important;
}
.menuClose {
	display: none;
}
/*Footer Styles*/
/* original before 4/28/25 Lucero 
footer {
	background-color: #373434;
	color: #fff;
	padding: 30px 0;
	line-height: 25px;
	border-top: 10px solid #fad16c;
}
*/
/* begin edit 4/28/25 Lucero */
footer {
	background-color: #373434;
	color: #fff;
	padding: 30px 0;
	line-height: 25px;
	border-top: 10px solid #fad16c;
	padding-bottom: 80px;
}
/* end edit */
footer .container-fluid {
	max-width: 1440px !important;
	margin: 0 auto;
}
footer a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
footer .list-unstyled a {
	letter-spacing: -.02em;
}
footer a:hover, footer a:focus, footer a:active  {
	color: #fff;
	text-decoration: underline;
}
.footer-logo {
	display: block;
	width: 100%;
}
.footer-logo a {
	display: block;
	width: 230px;
	height: 120px;
	background:url(../images/nwacc-logo-white.png) no-repeat center;
	background-size: contain;
	text-indent:-9999px;
	margin: 0 auto 30px auto;
}
.footer-social {
	padding-left: 0;
    list-style: none;
	text-align: center;
	margin: 80px auto 10px;
}
.footer-social li {
	display: inline-block;
	margin: 0 10px;
}
.footer-social li a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  font-size: 30px;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.footer-social li a.twitter:before {
/*	content: "\e61a";  */
	content:  "𝕏";
} 
.footer-social li a.facebook:before {
	content: "\f39e";
} 
.footer-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li:hover a:before {
	color:  #0099a8;
	text-decoration: none;
}
.footer-contact {
	float: right;
	margin-right: 35px;
    margin-top: -50px;
}
.footer-address {
    list-style: none;
    font-size: 12px;
    line-height: 15px;
	margin: 10px 0;
}
.footer-address a {
	font-size: 12.5px;
}
.footer-phone {
	margin: 10px 0;
}
.footer-phone a {
	font-size: 17px;
}
footer .btn {
	font-family: AvenirNextLTPro-Bold, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
	width: 100%;
	background-color: #373434;
	padding-top: 8px;
}
footer .btn:hover, footer .btn:focus {
	background-color: #0099a8;
}
footer .list-unstyled {
	margin-top: 30px;
}
footer .list-unstyled li {
	line-height: 20px;
    margin: 10px 0;
}
footer .disclaimer {
	font-size: 12px;
	text-align: center;
}
footer .disclaimer ul {
	margin-bottom: 0;
}
footer .disclaimer ul li {
	display: inline-block;
	padding-right: 10px;
}
footer .disclaimer a {
	font-size: 12px;
}
footer .disclaimer li:after {
    content: "|";
	padding-left: 10px;
}
footer .disclaimer li:last-child:after {
    content: "";
	padding-left: 0;
}
footer .collapse {
	display: block;
	}
/*Main Content Styles*/
.video-feature {
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    max-height: 645px;
    height: auto;
    top: 0px;
    opacity: 1;
	margin-bottom: 0px;
}
video {
    width: 100%;
    height: auto;
}
.video-feature .overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* FF3.6-15 */
background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
background: linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.title-container {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-container h2 {
	position: relative;
    color: #fff;
    font-size: 70px;
    margin: 0;
	margin-top: 40px;
	line-height: 70px;
	z-index: 1;
	text-align: center;
	font-family: AvenirNextLTPro-Demi, sans-serif;
}
.video-feature .mobile-image {
	display: none;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/mobile-hero-image.jpg);
}
/*Home Featured News*/
.news {
	background-color: #0099a8;
	padding: 30px 0;
	color: #fff;
}
.content .news h2 {
	font-size: 23px;
	font-family: AvenirNextLTPro-Demi, sans-serif;
	margin-bottom: 35px;
	color: #fff;
	text-align: center;
}
.news .owl-carousel .owl-item img {
	float: left;
	padding-right: 10px;
	width: auto;
}
.news p {
	margin: 0;
	font-size: 18px;
	line-height: normal;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
.news p a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
.featured-stories .owl-nav .owl-prev {
    left: inherit;
    left: -60px;
    top: 0;
	width: 50px;
    height: 50px;
	font-size: 30px;
	display: block;
    position: absolute;
	cursor: pointer;
	color: #fff;
	text-align: center;
	}
.featured-stories .owl-nav .owl-next {
	right: -60px;
    top: 0;
	width: 50px;
    height: 50px;
	font-size: 30px;
	display: block;
    position: absolute;
	cursor: pointer;
	color: #fff;
	text-align: center;
	}
.featured-stories .owl-nav .fas {
	padding-top: 2px;
}
.featured-stories .owl-nav .owl-prev.disabled, .featured-stories .owl-nav .owl-next.disabled  {
	opacity: 0.5;
	cursor: default;
	}
.featured-stories .owl-nav .owl-next:hover, .featured-stories .owl-nav .owl-prev:hover, .featured-stories .owl-nav .owl-next:focus, .featured-stories .owl-nav .owl-prev:focus {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.featured-stories .owl-nav .owl-next.disabled:hover, .featured-stories .owl-nav .owl-next.disabled:hover, .featured-stories .owl-nav .owl-next.disabled:focus, .featured-stories .owl-nav .owl-next.disabled:focus  {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	cursor: default;
	}
/*Home Icons*/
.icons {
	background-color: #fff;
	padding: 50px 0;
	color: #373434;
}
.content .icons h2 {
	font-size: 75px;
	font-family: AvenirNextLTPro-Bold, sans-serif;
	margin-bottom: 35px;
	text-align: center;
	color: #373434;
}
.icons p {
	margin: 0;
	font-size: 22px;
	text-align: center;
	color: #373434;
}
.icons .icon-list {
    font-size: 16px;
    margin: 60px auto 0px;
    text-align: center;
}
.icons .icon-list li {
    display: inline-block;
    margin: 10px 23px;
    text-align: center;
    width: 142px;
    height: 142px;
}
.icons .icon-list li:first-child {
	margin-left: 0px;
}
.icons .icon-list li:last-child {
	margin-right: 0px;
}
.icons .icon-list li a {
    width: 142px;
    height: 142px;
    text-indent: -99999px;
    display: table-cell;
    margin: 0 auto;
    text-align: center;
}
.healthcare {
    width: 120px;
    height: 120px;
    background: url('../images/icon-sprites-2.png') -50px -53px;
}
.healthcare:hover {
	text-indent: 0px !important;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	background-color: #fad16c;
	background-image: none;
	color: #fff;
	vertical-align: middle;
}
.trailstrades {
    width: 120px;
    height: 120px;
    background: url('../images/icon-trailstrade.png');
}
.trailstrades:hover {
	text-indent: 0px !important;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	background-color: #69be28;
	background-image: none;
	color: #fff;
	vertical-align: middle;
}
.culinary {
    width: 120px;
    height: 120px;
    background: url('../images/icon-sprites-2.png') -250px -53px;
}
.culinary:hover {
	text-indent: 0px !important;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	background-color: #a3d65c;
	background-image: none;
	color: #fff;
	vertical-align: middle;
}
.business {
    width: 120px;
    height: 120px;
    background: url('../images/icon-sprites-2.png') -451px -53px;
}
.business:hover {
	text-indent: 0px !important;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	background-color: #0099a8;
	background-image: none;
	color: #fff;
	vertical-align: middle;
}
.science {
    width: 120px;
    height: 120px;
    background: url('../images/icon-sprites-2.png') -652px -53px;
}
.science:hover {
	text-indent: 0px !important;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	background-color: #00609c;
	background-image: none;
	color: #fff;
	vertical-align: middle;
}
.social {
    width: 120px;
    height: 120px;
    background: url('../images/icon-sprites-2.png') -1053px -53px;
}
.social:hover {
	text-indent: 0px !important;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	background-color: #8f0d57;
	background-image: none;
	color: #fff;
	vertical-align: middle;
}
.arts {
    width: 120px;
    height: 120px;
    background: url('../images/icon-sprites-2.png') -1254px -53px;
}
.arts:hover {
	text-indent: 0px !important;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	background-color: #ff9016;
	background-image: none;
	color: #fff;
	vertical-align: middle;
}
.workforce {
    width: 120px;
    height: 120px;
    background: url('../images/icon-sprites-2.png') -853px -53px;
}
.workforce:hover {
	text-indent: 0px !important;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	background-color: #4c306b;
	background-image: none;
	color: #fff;
	vertical-align: middle;
}
/*Photo Background Section*/
.photo-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center right;
	padding: 70px 0;
	position: relative;
	background-color: #373434;
}
.content .photo-background h2 {
	color: #fff;
	font-size: 73px;
	font-family: AvenirNextLTPro-Bold, sans-serif;
	line-height: 75px;
}
.photo-background .overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(160,160,160,0) 70%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(160,160,160,0) 70%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(160,160,160,0) 70%,rgba(229,229,229,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-9 */
}
.photo-background .caption {
	position: absolute;
	bottom: 50px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 18px;
	padding: 15px 20px;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
.content .photo-background h3 {
	color: #fff;
	font-size: 22px;
	width: 70%;
	margin: 40px 0;
}
.home .btn.white {
	margin: 10px;
    min-width: 200px;
}
/*Photo Background Slider Section*/
.photo-background-slider {
	padding: 70px 0px;
	position: relative;
	background-color: #373434;
}
.photo-background-slider .what-kind-of-student {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
}
.photo-background-slider .what-kind-of-student .item{ 
	position: relative;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	min-height: 550px;
}
.content .photo-background-slider h2 {
	color: #fff;
	font-size: 73px;
	font-family: AvenirNextLTPro-Bold, sans-serif;
	line-height: 75px;
}
.photo-background-slider .overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(160,160,160,0) 70%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(160,160,160,0) 70%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(160,160,160,0) 70%,rgba(229,229,229,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-9 */
}
.photo-background-slider .caption {
	position: absolute;
	bottom: 120px;
	right: 0px;
	/*background-color: rgba(0, 0, 0, 0.6);*/
	color: #fff;
	font-size: 18px;
	padding: 15px 20px;
	font-family: AvenirNextLTPro-Medium, sans-serif;
	z-index: 3;
}
.photo-background-slider .caption a {
	color: #fff;
}
.content .photo-background-slider h3 {
	color: #fff;
	font-size: 22px;
	width: 70%;
	margin: 40px 0;
}
.photo-background-slider .owl-nav .owl-prev {
    left: inherit;
    right: 80px;
    top: 40px;
	width: 33px;
    height: 33px;
    padding: 5px;
	display: block;
    position: absolute;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	text-align: center;
	z-index: 1;
	}
.photo-background-slider .owl-nav .owl-next {
    right: 40px;
    top: 40px;
	width: 33px;
    height: 33px;
    padding: 5px;
	display: block;
    position: absolute;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	text-align: center;
	z-index: 1;
	}
.photo-background-slider .owl-nav .fas {
	padding-top: 2px;
}
.photo-background-slider .owl-nav .owl-next:hover, .photo-background-slider .owl-nav .owl-prev:hover {
	background-color: rgba(255, 255, 255, 1);
}
/*Infographcs Section*/
.green {
	background-color: #a3d65c;
	color: #fff;
}
.stats {
	text-align: center;
}
.stats .number {
	font-size: 60px;
	font-family: AvenirNextLTPro-Bold, sans-serif;
}
.stats .text {
	font-size: 22px;
	width: 50%;
    margin: 0 auto;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
/*News Page Listing*/
.news .row .col-md-4{
	padding-left: 0;
}
.news-list {
	border-bottom: 1px solid #eaeded;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.announcements img {
	display: block;
    max-width: 100%;
    height: auto;
	width: 100%;
}
.announcements ul {
	font-size: 16px;
	padding-left: 0;
    list-style: none;
	margin-top: 25px;
}
.announcements ul li {
	padding: 4px 0 4px 22px;
    position: relative;
}
.announcements ul li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
 position: absolute;
   font-size: 14px;
   top: 6px;
   left: 5px;
}
.announcements ul li a:hover, .announcements ul li a:focus  {
	text-decoration: underline;
}
/*Home Events*/
.content .events-list h2 {
	color: #565353;
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 4px solid #fad16c;
	padding-bottom: 10px;
	margin-bottom: 25px;
	display: inline-block;
}
.events-list .more {
	position: absolute;
	right: 0;
	top: 0;
}
.events-list .more a, .events-list .more a:hover, .events-list .more a:focus {
	color: #848d94;
	font-size: 16px;
	font-weight: normal;
    padding-right: 30px;
	text-transform: uppercase
}
.events-list .events {
	display: block;
    width: 100%;
}
.events-list .events .event {
    display: table;
    margin-bottom: 15px;
    position: relative;
	width: 33%;
	float: left;
}
.events-list .events .event-date {
    padding-right: 10px;
	line-height: 34px;
	width: 80px;
}
.events-list .events .event div {
    display: table-cell;
    position: relative;
}
.events-list .events .event-date .event-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
	font-size: 23px;
	font-family: AvenirNextLTPro-Medium, sans-serif;
	color: #aeadad;
}
.events-list .events .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 38px;
    font-family: AvenirNextLTPro-Bold, sans-serif;
	color: #aeadad;
}
.events-list .events .event-info {
	color: #565353;
    font-size: 12px;
    display: block;
	font-weight: normal;
	margin-top: 10px;
}
.events-list .events .event-text {
	color: #565353;
    font-size: 19px;
    line-height: 22px;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
	font-family: AvenirNextLTPro-Demi, sans-serif;
}
.events-list .events .event a:hover .event-text, .events-list .events .event a:focus .event-text {
	text-decoration: underline;
}
/*Event Tabs*/
.events-list .nav-tabs .nav-link.active, .events-list .nav-tabs .nav-link.show  {
	 color: #565353;
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 4px solid #fad16c;
    padding-bottom: 0;
    margin-bottom: 0;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50px;
    margin-right: 40px;
	background-color: #fff;
}
.events-list .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after {
	content: none;
}
.events-list .nav-tabs #upcoming-events.nav-link.active, .nav-tabs #upcoming-events.nav-item.show .nav-link {
	margin-left: 0;
}
.events-list .nav-tabs .nav-link {
	border: none;
    border-radius: 0;
    font-size: 30px;
    color: #b4b3b3;
    border-right: none;
    text-decoration: none;
    padding: 0;
}
.events-list .nav-tabs .nav-link:after {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: -20px;
    color: #848d94;
}
.events-list .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.events-list .nav-tabs .nav-item {
    margin-bottom: -2px;
	margin-top: 0;
	background-color: #fff;
    border-bottom: 2px solid #fff;
	position: relative;
}
.events-list .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.events-list .nav-tabs {
    border-bottom: none;
}
.events-list .nav-tabs .nav-link:hover {
    border-bottom-color: #fad16c;
}
.events-list .tab-content {
    text-align: left;
    padding: 40px 0px;
    background-color: #fff;
    margin-bottom: 0;
	border: none;
}
.events-list .nav-tabs .nav-item:first-child {
    border-left: none;
}
/*Home Social Media Styles*/
.special-heading, .gray-row-wrapper h2.special-heading {
	padding-top: 25px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
    margin-bottom: 25px;
    display: table;
    white-space: nowrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	color: #5d6967;
	border-bottom: 0px;
}
.special-heading:before, .special-heading:after{
	background: rgba(0, 0, 0, 0) linear-gradient(#ccc, #fefefe) no-repeat scroll center center / 95% 2px;
    content: "";
    display: table-cell;
    width: 50%;
}
/*Home Contact Form*/
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1.57143;
    color: rgb(33, 33, 33);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 15px 27px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(177, 177, 177);
    border-image: initial;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group label {
	font-size: 16px;
	font-weight: bold;
}
textarea.form-control {
	height: auto;
}
.form-group .btn {
	font-size: 18px;
	text-align: center;
}
/*Section Title*/
/* original before 5/4/2025 */
.content h2.section-title {
	color: #545456;
	font-size: 30px;
	text-transform: uppercase;
	font-family: AvenirNextLTPro-Regular, sans-serif;
}
.content h2.section-title a {
	color: #545456;
}
/*     */
/* begin edit Lucero 5/4/25 */
.content div.section-title {
	color: #545456;
	font-size: 30px;
	text-transform: uppercase;
	font-family: AvenirNextLTPro-Regular, sans-serif;
}
.content div.section-title a {
	color: #545456;
}
/* end edit */
/*Secondary Nav*/
.secondary-nav {
	font-size: 12px;
	margin: 30px 0;
}
.secondary-nav.navbar-light {
	background-color: #e1e1e1 !important;
	padding: 0;
}
.secondary-nav.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
	padding: 1rem;
}
.secondary-nav.navbar-light .navbar-nav .nav-item:first-child .nav-link {
   background-color: #0099a8;
	color: #fff;
}
.secondary-nav.navbar-light .navbar-nav .nav-item:first-child .nav-link:hover, .secondary-nav.navbar-light .navbar-nav .nav-item:first-child .nav-link:focus {
   background-color: #54815d;
}
.secondary-nav .navbar-nav .nav-item.dropdown.open, .secondary-nav .navbar-nav .nav-item.dropdown.show, .secondary-nav .navbar-nav .nav-item:hover {
	background-color: #acadaf;
}
.secondary-nav .navbar-nav .dropdown-menu {
    top: 45px !important;
	border-radius: 0;
	border-top: 4px solid #545456;
	font-size: 12px;
	color: #545456;
}
.secondary-nav .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
}
.secondary-nav .action-button a {
	position: absolute;
    right: 0;
    background-color: #0099a8;
    color: #fff;
    top: 0;
    bottom: 0;
    padding: 15px;
}
.secondary-nav .action-button a .fas, .secondary-nav .action-button a .fab {
	margin-left: 10px;
	position: relative;
	top: 1px;
}
.secondary-nav .action-button a:hover, .secondary-nav .action-button a:focus {
	background-color: #54815d;
}
.secondary-nav .navbar-nav .dropdown.show .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.secondary-nav .navbar-nav .nav-item.active {
	background-color: #acadaf;
}
/*Side Nav*/
.content h3.side-nav-heading {
	font-size: 30px;
	color: #545456;
	font-weight: normal;
}
.content h3.side-nav-heading a {
	color: #545456;
}
#sidebar {
	margin-bottom: 20px;
}
#sidebar #side-nav-accordion{
	width: 100%;
}
#sidebar .navbar {
	padding: 0;
	background-color: #fff;
}
#sidebar .navbar-light .nav-item:first-child {
	border-top: none;
}
#sidebar .navbar-light .nav-item:first-child .nav-link {
	border-top: 4px solid #a3d65c;
}
#sidebar .navbar-light .nav-link {
	color: #545456;
	font-size: 16px;
	text-decoration: none;
	padding: 20px 10px;
	border: 2px solid #eceded;
	margin-bottom: -2px;
	border-left: 0px;
    border-right: 0px;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
#sidebar .navbar-light .nav-link:hover, #sidebar .navbar-light .nav-link:focus {
	color: #545456;
	background-color: #ecedee;
}
#sidebar .navbar-light{
	width: 100%;
}
#sidebar .navbar .navbar-toggler {
    color: #fff;
    font-size: 20px;
    padding: 5px;
    background-color: #e1e1e1 !important;
    border-radius: 0px;
}
#sidebar .navbar-light .nav-item{
	margin: 0;
    border-left: 0px;
    border-right: 0px;
	position: relative;
}
#sidebar .navbar-light .nav-item .current {
	color: #545456;
	background-color: #ecedee;
}
#sidebar .navbar-light .nav-item .navbar-nav {
	background-color: #f6f6f6;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link {
	font-size: 14px;
	padding: 15px 20px 15px 20px;
	border: none;
}
#sidebar .navbar-light .nav-item .nav-item:first-child .nav-link {
	border-top: none;
}
#sidebar .navbar-light .nav-item .nav-link::after {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 12px;
    float: right;
    position: relative;
    top: 4px;
    color: #565658;
}
#sidebar .navbar-light .nav-item .nav-link .nav .nav-item .nav-link::after {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 12px;
    float: right;
    position: relative;
    top: 4px;
    color: #565658;
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]::after {
    content: "\f107";
}
#sidebar .navbar-light .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f106";
}
#sidebar .navbar-light .nav-item ul {
	margin-left: 0 !important;
	border-left: 4px solid #e1e1e1;
}
.navbar-light .navbar-toggler {
    width: 100%;
}
.breadcrumb {
	background-color: transparent !important;
	text-align: right;
    float: right;
	margin: 0;
}
.breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}
.breadcrumb li {
    display: inline;
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
	color: #000;
}
.breadcrumb-item.active {
    color: #000;
}
.breadcrumb li:first-child {
    color: #aa1c2a;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.content img {
	max-width: 100%;
    height: auto;
}
/*Headings*/
.content h2 {
    display: block;
    color: #373434;
    font-family: AvenirNextLTPro-Bold, sans-serif;
    font-size: 35px;
    border: none;
    text-transform: none;
    padding: 0;
}
.content h3 {
    color: #545456;
    font-size: 30px;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
.content h4 {
    color: #545456;
    font-family: AvenirNextLTPro-Medium, sans-serif;
    font-size: 20px;
}
.content h5 {
    color: #545456;
    font-family: AvenirNextLTPro-Medium, sans-serif;
    font-size: 18px;
}
.content h2 a, .content h3 a, .content h4 a, .content h5 a {
	color: #0099a8;
}
.lead {
	color: #373434;
	font-family: AvenirNextLTPro-Medium, sans-serif;
    font-size: 26px;
}
.list-group .list-group-item a {
	color: #005189;
}
.list-group .list-group-item a:after {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 12px;
    float: right;
    position: relative;
    top: 4px;
    color: #565658;
}
.list-group .list-group-item {
	font-size: 13px;
	border-left: 0;
    border-right: 0;
}
.list-group.two-col {
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    columns: 2 !important;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
	display: block !important;
	margin-bottom: 20px
}
/*Accordions*/
.accordion .card {
	border: none;
	margin: 10px 0;
}
.accordion .card-header {
	padding: 0px;
	border-radius: 0px;
	border: none;
}
.accordion .card-header .btn {
    font-size: 18px;
    background-color: #fff;
    color: #545456 !important;
    border: 1px solid #e1e1e1;
    box-shadow: none !important;
    padding: 10px 15px;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    font-family: AvenirNextLTPro-Medium, sans-serif;
}
.accordion .card-header .btn[aria-expanded="true"] {
	background-color: #e5e6e7;
}
.accordion .card-header .btn-link .fas {
    font-size: 24px;
    margin-top: 13px;
    padding: 0 5px;
    position: absolute;
    right: 20px;
	color: #545456;
}
.accordion .card-header .btn-link[aria-expanded="false"] .fa-angle-up {
	display: none;
}
.accordion .card-header .btn-link[aria-expanded="true"] .fa-angle-down {
	display: none;
}
.accordion .card-body {
	border: 1px solid #e1e1e1;
	border-top: 0px;
	background-color: #fff;
}
.accordion .card-body p:first-child {
	margin-top: 0;
}
.accordion .card-body p:last-child {
	margin-bottom: 0;
}
.gray-row-wrapper .accordion .card-body {
	border: none;
}
/*Numbered Step List*/
.numbered-steps {
    margin-left: 0;
	padding-left: 0px;
    padding-right: 0;
    list-style-type: none;
}
.numbered-steps li {
    counter-increment: step-counter;
	margin: 30px 0;
	position: relative;
    min-height: 40px;
    padding: 0 0 0 55px;
}
.numbered-steps li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background-color: #666666;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.figure-caption {
    font-size: 16px !important;
    margin: 10px 0 40px;
}
/*Tabs*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #545456;
    border-radius: 0;
    border-left: none;
    border-right: none;
    font-size: 11px;
    background-color: #dbf1f3;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 11px;
	color: #545456;
	border-right: 1px solid #E9E6E4;
	padding-top: 12px;
	text-decoration: none;
	font-family: AvenirNextLTPro-Medium, sans-serif;
}
.nav-tabs .nav-link:after {
	content: none;
}
.nav-tabs .nav-item:first-child {
	border-left: 1px solid #E9E6E4;
}
.nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
	margin-top: 0;
	background-color: #fff;
	border-top: 1px solid #eceded;
}
.nav-tabs .nav-link:hover {
	text-decoration: none;
}
.nav-tabs {
    border-bottom: 4px solid #dbf1f3;
	margin-top: 40px;
}
.nav-tabs .nav-link:hover {
    border-bottom-color: #fff;
}
.tab-content {
    text-align: left;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
	border: 1px solid #eceded;
}
.tab-content h3 {
	margin: 20px 0;
}
/*Brightwater Tabs*/
.brightwater .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border-radius: 0;
    border-left: none;
    border-right: none;
    font-size: 20px;
    font-family: AvenirNextLTPro-Medium, sans-serif;
    background-color: #373434;
}
.brightwater .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 20px;
	color: #545456;
	border-right: 1px solid #E9E6E4;
	padding-top: 12px;
	text-decoration: none;
}
.brightwater .nav-tabs .nav-link:after {
	content: none;
}
.brightwater .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.brightwater .nav-tabs .nav-item {
    margin-bottom: -1px;
	margin-top: 0;
	background-color: #fff;
	border-top: 1px solid #eceded;
}
.brightwater .nav-tabs .nav-item:first-child {
    border-left: 1px solid #eceded;
}
.brightwater .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.brightwater .nav-tabs {
    border-bottom: 4px solid #373434;
	margin-top: 40px;
}
.brightwater .nav-tabs .nav-link:hover {
    border-bottom-color: #fff;
}
.brightwater .nav-tabs .nav-link.active:hover {
	border-bottom-color: #fff;
}
.brightwater .tab-content {
    text-align: left;
    padding: 0px 0px 20px 0;
    background-color: #fff;
    margin-bottom: 20px;
	border: none;
}
.brightwater .tab-content h3 {
	margin: 20px 0;
}
/*Hero Images*/
.hero-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* FF3.6-15 */
background: -webkit-linear-gradient(rgba(0,0,0,.6) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,.6) 100%);
background: -o-linear-gradient(rgba(0,0,0,.6) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,.6) 100%);
background: linear-gradient(rgba(0,0,0,.6) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,.61) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.hero {
	position: relative;
	height: 600px;
	overflow: hidden;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-title-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: table;
    height: 100%;
}
.hero h2 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    line-height: 64px;
    display: table-cell;
    vertical-align: middle;
	font-family: AvenirNextLTPro-Demi, sans-serif;
}
.hero h2 > small {
    color: #fff;
    font-size: 40px;
	text-transform: none;
}
.hero-title-mobile {
	display: none;
}
.hero-mobile {
	display: none;
}
.gray-box {
	background-color: #f5f5f5;
	padding: 25px;
}
.accent {
	font-family: AvenirNextLTPro-Demi, sans-serif;
	color: #5c3092;
}
.dark-gray-box {
	background-color: #373434;
	padding: 30px;
	color: #fff;
}
.dark-gray-box h3 {
	color: #fff;
	font-family: AvenirNextLTPro-Demi, sans-serif;
}
.dark-gray-box .btn {
	background-color: #373434;
}
.dark-gray-box .btn:hover {
	background-color: #fff;
	color: #373434 !important;
}
.dark-gray-box p {
	margin: 10px 0;
}
.card.contact {
	border-top: 5px solid #fad16c;
	border-bottom: 5px solid #fad16c;
	border-radius: 0px;
	background-color: #fff;
/* begin edit Lucero 4/29/25
	This allows for long strings to
	word wrap in contact card container 
	as viewports shrink 
	in width, instead of breaking out
	past the contact card's boundaries
*/
	word-break: break-all;
/* end edit */
}
.card.contact .fas {
	color: #fad16c;
	position: absolute;
    top: 15px;
    right: 15px;
	font-size: 25px;
}
.card.contact .card-body .card-title {
	font-size: 18px;
	font-family: AvenirNextLTPro-Demi, sans-serif;
}
.card.contact .card-body .contact-list {
	padding-left: 0px;
	list-style: none;
	margin-top: 30px;
	font-size: 16px;
	line-height: 20px;
}
.card.contact .card-body .contact-list li {
	display: block;
	clear: both;
	margin: 10px 0;
}
.card.contact .card-body .contact-list a {
	display: inline-block;
	margin-right: 10px;
	font-size: 17px;
}
.card.contact .card-body .contact-list li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  width: 20px;
  text-align: center;
  line-height: 22px;
  color: #545456;
}
.card.contact .card-body .contact-list li.title:before {
	content: "\f05a";
}
.card.contact .card-body .contact-list li.location:before {
	content: "\f3c5";
}
.card.contact .card-body .contact-list li.phone:before {
	content: "\f095";
}
.card.contact .card-body .contact-list li.email:before {
    content: "\f0e0";
}
.card.contact .card-body .contact-list li.fax:before {
    content: "\f1ac";
}
.card.contact .card-body .contact-list li.hours:before {
    content: "\f017";
}
.card.contact .card-body .contact-list li.web:before {
    content: "\f0ac";
}

.card.contact .card-body .contact-list li.whatsapp:before {
    font-family: "Font Awesome 5 Brands";
	content: "\f232";
}

.card.white-box {
	background-color: #fff;
	border-radius: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.card.white-box .card-img-top {
	margin-bottom: 10px;
	border-radius: 0px;
}
.card.white-box .card-img-left {
	padding: 10px 0px;
	border-radius: 0px;
}
.gray-bg .card.white-box, .gray-bg .card.white-box-green-border, .card.green-box {
	border: none;
}
.card.white-box-green-border {
	background-color: #fff;
	border-radius: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
    padding: 20px 40px 25px 25px;
	border-left: 10px solid #a3d65c !important;
}
.card.white-box-green-border::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 42px;
    position: absolute;
    top: 30px;
    left: -1px;
    color: #a3d65c;
}
.card.white-box-green-border .fas {
	position: absolute;
	top: 45px;
	right: 25px;
	color: #cccccd;
	font-size: 30px;
}
.card.green-box {
	background-color: #a3d65c;
	border-radius: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
    padding: 10px 50px 25px 10px;
	border-left: 10px solid #0099a8 !important;
	color: #fff;
}
.card.green-box .card-title {
	color: #fff;
}
.card.green-box::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 42px;
    position: absolute;
    top: 30px;
    left: -1px;
    color: #0099a8;
}
.card.green-box .fas {
	position: absolute;
	top: 40%;
	right: 25px;
	color: #fff;
	font-size: 30px;
}
.card.photo-box-color-overlay {
	border-radius: 0px;
	color: #fff;
	border: none;
	margin-bottom: 20px;
}
.card.photo-box-color-overlay .card-img-top {
	border-radius: 0px;
}
.card.photo-box-color-overlay .card-body {
	padding: 0px;
}
.card.photo-box-color-overlay .card-title {
	color: #fff;
	font-family: AvenirNextLTPro-Demi, sans-serif;
}
.card.photo-box-color-overlay .card-body .rollover-wrapper {
	position: absolute;
	height: 145px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 153, 168, 0.77);
	overflow: hidden;
	padding: 20px;
	transition-property: all;
	transition-duration: .5s;
}
.card.photo-box-color-overlay .card-body .rollover-wrapper:hover, .card.photo-box-color-overlay .card-body .rollover-wrapper:focus{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 153, 168, 0.77);
	height: 100%;
	overflow: visible;
}
.card.photo-box-color-overlay .card-body a {
	color: #fff;
}
.callout {
	font-size: 30px;
	padding: 5px 20px;
	background-color: #a3d65c;
	color: #fff;
	margin-bottom: 15px;
}

/* Large desktops and laptops */
@media (min-width: 1370px) {
.site-navigation {
display: block !important;
left: 0 !important;
}
.table-responsive {
    overflow: hidden;
	}
}
/* Landscape tablets and medium desktops: XL */
@media (min-width: 1200px) and (max-width: 1369px) {
body {
	/*border: 2px solid #fcee21;*/
	} /*yellow*/
/*Main Navigation Styles*/
.site-navigation {
	display: block !important;
	left: 0 !important;
	}
.flex, .flex > div[class*='col-'] {
		display: block;
	}
.featured-stories {
    padding: 0 20px;
}
.featured-stories .owl-nav .owl-prev {
left:-45px;
	}
.featured-stories .owl-nav .owl-next {
right: -32px;
	}
}
/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
body {
		/*border: 2px solid #0000ff;*/
	} /*blue*/
.flex, .flex > div[class*='col-'] {
		display: block;
	}
.menuToggle {
	display: none;
}
/*Main Navigation Styles*/
.main-navigation .nav .dropdown {
    padding: 0px;
}
.site-navigation {
	display: block !important;
	left: 0 !important;
	}
.logo a {
    width: 75px;
    height: 75px;
    background-size: 50px 50px;
}
.dark-navbar .logo-box-menu {
    width: 75px;
    height: 75px;
    background-size: 50px 50px;
}
.interior .main-navigation .nav, .landing .main-navigation .nav {
	padding-left: 0px;
	padding-top: 10px;
	}
header .audience li {
    padding: 0 2px;
}
header .audience .nav a {
    padding: 6px 5px;
}
header .icons-nav li {
    padding: 0 2px;
}
.action li {
	padding-top: 0.3625rem;
    padding-bottom: 0.6rem;
	padding-left: 10px;
	padding-right: 10px;
	}
.main-navigation .nav li a {
        padding: 10px 25px;
	font-size: 16px;
}
.main-navigation {
	margin-top: 0px;	
}
.main-navigation .nav .dropdown:nth-child(6) .dropdown-menu {
	left: inherit !important;
	right: 0 !important;
}
footer .btn {
    font-size: 14px;
}
.footer-contact {
    margin-right: 0px;
}
.icons .icon-list li {
    margin: 10px 5px;
	}
.content .icons h2 {
    font-size: 65px;
	}
.hero-title-container {
    max-width: 960px;
}
.card.photo-box-color-overlay .card-body .rollover-wrapper {
    position: relative;
    height: auto;
    background-color: rgba(0, 153, 168,1);
    overflow: visible;
}
.card.photo-box-color-overlay .card-body .rollover-wrapper:hover, .card.photo-box-color-overlay .card-body .rollover-wrapper:focus {
    position: relative;
    background-color: rgba(0, 153, 168, 1);
}
.featured-stories {
    padding: 0 20px;
}
.featured-stories .owl-nav .owl-prev {
left:-45px;
	}
.featured-stories .owl-nav .owl-next {
right: -32px;
	}
}
/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
body {
		/*border: 2px solid #ed1e79;*/
	}  /*pink*/
.flex, .flex > div[class*='col-'] {
		display: block;
	}
.cover {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4e5758;
    background: rgba(78,87,88,0.8);
    z-index: 1;
}
.landing.no-hero section.content {
	padding-top: 45px;
}
.sticky-menu-bar-show {
	position: relative;	
	width: auto;
	}
.sticky-menu-bar-show .logo a {
	display:none;
	}
.dark-gray-header-bar {
    height: auto;
}
.navbar-transparent {
    height: auto;
}
.mobile-fixed-wrapper{
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 4;
	display:block;
}
.mobile-fixed-wrapper.fixed {
	position: fixed;	
	}
header .site-navigation .dark-gray-header-bar .container {
	padding: 0px 10px;	
	    margin-bottom: 20px;
	}
header .audience .nav a {
  font-size: 15px;
}
.fixed-wrapper .alert {
		display: none;
	}
.mobile-fixed-wrapper .alert {
		display: block;
	}
header {
    border-top: none;
}
h1.logo {
	margin: 0;	
	}
.logo a {
    display: none;
	}
.mobile-header {
	display: block;
	height: 45px;
    background-color: #373434;
}
.mobile-logo a {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    background: url(../images/nwacc-logo-rgb-icon-reversed.png) no-repeat;
	background-size: 50px 50px;
    background-position: center;
    background-color: #54815d;
    text-indent: -9999px;
    margin: 0 0 20px 0;
}
.mobile-header .container {
	position: relative;	
	}
/*Icons Navigation*/
.mobile-header .icons-nav {
	display: block;	
	margin-right: 20px;
	padding-top: 5px;
	}
.mobile-header .icons-nav .nav li a {
	color: #fff;
	font-size: 20px;
    padding: 0 10px;
}
header .icons-nav {
	display: none;	
	}
.auxnav {
	margin: 10px;
	text-align: center;
	}
header .auxnav .nav {
	display: block;
	}
header .auxnav .nav li {
	float: none;
	display: inline-block;
	}
header .auxnav .nav li a {
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
}
header .auxnav .nav li a:hover {
    color: #fff;
}
/*Audience Navigation Styles*/
header .audience {
	margin-top: 0;
	float: none;
	height: auto;
	}
header .audience .nav a {
    padding: 0;
}
.action {
    float: none;
}
.action .btn {
	display: block;	
	background-color: #0099a8;
	}
.action li#login {
    text-align: left;
	text-transform: uppercase;
	padding: 15px 0 5px;
}
.action li#login a {
    text-align: left;
}
.action li#login .dropdown-menu a.btn{
	text-align: center;
	background-color: #0099a8;
	}
.action li#login a:after {
	content: none;
	}
.action #login .dropdown-menu {
    background-color: transparent;
    border-radius: 0;
    right: 0;
    display: block;
    width: 100%;
	position: static !important;
    float: none;
	padding: 0;
	border: none;
}
.action #login .dropdown-menu[style]{
	position: static !important;	
	}
.action #login .dropdown-menu li {
    margin: 0;
}
.action .dropdown-menu li {
    margin: 0;
    display: inline-block;
     width: 49.6%;
	text-align: center;
}
header .audience li {
    height: auto;
	padding: 5px 0;
	margin: 0;
}
header .audience .nav {
	display: block;
    padding: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
.main-navigation .nav li.search {
    display: none;
}
/*Main Navigation Styles*/
.interior header .main-navigation, .landing header .main-navigation {
	height: auto;
    position: static;
    padding-left: 0;
    padding-top: 0;	
	}
.dark-gray-header-bar {
    height: auto;
	padding: 0px 20px;
}
.main-navigation {
    background-color: transparent;
}
.main-navigation .nav {
	text-align: left;
	margin-top: 20px;
	border-top: none;
	}
.main-navigation .nav li {
	display: block;
	float: none;
	}
.main-navigation .nav li a {
	color: #ffffff;
	font-size: .79em;
	text-transform:uppercase;
	font-style: normal;
	padding-left: 8px;
	padding-right: 8px;
	}
.site-navigation.open .main-mavigation {
	box-shadow: none !important;
	}
.main-navigation .nav .dropdown .dropdown-menu {
    background-color: #fff; 
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */ 
	color: #ffffff;
    box-shadow: none;
	border-radius: 0;
    float: none;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    width: 100%;
	min-width:auto;
	min-height: 0;
	height: auto;
    padding: 5px 0;
	display: block;
    position: relative;
    text-align: left;
    top: 0;
    z-index: 1000;
	border-bottom: none;
}
.interior header .main-navigation .nav .dropdown .dropdown-menu, .landing header .main-navigation .nav .dropdown .dropdown-menu {
    background-color: #fff;
}
.main-navigation .nav .dropdown .dropdown-menu .two-col {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
/*Sets Background Color for Tabbing through Top Level Navigation*/
.main-navigation .nav .dropdown.open a, .main-navigation .nav .dropdown.open a:focus, .main-navigation .nav .dropdown.open a:active, .main-navigation .nav.open a:hover, .main-navigation .nav .show a, .main-navigation .nav .show a:focus, .main-navigation .nav .show a:active, .main-navigation .nav .show a:hover  {
	/*background-color: #5d6967;*/
	}
/*Sets Background Color for Tabbing through Sub-Items of Top Navigation*/
.main-navigation .nav .dropdown.open .dropdown-menu li a:focus, .main-navigation .nav .dropdown.open .dropdown-menu li a:active, .main-navigation .nav .dropdown.open .dropdown-menu li a:hover, .main-navigation .nav .show .dropdown-menu li a:focus, .main-navigation .nav .show .dropdown-menu li a:active, .main-navigation .nav .show .dropdown-menu li a:hover {
	background-color: transparent;
	}
.site-navigation .main-mavigation .nav .dropdown a.dropdown-toggle .dropdown-menu li a{
	display: none;
	}
/*Sub Items Border*/
.site-navigation .main-navigation .nav .dropdown {
    width: 100%;
	margin: 15px 0;
	display: block;
	padding: 0px;
}
.site-navigation .main-navigation .nav .dropdown:last-child {
	margin-bottom: 50px;	
	}
.dark-navbar .logo-box-menu {
    display: none;
	}
.dark-navbar .audience, .dark-navbar .action, .dark-navbar .icons-nav {
    visibility: visible;
}
.main-navigation .nav .dropdown.show a.dropdown-toggle {
	background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);	
	}
.menu-fw-content .row .col {
	flex:none;
	}
.main-navigation .nav .dropdown a.dropdown-toggle:hover {
    border-bottom: none;
}
.call-out {
		display: none;
	}
/*Sub Items Position and Height*/
.site-navigation .main-navigation .nav .dropdown a {
	font-size: 17px;
	    padding: 10px 15px 5px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	color: #373434 !important;
	}
.main-navigation .nav .dropdown .dropdown-menu .list-unstyled li a {
	padding: 10px 0px;	
	}
.site-navigation .main-navigation .nav .dropdown .dropdown-menu li a {
	background-color: transparent;
}
/*Sub Items hidden until clicked*/
.main-navigation .nav .dropdown.open .dropdown-menu {
	display: none;
	}
.main-navigation .nav .dropdown .dropdown-menu {
	display: none; 
	}
.main-navigation .nav .dropdown:hover .dropdown-menu {
    display: none; 
}
/*Sub Items shown when open*/
.main-navigation .nav .dropdown.show .dropdown-menu.show {
	display: block;
	position: relative !important;
	}
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
	display: inherit !important;	
	}
.main-navigation .nav {
	margin-left: 0;
	}
.main-navigation > ul {
	display: block;
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal;
	}
.site-navigation .main-navigation {
	display: block;
	margin: 0;
	float: none;
	}
.site-navigation .main-navigation .nav li a {
	margin-left: 0;
	}
.main-navigation .nav li a {
	margin-left: 40px;
	}
.main-navigation .nav {
	border-top: none;
	border-bottom: none;
	margin-top: 0;
	}
.main-navigation .nav li a:focus, .main-navigation .nav li a:active, .main-navigation .nav li a:hover {
    background-color: transparent;
}
.sticky-menu-bar-show .audience, .sticky-menu-bar-show .main-navigation {
    display: block;
}
a.menuToggle {
    color: #fff;
    text-decoration: none;
	position: absolute;
    z-index: 5;
	display: block;
	font-size: 22px;
	right: 0;
	top: 8px;
}
.site-navigation {
	border-left: solid 2px #ffffff;
    width: 80%;
    top: 0px;
    right: -390px;
    z-index: 10000;
	display:none;
	box-shadow: none;
	background-color: #373434;
	overflow-y: scroll;
    height: 100%;
	position: fixed;
}
.menuClose {
	display: block;
	background: #2d2d2d;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	padding: 15px 35px;
	position: relative;
	font-size: 18px;
}
.menuClose svg {
	margin-left: 10px;	
	}
.menuClose:hover {
		color:#fff;
	}
.menuClose:active, .menuClose:focus {
	color: #fff;
	}
.dropdown-toggle::after {
	display: block;
    float: right;
    position: relative;
    top: 7px;
	border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
	}
.show .dropdown-toggle::after {
	border-top: 0;
    border-right: 0.4em solid transparent;
    border-bottom: 0.4em solid;
    border-left: 0.4em solid transparent;
	}
.main-navigation .nav .dropdown.open .dropdown-toggle::after, .main-navigation .nav .dropdown.show .dropdown-toggle::after {
	border-top: 0;
    border-right: 0.4em solid transparent;
    border-bottom: 0.4em solid;
    border-left: 0.4em solid transparent;
}
.fixed-wrapper.smaller .logo a {
    display: none;
}
.fixed-wrapper.smaller .audience, .fixed-wrapper.smaller .main-navigation {
    display: block;
}
.breadcrumb {
    text-align: left;
    float: none;
    padding: 20px 0px;
}
.footer-contact {
    float: none;
    margin-right: 0;
    margin-top: -20px;
    text-align: center;
}
footer p {
	margin: 15px auto;
	text-align: center;
	}
footer .btn {
	width: 50%;	
	}
.icons .icon-list li:first-child {
    margin-left: 23px;
}
.icons .icon-list li:last-child {
    margin-right: 23px;
}
.video-feature video {
	display: none;	
	}
.video-feature .mobile-image {
	display: block;
	height: 600px;
}
.content .icons h2 {
    font-size: 50px;
	}
.photo-background {
    padding: 60px 0;
}
.photo-background .caption {
    bottom: 10px;
}
.photo-background .btn {
	font-size: 12px;	
	}	
.secondary-nav.navbar-light .navbar-nav .nav-item:first-child .nav-link {
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
}
.secondary-nav .action-button a {
    bottom: inherit;
	padding: 11px 15px;
}
.secondary-nav.navbar-light .navbar-nav .nav-item:first-child .nav-link:hover, .secondary-nav.navbar-light .navbar-nav .nav-item:first-child .nav-link:focus {
    background-color: transparent;
}
.show .dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
.interior section.content {
    padding-top: 30px;
}
.hero-title-container {
    max-width: 720px;
}
.card.photo-box-color-overlay .card-body .rollover-wrapper {
    position: relative;
    height: auto;
    background-color: rgba(0, 153, 168,1);
    overflow: visible;
}
.card.photo-box-color-overlay .card-body .rollover-wrapper:hover, .card.photo-box-color-overlay .card-body .rollover-wrapper:focus {
    position: relative;
    background-color: rgba(0, 153, 168, 1);
}
.photo-background-slider {
    padding-top: 0;
	padding-bottom: 30px;
}
.photo-background-slider .overlay {
	display: none;	
	}
.photo-background-slider .what-kind-of-student {
    position: static;
	margin-bottom: 40px;
}
.photo-background-slider .what-kind-of-student .item {
    min-height: 350px;
}
.photo-background-slider .caption {
    bottom: 20px;
	}
.content .photo-background-slider h2, .content h2, .home section .text-center h2, .content .photo-background h2 {
    font-size: 46px;
	line-height: 46px;
	}
.featured-stories {
    padding: 0 20px;
}
.featured-stories .owl-nav .owl-prev {
left:-50px;
	}
.featured-stories .owl-nav .owl-next {
right: -20px;
	}
#searchmodal .siteSearch .form-submit {
    right: 20%;
}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
body {
		/*border: 2px solid #009245;*/
	} /*green*/
.flex, .flex > div[class*='col-'] {
		display: block;
	}
.cover {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4e5758;
    background: rgba(78,87,88,0.8);
    z-index: 1;
}
.landing.no-hero section.content {
	padding-top: 35px;
}
.sticky-menu-bar-show {
	position: relative;	
	width: auto;
	}
.sticky-menu-bar-show .logo a {
	display:none;
	}
.dark-gray-header-bar {
    height: auto;
}
.navbar-transparent {
    height: auto;
}
.mobile-fixed-wrapper{
    width: 100%;	
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 4;
	display:block;
}
.mobile-fixed-wrapper.fixed {
	position: fixed;	
	}
header .site-navigation .dark-gray-header-bar .container {
	padding: 0px 10px;	
	    margin-bottom: 20px;
	}
header .audience .nav a {
        font-size: 15px;
}
.fixed-wrapper .alert {
		display: none;
	}
.mobile-fixed-wrapper .alert {
		display: block;
	}
header {
    border-top: none;
}
h1.logo {
	margin: 0;	
	}
.logo a {
    display: none;
	}
.mobile-header {
	display: block;
	height: 45px;
    background-color: #373434;
}
.mobile-logo a {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    background: url(../images/nwacc-logo-rgb-icon-reversed.png) no-repeat;
	background-size: 50px 50px;
    background-position: center;
    background-color: #54815d;
    text-indent: -9999px;
    margin: 0 0 20px 0;
}
.mobile-header .container {
	position: relative;	
	}
/*Icons Navigation*/
.mobile-header .icons-nav {
	display: block;	
	margin-right: 30px;
	padding-top: 5px;
	}
.mobile-header .icons-nav .nav li a {
	color: #fff;
	font-size: 20px;
    padding: 0 10px;
}
header .icons-nav {
	display: none;	
	}
.auxnav {
	margin: 10px;
	text-align: center;
	}
header .auxnav .nav {
	display: block;
	}
header .auxnav .nav li {
	float: none;
	display: inline-block;
	}
header .auxnav .nav li a {
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
}
header .auxnav .nav li a:hover {
    color: #fff;
}
/*Audience Navigation Styles*/
header .audience {
	margin-top: 0;
	float: none;
	height: auto;
	}
header .audience .nav a {
    padding: 0;
}
.action {
    float: none;
}
.action .btn {
	display: block;	
	background-color: #0099a8;
	}
.action li#login {
    text-align: left;
	text-transform: uppercase;
	padding: 10px 0 5px;
}
.action li#login a {
    text-align: left;
}
.action li#login .dropdown-menu a.btn{
	text-align: center;
	background-color: #0099a8;
	}
.action li#login a:after {
	content: none;
	}
.action #login .dropdown-menu {
    background-color: transparent;
    border-radius: 0;
    right: 0;
    display: block;
    width: 100%;
	position: static !important;
    float: none;
	padding: 0;
	border: none;
}
.action #login .dropdown-menu[style]{
	position: static !important;	
	}
.action #login .dropdown-menu li {
    margin: 0;
}
.action .dropdown-menu li {
    margin: 0;
    display: inline-block;
        width: 49.6%;
	text-align: center;
}
header .audience li {
    height: auto;
	padding: 3px 0;
	margin: 0;
}
header .audience .nav {
	display: block;
    padding: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
.main-navigation .nav li.search {
    display: none;
}
/*Main Navigation Styles*/
.interior header .main-navigation, .landing header .main-navigation {
	height: auto;
    position: static;
    padding-left: 0;
    padding-top: 0;	
	}
.dark-gray-header-bar {
    height: auto;
	padding: 0px 20px;
}
.main-navigation {
    background-color: transparent;
}
.main-navigation .nav {
	text-align: left;
	margin-top: 20px;
	border-top: none;
	}
.main-navigation .nav li {
	display: block;
	float: none;
	}
.main-navigation .nav li a {
	color: #ffffff;
	font-size: .79em;
	text-transform:uppercase;
	font-style: normal;
	padding-left: 8px;
	padding-right: 8px;
	}
.site-navigation.open .main-mavigation {
	box-shadow: none !important;
	}
.main-navigation .nav .dropdown .dropdown-menu {
    background-color: #fff; 
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */ 
	color: #ffffff;
    box-shadow: none;
	border-radius: 0;
    float: none;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    width: 100%;
	min-width:auto;
	min-height: 0;
	height: auto;
    padding: 5px 0;
	display: block;
    position: relative;
    text-align: left;
    top: 0;
    z-index: 1000;
	border-bottom: none;
}
.main-navigation .nav .dropdown .dropdown-menu .two-col {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
/*Sets Background Color for Tabbing through Top Level Navigation*/
.main-navigation .nav .dropdown.open a, .main-navigation .nav .dropdown.open a:focus, .main-navigation .nav .dropdown.open a:active, .main-navigation .nav.open a:hover, .main-navigation .nav .show a, .main-navigation .nav .show a:focus, .main-navigation .nav .show a:active, .main-navigation .nav .show a:hover  {
	/*background-color: #5d6967;*/
	}
/*Sets Background Color for Tabbing through Sub-Items of Top Navigation*/
.main-navigation .nav .dropdown.open .dropdown-menu li a:focus, .main-navigation .nav .dropdown.open .dropdown-menu li a:active, .main-navigation .nav .dropdown.open .dropdown-menu li a:hover, .main-navigation .nav .show .dropdown-menu li a:focus, .main-navigation .nav .show .dropdown-menu li a:active, .main-navigation .nav .show .dropdown-menu li a:hover {
	background-color: transparent;
	}
.site-navigation .main-mavigation .nav .dropdown a.dropdown-toggle .dropdown-menu li a{
	display: none;
	}
/*Sub Items Border*/
.site-navigation .main-navigation .nav .dropdown {
    width: 100%;
	margin: 15px 0;
	display: block;
	padding: 0px;
}
.site-navigation .main-navigation .nav .dropdown:last-child {
	margin-bottom: 50px;	
	}
.dark-navbar .logo-box-menu {
    display: none;
	}
.dark-navbar .audience, .dark-navbar .action, .dark-navbar .icons-nav {
    visibility: visible;
}
.main-navigation .nav .dropdown.show a.dropdown-toggle {
	background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);	
	}
.menu-fw-content .row .col {
	flex:none;
	}
.main-navigation .nav .dropdown a.dropdown-toggle:hover {
    border-bottom: none;
}
.call-out {
		display: none;
	}
/*Sub Items Position and Height*/
.site-navigation .main-navigation .nav .dropdown a {
	font-size: 17px;
	padding: 10px 15px 5px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	color: #373434 !important;
	}
.main-navigation .nav .dropdown .dropdown-menu .list-unstyled li a {
	padding: 10px 0px;	
	}
.site-navigation .main-navigation .nav .dropdown .dropdown-menu li a {
	background-color: transparent;
}
/*Sub Items hidden until clicked*/
.main-navigation .nav .dropdown.open .dropdown-menu {
	display: none;
	}
.main-navigation .nav .dropdown .dropdown-menu {
	display: none; 
	}
.main-navigation .nav .dropdown:hover .dropdown-menu {
    display: none; 
}
/*Sub Items shown when open*/
.main-navigation .nav .dropdown.show .dropdown-menu.show {
	display: block;
	position: relative !important;
	}
.interior header .main-navigation .nav .dropdown .dropdown-menu, .landing header .main-navigation .nav .dropdown .dropdown-menu {
    background-color: #fff;
}
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
	display: inherit !important;	
	}
.main-navigation .nav {
	margin-left: 0;
	}
.main-navigation > ul {
	display: block;
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal;
	}
.site-navigation .main-navigation {
	display: block;
	margin: 0;
	float: none;
	}
.site-navigation .main-navigation .nav li a {
	margin-left: 0;
	}
.main-navigation .nav li a {
	margin-left: 40px;
	}
.main-navigation .nav {
	border-top: none;
	border-bottom: none;
	margin-top: 0;
	}
.main-navigation .nav li a:focus, .main-navigation .nav li a:active, .main-navigation .nav li a:hover {
    background-color: transparent;
}
.sticky-menu-bar-show .audience, .sticky-menu-bar-show .main-navigation {
    display: block;
}
a.menuToggle {
    color: #fff;
    text-decoration: none;
	position: absolute;
    z-index: 5;
	display: block;
	font-size: 22px;
	right: 15px;
	top: 8px;
}
.site-navigation {
	border-left: solid 2px #ffffff;
    width: 90%;
    position: fixed;
    top: 0px;
    right: -390px;
    z-index: 10000;
	display:none;
	box-shadow: none;
	background-color: #373434;
	overflow-y: scroll;
    height: 100%;
	padding-bottom: 50px;
}
.menuClose {
	display: block;
	background: #2d2d2d;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	padding: 15px 35px;
	position: relative;
	font-size: 18px;
}
.menuClose svg {
	margin-left: 10px;	
	}
.menuClose:hover {
		color:#fff;
	}
.menuClose:active, .menuClose:focus {
	color: #fff;
	}
.dropdown-toggle::after {
	display: block;
    float: right;
    position: relative;
    top: 7px;
	border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
	}
.show .dropdown-toggle::after {
	border-top: 0;
    border-right: 0.4em solid transparent;
    border-bottom: 0.4em solid;
    border-left: 0.4em solid transparent;
	}
.main-navigation .nav .dropdown.open .dropdown-toggle::after, .main-navigation .nav .dropdown.show .dropdown-toggle::after {
	border-top: 0;
    border-right: 0.4em solid transparent;
    border-bottom: 0.4em solid;
    border-left: 0.4em solid transparent;
}
.fixed-wrapper.smaller .logo a {
    display: none;
}
.fixed-wrapper.smaller .audience, .fixed-wrapper.smaller .main-navigation {
    display: block;
}
.breadcrumb {
    text-align: left;
    float: none;
    padding: 20px 0px;
}
.footer-contact {
    float: none;
    margin-right: 0;
    margin-top: -20px;
    text-align: center;
}
footer {
	text-align: center;	
	}
footer p {
	margin: 15px auto;
	text-align: center;
	}
footer .btn {
	width: 50%;	
	}
.nav-tabs {
    display: block;
}
.icons .icon-list li {
    margin: 10px 12px;
}
.icons .icon-list li:first-child {
    margin-left: 12px;
}
.icons .icon-list li:last-child {
    margin-right: 12px;
}
.video-feature video {
	display: none;	
	}
.video-feature .mobile-image {
	display: block;
	height: 400px;
}
.title-container h2 {
    font-size: 50px;
    margin-top: 20px;
    line-height: 50px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.news p a {
	font-size: 16px;	
	}
.news .col {
	margin-bottom: 15px;	
	}
.featured-stories {
	padding: 0 40px;	
	}
.featured-stories .owl-nav .owl-prev {
left:-10px;
	}
.featured-stories .owl-nav .owl-next {
right: -10px;
	}
.content .icons h2 {
    font-size: 35px;
	}
.icons p {
	font-size: 18px;	
}
.photo-background {
    padding: 50px 0 40px;
	background-position: center;
}
.photo-background .caption {
	display: none;
}
.photo-background .btn, .photo-background-slider .btn {
	font-size: 12px;	
	}
.photo-background p, .photo-background-slider p {
	margin: 10px;	
	}
.content .photo-background h2, .content .photo-background-slider h2 {
    font-size: 50px;
    line-height: 55px;
	margin-bottom: 20px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	}
.content .photo-background .col-sm-6:nth-child(1) > p:nth-child(3), .content .photo-background-slider .col-sm-6:nth-child(1) > p:nth-child(3) {
	margin-bottom: 0;	
}
.content .photo-background .col-sm-6:nth-child(2) > p:nth-child(1), .content .photo-background-slider .col-sm-6:nth-child(2) > p:nth-child(1){
	margin-top: 0;	
}
.home section .text-center h2 {
    font-size: 50px;
}
.stats .text {
    font-size: 20px;
    width: 100%;
	}
.events-list .events .event {
	width: 100%;
}
.events-list .more {
    top: 0px;
}
.events-list .nav-tabs .nav-link:after {
    content: none;
}
.events-list .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {	
	font-size: 24px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 20px;
	}
.events-list .nav-tabs .nav-link {
    display: inline-block;
    float: left;
    width: 45%;	
	font-size: 22px;
	margin-bottom: 20px;
	}
.secondary-nav.navbar-light .navbar-nav .nav-item:first-child .nav-link {
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
}
.secondary-nav .action-button a {
    bottom: inherit;
	padding: 11px 15px;
}
.secondary-nav.navbar-light .navbar-nav .nav-item:first-child .nav-link:hover, .secondary-nav.navbar-light .navbar-nav .nav-item:first-child .nav-link:focus {
    background-color: transparent;
}
.show .dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
.interior section.content {
    padding-top: 45px;
}
.hero-title-container {
    max-width: auto;
	padding: 0 15px;
	width: 100%;
}
.hero {
	height: auto;
	}
.hero[style] {
	background-image: none !important;
}
.hero-overlay {
	display: none;	
	}
.hero-title-mobile {
	display: block;	
	height: auto;
	padding: 20px;
	background-color: #373434;
	margin-left: -15px;
	margin-right: -15px;
	}
.hero-title-container {
	display: none;		
	}
.hero-mobile {
	display: block;	
	}
img.hero-mobile {
	height: 100%;
	width: 100%;
	max-width: 100%;
	display: block;
	}
.content .hero-title-mobile h2 {
color: #fff !important;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 45px;
	text-align: center;
}
.content .hero-title-mobile .hero h2 > small {
    color: #fff !important;
    font-size: 30px;
}
.card.photo-box-color-overlay .card-body .rollover-wrapper {
    position: relative;
    height: auto;
    background-color: rgba(0, 153, 168,1);
    overflow: visible;
}
.card.photo-box-color-overlay .card-body .rollover-wrapper:hover, .card.photo-box-color-overlay .card-body .rollover-wrapper:focus {
    position: relative;
    background-color: rgba(0, 153, 168, 1);
}
.photo-background-slider {
    padding-top: 0;
	padding-bottom: 30px;
}
.photo-background-slider .overlay {
	display: none;	
	}
.photo-background-slider .what-kind-of-student {
    position: static;
	margin-bottom: 40px;
}
.photo-background-slider .what-kind-of-student .item {
    min-height: 350px;
}
.photo-background-slider .caption {
    bottom: 20px;
	}
.home .btn.white {
	margin: 0px auto 10px;
	}
.icons .icon-list {
	margin: 20px auto 0px;	
	}
.nav-tabs .nav-link {
    border-left: 1px solid #E9E6E4;
	}
#searchmodal .siteSearch .form-submit {
    right: 20%;
}
.list-group-item {
    padding: 0.75rem .25rem;
	}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
body {
	/*border: 2px solid #f15a24; */
	} /*orange*/
.site-navigation {
    width: 100%;
	}
.dark-gray-header-bar {
    padding: 0px 20px;
}
#searchmodal .siteSearch .form-submit {
	right: 20%;	
	}
.title-container h2 {
    font-size: 50px;
    margin-top: 20px;
    line-height: 50px;
}
.title-container h2 {
    font-size: 35px;
    margin-top: 0;
    line-height: 40px;
}
.content .photo-background h2 {
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	}
.content .photo-background-slider h2 {
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	text-align: center;
	}
.photo-background .btn,  .photo-background-slider .btn {
	font-size: 14px;	
	}
.content .photo-background .col-sm-6:nth-child(1) > p:nth-child(3), .content .photo-background-slider .col-sm-6:nth-child(1) > p:nth-child(3) {
	margin-bottom: 10px;	
}
.content .photo-background .col-sm-6:nth-child(2) > p:nth-child(1), .content .photo-background-slider .col-sm-6:nth-child(2) > p:nth-child(1){
	margin-top: 0;	
}
.content .photo-background .col-sm-6:nth-child(3) > p:nth-child(1), .content .photo-background-slider .col-sm-6:nth-child(3) > p:nth-child(1) {
	margin-top: 0;	
}
.photo-background-slider .owl-nav .owl-next {
    right: 20px;
    top: 20px;
	}
.photo-background-slider .owl-nav .owl-prev {
    right: 60px;
    top: 20px;
	}
.action .dropdown-menu li {
    width: 49.4%;
}
	}