h1{
	font-size: 1.8em;
}

h2{
	font-size: 1em;
}

/*DIRECTORY MENU*/

.menu-list{
	list-style-type: none; 
	float: right; 
	margin-top: 19px; 
	cursor: pointer;
}

.menu-list li{
	float: left; 
}

.menu-list li a{
	padding: 19px; 
	font-family: 'Poppins', sans-serif; 
	font-size: 13px; 
	color: #555;
	text-decoration: none;
	display: block;
}

.menu-list li a:hover{
	color: #154e9e;
}

.menu-list.responsive-button{
	display: block;
}

.menu-list.std-menu{
	display: none;
}

.mobile-menu-item a{
	font-family: 'Open Sans', sans-serif; 
	font-size: 15px; 
	color: #555;
	text-decoration: none;
	display: block;
	margin-left: 18px;
	cursor: pointer;
}

.mobile-menu-item a:hover{
	color: #154e9e;
}

.mobile-menu-list hr{
	background-color: #f9f9f9;
}

.wp-sim-hd{
	width: auto; 
	max-width: 1150px; 
	margin: 0 auto; 
	height: 100px; 
	overflow: hidden;
}

.wp-sim-logo{
	max-width: 155px; 
	margin-top: 29px; 
	float: left; 
	margin-left: 10px; 
	cursor: pointer;
}

#mobileMenuContainer{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 0.3); 
	display: flex; 
	flex-direction: row; 
	display: none; 
	z-index: 2000;
}

#mobileMenuContainer .mobile-menu-inner{
	background-color: white; 
	width: 300px; 
	max-width: 85%; 
	height: 100%;
}

#mobileMenuContainer .mobile-menu-inner div{
	background-color: #f8f8f8; 
	padding: 18px; 
	margin-bottom: 16px;
}

#mobileMenuContainer .mobile-menu-inner div span{
	font-family: 'Open Sans', sans-serif; 
	font-size: 13px; 
	font-weight: 600; 
	color: #333;
}

#mobileMenuContainer .mobile-menu-inner div span img{
	height: 13px; 
	margin-right: 12px; 
	margin-top: -2px; 
	cursor: pointer;
}

.wp-sim-footer{
    background-color: #124284; 
    color: #cccccc; 
    text-align:center; 
    padding-top: 25px; 
    padding-bottom: 8px; 
    overflow: hidden; 
    font-size: 12px; 
    padding-left: 10px; 
    padding-right: 10px;
}

.wp-sim-footer p{
    font-family: inherit;
}

.wp-sim-footer p a{
    font-family: inherit; color: inherit;
}

@media (min-width: 700px) {
	
	h1{
		font-size: 2.5rem;
	}
	
	h2{
		font-size: 1.25rem;
	}
	
	.menu-list.responsive-button{
		display: none;
	}
	
	.menu-list.std-menu{
		display: block;
	}
	
}