/*
THEME NAME: Poipu Bay Golf Course
THEME URI: http://deliciousdesign.com/
DESCRIPTION: Based on Sandbox 1.6.1
VERSION: 1.0
AUTHOR: Delicious Design
AUTHOR URI:
*/

/* -------------------------------------------------------------------------- RESET --- */
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}  table {border-collapse: separate; border-spacing: 0;}  caption, th, td { text-align: left; font-weight: normal; }  table, td, th { vertical-align: middle; }  blockquote:before, blockquote:after, q:before, q:after { content: ""; }  blockquote, q { quotes: "" ""; }  a img { border: none; } 

/* ------------------------------------------------------------------------- COLORS --- */
a {
	-webkit-transition: color .5s;
    transition: color .5s;
	}
a:link, a:visited {
	color:#c23d32;
	}
a:hover, a:active {
	color:red;
	}
body, 
.wp-caption p,
input[type=text], 
input[type=email],
textarea,
select {
	color: #46453d;
	}
.headlines, h1, h2, h3, h4, h5, h6 {
	color:#46453d;
	font-family: "mrs-eaves-roman-small-caps", "Times New Roman", Times, serif ;
	font-weight: 400;
	}
blockquote {
	background-color:DimGray;
	color:White;
	}
div#menu ul.menu li.menu-item a {
	background-color: rgba(255,255,255,0.0);
	color:#46453d;
    -ms-transition: background-color .5s; /* IE 9 */
    -webkit-transition: background-color .5s; /* Chrome, Safari, Opera */
    transition: background-color .5s;
	}
div#menu ul.sub-menu li.menu-item a, 
div#menu ul.menu li.menu-item ul.sub-menu li.menu-item a {
	background-color: rgba(255,255,255,0.9);
	color:#46453d;
	}
div#menu ul.menu li.menu-item a:hover, 
div#menu ul.sub-menu li.menu-item a:hover, 
div#menu ul.menu li.menu-item ul.sub-menu li.menu-item a:hover {
	background-color: #c23d32;
	color:White;
	cursor:pointer;
	}
div#menu ul.menu li.current_page_item a,
div#menu ul.menu li.current_page_item a:hover {
	background-color: rgba(255,255,255,0.0);
	color:#c23d32;
	cursor:default;
	}
div#menu ul.menu li.menu-item ul.sub-menu li.current_page_item a,
div#menu ul.menu li.menu-item ul.sub-menu li.current_page_item a:hover {
	background-color: rgba(255,255,255,0.9);
	color:#c23d32;
	cursor:default;
	}
div#menu ul.menu  li#menu-item-98 a,
div#menu ul.menu  li#menu-item-572 a {
	background-color: transparent !important;
	}

/* --------------------------------------------------------------------------- BODY --- */
body {
	background: #ece6cc;
	font-family: "source-sans-pro", Arial, "Dejavu Sans", sans-serif ;
	font-weight: 400; /* 400 700 */
	font-size: 15px;
	line-height:1.0em;
	text-align: left;
	}

/* --------------------------------------------------------------------- TYPOGRAPHY --- */
.billboard_headline {
	font-family: "mrs-eaves-roman-small-caps", "Times New Roman", Times, serif ;
	font-weight: 400;
	}
div#blog-description {
	margin:0 0 0 2px;
	font-size:0.9em;
	}
h1 {
	font-size:2.3em;
	line-height:1.1em;
	margin-bottom:0.4em;
	}
h1.hole_title {
	float:left;
	}
h1#blog_title {
	display:block;
	position:fixed;
	top:-1000px;
	left:0px;
	}
h2 {
	font-size:1.9em;
	line-height:1.1em;
	margin:0.1em 0 0.4em 0;
	}
h2.pga_subhead {
	font-size:1.9em;
	line-height:1.1em;
	margin:26px 0 0.4em 0;
	}
h3 {
	font-size:1.55em;
	line-height:1.1em;
	margin:0.1em 0 0.4em 0;
	}
h4 {
	font-size:0.95em;
	line-height:1.1em;
	text-transform: uppercase;
	margin:0.6em 0 0.6em 0;
	}
p {
	font-size: 1.1em;
	line-height: 1.5em;
	display:block;
	margin-bottom:0.85em;
	}
div.wpcf7 p {
	margin-bottom:0;
	}
.entry-content p a,
.hole_entry_content p a {
	border-bottom: 1px dotted #c23d32;
	font-weight: 700;
	}
ul li, ol li {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom:4px;
	}
ul {
	display:block;
	margin-left:30px;
	margin-bottom:0.85em;
	}
ol {
	display:block;
	margin-left:33px;
	margin-bottom:0.85em;
	}
blockquote {
	font-size:1.28em;
	line-height:1.4em;
	display:block;
	float:right;
	width:200px;
	opacity:0.5;
	padding:12px 8px 2px 13px;
	margin:0 0 10px 14px;
	}	
em, i {font-style: italic;}
strong, b {font-weight:700;}
a:link, a:visited {
	text-decoration:none;
	}
a:hover, a:active {
	}

/* ---------------------------------------------------------------------- STRUCTURE --- */
div.non_response_float {
	width:960px;
	overflow:visible;
	margin:0 auto 0 auto;
	position:relative;
	}
div.response_float {
	width:960px;
	overflow:visible;
	margin:0 auto 0 auto;
	}

div#wrapper {
	width: 100%;
	margin-top:0px;
	padding-top:63px;
	position:relative;
	background-color: rgba(255,255,255,1.0);
	}
.home div#wrapper {
	margin-top:520px;
	padding:0px;
	background-color: rgba(255,255,255,0.0);
	}
div#header {
	position:fixed;
	top:0px;
	left:0px;
	z-index: 999;
	padding:5px 0;
	width:100%;
	background: -o-linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,0.7));
	background: -moz-linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,0.7));
	background: linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,0.7));
	}
div#logo {
	float:left;
	width:190px;
	height:53px;
	margin: 0 0 0 10px;
	opacity:1.0;
    -ms-transition: opacity .5s; /* IE 9 */
    -webkit-transition: opacity .5s; /* Chrome, Safari, Opera */
    transition: opacity .5s;
	}
div#logo:hover {
	opacity:0.7;
	}
/* ----------------------- BILLBOARDS --- */
div#billboard {
	text-align:center;
	position:fixed;
	top:0px;
	left:0px;
	padding:0px;
	background-color: #000;
	width:100%;
	min-width:960px;
	height:688px;
	z-index:-1;
	}
div#billboard div.cycle-slideshow {
	margin-left:0;
	left:0px;
	}
div#billboard div.cycle-slideshow a.cycle-slide {
	width:100% !important;
	max-width:100% !important;
	}
div#billboard div.cycle-slideshow a.cycle-slide img {
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	min-height:568px !important;
	}
div#billboard_header {
	width:100%;
	position:fixed;
	top:265px;
	z-index:auto;
	text-align:center;
	}
div#billboard_header h2 {
	font-size: 3.0em;
	letter-spacing: 13px;
	color:rgba(255,255,255,0.9);
	text-shadow: 0px 0px 5px #000;
	}
div#sub_billboard {
	width:100%;
	height:140px;
	background:black;
	overflow:hidden;
	margin-top:-63px;
	}
div#sub_billboard img {
	width:100%;
	height:auto;
	}

/* ----------------------- VIDEO FRAME --- */
div#video_cap {
	text-align:center;
	}
div#video_header {
	background-color:#000;
	height:auto;
	}
div#video_header h3 {
	display:block;
	color:#fff;
	text-align: center;
	margin:0px;
	font-size:1.55em;
	line-height: 0.0em;
	}
div#video_frame {
	background-color:#000;
	height:auto;
	padding: 50px 0px;
	}
div#video_float {
	width:780px;
	height:439px;
	margin:0 auto 0 auto;
	}
div.container {
	background-color: #faf9f2;
	}
.home div.container {
	background: url(images/golf-ball-background.png) #faf9f2 no-repeat center left;
	}
div.container.white_bkgd {
	background: #fff;
	text-align: center;
	}
div.container.gradient_bkgd {
	background: url(images/gradient-fill.jpg) #fff repeat-x top left;
	text-align: center;
	}
div.container.gradient_bkgd h3 {
	font-size: 1.5em;
	margin:0.1em 0 0.7em 0;
	}
div.stats_graphic {
	width:25%;
	text-align:center;
	float:left;
	margin:20px 0;
	color:#8a8877;
	opacity:1.0;
	}
div.stats_graphic i.fa {
	color:#ece6cc;
	font-size: 5.0em;
	margin:20px 0;
	}
div.content {
	width:780px;
	margin:0 auto;
	padding: 60px 0;
	background-color: rgba(255,255,255,0.0);
	}
div.content_holes {
	width:940px;
	margin:0 auto;
	padding: 60px 0;
	background-color: rgba(255,255,255,0.0);
	}
.hole_entry_content {
	width:620px;
	float:left;
	margin: 0 0 30px 0;
	padding: 0 15px 0 0;
	border-right:1px dotted #b3ad91;
	}
.hole_entry_content iframe {
	width:620px;
	height:349px;
	margin: 0 0 30px 0;
	}
div#hole_sidebar {
	float:right;
	width:300px;
	height:auto;
	margin: 0px 0px 0 0;
	}
.hole_entry_content .first_character {
	color: #903;
	float: left;
	font-family: "mrs-eaves-roman-small-caps", "Times New Roman", Times, serif ;
	font-size: 4.0em;
	line-height: 0.8em;
	padding:0px;
	margin: -1px 6px 0px -2px;
	}






div.entry-content .half_col {
	width:345px;
	float:left;
	clear:left;
	background: url(images/gradient-fill.jpg) #fff repeat-x top left;
	padding:7px 15px 5px 15px;
	margin:15px 15px 15px 0;
	}
div.entry-content .half_col.col_right {
	float:right;
	clear:right;
	margin:15px 0 15px 15px;
	}
div.entry-content .half_col_pga {
	width:380px;
	float:left;
	clear:left;
	padding:0px;
	margin:15px 10px 15px 0;
	}
div.entry-content .half_col_pga.col_right {
	float:right;
	clear:right;
	margin:15px 0 15px 10px;
	}
div.entry-content td,
div.entry-content th {
	padding:4px;
	}
div.entry-content table.all_rates td,
div.entry-content table.all_rates th {
	padding:8px;
	}
div.entry-content table.tee_rates tr:nth-child(odd) {
	background-color:#f1ecd8;
	}

div.entry-content table.all_rates {
	width:100%;
	margin-bottom:14px;
	}
div.entry-content table.all_rates th {
	background-color:#ddd8c3;
	font-weight: bold;
	}
div.entry-content table.all_rates tr:nth-child(even) {
	background-color:#f8f5ea;
	}
div.entry-content table.all_rates tr:nth-child(odd) {
	background-color:#f1ecd8;
	}


/* -------------------------------------------------------------------------- HOLES --- */

div#hole_container {
	display:inline-block;
	}
div#hole_container .hole_unit,
div#hole_summary .hole_unit {
	float:left;
	}
div#hole_container .hole_unit div,
div#hole_summary .hole_unit {
	padding:5px;
	margin:2px;
    -ms-transition: background-color 1s; /* IE 9 */
    -webkit-transition: background-color 1s; /* Chrome, Safari, Opera */
    transition: background-color 1s;
	}
div#hole_container .hole_unit.hole_nav {
	font-size: 2.0em;
	padding:64px 12px 0px 12px;
	}
div#hole_summary .hole_unit.hole_nav {
	font-size: 1.5em;
	padding:2px 2px 0px 6px;
	}
div#hole_container a .hole_unit {
	color:#46453d;
	}
div#hole_container .hole_unit div.num {
	background-color: rgb(225, 213, 166);
	font-weight: 700;
	}
div#hole_container .hole_unit div.yards {
	background-color: rgb(230, 221, 183);
	}
div#hole_container .hole_unit div.yards.dd_gold {
	background-color: #9f9952;
	color:#fff;
	}
div#hole_container .hole_unit div.yards.dd_blue {
	background-color: #3f6489;
	color:#fff;
	}
div#hole_container .hole_unit div.yards.dd_white {
	background-color: #f5f4ec;
	}
div#hole_container .hole_unit div.yards.dd_red {
	background-color: #8c1a11;
	color:#fff;
	}
div#hole_container .hole_unit div.par {
	background-color: rgb(236, 229, 199);
	}
div#hole_container a .hole_unit.current_hole div.num,
div#hole_container a:hover .hole_unit.current_hole div.num {
	background-color: #717169;
	color:#fff;
	cursor:pointer;
	}
div#hole_container a:hover .hole_unit div.num {
	background-color: #d22d27;
	color:#fff;
	cursor:pointer;
	}
div#hole_container .hole_unit.hole_nav a,
div#hole_summary  .hole_unit.hole_nav a	 {
	color:#dcce9d;
	}
div#hole_container .hole_unit.hole_nav a:hover,
div#hole_summary .hole_unit.hole_nav a:hover {
	color:#d22d27;
	}
div#hole_summary {
	float:right;
	text-align: center;
	}
div#hole_summary div#hole_number {
	float:left;
	background-color: rgb(225, 213, 166);
	padding:6px 8px 3px 8px;
	margin-left:4px;
	}
div#hole_summary div#hole_yards {
	float:left;
	background-color: rgb(230, 221, 183);
	padding:6px 8px 3px 8px;
	margin-left:4px;
	}
div#hole_summary div#hole_par {
	float:left;
	background-color: rgb(236, 229, 199);
	padding:6px 8px 3px 8px;
	margin-left:4px;
	}
div#hole_summary .spec {
	font-family: "mrs-eaves-roman-small-caps", "Times New Roman", Times, serif ;
	font-size:0.95em;
	line-height:1.1em;
	text-transform: uppercase;
	margin:0 0 0 0;
	float:left;
	margin: 5px 8px 0 0;
	}
div#hole_summary .spec_num {
	font-family: "mrs-eaves-roman-small-caps", "Times New Roman", Times, serif ;
	font-size:1.65em;
	line-height:1.0em;
	text-transform: uppercase;
	margin:0 0 0 0;
	float:left;
	}

/* ------------------------------------------------------------------------- FOOTER --- */
div#footer { 
	clear: both;
	background-color: #ece6cc;
	padding: 0 0 100px 0;
	position:relative;
	z-index:998;
	}
div.footer_cell {
	float:left; 
	clear:right;
	width:300px;
	padding:30px 0 0 0;
	margin:20px 10px 10px 10px;
	background-color: rgba(194,194,194,0.0);
	border-top: 6px solid #dacfa3;
	}
div.footer_cell p {
	line-height: 1.3em;
	}
div.footer_cell div.ftr_phone {
	font-size:1.3em;
	font-weight: 700;
	margin: 4px 0 6px 0;
	}
div.footer_cell.contact a:link,
div.footer_cell.contact a:visited {
	color: #46453d;
	}
div.footer_cell.pros a:link,
div.footer_cell.pros a:visited {
	color: #46453d;
	font-weight: 700;
	}
div.footer_cell.contact a:hover,
div.footer_cell.contact a:active,
div.footer_cell.pros a:hover,
div.footer_cell.pros a:active {
	color: #c23d32;
	}
div.copyright {
	margin:30px 10px;
	font-size:0.70em;
	text-align: left;
	}
div.copyright a {
	color: #46453d;
	font-weight: 700;
	}
div.book_button {	
	padding-top:8px;
	}
div.tour_button {	
	margin:45px 0 15px 0;
	}
a.tee_time_button, 
input[type=submit] {
	display:inline-block;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.0em;
	background:#c23d32;
	padding:8px 30px;
	color:#fff;
	-webkit-transition: background .5s;
    transition: background .5s;
	}
div#tee_time_float {
	position:fixed;
	bottom:-100px;
	left:0px;
	background: rgba(255,255,255,.4);
	width:100%;
	z-index:1000;
	-webkit-transition: bottom 1s;
    transition: bottom 1s;
	}
div#tee_time_float:hover {
	-webkit-transition: background .3s;
    transition: background .3s;
	background: rgba(0,0,0,.8);
	}
div#tee_time_float div.book_button {
	margin:4px auto 4px auto;
	padding:0px;
	display:block;
	float:none;
	text-align: center;
	}
div#tee_time_float div.book_button a.tee_time_button {
	text-align: center;
	margin:0px !important;
	}

a.tee_time_button:hover,
input[type=submit]:hover {
	background:red;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display:block;
	border:0px;
	font-size: 1.0em;
	}
a.button_tour {
	display:inline-block;
	font-weight: 700;
	font-size: 1.0em;
	line-height: 1.0em;
	background:#ece6cc;
	padding:8px 20px;
	color:#67655a;
	-webkit-transition: background .5s;
    transition: background .5s;
	}
a.button_tour:hover {
	background:red;
	color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}
div.social_footer,
div#access a.facebook,
div#access a.instagram {
	font-size: 1.8em;
	line-height: 1.0em;
	}
a.facebook:link,
a.facebook:visited,
div#menu ul.menu  li#menu-item-98 a:link,
div#menu ul.menu  li#menu-item-98 a:visited {
	color:#425a94;
	}
a.facebook:hover,
a.facebook:active,
div#menu ul.menu  li#menu-item-98 a:hover,
div#menu ul.menu  li#menu-item-98 a:active {
	color:#000;
	}
a.instagram:link,
a.instagram:visited,
div#menu ul.menu  li#menu-item-572 a:link,
div#menu ul.menu  li#menu-item-572 a:visited {
	color:#520fa5;
	}
a.instagram:hover,
a.instagram:active,
div#menu ul.menu  li#menu-item-572 a:hover,
div#menu ul.menu  li#menu-item-572 a:active {
	color:#000;
	}
a.map:link,
a.map:visited {
	color:#b43728;
	}
a.map:hover,
a.map:active {
	color:#000;
	}





/* -------------------------- SEARCH RESULTS --- */
.search_result_blox {
	margin: 0 0 20px 0;
	background-color: rgba(194,194,194,0.5);
	}
div#nav_below {
	}
div#nav_below div {
	width:50%;
	background-color: rgba(194,194,194,0.5);
	float:left;
	}
div#nav_below div.nav_next {
	text-align: right;
	float:right;
	}


/* --------------------------------------------------------------------- NAVIGATION --- */
div#access {
	position:absolute;
	top:14px;
	right:10px;
	margin:0 10px 0 0;
	padding:0;
	}
div#menu {
	margin:0;
	padding:0;
	}
div#menu ul,
div#menu ul ul {
	list-style:none;
	margin:0;
	padding:0;
	}
div#menu ul li.menu-item a {
	display:block;
	margin-left:1px;
	padding: 7px 6px 6px 6px;
	text-decoration:none;
	text-align:left;
	font-family: "mrs-eaves", "Times New Roman", Times, serif ;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: 700;
	}
div#menu ul li#menu-item-98 a,
div#menu ul li#menu-item-572 a {
	padding: 3px 0px 0px 12px;
	font-size: 1.65em;
	line-height: 1.0em;
	}
div#menu ul li ul.sub-menu {
	top:-220px;
	position:absolute;
	opacity:0.1;
    -ms-transition: opacity 1s; /* IE 9 */
    -webkit-transition: opacity 1s; /* Chrome, Safari, Opera */
    transition: opacity 1s;
	}
div#menu ul.menu li.menu-item:hover ul.sub-menu {
	top:auto;
	margin-top:0px;
 	opacity:1.0;
	}
ul.sub-menu {
	}
div#menu ul li {
	float:left;
	margin:0px;
	}
ul.sub-menu li.menu-item {
	float:none !important;
	}


/* ---------------------------------------------- IMAGES / ALIGNENTS --- */
img.alignright {
	float:right;
	margin:3px 0 5px 14px;
	}
img.alignleft {
	float:left;
	margin:3px 14px 5px 0;
	}
img.aligncenter {
	display:block;
	margin:0 auto;
	text-align:center;
	}
.alignright {
	float:right;
	margin:3px 0 0 14px;
	text-align:right;
	}
.alignleft {
	float:left;
	margin:3px 14px 0 0;
	text-align:left;
	}
.aligncenter, .alignnone {
	display:block;
	margin:0 auto;
	text-align:center;
	margin-top:12px;
	margin-bottom:3px;
	}
.wp-caption p {
	font-size: 0.8em;
	line-height:1.3em;
	margin: 4px 0 0 0;
	text-transform:uppercase;
	}
div.wp-caption.alignnone {
	margin:36px 0 26px 0;
	}
img.alignnone.size-full {
	width:100%;
	height:auto;
	padding: 0 0 20px 0;
	margin:0px;
	}


/* ----------------------------------------------------------- FORMS --- */
fieldset {
	padding:0px; 
	margin:0px;
	}
legend {
	display:block;
	font-size:1.8em;
	line-height:1.0em;
	margin:0 0 10px 0;
	}
.commerce-cell,
.double-cell {
	float:none;
	width:100%;
	margin: 0px;
	}
.label-cell {
	float:none;
	width:100%;
	margin: 0 0 4px 0;
	}
input[type=radio] {
	height:20px;
	}
input[type=text], 
input[type=email],
input[type=tel],
input[type=date],
textarea {
	box-sizing: border-box;
	width:100%;
	padding:5px;	
	font-size: 1.0em;
	line-height:1.0em;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	border:1px solid #bbb;
	font-family: Arial, "Dejavu Sans", sans-serif ;
	margin: 5px 0 10px 0;
	}
textarea {
	height:250px;
	}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width:570px;
	padding:4px;	
	font-size: 1.0em;
	line-height:1.0em !important;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #bbb;
	background: url(images/FIXME-select-pattern.png) #f0f0f0 no-repeat center right;
	}
input:focus, 
textarea:focus, 
select:focus {
	-moz-box-shadow: 3px 3px 6px #85857f; 
	-webkit-box-shadow: 3px 3px 6px #85857f; 
	box-shadow: 3px 3px 6px #85857f;  
	}
input[type=submit]:hover,
input[type=button]:hover,
a.bttn_next_step:hover {
	cursor:pointer;
	}
input[type=file] {
	margin-top:5px;
	}



/* ------------------------------------------------------- FORM ERRORS --- */
span.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
	}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
	}
.error a {
	color:#8a1f11;
	}
.notice a {
	color:#514721;
	}
.success a {
	color:#264409;
	}
input.error, 
select.error { 
	border: 1px solid #bd6800; 
	background-color: #ffe19f;
	}
label.error {
	color: #bd6800;
	}
div#confirmationErrorMsg {
	margin: 20px 0 20px 20px;
	color: #bd6800;
	}


div#message_float {
	box-sizing: border-box;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	padding: 20px 20px;
	background: #c23d32;;
	z-index: 999;
	}
div#message_float div.inner_text {
	text-align: center;
	color:#fff;
	font-size: 1.3em;
	line-height: 1.0em;
	}

/* --- JOB LISTING PAGE --- */
div.toggle_cell {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	}
div.one_job {
	position:relative;
	background: #faf9f2;
	padding:25px;
	transition: background .5s;
	}
div.job_desc a.apply_button {
	font-size: 0.9em;
	line-height: 1;
	display: inline-block;
	font-weight: 700;
	background: #c23d32;
	padding: 8px 30px;
	margin: 8px 0 0 0;
	color: #fff;
	transition: background .5s;
	}
div.job_desc a i {
	font-size: 0.9em;
	line-height: 1;
	padding: 0 0 0 5px;
	}

div.job_desc a.apply_button:hover {
	background:red;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}

div.one_job:hover,
div.one_job.expanded {
	background: #ece6cc;
	cursor:pointer;
	}
div.one_job h3 {
	font-family: "source-sans-pro", Arial, "Dejavu Sans", sans-serif ;
	font-weight: 700; /* 400 700 */
	font-size:1.2em;
	line-height:1;
	margin:0 ;
	color: #46453d;
	}
div.one_job div.arrow {
	position:absolute;
	top:26px;
	right:25px;
	font-size: 1.1em;
	line-height: 1.0em;
	color: #c23d32;
	}
div.job_desc {
	background: #faf9f2;
	padding:25px 25px 15px 25px;
	font-size: 1.0em;
	line-height: 1.5em;
	display:block;
	margin: 0 0 10px 0;
	overflow: hidden;
	height:auto;
	opacity:1.0;
	transition: opacity 2s, height 1s, padding .1s;
	}
div.job_desc.closed {
	height:0px;
	padding:0px 25px;
	opacity:0.0;
	}
/* --- APPLICATION PAGE --- */
div#wpcf7-f819-p812-o1.wpcf7{
	display:block;
	box-sizing: border-box;
	}
div.wpcf7 div.section {
	display:block;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 0 15px 0;
	border: 2px solid #dacfa3;
	}
div.wpcf7 div.section p {
	margin: 0 0 10px 0;
	}
div.wpcf7 div.section p:last-of-type {
	margin: 0 0 0 0;
	}
div.form_grid {
	box-sizing: border-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
div.wpcf7 div.section div.form_grid p {
	margin: 0px 5px 5px 5px;
	padding: 3px 0 0 0;
	line-height: 1.2em;
	}
div.wpcf7 div.section div.form_grid div.form_child.x_1 p {
	margin: 0px 0px 5px 0px;
	}
div.wpcf7 div.section div.form_grid p:first-of-type {
	margin: 0px 5px 5px 0px;
	}
div.wpcf7 div.section div.form_grid p:last-of-type {
	margin: 0px 0px 5px 5px;
	}
div.form_grid div.form_child {
	box-sizing: border-box;
	}
div.form_grid div.form_child.c_100 {
	width: calc(100% - 0px);
	display:flex;
	flex-wrap: nowrap;
	}
div.form_grid div.form_child.c_60 {
	width: calc(60% - 5px);
	border: 1px solid red;
	}
div.form_grid div.form_child.c_40 {
	width: calc(40% - 5px);
	border: 1px solid blue;
	}
div.form_grid div.form_child p {
	width:100%;
	border-top:1px solid #dacfa3;
	}
div.form_grid div.form_child.x3 p {
	width:33%;
	}
div.form_grid div.form_child.x2 p {
	width:50%;
	}
span.wpcf7-checkbox {
	display: inline-block;
	margin-top:4px;
	}
span.wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
	margin: 0 10px 0 0;
	}



/* --- default --------------------------------------------- */
@media (min-width: 400px)  {
div#billboard {
	top:0px !important;
    -ms-transition: top .5s; /* IE 9 */
    -webkit-transition: top .5s; /* Chrome, Safari, Opera */
    transition: top .5s;
	}
}
/* --- 1400 --------------------------------------------- */
@media (min-width: 1400px)  {
div#billboard {
	top:-60px !important;
	}
}
/* --- 1600 --------------------------------------------- */
@media (min-width: 1600px)  {
div#billboard {
	top:-160px !important;
	}
}
/* --- 1800 --------------------------------------------- */
@media (min-width: 1800px)  {
div#billboard {
	top:-300px !important;
	}
}
/* --- 2000 --------------------------------------------- */
@media (min-width: 1800px)  {
div#billboard {
	top:-360px !important;
	}
}




/* ----------------------------------------------------------- CRUFT --- */
.clr, .cld { font-size: .1em; line-height: .1em; clear:both; }
.d_hidden { display: none; }
.m_hidden { display: inline; }
.fixme { color:darkred; }
