/**
 * ----------------------------------------
 * Styles
 * ----------------------------------------
 */

body {
	font-family: 'Asap', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
	min-width:320px;
}
html{
	min-width:320px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Asap', sans-serif;
	font-weight: 400;
}

h1 {
	font-weight: 300;
}

h2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 28px;
	color: #31363c;
	margin-top: 40px;

}
figcaption{
	font-size: 14px;
    padding: 5px 15px;
    font-style: italic;
    color: #717171;
}
.contentSection ul, .contentSection ol{
	list-style-type: disc;
	margin-bottom: 20px;
}
.contentSection ul li, .contentSection ol li{
	font-size: 17px; 
	margin-bottom: 15px;
}

@media (min-width: 1170px) {
	h1 {
		font-size: 64px;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 58px;
	}
}

	ul {
	list-style-type: none;
}
ul li a {
	padding: 5px 0;
	/*display: block;*/
}
a {
	color: #153a71;
	}
.contentSection a{
	color: #227fe6;
    text-decoration: underline;
}
.contentSection a:hover{
	color: #469eff;
    text-decoration: none;
}
@media (min-width: 767px) {
	.border-md-right {
	    border-right: 1px solid #dee2e6!important;
	}
}
@media (max-width: 766px) {
	.border-xs-bottom {
	    border-bottom: 1px solid #dee2e6!important;
	}
}

.dropdown-menu {
	margin: 0px !important;
	padding: 1rem 0;
	max-width: 400px;
}

.dropdown-item {
	padding: .5rem 3rem .5rem 1rem;
	white-space:wrap!important;
}

.dropdown-toggle::after {
    display: none;
    content: none;
}
.navbar{
	/* padding: 0 1rem; */
	padding: 0px; 
}
#main-navbar .navbar-nav li.nav-item:hover .nav-link,
#main-navbar .navbar-nav li.nav-item:active .nav-link,
#main-navbar .navbar-nav li.nav-item:focus .nav-link {
    color: rgba(0,0,0,1) !important; 
}

@media (min-width: 768px) {

	.dropdown:hover > .dropdown-menu {
	  display: block;
	}

	.dropdown > .dropdown-toggle:active {
	    pointer-events: none;
	}

	.dropdown-menu:after {
		position: absolute;
		left: 20%;
		transform: translateX(-20%);
		top: -10px;
		width: 0;
		height: 0;
		content: '';
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
}

.section {
	padding: 60px 0;
}

.bg-light-gray {
	background-color: #f6f9fc;
}

button:focus {
	outline: none !important;
	box-shadow: none;
}
.bg-dark-blue {background-color: #015FA6;}
.bg-dark-red {background-color: #F37B6D; }
.bg-dark-green {background-color: #69C8C8;}
.bg-dark-purple {background-color: #9165ab;}






.btn {
	font-weight: 700;
	padding-right: 70px !important;
	transition: all .1s
}
.btn:hover{
	transform: scale(.97);
	opacity: .9;
}

.btn-400 {
	font-weight: 400;
}

.form-control, .btn {
	border-radius: 2px;
}

.form-control:focus,
.form-control:active {
	outline: none !important;
	box-shadow: none !important;
	border-color: #ced4da;
}

.btn-blue {
    color: #fff;
    background-color: #152f73;
    border-color: #152f73;
}

.btn-yellow {
    color: #fff;
    background-color: #ffbd41;
    border-color: #ffbd41;
}

form .btn {
	padding-right: 60px;
}

.heading-pre {
	color: #ffbd41;
	font-weight: 600;
	font-size: 20px;
	display: block;
}

.bg-dark-blue-gradient {
	background: rgb(6,75,144);
	background: -moz-linear-gradient(180deg, rgba(6,75,144,1) 0%, rgba(22,44,112,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(6,75,144,1) 0%, rgba(22,44,112,1) 100%);
	background: linear-gradient(180deg, rgba(6,75,144,1) 0%, rgba(22,44,112,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#064b90",endColorstr="#162c70",GradientType=1);
}

/* Header & Navigation
-------------------------------------------------- */

.jumbotron {
	margin-bottom: 0;
	border-radius: 0px;
	background-color: transparent !important;
	background: url(../img/backgroundtribal.png) no-repeat;
	background-position: 100% -2%;
}
.jumbotron > .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: rgba(3, 41, 78, .5);
    
}
@media (min-width: 768px) {
	.jumbotron-caption {
		font-size: 20px;
	}
}
.jumbotron.subpage {
	background: url(../img/hero-nurse.png) center no-repeat;
	background-size: cover;
}
.subpage .jumbotron-inner {
	padding: 60px 0 160px;
}

.logo {
	width: 130px;
}
#main-navbar a.nav-link{
    font-size: 18px;
	font-weight: bold;
	color: #000;
}
#main-navbar a.nav-link:hover, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	/* color: black !important; */
	font-size: 18px;
    font-weight: bold;

}
#main-navbar a.nav-link .fa-angle-down{
	opacity: .5;
    font-size: 16px;
}
.navbar-nav {
	margin-top: 25px;
}

.navbar-brand.inner-page .logo {
	width: 130px;
	height: 130px;
    position: absolute;
    z-index: 1;
    top: 30px;
}

#sub-navbar .nav-link {
	color: rgba(255,255,255,1);
}
#sub-navbar .nav-link:hover {
	color: white !important; 
}
#sub-navbar .nav-item p {
	font-size: 20px;
	line-height: 1.5rem;
}	

.bg-dark-blue a.nav-link:hover, .bg-dark-blue a.selected {background-color: #03294e;}
.bg-dark-red a.nav-link:hover,  .bg-dark-red li.selected{background-color: #AB0A3D; }
.bg-dark-green a.nav-link:hover,  .bg-dark-green li.selected{background-color: #019899;}
.bg-dark-purple a.nav-link:hover,  .bg-dark-purple li.selected {background-color: #6A3079;}


@media (min-width: 768px) {
	.navbar .navbar-nav .nav-link {
		padding: 1rem 1.5rem;
	}
}

.ctaYellow:hover{
	background: #ffa600;
}
.ctaBlue:hover{
	background: #001858
}

/* CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-inner .container {
	height: 100%;
}

.carousel-card {
	background: #fff;
	color: #000;
	padding: 40px 20px;
	margin: 70px;
	min-height: 346px;
}

@media (max-width: 767px) {
	.carousel-card {
		padding: 40px 20px;
		margin: 50px 30px;
		min-height: 346px;
	}
	.navbar-nav{
		display: block;
		margin-left:0 !important;
		width: 100%;
	}
	.navbar-brand.inner-page .logo {
		width: 80px;
		position: relative;
		z-index: 1;
		top: 0;
}
}
@media (max-width: 546px) {
	.carousel-card {
		margin: 50px 20px;
		min-height: 370px;
	}
}

@media (max-width: 525px) {
	.carousel-card {
		margin: 40px 20px;
		min-height: 430px;
	}
}

.carousel-card-item {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px 20px;
  background-color: #fff;
}

.carousel-card-item.active {
  display: block;
}

.slider-controls {
	position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
    height: 68px;
    width: 140px;
    right: 0;
    z-index: 2;
}

.carousel-card .carousel-control-prev,
.carousel-card .carousel-control-next {
    background: #eeeeee;
    opacity: 1;
    height: 68px;
    position: relative;
    top: unset;
    width: 68px;
}

.carousel-card .carousel-control-prev {
    left: unset;
    right: 0;
    bottom: 0;
}
.carousel-card .carousel-control-next:hover, .carousel-card .carousel-control-prev:hover{
 background: #d3d3d3;
}

.carousel-card .carousel-control-next {
    right: 0;
    bottom: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236e6e6e' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236e6e6e' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

	@media (min-width: 767px) {
	.overlay-card {
		margin-top: -240px;
	}
}
.overlay-card {
	margin-top: -280px;
}		

/* Icon Section
-------------------------------------------------- */

.icon-section img {
	display: block !important;
	margin: auto;
}

.icon-section h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 25px 0;
}

.icon-section p {
	line-height: 2rem;
}

.br-1 {
	border-right: 1px solid #ececec;
}
.icon-card{
	transition-duration: 0.2s;
}
.icon-card-inner {
	padding: 25px 5px;
}
.icon-card a:hover{
	text-decoration:none;
}
.icon-card:hover {
    box-shadow: 0px 11px 22px rgba(171,171,171,0.5);
    /*background-image: linear-gradient(180deg, #fff8e1 0%, #ffe5b5 100%);*/
    /* -webkit-transform: scale(1.2); */
    /* transform: scale(1.2); */
    /* -webkit-transition-duration: 0.4s; */
	background-color:white;
	transform: scale(1.1);
    z-index: 50;
}

@media (max-width: 767px) {
	.icon-card-inner {
		padding: 25px 35px;
	}

	.br-1 {
		border-right: 0px;
	}
}

@media (max-width: 991px) {
	.br-1:nth-of-type(2) {
		border: 0px;
	}
}

/* News Section
-------------------------------------------------- */

.news-filter-nav {
	border-bottom: 1px solid  #e1ebf5;
	margin-bottom: 30px;
}

.news-filter-nav li a {
	color: #9c9c9c;
}

.news-filter-nav li a.active {
	color: #152f73;
	font-weight: 700;
}

.news-post {
	margin-bottom: 50px;
}

.news-post a:hover {
	text-decoration: none;
}

.news-post a p {
	line-height: 2rem;
	color: #000;
}

.news-post a .news-title {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin: 1.5rem 0 2.5rem;
}
.news-image{
	position: relative;
	margin-bottom: 20px;
}
.news-title{
	font-weight:bold; 
}
.news-post a .news-image {
	position: relative;
}

.news-post a .news-image img {
	display: block;
	width: 100%;
}

.news-label {
	color: #9c9c9c;
	background: #fff;
	font-weight: 700;
	font-size: 26px;
	padding: .5rem 2.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Events Section
-------------------------------------------------- */

.event a:hover {
	text-decoration: none;
	cursor: pointer;
}

.event a .event-card {
	color: #000;
}

.event-card {
	background: #fff;
	box-shadow: 0px 11px 24px rgba(0,0,0,0.10);
	display: -ms-flexbox!important;
	display: flex!important;
	transition:  0.2s;
	margin-bottom: 45px;
}

.event-card:hover {
	box-shadow: none;
	    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.event-date {
	text-align: center;
	width: 100px;
	margin: 2rem;
	max-width: 100px;
	min-width: 100px;
}

.event-date .day {
	font-size: 64px;
	color: #152f73;
	line-height: 1;
	font-weight: 700;
}

.event-date .month {
	font-size: 23px;
	line-height: 1;
	color: #9c9c9c;
	font-weight: 700;
}

.event-info {
	margin: 1.5rem 1.5rem 1.5rem 0;
}

.event-title {
	font-weight: 700;
	margin-bottom: 20px;
}

.event-desc {
	line-height: 1.5rem;
	color: #7a7a7a;
	margin: 0;
}

.view-all-events {
    position: relative;
    /* bottom: 0; */
    /* right: 0; */
    margin: 0;
    padding-top: 20px;
    width: 100%;
    /* height: 300px; */
    text-align: right;
}

/* Footer
-------------------------------------------------- */

footer {
	color: #fff;
}

footer p {
	line-height: 2rem;
}

footer .widget-col-left {

}

footer .textwidget  {
	width: 100%;
	margin-top: 25px;
}

footer .widget-col-left a {
	margin-right: 25px;
}

footer .widget-col-left a img {
	width: auto;
	max-height: 65px;
}

footer .widget-col-right .menu {
	display: flex;
	justify-content: center;
	padding: 0;
}


footer .widget-col-right .menu .menu-item {
	margin-bottom: 10px;
	margin-right: 30px;
}

footer .widget-col-right .menu .menu-item.menu-item-has-children,
footer .widget-col-right .menu .menu-item:last-child,
footer .widget-col-right .menu .menu-item .sub-menu .menu-item  {
	margin-right: 0;
}

footer .widget-col-right .menu .menu-item.menu-item-has-children {

}

footer .widget-col-right .menu .menu-item a {
	color: white;
	font-weight: bold;
    font-size: 16px;
}

footer .widget-col-right .menu .menu-item .sub-menu {
	width: 120px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
}

footer .widget-col-right .menu .menu-item .sub-menu a, footer a {
	color: #5e98d5;
	font-weight: normal;
    font-size: 13px;
}
footer a:hover{
	text-decoration:underline;
	color:  #5e98d5;
}

footer .widget-col-right .menu .menu-item .sub-menu .menu-item {
	margin-bottom: 20px;
	line-height: 15px;
}

@media screen and (max-width: 767px) {
	footer .widget-col-right .menu {
		flex-direction: column;
	}
	footer .widget-col-right .menu .menu-item .sub-menu {
		margin-top: 10px;
		padding-left: 25px;
		width: 100%;
	}
}



/* Custom 
-------------------------------------------------- */
.contentSection p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #000000;
}
.contentSection .mainHeading{
	font-size: 40px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    color: #03294e;
}

#sidebarSideNav{
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  font-size: 18px;
  list-style: none;
}
#sidebarSideNav li{
	margin-bottom: 10px;
}
#sidebarSideNav .selected{
background: #f9f9f9;
    /* padding-left: 20px; */
     font-weight: bold; 
    border-left: 2px solid #227fe6;

}
#sidebarSideNav .selected a{
	color: #227fe6;
	text-decoration:none;
	}
#sidebarSideNav a{
	color: #153a71;
	text-decoration: none; 
}
#sidebarSideNav a:hover{
	color: #227fe6;
}

/* -----
 STAFF PLUGIN
  ------- */
  .staffImage{
	width: 80%;
    display: block;
    margin: 0 auto 20px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}


/* -------

---------- */


.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs {
    margin-bottom: 28px !important;
}
.tribe-events .tribe-events-c-breadcrumbs {
    margin-bottom: 18px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
	padding-top: 0 !important; 
}
a.tribe-events-gcal, a.tribe-events-ical{
    float: none !important;
    position: relative;
    padding: 10px !important;
    margin: 10px !important;
}
.tribe-events-event-meta{
background: #efefef;
}


.wp-block-file {
    margin-bottom: 20px !important;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 0px 20px;
    background: #f9f9f9;
    position: relative;
	line-height: 40px;
	max-width: 600px;
}
.wp-block-file .wp-block-file__button {
	background: #5a5a5a;
    border-radius: 0px !important;
    color: #fff;
    font-size: 13px !important;
    /* padding: 9px !important; */
    text-align: right;
    right: 0;
    position: absolute;
    padding: 0px 10px 0 10px !important;
}
.documentationImage{
    border-radius: 4px;
	border: 1px solid #e3e8ee;
	box-shadow: 5px 5px 5px #d8d8d8;

}
.contentSection .newsHeading{
	font-size: 40px;
    font-weight: bold;
    
    padding-bottom: 10px;
    color: #03294e;
}
.newsHeader{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom:10px;
	margin-bottom: 20px;
}
.newsHeader a{
	text-decoration: none;
}
.authorAndDate{
	color: #666;
	font-size:16px;
}
.sidebarList{
	margin-top: 30px;
    font-size: 18px;
    list-style: none;
}
.sidebarList a{
	color: #153a71;
 
}
.sidebarList li{
	list-style:none;
	padding-left:10px;
}
.sidebarList li.month{
	font-weight:bold;
}
.sidebarList li.selected{
background: #f9f9f9;
    /* padding-left: 20px; */
    font-weight: bold;
	border-left: 2px solid #227fe6;
	text-decoration: none;
	padding:10px;
}
.newsSidebarHeading{
	font-weight:bold;
}
.breadcrumbCustom{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: .25rem;
}
.hubpageTopContent ul{
	list-style: disc;
}

.childContent h4{
	font-weight: 600;
	margin-bottom: 10px;
}
/* PURPLE  ------------------------- */
body.purple .btn-yellow{
	background: #6A3079;
	border-color: #6A3079;
}
body.purple span.heading-pre{
	color: #9165ab;
}
body.purple #sidebarSideNav a:hover {
    color: #9165ab;
}
body.purple #sidebarSideNav a {
    color: #6A3079;
}
body.purple #sidebarSideNav .selected {
	border-left: 2px solid #6A3079;
}
body.purple #sidebarSideNav .selected a {
	color: #6A3079;
}
/* RED ------------------------- */
body.red .btn-yellow{
	background: #AB0A3D;
	border-color: #AB0A3D;
}
body.red span.heading-pre{
	color: #F37B6D;
}
body.red #sidebarSideNav a:hover {
    color: #F37B6D;
}
body.red #sidebarSideNav a {
    color: #AB0A3D;
}
body.red #sidebarSideNav .selected {
	border-left: 2px solid #AB0A3D;
}
body.red #sidebarSideNav .selected a {
	color: #AB0A3D;
}
/* GREEN ------------------------- */
body.green .btn-yellow{
	background: #019899;
	border-color: #019899;
}
body.green span.heading-pre{
	color: #69C8C8;
}
body.green #sidebarSideNav a:hover {
    color: #69C8C8;
}
body.green #sidebarSideNav a {
    color: #019899;
}
body.green #sidebarSideNav .selected {
	border-left: 2px solid #019899;
}
body.green #sidebarSideNav .selected a {
	color: #019899;
}

/* custom */
.rounded-corners{
    border-radius:24px !important;
}