<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Tillinghast Theme
	Theme URI: https://www.teeitupmarketing.com/tillinghast/
	Description: Sixteen Nine lets your verbal and visual personality shine through while proving that design can be simple and stunning.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 1.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Home
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Nivo
		- Events+
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Responsive Menu
	- Content Area
		- Scroll To Top
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-comments:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-comments:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #333;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #000;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

.content input:focus,
.content textarea:focus {
	border: 1px solid #999;
}

::-moz-placeholder {
	color: #666;
}

::-webkit-input-placeholder {
	color: #666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #1dbec0;
	color: #fff;
}

.button {
	display: inline-block;
	text-decoration: none;
}

.sm-button {
    border: 2px solid #9eb19e;
    color: #9eb19e;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 5px 25px;
    text-transform: uppercase;
    width: auto;
}

.sm-button:hover, .sm-button:focus {
    background-color: #9eb19e;
    color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner, .footer-widgets {
	margin-left: 240px;
}

.sixteen-nine-landing .site-inner {
	float: none;
	max-width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	background-color: #fff;
	padding: 48px 60px 60px;
}

.sixteen-nine-landing .content {
	width: 100%;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.search-form {
	width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box,
.breadcrumb {
	background-color: #f5f5f5;
	margin: 0 -60px 60px;
}

.archive-description {
	padding: 40px 60px 16px;
}

.author-box,
.breadcrumb {
	padding: 40px 60px;
}

.archive .archive-description,
.author .author-box,
.breadcrumb {
	margin-top: -48px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box-title {
	color: #000;
	font-size: 16px;
	margin-bottom: 4px;
}

/* Headings
--------------------------------------------- */

.entry-title,
.widgettitle {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

.entry-title {
	font-size: 60px;
	line-height: 1.2;
	text-align: center;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	color: #1dbec0;
}

.widgettitle {
	color: #cdf593;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.site-header .widgettitle {
	color: #fff;
}

.archive-title {
	background-color: #f5f5f5;
	font-size: 20px;
}

.search .archive-title {
	margin: -48px -60px 40px;
	padding: 20px 60px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.home .content-sidebar-wrap {
	display: none;
}



/* Home Widgets
--------------------------------------------- */

.home-widgets .widget-area .widget {
	float: left;
	margin-left: 2%;
}

.tillinghast-pro-home .one-widget .widget {
	display: inline-block;
	float: none;
	margin: 0 auto;
	max-width: 90%;
}

.tillinghast-pro-home .seven-widgets .widget,
.tillinghast-pro-home .five-widgets .widget,
.tillinghast-pro-home .six-widgets .widget,
.tillinghast-pro-home .three-widgets .widget,
.tillinghast-pro-home .widget-thirds .widget {
	width: 31.623931623931625%;
}

.tillinghast-pro-home .eight-widgets .widget,
.tillinghast-pro-home .five-widgets .widget:nth-last-of-type(-n+2),
.tillinghast-pro-home .four-widgets .widget,
.tillinghast-pro-home .two-widgets .widget {
	width: 48.717948717948715%;
}

.tillinghast-pro-home .seven-widgets .widget:nth-child(4) {
	width: 100%;
}

.tillinghast-pro-home .eight-widgets .widget:nth-of-type(odd),
.tillinghast-pro-home .five-widgets .widget:nth-of-type(3n+1),
.tillinghast-pro-home .four-widgets .widget:nth-of-type(odd),
.tillinghast-pro-home .seven-widgets .widget:nth-child(4),
.tillinghast-pro-home .seven-widgets .widget:nth-child(4n+1),
.tillinghast-pro-home .six-widgets .widget:nth-of-type(3n+1),
.tillinghast-pro-home .three-widgets .widget:nth-of-type(1),
.tillinghast-pro-home .two-widgets .widget:nth-of-type(odd),
.tillinghast-pro-home .widget-thirds .widget:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.tillinghast-pro-home .eight-widgets .widget:nth-last-of-type(-n+2),
.tillinghast-pro-home .five-widgets .widget:nth-last-of-type(-n+2),
.tillinghast-pro-home .four-widgets .widget:nth-last-of-type(-n+2),
.tillinghast-pro-home .seven-widgets .widget:nth-last-of-type(-n+3),
.tillinghast-pro-home .six-widgets .widget:nth-last-of-type(-n+3),
.tillinghast-pro-home .three-widgets .widget,
.tillinghast-pro-home .two-widgets .widget,
.tillinghast-pro-home .widget-thirds .widget:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.color-section .widget-area {
    clear: both;
    overflow: hidden;
    padding: 200px 0;
    text-align: center;
	color: #FFF;
}

.color-section .wrap {
	max-width: 1200px;
	margin: 0px auto;
}

.color-section .widgettitle {
	color: #FFF;
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.color-section .button {
	border: 2px solid #FFF;
	background: transparent;
}

.widgettitle {
	color: #333;
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.color-section .widgettitle {
	color: #FFF;
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.image-section {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
    display: table;
    width: 100%;
}

.image-section .widget-area {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

.image-section .wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1200px;
	margin: 0px auto;
}

.image-section .widget {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px;
	margin-bottom: 60px;
}

.image-section .widget-wrap {
	border: 1px solid #000;
	padding: 40px 15px;
}

.image-section .button {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}

.image-section .widget-area .wrap, .color-section .widget-area .wrap, .footer-widgets .wrap {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

/* ## Home Widget 1
--------------------------------------------- */

#home-widgets-1 .widget{
	background: none;
}

#home-widgets-1.image-section{
	padding: 0px !important;
}

#home-widgets-1 .widget-area {
	background: rgba(0, 0, 0, .3);
}

#home-widgets-1 .widget-wrap{
	border: none;
}

#home-widgets-1 .widgettitle{
	font-size: 20px;
}

#home-widgets-1 h4{
	font-size: 70px;
	font-size: 7rem;
	color: #fff;
}

#home-widgets-1 .button{
    background-color: transparent;
    border: 2px solid #FFF;
    color: #fff;
}

#home-widgets-1 .button:hover{
    background-color: #536164;
    border: 2px solid #536164;
    color: #fff;
}

/* ## Home Widget 2
--------------------------------------------- */

#home-widgets-2.color-section {
	background-color: #BC623D;
}

/* ## Home Widget 4
--------------------------------------------- */

#home-widgets-4.color-section {
	background-color: #333;
}

/* ## Home Widget 6
--------------------------------------------- */

#home-widgets-6.color-section {
	background-color: #536164;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-header .entry-meta,
.featured-content .entry-title {
	text-align: left;
}

.featured-content .entry-title {
	font-size: 24px;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 20px;
}

.featured-content .entry-header .entry-meta,
.featured-content .entry-header .entry-meta a:hover {
	color: #fff;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #fff;
}

.enews-widget input {
	border: none;
	margin-right: -4px;
	padding: 16px 24px 15px;
	width: 60%;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	background-color: #1dbec0;
	color: #fff;
	margin: 0;
	padding: 16px 24px 15px;
	width: auto;
}

.enews-widget input:hover[type="submit"] {
	background-color: #19a5a7;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Nivo Slider
--------------------------------------------- */
.slider-wrapper .nivoSlider {
	margin-bottom: 0px !important;
}

/* Events+
--------------------------------------------- */

.widget_incsub_event_upcoming li {
	list-style-type: none;
}

#event-bread-crumbs {
	display: none !Important;
}

.wpmudevevents-buttons {
	display: none !Important;
}

#wpmudevevents-user {
	display: none !Important;
}

 .wpmudevevents-calendar-event-info {
	color: #FFF;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #333;
	color: #999;
	float: left;
	height: 100%;
	padding-top: 40px;
	position: fixed;
	text-align: center;
	width: 240px;
	z-index: 9999;
	overflow: auto;
	border-right: 1px solid #999;
}

.site-header a,
.site-header a:hover {
	color: #fff;
	text-decoration: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	padding: 0 5%;
	word-wrap: break-word;
}

.site-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: block;
    text-indent: -9999px;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	display: none;
}

.no-header-text .title-area {
	padding: 0;
}

.header-image .site-title &gt; a {
    display: block;
    min-height: 175px;
	margin: 0 auto;
    max-width: 175px;
}

/* Widget Area
--------------------------------------------- */

.widget-area.header-widget-area {
	margin-top: 40px;
}

.header-widget-area .widget {
	margin-bottom: 40px;
 	padding: 0 20px;
}

.header-widget-area .widget_nav_menu {
 	padding: 0;
}

.site-header .simple-social-icons ul li {
	margin-bottom: 0 !important;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	/*border-top: 1px solid #999;*/
	border-top: none;
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu li {
	border-bottom: 1px solid #999;
	float: left;
	list-style-type: none;
	width: 100%;
}

.genesis-nav-menu &gt; li.menu-item-has-children &gt; a {
	pointer-events: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu &gt; li.menu-item-has-children:hover &gt; a{
	background-color: #fff;
	color: #000 !important;
}

.genesis-nav-menu a {
	background: none;
	color: #fff;
	display: block;
	padding: 12px;
	text-align: left;
	text-transform: uppercase;
	outline: 0;
}

.genesis-nav-menu.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: 0;
    /*padding-left: 25px;*/
}

.genesis-nav-menu .sub-menu .sub-menu a{
    padding-left: 30px;
}

.genesis-nav-menu .sub-menu li {
    border-bottom: none;
}

.genesis-nav-menu .sub-menu a {
	background-color: #333;
	color: #999;
	letter-spacing: 0;
	position: relative;
	text-align: left;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover &gt; .sub-menu {
	left: auto;
	opacity: 1;
}

/* Menu
--------------------------------------------- */

.responsive-menu  li &gt; .sub-menu {
	display: none;
}

.responsive-menu  li &gt; .sub-menu .sub-menu{
	display: block;
}


.responsive-menu .menu-open .sub-menu {
	background-color: rgba(0, 0, 0, 0.05);
	border: none;
	left: auto;
	opacity: 1;
	position: relative;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 100%;
	z-index: 99;
}
.responsive-menu &gt; .menu-open.menu-item-has-children:before{
    content: "\f343";
    cursor:pointer;
}

.responsive-menu &gt; .menu-item-has-children:before{
	content: "\f347";
	float: right;
	font: normal 16px/1 'dashicons';
	height: 16px;
	padding: 17px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
    cursor:pointer;
}

.widget-area.header-widget-area .button{
	padding: 5px 25px;
}


.widget-area.header-widget-area .button:hover{
	background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #333 !important;
}



/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	color: #fff;
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	text-align: center;
}

/* ### Mobile Book Now Widget
---------------------------------------------

.mobileOnly{
    display: none;
}

@media only screen and (max-width: 768px) {
	.mobileOnly {
		display: block;
	}
}
*/

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Scroll To Top
--------------------------------------------- */

.scrollTop {
	width: 40px;
    height: 40px;
	position: fixed;
    bottom: 30px;
    right: 30px;
	opacity: 0;
	background: url('images/UpArrow.png') no-repeat no-repeat center center;
	transition: all 0.4s ease-in-out 0s;
	background-color: #333;
	cursor: pointer;
	z-index: 999;
}

.scrollTop a {
	font-size: 18px;
	color: #fff;
}

/* Entries
--------------------------------------------- */

.entry {
	border-bottom: 3px solid #f5f5f5;
	margin-bottom: 40px;
}

.error404 .entry,
.page .entry,
.single .entry {
	border: none;
}

.error404 .entry,
.page .entry {
	margin: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol &gt; li {
	list-style-type: decimal;
}

.entry-content ul &gt; li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #666;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.entry-header .entry-meta {
	text-align: center;
}

.single .entry-footer .entry-meta {
	margin-bottom: 0;
}

.entry-meta a {
	color: #666;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #000;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

div#fscf_submit_div1 {
    text-align: center;
    margin: 20px 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #000;
	color: #fff;
	margin-bottom: 60px;
	padding: 40px 60px 10px;
	text-align: center;
}

.after-entry .widgettitle {
	font-size: 20px;
}

.after-entry .featured-content .entry-meta,
.after-entry .featured-content .entry-title {
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry a {
	color: #fff;
}

.after-entry ul &gt; li {
	list-style-type: none;
}

.after-entry li a {
	color: #999;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #1dbec0;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
	margin-bottom: 60px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.address {
		display: none;
}

.copy, .poweredbyGCS {
    margin-left: 240px;
    text-align: center;
    color: white;
}

.copy {
	margin-top: 5px;
}

.footer-widgets {
	padding: 100px 0;
	background: #333;
	color: #FFF;
	border-bottom: 1px solid #999;
}

.footer-widgets .wrap {
	margin: 0 auto;
    max-width: 1200px;
}

.footer-widgets .widgettitle {
    color: #9eb19e;
    font-size: 20px;
}

.footer-widgets .widget {
    margin-bottom: 30px;
}

.footer-widgets .widget:last-child {
    margin-bottom: 0px;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 340px;
}

.footer-widgets-1 {
	float: left;
}

.footer-widgets-2 {
	float: right;
}


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


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

	.color-section .widget-area {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.header-image .site-title &gt; a {
		background-size: 125px auto !important;
		width: 125px;
		min-height: 145px !important;
	}

	#home-widgets-1 h4 {
		font-size: 50px;
		font-size: 5rem;
	}

	.widget-area.header-widget-area {
		margin-top: 0px;
	}

}

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

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu &gt; .menu-item &gt; .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu li {
		border: none;
	}

	.full-width-content .content,
	.site-header,
	.site-inner {
		width: 100%;
	}

	.site-header {
		float: none;
		height: auto;
		padding-top: 0px;
		position: static;
		overflow: hidden;
	}

	.site-inner, .footer-widgets {
		margin-left: 0px;
	}

	.site-header .widget_nav_menu,
	.header-widget-area .widget,
	.site-title {
		margin-bottom: 0px;
	}

	.site-footer {
		display: none;
	}

	.sidebar {
		padding: 60px 60px 0;
	}

	.site-title {
		font-size: 24px;
	}

	.title-area {
		margin-bottom: 0;
	}

	.header-widget-area .widget,
	.site-description {
		margin-bottom: 20px;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.content,
	.sidebar {
		padding-left: 10%;
		padding-right: 10%;
	}

	.entry-title {
		font-size: 32px;
	}

	.tillinghast-pro-home .eight-widgets .widget,
	.tillinghast-pro-home .five-widgets .widget,
	.tillinghast-pro-home .five-widgets .widget:nth-last-of-type(-n+2),
	.tillinghast-pro-home .four-widgets .widget,
	.tillinghast-pro-home .seven-widgets .widget,
	.tillinghast-pro-home .six-widgets .widget,
	.tillinghast-pro-home .three-widgets .widget,
	.tillinghast-pro-home .two-widgets .widget,
	.tillinghast-pro-home .widget-thirds .widget,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets .widget-area,
	.address, .copy, .poweredbyGCS,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.search-form,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 15px 0;
		width: 100%;
	}

	.image-section .wrap, .color-section .wrap, .footer-widgets .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.image-section .wrap, .color-section .widget-area {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#home-widgets-1 h4 {
		font-size: 50px;
		font-size: 5rem;
	}
	.widget-area.header-widget-area {
		margin-top: 10px;
	}

}

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

	#home-widgets-1 h4 {
		font-size: 35px;
		font-size: 3.0rem;
	}

}

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

	#home-widgets-1 h4 {
		font-size: 28px;
		font-size: 2.0rem;
	}

}</pre></body></html>