/* google fonts here */


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&family=Kavivanar&family=Oswald:wght@200;500;700&display=swap');

 /* font-family: 'Jost', sans-serif; */
 /* font-family: 'Kavivanar', cursive; */
 /* font-family: 'Oswald', sans-serif; */

 
body {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    font-weight: 303;
}

.blueBkg {
	background-color: #125490 !important;
	color: #FFFFFF;
}
.blueText {
	color: #125490;
	
	
}
.whiteBkg {
	background-color: #FFFFFF;
	color: #000000;
	
	
}
.whiteText {
	color: #FFFFFF;
	
	
}
h1, h2 {
	color: #125490;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	
}

.h1-w, .h2-w {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	
}

h3 {
	color: #125490;
	font-family: 'Jost', sans-serif;
	font-size: 22px;
	
}
#menu h3 {
	margin: 0;
    line-height: 62px;
}
.h3-w {
	color: #FFFFFF;
	font-family: 'Jost', sans-serif;
	font-size: 25px;
	
}

h4 {
	color: #FFFFFF;
	font-family: 'Kavivanar', sans-serif;
	font-size: 25px;
	
}
#quote h4 {
	line-height: 40px;
}

h5 {
	color: #000000;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 22px;
	
}

.h5-w {
	color: #FFFFFF;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	
}

h6 {
	color: #000000;
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	
}

.h7 {
	color: #000000;
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	
}

a {color: #125490;}
.btn {
	background-color: #125490;
	height: unset;
	line-height: 20px;
	padding: 8px 10px;
	overflow: visible;
}
.btn:hover, .btn-large:hover,
.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: #022c51;
}
b {font-weight:500 !important;}

nav {
    color: #fff;
    background-color: #125490 !important;
    height: unset !important;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgb(255 255 255);
    background: #fff;
}
@media only screen and (max-width: 590px) {
	.navbar-brand img {
		width: 300px;
	}
}

@media only screen and (min-width: 993px) {
	.navbar-expand-lg .navbar-collapse {
		display: flex!important;
		flex-basis: auto;
		justify-content: flex-end;
	}
}

ul li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    list-style-type: disc !important;
    margin-left: 20px;
}
ul.navbar-nav li {list-style-type: none!important;}


#pageTitle {
	background: #2f89d736;
    margin: 20px 0 30px;
    padding: 0 0 10px 0;
}

hr {
	border-color: #125490;
	background: #125490;
    opacity: 1;
}

/* tabs */
.tabs-vertical .tabs {
    height: auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
}
.tabs-vertical .tab {
    width: 100%;
}
.tabs-vertical .tab .tabLink {
    font-family: 'EB Garamond', serif;
    color: #000;
    font-size: 13px;
    border-bottom: solid 1px #125490;
}
/*.tabs-vertical .tab:first-child .tabLink {
    border-top: solid 1px #808080;
}*/
.tabs-vertical .tab .tabLink:hover {
    background-color: #eeeeee;
    color: #000000;
}
.tabs-vertical .tab .tabLink.active {
    font-weight: 600;
    color: #000000;
}
.tabs-vertical .tab .active {
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    /*border-right: 3px solid #424242;*/
}
.tabs-vertical .tab :hover {
    /*background-color: none;*/
    /*border-right: 3px solid #eeeeee;*/
}
.tabs-vertical .tab .tabLink:focus.active {
    background-color: unset;
}
.tabs-vertical .indicator {
    display: none;
}
.tabs-vertical .tab-content {
    display: block;

    /*  make tab content scrollable , by define height, then overflow: auto*/
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;

    /*overflow: auto;*/
    /*overflow-y: auto;*/
    /*overflow-x: auto;*/
    /*  make tab content scrollable */
}

/*.tabs-vertical .tab-content .tabContentSection.borderTop { border-top: solid 1px #808080; }*/
.tabs-vertical .tab-content .tabContentSection.borderBottom { border-bottom: solid 1px #808080; }

.tabs-vertical > .tab-content .active {
    display: block;
}
#menu .tabs .tab {
	height: unset;
	text-align: left;
} 


/* Modal */
.modal {
	background: transparent !important;
	box-shadow: none !important;
}
