/*
Theme Name: ACDS (Arundel County Development Services) Pro
Theme URI: http://acdsinc.org/
Description: A mobile responsive and HTML5 theme built for the ACDS.
Author: DatAchieve Digital
Author URI: http://datachieve.com/
Template: genesis
Template Version: 2.2.4
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* 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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.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 silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #f3f3f3;
	color: #333;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

.fontsize, .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote {
    font-size: 90% !important;
    line-height: 1.4;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.genesis-nav-menu .where-to-start.menu-item,
.gallery img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

a {
	color: #5c3559;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.content-highlight {
	background-color: #e2efee;
	border: 4px solid #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
}

.postid-1435 .attachment-project-image {
	display: none;
}
/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "museo-slab",serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

.select{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
   -moz-border-radius: 0;  /* Firefox 1-3.6 */
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #5c3559;
	border: 4px solid rgba(255,255,255,.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #5c3559;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	background-color: #0d7374;
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #5c3559;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

.sr-text{
	display: none;
}

#search-4 h3{
	display: none !important;
}

/* ## Contrast
--------------------------------------------- */
.contrast .tribe-mini-calendar-event .list-date .list-daynumber{
	color: #FFF !important;
}

.contrast .tribe-mini-calendar-event .list-date .list-dayname{
	color:#00ffff !important;
}

/* ## Alert
--------------------------------------------- */
.alert-container{
	background: rgba(240,139,27,.90);
	color:#FFF;
	font-size:1.6rem;
	text-shadow: 1px 1px 0px rgba(0,0,0,.15);
	padding:20px 80px;
	width: 100%;
}

.alert-container a.close-btn {
	color: #fff !important;
	position: absolute;
	top: 20px;
	right: 20px;
}

.alert-container a.close-btn:before {
	content: "\f2d3";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.alert-container.close {
	display: none;
}

.alert-container p {
	margin-bottom: 0;
}

.alert-container a{
	color:#FFF;
}

.alert-container span{
	display:block;
	width:100%;
	text-align:center;
}

/* ## Site-container
--------------------------------------------- */

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/acds-preloader64.gif') 50% 50% no-repeat rgb(255,255,255);
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

.home-below-header {
	 background-image: url(images/acds-homepage-heroBanner3.jpg);
	 background-repeat: no-repeat;
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 background-position: center;
	 padding: 120px 0 80px;
	 padding: 12rem 0 8rem;
	position: relative;
}

.home-below-header .wrap {
	position: relative;
	padding: 1rem;
}

.home-below-header-1.widget-area h2 {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6em;
}

.home-below-header-1 #text-10 {
	color: #fff;
	font-family: "museo-slab",serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 90px;
	padding: 30px;
	position: relative;
	width: 90%;
	opacity: .95 !important;

	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;

	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.home-below-header-2.widget-area {
	background-color: #15ae9e;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 15px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.35);
}

.video-cta {
	background-color: #f08b1b;
    color: #fff;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
	font-size: 1.8rem;
    padding: 8px;
    float: right;
    position: relative;
    top: -26px;
    bottom: 27px;
    right: 100px;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0,0,0,.35);
    width: 29%;

	/*opacity: 0;*/

	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;

	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.home-below-header-1 .enlarge {
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: 700;
}

.home-below-header .btn-play {
	display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
    overflow: hidden;
    width: 35px;
    height: 35px;
    margin: 0 0 0 20px;
    background-image: url(images/btn-play.png);
    background-repeat: no-repeat;
    background-size: 35px;
}

.home-below-header .btn-play:hover {
	opacity: .5;
}

.home-below-header ul.unslider-wrap {
    min-height: 300px;
}

.unslider-arrow.next,
a.unslider-arrow.prev {
	color: #fff;
}

.unslider li section {
    min-height: 181px;
}

.unslider-arrow.prev {
	position: absolute;
    left: 40px;
	bottom: 45px;
    z-index: 2001;
    cursor: pointer;
}

.unslider-arrow.prev:before {
	content: "\f104";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.unslider-arrow.next {
    left: 100px;
    right: 0;
	bottom: 45px;
	z-index: 2000;
    cursor: pointer;
}

.unslider-arrow.next:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left: 7px;
}

.mask {
	z-index: 10000;
	background-color: #000;
	color: #fff;
	opacity: 90;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
	display: none;
}

.popup-video {
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100vw;
    height: 100vh;
	position: fixed;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;

    &:not(.shown) {
        display: none;
    }
}

#pPlayer {
    margin-top: 5rem;
    height: 70vh;
    width: 70vw;
    pointer-events: all;
}

.home .site-container {
	background-color: #fff;
	position: relative;
	z-index: 2;
	/*background: #fff;*/
	overflow: hidden;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner .wrap {
	background: #fff;
    position: relative;
    overflow: hidden;
}

.site-inner {
	clear: both;
	padding: 60px 0;
}

.page .entry-content a{
	color:#fd8e13;
}

.page .entry-content a.button{
	color:#fff;
}

.home .site-inner .content .entry {
	padding: 50px 40px 50px 40px;
}

.site-inner .content .entry {
	padding: 80px 40px 50px 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## 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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb a {
	color: #4ddecf;
}

.breadcrumb {
	background-color: #0d7374;
    color: #fff;
    font-size: 12px;
    padding: 15px 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding: 40px 0;
}

.category-signature-project .archive-description {
	background-color: #f3f3f3;
	margin-bottom: 0;
	padding: 0 0 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form & Results
--------------------------------------------- */

.search-results a.more-link {
    padding: 10px 20px;
    background-color: #5c3559;
    color: #fff;
    text-decoration: none;
}

.search-results a.more-link:hover {
	background-color: #0d7374;
}

.search-content {
	background-color: #fff;
	padding: 80px 40px 50px 40px;
	margin-bottom: 40px;
}

.post-type {
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
}
.post-type:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.post-type-heading {
	font-size: 40px;
	font-size: 4rem;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.search .content .entry {
	background: transparent;
    border-bottom: 1px solid #ddd;
    padding: 0 0 40px;
    margin-bottom: 12px;
	margin-bottom: 12px;
}

.search .content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.search .content .entry-title a {
	text-decoration: none;
}

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.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;
}

/* Relocating Entry Title below Header
--------------------------------------------- */

.entry-header-wrapper {
	position: relative;
	padding: 280px 0 80px;
	z-index: 10;
}

.entry-header-wrapper:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
	background: rgba(0,0,0,.40) !important;
	z-index: -1;
}

.entry-header-wrapper .entry-title {
	margin-bottom: 0;
}

.entry-header-wrapper h1 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(0,0,0,.35);
}

@media only screen and (max-width: 1023px) {

	.entry-header-wrapper .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.entry-title {
	color: #5c3559;
	font-size: 32px;
	font-size: 3.2rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #5c3559;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

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-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.a11y-toolbar button {
	height: auto !important;
}

/* ## Featured Content
--------------------------------------------- */

.home-featured-1 .entry {
	color: #fff;
	padding: 0;
	text-shadow: 1px 1px 0px rgba(0,0,0,.15);
}

.home-featured-1 h2.entry-title a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.15);
}

.home-featured-1 #featured-content-3 h2.entry-title a {
	font-size: 21px;
	font-size: 2.1rem;
}

.home-featured-1 #featured-content-4 h2.entry-title a {
	font-size: 2.1rem;
}

.home-featured-1 #featured-content-2 {
    background-image: url(images/homebuyers-homeowners-CTA.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #333;
    padding: 80px 40px 40px;
    margin-bottom: 2.564102564102564%;
	min-height: 267px;
	position: relative;
}

.home-featured-1 #featured-content-3 {
	background-image: url(images/rental-properties-CTA.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	float: left;
	letter-spacing: 1px;
	padding: 80px 40px 10px;
	min-height: 316px;
	width: 48.717948717948715%;
	position: relative;
}

.home-featured-1 #featured-content-4 {
	background-image: url(images/work-together-CTA.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	float: left;
	letter-spacing: 1px;
	padding: 80px 40px 10px;
	margin-left: 2.564102564102564%;
	min-height: 316px;
	width: 48.717948717948715%;
	position: relative;
}

.home-featured-1 a.more-link {
	color: #fff;
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 30px;
	text-align: right;
	width: 100%;
}

.home-featured-1 a.more-link:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left: 7px;
	text-decoration: none;
}

.home-featured-1 #featured-content-2 a.more-link {
	background-color: #f98a08;
}

.home-featured-1 #featured-content-3 a.more-link {
	background-color: #31b4a7;
}

.home-featured-1 #featured-content-4 a.more-link {
	background-color: #16726a;
}

.home-featured-1 #featured-content-2 .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 1px;
}

.home-featured-1 #featured-content-3 .widget-title:before {
	content: "\f279";
    color: #15ae9e;
    display: block;
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 50px;
    margin-right: 7px;
    text-align: center;
}

.home-featured-1 #featured-content-4 .widget-title:before {
	content: "\f0c0";
    color: #0d7374;
    display: block;
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 50px;
    margin-right: 7px;
    text-align: center;
}

.home-featured-1 .widget-title {
	font-size: 21px;
	font-size: 2.1rem;
}

.home-featured-2.widget-area.one-third {
	background-color: #f3f3f3;
    min-height: 604px;
	position: relative;
}

.home-featured-2 h3.widgettitle.widget-title {
	background: #5c3559;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	padding: 8px 20px;
}

.home-featured-2 h3.widgettitle.widget-title:before {
	content: "\f274";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.home-featured div.tribe-compatibility-container.tribe-theme-genesis{
    padding: 0 30px;
}

.welcome-content {
	background-image: url(images/welcome-content-bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 background-color: #fff;
}

.welcome-content-1.widget-area.two-thirds.first {
    background: rgba(39,3,36,.70);
    color: #fff;
    padding: 80px;
	position: relative;
	min-height: 570px;
}

.welcome-content-1.widget-area.two-thirds.first .entry {
	padding: 0;
}

.welcome-content-1.widget-area.two-thirds.first:after {
	content: "\f0d7";
    color: #634a61;
    font-family: "FontAwesome";
    font-size: 78px;
	font-size: 7.8rem;
    position: absolute;
    bottom: -70px;
    left: 47px;
}

.welcome-content-1 h3.widgettitle.widget-title {
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
}

.welcome-content-1.widget-area.two-thirds.first span {
	font-size: 18px;
	font-size: 1.8rem;
    font-style: italic;
    letter-spacing: 1px;
}

.welcome-content-2 .entry {
	padding: 0;
}

.welcome-content-2 .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.welcome-content-2 h3.widgettitle.widget-title {
	color: fff;
    background-color: #f08b1b;
    font-size: 20px;
	font-size: 2rem;
    padding: 8px 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.welcome-content-2.widget-area.one-third {
    background-color: rgba(243,243,243,.95);
	font-size: 15px;
	font-size: 1.5rem;
    padding: 70px 30px 0;
	min-height: 570px;
	position: relative;
}

.welcome-content-2.widget-area img {
	padding: 5px;
	background: #fff;
}

.welcome-content-2 img.entry-image.attachment-post.alignleft,
.welcome-content-2 a.alignleft {
	margin: 0 0 14px;
}

.welcome-content-1.widget-area.two-thirds.first a.more-link {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
	color: #fff;
	padding: 16px 24px;
}

.featured-news {
	background-color: #fff;
	padding-bottom: 60px;
}

.featured-news .wrap {
	background-color: #f3f3f3;
}

.featured-news .entry {
	border: 4px solid #fff;
	padding: 30px;
	margin-bottom: 0;
	min-height: 450px;
}

.featured-news-1 .entry p,
.featured-news-3 .entry p,
.featured-news-2 .entry img,
.featured-news-4 .entry img {
	margin-bottom: 0;
}

.featured-news-2.widget-area .entry {
    border-left: none;
    border-right: none;
}

.featured-news-1.widget-area .entry {
	border-left: none;
}

.featured-news-4.widget-area .entry {
	border-left: none;
	border-right: none;
}

.featured-news-1.widget-area,
.featured-news-2.widget-area,
.featured-news-3.widget-area,
.featured-news-4.widget-area {
    background: #f3f3f3;
    float:left;
    width: 25%;
}

.featured-news .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured-news .section-intro {
    float: left;
    clear: both;
	padding: 40px 50px;
    width: 100%;
}

.featured-news a.Widget-title {
    color: #2a1628;
    font-size: 36px;
    font-size: 3.6rem;
	font-family: "museo-slab",serif;
	font-weight: 700;
	text-decoration: none;
    float: left;
	margin-bottom: 0;
	padding-right: 20px;
	border-right: 4px solid #ddd;
}

.featured-news a.Widget-title:hover {
	color: #16726a;
}

.featured-news .section-intro p {
	float: left;
	margin: -6px 0 0;
	padding-left: 20px;
}

.featured-news .enlarge {
	color: #faa542;
	font-family: "museo-slab",serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 700;
}

.section-intro a.button {
    margin-left: 20px;
}

.section-intro a.button:hover {
	background-color: #16726a
}

.global-cta {
	background: #0d7374;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}

a.footer-btn.button {
	background-color: #d19539;
	border: 4px solid rgba(255,255,255,.15);
    border-radius: 5px;
    margin-left: 20px;
}

a.footer-btn.button:hover {
	background-color: #5c3559;
}

span.highlight.phone {
	padding-left: 10px;
}

span.highlight.phone:before {
	content: "\f095";
	color: #f08b1b;
	font-family:"FontAwesome";
	margin-right: 7px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Modern Tribe Events Calender
--------------------------------------------- */

.postid-3035 span.tribe-events-cost {
	display: none !important;
}

#tribe-events-pg-template {
    margin: 0 auto;
    padding: 20px;
    max-width: 1140px !important;
}

.tribe-events-calendar thead th {
    background-color: #0d7374 !important;
    color: #fff;
    font-weight: 700;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #36a0a1 !important;
    border-right: 1px solid #36a0a1 !important;
}

.tribe-mini-calendar-event {
    padding: 0 30px;
}

.tribe_events.entry {
    padding: 0;
}

#tribe-events-content {
	margin-bottom: 14px !important;
}

.tribe-mini-calendar-event {
	border-bottom: 1px dotted #ccc !important;
}

.tribe-mini-calendar-event .list-date {
	background: #0d7374 !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #5c3559 !important;
}

.tribe-mini-calendar-event .list-date {
	margin: 5px 5% 10px 0 !important;
	background: none !important;
	width: 16%;
}

.tribe-mini-calendar-event .list-info {
	width: 79%;
}

.tribe-mini-calendar-event .list-date .list-dayname {
	background: none !important;
	color: #0d7374 !important;
	font-size: 15px !important;
	font-size: 1.5rem !important;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
	color: #000 !important;
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

.home-featured-2 p {
    font-size: 14px;
	font-size: 1.4rem;
    margin: 0 30px 10px;
}

.tribe-mini-calendar-event .list-info h2 {
	margin-bottom: 5px;
}

.home-featured-2 p.tribe-events-widget-link a {
    background: #16726a;
    color: #fff;
    font-size: 15px;
	font-size: 1.5rem;
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    width: 100%;
}

#tribe-events-content .tribe-events-tooltip h4 {
	color: #f08b1b !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 24px !important;
	font-size: 2.4rem !important;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Social
--------------------------------------------- */
span.sr-only,
span.sr_only,
.class_without_quote {
	display: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff url(images/acds-border.png) bottom center repeat-x;
}

.site-header .wrap {
	padding: 20px 0;
	position: relative;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 0 8px 0;
	width: 250px;
}

.site-title {
	background-image: url(images/acds-logo2.png);
	background-repeat: no-repeat;
	background-size: 250px;
    height: 60px;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-indent: -9999px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	display: block;
	height: 60px;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	margin-top: 3px;
	text-align: right;
	width: 930px;
}

/* Sub menu indicators
--------------------------------------------- */

.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
     content: "\f107";
     font-family: 'FontAwesome';
     padding-left: 0.5rem;
     speak: none;
}

ul.sub-menu li.menu-item-has-children > a:after {
     content: "\f138";
     color: #f08b1b;
     font-family: 'FontAwesome';
     font-weight: normal;
     padding-left: 1rem;
     speak: none;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	font-family: "proxima-nova",sans-serif;
	text-decoration: none;
	display: block;
	padding: 25px 15px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #5c3559;
	text-decoration: underline;
	text-shadow: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 220px;
	z-index: 399;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 20px;
	position: relative;
	width: 220px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -47px 0 0 219px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.genesis-nav-menu .sub-menu:after {
	border-bottom-color: #f08b1b;
	border-width: 10px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
	border-bottom-color: #ddd;
	border-width: 11px;
	margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu li#menu-item-128 {
	background-color: #f08b1b;
	border-right: none;
}

.genesis-nav-menu li#menu-item-128 a:after {
	content: "\f059";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left: 7px;
}

.genesis-nav-menu .where-to-start.menu-item {
    background-color: #f08b1b;
	border: 2px solid #f3f3f3;
   	border-radius: 3px;
}

.genesis-nav-menu .where-to-start.menu-item:hover {
	background-color: #0d7374;
}

.genesis-nav-menu .where-to-start.menu-item a {
	color: #fff;
	padding: 15px 30px;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
}

.nav-primary .wrap {
	padding: 0;
}

.nav-primary .genesis-nav-menu a {
	border-left: 1px solid #f3f3f3;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #5c3559;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #5c3559;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #0d7374;
	text-align: right;
}

.nav-secondary a {
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
    padding: 15px;
}

.nav-secondary .widget {
	float: right;
	margin-right: 10px;
}

.nav-secondary .goog-te-gadget .goog-te-combo {
    margin: 9px 20px 0;
}

.nav-secondary .right {
	border-left: 1px solid #148283;
	color: #fff;
	float: right;
	padding: 15px;
}

.nav-secondary .right a:hover {
	background: none;
	color: #f08b1b;
}

.nav-secondary a:hover {
	background: #15ae9e;
	color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
	padding: 50px 40px 50px 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
	border-bottom: 1px dashed #ddd;
    padding: 8px 0;
}

li.wc_payment_method.payment_method_paypal {
	list-style-type: none !important;
	border-bottom: none !important;
}

.single-properties .entry-content ul > li {
	border-bottom: 1px dashed #ddd;
    padding: 5px;
}

.entry-content ul > li > ul > li:last-child {
	border-bottom: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #5c3559;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.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;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar h3.widgettitle.widget-title {
	font-size: 20px;
	font-size: 2rem;
}

.sidebar li {
	border-bottom: 1px dotted #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #e2e2e2;
	margin-bottom: 20px;
	padding: 40px;
	position: relative;
}

.sidebar li.address:before {
	content: "\f041";
	color: #f08b1b;
	font-family: "FontAwesome";
	margin-right: 7px;
}

.sidebar li.phone:before {
	content: "\f095";
	color: #f08b1b;
	font-family: "FontAwesome";
	margin-right: 7px;
}

.sidebar li.email:before {
	content: "\f0e0";
	color: #f08b1b;
	font-family: "FontAwesome";
	margin-right: 7px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #fff url(images/acds-border.png) top center repeat-x;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 45px;
}

.footer-widgets {
	background-color: #fff;
	color: #333;
}

.footer-widgets .widget-title {
	color: #333;
}

.footer-widgets a {
	color: #d19539;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #333;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.footer-widgets li a {
	text-decoration: none;
}

.footer-widgets li a:before {
	content: "\f138";
	color: #ddd;
	font-family: "FontAwesome";
	margin-right:7px;
	text-decoration: none;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	margin-top: 30px;
	width: 250px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-right: 60px;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets-1 strong {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

.footer-widgets span.address,
.footer-widgets span.phone,
.footer-widgets span.fax,
.footer-widgets span.web {
	display: block;
    margin: 8px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.footer-widgets span.address:before {
	content: "\f041";
	color: #d19539;
	font-family: "FontAwesome";
	margin-right: 7px;
}

.footer-widgets span.phone:before {
	content: "\f10b";
	color: #d19539;
	font-family: "FontAwesome";
	margin-right: 7px;
}

.footer-widgets span.fax:before {
	content: "\f1ac";
	color: #d19539;
	font-family: "FontAwesome";
	margin-right: 7px;
}

.footer-widgets span.email:before {
	content: "\f003";
	color: #d19539;
	font-family: "FontAwesome";
	margin-right: 7px;
}

.footer-widgets span.web:before {
	content: "\f0ac";
	color: #d19539;
	font-family: "FontAwesome";
	margin-right: 7px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-top: 10px;
	margin-bottom: 0;
}

/* Social Footer
--------------------------------------------- */

.social-footer {
	float: right;
}

.social-footer i {
	margin: 10px 10px 20px !important;
}

/* Fixed top drawer menu (Search)
-----------------------------------------------------------------*/

#top-section {
	background: #0d7374;
	border-bottom: 1px solid #157d7e;
	display: none;
	position: relative;
    padding: 20px;
    width: 100%;
	z-index: 200;
}

#top-section .panel {
	position: relative;
    color: #333;
}

#top-section section#ajaxsearchlitewidget-2 {
    overflow: hidden;
    float: right;
    margin-top: -8px;
    margin-bottom: 0;
    width: 40%;
}

#top-section .textwidget {
    float: left;
    color: #fff;
    font-size: 22px;
	font-size: 2.2rem;
    text-transform: uppercase;
    margin-top: 6px;
    width: 50%;
}

#top-section a.button {
	background-color: #f08b1b;
	color: #fff;
    padding: 7px 30px;
    font-size: 15px;
	font-size: 1.5rem;
	margin-left: 20px;
    text-transform: uppercase;
}

#top-section span.phone {
    color: #31b4a7;
    font-weight: 700;
}

#top-section .panel h4.widget-title {
    color: #333;
    float: left;
	padding-right: 10px;
	border-right: 1px solid #fff;
    margin: 1rem 2.5rem 0 2.5rem;
}

#top-section section#search-3 input {
    background: transparent;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
}

a.show-switch:hover {
	color: #d5a90d;
	text-shadow: 1px 1px 0px rgba(0,0,0,.35);
}

a.show-switch.off:hover {
	color: #d5a90d;
	text-shadow: 1px 1px 0px rgba(0,0,0,.35);
}

a.show-switch:focus {
	outline: none;
}

@media only screen and (max-width: 500px) {

	#top-section {
		position: static;
	}

}

/* # ACDS Core Service Custom Template Page
---------------------------------------------------------------------------------------------------- */

a.whstart.button {
    background-color: #15ae9e;
    border-radius: 8px;
    float: right;
    margin-top: 16px;
    padding: 15px 50px;
}

a.whstart.button:after {
	content: "\f059";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-left: 7px;
}

/* # Where to Start Template Page
---------------------------------------------------------------------------------------------------- */

.start-header-wrapper {
    background-image: url(images/where-to-start-bg.jpg);
    background-repeat: no-repeat;
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top left;
    padding: 60px;
	color: #fff;
	text-align:center;
}

.start-header-wrapper .form-intro {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 199px;
}

.start-header-wrapper .more-link {
	display: none;
}

.where-to-start .entry-title {
	color: #fff;
	text-align:center;
}

.where-to-start .fa-angle-down:before {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}

/*.where-to-start .frm_form_field {
    background: #fff;
	display: block;
    padding: 100px;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
}*/

.bounce {
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}

/* Where to start form
--------------------------------------------- */

.frm_forms.frm_style_formidable-style.with_frm_style {
	max-width: 100%;
}

.where-to-start #form_contact3,
.where-to-start .frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
	font-size: 30px;
	font-size: 3rem;
    text-align: center;
}

.frm_style_formidable-style.with_frm_style #form_contact3 .frm_radio label, .frm_style_formidable-style.with_frm_style #form_contact3 .frm_checkbox label {
	color: #f08b1b;
	font-size: 26px;
	font-size: 2.6rem;
}

.where-to-start .with_frm_style .frm_submit {
	display: none;
}

.where-to-start  .formid.button {
	background: #f08b1b;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	display: block;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	float: none;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	width: 200px;
}

.where-to-start .formid.button:hover {
	background: #15ae9e;
	color: #fff;
}

.where-to-start .frm_style_formidable-style.with_frm_style .form-field {
	padding: 40px 0;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
	font-size: 20px;
	font-size: 2rem;
	padding: 15px;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
	font-size: 20px;
	font-size: 2rem;
}

.frm_style_formidable-style.with_frm_style select {
	width: 45%;
}

/* FAQ
--------------------------------------------- */

.no-post-edit-link .site-inner .wrap {
	margin: 0 auto;
    max-width: 800px;
}

.no-post-edit-link a.post-edit-link {
	display: none;
}

.open-close-btns {
	text-align: right;
    display: block;
    float: right;
    margin-bottom: 10px;
    width: 100%;
}

.open-close-btns button {
	background: transparent;
	padding: 0;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
}

#btn-open-all:before {
	content: "\f055";
	font-family: "FontAwesome";
	margin-right: 7px;
}

#btn-close-all:after {
	content: "\f056";
	font-family: "FontAwesome";
	margin-left: 7px;
}

span.pipe {
	font-size: 12px;
	font-size: 1.2rem;
}

.faqs {
    float: left;
    clear: both;
    width: 100%;
}

.faq {
	margin-bottom: 10px;
}

.faq .question {
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	line-height: 1.3;
}

.faq .question a {
    background-color: #0d7374;
    color: #fff;
    display: block;
    font-weight: 700;
	text-decoration: none;
}

.faq .question a:hover {
	background-color: #5c3559;
}

.faq .question a:focus,
.open-close-btns button:focus {
	outline: none;
}

.faq .question a,
.faq .answer {
	padding: 20px;
}

.faq .answer {
	background-color: #f5f5f5;
}

.faq .question a:after {
	content: '\f107';
	font-family: FontAwesome;
	padding-left: 5px;
}

.faq .question.open a:after {
	content: '\f106';
}

h2.category-title {
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    display: block;
    padding: 5px 0;
    margin: 30px 0;
}

.spacer {
    padding: 20px 0;
}

/* # Properties custom post-type
---------------------------------------------------------------------------------------------------- */

/*Slides*/
.single-properties .flex-viewport img,
.single .flex-viewport img{
   display: block;
   object-fit: cover;
	width:100%;
	height:400px;
}

.single-properties .entry-content .flexslider ul,
.single-properties .entry-content .flexslider ol,
.single .entry-content .flexslider ul,
.single .entry-content .flexslider ol {
	margin-bottom: 0;
	margin-left: 0;
}

.single-properties .slides p,
.single .slides p {
	margin-bottom: 0;
}

.single-properties .entry-content .flexslider ul > li,
.single .entry-content .flexslider ul > li {
	border-bottom: none;
	list-style-type: none;
	padding: 0;
}

.single-properties .flexslider .flex-control-nav,
.single .flexslider .flex-control-nav {
	bottom: -50px;
}

.single-properties .project-meta {
	margin-left: 20px;
    margin-top: 12px;
    border-top: 4px double #ddd;
    border-bottom: 4px double #ddd;
    padding: 20px 0;
}

.single-properties .clear {
	clear: both;
}

.single-properties .entry-header {
	margin-bottom: 40px;
}

.single-properties .prev-next-post-links,
.single .prev-next-post-links {
	overflow: hidden;
	margin-top: 40px;
}

.single-properties .previous-post-link,
.single .previous-post-link  {
	float: left;
}

.single-properties .next-post-link {
	float: right;
}

.single-properties .flex-direction-nav a,
.single .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 50px !important;
    margin: -20px 0 0;
}

.single-properties .site-inner .button {
	margin-bottom: 15px;
}

.single-properties strong {
    font-size: 18px;
	font-size: 1.8rem;
}

.single-properties .one-half.the-form {
    background: #f3f3f3;
    padding: 40px;
    margin-top: 20px;
}

.single-properties a.property.button:before {
	content: "\f104";
	font-family: "FontAwesome";
	margin-right: 7px;
	font-weight: normal;
}

.single-properties a.email.button:before {
	content: "\f003";
	font-family: "FontAwesome";
	margin-right: 7px;
	font-weight: normal;
}

.single-properties .frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style textarea,
.frm_style_formidable-style.with_frm_style input[type=tel]{
	padding: 10px !important;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
	max-width: 100%;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.post-type-archive-properties .entry {
	padding: 0;
}

.acds-pro-property .content {
	padding: 60px;
}

.acds-pro-property img.attachment-property-image {
	-moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.acds-pro-property img.attachment-property-image:hover {
	opacity: .50;
	overflow: hidden;
}

.acds-pro-property .entry {
    background-color: #fff;
	overflow: hidden;
	position: relative;
	padding: 40px 0 10px !important;
	text-align: center;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.acds-pro-property span.prop-cm {
	color: #0d7374;
	display: block;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 0 8px;
	text-transform: uppercase;
}

.acds-pro-property .entry-title a {
	color: #f08b1b;
	font-size: 18px;
	font-size: 1.8rem;
}

.acds-pro-property .entry h1.entry-title {
	margin-bottom: 8px;
}

.acds-pro-property h1.entry-title {
	margin-bottom: 35px;
}

.acds-pro-property .entry p {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0 20px;
	margin-bottom: 15px;
}

/*.acds-pro-property img.attachment-property-image {
	margin-bottom: 10px;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 240px;
}*/

.acds-pro-property a.more-link {
	background-color: #6ea435;
    border-radius: 3px;
    display: block;
    color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
    padding: 8px 30px;
    margin: 0 auto 30px auto;
	text-transform: uppercase;
    width: 160px;
}

.acds-pro-property a.more-link:hover {
	background-color: #d23836;
}

.below-content-rentals {
	padding-top: 40px;
	/*padding-bottom: 40px;*/
}

.acds-template .below-content-rentals h3.widgettitle.widget-title {
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 10px;
}

.below-content-rentals .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.below-content-rentals .one-fifth {
	float: left;
	width: 18%;
	margin-left: 2.5%;
}

.below-content-rentals .one-fifth.first {
	clear: left;
	margin-left: 0;
}

.below-content-rentals .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
}

.below-content-rentals .featured-content .entry p {
	margin-bottom: 0;
}

.below-content-rentals .featured-content .entry p a {
	display: block;
}

.below-content-rentals .featured-content .entry .alignnone {
	margin-bottom: 0;
}

@media only screen and (max-width: 568px) {

	.below-content-rentals .one-fifth {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.below-content-rentals .featured-content .entry {
		margin-bottom: 40px;
	}

	.below-content-rentals .featured-content .entry:last-child {
		margin-bottom: 0;
	}
}

/* #Custom Staff Page
---------------------------------------------------------------------------------------------------- */

.staff-page-template .content {
	padding: 80px 40px 50px 40px;
}

.staff-page-template .faq .question a {
	background-color: transparent;
    color: #333;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.staff-page-template .faq .answer {
	background-color: #fff;
}

.staff-page-template .staff-items {
    float: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
	width: 100%;
}

.staff-page-template .staff-items li {
	display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

.staff-page-template span.position-title {
    background: #0d7374;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
    padding: 10px 20px;
    display: block;
    float: left;
	margin-bottom: 24px;
    width: 100%;
}

.staff-page-template .staff-below {
    float: left;
    display: block;
}

.staff-page-template li.staff-name {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.staff-page-template li.staff-position {
	color: #f08b1b;
	font-weight: 600;
}

.staff-page-template li.staff-phone {
}

.staff-page-template li.staff-email {
}

.staff-page-template li.staff-phone:before {
	content: "\f095";
	font-family: "FontAwesome";
	margin-right: 7px;
}

.staff-page-template li.staff-email:before {
	content: "\f0e0";
	font-family: "FontAwesome";
	margin-right: 7px;
}


/* Masonry
--------------------------------------------- */

.masonry-page .content .entry {
	border-radius: 0;
	background-color: #fff;
	 /* ((no. of columns) * x) + ((no. of columns - 1) * gutter width) = available width */
	/* width: 373px; */ /* 3 columns */
	padding: 20px;
	width: 280px; /* 4 columns */
	margin-bottom: 20px;
	overflow: hidden;
}

.masonry-page #genesis-content {
	background-color: #f3f3f3;
}

.masonry-page .entry-title {
	word-wrap: break-word;
}

.masonry-page article {
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	border-radius: 3px;
	padding: 15px;
}

.masonry-page article .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

img.attachment-masonry-thumb {
	margin-bottom: 8px;
}

.masonry-page .breadcrumb,
.masonry-page .entry-footer .entry-meta {
	display: none;
}

/* Scroll to top
--------------------------------------------- */

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:100px !important;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(92,53,89,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 9999;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

/* Page ACF (Forms)
--------------------------------------------- */

a.button.document-btn {
    border: 2px solid;
    font-size: 13px;
	font-size: 1.3rem;
    padding: 10px 30px;
}

.documents {
	border-bottom: solid 1px rgba(0,0,0,.2);
    margin-bottom: 14px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.documents a.button.document-btn:before{
    font-family: FontAwesome;
    content: "\f019";
    margin-right: 7px;
}

span.more-info {
    font-weight: 600;
    margin-bottom: 24px;
    display: block;
    font-size: 20px;
	font-size: 2rem;
}

.wrap.communities {
    border-top: 1px solid #ddd;
    padding: 8px 0;
}

/* Misc.
--------------------------------------------- */

.featured-content-our-most-current-signature-project.featuredpost.widget-wrap .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 24px;
}

.site-inner .content .featured-content-our-most-current-signature-project.featuredpost.widget-wrap .entry {
	padding: 0;
}

.site-inner .content .featured-content-our-most-current-signature-project.featuredpost.widget-wrap .entry-title a {
	font-size: 20px;
	font-size: 2rem;
}

.category-signature-project .entry-header .entry-meta {
	display: none;
}

/* Responsive Menu
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

.menu.genesis-nav-menu.menu-primary.menu-mobile.responsive-menu {
		display: none;
}

@media only screen and (max-width: 1023px) {

	.js nav,
	.genesis-nav-menu .sub-menu:after,
	.genesis-nav-menu .sub-menu:before,
	#google_language_translator,
	#mobile-genesis-nav-primary {
		display: none;
		position: relative;
	}

	.mobile-hide {
		display: none !important;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination,
	.menu.genesis-nav-menu.menu-primary.menu-mobile.responsive-menu  {
		display: block;
	}

	button#mobile-genesis-nav-primary,
	button#mobile-nav-secondary.menu-toggle {
		padding: 10px 24px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #16726a;
		border: none;
		border-radius: 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle {
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #333;
		content: "\f0c9";
		display: inline-block;
		font-family: "FontAwesome";
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:		 translate(0, 0);
		transform:				 translate(0, 0);
		/*vertical-align: bottom;*/
		vertical-align: top;
	}

	button#mobile-nav-secondary.menu-toggle:before {
		color: #fff;
	}

	.sub-menu-toggle {
		float: right;
		padding: 18px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f347";
		display: inline-block;
		font: normal 16px/1 'dashicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:		 translate(0, 0);
		transform:				 translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f343";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.nav-secondary {
		display: block !important;
		overflow: hidden;
		text-align: center;
	}

	.js .nav-secondary .genesis-nav-menu .menu-item a {
		padding: 15px 20px;
	}

	.nav-secondary .right,
	.genesis-nav-menu > .right {
		border-left: none;
		padding: 0;
	}

	.js .nav-secondary .genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .genesis-nav-menu .menu-item a {
		border-left: none;
		color: #333;
		padding: 20px;
		width: 100%;
	}

	#menu-mobile-menu.genesis-nav-menu .menu-item a {
		border-bottom: 1px solid #f3f3f3;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {

	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
		padding-left: 20px;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav .genesis-nav-menu .menu-item .sub-menu li a,
	.js nav .genesis-nav-menu .menu-item .sub-menu li a:hover,
	.js nav button:hover,
	/*.js .menu-toggle:hover,*/
	.js .nav-primary {
		background-color: #fff;
		color: #333;
	}

	.js nav .genesis-nav-menu .menu-item .sub-menu li a:focus,
	.js nav .genesis-nav-menu .menu-item a:focus,
	.js nav button:focus {
		background-color: #5c3559;
		color: #fff;
	}

	.js .nav-header .genesis-nav-menu .menu-item a,
	.js .nav-secondary .genesis-nav-menu .menu-item a {
		color: #fff;
	}

	.js .nav-primary.activated {
		border-bottom: 1px solid #ddd;
	}

}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: 805px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.title-area {
		width: 150px;
	}

	.site-title {
		background-size: 150px;
		float: none;
		height: 44px;
		margin: 13px 0 0;
		width: 150px;
	}

	.nav-primary {
		text-align: center;
		width: 100%;
	}

	.nav-primary li#mega-menu-item-110,
	.genesis-nav-menu li#menu-item-290 {
		display: none !important;
	}

	.nav-primary .genesis-nav-menu a {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 25px 10px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px !important;
		font-size: 1.4rem !important;
		padding: 0 10px 0 10px !important;
	}

	.home-below-header {
		padding: 40px 0 60px;
    	padding: 4rem 0 6rem;
	}

	.home-below-header-1 #text-10 {
		margin-top: 67px;
	}

	.new-home-hero span {
		font-size: 4rem;
	}

	.sidebar-primary {
		width: 300px;
	}

	.home-below-header-1 #text-10 {
		width: 96%;
	}

	.video-cta {
		width: 34%;
	}

	.home-featured-1 #featured-content-2 .widget-title,
	.featured-news h4.Widget-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.home-featured-1 #featured-content-3,
	.home-featured-1 #featured-content-4 {
		padding: 60px 30px 10px;
	}

	.featured-news .entry {
		min-height: 479px;
	}

	.section-intro a.button {
		display: block;
		clear: both;
		float: none;
		margin: 20px auto 0 auto;
		text-align: center;
		width: 200px;
	}

	.featured-news .enlarge {
		margin-left: 20px;
	}

	.featured-news .section-intro p {
		float: none;
		margin: 3px 0 0;
		padding-left: 0;
	}

	.footer-widgets .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		float: left;
		margin-right: 40px;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
    	width: 180px;
	}

	a.footer-btn.button {
		clear: both;
		display: block;
		border-radius: 5px;
		margin: 20px auto 0 auto;
		text-align: center;
		width: 280px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	li.home-below-header-1.widget-area.three-fourths.first.new-home-hero {
		width: 100%;
	}

	.home-below-header ul.unslider-wrap {
    	min-height: 206px;
	}

	.title-area {
		padding: 0;
	}

	.site-title {
		background-size: 150px;
		float: none;
		height: 44px;
		margin: 0 auto;
		width: 150px;
	}

	.site-title a, .site-title a:hover, .site-title a:focus {
		color: #333;
		display: block;
		height: 44px;
	}

	#top-section .textwidget {
		font-size: 18px;
		font-size: 1.8rem;
		text-transform: uppercase;
		margin-top: 8px;
		width: 50%;
	}

	.site-footer .wrap,
	.global-cta {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.start-header-wrapper .form-intro {
    	padding: 0 100px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .widget-area.header-widget-area {
		display: none;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.home-below-header-1 #text-10 {
		margin-top: 0;
		width: 100%;
	}

	.video-cta {
    	width: 40%;
	}

	.home-featured-1 #featured-content-2,
	.home-featured-1 #featured-content-3,
	.home-featured-1 #featured-content-4 {
		padding: 40px 40px 10px;
		min-height: 0;
	}

	.home-featured-2.widget-area.one-third {
		margin-top: 2.564102564102564%;
	}

	.home-featured-1.widget-area.two-thirds.first,
	.home-featured-2.widget-area.one-third {
		margin-left: 0;
		width: 100%;
	}

	.featured-news-1.widget-area,
	.featured-news-2.widget-area,
	.featured-news-3.widget-area,
	.featured-news-4.widget-area {
    	width: 50%;
	}

	.featured-news-1.widget-area .entry,
	.featured-news-2.widget-area .entry {
		border-bottom: none;
	}

	.featured-news h4.Widget-title {
		float: none;
		margin-bottom: 0;
		padding-right: 0;
		border-right: none;
		text-align: center;
	}

	.featured-news .section-intro p {
		float: none;
		margin: 0;
		padding-left: 0;
		text-align: center;
	}

	.entry-header-wrapper {
		padding: 180px 0 80px;
	}

	.entry-header-wrapper .one-third {
		margin-left: 0;
    	width: 100%;
	}

	a.whstart.button {
		float: left;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.footer-widgets-4 {
		float: left;
	}

}

@media only screen and (max-width: 800px) {

	.site-inner {
		padding-top: 20px;
		padding-left: 1%;
		padding-right: 1%;
	}

	.site-inner .content .entry {
    	padding: 100px 20px 20px 20px;
	}

	.featured-news .section-intro {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.site-header {
		padding: 0;
	}

	.entry {
		margin-bottom: 40px;
		padding: 30px 20px;
	}

	.acds-pro-property .content {
    	padding: 80px 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.acds-pro-property .entry.one-third.first {
		margin: 0;
	}

	.acds-pro-property .entry.one-third {
		margin-left: 2.564102564102564%;
		width: 31.623931623931625%;
	}

	#top-section {
		text-align: center;
	}

	#top-section .textwidget,
	#top-section section#ajaxsearchlitewidget-2 {
		width: 100%;
	}

	#top-section .textwidget {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.home-below-header {
		 background-image: url(images/acds-homepage-heroBanner3.jpg);
		 background-repeat: no-repeat;
		 -webkit-background-size: cover;
		 -moz-background-size: cover;
		 -o-background-size: cover;
		 background-size: cover;
		 background-position: 0px 0px;
		 padding: 60px 0;
		 padding: 6rem 0;
	}

	.home-below-header-1.widget-area h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.home-below-header-1 .enlarge {
    	font-size: 32px;
		font-size: 3.2rem;
	}

	.video-cta {
		font-size: 13px;
		font-size: 1.3rem;
		float: none;
		left: 50%;
		margin-left: -95px;
		right: 0;
		width: 190px;
	}

	.home-below-header .btn-play {
		margin-left: 10px;
	}

	.welcome-content-2.widget-area.one-third {
		min-height: 0;
	}

	.welcome-content-2 img.entry-image.attachment-post.alignleft,
	.welcome-content-2 a.alignleft {
    	margin: 0 14px 14px;
	}

	.welcome-content-2 .entry {
    	padding: 0;
    	margin-bottom: 0;
	}

	.staff-page-template .content {
    	padding: 80px 20px 50px 20px;
	}

	.section-intro {
		border-top: 4px solid #fff;
	}

	.start-header-wrapper .form-intro {
    	padding: 0;
	}

	.social-footer {
		float: none;
		display: block;
		margin-bottom: 5px;
	}

	.site-footer p {
		display: block;
		margin-top: 15px;
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 600px) {

	#wpadminbar {
		position: fixed;
		top: 0;
	}

	.home-below-header-1.widget-area.three-fourths.first,
	.unslider-arrow.next,
	.unslider-arrow.prev {
    	display: none;
	}

	.home-below-header ul.unslider-wrap {
    	min-height: 0;
	}

	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.featured-news-1.widget-area,
	.featured-news-2.widget-area,
	.featured-news-3.widget-area,
	.featured-news-4.widget-area,
	.staff-page-template .staff-left,
	.staff-page-template .staff-right {
    	width: 100%;
	}

	.acds-pro-property .entry.one-third {
		margin-left: 0;
		margin-bottom: 20px !important;
		width: 100%;
	}

	.staff-page-template .staff-below {
		margin-top: 10px;
	}

	.welcome-content-1.widget-area.two-thirds.first {
		padding: 40px 5%;
	}

	.featured-news .entry {
		min-height: 0;
	}

	.featured-news-1.widget-area .entry,
	.featured-news-3.widget-area .entry {
		border-right: none;
	}

	.featured-news-3.widget-area .entry {
		border-bottom: none;
	}

	.featured-news a.Widget-title {
		display: block;
		border-right: none;
		text-align: center;
		width: 100%;
	}

	.home-featured-1 #featured-content-2,
	.home-featured-1 #featured-content-3,
	.home-featured-1 #featured-content-4 {
   		 padding: 20px 40px 10px;
	}

	.home-featured-1 #featured-content-3,
	.home-featured-1 #featured-content-4 {
		margin-left: 0;
		min-height: 0;
		width: 100%;
	}

	.home-featured-1 #featured-content-2 .entry-title {
		font-size: 21px;
		font-size: 2.1rem;
	}

	.home-featured-1 #featured-content-4 {
		margin-top: 2.564102564102564%;
	}

	.welcome-content-2 img.entry-image.attachment-post.alignleft, .welcome-content-2 a.alignleft {
		margin: 0 0 14px;
		clear: both;
		display: block;
		width: 100%;
	}

	.tribe-mini-calendar-event {
    	padding: 0 5%;
	}

	.home-featured-2 p {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 5% 18px;
	}

	.welcome-content-2.widget-area.one-third {
		padding: 70px 5% 0;
	}

	.staff-page-template .staff-items li {
		display: block;
		border-right: none;
		padding: 8px 0;
	}

	.staff-page-template .staff-items {
		float: left;
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
		padding-bottom: 20px;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.alert-container a.close-btn {
		color: #fff !important;
		display: block;
		margin-bottom: 10px;
		text-align: center;
		position: relative;
		top: 0;
		right: 0;
	}

	.alert-container {
		padding: 24px 20px 0 20px;
	}

	.home .site-inner {
		padding: 0 0 40px 0;
	}

	#top-section .search-form input {
		padding: 10px;
	}

	.entry-header-wrapper {
		padding: 80px 0 80px;
	}

	.entry-header-wrapper h1.entry-title {
    	font-size: 24px;
		font-size: 2.4rem;
	}

	.acds-pro-property .entry-title a {
		padding: 0 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.home-featured-1 #featured-content-2,
	.home-featured-1 #featured-content-3,
	.home-featured-1 #featured-content-4 {
    	padding: 20px 5% 10px;
	}

	.home-featured-2.widget-area {
		margin-left: 5%;
		margin-right: 5%;
	}

	.staff-page-template .content {
		padding: 80px 20px 50px 20px;
	}

	.tribe-mini-calendar-event .list-date .list-dayname {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	.sidebar .widget,
	.featured-news .entry {
		padding: 20px;
	}

	#top-section a.button {
		display: block;
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-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,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
