/*
Theme Name: 180 Marketing Custom Theme for Gutenberg
Theme URI: http://wordpress.org/
Description: Custom theme, hand crafted perfection.
Author: 180 Marketing
Version: 1.5
Tags: blank
Text Domain: blanktheme
*/

/*	Global Colours
Yellow: #eabc1f;
Navy: #132d42;


Watercrest: #2a3d72;
Saffron: #872972;
Lusso: #e6a14f;
Davis: #392215;
Riverside: #19305c;
Ryans: #e08f28;

*/

/* Reset All */

* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	background-color: #3e3f3f;
}

.main {
	background-color: #fff;
}

.slide .text,
.row .column,
.row .columns {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	font-weight: 400;
}

a img {
	border: none;
}

/* Basic Content Styles */
h1, 
h2, 
h3 {
	
}

h1 {
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

h4 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
}

h5 {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
}

.script {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

p, 
.main ul, 
.main ol, 
table {
	margin-bottom: 15px;
}

.main ul li,
.main ol li {
	
}

.main ul {
	padding-left: 15px;	
}

.main ol {
	padding-left: 20px;	
}

a {
	text-decoration: underline;	
	color: #3e3f3f;
}

a:hover {
	text-decoration: none;	
}

strong {
	font-weight: 600;
}

/* End Content Styles */

/* =Menu
-------------------------------------------------------------- */
nav {
	background: transparent;
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 9999;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	*zoom: 1;
	text-align: right;
}

nav li {
	float: none;
	display: inline-block;
	position: relative;
	list-style: none;
}

nav a {
	color: #FFFFFF;
	display: block;
	line-height: 42px;
	padding: 0 10px;
	font-size: 14px;
	text-decoration: none;
}

nav li {
	border-bottom: 2px solid #3e3f3f;
}

nav ul ul li,
nav ul ul ul li {
	border-bottom: 0;
}

nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	padding: 5px;
	background-color: #3e3f3f;
}
nav ul ul ul {
	left: 100%;
	top: -5px;
	background-color: #292929;
}


nav ul li:hover > ul {
	display: block;
}

nav ul ul a {
	padding: 10px 10px;
	font-size: 14px;
	line-height: 16px;
	min-width: 170px;
	text-align: left;
}

nav li a:hover,
nav ul li.current_page_item > a,
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item > a,
nav ul li.current-menu-parent > a {
	color: #eabc1f;
}

nav li:hover {
	border-color: #eabc1f;
}

nav ul ul li a:hover,
nav ul ul li.current_page_item > a,
nav ul ul li.current-menu-ancestor > a,
nav ul ul li.current-menu-item > a,
nav ul ul li.current-menu-parent > a {
	color: #3e3f3f;
	background-color: #eabc1f;
}

ul ul .menu-item-has-children {
	width: 175px;
}

nav a.menu-link {
   display:  none;
   background: #333;
   padding-top: 6px;
   padding-bottom: 35px;
   height: 42px;
   line-height: 33px;
   text-transform: uppercase;
   width: 100%;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   font-size: 15px;
   padding-left: 15px;
}

.menu:before,
.menu:after {
    content: " "; 
    display: table; 
}

.menu:after {
    clear: both;
}

.menu-link:after {
	content: url( images/menu.png );
	right: 20px;
	top: 6px;
	position: absolute;
}

/* =Main Styles
-------------------------------------------------------------- */
header {
	background-color: #3e3f3f;
	padding: 10px 0;
}

header a.logo {
	display: block;
	max-width: 175px;
}

header .large-10 {
	padding-top: 5px;
}

.slideshow {
	height: 700px;
	width: 100%;
	background-color: #eee;
	position: relative;
}

.slide {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.slide .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 650px;
	z-index: 999999;
	padding: 20px 35px;
}

.slide .text h2,
.slide .text h3,
.slide .text h4,
.slide .text p,
.slide .text a,
.slide .text {
	color: #fff;
}

.slide .gradient {
	height: 350px;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.slide .text h2 {
	font-size: 50px;
	font-weight: 300;
}

.cycle-prev,
.cycle-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	background-color: rgba(0,0,0,0.6);
	padding: 5px;
	z-index: 99999;
}

.cycle-prev:hover,
.cycle-next:hover {
	background-color: #eabc1f;
}

.cycle-prev {
	left: 5px;
}

.cycle-next {
	right: 5px;
}



hr {
	border: 0px;
	border-top: 1px solid #eabc1f;
	margin: 30px auto;
	max-width: 500px;
	width: 100%;
}

.gform_button,
a.button {
	padding: 15px 30px !important;
	text-transform: uppercase;
	color: #fff;
	background-color: #3e3f3f;
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
}

.gform_button:hover,
a.button:hover {
	color: #3e3f3f;
	background-color: #eabc1f;
}

.gform_button {
	border: 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.slide .text h2,
.slide .text h3,
.slide .text h4,
.slide .text p {
	text-shadow: 0px 0px 8px #000;
}

.slide .text a.button {
	text-shadow: 0px 0px 0px;
}

.wrapper.normal {
	padding: 80px 20px;
}

.wrapper.reduced {
	padding: 40px 20px;
}

.wrapper.noTop {
	margin-top: -80px;
	padding: 0 20px 80px;
}

.twoCol .large-6:first-of-type {
	padding-right: 50px;
}

.twoCol .large-6:last-of-type {
	padding-left: 50px;
}

.wrapper.white {
	background-color: #fff;
}

.wrapper.lightGrey {
	background-color: #ebebeb;
}

.wrapper.darkGrey {
	background-color: #3e3f3f;
}

.wrapper.darkGrey,
.wrapper.darkGrey h1,
.wrapper.darkGrey h2,
.wrapper.darkGrey h3,
.wrapper.darkGrey h4,
.wrapper.darkGrey p,
.wrapper.darkGrey a,
.wrapper.darkGrey ul {
	color: #fff;
}

.communityBlocks .textWrap a.button {
	background-color: #eabc1f;
	color: #3e3f3f;
}

.communityBlocks .textWrap a.button:hover {
	background-color: #fff;
	color: #3e3f3f;
}

.darkGrey .gform_button,
.darkGrey a.button {
	background-color: #fff;
	color: #3e3f3f;
}

.darkGrey .gform_button:hover,
.darkGrey a.button:hover {
	color: #3e3f3f;
	background-color: #eabc1f;
}

body.home .main .wrapper.lightGrey:first-of-type .row {
	background-color: #fff;
	padding: 70px;
	margin-top: -160px;
	position: relative;
	z-index: 99999;
}

.latestCommunities {
	background-size: cover;
	position: relative;
	background-position: center;
}

.latestCommunities h2 {
	text-align: center;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 40px;
}

.latestCommunities .commGrid {
	text-align: center;
}

.latestCommunities .commGrid .community {
	display: inline-grid;
	max-width: calc(25% - 20px);
	width: 100%;
	padding: 0 10px 20px;
	margin-bottom: 20px;
}

.latestCommunities .status {
	background-color: #3e3f3f;
	color: #eabc1f;
	font-weight: 700;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 20px;
}

.latestCommunities .textWrap {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
}

.latestCommunities .community img {
	margin-bottom: 30px;
}

.contentCarousel .row {
	padding: 0 75px;
	position: relative;
}

.contentCarousel .owl-nav .owl-prev,
.contentCarousel .owl-nav .owl-next {
	font-size: 30px !important;
	line-height: 35px !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contentCarousel .owl-nav .owl-prev {
	left: -75px;
}

.contentCarousel .owl-nav .owl-next {
	right: -75px;
}

.contentCarousel .owl-nav .owl-prev:hover,
.contentCarousel .owl-nav .owl-next:hover {
	color: #eabc1f !important;
	background-color: transparent !important;
}

.contentCarousel iframe {
	width: 100%;
}

.contentGrid .column {
	padding: 0 10px 20px;
}


.communityBlocks .featWrap {
	position: relative;
	background-size: cover;
	background-position: center top;
	height: 400px;
}

.communityBlocks .featWrap img {
	position: absolute;
	height: 200px;
	top: 30px;
	left: 30px;
}

.communityBlocks .community {
	margin-bottom: 50px;
}

.communityBlocks .textWrap {
	background-color: #3e3f3f;
	padding: 20px 20px;
	color: #fff;
}

.communityBlocks .textWrap h2 {
	font-weight: 700;
	margin-bottom: 0;
}

.communityBlocks .large-3.columns {
	text-align: right;
}


.single-community #intro h1,
.single-community #intro h2 {
	text-align: center;
}

.banner {
	position: relative;
	height: 450px;
	width: 100%;
	background-size: cover;
	background-position: center top;
}

.banner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	height: 170px;
}


.banner .gradient {
	height: 200px;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.single-community #intro .avail {
	text-align: center;
	margin-bottom: 10px;
}

.single-community #intro .avail span {
	background-color: #000;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
}

/*.subMenu {
	padding: 10px 20px;
}*/

.subMenu .row .columns {
	text-align: center;
}

.subMenu a {
	color: #fff;
	text-decoration: none;
	padding: 10px 10px;
	display: inline-block;
}

.subMenu a:hover {
	color: #3e3f3f;
	background-color: #fff;
	text-decoration: none;
}

#register h2,
#testimonials h2,
#amenities h2,
#features h2,
#tour h2,
#videos h2,
#siteplan h2,
#models h2 {
	text-align: center;
	font-weight: 700;
}

#siteplan p {
	text-align: center;
}

p.finePrint {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
}

.single-movein-ready .contentGrid .column hr,
.single-movein-ready #intro hr,
.single-model #intro hr {
	margin: 30px 0;
}

.single-movein-ready img.introLogo,
.single-model img.introLogo {
	height: 125px;
	margin-bottom: 5px;
}

img.collLogo {
	height: 100px;
	margin-bottom: 15px !important;
}

.single-movein-ready h1,
.single-model h1 {
	margin-bottom: 0;
}

.fpWrap {
	background-color: #fff;
	padding: 20px;
}

#interest h4,
.fpWrap h4 {
	text-align: center;
}

.single-movein-ready .contentGrid .column,
.single-model .contentGrid .column {
	padding: 0 30px 20px;
}

#field_4_5,
#field_4_6 {
	display: none !important;
}

#field_5_5,
#field_5_6 {
	display: none !important;
}

#tour iframe {
	width: 100%;
	height: 400px;
}

.miniSlideshow a:hover img {
	opacity: 0.6;
}

#details .column:first-of-type a.button {
	width: 100%;
	max-width: 320px;
}

.fpList {
	padding: 30px 0 10px;
}

.fpList .column .miniSlideshow img {
	display: block;
}

.moveIn .textWrap,
.fpList .textWrap {
	background-color: #3e3f3f;
	color: #fff;
	padding: 10px;
	clear: both;
}

.fpList .textWrap h4 {
	float: left;
	width: 66.6%;
	margin-bottom: 0;
}

.fpList .textWrap p {
	float: right;
	width: 33.3%;
	text-align: right;
	padding-left: 20px;
	margin-bottom: 0;
}

.photoCarousel a:hover img,
.fpList .column a:hover .miniSlideshow img {
	opacity: 0.6;
}

.subMenu.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

#features .column {
	padding: 0 10px 20px;
	text-align: center;
}


#features .column .icon svg{
	height: 75px;
}

#features .column .icon {
	margin-bottom: 10px;
}

#amenities .contentCarousel {
	margin-bottom: 20px;
}

#amenities .contentCarousel img {
	display: block;
}

#amenities .contentCarousel h5 {
	background-color: #3e3f3f;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
}

#amenities .contentCarousel .textWrap {
	background-color: #fff;
	padding: 20px;
}

.gallery .owl-nav .owl-prev,
.gallery .owl-nav .owl-next,
.photoCarousel .owl-nav .owl-prev,
.photoCarousel .owl-nav .owl-next {
	font-size: 30px !important;
	line-height: 35px !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff !important;
}

.gallery .owl-nav .owl-prev,
.photoCarousel .owl-nav .owl-prev {
	left: 20px;
}

.gallery .owl-nav .owl-next,
.photoCarousel .owl-nav .owl-next {
	right: 20px;
}

.gallery .owl-nav .owl-prev:hover,
.gallery .owl-nav .owl-next:hover {
	color: #3e3f3f !important;
	background-color: transparent !important;
}

.photoCarousel .owl-nav .owl-prev:hover,
.photoCarousel .owl-nav .owl-next:hover {
	color: #eabc1f !important;
	background-color: transparent !important;
}

.photoCarousel .owl-theme .owl-nav {
	margin-top: 0 !important;
}

#location iframe {
	width: 100%;
	height: 300px;
}

#register h2 {
	margin-bottom: 0;
}

#register h3 {
	text-align: center;
}

#register hr {
	border-color: #fff !important;
}

#register {
	position: relative;
}

.regBG {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	opacity: 0.2;
}

#register .row {
	position: relative;
	z-index: 99;
}

#features h2 {
	margin-bottom: 30px;
}

.hidden {
	padding: 0 20px 20px;
}

.projectGrid .column,
.blogGrid .column {
	padding: 0 10px 20px;
}

.blogGrid .column img {
	display: block;
}

.projectGrid .column .textWrap,
.blogGrid .column .textWrap {
	background-color: #ebebeb;
	padding: 20px;
}

.blogGrid .column a {
	text-decoration: none;
}

.blogGrid .column h4 {
	text-transform: none;
}

.blogGrid .column .link {
	background-color: #3e3f3f;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 700;
}

.blogGrid .column p {
	margin-bottom: 0;
}

.blogGrid .column a:hover .link {
	background-color: #eabc1f;
	color: #3e3f3f;
}

.blogIntro .large-6:last-of-type p {
	text-align: right;
}

.blogIntro h1 {
	text-transform: none;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 30px;
}

.pagination span,
.pagination a {
	background-color: #3e3f3f;
	text-decoration: none;
	color: #fff;
	padding: 10px 10px;
}

.pagination span,
.pagination a:hover {
	background-color: #eabc1f;
	color: #3e3f3f;
}

.projectGrid .column h3 {
	background-color: #3e3f3f;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: none;
	font-size: 20px;
	line-height: 25px;
}

.projectGrid .column h4 {
	background-color: #eabc1f;
	color: #3e3f3f;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 20px;
}

.projectGrid .column .gallery {
	background-color: #eabc1f;
	position: relative;
}

.projectGrid .column .gallery a:hover img {
	opacity: 0.6;
}

.projectGrid .column .gallery.owl-theme .owl-nav {
	margin-top: 0;
}

.moveIn .column a:hover .textWrap {
	background-color: #eabc1f;
	color: #3e3f3f;
}

.moveIn .column a img {
	display: block;
}

.moveIn .imgWrap {
	background-color: #eabc1f;
	position: relative;
}

.moveIn .column a:hover .imgWrap img {
	 opacity: 0.6;
}

.featImg {
	position: relative;
}

.featImg .tag,
.moveIn .imgWrap .tag {
	position: absolute;
	z-index: 999999;
	top: 5px;
	left: 5px;
	background-color: #eabc1f;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.featImg .tag.Available,
.moveIn .imgWrap .tag.Available {
	background-color: #178145;
}

.featImg .tag.Sold,
.moveIn .imgWrap .tag.Sold {
	background-color: #f21924;
}

.featImg .tag.Pending,
.moveIn .imgWrap .tag.Pending {
	background-color: #3e3f3f;
}

.moveIn .column h4 {
	margin-bottom: 5px;
}

.moveIn .column p {
	margin-bottom: 0px;
}

.moveIn .column {
	padding: 0 10px 20px;
}

img.blockImg {
	display: block;
	width: 100%;
}

.page-id-32 .main .darkGrey {
	background-color: #8cc63f;
}

.galleryWrap .column img {
    display: block;
}

.galleryWrap .column a {
    text-decoration: none;
}

.galleryWrap .column .textWrap {
    background-color: #ebebeb;
    padding: 20px;
}

.galleryWrap .column h4 {
	text-transform: none;
	text-align: center;
	margin-bottom: 0;
}

.galleryWrap .column .link {
    background-color: #3e3f3f;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}

.galleryWrap .column a:hover .link {
	background-color: #eabc1f;
	color: #3e3f3f;
}

.single-photo-gallery h1 {
	text-align: center;
}

.grid-item img,
.grid-item a {
	display: block;
}

.grid-item { 
	width: 20%; 
	padding: 2px;
}

.grid-item a {
	background-color: #eabc1f;
}

.grid-item a:hover img {
	opacity: 0.6;
}











footer {
	background-color: #3e3f3f;
	padding: 40px 20px;
	color: #fff;
}

footer svg {
	width: 250px;
}

footer .social {
	margin-top: 10px;
	max-width: 250px;
	text-align: center;
}

footer .social a {
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	margin: 0 5px;
}

footer .social a:hover {
	color: #eabc1f;
}

footer .columns a {
	color: #fff;
}

footer .columns a:hover {
	color: #eabc1f;
	text-decoration: none;
}

footer p.finePrint {
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	font-style: normal;
}

footer .assocLogos {
	text-align: right;
}

footer .assocLogos img {
	height: 45px;
    padding: 0 10px 10px 0;
}

footer .assocLogos a {
	text-decoration: none;
}

footer .assocLogos a:hover img {
	opacity: 0.6;
}



/* =Photo Gallery
-------------------------------------------------------------- */
ul.collapseRow li,
ul.staticGal li {
	padding: 0 10px 10px 0px !important;
}

a.photo {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

a.photo img {
	margin: auto;
	width: 100%;
}

.accordion h2.title {
	background-color: #3e3f3f;
	color: #fff;
	position: relative;
	padding: 10px 45px 10px 20px;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
}

.accordion h2.title:hover {
	background-color: #eabc1f;
	cursor: pointer;
	color: #3e3f3f;
}

.accordion h2.title:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #fff;
	padding-left: 10px;
}

.accordion h2.title.open:after {
	content: '-';
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { 
	display: inline-block; 
}

* html .clearfix { 
	height: 1%; 
}

.clearfix { 
	display: block; 
}

/* =Auxilary Pages
-------------------------------------------------------------- */
body.search .entry-utility,
body.search .entry-meta {
	display: none;
}

body.blog .row.pagination {
	padding: 15px 0;
}

body.blog .row.pagination .columns {
	text-align: center;
}

/* =Images
-------------------------------------------------------------- */
.main img,
.entry-content img {
	margin: 0;
	max-width: 100%;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* =Gutenberg Styles
-------------------------------------------------------------- */
.wp-block-image {
	text-align: center;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	color: #222;
	font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#primary {
	width: 100%;
	padding: 26px 20px;
}

div.entry-meta {
	margin-bottom: 10px;
	font-style: italic;	
}



/* =Table Styles
-------------------------------------------------------------- */
table thead tr td {
	border-left: 1px solid #49176E;
}

table {
	border-spacing: 0px;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

table tr td {
	padding: 5px 10px;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

table tr.shaded td {
	background-color: #EEEEEE;
}

table thead tr.shaded td,
table thead tr td {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

table.No-Style-Table,
table.No-Style-Table tr td,
table.No-Style-Table tr.shaded td {
	border: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

/* =MEDIA QUERIES
-------------------------------------------------------------- */
@media only screen and (max-width: 1240px) {
	header .row .columns {
		width: 100%;
	}
	nav {
		text-align: center;
	}
	header a.logo {
		margin: 0 auto 10px;
	}
}

@media only screen and (max-width: 1024px) {
	header {
		padding: 10px 0 0;
	}
	/* Override other menu code */
	nav ul li:hover > ul {
		display: none;
	}
	
	nav ul ul {
		top: 0px;
		position: relative;
		float: none;
		display: none !important;
	}

	nav li {
		height: auto; /* override for menu height issue */
		/* set list item height */
		min-height: 36px; 
		height: auto !important;
		height: 36px;
		display: block;
	}

	/*mobile menu */
	.active {
        display: block !important;
    }

    .menu > li {
        float: none !important;
    }

    .menu > li > .menu-item-has-children {
   		background-image: none; 
    }

    .menu-item-has-children {
    	width: 100%;
    }

    nav ul li {
    	margin-bottom: 0px !important;
    	border-bottom: 1px solid #666;
    }

    nav li i.fa-plus {
    	display: none;
    }

    .menu li .more {
        background-image: url(images/list.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        float: right;
      	width: 20%;
		border-left: 1px solid rgba(255,255,255,.3);
		padding: 3px 15px;
        cursor: pointer;
    	z-index: 200;
        position: relative;
    }

   .menu li .more:before {
		content: "";
		background: rgba(0,0,0,.3);
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
  		left: -2px;
    }

    ul.menu {
    	border-top: 4px solid #666;
    }
    
    .menu ul {
        display: block;
        width: 100%;
        z-index: 9999999;
    }
   	
   	.menu > li.hover > ul, 
   	.menu li li.hover ul {
        position: static;
        display: block !important; /* Show Menu Fix */
    }
    
    nav a {
    	width: 100%;
    	padding: 0px;
    	text-align: left;
    	padding-left: 15px;
    	line-height: 35px
    }

    nav ul ul ul li a {
		padding-left: 45px;
	}

    nav ul ul,
    nav ul ul li {
    	width: 100%;
    }

    nav ul ul {
    	padding: 0px !important;
    }

    nav ul ul li {
    	float: none;
    }

    nav ul ul a {
    	padding-left: 30px;
    }


    ul ul .menu-item-has-children,
    nav {
   		width:100% !important;
   	}

   	nav ul ul ul {
		left: 0;
		top: 0;
	}

	nav li:hover {
		border-color: #666;
	}

	nav li a:hover,
	nav ul li.current_page_item > a,
	nav ul li.current-menu-ancestor > a,
	nav ul li.current-menu-item > a,
	nav ul li.current-menu-parent > a,
	nav ul ul li a:hover,
	nav ul ul li.current_page_item > a,
	nav ul ul li.current-menu-ancestor > a,
	nav ul ul li.current-menu-item > a,
	nav ul ul li.current-menu-parent > a {
		color: #3e3f3f;
		background-color: #eabc1f;
	}

	.latestCommunities .commGrid .community {
		max-width: calc(50% - 20px);
	}

	footer p.finePrint,
	footer .assocLogos,
	footer .row .columns {
		text-align: center;
	}

	footer .social {
		max-width: 100%;
	}

	.twoCol .large-6:first-of-type {
	    padding-right: 0px;
	}

	.twoCol .large-6:last-of-type {
	    padding-left: 0px;
	    padding-top: 20px;
	}

	.communityBlocks .large-3.columns {
	    text-align: left;
	}

	.grid-item {
	    width: 33.3%;
	}

}

@media only screen and (max-width: 740px) {
	.latestCommunities .commGrid .community {
		max-width: calc(100% - 20px);
	}
}	

@media only screen and (max-width: 640px) { /*  SMALL GRID BREAK  */
	.blogGrid .column .textWrap,
	.projectGrid .column .textWrap {
		height: auto !important;
	}	

	.grid-item {
	    width: 50%;
	}
	
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#fff;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#eea904;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#eea904}