* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

img{
    max-width:100% !important;
}

.header-content-right {
    text-align:right;
    margin-right:2%;
    margin-left: 30%;
    font-size: 26px;
}

.search-container {
    float: right;
    margin-bottom: 10%;
}

main {
    background-color:white;
}

h1 {
    font-size:46px;
    margin: 2% 4% 2% 4%;
}

html {
    max-width:1920px;
    margin:auto;
    overflow-x:hidden;
    
}

body {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 2% 4% 2% 4%;
}

.no-side-margin{
    margin:2% 0 !important;
}

.topnav {
    display: none;
}


.search-container button {
      float: right;
      padding: 0px 0px;
      margin-top: 8px;
      margin-right: 12px;
      background: #ddd;
      font-size: 20px;
      border: none;
      cursor: pointer;
      height:60%;
}

.search-container button:hover {
    background: #ccc;
}

.container {
    display:grid;
    grid-template-columns: 40% 60%;
}
.header-content-left img {
    margin-left: auto;
    margin-right: auto;
    width: 330px;
}
.banner img {
    box-shadow: 0px 0px 0px 0px #000; 
    margin-top:150px;
}

.search-bar {
    display:grid;
    grid-template-columns: 3fr 1fr;
}

.searchbar {
    width: 100%;
}

#___gcse_0 {
    float: right;
    width: 430px;
}
/* Start Nav */

#nav a {
    display: inline-block;
    padding: 4px 30px;
    background-color:#26428b;
    color:white;
    text-decoration:none;
}

#nav a:hover {
    background-color: #0b193c
}

#nav {
	max-width:1920px;
	font-size:24px;
	margin-top: -36px;
	text-align: right;
}

/* End Nav */

.featured-text{
    font-size:1.6em;
    padding:1% 4% 2% 4%;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
}

footer {
    background-color:#0b193c;
    color:white;
    padding: 0% 1% 0% 1%;
}

footer > div {
    text-align:left;
    font-size:26px;
}

.footer-content-right {
    color: #00dd69;
    margin:0% 5%;
}

.footer-content-middle {
    display:grid;
    margin: 6% 6%;
    grid-template-columns: 1fr 1fr;

}

.footer-content-left {
    margin:2% 10%;
}

.header-content-left a {
    width:100%;
}

.main-content-left {
    display:flex;
    width: 100%;
    align-items: center;
    flex-direction:column;
    justify-content:flex-start;
    font-size:26px;
}

.left-div {
    display: flex;
    flex-direction:column;
    align-items:center;
}

.left-div p {
    margin:0% 10% 3% 10%;
}

.main-content-left img {
    width:75%;
    margin-bottom:5%;
}

.main-content-right {
    width:100%;
    margin: 4% 0% 0% -4%;
    font-size:24px;
}

.main-content-right img {
    width:100%;
    margin-top: 10%;
}

.link-box img {
    width:10%;
    margin: -2% 0%;
}

.main-content-right a {
    color:#0b193c;
    font-size: 28px;
}

.sticky {
    position: fixed;
    top: 0;
    width:100%;
    background-color:white;
    box-shadow: 0px 3px 3px 0px black;
    margin:0;
    padding:0;
    max-width:1920px;
    z-index:1;
}

.link-box {
    border: 4px ridge;
    justify-content:center;
    display:flex;
    flex-direction:column;
    text-align:center;
    margin: 0% 0%;
    padding-bottom:5%;
}

.main-section {
    display:-ms-grid;
    display: grid;
    -ms-grid-columns:1fr 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr 1fr;
    font-size:18px;
}

.main-section .box{
    background-color:#efefef;
    width:86%;
    padding:2% 4%;
    margin:0 7%;
    position:relative;
}

input[type=text], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.form {
    margin:0% 10% 0% 0%;
}

.button {
    background-color: #26428b;
    border: none;
    color:white;
    padding: 4px 20px;
    text-align:center;
    text-decoration:none;
    font-size:28px;
    box-shadow:0px 1px 2px 1px gray;
}

.button:hover {
    background-color: #0b193c;
}

.learn-more{
    display:inline-block;
    padding:2% 4%;
    color:#fff;
    text-decoration:none;
    background-color:#26428b;
    position:absolute;
    bottom:3%;
    left:25%;
    right:25%;
    width:50%;
    text-align:center;
}

.learn-more:hover{
    background-color:#fff;
    color:#26428b;
}

.learn {
    background-color: #0b193c;
    width:100%;
    text-align: center;
    position:relative;
    height:269px;
    margin-top:7.5%;
}

.names {
    width:100%;
    display:grid;
    grid-template-columns: 27% 20% 6% 20% 27%;
    text-align: center;
    margin: 4.5% 0% 0% 0%;
    font-size: 24px;
}

.harmon-pos {
    position:absolute;
    bottom:-25%;
    right: 55.2%;
}

.kang-pos {
    position: absolute;
    bottom:-25%;
    left:55.2%;
}

.hname-pos {
    
}

.bname-pos {
    
}

.learn-header {
    margin: 0% 3% 6% 3%;
    font-size:24px;
}

.learn-header p {
    margin-left: 8%;
}

.about-button {
    display: flex;
    justify-content: center;
    margin: 1% 0% 3% 0%;
    
}

.main-content-left a {
    display: flex;
    justify-content:center;
}

.footer-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
}

.left-text {
    text-align: left;
    font-size: 12px;
}

.right-text {
    text-align:right;
    font-size: 12px;
}

.right-text a {
    text-decoration: none;
    color:white;
}


.small-notice {
    font-size: 12px;
}

.logo-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0% 10%;
    margin-top: -4%;
    text-align:center;
    align-items:center;
}

.logo-container img {
    width:63%;
}

.logo-container a {
    padding: 0% 0%;
}

.flex {
    display:flex;
    justify-content:flex-end;
}

.valign {
    display: flex;
    align-items: center;
}

.valign span {
    font-size: 24px;
}

.about-pic {
    display: grid;
    grid-template-columns: 82% 18%;
}

.about-pic div{
    padding:0 2%;
}

.about-format {
    padding: 0% 5% 5% 5%;
    font-size: 22px;
}

.blue-bold {
    color: #1155cc;
    font-weight: bold;
}

.format-reset {
    padding: 0;
    margin: 0;
}

.blue {
    color: #26428b;
    font-weight:bold;
}

.blue2 {
    color: #0b193c;
}

.onvio-client-sign-in {
				display: flex; align-items: center; justify-content: center; flex-direction: column;
				width: 300px; height: 184px;
				border-radius: 10px; border: solid 2px #d5d4d9;
				background-color: white;
		}

		.onvio-client-sign-in span {
				font-family: Arial; font-size: 24px; font-weight: bold; color: #212121; margin-bottom: 25px;
		}

		.onvio-client-sign-in a {
				width: 150px; height: 46px;
				border-radius: 5px; border: solid 1px #f39518;
				background-color: #f39518;
				text-align: center; vertical-align: middle; line-height: 46px;
				font-family: Arial; font-size: 14px; font-weight: bold; letter-spacing: 1.1px;
				text-align: center;
		}
		.onvio-client-sign-in a, .onvio-client-sign-in a:hover,
		.onvio-client-sign-in a:focus, .onvio-client-sign-in a:visited, .onvio-client-sign-in a:active {
				text-transform: uppercase;
				text-decoration: none;
				color: #ffffff;
		}

		.onvio-client-sign-in a:hover {
				border: solid 1px #f39518; background-color: #f39518;
		}
		
.center {
    margin: 5% 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: baseline;
}

.menu-btn {
   background-color: #26428b;
   color: white;
   padding: 4px 30px;
   border: none;
   font-size:24px;
   
}
.dropdown-menu {
   position: relative;
   display: inline-block;
   border-radius: 0px 0px 15px 15px;
   
}
.menu-content {
   display: none;
   position: absolute;
   background-color: #f0f0f0;
   border-radius: 0px 0px 15px 15px;
   text-align: left;
   width: 135%;

}

.menu-content > a {
    background-color:#f0f0f0 !important;
    color: black !important;
    display: grid;
    border-radius: 0px 0px 15px 15px;
    margin: 0% 10% 5% 0%;
}

.links,.links-hidden{
   display: inline-block;
   color: black;
   padding: 2% 2%;
   text-decoration: none;
   font-size: 18px;
   font-weight: bold;
}
.links-hidden{
   display: block;
}
.links{
   display: inline-block;
}
.links-hidden:hover,.links:hover {
   background-color: #0b193c;
}
.dropdown-menu:hover .menu-content {
   display: block;
}
.dropdown-menu:hover .menu-btn {
   background-color: #0b193c;
}

.grid{
    display: grid;
    grid-template-columns:1fr 1fr;
    margin-bottom:5%;
    text-align:center;
}

.about-text {
    margin-right: 5%;
}

@media only screen and (max-width: 1400px) {
    .valign span {
        font-size: 21px;
    }
    
    #nav a, .menu-btn{
        font-size: 21px;
    }
    
@media only screen and (min-width: 1150px) {
    .names {
        grid-template-columns: 27% 20% 6% 20% 27%
    }
}

@media only screen and (max-width: 1149px) {
    .names {
        grid-template-columns: 15% 20% 30% 20% 15%
        
    }
}

@media only screen and (max-width: 1257px) {
    .valign span {
        font-size: 19px;
    }
    
    #nav a, .menu-btn{
        font-size: 19px;
    }
    
}

@media only screen and (max-width: 1162px) {
    .valign span {
        font-size: 17px;
    }
    
    #nav a, .menu-btn{
        font-size: 17px;
    }
}

@media only screen and (max-width: 1162px) {
    .flex {
        display: block;
        float: right;
        margin-right: 20px;
    }
    
    .hideMob {
        display:none;
    }
    
    #___gcse_0 {
        width: 370px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    
}

@media only screen and (max-width:1280px){
    .main-section {
        -ms-grid-columns:1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    
    .main-section .box{
        margin:4% 7%;
        height:625px;
    }
}

@media only screen and (max-width: 1050px) {
    .footer-container {
        display:grid;
        grid-template-columns:1fr;
        justify-items:center;
    }
    
    .footer-content-middle {
        display: grid;
        justify-items:center;
        margin: 6% 15%;
    }
    
    .header-content-right {
        display:none;
    }
    
    .container {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    
    #nav {
        padding-top: 30px;
        text-align: center;
    }
    
    .main-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .learn {
        height:250px;
    }
    
    h2{
        text-align: center;
    }
    
}

@media only screen and (max-width: 950px) {
    .main-content-left{
        text-align: center;
    }
    
    .main-section {
        grid-template-columns: 1fr;
    }
    
    .main-content-right {
        margin: 4% 0% 0% 0%;
    }
    
    .main-content-right img {
        margin-top:4%;
    }
    
    .center {
        grid-template-columns: 1fr;
        
    }
    
    .learn {
        height: 220px;
    }
}

@media only screen and (max-width: 850px) {
    /* -------------------- Start Navigation -------------------- */
	#toggleNav{
		width:95%;
		height:3%;
		display:flex;
		z-index:2;
		justify-content:flex-end;
		left:2%;
		top:15px;
		position:fixed;
	}
	
	#toggleNav img {
	    width:100%;
	}
	
	#nav{
        position: fixed;
        display:none;
        margin:auto;
        right:20%;
        width:50%;
        top:0;
    }
    
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type{
		display: block;
		width:100%;
		text-align:center;
		color:#000;
		text-decoration:none;
		font-size:20px;
		padding:5px 0px;
	}
	
	#nav a{
		font-size:20px;	
	}
 
    /* first level */
 
    #nav > ul{
        position: absolute;
        left: 0;
        right: 0;
		background-color:inherit;
		/*margin-top:25px !important;*/
		padding:10px;
		flex-direction:column;
		border-radius:10px;
    }
    #nav > ul > p {
        display:none;
    }
	#nav:target > ul{
		display: block;
	}
	#nav > ul > li{
		float: none;
		height:initial;
		margin:0px !important;
		padding:5px 0px !important;
		font-size: 20px;
	}
	#nav > ul > li > a {
	    width:100%;
	    color:white;
	}
	#nav > ul > li > img {
	    display:none;
	}

    /* second level */
 
    #nav li ul{
        position: static;
		width:98%;
		margin:0 !important;
		text-align:center;
		padding:0 !important;
		flex-direction:column;
    }
	#nav li ul a{
		padding:0;
		margin:0.25em 0;
	}
	/*End Navigation*/
	
	
	.menu-btn {
     background-color: white;
   color: black;
   padding: 4px 30px;
   font-family: 'Roboto', sans-serif;
   border: none;
   font-size:18px;
   
}

    .dropdown-menu:hover .menu-content {
   display: block;
}
.dropdown-menu:hover .menu-btn {
    background-color: white;
   color: black;
}
	
    .dropdown-menu {
        height: 40px;
        padding-top: 0px;
        
    }
    
    .menu-content {
   position: absolute;
   background-color: #5061a8;
   color: white;
   text-align: center;
   width: 70%;
   font-family: 'Roboto', sans-serif;
   border: none;
   font-size:18px;

}

.menu-content > a {
    background-color:#5061a8 !important;
    color: white !important;
    display: grid;
    font-family: 'Roboto', sans-serif;
   border: none;
   font-size:18px;
   border-radius: none;
   margin: 0 2px 10px;
}
	
	.topnav {
        display: block;
        background-color: white;
    }
    .topnav #myLinks {
        display: none;
    }
    
    
    /* Style navigation menu links */
    .topnav a {
        color: black;
        background-color: white;
        padding: 20px 16px 0;
       font-family: 'Roboto', sans-serif;
        font-size: 18px;
        display: block;
        text-decoration: none;
        text-align: center;
        height: 40px;
        z-index: 9;
        /* padding-top: 20px; */
    }
    
    .topnav .dropdown-menu {
        color: black;
        background-color: white;
        padding: 15px 16px 0;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        display: block;
        text-decoration: none;
        text-align: center;
        z-index: 9;
        /* padding-top: 20px; */
    }
    
    /* Style the hamburger menu */
    .topnav a.icon {
        background-color: #5061a8;
        color: white;
        /**background-color: white;
        color: #5061a8;**/
        display: flex;
        margin: auto;
        height: 60px;
        /**width: 55px;
        margin-left: 10px;
        padding-top: 20px;
        padding-left: 17.5px;**/
        font-size: 23px;
        z-index: 9;
        /**border-radius: 30px;**/
    }
    .topnav a.icon:hover {
        background-color: rgb(238, 238, 238) #5061a8;
    }
    /* .topnav a:hover {
        background-color: rgb(238, 238, 238);
    } */
    .active {
        background-color: #04AA6D;
        color: white;
    }
	
	.banner img {
	    margin-top:195px;
	}
	
	.learn {
	    height: 195px;
	}
	
	.footer-content-middle{
	    grid-template-columns: 1fr;
	}
	
	.addr {
	    text-align: center;
	}
	
	.about-pic {
    display: grid;
    grid-template-columns: 1fr;
    
}

    .about-pic img {
        grid-row: 1;
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media only screen and (max-width: 700px) {
    .learn {
        height: 170px;
    }
}

@media only screen and (max-width: 600px) {
    .learn {
        height: 140px;
    }
}

@media only screen and (max-width: 500px) {
    .learn {
        height: 118px;
    }   
    
    .email{
        font-size: 22px;
    }
    
    .phone a{
        font-size: 22px;
    }
    .footer-content-left {
        font-size: 22px;
    }
}



@media only screen and (max-width: 420px) {
    .footer-content-middle p {
        display: none;
        grid-template-columns: 1fr;
        justify-items: center;
    }
    
    .footer-content-right {
        display:none;
    }
    
    .footer-content-left {
        font-size: 20px;
    }
    
    .logo-container {
        grid-template-columns:1fr;
    }
    
    .header-content-left a{
        display: grid;
        justify-content: center;
        background-color: #e9e9e9;
    }
    
    .header-content-left img {
        width: 60%;
    }
    
    .banner img {
        margin-top: 158px;
    }
    
    .learn {
        height: 100px;
    }
}

@media only screen and (max-width: 350px) {
    .banner img {
        margin-top: 130px;
    }
    
    .learn {
        height: 80px;
    }
}








