<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
// 0 - Bootstrap variables and mixins
 1.0 - Reset
 2.0 - Typography
 3.0 - Elements
 4.0 - Utilities
 5.0 - Main
	5.1 - Structure
 6.0 - Navigation
	6.1 - Top Menu
	6.2 - Main Menu
	6.3 - Footer Menu
 7.0 - Header
 8.0 - Content
	8.1 - Structure
	8.2 - Featured area
	8.3 - Post &amp; Pages
	8.4 - Error page
	8.5 - Navigation
	8.6 - Comments
	8.7 - Elements
	8.8 - Breadcrumbs
	8.9 - Team Custom Post Type
 9.0 - Media
	9.1 - Galleries
10.0 - Page/Post Layouts
11.0 - Sidebar
12.0 - Widgets
13.0 - Footer
	13.1 - Footer Widgets
	13.2 - Social icons
	13.3 - Copyright
14.0 - Extras (alignment)
15.0 - Accessibility
16.0 - Plugin specific styles
	16.1 - Column Plugin
	16.2 - Jetpack
	16.3 - Tribe Events
	16.4 - Gravity Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 1.0 - Reset
--------------------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
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: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
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;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
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;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " ("attr(href) ")";
	}
	abbr[title]:after {
		content: " ("attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.table td, .table th {
		background-color: #fff !important;
	}
	.btn &gt; .caret, .dropup &gt; .btn &gt; .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857;
	color: #333;
	background-color: #fff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.button {
	padding: .5em .75em;
    display: inline-block;
    margin: .5rem 0;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: 'lato';
    font-size: 1.2em;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}
.button.shortcode {
	border: 1px solid #000;
}
.button:hover, .button a:hover {
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0.2em;
	width: 100%;
	height: .1em;
	background-repeat: no-repeat;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	opacity: 1;
	transition: .25s ease-in;
}
a:hover::after {
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #999;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
/*--------------------------------------------------------------
 2.0 - Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* HEADINGS ===================*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
    text-transform: uppercase;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	letter-spacing: .1rem;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	letter-spacing: .05rem;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 2.5rem;
}
h2, .h2 {
	font-size: 2rem;
}
h3, .h3 {
	font-size: 1.75rem;
}
h4, .h4 {
	font-size: 1.5rem;
}
h5, .h5 {
	font-family: 'Playfair Display', serif;
    font-size: 2rem;
	text-transform: lowercase;
}
h6, .h6 {
	font-size: 1.2rem;
}
/* BODY TEXT ===================*/
p {
	margin: 0 0 2.2rem;
	font-size: 1.6rem;
}
/* EMPHASIS ===================*/
small, .small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
/* LISTS ===================*/
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}
/* DESCRIPTION LISTS ===================*/
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
/* MISC ===================*/
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
	border-right: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #999999;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
blockquote:before, blockquote:after {
	content: "";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}
/*--------------------------------------------------------------
 3.0 - Elements
--------------------------------------------------------------*/
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
table &gt; thead &gt; tr &gt; th, table &gt; thead &gt; tr &gt; td, table &gt; tbody &gt; tr &gt; th, table &gt; tbody &gt; tr &gt; td, table &gt; tfoot &gt; tr &gt; th, table &gt; tfoot &gt; tr &gt; td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
table &gt; thead &gt; tr &gt; th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
table &gt; caption + thead &gt; tr:first-child &gt; th, table &gt; caption + thead &gt; tr:first-child &gt; td, table &gt; colgroup + thead &gt; tr:first-child &gt; th, table &gt; colgroup + thead &gt; tr:first-child &gt; td, table &gt; thead:first-child &gt; tr:first-child &gt; th, table &gt; thead:first-child &gt; tr:first-child &gt; td {
	border-top: 0;
}
table &gt; tbody + tbody {
	border-top: 2px solid #ddd;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #eee;
    border-top: 0;
}
input[type="search"]:hover,input[type="search"]:focus, input[type="search"]:active {
	border: 1px solid #eee;
	border-top: 0
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
}
select, textarea, input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000;
	text-align: left;
	border: 1px solid #cccccc;
	background-image: none;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input {
	width: auto;
}
input[type="email"] {
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
}
select:focus, textarea:focus, input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	color: #999;
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: #999;
}
select[disabled], select[readonly], fieldset[disabled] select, textarea[disabled], textarea[readonly], fieldset[disabled] textarea, input[disabled], input[readonly], fieldset[disabled] input {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea {
	height: 200px;
}
input {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	font-family: 'FontAwesome', 'Lato';
	font-size: 1.4rem;
	letter-spacing: .1rem;
	line-height: 1.42857;
	border-radius: 0;
	color: #000;
	font-weight: 300;
}
input[type="submit"] {
	border: 1px solid transparent;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
input:hover, input:focus, input:active, input.active, .open &gt; input.dropdown-toggle {
	background-image: none;
	text-decoration: none;
}
input.disabled, input.disabled:hover, input.disabled:focus, input.disabled:active, input.disabled.active, input[disabled], input[disabled]:hover, input[disabled]:focus, input[disabled]:active, input[disabled].active, fieldset[disabled] input, fieldset[disabled] input:hover, fieldset[disabled] input:focus, fieldset[disabled] input:active, fieldset[disabled] input.active {
	background-color: #eee;
	border-color: #eee;
}
input:focus, input:active:focus, input.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input:active, input.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.post-password-form, .post-password-form input, .post-password-form input {
	vertical-align: bottom;
	margin-bottom: 5px;
}
/*--------------------------------------------------------------
 5.0 Main
--------------------------------------------------------------*/
body {
	word-wrap: break-word;
	background: #fff;
}
li {
	margin-bottom: 5px;
}
/*--------------------------------------------------------------
 5.1 Structure
--------------------------------------------------------------*/
.container, .content-area, .home-widgets, #footer #footer-wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	/*
  @media (min-width: $screen-sm-min) {
  	width: $container-sm;
  }
  @media (min-width: $screen-md-min) {
  	width: $container-md;
  }
  */
}
#featured-area {
	margin-right: auto;
	margin-left: auto;
}
.container:before, .content-area:before, #featured-area:before, .home-widgets:before, #footer #footer-wrapper:before, .container:after, .content-area:after, #featured-area:after, .home-widgets:after, #footer #footer-wrapper:after {
	content: " ";
	display: table;
}
.container:after, .content-area:after, #featured-area:after, .home-widgets:after, #footer #footer-wrapper:after {
	clear: both;
}
#content-full.content-area, .full-width-page main#main {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px) {
	.container, .content-area, .home-widgets {
		width: 1280px;
	}
	#content-full.content-area {
		width: 100%;
	}
}
.container-full-width, .home-widgets {
	margin-right: auto;
	margin-left: auto;
}
/*--------------------------------------------------------------
 6.0 Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 6.1 Top Menu
--------------------------------------------------------------*/
#top-menu-container {
	padding: 5px 0;
	background-color: #333;
}
#top-menu-container .top-menu {
	float: right;
	margin: 0;
	padding: 0;
}
#top-menu-container .top-menu li {
	float: left;
	margin-left: 10px;
	list-style: none;
}
#top-menu-container .top-menu li:after {
	content: '|';
	color: #999999;
	font-weight: 100;
	margin-left: 10px;
}
#top-menu-container .top-menu li:last-child:after {
	margin-left: 0;
	content: '';
}
#top-menu-container .top-menu li a {
	text-decoration: none;
	font-size: 0.8em;
}
/*--------------------------------------------------------------
 6.2 Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 6.2 Main Menu
--------------------------------------------------------------*/
#main-menu {
	position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
	margin-top: -1rem;
	float: left;
	width: 60%;
}
@media screen and (min-width: 992px) {
	#main-menu {
		padding-left: 15px;
		padding-right: 4rem;
		margin-top: 0;
		width: 80%;
	}
}
#mobile-nav-button {
	display: inline-block;
	padding: 0 10px;
	margin-top: 2rem;
	font-size: 2rem;
	background: transparent;
	border: none;
}
.sticky-header #mobile-nav-button {
	margin-top: 1rem;
}
#mobile-nav-button:before {
	content: "\f0c9";
	color: #000;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sticky-header #mobile-nav-button:before, #main-navigation.menu-open #mobile-nav-button:before {
	color: #fff;
}
#main-navigation.menu-open #mobile-nav-button:before {
	content: '\f00d';
}
#mobile-nav-button:hover {
	cursor: pointer;
}
#mobile-nav-button:hover:before {
	color: #000;
}
.sticky-header #mobile-nav-button:hover:before {
	color: #fff;
}
@media (min-width: 992px) {
	#mobile-nav-button {
		display: none;
	}
}
#mobile-current-item {
	position: relative;
    display: inline-block;
    vertical-align: text-bottom;
	color: #000;
	text-transform: uppercase
}
#main-navigation.menu-open #mobile-current-item, .sticky-header #mobile-current-item {
	color: #fff;
}
@media (min-width: 992px) {
	#mobile-current-item {
		display: none;
	}
}
#main-navigation {
    text-align: right;
	padding: 0 15px;
}
#main-navigation:before, #main-navigation:after {
	content: " ";
	display: table;
}
#main-navigation:after {
	clear: both;
}
#main-navigation.menu-open {
    background: #000;
    height: 100vh;
    width: 100%;
	padding-bottom: 6rem;
	overflow-y: scroll;
}
#main-navigation.menu-open ul {
	display: block;
	padding: 0;
}
#main-navigation ul {
	display: none;
	margin: 0;
	list-style: none;
    font-size: 1.4rem;
    font-weight: 600;
	text-transform: uppercase;
    letter-spacing: .25em;
}
#main-navigation ul li {
	margin: 0;
	padding: 0 0 1rem;
	list-style: none;
	line-height: 3rem;
}
#main-navigation ul li ul.sub-menu {
    margin-bottom: 1rem;
}
#main-navigation ul li ul li {
    padding: 0;
}
#main-navigation ul#menu-main-menu li a {
	color: #000;
	text-decoration: none;
}
.sticky-header #main-navigation ul#menu-main-menu li a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width:991px) {
	#main-navigation.menu-open ul#menu-main-menu li a {
		color: #fff;
		text-decoration: none;
	}
}
@media (min-width: 992px) {
	#main-navigation.menu-open {
		overflow: hidden;
		padding-bottom: 0;
	}
	#main-navigation ul {
		font-size: 1rem;
	}
	#main-navigation.menu-open {
		background: #fff;
		height: auto;
		position: relative;
		width: auto;
	}
	#main-navigation ul {
		display: block;
	}
	#main-navigation .main-nav ul:before, #main-navigation .main-nav ul:after {
		content: " ";
		display: table;
	}
	#main-navigation .main-nav ul:after {
		clear: both;
	}
	#main-navigation .main-nav ul li {
		margin: 0 2rem;
		padding: 0;
		list-style: none;
		position: relative;
		display: inline-block;

	}
	.sticky-header #main-navigation .main-nav ul li {
		line-height: 3rem;
	}
	#main-navigation .main-nav ul li:hover &gt; ul {
		display: block;
	}
	#main-navigation .main-nav ul li li:hover &gt; ul {
		left: 100%;
		top: 0;
	}
	#main-navigation .main-nav ul li a {
		margin: 13px 0;
		line-height: 8rem;
	}
	.sticky-header #main-navigation .main-nav ul li a {
		line-height: 3rem;
	}
	#main-navigation .main-nav ul li a:hover {
		text-decoration: none;
	}
	#main-navigation .main-nav ul li a:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 3rem;
		width: 100%;
		height: .1rem;
		background-repeat: no-repeat;
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 1;
		transition: .25s ease-in;
	}
	.sticky-header #main-navigation .main-nav ul li a:after {
		bottom:0;
	}
	#main-navigation .main-nav ul li a:hover::after {
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
	#main-navigation .main-nav ul li &gt; ul {
		position: absolute;
		z-index: 999;
		width: auto;
		min-width: 200px;
		margin: 0;
		padding: 0;
		background-color: #fff;
	}
	.sticky-header #main-navigation .main-nav ul li &gt; ul {
		background-color: #000;
	}
	#main-navigation .main-nav ul li ul {
		display: none;
	}
	#main-navigation .main-nav ul li ul li {
		float: none;
		display: block;
		text-align: left;
	}
	#main-navigation .main-nav ul li ul li a {
		position: relative;
		line-height: 3rem;
		white-space: nowrap;
	}
	#main-navigation .main-nav .menu li li a::before {
		content: '';
		position: relative;
		margin-left: 0;
	}
	#main-navigation .main-nav ul li ul li a:after {
		bottom: -.2rem;
	}
}
#main-navigation #social-icons-container {
    display: none;
}
@media screen and (max-width:991px) {
	#main-navigation.menu-open #social-icons-container {
		display: block;
	}
}
#main-navigation .search-form {
    margin: 2rem auto;
}
#main-navigation #social-icons-container input {
    display: inline-block;
    width: auto;
	max-width: 100%;
}
#main-navigation.menu-open ul.social-icons {
    padding: 0;
}
/*--------------------------------------------------------------
 6.3 Footer Menu
--------------------------------------------------------------*/
#footer-menu-container .footer-menu {
	margin: 0;
	padding: 0;
}
@media (min-width: 992px) {
	#footer-menu-container .footer-menu {
		float: left;
	}
}
#footer-menu-container .footer-menu li {
	float: left;
	margin-left: 10px;
	list-style: none;
}
#footer-menu-container .footer-menu li:after {
	content: '|';
	color: #999999;
	font-weight: 100;
	margin-left: 10px;
}
#footer-menu-container .footer-menu li:last-child:after {
	margin-left: 0;
	content: '';
}
#footer-menu-container .footer-menu li a {
	text-decoration: none;
	font-size: 0.8em;
}
#footer-menu-container .footer-menu li a:hover {
	color: #428bca;
}
/*--------------------------------------------------------------
 7.0 - Header
--------------------------------------------------------------*/
#header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#header .container {
	width: 100%;
	max-width: 100%;
}
.header-row {
	margin-left: -15px;
	margin-right: -15px;
}
.header-row:before, .header-row:after {
	content: " ";
	display: table;
}
.header-row:after {
	clear: both;
}
#site-branding {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 40%;
}
@media (min-width: 992px) {
	#site-branding {
		padding-left: 4rem;
		width: 20%;
	}
}
#site-branding .site-name a {
	color: #333333;
}
#site-branding .site-description {
	font-size: 20px;
	margin-bottom: 0.3em;
}
#site-branding .site-name {
	font-size: 36px;
	margin-top: 0.4em;
	margin-bottom: 0.3em;
}
#site-branding #logo a:hover {
    text-decoration: none;
}
#site-branding #logo img.primary-logo {
	max-height: 100px;
}
#site-branding #logo img.icon-logo {
    max-height: 0;
}
.sticky-header #site-branding #logo img.icon-logo {
    max-height: 30px;
}
/*   ================= Sticky Header ====================== */
/*================Sticky header option ==================*/
.sticky-header {
	position: fixed;
	top: 0;
	left: 0px;
	z-index: 8888;
	width: 100%;
	background-color: #000;
	margin: 0 !important;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}
.admin-bar .sticky-header {
	top: 46px;
}
@media screen and (min-width: 783px) {
	.admin-bar .sticky-header {
		top: 32px;
	}
}
@media screen and (max-width: 600px) {
	.admin-bar .sticky-header {
		top: 0;
	}
}
.sticky-header #site-branding img.primary-logo {
    display: none;
}
.sticky-header #site-branding img.icon-logo {
	display: block;
}
/*--------------------------------------------------------------
 8.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 8.1 - Structure
--------------------------------------------------------------*/
.content-area {
	padding: 15px;
	background: #fff;
}
.content-area:before, .content-area:after {
	content: " ";
	display: table;
}
.content-area:after {
	clear: both;
}
.front-page .content-area {
	width: 100%;
	padding: 0;
	background: transparent;
	margin: 0;
	color: #000;
}
main:before, main:after {
	content: " ";
	display: table;
}
main:after {
	clear: both;
}
header h1.entry-title.post-title, .post-entry &gt; * {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
header h1.entry-title.post-title {
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: .25rem;
	margin-top: 4rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media screen and (min-width:1366px) {
	header h1.entry-title.post-title {
		padding-left: 0;
		padding-right: 0;
	}
}
.post-entry &gt; * {
    padding-left: 3rem;
    padding-right: 3rem;
}
.post-entry .wp-block-group {
	max-width: 100%;
}
.post-entry .wp-block-group &gt; * {
    max-width: 1280px;
    margin: 1.5rem auto;
    padding: 3rem 0;
}
@media screen and (min-width: 1366px) {
	.post-entry .wp-block-group &gt; * {
		padding: 3rem;
	}
}
.post-entry h2, .post-entry .h2, .post-entry h3, .post-entry .h3 {
	margin-top: 3.2rem;
}
.post-entry p {
	font-family: 'Playfair Display';
    font-size: 1.6rem;
    letter-spacing: .05rem;
    line-height: 3rem;
}
.post-entry blockquote p {
	font-size: 1.6rem;
	letter-spacing: .1rem;
    line-height: 3rem;
}
.post-entry dd {
	margin-left: 1.5em;
}
.post-entry li {
	line-height: 3rem;
	margin-left: 4rem;
}
.post-entry .margin-top-0 {
	margin-top: 0;
}
.wp-block-cover-image-text {
	position: absolute;
	color: #fff;
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 610px;
	padding: 14px;
	text-align: center;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.wp-block-image {
	margin-bottom: 20px;
}
#sitemap {
	float: left;
	width: 100%;
	position: relative;
	display: block;
}
#sitemap-col {
    float: none;
    width: 100%;
}
@media screen and (min-width: 1024px) {
	#sitemap-col { /* each column */
	 float: left;
	 width: 33.33333%;
	}
}

/*--------------------------------------------------------------
 8.2 - Featured area
--------------------------------------------------------------*/
main #featured-content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	height: 80vh;
}
main #featured-image {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	height: 80vh;
}
main #hero_slider.carousel .carousel-item {
	height: 80vh;
}
main #hero_slider.carousel .carousel-caption {
    left: 0;
    right: 0;
}
main #hero_slider.carousel .carousel-caption .content-wrapper {
	background-color: rgba(0,0,0,.65);
}
main #hero_slider.carousel .carousel-caption .content-wrapper.slider-cta-button {
	padding: 0;
	margin: 2rem auto;
	background-color: transparent;
}
main #hero_slider.carousel .carousel-caption .slider-hero-text {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: .5rem 0;
}
main #hero_slider h1 {
	margin: 2rem 0;
    font-size: 4.5rem;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: .35rem;
	font-weight: 300;
	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
@media (min-width: 992px) {
	#full-width #featured-content, #full-width #featured-image {
		float: none;
		width: 100%;
	}
	#full-width .featured-text {
		padding: 0px 40px;
	}
	#callout_content main #featured-content {
		float: left;
		width: 65%;
	}
	#callout_content main #featured-image {
		float: left;
		width: 34%;
	}
	main #featured-content {
		padding: 10% 5%;
	}
}
main #featured-content h1, main #featured-image h1, main #featured-content h2, main #featured-image h2, main #featured-content p, main #featured-image p {
	text-align: center;
}
main #featured-content .call-to-action, main #featured-image .call-to-action {
	padding: 15px 0;
	text-align: center;
	margin-top: 30px;
}
#full-width #featured-image #full-width #featured-content .call-to-action, #full-width #featured-image .call-to-action {
	margin-top: 10px;
}
#full-width #featured-image {
	padding-top: 0px;
}
.home-widget {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
@media (min-width: 992px) {
	.home-widget {
		float: left;
		width: 33.33333%;
	}
}
.home-widget .widget-wrapper .widget-title-home {
	text-align: center;
	margin-top: 0;
}
.home-widget p {
	font-family: 'Playfair Display';
    font-size: 1.6rem;
    letter-spacing: .05rem;
    line-height: 3rem;
}
.home-widget .widget-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.home-widget .widget-wrapper h2 {
    margin-top: 0;
}
/*--------------------------------------------------------------
 8.3 - Post &amp; Pages
--------------------------------------------------------------*/
#main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	#main {
		float: left;
		width: 66.66667%;
	}
}
#main article {
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
}
#main article:before, #main article:after {
	content: " ";
	display: table;
}
#main article:after {
	clear: both;
}
#main article:last-child {
	border-bottom: none;
}
.single #main article {
	border-bottom: none;
}
.entry-header {
	margin-bottom: 20px;
}
.entry-thumbnail {
	margin-bottom: 20px;
}
header.entry-header #featured-hero {
    height: 45vh;
}
/*--------------------------------------------------------------
 8.4 - Error Page
--------------------------------------------------------------*/
#main.error-page {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	#main.error-page {
		float: left;
		width: 100%;
	}
}
/*--------------------------------------------------------------
 8.5 - Navigation
--------------------------------------------------------------*/
.site-main [class*="navigation"] {
	overflow: hidden;
}
.navigation {
	margin-top: 20px;
}
.navigation .nav-previous {
	float: left;
	width: 50%;
}
.navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
.wp-block-query-pagination {
    margin-top: 4rem;
    font-size: 1.6rem;
}
/*--------------------------------------------------------------
 8.6 - Comments
--------------------------------------------------------------*/
.comment-content {
	clear: both;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-body {
	padding: 10px;
}
.comment-body .comment-meta {
	text-align: left;
}
.comment-body .comment-meta a {
	font-size: 11px;
}
.commentlist {
	list-style: none;
	padding-left: 0;
}
.commentlist li.alt &gt; article {
	background: #f9f9f9;
}
.commentlist .children {
	list-style: none;
}
.commentlist .avatar {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}
/*--------------------------------------------------------------
 8.7 - Elements
--------------------------------------------------------------*/
blockquote cite {
	display: block;
	text-align: right;
}
.wp-block-buttons {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.wp-block-button__link {
	background-color: #333;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1rem;
	border-radius: 0;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	text-decoration: none;
	opacity: .85;
	color: #fff;
}
.has-wws-pink-color {
    color: #e70095;
}
.has-wws-pink-background-color {
	background-color: #e70095;
}
.has-ftt-green-color {
    color: #82bc00;
}
.has-s-4-f-orange-color {
    color: #ff7f00;
}
.has-ftt-green-background-color {
	background-color: #82bc00;
}
.has-s-4-f-orange-background-color {
	background-color: #ff7f00;
}
.has-wws-pink-color.has-white-background-color {
    border: 1px solid #e70095;
}
.has-ftt-green-color.has-white-background-color {
    border: 1px solid #82bc00;
}
.has-s-4-f-orange-color.has-white-background-color {
    border: 1px solid #ff7f00;
}
.has-wws-pink-color.has-white-background-color:hover {
    color: #e70095; 
}
.has-ftt-green-color.has-white-background-color:hover {
    color: #82bc00; 
}
.has-s-4-f-orangecontent-color.has-white-background-color:hover {
    color: #ff7f00; 
}
a.btn, .btn {
	padding: 15px 35px;
	font-size: 24px;
	line-height: 24px;
	border-radius: 0;
}
a.btn.small, .btn.small {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
	font-weight: 300;
}
a.btn:active, .btn:active, a.btn.active, .btn.active {
	background-image: none;
}
a.btn:hover, .btn:hover {
	text-decoration: none;
}
.wp-block-file a.wp-block-file__button {
	padding: 1rem 2rem;
    border-radius: 0;
    border: 2px solid #000;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
    background: #000;
}
.wp-block-file.outline a.wp-block-file__button {
	background: #fff;
    color: #000;
}
/*--------------------------------------------------------------
 8.8 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb-list {
	line-height: 2em;
}
article .post-data {
	margin-top: 35px;
}
article .post-data .tags-links {
	float: left;
}
article .post-data .entry-meta {
	float: right;
}
/*--------------------------------------------------------------
 8.9 - Team Custom Post Type
--------------------------------------------------------------*/
.team-row {
	clear: both;
}
article.team-members .headshot img {
	max-width: 200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	border-radius: 50%;
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
}
article.team-members .headshot img:hover {
	-webkit-filter:none;
  filter: none;
}
#main article.team-members {
	border-bottom: none;
}
article.team-members header.entry-header {
	margin-bottom: .5rem;
}
article.team-members h1.entry-title.post-title {
	font-size: 2.75rem;
	color: #000;
}
article.team-members h1, article.team-members h2 {
	color: #f57e3a;
}
article.team-members h1 {
	margin-bottom: 0;
}
article.team-members h2 {
	margin-top: 0;
	font-size: 1.75rem;
	letter-spacing: .5px;
}
#content-archive article.team-members {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	#content-archive article.team-members {
		float: left;
		width: 50%;
	}
}
article.team-members h1.entry-title.post-title, .team-member-meta {
	text-align: center;
}
/*--------------------------------------------------------------
 9.0 - Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
	border: 1px solid #cccccc;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	max-width: 98%;
	margin: 1.2% auto 0;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
 9.1 - Gallery
--------------------------------------------------------------*/
.gallery {
	margin-left: -15px;
	margin-right: -15px;
}
.gallery:before, .gallery:after {
	content: " ";
	display: table;
}
.gallery:after {
	clear: both;
}
.gallery.gallery-columns-1 .gallery-item {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-2 .gallery-item {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-3 .gallery-item {
	position: relative;
	float: left;
	width: 33.33333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-4 .gallery-item {
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-5 .gallery-item {
	position: relative;
	float: left;
	width: 20%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-6 .gallery-item {
	position: relative;
	float: left;
	width: 16.66667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-7 .gallery-item {
	position: relative;
	float: left;
	width: 14.28571%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-8 .gallery-item {
	position: relative;
	float: left;
	width: 12.5%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-9 .gallery-item {
	position: relative;
	float: left;
	width: 11.11111%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
/*--------------------------------------------------------------
10.0 - Page/Post Layouts
--------------------------------------------------------------*/
main#main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	main#main {
		float: left;
		width: 66.66667%;
	}
	main#main.content-sidebar {
		width: 75%;
	}
}
@media (min-width: 992px) {
	.sidebar-content-page main#main {
		left: 33.33333%;
	}
}
.content-sidebar-half-page main#main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.content-sidebar-half-page main#main {
		float: left;
		width: 50%;
	}
}
.sidebar-content-half-page main#main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.sidebar-content-half-page main#main {
		float: left;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.sidebar-content-half-page main#main {
		left: 50%;
	}
}
.full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main, main#main.full-width {
	position: relative;
	min-height: 1px;
}
@media (min-width: 992px) {
	.full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main, main#main.full-width {
		float: left;
		width: 100%;
	}
	.full-width-page main#main, main#main.full-width {
    	padding-left: 0;
    	padding-right: 0;
	}
}
main#main.sitemap .sitemap-widgets {
	margin-left: -15px;
	margin-right: -15px;
}
main#main.sitemap .sitemap-widgets:before, main#main.sitemap .sitemap-widgets:after {
	content: " ";
	display: table;
}
main#main.sitemap .sitemap-widgets:after {
	clear: both;
}
.page-template-page-templateslanding-page-php #top-menu-container, .page-template-page-templateslanding-page-php #main-menu-container, .page-template-page-templateslanding-page-php #sub-menu-container, .page-template-page-templateslanding-page-php #footer-menu-container {
	display: none;
}
/*--------------------------------------------------------------
11.0 - Sidebar
--------------------------------------------------------------*/
.default-sidebar, .ticker-sidebar, .right-sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.default-sidebar {
		float: left;
		width: 33.33333%;
	}
	.right-sidebar {
		float: left;
		width: 25%;
	}
}
.ticker-sidebar {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 992px) {
	.ticker-sidebar {
		float: left;
		width: 100%;
	}
}
.ticker-sidebar {
	display: block;
	font-family: 'Playfair Display';
    text-transform: none;
    margin-top: 4rem;
	margin-bottom: 4rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
    background: #000;
    color: #fff;
    text-align: center;
}
.ticker-sidebar .widget-wrapper &gt; * {
	display: inline-block;
	font-size: 2rem;
}
.ticker-sidebar h3, .ticker-sidebar p {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}
#colophon-widget {
    max-width: 1280px;
    margin: 0 auto;
	text-align: center;
}
#colophon-widget:before, #colophon-widget:after {
	content: " ";
	display: table;
}
#colophon-widget:after {
	clear: both;
}
.colophon-widget {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.colophon-widget {
		float: left;
		width: 100%;
	}
}
.home-widgets {
	margin-top: 40px;
}
.left-sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.left-sidebar {
		float: left;
		width: 33.33333%;
	}
}
@media (min-width: 992px) {
	.left-sidebar {
		right: 66.66667%;
	}
}
.left-half-sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.left-half-sidebar {
		float: left;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.left-half-sidebar {
		right: 50%;
	}
}
.right-half-sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.right-half-sidebar {
		float: left;
		width: 50%;
	}
}
/*--------------------------------------------------------------
12.0 - Widgets
--------------------------------------------------------------*/
#widgets, main#main.sitemap .sitemap-widgets {
	margin-bottom: 20px;
}
#widgets:before, main#main.sitemap .sitemap-widgets:before, #widgets:after, main#main.sitemap .sitemap-widgets:after {
	content: " ";
	display: table;
}
#widgets:after, main#main.sitemap .sitemap-widgets:after {
	clear: both;
}
#widgets .widget-title, main#main.sitemap .sitemap-widgets .widget-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #333333;
}
#widgets ul, main#main.sitemap .sitemap-widgets ul {
	padding-left: 5px;
}
#widgets ul li, main#main.sitemap .sitemap-widgets ul li {
	list-style: none;
}
.widget-wrapper {
	padding: 15px;
}
.widget_calendar #wp-calendar {
	width: 100%;
}
.widget_calendar #wp-calendar caption {
	margin-bottom: 20px;
}
.widget_calendar #wp-calendar thead tr th {
	padding-bottom: 10px;
	text-align: center;
}
.widget_calendar #wp-calendar tbody tr {
	border-bottom: 1px solid #555555;
}
.widget_calendar #wp-calendar tbody tr:last-child {
	border-bottom: none;
}
.widget_calendar #wp-calendar tbody tr td {
	text-align: center;
	padding: 5px;
}
.widget_calendar #wp-calendar tfoot tr td {
	padding-top: 10px;
}
.sitemap .sitemap-widget {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.sitemap .sitemap-widget {
		float: left;
		width: 33.33333%;
	}
}
.widget_search {
	margin-top: 40px;
	text-align: left;
}
@media (min-width: 1200px) {
	.widget_search {
		text-align: left;
	}
}
.search-form {
	position: relative;
}
.search-form .search-field {
	position: relative;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.search-form .search-submit {
	position: relative;
	height: 34px;
	left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
/*--------------------------------------------------------------
13.0 - Footer
--------------------------------------------------------------*/
#footer {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	color: #999999;
}
#footer:before, #footer:after {
	content: " ";
	display: table;
}
#footer:after {
	clear: both;
}
/*--------------------------------------------------------------
13.1 - Footer widgets
--------------------------------------------------------------*/
#footer-widgets-container {
	margin-left: -15px;
	margin-right: -15px;
}
#footer-widgets-container:before, #footer-widgets-container:after {
	content: " ";
	display: table;
}
#footer-widgets-container:after {
	clear: both;
}
#footer-widget {
	margin-bottom: 20px;
}
#footer-widget:before, #footer-widget:after {
	content: " ";
	display: table;
}
#footer-widget:after {
	clear: both;
}
#footer-widget .footer-widget {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
@media (min-width: 992px) {
	#footer-widget .footer-widget {
		float: left;
		width: 33.33333%;
	}
	#footer-widget .footer-widget-2col {
		width: 50%;
	}
	#footer-widget .footer-widget-1col {
		width: 100%;
	}
}
#footer-widget .footer-widget .widget-title {
	color: #999999;
}
#footer-widget .footer-widget ul {
	padding: 0;
}
#footer-widget .footer-widget ul li {
	list-style: none;
}
.footer-widget img {
    max-height: 120px;
    width: auto;
}
/*--------------------------------------------------------------
13.2 - Social icons
--------------------------------------------------------------*/
#menu-social-container {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 0;
	margin-bottom: 10px;
}
#menu-social-container:before, #menu-social-container:after {
	content: " ";
	display: table;
}
#menu-social-container:after {
	clear: both;
}
#footer-menu-container {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
#social-icons-container {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.social-icons {
	padding: 0;
}
.social-icons li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}
.social-icons li a {
	display: block;
	font-size: 1.5em;
}
.social-icons li a:hover {
	opacity: 0.8;
}
.social-icons li.facebook-icon a:before {
	content: "\f09a";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.flickr-icon a:before {
	content: "\f16e";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.foursquare-icon a:before {
	content: "\f180";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.instagram-icon a:before {
	content: "\f16d";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.linkedin-icon a:before {
	content: "\f0e1";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.pinterest-icon a:before {
	content: "\f0d2";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.rss-icon a:before {
	content: "\f09e";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.stumbleupon-icon a:before {
	content: "\f1a4";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.tripadvisor-icon a:before {
	content: "\f262";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.twitter-icon a:before {
	content: "\f099";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.vimeo-icon a:before {
	content: "\f194";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.yelp-icon a:before {
	content: "\f1e9";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.youtube-icon a:before {
	content: "\f167";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------
13.3 - Copyright
--------------------------------------------------------------*/
#footer-base {
	margin-left: -15px;
	margin-right: -15px;
	padding: 20px 0;
	font-family: 'Playfair Display', 'serif';
    font-size: 1rem;
	color: #999;
}
#footer-base:before, #footer-base:after {
	content: " ";
	display: table;
}
#footer-base:after {
	clear: both;
}
#footer-base .copyright, #footer-base .credits, #footer-base .scroll-top {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
#footer-base .scroll-top {
	font-size: 2.4rem;
}
/*--------------------------------------------------------------
14.0 - Extras
--------------------------------------------------------------*/
/* ALIGNMENT ===================*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}
/*--------------------------------------------------------------
15.0 - Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	z-index: 100000;
	/* Above WP toolbar */
	top: 5px;
	left: 5px;
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	color: #428bca;
	border-radius: 3px;
	background-color: #f2f2f2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.accessibile-label {
	font-size: 0;
	height: 1px;
	overflow: hidden;
	display: block;
}
/*--------------------------------------------------------------
16.0 - Plugin specific styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.1 - Column Shortcodes (legacy)
--------------------------------------------------------------*/
 .content-column {
    padding: 0 1rem;
	margin: 1rem auto;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	width: 100%;
	margin: 0;
	position: relative; 
	float: none;
}
@media screen and (min-width: 768px) {
	.one_half {
		width:48%;
	}
	.one_third { 
		width:30.66%;
	}
	.two_third {
		width:65.33%;
	}
	.one_fourth { 
		width:22%;
	}
	.three_fourth { 
		width:74%;
	}
	.one_fifth { 
		width:16.8%;
	}
	.two_fifth { 
		width:37.6%;
	}
	.three_fifth { 
		width:58.4%;
	}
	.four_fifth { 
		width:67.2%;
	}
	.one_sixth { 
		width:13.33%;
	}
	.five_sixth { 
		width:82.67%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { 
		position:relative; 
		margin-right:2%; 
		float:left;
	}
}
.last {
	margin-right:0 !important; 
	clear:right;
}

.clearboth	{
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

/*--------------------------------------------------------------
16.2 - Jetpack
--------------------------------------------------------------*/
/*
 *Infinite scroll
 */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-footer .container, #infinite-footer .content-area, #infinite-footer #featured-area, #infinite-footer .home-widgets, #infinite-footer #footer #footer-wrapper, #footer #infinite-footer #footer-wrapper {
	width: 1280px;
}
/*--------------------------------------------------------------
16.3 - Tribe Events - custom layout styles
--------------------------------------------------------------*/
/* Add grid format for events page displaying a year's events */
.event-grid-wrapper {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.events-col .event-grid-wrapper {
		width: 50%;
	}
}
@media only screen and (min-width: 1024px) {
	.events-col .event-grid-wrapper {
		width: 25%;
	}
}
.grid h3.tribe-events-page-title {
    font-size: 1.5rem;
	letter-spacing: .025em;
	margin-bottom: 0;
    margin-top: 1rem;
}
.grid .tribe-event-schedule-details {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
}
.grid .tribe-events-venue-details, .grid .tribe-events-organizer {
	font-family: 'playfair_display';
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: .05rem;
}
#tribe-events-content a.wp-block-button__link {
    color: #fff;
}
/*--------------------------------------------------------------
16.4 - Gravity Forms
--------------------------------------------------------------*/
.post-entry .gform_legacy_markup_wrapper {
	max-width: 1280px;
}
#footer-widget .widget-title h3 {
	font-size: 1.25rem;
    color: #000;
    font-weight: bold;
	margin: 0;
}
#footer-widget .gform_wrapper {
    margin: 16px auto;
    width: 100%;
    max-width: 680px;
}
#footer-widget .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}
#footer-widget .gform_wrapper ul li.gfield {
	margin-top: 0;
	margin-bottom: 0;
}
#footer-widget .gform_wrapper li.hidden_label input {
	margin-top: 0;
}
#footer-widget .gform_body {
    float: left;
    margin: 0 auto;
    display: inline-block;
	max-width: 580px;
}
#footer-widget .gform_wrapper .top_label input.medium, #footer-widget .gform_wrapper .top_label select.medium {
	width: 100%;
	text-align: left;
}
#footer-widget .gform_footer.top_label {
    display: inline-block;
    width: auto;
    max-width: 100px;
    clear: none;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 591px) {
	#footer-widget .gform_body {
		width: 100%;
	}
	#footer-widget .gform_footer.top_label {
		width: 100%;
		max-width: none;
		margin-top: 1rem;
	}
}
@media only screen and (max-width: 641px) {
	#footer-widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: inherit;
	}
}
input.gform_button {
    height: auto;
}

/**************** Customizer edit links **************************/
.customize-partial-edit-shortcut-button {
	top: -20px !important;
	left: -10px !important;
}
/**************** Callout button *********************/
@media screen and (max-width: 500px) {
	main #featured-content .call-to-action .btn, main #featured-image .call-to-action .btn {
		font-size: 14px;
	}
}



/* ====== Services Section ================ */
.service_section_title, .testimonial_section_title, .contact_section_title {
	text-align: center;
}
#services_section, #testimonial_section {
	margin: 3% 0;
}
.services-block-list {
	position: relative;
	padding: 20px 0 20px 100px;
}
.services-icon {
	position: absolute;
	left: 0;
}
.services_featured {
	padding: 2% 0 0 10% !important;
}
.services-block-list &gt; h4 {
	margin-top: 0;
}
@media all and (max-width: 769px) {
	.services_featured {
		text-align: center;
		padding: 10px !important;
	}
}
/* ====== Testimonial Section ================ */
#testimonial {
	padding-bottom: 0;
}
.card-up {
	height: 120px;
}
.testimonial_top_color {
	background-color: #feece7;
}
.testimonial_img img {
	width: 100%;
}
.testimonial_img {
	border: 5px solid #fff;
	border-radius: 50%;
	height: 150px;
	margin: -65px auto 0;
	overflow: hidden;
	width: 150px;
}
.card-block {
	padding: 20px;
}
.card.testimonial-card {
	border: 1px solid #cfcfcf;
}
.fa.fa-quote-left {
	padding: 5px;
	color: #c00;
}
#testimonial_wrapper .carousel-control {
	background-image: none;
}
.glyphicon.glyphicon-chevron-left, .glyphicon.glyphicon-chevron-right {
	color: #717171;
	text-shadow: none;
}
.testimonial_section_title {
	margin-bottom: 2%;
}
@media screen and (max-width: 992px) {
	.testimonial-card {
		margin-bottom: 4%;
	}
}
/* ====== Contact Us Section ================ */
.contact_content {
	padding: 0 15px;
	color: #fff;
}
#contact_us_wrapper {
	padding: 3% 1%;
}
.section_title {
	margin-bottom: 3%;
}
.contact_address, .contact_number, .contact_email {
	padding-bottom: 2%;
}
.fa.fa-map-marker, .fa.fa-phone, .fa.fa-envelope {
	font-size: 25px;
}
@media screen and (max-width: 992px) {
	.contact_info_right {
		text-align: center;
	}
}
.three-column-posts #main article::before {
	clear: both;
}
.three-column-posts main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media (min-width: 980px) {
	.three-column-posts #main article {
		display: inline-block;
		width: 33%;
		padding-right: 20px;
		padding-left: 20px;
		vertical-align: top;
		border-bottom: none;
	}
}
@media (min-width: 750px) {
	.three-column-posts #main article {
		display: inline-block;
		width: 32%;
		padding-right: 20px;
		padding-left: 20px;
		vertical-align: top;
		border-bottom: none;
	}
}
.three-column-posts .read-more .meta-nav {
	display: none;
}
.three-column-posts #main article {
	text-align: center;
}
.three-column-posts #main article .read-more a {
	text-transform: uppercase;
	text-align: center;
	padding: 8px 15px;
}
.three-column-posts article .post-data, .three-column-posts article .entry-header {
	margin-top: 0;
	margin-bottom: 0;
}
.three-column-posts article a img {
	margin-top: 15px;
}
.three-column-posts #main article .post-data {
	margin-bottom: 10px;
}
.three-column-posts .blog-title {
	text-align: center;
}
.three-column-posts article .post-data .tags-links {
	float: none;
}
audio, canvas, video {
	display: inline-block;
	width: 100%;
}</pre></body></html>