@font-face {
	font-family: Montserrat;
	src: url(../font/Montserrat-Light.ttf);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	height: 100vh;
	color: white;
	position: relative;
	background-color: #ffffff;
	font-family: Montserrat, Verdana, Geneva, Tahoma, sans-serif;
}

.contact_info {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.contact_info>div {
	width: 35%;
	padding: 20px;
}

.address {
	text-align: right;
	background-color: #bd9a72;
}

.address img{

	padding-right: 10px;
}
.telephone {
	text-align: left;
	background-color: #bd9a72;
}
.telephone img{

	padding-right: 10px;
}


.email {
	text-align: left;
	background-color: #666666;
}
.email img{

	padding-right: 10px;
}

.search_bar{
	top:6%;
	right:-270px;
	width: 410px;
	z-index: 5;
	padding:20px;
	position:fixed;
	transition: right 0.5s;
	background-color:#666666;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search_form{
}

.search_bar:hover{
	right: 0;	
	z-index: 5;
	padding:20px;
	position:fixed;
	background-color:#d9c7b1;
}

.footer_info {

	width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-top: 3em;
}

.footer_info > div{
    width: 100%;
    padding: 20px;
}

.footer_info .copyright{

	width: 35%;
	text-align: left;	
	background-color: #bd9a72;
}

.footer_info .address{

	text-align: left;	
	background-color: #bd9a72;
}

.footer_info .email{

	text-align: right;	
	background-color: #666666;;
}

.footer_info .email a{

	color:#ffffff;
	text-decoration: none;
}

/** Google-specific **/

form.gsc-search-box.gsc-search-box-tools {
	margin: 0;
}

nav {
	position: absolute;
	bottom: 0;
	left: 40%;
	text-align: center;
	color: darkgray;
	background-color: white;
}
nav > ul {
	/*color: gray;*/
	display: inline-flex;
	width: 60em;
	cursor: pointer;
}

nav > ul > li {
	width: 100%;
	padding: 1em;
}

nav > ul li.menu-item-has-children > a:after {
	content: "\f0d7";
	display: inline-block;
	margin-left: 0.3em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* Hides search bar until format can accommodate it.*/
nav > ul > li:nth-last-of-type(2){
	border-right: none;
}

nav > ul > li:last-of-type {
	display: none;
}

nav li a {
	text-decoration: none;
}

nav ul.sub-menu {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 10px;
	width: 160px;
	overflow: auto;
	z-index: 1;
}
nav ul.sub-menu li {
	padding: 10px;
	width: 100%;
}

nav ul.sub-menu li:hover {
	background-color: #EAEAEA;
}

.menu_v2 a {
	text-decoration: none;
	color: gray;
}

.heading_section {
	position: relative;
	z-index: 2;
}

.heading_section, .banner, .content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner {
    height: 400px;
    background-size: cover;
	background-position-x: center;
    
}

.heading_container {
	position: relative;
}

.heading_container, .container {
	width: 80%;
	padding: 20px;
}

.container {
	text-align: center;
	color: #1D2434;
	align-items: center;
}

.container h3 {
	padding: 2em 0 .5em 0;
	font-size: 2em;
	font-weight: bold;
	font-family: Montserrat, Verdana, Geneva, Tahoma, sans-serif;
}

.container h4 {
	text-align: start;
	padding: 12px;
	/*text-decoration: underline;*/
	font-size: 18px;
	font-weight: normal;
}

.container hr {
	width: 8em;
	margin: 0 auto 2em auto;
	/*important!;*/
	border: thick solid #d9c7b1;
}

.container p {
	text-align: left;
	padding: 1em;
	color: #606060;
	line-height: 2em;
}

.welcome-text h3 {
	text-transform: uppercase;
}

.welcome-text h4 span {
	text-transform: uppercase;
	color: #dfb87f;
	font-weight: bold;
}

hr.highlight{
    width: 13em;
	margin-left: 15px;
	border: thin solid #e93636;

}

.misc-content {
	text-align: left;
}

.misc-content h3 {
	text-align: center;
}

.misc-content li {
	float: none;
	text-align: start;
	padding: 12px;
	list-style: none;
	font-size: 16px;
	margin-left: 10px;
}

.heading_logo_text {
	display: flex;
	align-items: center;
	font-weight: 100;
	font-family: Montserrat, Verdana, Geneva, Tahoma, sans-serif;
	color: #787B86;
}

/* Laws Text*/

.logo_text p {
	font-size: 6em;
	line-height: 55px;
	padding-top: 10px;
}

.logo_text p:nth-child(2) {
	font-size: 1.5em;
	padding-left: 10px;
	font-weight: lighter;
}

.display_img {
	padding-top: 4%;
}


.clear:before,
.clear:after { content: ''; display: table; }
.clear:after { clear: both; }

.caps-range#alphabet {
	margin-bottom: 3em;
}

#laws-list p {
	padding-left: 0;
}

#laws-list table {
	width: 100%;
}

#laws-list th {
	font-weight: bold;
}

#laws-list th:nth-of-type(2),
#laws-list td:nth-of-type(2) {
	width:40px;
}

/* Media Queries  */
@media only screen and (min-width: 701px)
{
	.mobile-only {
		display: none;
	}

	nav {
		box-shadow: 0 0 10px #C6CFD6;
	}

	nav li.menu-item:hover ul.sub-menu {
		display: flex;
	}

	nav li.menu-item:hover ul.sub-menu a:hover {
		background-color: #EAEAEA;
	}

	nav li a {
		color: gray;
	}

	nav > ul {
		padding: 1em;
	}

	nav ul.sub-menu {
		background-color: white;
		box-shadow: 0 0 10px #C6CFD6;
		position: absolute;
		padding: 10px;
	}

	nav ul.sub-menu li {
		text-align: left;
	}


	nav > ul > li {
		border-right: thin solid #EAEAEA;
	}

	.gsc-input-box {
		width: 163px;
	}
}

@media only screen and (max-width: 700px) and (min-width: 250px) {
	.desktop-only {
		display: none;
	}
    nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: unset;
        width: 100%;
		font-size: 16px;
		opacity: 0.9;
		color: white;
		background-color: gray;
    }

	nav span.mobile-only {
		display: inline;
	}

    nav > ul {
        width: 100%;
        z-index: 3;
        display: none;
        font-size: 16px;
        align-items: center;
        flex-direction: column;
    }

	nav > ul.show {
		display: flex;
	}

	nav ul.sub-menu {
		background-color: inherit;
	}

	nav li.menu-item-has-children{
		display: flex;
		align-items: center;
		flex-direction: column;
		background-color: cornflowerblue;
	}

	nav > ul li.menu-item-has-children > a:after {
		display: block;
	}

	nav li.menu-item-has-children ul.sub-menu {
		width: 100%;
		align-items: center;
		flex-direction: column;
	}
	nav li.menu-item-has-children.show ul.sub-menu {
		display: flex;
	}

	nav i.fa-bars {
		padding: 10px;
	}

	nav li a {
		color: white;
	}

	.mobile_search {
		display: block;
	}

	input[type=text] {
		width: 100%;
		height: 30px;
		border: none;
		font-size: 14px;
	}
	input[type=submit] {
		margin-top: 15px;
		height: 60px;
		width: 150px;
		font-size: 20px;
	}
}