*{
    box-sizing:border-box;
    margin:0;
    padding:0
}
*:focus{
    outline:none
}
.mob{
    display:none
}
html{
    display:flex
}
body{
    display:flex;
    flex-direction:column;
    font-family:"Montserrat",sans-serif;
    font-size:16px;
    min-height:100vh;
    width:100%
}
main{
    flex-grow:1
}
.header,.footer{
    flex-shrink:0
}
section{
    padding-bottom:3em;
    padding-top:3em
}
section.border-top{
    border-top:1px solid #eee
}
section.section-tight{
    padding-bottom:2.25em;
    padding-top:2.25em
}
header,section,main,footer,.row,.clear{
    clear:both
}
header:after,section:after,main:after,footer:after,.row:after,.clear:after{
    clear:both;
    content:"";
    display:table
}
h1,h2,h3,h4,h5,h6,ul,li,p{
    margin:0;
    padding:0
}
a{
    color:#999999;
    text-decoration:none
}
a:hover{
    text-decoration:underline
}
a.block-link{
    display:block;
    height:100%;
    width:100%
}
img{
    max-width:100%
}
button,input[type=submit]{
    background-color:#0e4c90;
    border:none;
    border-radius:5px;
    color:#fff;
    cursor:pointer;
    font-size:1.125em;
    outline:none;
    transition:all ease .25s
}
button,input[type=submit]:hover{
    background-color:#56c0e8;
    color:#fff
}
button a,button a:hover{
    text-decoration:none
}
btn-group:after {
    content: "";
    clear: both;
    display: table;
}
btn-group button:not(:last-child) {
    border-right: none;
}
label{
    color:#09131a;
    display:block;
    font-size:1em;
    font-weight:700;
    margin-bottom:3px
}
input,textarea,select{
    color:#999999;
    font-size:.875em;
    height:2.25em;
    margin-bottom:2.5em;
    padding:.5em;
    width:100%
}
select{
    cursor:pointer
}
textarea{
    height:10em
}
form .btn{
    font-size:1.125em;
    padding:.75em 1.25em;
    width:auto
}
.row{
    display:flex
}
.col-1{
    width:8.3333%
}
.col-2{
    width:16.6666%
}
.col-3{
    width:25%
}
.col-4{
    width:33.3333%
}
.col-5{
    width:41.6666%
}
.col-6{
    width:50%
}
.col-7{
    width:58.3333%
}
.col-8{
    width:66.6666%
}
.col-9{
    width:75%
}
.col-10{
    width:83.3333%
}
.col-11{
    width:91.6666%
}
.col-12{
    width:100%
}
.employee-size {
    padding-top: 1.5em;
}
[class*=col-]{
    float:left
}
[class*=col-]:last-child{
    margin-right:0
}
.pad-middle [class*=col-]{
    padding-left:1%;
    padding-right:1%
}
.pad-middle [class*=col-]:first-child{
    padding-left:0;
    padding-right:2%
}
.pad-middle [class*=col-]:last-child{
    padding-left:2%;
    padding-right:0
}
.pad-middle-more [class*=col-]{
    padding-left:3%;
    padding-right:3%
}
.pad-middle-more [class*=col-]:first-child{
    padding-left:0;
    padding-right:6%
}
.pad-middle-more [class*=col-]:last-child{
    padding-left:6%;
    padding-right:0
}
.flex,.slider,.static-slider{
    align-items:center;
    display:flex
}
.flex-column{
    align-items:flex-start;
    flex-direction:column;
    justify-content:center
}
.unflex{
    display:block
}
.flex-right{
    justify-content:flex-end
}
.wrap{
    margin-left:5%;
    margin-right:5%;
    width:90%
}
.wrap-bg{
    padding-left:5%;
    padding-right:5%
}
.wrap-tight{
    margin-left:8%;
    margin-right:8%;
    width:84%
}
.wrap-tight-bg{
    padding-left:8%;
    padding-right:8%
}
.wrap-tighter{
    margin-left:15%;
    margin-right:15%;
    width:70%
}
.wrap-tighter-bg{
    padding-left:15%;
    padding-right:15%
}
.unwrap,.wrap-bg .overlay{
    margin-left:-5%
}
.unwrap-tight,.wrap-tight-bg .overlay{
    margin-left:-8%
}
.unwrap-tighter{
    margin-left:-15%
}
.no-pad{
    padding:0
}
.no-pad-x{
    padding-left:0;
    padding-right:0
}
.no-pad-y{
    padding-bottom:0;
    padding-top:0
}
.no-mar{
    margin:0
}
.no-mar-x{
    margin-left:0;
    margin-right:0
}
.no-mar-y{
    margin-bottom:0;
    margin-top:0
}
.no-mar-top{
    margin-top:0
}
.no-mar-bot{
    margin-bottom:0
}
.no-pad-top{
    padding-top:0
}
.no-pad-bot{
    padding-bottom:0
}
.bg-img{
    background-repeat:no-repeat;
    background-size:cover
}
.overlay{
    background:rgba(255,255,255,.88);
    height:100%;
    position:absolute;
    top:0;
    width:100%;
}
.pri{
    background-color:#292929
}
.sec{
    background-color:#0e4c90
}
.ter{
    background-color:#999999
}
.white{
    background-color:#fff
}
.black{
    background-color:#262626
}
.middle-blue{
    background-color:#999999
}
.middle-yellow{
    background-color:#d1c7aa
}
.pri-hover:hover{
    background-color:#292929
}
.sec-hover:hover{
    background-color:#56c0e8
}
.ter-hover:hover{
    background-color:#999999
}
.white-hover{
    background-color:#fff
}
.black-hover{
    background-color:#262626
}
.pri-text{
    color:#292929
}
.sec-text{
    color:#998357
}
.ter-text{
    color:#999999
}
.white-text{
    color:#fff
}
.black-text{
    color:#262626
}
.middle-blue-text{
    color:#999999
}
.middle-yellow-text{
    color:#d1c7aa
}
.pri-hover-text:hover{
    color:#292929
}
.sec-hover-text:hover{
    color:#998357
}
.ter-hover-text:hover{
    color:#999999
}
.white-hover-text{
    color:#fff
}
.black-hover-text{
    color:#262626
}
::selection{
    background:#56c0e8;
    color:auto
}
.superlight{
    font-weight:100
}
.light{
    font-weight:300
}
.normal{
    font-weight:400
}
.semibold{
    font-weight:600
}
.bold{
    font-weight:700
}
.italic{
    font-style:italic
}
.caps{
    text-transform:capitalize
}
.upper{
    text-transform:uppercase
}
.lower{
    text-transform:lowercase
}
.tight{
    letter-spacing:-1px
}
.loose{
    letter-spacing:1px
}
.left{
    text-align:left
}
.center{
    margin:0 auto
}
.centered{
    text-align:center
}
.right{
    text-align:right
}
.pull-left{
    float:left
}
.pull-right{
    float:right
}
.p-tight{
    line-height:1.503125em
}
.p-loose{
    line-height:1.746875em
}
.p-small{
    font-size:.925em
}
.p-smaller{
    font-size:.85em
}
.p-large{
    font-size:1.075em
}
.p-larger{
    font-size:1.15em
}
.p-more-top{
    margin-top:1.875em
}
.rel{
    position:relative
}
.abs{
    position:absolute
}
.full{
    width:100%
}
.tall{
    height:100%
}
.trans{
    transition:.5s all
}
.on-top{
    z-index:2
}
.on-topper{
    z-index:3
}
.on-toppest{
    z-index:4
}
.under{
    z-index:-1
}
.pointer{
    cursor:pointer
}
.shadow{
    box-shadow:0 4px 10px #ccc
}
.no-scroll{
    position:fixed
}
.ul-inline li{
    display:inline-block
}
.top-bg-img{
    background-repeat:no-repeat;
    background-size:cover
}
.header{
    background-color:#292929;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header-info{
    padding-bottom:.75em;
    padding-top:.75em
}
.header.sticky{
    top:0;
    transition:top .5s
}
.header.sticky-magic{
    background:rgba(37,76,100,.95);
    position:fixed;
    top:0;
    z-index:5
}
.header.sticky-magic .sticky-hide{
    display:none
}
.logo{
    max-height:4em;
    padding:.5em 0;
    max-width:95%
}
.nav-inline ul{
    display:flex
}
.nav-inline li{
    position:relative
}
.nav-inline li ul{
    flex-direction:column;
    left:0;
    max-height:0;
    overflow:hidden;
    position:absolute;
    transition:all ease .5s;
    width:100%;
    z-index:9
}
.nav-inline li:hover>ul{
    max-height:100vh
}
.nav-inline li ul li{
    display:block
}
.nav-stretch li{
    flex-grow:1
}
.nav-equal li{
    flex-basis:0
}
.nav-right ul{
    justify-content:flex-end
}
h1{
    color:#292929;
    font-size:1.75em;
    margin-bottom:1.5em
}
h2{
    color:#0e4c90;
    font-size:1.25em;
    margin-bottom:1.125em
}
h3{
    color:#292929;
    font-size:1.125em;
    margin-bottom:1em
}
.newheading{
    color:#fff;
    font-size:2em;
    font-weight: 800;
    font-style: bold;
    padding-top: .5em;
    margin-bottom:1.125em
}
p{
    color:#5a5a5a;
    font-size:1.075em;
    line-height:1.625em;
    margin-top:1.25em
}
.thin-underline{
    margin-bottom:1.5em;
    padding-bottom:.875em;
    position:relative
}
.thin-underline:after{
    content:"";
    border-bottom:6px solid #999999;
    border-radius:10px;
    bottom:0;
    height:6px;
    left:40%;
    position:absolute;
    width:20%
}
.left.thin-underline:after{
    left:0
}
.fa-inline{
    margin-left:.5em
}
.home-view-all{
    background:#d1c7aa;
    border-radius:15px;
    font-size:1em;
    font-weight:100;
    padding:.75em 2.5em;
    position:relative;
    z-index:2
}
.home-view-all:hover{
    background:#bfb189
}
.header-top{
    height:2em
}
.header-top li{
    color:#fff;
    height:2em;
    line-height:2em;
    transition:background ease .25s
}
.header-top li.top-phone{
    border-right:1px solid #fff;
    margin-left:10%;
    padding-left:0
}
.top-apply{
    background:#292929;
    margin-right:0em
}
.top-apply:hover{
    background:#56c0e8
}
.top-donate{
    background:#292929
}
.top-donate:hover{
    background:#56c0e8
}
.header-top a{
    color:#fff;
    display:block;
    font-size:.625em;
    height:100%;
    padding-left:1em;
    padding-right:1em;
    width:100%
}
.header-button a:hover{
    text-decoration:none
}
.header-top i{
    font-size:1.5em;
    margin-right:.5em
}
.header-bottom{
    height:4em
}
nav ul{
    list-style:none
}
.nav li{
    text-align:center;
    transition:background ease .25s
}
.nav li:hover{
    background:#56c0e8
}
.nav a{
    color:#fff;
    display:block;
    font-size:.75em;
    font-weight:300;
    height:100%;
    padding:.625em;
    text-transform:uppercase;
    transition:color ease .25s;
    width:100%
}
.nav a:hover{
    color:#ffffff;
    text-decoration:none
}
.nav li ul li:hover{
    background-color:#09131a
}
.nav li ul a{
    font-size:.5625em
}
.home-image {
    height:calc(100vh - 8em);
    position: relative;
    text-align: center;
    color: white;
}
.home-image-bottom {
    height:calc(100vh - 8em);
    position: relative;
    text-align: center;
    color: white;
}
.hero {
    width: 100%;
}
.back-img {
    height: 27.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back-img-bottom {
    height: 27.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-box {
    width: 50%;
    padding: 5em 0em 5em 3.5em;
    margin: auto 0;
}
.hero-heading {
    color: #ffffff;
	font-size: 2.25em;
	font-weight: 900;
	flex-wrap: wrap;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 40%), 
		10px 10px 10px rgb(0 0 0 / 50%);
}
.hero-desc {
	color: #ffffff;
    padding-bottom: 2.5em;
	font-size: 1.7em;
	font-weight: 700;
	flex-wrap: wrap;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 40%), 
		10px 10px 10px rgb(0 0 0 / 50%);
}
.hero-box-bottom {
    width: 80%;
    padding: 5em 0em 5em 3.5em;
    margin: auto;
    text-align: center;
}
.hero-heading-bottom {
    color: #fff;
	font-size: 1.75em;
	font-weight: 900;
	flex-wrap: wrap;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 40%), 
		10px 10px 10px rgb(0 0 0 / 50%);
}
.hero-desc-bottom {
	color: #fff;
    padding-bottom: 3.5em;
	font-size: 1em;
	font-weight: 700;
	flex-wrap: wrap;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 40%), 
		10px 10px 10px rgb(0 0 0 / 50%);
}
.static-information {
    object-fit: fill;
}
.static-image {
    max-width: 100%;
    height: auto;
}
.static-slider {
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    display:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.static-slider:first-child {
    display:flex
}
.static-slidey .slider {
    display:flex;
    left:-100%;
    position:absolute
}
.static-slidey .slider:first-child {
    left:0
}
.static-slider-text h1 {
    font-size:1.5em;
    margin-bottom:.375em
}
.static-slider-text h2 {
    font-size:1.25em;
    margin-bottom:1.625em;
    margin-left: 1em;
    margin-right: 1em;
}
.static-slider-text button {
    border-radius:8px;
    padding:0
}
.static-slider-text button:hover {
    background:#444
}
.static-slider-text a {
    font-size:.875em;
    padding:.75em 3em
}
.static-sliders .overlay {
    background:rgba(0,0,0,.35)
}
.sliders{
    height:calc(100vh - 6em);
    overflow:hidden;
    position:relative
}
.slider{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    display:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.slider:first-child{
    display:flex
}
.slidey .slider{
    display:flex;
    left:-100%;
    position:absolute
}
.slidey .slider:first-child{
    left:0
}
.slider-text h1{
    font-size:3em;
    margin-bottom:.375em
}
.slider-text h2{
    font-size:1.5em;
    margin-bottom:1.625em
}
.slider-text button{
    border-radius:8px;
    padding:0
}
.slider-text button:hover{
    background:#444
}
.slider-text a{
    font-size:.875em;
    padding:.75em 3em
}
.sliders .overlay{
    background:rgba(0,0,0,.35)
}
.slider-arrow{
    color: black;
    font-size: 80px;
    position:absolute;
    top:calc(50% - (80px / 2));
}
.slider-arrow:hover {
    font-weight: 500;
}
.slider-arrow-left{
    left:5%
}
.slider-arrow-right{
    right:5%
}
.home-splash{
    border-top:12.5em solid #0e4c90
}
.home-splash-boxes{
    margin-bottom:4em;
    margin-top:-12.5em
}
.home-splash-box{
    border-radius:20px;
    height:12em;
    position:relative;
    width:90%
}
.home-splash-box:hover{
    opacity:.8
}
.home-splash-box strong{
    background:linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
    bottom:0;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    font-size:1em;
    left:0;
    margin-bottom:0;
    padding:3% 0;
    position:absolute;
    width:100%
}
.home-splash h1{
    font-size:2em
}
.home-splash h2{
    font-size:1em
}
.home-splash-blurbs{
    margin-top:5em
}
.home-splash-blurbs i{
    float:left;
    font-size:2.5em;
    margin-right:.375em
}
.home-splash-blurbs i:before{
    color:#292929
}
.home-splash-blurbs-text{
    text-align:left
}
.home-splash-blurbs .row{
    margin-bottom:2em
}
.home-splash-content{
    padding-bottom:4em
}
.semicircle{
    width:100%;
    height:5em;
    position:absolute;
    overflow:hidden;
    left:0;
    bottom:0;
    z-index:5
}
.semicircle:after{
    content:"A";
    color:#fff;
    position:absolute;
    bottom:0%;
    width:14%;
    height:1000px;
    border-radius:1000px;
    box-shadow:0 1000px 0 1000px #fff;
    left:43%
}
.semicircle i{
    color:#999999;
    font-size:2.5em;
    margin-top:.125em
}
.home-news{
    margin-top: -5em;
    z-index: 5;
}
.home-news-box{
    border-radius:10px;
    padding:1.25em 1.5em;
    text-align:left
}
.home-news-box h2{
    color:#292929;
    font-size:1em
}
.home-event{
    margin-bottom:3em
}
.home-event date{
    font-size:1.125em
}
.home-event h2{
    font-size:.925em;
    margin-bottom:2em;
    margin-top:.5em
}
.sub-header p,.sub-header a{
    color:#fff
}
.sub-semicircle{
    border-bottom-left-radius:50px;
    border-bottom-right-radius:50px;
    bottom:-50px;
    left:calc(50% - 50px);
    height:50px;
    width:100px
}
.sub-semicircle i{
    font-size:32px
}
.sub-below-semi{
    padding-top:calc(3em + 25px)
}
.sub-boxes nav{
    margin-bottom:-1.5em
}
.sub-boxes nav li{
    background:#d1c7aa;
    border-radius:10px;
    display:flex;
    float:left;
    height:10em;
    margin-bottom:1.5em;
    margin-right:2%;
    transition:all ease .25s;
    width:32%
}
.sub-boxes nav li a{
    align-items:center;
    color:#fff;
    display:flex;
    height:100%;
    justify-content:center;
    padding:1em;
    text-align:center;
    width:100%
}
.sub-boxes nav li a:hover{
    text-decoration:none
}
.sub-highlight{
    background:#5a5a5a
}
.sub-highlight strong{
    display:block;
    font-size:2.25em;
    line-height:1.25em;
    width:145%
}
.sub-highlight p,.sub-highlight a{
    color:#fff
}
.sub-highlight img{
    width:100%
}
footer{
    background-color:#292929;
    color:#ffffff;
    padding:2.5em
}
footer .logo{
    max-width:100%;
    padding:0
}
footer p{
    font-size:.675em;
    line-height:1.75em
}
footer h1{
    border-bottom:1px solid #fff;
    color:#fff;
    font-size:.75em;
    font-weight:700;
    margin-bottom:.5em;
    padding-bottom:.5em;
    text-transform:uppercase
}
footer li a{
    color:#fff;
    font-size:.675em;
    font-weight:100;
    line-height:1.5em
}
footer a{
    color:#fff;
    font-weight:100
}
footer span{
    font-weight:400
}
footer .overlay {
    background: rgba(14,76,144,.85); /* #0e4c90D9*/
}
.search{
    background:rgba(0,0,0,.80);
    display:none;
    height:100vh;
    justify-content:center;
    overflow:hidden;
    position:fixed;
    z-index:10
}
.search-input-con{
    border-bottom:1px solid #fff;
    margin-top:-5em
}
.search input{
    background:none;
    border:none;
    color:#fff;
    font-size:3em;
    height:auto;
    margin-bottom:0;
    padding:0 0 .25em 0;
    text-align:center;
    width:80%
}
.search input::placeholder{
    color:#fff
}
.search i{
    color:#fff;
    cursor:pointer;
    font-size:2em;
    font-weight:100
}
.search-close-icon{
    position:absolute;
    right:5em;
    top:3.5em
}
.sidebar{
    background:none;
    display:none;
    right:-100%;
    z-index:10
}
.sidebar-close-icon{
    margin:1em 1.5em 1.5em 0
}
.sidebar-close-icon i{
    color:#999999;
    font-size:1.25em
}
.sidebar-left{
    background:rgba(41, 41, 41, 0.85)
}
.sidebar-right{
    background:#56c0e8
}
.sidebar-nav li{
    margin-bottom:.625em;
    line-height: .75;
}
.sidebar-nav a{
    color:#0e4c90;
    font-size:.875em;
    font-weight:300
}
.sidebar button{
    font-size:.875em;
    margin:1.25em 0 1.5em;
    width:80%
}
.sidebar button:hover{
    background:#444
}
.sidebar-contact{
    border-top:1px solid #0e4c90;
    color:#262626;
    font-size:.875em;
    line-height:2em;
    margin-top:0;
    padding-top:1.25em
}
.sidebar-contact a{
    color:#998357
}
.social{
    justify-content:center;
    margin:.75em 0
}
.social li{
    margin:auto .25em
}
.social i{
    font-size:2em
}
.social i:hover{
    color:#444
}
.hashtag{
    width:50%
}
.home-grid-text {
    position: absolute;
    bottom: 8px;
    text-align: center;
    color: white;
    font-size: larger;
    font-style: normal;
}
.nursing-app-form{
    display:table;
}
.nursing{
    width: 90%;
}
.nursing-inputs{
    padding:.5em;
}
.nursing-inputs input{
    padding-bottom:0.675em;
    font-size:14px;
}
.nursing-inputs label{
    font-size:18px;
}
.fieldgroup{
    display:inline;
    float:left;
    width:auto;
    margin-left:3em;
}
.error{
    color:#FF0000;
}
/****************Employee Information**************/
.title1 {
    font-size: xx-large;
    color:#0e4c90;
    font-weight: 600;
    margin-bottom: 1.5em;
}
.title2 {
    font-weight: 600;
    color:#0e4c90;
    margin-bottom: .75em;
}
.employee-info-column {
	font-size: .875em;
    box-sizing: none;
}
.empInfo {
    line-height: 1.25;
    font-size: .825em;
    margin-bottom: 2.5em;
}
.thumbnail {
    border-radius: 5%;
    box-shadow: 2px 2px 2px 2px rgb(104, 101, 101);
}
.employee-pad {
    padding-left: .25em;
    padding-top: .5em;
}
.employee-p {
    font-size: .875em;
    line-height: 1.125;
    margin-top:.5em;
    text-align: left;
    padding-left: .5em;
}
.employee-name {
    font-weight: 600;
}

/****************HOME PAGE NEW***************************/
.home-image {
    height:calc(100vh - 8em);
    position: relative;
    text-align: center;
    color: white;
}
.home-image-bottom {
    height:calc(100vh - 8em);
    position: relative;
    text-align: center;
    color: white;
}
.homepage-facts {
    background-color: #0e4c90;
}
.home-grid-text {
    position: absolute;
    bottom: 8px;
    text-align: center;
    color: white;
    font-size: larger;
    font-style: normal;
}
/****************News Cards*********************/
.news-card-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.25em;
    row-gap: 2.5em;
}

.news-image-container {
    position: relative;
    max-width: 800px; /* Maximum width */
    margin: 0 auto; /* Center it */
}

.news-text-block {
    position: absolute; /* Position the background text */
    bottom: 5px; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5);  /*Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    font-weight: 600;
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
    text-align: center;
}


/*************** Nav below main image ****************/
.bottom-nav ul {
    list-style:none;
}
.bottom-nav li {
    text-align:center;
    transition:background ease .25s;
    padding: .25em;
}
.bottom-nav li:hover {
    background:#56c0e8;
}
.bottom-nav a {
    color:#09131a;
    display:inline;
    font-size:.75em;
    font-weight:550;
    height:100%;
    padding:.75em;
    text-transform:uppercase;
    transition:color ease .25s;
    width:100%;
}
.bottom-nav a:hover {
    color:#ffffff;
    text-decoration:none;
}
.bottom-nav li ul li:hover {
    background-color:#09131a
}
.bottom-nav li ul a {
    font-size:.5625em;
}
.nav-table {
    display: table;
    margin: 15px auto;
}

/************Homepage Facts******************/
.facts-nav ul {
    list-style:none;
}
.facts-nav li {
    text-align:center;
    transition:background ease .25s;
    padding: .25em;
}
.facts-nav li:hover {
    background:#56c0e8;
}
.facts-nav a {
    color:#fff;
    display: inline;
    font-size: 1.5em;
    font-weight: 600;
    height:100%;
    padding-top: .75em;
    text-transform:uppercase;
    transition:color ease .25s;
    width:100%;
}
.facts-nav a:hover {
    color:#ffffff;
    text-decoration:none;
    border-bottom: 0;
}
.facts-nav li ul li:hover {
    background-color:#09131a
}
.facts-nav li ul a {
    font-size:.5625em;
}
.facts-table {
    display: table;
    margin: 0 auto;
    border-spacing: 2.5em;
}

.home-image-button-block-bottom {
    position: absolute; /* Position the background text */
    bottom: 5px; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5);  /*Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    font-weight: 600;
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
}

.large-number {
    font-size: 1.25em;
    font-weight: 750;
}
.fact-table {
    border-spacing: 1.25em;
}

/***********Home Page Announcement Info******************/
.home-announcement-info {
    margin: auto;
    width: 100%;
}

/*********** Login Alert ********************/
.loginAlert {
    padding-top: 1.5em;
    font-size: 1.2em;
    color: red;
}
/***********Calendar Alert Message**************/
.calAlert {
    padding-top: 1.5em;
    font-size: 24px;
    color: red;
}
/************** New Event Page *****************/
.card-row {
    display: grid;
    grid-gap: 2em;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(20ch, 320px));
}

.card {
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background-color: #fffff2;
}

.card h5 {
	color: #333;
	font-weight: bold;
	margin-top: .5em;
    text-wrap: balance;
}

.card__content {
    padding: 20px;
}

.card__img {
    background-size: cover;
    background-position: center;
}

.top-pad {
    padding-top: 2em;
}

/************ More Event List *************/
.event-list {
    width: 100%;
    padding-top: 5em;
}

.event-list ul {
    list-style-type: none;
    width: 100%;
}

.event-list li img {
    float: left;
    object-fit: fill;
    top: 0;
    max-height: 200px;
    max-width: 25%;
    margin: 0 2em 0 0;
}

.event-list li {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    overflow: auto;
}

/*************** Announcement Card *******************/
.announcements {
    background: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
}
.announcement-container {
    display: grid;
    margin: 0 auto;
	width: 80%;
    min-height: 15vh;
    grid-template-columns: 1.35fr 1fr;
    padding-top: 0;
    padding-bottom: 2em;
    place-items: center;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.text-announcement-container {
    display: grid;
    margin: 0 auto;
	width: 80%;
    min-height: 15vh;
    grid-template-columns: 1fr;
    padding: 4em;
    background-color: #9999990D;
}
.text-announcement-title {
	text-align: center;
}
.announcement-container:not(:first-child) {
    display: none;
}
.announce-card {
    width: 80%;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.125;
    text-wrap: balance;
}
.announce-card p {
	line-height: 1.125;
    text-wrap: balance;
}
.announce-image img {
    border-radius: 3%;
}
.announce-title {
    font-size: 1.5em;
    margin: 1em;
}
.announce-image {
    padding-top: 2em;
}
.announce-image a > img:hover {
    transform: scale(1.03);
    transition: ease .5s;
}
.slide {
    inset: 0;
    opacity: 0;
}
.slide[data-active] {
    opacity: 1;
}
.carousel {
    width: 100%;
    height: 100%;
}
.carousel-button {
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    font-size: 4em;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: .25em;
    padding: 0 .5em;
    color: rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0 .2);
}
.carousel-button:hover,
.carousel-button:focus {
    color: black;
    background-color: rgba(0, 0, 0 .5);
}
.carousel-button.prev {
    left: 0em;
}
.carousel-button.next {
    right: 0em;
}
.carousel > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/**************** New Employee Appearance **********************/







/*********************************Media Queries*************************************/
@media(min-width: 2700px) {
    .card-row {
        display: grid;
        grid-gap: 2em;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(20ch, 600px));
    }

    .card {
        border-radius: 11px;
    }
    
    .back-img, .back-img-bottom {
        height: 45em;
    }
    .hero-box {
        height: 100%;
        padding: 12.5em 0em 5em 3.5em;
    }
    .hero-box-bottom {
        padding: 10em 0em 5em 3.5em;
    }
    .hero-heading-bottom {
        font-size: 2em;
    }
    .hero-desc-bottom {
        font-size: 1.25em;
    }
}

@media(min-width: 2001px) and (max-width: 2699px) {
    .card-row {
        display: grid;
        grid-gap: 2em;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(20ch, 425px));
    }

    .card {
        border-radius: 9px;
    }
    
    .back-img, .back-img-bottom {
        height: 65em;
    }
    .hero-box {
        height: 100%;
        padding: 17.5em 0em 5em 3.5em;
    }
    .hero-heading {
        font-size: 3.5em;
    }
    .hero-desc {
        font-size: 2.75em;
    }
    .btn-group a {
        font-size: 1.5em;
    }
    .hero-box-bottom {
        padding: 10em 0em 5em 3.5em;
    }
    .hero-heading-bottom {
        font-size: 2.25em;
    }
    .hero-desc-bottom {
        font-size: 1.5em;
    }
}

@media(max-width: 2000px) {
    body {
        font-size:24px
    }
}

@media(max-width: 1800px) {
    body {
        font-size:20px
    }
}

@media(max-width: 1600px) {
    body {
        font-size:18px
    }
    .news-text-block {
        font-size: 14px;
    }
    .event-modal-title {
        font-size: large;
    }
    .event-modal-date {
        font-size: small;
    }
}

@media(max-width: 1200px) {
    body {
        font-size:15.2px
    }
    .news-text-block {
        font-size: 12px;
    }
    .event-modal-title {
        font-size: medium;
    }
    .event-modal-date {
        font-size: x-small;
    }
}

@media(max-width: 1000px) {
    body {
        font-size:10px
    }
    .news-text-block {
        font-size: 10px;
    }
}

@media(max-width: 900px) {
    .news-text-block {
        font-size: 8px;
    }
}
/*# sourceMappingURL=style.css.map */