/*Nav*/

.nav-content {
    height: auto;
    width: 100%;
    background-color: #fff;
    z-index: 100;
	font-size: 0.85rem;
}

.nav-content ol {
	display: flex !important;
    flex-flow: wrap !important;
	padding-left: 0rem !important;
	width: 100%;
	background-color: #f4f4f4;
}


.nav-content a {
    text-decoration: none !important;
	color: #000000;
	font-size: 1em;
	padding: 1em;
}

.nav-container {
	width: 100%;
	max-width: 100%;
	background-color: #f4f4f4;
	padding: 2em 0;
}


.nav-content li {
	padding: .5em !important;
	margin: 0;
}

.nav-content a {
	border-bottom: 0px solid #fff;
	color: #000;
	font-size: 1em;
	margin-right: .5em;
	background-color: #fff;
    padding: .5em !important;
	min-height: 2.5rem;
}

.nav-content  {
	text-transform: uppercase;
}


.nav-content li a {
	text-decoration: none;
}

.nav-content li a.is-active {
	background-color: #d0d3d4;
	color: #000;
	text-decoration: none;
	
}


.nav-content a.is-active, .nav-content a.is-active:hover {
    border-bottom-color: #00bfb2;
}

.button {
    line-height: 1;
}

/*headers*/

h1 {

	text-align: center;
}

.highlight-title {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 1.1875em;
	font-weight: 600;
	line-height: 1.1;
	color: #007a78;
	margin-top: 0;
	margin-bottom: 15px;
}

@media screen and (max-width: 950px) {
	
.nav-content .row ol {
    padding-left: 0rem;
}

.nav {
    font-size: .8rem;
}

}

@media only screen and (min-width: 768px) {
	.video {
		width: 70%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.video iframe {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

#google-search input[type=text] {
	box-shadow: none;
}

#google-search .gsc-input table {
	margin-bottom: 0;
}

#google-search tr {
	border-bottom: none;
}

#google-search td {
	border-right: none;
}

#google-search tbody {
	border: none;
}

#google-search .gsc-cursor-page {
	color: #000000;
}

#google-search .gsc-cursor-page.gsc-cursor-current-page {
	color: #1d4289;
	font-weight: bold;
	text-decoration: underline;
}

#google-search .gs-result .gs-image-box {
	margin-right: 1rem;
}

.wysiwyg #google-search table {
	border: none;
	margin: 0;
}

.wysiwyg #google-search table td {
	border-bottom: none;
	border-left: none;
}

.wysiwyg #google-search table tr {
	border-bottom: none !important;
}

#google-search .gsc-search-button {
	margin-top: 0.75rem;
}
