/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/

body {
	color: white;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 19px;
}
p {
	font-family: Oswald, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 19px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Oswald, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:white;
	text-align: left;
}
h1 {
	font-size: 37px;
}
h2 {
	font-size: 27px;
	line-height: 28px;
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
ul li {
	color: white;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	list-style: none;
}

ol li {
	width: 100%;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
	line-height: 18px;
}

/* icons */
.pointIcon {
	position: relative;
	display: inline-block;
	background-size: contain;
	cursor: pointer;
}
.pointUp {
	background: url(/includes/public/assets/images/pointUp.png) no-repeat;
	width: 21px;
	height: 12px;
	left: 8px;
}
.pointDown {
	background: url(/includes/public/assets/images/pointDown.png) no-repeat;
	width: 21px;
	height: 12px;
	left: 8px;
}
.pointRight {
	background: url(/includes/public/assets/images/pointRight.png) no-repeat;
	width: 8px;
	height: 13px;
	left: 8px;
}

/* intro content - blue font support */
.blueFont .intro_content {
	color: #0066a4;
}
.blueFont .intro_content h2 {
	color: #0066a4;
}

/* add a dark background behind white text */
.slideshow_container .intro_content {
	margin-left: 30px;
	background-color: rgba(0,0,0,0.5);
}
.slideshow_container .blueFont .intro_content {
	margin-left: 0;
	background-color: transparent;
}

/* One Col */
@media only screen {
	.main_content {
		background: white;
	}
	.panel_custom_one_col {
		padding: 0;
		position: relative;
	}
		.panel_custom_one_col .overlay, .panel_custom_one_col_image_top .overlay {
			position: absolute;
			top: 0;
			height: 100%;
			width: 100%;
		}
		.panel_custom_one_col[data-sv-background-type="color"].panel_custom_one_col[data-sv-background-color="#ffffff"],
		.panel_custom_one_col[data-sv-background-type="color"].panel_custom_one_col[data-sv-background-color="#ffffff"] p,
		.panel_custom_one_col[data-sv-background-type="color"].panel_custom_one_col[data-sv-background-color="#ffffff"] h1,
		.panel_custom_one_col[data-sv-background-type="color"].panel_custom_one_col[data-sv-background-color="#ffffff"] h2,
		.panel_custom_one_col[data-sv-background-type="color"].panel_custom_one_col[data-sv-background-color="#ffffff"] h3,
		.panel_custom_one_col[data-sv-background-type="color"].panel_custom_one_col[data-sv-background-color="#ffffff"] h4,
		.panel_custom_one_col[data-sv-background-type="color"].panel_custom_one_col[data-sv-background-color="#ffffff"] h5,
		.panel_custom_one_col[data-sv-background-type="color"].panel_custom_one_col[data-sv-background-color="#ffffff"] li
		{
			color: #18202a;
		}
		.main_content .panel_custom_one_col .intro_content{
		}
		.panel_custom_one_col.header .intro_content{
			margin-top: 100px;
			padding-left: 25px;
		}
	.panel_custom_two_col{
		padding-top: 1em;
	}
	.panel_custom_two_col p,
	.panel_custom_two_col h1,
	.panel_custom_two_col h2,
	.panel_custom_two_col h3,
	.panel_custom_two_col h4,
	.panel_custom_two_col h5,
	.panel_custom_two_col li{
		color: #18202a;
	}
	.panel_custom_one_col_listings .overlay {
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.panel_custom_one_col_listings .intro_content {
		height: 375px; /* necessary to position the lower elements below the header image */
		padding-top: 135px;
		position: relative;
	}
		.panel_custom_one_col_listings .intro_content .contentRender h1 {
			font-family: Oswald, sans-serif;
			text-transform: uppercase;
			font-size: 30px;
			line-height: 34px;
			font-weight: lighter;
			color: #fff;
			text-transform: none;
		}
		.panel_custom_one_col_listings .intro_content .contentRender h2 {
			font-weight: lighter;
			font-size: 18px;
			line-height: 20px;
			color: #fff;
			font-family: Oswald, sans-serif;
			text-transform: uppercase;
		}
		.panel_custom_one_col_listings .intro_content .contentRender p {
			font-size: 12px;
			font-weight: lighter;
			color: #fff;
			font-family: Oswald, sans-serif;
		}
		.panel_custom_one_col_listings .panel_bottom {
			background-color: #fff;
			padding-left: 0 !important;
			padding-right: 0 !important;
			padding-bottom: 60px;
		}
	.panel_custom_one_col_listings .panel_top {
		top: -24px;
		padding: 0 !important;
	}
	.panel_custom_one_col_listings .panel_bottom {
		background-color: rgb(248,248,248);
		padding: 0 0 60px 0 !important;
		margin-top: -24px;
	}
}
@media only screen and (min-width: 40.063em) {
	.panel_custom_one_col {
		padding-top:30px;
		padding-bottom:20px;
	}
		.panel_custom_one_col.header{
			min-height: 500px;
		}
	.panel_custom_one_col_listings .intro_content {
		height: 600px !important;
		padding-left: 30px !important;
	}
		.panel_custom_one_col_listings .intro_content .contentRender {
		}
		.panel_custom_one_col_listings .intro_content .contentRender h1, .content .panel_custom_one_col_listings .intro_content .contentRender h2 {
		}
		.panel_custom_one_col_listings .intro_content .contentRender p {
			width: 60%;
		}
	.panel_custom_one_col_listings .panel_top {
		height: 650px;
	}
	.content .intro_content {
		padding-top: 0 !important;
	}
}
@media only screen and (min-width: 64.063em) {
	.panel_custom_one_col {
		padding-bottom:15px;
	}
}
@media only screen and (max-width: 40em) {
	.panel_custom_one_col_listings .intro_content{
		padding-top:115px;
		height: auto;
	}
	.main_content .panel_custom_one_col .intro_content{
	}
	.panel_custom_one_col.header .intro_content{
		margin-top: 70px;
		padding: 0 1em;
	}
	.panel_custom_one_col.header .intro_content h1{
		margin-top: 0.5em;
	}
}
@media only screen and (max-width: 64em) {
	.panel_custom_one_col .intro_content, .panel_custom_one_col.content{
		padding: 1em;
		margin: 0px;
		max-width: 100%;
	}
	.panel_custom_one_col.content .intro_content{
		padding: 0;
	}
	.panel_custom_one_col.header .overlay{
		margin: 0;
	}
	.panel_custom_one_col .overlay {
		margin: 0 -1em;
	}
}

/* One Col No Pad*/
@media only screen {
	.one_col_no_pad {
		padding-top: 105px;
		background:#233866;
	}
}
@media only screen and (min-width: 40.063em) {
	.one_col_no_pad {
		padding-top: 70px;
	}
}
@media only screen and (min-width: 64.063em) {
	.one_col_no_pad {
		padding-top: 70px;
	}
}

/* Sitemap */
@media only screen {
	.sitemap {
	}
	.sitemap h4 {
		font-size: 15px;
	}
	.sitemap ul {
		padding-bottom: 10px;
	}
	.sitemap ul li {
		font-size: 12px;
		line-height: 17px;
	}
	.sitemap ul.multicol {
		margin: 0;
		-moz-column-count: 1;
		-moz-column-gap: 30px;
		-webkit-column-count: 1;
		-webkit-column-gap: 30px;
		column-count: 1;
		column-gap: 30px;
		padding-top: 10px;
		padding-bottom: 30px;
	}
}
@media only screen and (min-width: 40.063em) {
	.sitemap {
	}
	.sitemap h4 {
		font-size: 30px;
	}
	.sitemap ul li {
		font-size: 18px;
		line-height: 24px;
	}
	.sitemap ul.multicol {
		margin: 0;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
		padding-top: 10px;
		padding-bottom: 30px;
	}
}
@media only screen and (min-width: 64.063em) {
	.sitemap {
	}
	.sitemap h4 {
		font-size: 30px;
	}
	.sitemap ul.multicol {
		margin: 0;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
		padding-top: 10px;
		padding-bottom: 30px;
	}
}

/* Search Results */
@media only screen {
.searchResults input[type="submit"] {
	width: 135px;
	height: 35px;
	background: transparent;
	border: 1px solid #008CBA;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	padding: 5px;
	float: right;
	color: #008CBA;
	text-align: center;
	position: absolute;
}
.searchResults .search_results_facets {
	padding-top: 15px;
	margin-left: 35px;
}
	.searchResults {
	}
	.searchResults h1 {
		font-size: 16px;
		padding-bottom: 15px;
	}
	.searchResults .searchInput {
		display: block;
	}
	.searchResults .searchButton {
		display: block;
	}
	.searchResults input[type="submit"] {
		left:-10px;
		width:auto !important;
	}
	.searchResults .search_results_filters {
		font-size: 12px;
	}
	.searchResults ul li {
		font-size: 14px;
		line-height: 24px;
	}
	.searchResults .fa-caret-right,
	.searchResults .fa-caret-left {
		position: relative;
		top: 2px;
		font-size: 22px;
	}
.searchResults .search_results_items {
	padding-top: 5px;
}
.searchResults .search_results_items .search_result_item {
	padding:0 5px;
	border-bottom: 1px solid rgb(221,221,221);
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.searchResults .search_results_items .search_result_item p {
	margin-bottom: 0 !important;
}
.searchResults .search_results_items input[type="text"] {
	height: 35px;
}
.searchResults .search_results_above {
	border-bottom: 1px solid rgb(221,221,221);
	margin-bottom: 25px;
}
.searchResults .search_result_item_top h4 {
	font-weight: bold;
}
.searchResults ul li {
	list-style: disc;
}
.searchResults .search_results_pagination {
	/*padding-top: 20px;*/
	padding-bottom: 5px;
}
.searchResults .search_results_pagination a {
	color:#000;
}
}
@media only screen and (min-width: 40.063em) {
	.searchResults input[type="submit"] {
		width: 135px !important;
		left: 0;
	}
	.searchResults ul li {
		font-size: 16px;
		line-height: 24px;
	}
	.searchResults .search_results_filters {
		font-size: 16px;
	}
}
@media only screen and (min-width: 64.063em) {
	.searchResults input[type="submit"] {
		width: 135px;
		height: 35px;
		background: transparent;
		border: 1px solid #008CBA;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-style: italic;
		text-transform: uppercase;
		font-size: 16px;
		margin: 0;
		padding: 5px;
		float: right;
		color: #008CBA;
		text-align: center;
		position: absolute;
	}
}


/* Newsletter Singup - Footer - Mobile */
@media only screen {
	.newsletterHolder {}
	.newsletterHolder .newsWrap {
		border-right: 40px solid #00a1ba;
		width: 100%;
		position: relative;
		height: 70px;
		color: #00a1ba;
		text-align: center;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 70px;
		background: #18202a;
	}
	.newsletterHolder .newsWrap .news {
		color: #fff;
	}
}
@media only screen and (min-width: 40.063em) {
	.newsletterHolder {}
	.newsletterHolder .newsWrap {
		border-right: 60px solid #00a1ba;
		height: 90px;
		font-size: 28px;
		line-height: 90px;
	}
}
/* Newsletter Singup - Homepage */
@media only screen and (min-width: 64.063em) {
	.newsletterHolder .newsWrap { display: none; }
	.footer_bottom .items.newsletterHolder { display: none !important;}
	.footer_top .navSecondary .navInner .navItem.newsWrap a .news {
		color: #fff;
	}
	.newsWrap {}
	.newsWrap .news {
		font-family: Oswald, sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 13px;
		letter-spacing: 1px;
		color: white;
		padding-right: 15px;
		text-transform: uppercase;
	}
}


/* Blog link in header */
@media only screen and (min-width: 64.063em) {
	.blogWrap {
		display: inline-block;
	}
	.blogWrap .link {
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 13px;
		letter-spacing: 1px;
		color: white;
		padding-right: 15px;
		text-transform: uppercase;
	}
}

/* Jumplist styling for Laughlin */

.panel_jumplist_outer {
	padding: 20px 20px 60px 20px;
}
.panel_jumplist_outer [data-seo-top-action] {
	position: -webkit-sticky;
	position: sticky;
	bottom: 10px;
	float: right;
	transition: top 5s ease;
	z-index: 99;
	width: 50px;
	padding: 10px;
	border: solid 1px whitesmoke;
}
.panel_jumplist_outer [data-seo-top] ul,
.panel_jumplist_outer [data-seo-top] ol {
	max-width: calc(100% - 3.4rem);
	margin-left: 0;
}
.panel_jumplist_outer [data-seo-top] li {
	font-family: Oswald, sans-serif;
	font-weight: 500;
}
.panel_jumplist_outer [data-seo-top] a {
	color: #1d94da;
	font-family: Oswald, sans-serif;
	font-weight: 700;
	font-size: 16px;
}
@media only screen and (min-width: 640px) {
	.panel_jumplist_outer [data-seo-top] ul,
	.panel_jumplist_outer [data-seo-top] ol {
		max-width: calc(100% - 4.5rem);
	}
}


#rfpForm div.rfp_sectionName {
	font-family: Oswald, sans-serif !important;
	font-weight: 400 important;
}
#rfpForm label,
#rfpForm .formtext,
#rfpForm input#rfp_specFile {
	font-family: Oswald, sans-serif !important;
}
#rfpForm input[type="text"] {
    font-family: Verdana;
}

/* edit bar and button */
div[id^="sv_adminBar_"] {
    top: auto !important;
    bottom: 0 !important;
}
div[id^="sv_adminBar_"] .bar {
	display: none;
}
div[id^="sv_adminBar_"] a {
	border-radius: 0 !important;
	margin-bottom: 10px !important;
    padding: 10px 20px !important;
}

