/*
	Theme Name: BASE
	Author: sling@ cookinlethousing.org
	Version: 1.0

	Tags: black, white, blue, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

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


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

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

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

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

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

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

.author-box:before,
.clearfix:before,
.entry: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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #fff;
	color: #333;
	font-family: 'Raleway', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

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

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

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

a {
	color: #E8A500;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #ffc533;
}

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

b,
strong {
	font-weight: 600;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #f5f5f5;
	clear: both;
	margin: 26px 0;
}

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

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

blockquote {
	margin: 40px;
}

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

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
	text-transform: uppercase;
    color: #E6A400;
    font-weight: bold;
    margin: 20px 0 5px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
    height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.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 .gallery-item a {
	border-width: 0;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Raleway', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #d9d9d9;
	outline: none;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border-width: 0;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 6px 12px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover {
	background-color: #E8A500;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

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

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

th,
td {
	text-align: left;
}

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

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

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

/* Post Containers
--------------------------------------------- */

/*
body.blog .wrap, 
body.single-post .site-inner {
	padding-top: 120px;
}*/

body.job-template-default .wrap {
    padding-top: 80px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body.basic-page-template .wrap,
header .wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #f2f2f2;
	clear: both;
	/* removed @sling
	padding-top: 40px; 
	*/
	padding-top: 150px; /* added by John Moriarty */
}


.clear-background .site-inner {
	padding-top: 0;
}

.ciha-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

.flush-to-top {
    margin-top: -24px;
}

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

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	padding: 40px 0;
}

.home-featured li {
	list-style-type: disc;
}

.home-featured .widget {
	padding: 0 20px;
}

.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	padding: 40px 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.ciha .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #333;
	border-bottom-width: 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #E8A500;
	color: #fff;
}

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

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.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;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

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

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignright {
	border: none;
}

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

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}


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

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: disc;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

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

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Raleway', serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

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

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title,
.entry-title a {
	font-size: 50px;
	text-align: center;
	line-height: 1;
	color: #787878;
}

/* Blog titles & Job titles */

/*
body.blog .entry-title,
body.single-post .entry-title,
body.job-template-default .entry-title
*/

body.basic-page-template .entry-title {
	text-align: left;
}


.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

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

.widgettitle {
	text-align: center;
	font-size: 16px;
	font-family: "Raleway";
	color: #787878;
	margin-bottom: 16px;
	text-transform: uppercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #E8A500;
	color: #fff;
	margin: 0;
	width: 100%;
}

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

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

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

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

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

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

img#wpstats {
	display: none;
}


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

.default-top {
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
}

/* 
Added for spacing for the .site-header
Each page will have a first-row id added to the first row in the page builder
Added for spacing for the blog, event and job post types
*/
#first-row,

/*
body.single-post,
body.single-event,
body.blog,

*/
body.basic-page-template {
	padding-top: 86px;
}

#last-row {
	padding-bottom: 40px;
} 

.site-header {
	/*(background-color: #fff; 
	border-bottom: 1px solid #eee;*/
	left: 0;
	letter-spacing: 1px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.darker-background {
	/*background-color: rgba(0, 0, 0, 0.5) !important;*/
	background-color: #595959 !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition:    all 0.2s ease-in-out !important;
	-ms-transition:     all 0.2s ease-in-out !important;
	-o-transition:      all 0.2s ease-in-out !important;
	transition:         all 0.2s ease-in-out !important;
}

.dark-background {
	/*background-color: rgba(0, 0, 0, 0.5) !important;*/
	background-color: #888 !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition:    all 0.2s ease-in-out !important;
	-ms-transition:     all 0.2s ease-in-out !important;
	-o-transition:      all 0.2s ease-in-out !important;
	transition:         all 0.2s ease-in-out !important;
	color: white;
}

header.dark-background {
    background-color: #E6A400 !important; /* JMoriarty addition */
}
.mega-menu-wrap.darker-background {
    background-color: #6D6D6D  !important; 
}
.mega-menu-wrap.darker-background .social-icons a {
    color: white;
}

.admin-bar .site-header {
	top: 32px;
}

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

.title-area {
	float: left;
	padding: 18px 0;
	width: 104px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	border: none;
	color: #fff;
}

.site-title a:hover {
	color: #E8A500;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 50px;
	margin-top: 5px;
	display: block;
	text-indent: -9999px;
	max-width: 104px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 20px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #E8A500 !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #999!important;
    color: #fafafa!important;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	color: #333;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

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

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #E8A500;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #E8A500;
}

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

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

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

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

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

.entry {
	/* margin-bottom: 40px; */
}

.ciha-portfolio .content .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.ciha-portfolio .content .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.ciha-portfolio .content .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

ol,
ul,
.quote-caption {
	margin: 0 0 0 30px;
}

ol > li {
	list-style-type: decimal;
}

ul > li {
	list-style-type: disc;
}

ol ol,
ul ul {
	margin-bottom: 0;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

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

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

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

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

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

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: disc;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #E8A500;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

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

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

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

.comment-list li,
.ping-list li {
	list-style-type: disc;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 66px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #E8A500;
	color: #fff;
}

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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
}

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

.footer-widgets-1 {
	margin-right: 60px;
}

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

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

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

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

.footer-widgets .widget-title {
	/* color: #fff; */
	font-size: 20px;
}

.footer-widgets li {
	list-style-type: disc;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	letter-spacing: 1px;
	padding: 60px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	-webkit-font-smoothing: subpixel-antialiased;
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

/* Beaver Builder
--------------------------------------------- */

/* Info Box anchor decoration */

.uabb-infobox-text a {
	color: #E8A500 !important;
}

.uabb-infobox-text a:hover {
	color: #ffc533 !important;
}

/* Contact form text box */

.uabb-form-outter input,
.uabb-form-outter-textarea textarea {
	border-radius: 2px !important;
}

.row-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.heading-shadow h1,
.heading-shadow h3 {
	text-shadow: 5px 5px 20px #000000;
}

.box-shadow .fl-module-content {
	box-shadow: 0 10px 20px #000000;
}

.scrolling-button a {
	font-family: "Montserrat";
	font-weight: bold !important;
	padding: 10px 30px !important;
}

/* Modal Popup */
.transparent-button .uabb-creative-button-wrap a,
.transparent-button .uabb-creative-button-wrap a:hover {
	background: transparent !important;
	border: none !important;
}

/* Content Slider */
/* this forces the mobile display on the content slider so it */
/* is responsive on medium devices as well */
@media only screen and (max-width: 992px) {
	.fl-slide-mobile-photo {
		display: block !important;		
	}

	.fl-content-slider .fl-slide-bg-photo {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 0;
		left: 0;
		position: static !important;
		right: 0;
		top: 0;
		z-index: 1;
	}

	.fl-slide-content-wrap {
		min-height: 0;
		width: auto !important;
	}

	.fl-slide-content {
		margin: 0 !important;
		padding: 30px !important;
		background-color: #333 !important;
	}

	.fl-slide-title {
		margin: 0 !important;
	}
}	
/* WPL
--------------------------------------------- */

/* Removes the labels from the search widget  */
#wpl_search_form_2 label,
#wpl_search_form_2 #sf2_unit_price_chosen {
	display: none;
}


/* Sets the style of the postal code */
#wpl_searchwidget_2 .wpl_search_field_container_43 {
	width: 130px;
}

#wpl_searchwidget_2 .wpl_search_field_container_43 input {
	height: 50px;
}

/* Sets the height of the search boxes */
#wpl_searchwidget_2 .chosen-single {
	line-height: 50px;
	height: 50px;
}


/* Sets the height of the search button  */
.wpl_search_from_box .search_submit_box .wpl_search_widget_submit {
	height: 50px;
	background: #0080A3;
}

/* Sets the height of the arrow in the search button  */
.wpl_search_from_box .search_submit_box::after {
	top: 14px;
}

/* Sets the font size of the search boxes */
#wpl_searchwidget_2 .chosen-container {
	font-size: 17px;
}



/* Event Calendar Widget
--------------------------------------------- */
.white-background .eo-widget-cal-wrap{
	background-color: #FFF;
}

/* WP Amortization Calendar */
/* This is the dynamic css generated from the mortgage calculator */
/* I had to disable function in the plugin */
/* Inside the includes folder class-shmac.php comment out this section of code:

/*
			// dynamic css
			wp_register_style('shmac-dynamic-css', 
				admin_url('admin-ajax.php').'?action=shmac_dynamic_css', 'shmac-frontend', SHMAC_PLUGIN_VERSION );
			wp_enqueue_style('shmac-dynamic-css');
*/

/* Which generates the following css */

/* Dynamic Styles For WP Mortgage Calculator */
.shmac-form .mui-form-group > .mui-form-control:focus ~ label {
	color: #ffc533;
}
.shmac-form .mui-select:focus > select {
	border-color: #ffc533;
}
.shmac-form .mui-btn.submit-shmac,
.shmac-form .mui-btn.submit-shmac:hover {
	background-image:none;
	background-color: #ffc533;
	color: #ffffff;
}
.shmac-form .mui-btn.shmac-reset,
.shmac-form .mui-btn.shmac-reset:hover {
    background-image:none;
    background-color: transparent;
}
.shmac-form input[type=text]:focus:not([readonly]),
.shmac-form input[type=password]:focus:not([readonly]) {
	border:none;
    border-bottom: 1px solid #ffc533;
    box-shadow: 0 1px 0 0 #ffc533;
}
.shmac-form [type="checkbox"]:checked + label:before {
  border: none;
  border-right: 2px solid #ffc533;
  border-bottom: 2px solid #ffc533;
}
.shmac-div {
	border: 5px solid #ffc533;
}
.shmac-div .schedule-table th {
	color: #ffc533;
}

.ui-mprogress .deter-bar,
.ui-mprogress .indeter-bar,
.ui-mprogress .query-bar,
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg,
.ui-mprogress .mp-ui-dashed {
  background: #ffc533;
}
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg {
  background: rgba(255,197,51,0.4);
}


/* Custom CSS Below */

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

@media only screen and (max-width: 1179px) {
	body.basic-page-template .wrap,
	header .wrap {
		max-width: 960px;
	}

	.site-header .title-area {
		width: 160px;
	}

	.site-header .widget-area {
		width: 800px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

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

	body.basic-page-template .wrap,
	header .wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.ciha-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100% !important;
	}

	.ciha-portfolio .content .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	/* 
	Added for spacing for the blog
	Added for spacing for the .site-header
	Each page will have a first-row id added to the first row in the page builder
	*/

	#first-row,
	body.basic-page-template {
		padding-top: 146px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 1%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}

	.ciha .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.ciha-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.ciha-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}

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

	/* 
	Added for spacing for the blog
	Added for spacing for the .site-header
	Each page will have a first-row id added to the first row in the page builder
	*/

	#first-row
	body.basic-page-template {
		padding-top: 103px;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.ciha-portfolio .content .entry {
		width: 100%;
	}

	.ciha-portfolio .content .entry:nth-of-type(2n),
	.ciha-portfolio .content .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.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%;
	}

}

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

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}
	
	.ciha .site-tagline {
		margin-top: 200px;
	}

}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}



/** Page Builder stuff - added by John Moriarty **/
.fl-accordion-button-label {
	color: white;
	font-size: larger;
}

.fl-accordion-button-icon {
    opacity: 1;
    color: white;
}

.fl-accordion-small .fl-accordion-button {
background-color: #75BEDB;
}

.uabb-team-wrap .uabb-team-desc-text {
    font-size: .95rem;
}

h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #F87D14;
}

h1, h3 {
    color: #0094B2 /*blue*/;
    font-weight: bold;
}

.hidden {
    display: none;
}

.fl-module-team {
    margin-top: 50px;
}

.fl-module-team .fl-module-content {
    background: gainsboro;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #666;
    overflow: visible;
}

.uabb-team-wrap {
    overflow: visible!important;
}

.uabb-team-image {
    margin-top: -50px;
}

.uabb-team-member-wrap .uabb-photo-img {
    border: 5px solid #0094B2 /*blue*/;
}

.wpjb .wpjb-job-apply a.wpjb-button, .wpjb .wpjb-job-apply .wpjb-upload-actions a.button {
    background-color: #0094B2;
    color: white!important;
    text-transform: uppercase;
    font-size: 16px;
    padding: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    text-align: center;
}

.wpjb-job .wpjb-text-box > h3:first-child {
	visibility: hidden;
	margin: 0;
}

.wpl-complex-tabs-wp>ul>li { list-style: none; }

.single-post .sd-block {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.wpl_pagination_container .pagination li a {
	background-color: transparent;
}

/* Weird WPL hacks */
.wpl_prp_right_boxe_details_left { display: none; }
.wpl_prp_right_boxes.details .wpl_prp_right_boxes_title { visibility: hidden; }
.wpl_prp_right_boxes.details .wpl_prp_right_boxes_title:before {
    content: "Rental Rates";
    visibility: visible;
    font-style: normal;
    font-size: 1.5rem;
}

.wpl_prp_right_boxes_title span {
    color: inherit;
}

.wpl-gen-tab-wp.wpl-complex-tabs-wp { display: none; } /* Tabs for 'Complex Details','For Rent','Waitlist' */

.wpl_prp_show_container .tabs_box .tabs li {
    background-color: gainsboro;
    border-radius: 0 0 5px 5px;
    margin-right: 5px;
}
.wpl_prp_show_container .tabs_box .tabs li a:hover {
    color: #0080A3;
}
.wpl_prp_show_container .tabs_box .tabs li.active {
    background-color: #0080A3;
}

.wpl_prp_show_container .tabs_box .tabs li.active a {
    color: white;
}

.wpl_prp_show_container .tabs_container {
    border-bottom: 4px solid #0080A3;
}

.wpl_prp_show_container .tabs_box .tabs {
    border-bottom: none;
}


.single-public_notice .entry-title {
    color: #0094B2;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
    width: 90%;
    font-size: 40px;
    margin-top: 2rem;
}

#logo-container a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
}

#logo-container hr {
    border-top: 1px solid #E8A500;
}

.left-border {
    border-left: 1px solid #E8A500;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

#wpl_searchwidget_4 input {
    height: 50px;
}

#wpl_searchwidget_4 .checkbox_type .jquery-checkbox {
    display: none;
}

#wpl_searchwidget_4 .checkbox_type input {
    position: relative!important;
    z-index: 0!important;
    visibility: visible!important;
    height: 25px;
    margin: 10px 10px 0 5px;
}
#wpl_searchwidget_4 .checkbox_type:first-of-type input {
    margin-left: 15px;
}

.wpl_search_field_container.textbox_type label, .wpl_search_field_container.textbox_type .wpl-gen-form-label {
    height: auto;
}

input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
#wpl_searchwidget_4 .checkbox_type label {
  font-size: 110%;
  display: inline-block;
    bottom: 5px;
    position: relative;
}

.wpl_search_field_container_1118 label, #wpl4_search_field_container_1193 { display: none!important; }
.wpl_search_field_container_1118 { margin-right: 10px; }

.wpl_prp_listing_location { text-transform: none; }
.location_build_up {
	text-transform:none;
	font-size: 1.25rem!important;
	font-weight: normal;
}
.wpl_prp_show_container .wpl_prp_container_content .title_text {
	font-size: 2rem;
}

.counter-row .fl-module-rich-text {
    z-index: 10;
    position: relative;
    margin-left: 45px;
}

.counter-row .fl-module-uabb-numbers {
    background-color: #2A94B2;
    height: 124px;
    color: white;
    position: relative;
    margin-bottom: 20px;
}

.counter-row .fl-module-uabb-numbers:after {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 62px 0 62px 50px;
    border-color: transparent transparent transparent #2A94B2;
    position: absolute;
    top: 0;
    right: -50px;
}


.counter-row .fl-module-uabb-numbers h2 {
    color: white;
}
.counter-row:nth-of-type(1) .fl-module-uabb-numbers {
    background-color: #2A94B2;
}
.counter-row:nth-of-type(2) .fl-module-uabb-numbers {
    background-color: #F27A10;
}
.counter-row:nth-of-type(3) .fl-module-uabb-numbers {
    background-color: #91B500;
}
.counter-row:nth-of-type(4) .fl-module-uabb-numbers {
    background-color: #D83F00;
}
.counter-row:nth-of-type(5) .fl-module-uabb-numbers {
    background-color: #E1A600;
}
.counter-row:nth-of-type(1) .fl-module-uabb-numbers:after {
    border-left-color: #2A94B2;
}
.counter-row:nth-of-type(2) .fl-module-uabb-numbers:after {
    border-left-color: #F27A10;
}
.counter-row:nth-of-type(3) .fl-module-uabb-numbers:after {
    border-left-color: #91B500;
}
.counter-row:nth-of-type(4) .fl-module-uabb-numbers:after {
    border-left-color: #D83F00;
}
.counter-row:nth-of-type(5) .fl-module-uabb-numbers:after {
    border-left-color: #E1A600;
}

.counter-row-style2 .fl-module-uabb-numbers {
    border-bottom: 1px solid #F87D14;
    margin: 0 20px;
}

.counter-row-style2.min-height .fl-module-uabb-numbers {
    min-height: 140px;
}

.counter-row-style2 .fl-module-uabb-numbers.blue {
    border-bottom: 1px solid #2A94B2;
}
.counter-row-style2 .fl-module-uabb-numbers.blue h2, .counter-row-style2 .fl-module-uabb-numbers.blue .uabb-number-after-text {
    color: #2A94B2;
}

.counter-row-style2 .fl-module-uabb-numbers.green {
    border-bottom: 1px solid #91B500;
}
.counter-row-style2 .fl-module-uabb-numbers.green h2, .counter-row-style2 .fl-module-uabb-numbers.green .uabb-number-after-text {
    color: #91B500;
}

.counter-row-style2 .fl-module-uabb-numbers.red {
    border-bottom: 1px solid #D83F00;
}
.counter-row-style2 .fl-module-uabb-numbers.red h2, .counter-row-style2 .fl-module-uabb-numbers.red .uabb-number-after-text {
    color: #D83F00;
}


.fifty-fifty p, .fifty-fifty h1, .fifty-fifty h2, .fifty-fifty h3, .fifty-fifty h4, .fifty-fifty h5, .fifty-fifty h6 {
    color: white;
}

.fifty-fifty .fl-row-content-wrap { padding: 0; }

.fifty-fifty .fl-col:first-child {
    background-color: #0080A3;
}
.fifty-fifty .fl-col:last-child {
    background-color: #94AF00;
}

@media (max-width: 768px) {
    .fifty-fifty .fl-col-small {
        max-width: none;
    }
}

.core-values-row .fl-module-slide-box .fl-module-content {
    margin: 20px 3px;
}

.core-values-row .fl-module-slide-box .fl-module-content .uabb-slide-box .uabb-slide-front {
    min-height: 292px;
}

.orange-back {
    color: white;
    background-color: #E6A400;
    border-radius: 0 15px 15px 0;
}
.orange-back a,.orange-back h1,.orange-back h2,.orange-back h3,.orange-back h4,.orange-back h5,.orange-back h6 {
    color: white;
}

@media screen and (min-width: 785px) {
.white-negative-arrow:after {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 124px 100px 123px 150px;
    border-color: #F2F2F2 #F2F2F2 #F2F2F2 transparent;
    position: absolute;
    top: 108px;
    right: 0px;
}
}

.wpl_prp_listing_icon_box div.built_up_area { /* WPL thing */
    display: none;
}
.wpl_prp_listing_icon_box div span { padding-left: 5px; }

.smaller-bubble .bubble-callout .fl-callout-photo {
    width: 25%;
}

/*
.bubble-callout .fl-photo-img-jpg:hover {
    background-color: #0080A3;
    border-radius: 50%;
}
.bubble-callout .fl-photo-img-jpg:hover img {
    opacity: 0;
}*/

.bubble-callout h4 a {
    font-weight: bold;
}

.res-icon .fl-icon-wrap .fl-icon-text, .res-icon .fl-icon-wrap .fl-icon {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-left: 0;
}
.res-icon .fl-icon-wrap .fl-icon i {
    float: none;
    margin-bottom: 20px;
}

.res-icon.blue .fl-icon-text h4{
    color: #0080A3;
}

.res-icon.blue .fl-icon i, .res-icon.blue .fl-icon i:before{
    background-color: #0080A3!important;
}

.res-icon.red .fl-icon-text h4{
    color: #DD4900;
}

.res-icon.red .fl-icon i, .res-icon.red .fl-icon i:before{
    background-color: #DD4900!important;
}

.res-icon.green .fl-icon-text h4{
    color: #94AF00;
}

.res-icon.green .fl-icon i, .res-icon.green .fl-icon i:before{
    background-color: #94AF00!important;
}

/***
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
	left: -35px;
}
***/

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	padding: 15px 0 0!important;
	display: block!important;
}

@media only screen and (min-width: 993px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-item-align-right {
		width: 14.28%;
		margin: 0!important;
	}
}

.page-id-23 #wpl2_search_field_container_43, 
.page-id-829 #wpl2_search_field_container_43 { 
/* This is the Postal code search box on Properties pages */
	display: none;
}

img.mega-menu-logo {
    position: absolute;
    top: 7px;
    left: 7%;
    max-width: 150px!important;
    width: auto;
}

.wpl-listing-tag.sp_forclosure, 
.wpl-listing-tag.sp_openhouse { /* the market rate ribbon */
    display: none;
}

.wpl-listing-tag.sp_hot { background-color: #E5A326!important; }
.wpl-listing-tag.sp_featured { background-color: #1280A1!important; }


.wpl_prp_show_bottom:not(.complex-bottom) .custom-html-widget .big-button {
    display: none!important;
}

.hero-row > .fl-row-content-wrap {
    padding-top: 325px!important;
    padding-bottom: 50px!important;
}

@media screen and (max-width: 992px) {
    .hero-row {
        margin-top: -25px;
    }
}
@media screen and (max-width: 782px) {
    .hero-row {
        margin-top: -38px;
    }
}
@media screen and (max-width: 768px) {
    .hero-row {
        margin-top: -63px;
    }
}

.page-id-23 .wpl-sort-options-list ul li:nth-child(4),
.page-id-829 .wpl-sort-options-list ul li:nth-child(4),
.page-id-829 .wpl-sort-options-list ul li:nth-child(5), 
.page-id-837 .wpl-sort-options-list ul li:nth-child(3) {
    display: none;
}

.commercial-listing h6 {
	margin-bottom: 10px!important;
	color: #E5A326!important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #333;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
	max-width: 500px;
}

.modal-content input {
    color: black!important;
}

button#myBtn {
    text-transform: initial;
    color: #1280A1;
    background: white;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -200px;
    margin-left: 0;
    opacity: 0;
    transition: opacity 1s;
    font-size: .8rem;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


#compressed-timeline .timeline-post:not(:first-child) {
	margin-top: -200px;
}

#compressed-timeline .cool-timeline .timeline-post:not(:first-child) .timeline-meta {
    left: 0;
    margin: -50px 0 0 10px!important;
    position: absolute;
    font-weight: 500;
    z-index: 100;
}

#compressed-timeline .cool-timeline .timeline-post.even:not(:first-child) .timeline-meta {
	left: auto!important;
	right: auto;
}

.two-column {
	column-count: 2;
}

@media screen and (max-width: 776px) {
	.two-column {
		column-count: 1;
	}
}

.wpl_property_listing_container .pagination li a, .wpl_property_listing_container .pagination li span {
    border-color: #999;
    color: #999;
}

.resident-engagement-widgets .fl-module-content .fl-icon-text { height: auto!important; }

.resident-engagement-widgets .uabb-image .uabb-photo-img { width:200px!important; }

body.page-id-353, body.page-id-351 {
	background-image: url('http://aahgroup.org/wp-content/uploads/2018/01/circles-bg.png');
	background-repeat: repeat;
	background-position: right top;
	background-attachment: fixed;
}

body.page-id-353 .site-inner, body.page-id-351 .site-inner {
	background-color: transparent;
}

.gray-box {
	background-color: gainsboro;
	box-shadow: 2px 2px 2px #333;
}

.single-public_notice .site-inner .wrap {
	max-width: 900px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: auto;
    margin-left: auto;
}

.single-public_notice .entry-title { margin-left: 0; }

.single-public_notice .acf-table thead { display: none; }

.single-public_notice .acf-row {
	display: none;
}
.single-public_notice .acf-row[data-id^="5a"] {
	display: table-row;
}

.single-public_notice .acf-row-handle.order {
	visibility: hidden;
}

.single-public_notice .acf-form-submit { margin-right: 12px; text-align: right; }

.pn-email-box {
	padding: 30px;
	background-color: #fff;
	box-shadow: 3px 3px 3px #333;
	margin: 2rem 0;
}

.acf-field-5a0b9f6031363 .acf-label { display: none; }

.single-public_notice .content { margin: 0 0 4rem; display: none; }
.single-public_notice .acf-actions { display: inline; }
.single-public_notice .acf-actions .acf-button {
    position: absolute;
    margin-top: 15px;
    padding: 10px;
	background-color: gray;
}

.single-public_notice .acf-form-submit .acf-button { background-color: #1694B0; }

/* Compact Timeline page */
.page-id-1468 .featured_caption, .page-id-1468 .compact-content-title { display: none; }
.page-id-1468 small.clt-cstm-lbl-s { display: inline; }

.home .home-subhead {
	font-style: italic;
}

.uabb-email .uabb-form-error-message.uabb-form-error-message-required { display: none; }

.wpl_prp_cont .wpl_gallery_image {
    width: 100% !important;
}

.wpl_prp_listing_icon_box div.bedroom:after {
    content: "Bed";
}

.wpl_prp_listing_icon_box div.bathroom:after {
    content: "Bath";
}

.wpl_prp_listing_icon_box div:after {
    font-size: .7rem;
    font-family: sans-serif;
    text-transform: uppercase;
}

.wpl_prp_listing_icon_box .pic_count { display: none; }

.entry-header { display: none; }

@media screen and (min-width: 992px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li#mega-menu-item-856 ul.mega-sub-menu { width: 260px; }
}

.volunteer-form input[type=checkbox] {
	margin-right: 10px;
}

.volunteer-form span.wpcf7-list-item {
	display: block;
}

.colorbox {
	padding: 2rem 1rem;
	color: white;
	margin: 1rem;
}
.colorbox h3 { color: white; }
.colorbox .button { background-color: white;}
.colorbox .button:hover { background-color: #efefef; }


.colorbox.blue {
	background-color: rgba(22,148,176,.7);
}

.colorbox.blue .button { color: #1694b0;}

.colorbox.orange {
	background-color: rgba(230,163,39, .7);
}

.colorbox.orange .button { color: #E5A326; }

.shadow div { text-shadow: 0px 0px 15px black!important; }

@media screen and (max-width: 767px) {
.mobile-pushup {     
	margin-top: -100px;
}
}

/* Remove Floor Plan title */
.wpl_prp_right_boxes.listing_gallery .wpl_prp_right_boxes_title {
	display: none;
}

/* Bump up timeline */
.cool-timeline-wrapper {
	margin-top: 2rem!important;
} 

.wpl_prp_show_container .wpl-gallery-pshow-wp .lSSlideOuter .lslide span::after, .wpl_prp_show_container .wpl-gallery-pshow-wp .lSSlideOuter .lslide span::before
{ display: none; }

.snapshot-block {
	color: white;
	background-color: #E5A326;
}

.snapshot-block h4 {
	color: white;
}

.shadowlink { 
	padding: 2.5rem;
	background-color: transparent;
	transition: .5s ease all;
}
.shadowlink:hover {
	background-color: rgba(0,0,0, .5);
}

@media screen and (max-width: 768px) {
	.site-inner {
		padding-top: 100px;
	}
	#home-slider-title {
		margin-top: 3rem;
	}
	#home-slider-title .home-title{
		font-size: 44px!important;
		line-height: 60px;
	}
	#home-slider-title .home-tagline{
		font-size: 20px!important;
	}
	.shadowlink {
		padding: 0;
	}
	.shadowlink a {
		font-size: 30px;
	}
	.hero-row .fl-row-content-wrap:first-child {
		padding-top: 200px!important;
	}

	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
		line-height: 30px!important;
		padding: 0!important;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 { 
		max-height: 450px!important;
		overflow: scroll!important;
	}
	
}

.gallery_no_image { display: none!important; }


/* Stuff for the News and Events page */
.row90width {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


.half-column {
	width: 45%;
    float: left;
    padding: 0 2.5% 0 0;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.half-column:last-of-type {
	border-left: 1px solid gainsboro;
    padding: 0 0 0 2.5%;
}

.colorwrap {
	overflow: auto;
	overflow: overlay; 
	background-color: #94AE21;
	color: white;
}

.colorwrap h1, .colorwrap h2, .colorwrap h3, .colorwrap h4, .colorwrap a, .colorwrap p {
	color: white;
}

@media screen and (max-width: 969px) {
	.half-column {
		width: 100%;
		padding: 0;
	}
	.half-column:last-of-type {
		border-left: 0px;
		padding: 0;
	}
}

.resident-engagement-widgets img {
	max-width: 192px;
	max-width: 192px;
}

.wpl_prp_listing_icon_box .visits_box, .wpl_prp_listing_like {
    display: none;
}

/* Hide the Apply Now button from each of the listings that it doesn't apply to */
#wpl_prp_container96 .apply-button, #wpl_prp_container97 .apply-button,
#wpl_prp_container98 .apply-button, #wpl_prp_container99 .apply-button,
#wpl_prp_container100 .apply-button, #wpl_prp_container101 .apply-button,
#wpl_prp_container111 .apply-button { 
	display: none!important;
}

