
body {
    font-family: 'Open Sans', sans-serif;
    --sb-track-color: #232E33;
    --sb-thumb-color: #285885;
    --sb-size: 15px;
    scrollbar-color: var(--sb-thumb-color) 
                     var(--sb-track-color);
  }
  
body::-webkit-scrollbar {width: var(--sb-size)}
  
body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 0px;
    }
  
body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 5px;
    }

p{  
    font-family: 'Open Sans Regular', sans-serif;
    letter-spacing: 0.02rem;
    line-height: 25px;
    }

hr {border-top: 0.09rem dashed slategray;}

h2{
    font-size: 3.0rem;
    font-family:'Open Sans Bold', sans-serif;
    }

h3{
    font-size: 3.2rem;
    font-family:'Open Sans Bold', sans-serif;
    }

.icon-beat:hover {
  animation: fa-beat 1.5s;
}

.icon-bounce:hover {
  animation: fa-bounce 1s;
}

.icon-spin:hover {
  animation: fa-spin 1s;
}

.icon-box{
   background-color:white;
   border-radius:5px;
   height:55px;
   width:60px;
   display:flex;
   align-items:center;
   box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px; 
   color:#003a70;
}

.heading-underline{
    background-color: #2a5a87;
    width: 100%;
    margin-bottom:15px;
    text-transform:uppercase;
    font-size: 1.1rem;
    padding-bottom:3px;
    padding: 10px 0 10px 20px;
    margin-top: 10px;
}

.black{color:black;}
.charcoal{color:#6c6c6c;}

.margin-top-reset{margin-top: -10px;}

.blockquote{
    font-size: 1.35rem;
    max-width: 450px;
    float: right;
    padding: 45px;
    margin-left: 35px;
    background-color:#e4e4e4;
    border-radius: 10px 0px 10px 0px;
    text-indent:-5px;
    }

.logo{
    position:absolute;
    top:0;
    left:0;
    margin-left:35px;
    margin-top:25px;
    }

.margin-top-neg-five{margin-top:-5px;}
.width-100{width:100%;}

.hero-text{
    font-size: 4.6vh;
    line-height: 6vh;
    font-family: 'Open Sans Regular', sans-serif;
    }

.table > tbody > tr > td, 
.table > tbody > tr > th {
    border: 3px solid white;
}
.table thead th {
    border-bottom: 0;
}
.sub-head{
    font-size: 1.7rem;
    line-height: 44px;
    font-family: 'Open Sans Regular', sans-serif;
    }

.silver-bk{background-color: rgba(0, 0, 0, 0.1);}
.blue-bk, tr{background-color:#003a70;}
.celina-green{background-color: #45a13f;}
.green-color{color: rgb(0, 82, 0);}
.celina-blue{color:#022a4f;}
.white-txt{color:white;}

.double-border{border-bottom: 3px double;}

.large-border-box{
   border: 1px solid silver;
   border-radius:3px; 
   margin:5px;
}

.card{
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main-header{
color:white;
}

.main-header h1{font-weight: 400;}

.card:hover {
  /* Hover effects */
  transform: scale(1.05); /* Zoom effect */
  box-shadow: 0 7px 15px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06); /* Enhanced shadow */
}

.card-title{
    font-size:1.5rem;
    line-height:1.4rem;
    }

.card-text{
    font-size:0.9rem;
    letter-spacing: 0.01rem;
    color:#555454;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    }

.border-radius{border-radius: 10px 0 10px 0;}

.parallax {
    /* The image used */
    background-image: url("../img/parallax.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

.parallax2 {
    /* The image used */
    background-image: url("../img/parallax2.jpg");
    
    /* Set a specific height */
    min-height: 450px;

    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

.parallax3 {
    /* The image used */
    background-image: url("../img/parallax3.jpg");

    /* Set a specific height */
    min-height: 450px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    
.btn-primary{background-color: #003a70;}
.btn-primary:hover{background-color: #01284c;}

.modal {background: rgba(0, 0, 0, 0.7);}
.modal-backdrop {display: none;}
.modal-body h4{
    font-size:0.9rem;
    border-bottom: 1px dotted #d9d9d9;
    color:#003a70;
    font-weight:500;
    }
.modal-title{color:white;}
.modal-body p{font-size:0.95rem;line-height:22px;}
.modal-body tr{font-size:0.8rem;}
.modal-body th{
    font-size:.95rem;
    color:#003a70;
    font-weight:500;
    }

.table-dark{background-color: #003a70;}

.section-title{
    font-size: 1.0rem;
    letter-spacing:0.2rem;
    font-weight: 500;
    text-transform:uppercase;
    }

.section-title-caption{
    text-transform:none;
    letter-spacing:0.1rem;
    font-weight:200;
    font-size:0.8rem;
    }

/*-----------------------------*/
/*----------- Footer ----------*/
/*-----------------------------*/

footer{background-color:#ECEFF1;}
.footer-hr {width: 60px; background-color: #7c4dff; height: 2px;}
.bottom-nav{background-color: #232E33;}
.bottom-nav a{margin-right:25px;}
ol ul{margin-left:-65px;margin-bottom:8px;}
footer p{font-size: 0.95rem;line-height: 1.5rem;}
.contact-link{text-decoration: none;} 

.box-border{
    border:1px solid rgb(184, 184, 184);
    border-radius: 10px 0px 10px 0px;
}

*{box-sizing:border-box;}

.title{
    text-align:left;
    margin: 1em;
    }

/*-----------------------------*/
/*---------- SVG Map ----------*/
/*-----------------------------*/

#map-svg{
    max-height:500px;
    display:block;
    margin:0 auto;
    }

/*--path {
    stroke: white;
    fill: slategray !important;
    transition: fill .4s ease;
    } --*/

/*-- path:hover {fill: orange !important;}--*/

path:hover {fill: #6ac860 !important;transition: fill .4s ease;}
.grey{fill:#e2e2e2 !important;}
.grey:hover{fill:#e2e2e2 !important;}
.green{fill:green !important;}
.blue{fill:#003a70 !important;}
.gold{fill:#cbb162 !important;}
    
/*-----------------------------*/
/*---- Back To Top Button -----*/
/*-----------------------------*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 300; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #6c6c6c; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    padding-bottom: 9px;
    padding-top: 12px;
    }
  
  #myBtn:hover {
    background-color: #003a70; /* Add a dark-grey background on hover */
  }


@import url("https://fonts.googleapis.com/css?family=Ek+Mukta:700|Muli:200,300,400");


.jumbotron {
    margin-top: 7.0rem;
    border-radius: 4px;
	position: relative;
	overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 0;
	height: inherit;
  /* Semi-transparent background (Red, Green, Blue, Alpha) */
  background-color: rgba(255, 255, 255, 0.7); 
  
  /* Blurs everything behind this element */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Required for Safari support */
  

    min-height:500px;
	&::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		/* background-color: rgba(#000, 0.75); */
	}
	h1 {
		font-size: inherit;
	}
	p {
		margin-bottom: 0;
	}
}

.jumbotronContainer {
	position: absolute;
	z-index: 10;
	left: 60px;
	right: 60px;
	top: 50%;
	padding: 30px 30px 30px 35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.jumbotronContainerBefore {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: #fc0;
}
.js .jumbotronContainerBefore {
	width: 0;
	opacity: 0;
}
.no-js .jumbotronContainerBefore {
	width: 5px;
	opacity: 1;
}

.jumbotronFigure {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	img {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		max-width: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.js .jumbotronFigure {
	opacity: 0;
}
.no-js .jumbotronFigure {
	opacity: 1;
}
@keyframes jumbotronFigureVisible {
	100% {
		transform: scale(1.1);
	}
}
.jumbotronFigure.visible {
	animation-duration: 30s;
	animation-fill-mode: both;
	animation-name: jumbotronFigureVisible;
}

.jumbotronHeader {
	margin-bottom: 15px;
}

.jumbotronCategory {
	display: block;
	position: relative;
	padding-left: 25px;
	font-family: "Muli", sans-serif;
	font-size: 14px;
	line-height: 20px;
	&::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 9px;
		width: 15px;
		height: 2px;
		background-color: #fc0;
	}
}
.js .jumbotronCategory {
	left: -15px;
	opacity: 0;
}
.no-js .jumbotronCategory {
	left: 0;
	opacity: 1;
}


.jumbotronTitle,
.jumbotron h1 {
	position: relative;
	margin-top: 3px;
	font-weight: 700;
	font-family: "Ek Mukta", sans-serif;
	font-size: 60px;
	line-height: 60px;
	color: #003a70;
}
.js .jumbotronTitle {
	left: -15px;
	opacity: 0;
}
.no-js .jumbotronTitle {
	left: 0;
	opacity: 1;
}


.jumbotronBody {
	position: relative;
	margin-bottom: 30px;
	font-weight: 200;
	font-family: "Muli", sans-serif;
	font-size: 16px;
	line-height: 22px;
	p {
		font-weight: inherit;
		font-size: inherit;
	}
}
.js .jumbotronBody {
	left: -15px;
	opacity: 0;
}
.no-js .jumbotronBody {
	left: 0;
	opacity: 1;
}

.js .jumbotronFooter {
	opacity: 0;
}
.no-js .jumbotronFooter {
	opacity: 1;
}


@media (max-width: 991px) {}
@media (max-width: 991px) and (orientation: portrait) {
	


	.jumbotronFigure {
		img {
			max-width: none;
			max-height: 100%;
		}
	}

}
@media (max-width: 767px) {
	

	.btn {
		height: 34px;
		font-size: 14px;
		line-height: 31px;
	}

	.jumbotronContainer {
		left: 30px;
		right: 30px;
		padding: 15px 15px 15px 20px;
	}
	

	.jumbotronHeader {
		margin-bottom: 5px;
	}
	

	.jumbotronCategory {
		font-size: 12px;
		line-height: 18px;
	}
	
	
	.jumbotronTitle,
	.jumbotron h1 {
		margin-top: 0;
		font-size: 40px;
		line-height: 40px;
	}
	

	.jumbotronBody {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 19px;
	}

}







