
/* start 
resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html, html a {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.004); */
}

a, input {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out; 
}

input,
label,
select,
button,
textarea {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1.5;
	/* Browsers have different default form fonts */
	font-size: 14px;
	box-sizing: border-box;
}

body {
    text-align:center;
	font-family: Merriweather, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #464646;
}

main {
	display:block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, h1, h2, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}



/* staff slider changes */

.fotorama__caption {
	font-family: Merriweather!important;
	color: #464646!important;
}




/* Changes the main content areas to border-box */

#background,
header,
nav#primary,
main,
#sidebar {
	box-sizing: border-box;
}

/* End Presets */

/* Start Basic Structure */

div#background {
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	-webkit-background-size: cover;
	text-align: center;
	margin: auto;
}

header {
	height: 275px;
	padding-top: 61px;
	width: 100%;
	background-color: rgba(255,255,255,.98);
	top: 0;
	left: 0;
}

header img#logo {
	margin-bottom:33px;
}

nav#primary {
	height: 50px;
	width: auto;
}

div#image {
	box-sizing: border-box;
	padding-top: 90px;
	height: 360px;
	background-position: 9999999px 200000px;
	background-repeat: no-repeat;
}

body.home div#image {
	height: 600px;
}

div#image blockquote {
	font-family: Merriweather;
	font-weight: 300;
	font-size: 23px;
	font-style: italic;
	color: rgba(116,60,13,.75);
	background-color: rgba(255,255,255,.9);
	width: 40%;
	margin: auto;
	box-sizing: border-box;
	padding: 40px;
	line-height: 40px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
}

main {
	width: 100%;
	background-color: rgba(255,255,255,.98);
	padding: 75px 0px 75px 0px;
}

body.home main {
	display: none;
}

article {
	width: 740px;
	margin: auto;
}

#sidebar {
	float: right;
	width: 150px;
}

footer {

	width: 100%;
	margin: auto;
	background-color: #ffffff;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #a1a1a1;
	letter-spacing: .02em;
	padding: 85px 20px;
}

/* End Basic Structure */

/* Defines Inline Images */

.aligncenter {max-width: 100%; height: auto; display: block; margin: auto}
.alignleft {max-width: 100%; height: auto; float: left}
.alignright {max-width: 100%; height: auto; float: right}
.alignnone {max-width: 100%; height: auto; }

/* End Inline Images */

/* Default Link Styles */

main a:link {color: #743c0d; text-decoration: none;}
main a:visited {color: #743c0d; text-decoration: none;}
main a:hover {color: #464646; text-decoration: underline;}
main a:active {color: #743c0d; text-decoration: none;}

footer a:link {color: #a1a1a1; text-decoration: none;}
footer a:visited {color: #a1a1a1; text-decoration: none;}
footer a:hover {color: #743c0d; text-decoration: none;}
footer a:active {color: #a1a1a1; text-decoration: none;}


/* Start Link Button */

span.button-wrap {
	text-align: left;
	display: block;
}

a.button {
	display: inline-block;
	color: #ffffff;
	background-color: grey;
	text-decoration: none;
	border: 1px solid grey;
	padding: .25em .5em;
	text-align: left;
}

a.button:after {
	font-family: 'FontAwesome';
	content: '\f0da';
	padding-left: .5em;
	opacity: .5;
}

a.button:hover {
	color: grey;
	background-color: #ffffff;
	border: 1px solid grey;
}

/* End Link Button */

/* Miscellaneous */

.clear {clear: both;}

/* Start Main Typography */

main h1, #sidebar h1,
main h2, #sidebar h2,
main h3, #sidebar h3,
main h4, #sidebar h4,
main h5, #sidebar h5,
main p, #sidebar p,
main ul, #sidebar ul,
main ol, #sidebar ol,
main .button, #sidebar .button {
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.5;
}

main h1, #sidebar h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #743c0d;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 45px;
}

main h2, #sidebar h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #743c0d;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 20px;
}

main h3, #sidebar h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #743c0d;
	letter-spacing: .05em;
	text-align: left;
	margin-bottom: 30px;
	padding-top: 20px;
}

main h3.accordion-title {
	font-size: 18px;
	margin-bottom: 0px;
	padding-top: 0px;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
}

main h3.accordion-title:before {
	font-family: Merriweather;
	font-size: 26px;
	font-weight: 300;
	content : '+';
	color: #a3a3a2;
	position: absolute;
	left: 0px;
	top: -4px;
}

div.accordion {
	padding-top: 10px;
}

main h3.accordion-title.open:before {
	content : '-';
}



main p, #sidebar p {
	line-height: 30px;
	margin-bottom: 25px;
}

main ul, #sidebar ul {
	line-height: 30px;
	margin-bottom: 25px;
}

main ul li, #sidebar ul li {
	position: relative;	
	padding-left: 30px;
	margin-bottom: 10px;
}

main ul li:before, #sidebar ul li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	color: #743c0d;
	position: absolute;
	left: 0px;
	top: -2px;
}

main ol, #sidebar ol {
	line-height: 30px;
	margin-bottom: 25px;
}

main ol li, #sidebar ol li {
	position: relative;	
	padding-left: 30px;
	margin-bottom: 10px;
	counter-increment: item;
}

main ol li:before, #sidebar ol li:before {
	content: counter(item);
	color: #743c0d;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* End Main Typography */

/* start main menu */

nav#primary {
margin: auto;
}

nav#primary ul {
	text-transform: uppercase;
	line-height: 30px;
}

nav#primary ul ul {
	z-index: 999999999999;
}


nav#primary ul li {
	display: inline-block;
	float: none;
	background-color: transparent;
	font-size: 14px;
	margin-left: 4px;
	margin-right: 4px;
}

nav#primary ul li a {
	display: block;
	color: #743c0d;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: .01em;
	width: auto;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	background-color: none;
	position: relative;
	z-index: 99998;
	padding-left: 10px;
	padding-right: 10px;
}

nav#primary ul li a:hover {
	color: #464646;
}

nav#primary li.current-menu-item a, nav#primary li.current_page_ancestor a {
	color: #464646;
}

nav#primary li {
	border-bottom: 5px solid transparent;
}

nav#primary li.current-menu-item, nav#primary li.current_page_ancestor {
	border-bottom: 5px solid #b49783 !important;
}

nav#primary li li, nav#primary li li.current-menu-item {
	border-bottom: none !important;
}

/* start main submenu */

nav#primary ul li {
	position: relative; 
}

nav#primary ul li ul {
	opacity: 0;
	visibility: hidden;
	padding-top: 15px;
	padding-bottom: 10px;
	position: absolute;
	left: -10px;
	top: 35px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
    -ms-transition: all .2s ease-in-out; 
    transition: all .2s;
	width: 190px;
	line-height: 16px;
	text-align: left;
	background-color: #ffffff;
}

nav#primary ul li ul a {
	color: #464646;
	width: auto;
	height: auto;
	font-family: 'Merriweather';
	font-size: 12px !important;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: initial !important;
	display: block;
	padding-left: 15px;
}

nav#primary ul li ul a:hover {
	color: #743c0d;
	background-color: #ffffff;	
}

nav#primary ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

nav#primary ul li li {
	margin-right: 0px;
	padding: 8px 0px 8px 0px;
	clear: both;
	display: block;
}

/* end main submenu */

/* end main menu */

/* Form Styles */

.gform_wrapper{
	   display:block !important;
}

div.gform_wrapper ul li {
	padding-left: 0px;
}

.gform_wrapper label.gfield_label {
	font-family: Merriweather;
}

h2.gsection_title {
	text-align: left;
	font-weight: 400 !important;
}

.gform_wrapper .gsection {
	border-bottom: none !important;
	padding-bottom: 0px !important;
}

.gfield_radio li input[type=radio], .gfield_checkbox li input[type=checkbox] {
	margin-top: 0px !important;
	margin-right: 5px;
}

div.gform_wrapper input[type="text"], div.gform_wrapper textarea {
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	-webkit-appearance: none;
}

div.gform_wrapper input[type="submit"] {
	background-color: #743c0d;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 30px;
	padding: 10px 15px;
	cursor: pointer;
	border: 1px solid #743c0d;
	-webkit-appearance:none;
	border-radius: 0;
}

div.gform_wrapper input[type="submit"]:hover {
	background-color: #ffffff;
	color: #743c0d;
	border: 1px solid #c1a28d;
}


#gform_confirmation_message_1 {
    font-size: 20px !important;
}

.ui-datepicker-title {
    background:#fefefe!important;
}


/* End Form Styles */

/* Strapline Fade In */

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; bottom: 80px; } to { opacity:1; bottom: 0px } }
@-moz-keyframes fadeIn { from { opacity:0; bottom: 80px; } to { opacity:1; bottom: 0px } }
@keyframes fadeIn { from { opacity:0; bottom: 80px; } to { opacity:1; bottom: 0px } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
	position: relative;
	bottom: 80px;
  -webkit-animation:fadeIn ease-in-out 1;  /* call keyframe named fadeIn, use ease-in and play it 1 time */
  -moz-animation:fadeIn ease-in-out 1;
  animation:fadeIn ease-in-out 1;

  -webkit-animation-fill-mode:forwards;  /* after animation is done we remain at the last keyframe value*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;

  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}

/* end Strapline fade In */

#responsive-menu-container {
	text-transform: uppercase;
	letter-spacing: .02em;
}

#responsive-menu-button {
	background-color: rgba(255,255,255,.8);
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 955px) {
	
	nav#primary ul li {
	font-size: 12px;
	margin-left: 4px;
	margin-right: 4px;
	}

	nav#primary ul li a {
	letter-spacing: .04em;
	padding-left: 5px;
	padding-right: 5px;
	}

}

@media only screen and (max-width: 1024px) {

	div#background {
	background-attachment: scroll;
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	}

	main {
	background-color: #f8f8f8;
	}

	body.home div#background {
	background-size: cover !important;
	-webkit-background-size: cover !important;
	}

}

@media only screen and (max-width: 768px) {

	header {
	height: 215px;
	padding-top: 50px;
	}

	nav#primary {
	display: none;
	}
	
	article {
	box-sizing: border-box;
	width: 100%;
	padding-left: 80px;
	padding-right: 80px;
	}

}

@media only screen and (max-width: 575px) {

	div#background {
	background-image: none !important;
	}

	div#image {
	height: 360px !important;
	background-size: cover;
	background-position: center center;
	}

	div#image blockquote {
	font-family: Merriweather;
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
	color: rgba(116,60,13,.75);
	background-color: rgba(255,255,255,.9);
	width: 70%;
	margin: auto;
	box-sizing: border-box;
	padding: 20px;
	line-height: 30px;
	-webkit-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.35);
	}

	article {
	padding-left: 40px;
	padding-right: 40px;
	}

	footer {
	line-height: 25px;
	}

}

@media only screen and (max-width: 320px) {

	header {
	height: 200px;
	padding-top: 50px;
	}

	article {
	padding-left: 30px;
	padding-right: 30px;
	}

	article p {
	font-size: 15px;
	}

	img#logo {
	width: 75%;
	height: auto;
	}

}