@import url(https://fonts.googleapis.com/css?family=Arimo|Open+Sans);

/*@font-face {font-family: "CUSTOM-FONT-NAME";src:url("CUSTOM-FONT-NAME.woff") format("woff"),src:url("CUSTOM-FONT-NAME.woff2") format("woff2");}*/
html {
	max-width: 100%;
	overflow-x: hidden;
	min-height: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/_default/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	max-width: 100%;
	overflow-x: hidden;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:1.4em;
	color: #000;
	padding: 0;
}

div.container,
.footertable {
	width: 1300px;
}

div.container {
	box-shadow: 0 0px 26px 0 rgba(0, 0, 0, 0.6), 0 6px 28px 0 rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 53%, #baaef0 83%, #a0b6e3 100%);
	background: -webkit-linear-gradient(top, #ffffff 53%, #baaef0 83%, #a0b6e3 100%);
	background: linear-gradient(to bottom, #ffffff 53%, #baaef0 83%, #a0b6e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a0b6e3', GradientType=0);
}

.headertop {
	width: 100%;
	z-index: 9999;
}

.paddingtop {
	width: 100%;
	padding: 25px;
	max-width: 1250px;
}

.paddingright {
	padding-right: 15px;
	vertical-align: top;
	width: 275px;
}

.paddingleft {
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
}

div#footer,
div#footer2,
div#topnav,
div#topnav li a,
div#topnav li:hover ul a,
div#topnav li:hover ul a:hover,
div#topnav .show-menu,
#mobile-contact-button-container>a,
div#topnav>a,
#footer a,
#footer a:hover {
	color: #fff !important;
}

div#footer,
div#footer2,
div#topnav,
div#topnav li a,
div#topnav li:hover ul a,
div#topnav li:hover ul a:hover,
div#topnav .show-menu,
#mobile-contact-button-container>a {
	background: #131f45;
}

div#footer {
	padding: 1em 0;
	text-align: center;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	background: url(../images/_default/bg-footer.jpg) no-repeat !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:16px;
	line-height: 1.3;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

div#picture-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

div#picture-container>div {
	padding: 10px;
}

div#picture-container>div img {
	max-width: 100%;
}

h1 {
	font-size: 190%;
	color: #000;
	font-weight: 700;
}

h2 {
	font-size: 140%;
	color: #000;
	font-weight: 700;
}

hr {
	height: 1px;
	border: none;
	color: #98999d;
	background-color: #98999d;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.footercont {
	width: auto;
	margin: 0 40px 70px 40px;
}

.socialmedia {
	width: auto;
	margin: 20px 40px 70px 40px;
	position: absolute;
	white-space: nowrap;
}

.footertopright {
	width: 1170px;
	margin: 20px 40px 70px 40px;
	position: absolute;
	white-space: nowrap;
	float: right;
	text-align: right;
	font-size: 80%;
}

.footerleft {
	float: left;
	text-align: left;
	font-size: 60%;
}

.footerright {
	float: right;
	text-align: right;
	font-size: 60%;
}

.bodyheading {
	width: 100%;
	padding: 10px;
	font-weight: bold;
	background: #003f51;
	color: #fff;
	font-size: 130%;
	font-family: Verdana;
}

div#header {
	margin: 0;
	width: 100%;
	height: 500px;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

div#header-inner {
	margin: 0;
	width: 100%;
	background-color: #1d2172;
	margin-bottom: 15px;
	padding-bottom: 10px;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

div#header-topline {
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 1px 0;
}

.valign-middle,
div#footer>div.container>div.table>div.cell,
div#header-topline>div.container>div.table div.cell {
	vertical-align: middle;
}

.align-center,
div#header-contact {
	text-align: center;
}

a#contact-us-button {
	display: table;
	margin: 0.3em auto;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
}

a#contact-us-button>div.cell {
	border-bottom: 5px solid rgba(0, 0, 0, 0.6);
	background-clip: padding-box;
	vertical-align: middle;
	padding: 10px;
	font-size: 120%;
}

a#contact-us-button>div:first-child {
	background: #0f76ba;
	background: -webkit-linear-gradient(#83a3d1, #0f76ba);
	background: -o-linear-gradient(#83a3d1, #0f76ba);
	background: -moz-linear-gradient(#83a3d1, #0f76ba);
	background: linear-gradient(#83a3d1, #0f76ba);
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}

a#contact-us-button>div:last-child {
	background: #db0018;
	background: -webkit-linear-gradient(#e2775a, #db0018);
	background: -o-linear-gradient(#e2775a, #db0018);
	background: -moz-linear-gradient(#e2775a, #db0018);
	background: linear-gradient(#e2775a, #db0018);
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}

#search-button {
	padding: 25px 0px;
	margin: 120px auto 0 auto;
	background: #0f76ba;
	background: -webkit-linear-gradient(#83a3d1, #0f76ba);
	background: -o-linear-gradient(#83a3d1, #0f76ba);
	background: -moz-linear-gradient(#83a3d1, #0f76ba);
	background: linear-gradient(#83a3d1, #0f76ba);
	color: #fff;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	display: block;
	width: 50%;
	border-radius: 20px;
}

#listings-buttons-header {
	padding: 25px 0px;
	margin: 40px auto 0 auto;
	background: #333;
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	display: block;
	width: 50%;
	border-radius: 20px;
}

#search-button:hover {
	background: #db0018;
	background: -webkit-linear-gradient(#e2775a, #db0018);
	background: -o-linear-gradient(#e2775a, #db0018);
	background: -moz-linear-gradient(#e2775a, #db0018);
	background: linear-gradient(#e2775a, #db0018);
}

div#searchbox {
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 3px #000;
	position: relative;
	padding: 5px 10px;
	margin: 200px auto 0 auto;
	max-width: 600px;
	width: 95%;
	border-radius: 20px;
}

div#searchbox>div>a {
	color: #0000b6;
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
	border-right: 1px solid #0000b6;
	text-decoration: none;
}

div#searchbox>div>a:last-child {
	border-right: none;
}

div#searchbox>div>a:hover {
	text-decoration: underline;
}

.left-col-logos {
	display: block;
	margin: 1em auto;
	text-align: center;
}

h1#main-headline {
	color: #f00;
	font-size: 480%;
	text-align: center;
	font-weight: lighter;
	text-shadow: 2px 2px 1px #fffc00, -2px 2px 1px #fffc00, 2px -2px 1px #fffc00, -2px -2px 1px #fffc00;
	margin: 0;
	padding: 10px 0;
}

div#home-page-content {
	width: 100%;
	margin: 0.2em auto;
}

div#home-page-content,
div#home-page-content>div.cell {
	border-collapse: collapse;
}

div#home-page-content>div.cell {
	vertical-align: top;
	padding: 0 15px;
}

div#home-page-content>div.cell:first-child {
	border-right: 3px solid #cccccc;
	width: 300px;
}

div#home-page-content>div.cell:last-child {
	position: relative;
}

div#bottom-nav {
	width: 100%;
	text-align: center;
}

div#bottom-nav>a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 0 15px 0 0;
	margin: 0 0 0 15px;
}

div#bottom-nav>a:last-child {
	border-right: none;
}

div#bottom-nav>a:hover {
	text-decoration: underline;
}

.topbanner {
	margin: -25px 0 0 -25px;
}

div#footer>div.container>div.table {
	width: 100%;
	margin: 1em auto;
}

div#footer>div.container>div.table>div.cell:first-child {
	text-align: left;
}

div#footer>div.container>div.table>div.cell:last-child {
	text-align: right;
}

div#footer div#copyright,
div#footer div#designed-by {
	font-size: 70%;
	padding: 10px 0;
}

.shadow_box {
	background-color: #f2f2f2;
	border-radius: 15px;
	box-shadow: 7px 7px 3px #000;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
}

.two-half-cols>div.cell,
.two-half-cols>div.row>div.cell {
	width: 44%;
	vertical-align: top;
	padding: 10px 3%;
}

.inline-row {
	display: block;
	text-align: center;
}

.inline-row>div {
	display: inline-block;
	padding: 1em 2%;
}

.full-width {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.valign-top {
	vertical-align: top;
}

.valign-bottom {
	vertical-align: bottom;
}

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

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

.clear {
	clear: both;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.larger {
	font-size: 120%;
}

.smaller {
	font-size: 80%;
}

div.half {
	width: 48%;
	padding: 0 1%;
	float: left;
}

.red-text {
	color: #ef0000;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

div.picture-left {
	float: left;
	text-align: center;
	padding: 3px;
}

div.picture-right {
	float: right;
	text-align: center;
	padding: 3px;
}

ul.left,
ol.left,
ul.left li,
ol.left li {
	text-align: left;
}

.no-show {
	display: none;
}

.full-white-bg {
	background: #fff;
}

div#inside-content {
	width: 80%;
	margin: 0 auto;
}

div.flex-row.pdf-display {
	justify-content: space-around;
	margin: 0.5em auto;
	flex-wrap: wrap;
}

div.flex-row.pdf-display>a {
	width: 28%;
	text-align: center;
	color: #000000;
	text-decoration: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.flex-row.pdf-display>a:hover {
	text-decoration: underline;
}

div.flex-row.pdf-display img {
	max-width: 125px;
	height: auto;
}

div#updatable-content {
	width: 100%;
}

div#updatable-content div,
div#updatable-content p,
div#updatable-content img,
div#updatable-content iframe,
div#updatable-content table,
div#updatable-content tr,
div#updatable-content td,
div#updatable-content tbody {
	max-width: 100% !important;
}

div#contact-form {
	width: 100%;
	margin: 1em auto 4em auto;
	text-align: left;
}

div#contact-form div.table {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

div#contact-form div.table>div.row>div.cell {
	padding: 10px;
	vertical-align: middle;
}

div#contact-form div.table>div.row>div.cell:first-child {
	text-align: right;
	width: 40%;
}

div#contact-form div.table>div.row>div.cell:last-child {
	text-align: left;
}

div#contact-form div#land-buttons.table>div.row>div.cell {
	padding: 10px;
	vertical-align: middle;
}

div#contact-form div#land-buttons.table>div.row>div.cell:first-child {
	text-align: left;
	padding-left: 2em;
}

div#contact-form div#land-buttons.table>div.row>div.cell>div {
	padding: 4px 0;
}

div#contact-form input[type=text],
div#contact-form input[type=email],
div#contact-form input[type=tel] {
	min-width: 250px;
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #282161;
}

div#contact-form textarea {
	width: 75%;
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #282161;
	height: 6em;
	max-width: 500px;
}

div#contact-form .flex-row>div {
	padding: 10px 2em;
}

.submit {
	font-size: 100%;
	padding: 7px 10px;
	border-radius: 5px;
}

div#agent-container {
	width: 100%;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
}

div#agent-container>div {
	width: 40%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 1em 5%;
}

div#agent-container>div:last-child {
	flex-grow: 1200;
}

div#agent-container>div:nth-child(4n+1),
div#agent-container>div:nth-child(4n+2) {
	background-color: #dddddd;
}

div#agent-container>div>div {
	padding: 10px;
}

div#agent-container img {
	width: 113px;
	height: 150px;
}

div#agent-container td {
	padding: 10px 0;
}

div#communities {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	text-align: center;
}

div#communities a {
	margin: 5px;
}

div#communities>div {
	border-bottom: 2px solid black;
	padding: 10px 25px;
	flex-grow: 1;
}

div#communities>div:last-child {
	/* flex-grow:1200;*/
}

div#communities p {
	padding: 1em 0 0.3em 0;
	margin: 0;
}

div.community-navigation {
	width: 90%;
	margin: 1em auto;
	font-size: 130%;
	text-align: center;
}

div#listing-navigation {
	margin: 1em auto;
	text-align: center;
}

div.community-navigation>a,
div#listing-navigation>a {
	display: inline-block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	background: #1d2172;
	border-radius: 10px;
	margin: 0 1em;
}

div.community-navigation>a:hover,
div#listing-navigation>a:hover {
	color: #e51937;
}

div#search-navigation {
	font-size: 110%;
}

h2.headline {
	font-size: 180%;
}

div#agent-info-box {
	width: 50%;
	margin: 1em auto;
	text-align: center;
}

div#agent-info-box div.flex-row>div {
	padding: 10px;
}

div#agent-info-box div.flex-row>div>div.bold {
	padding: 5px 0px 2px 0;
}

div#agent-info-box img {
	max-width: 100%;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink,
#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/_default/blank.gif) no-repeat;
	display: block;
}

#prevLink {
	left: 0;
	float: left;
	background: url(../images/_default/prevlabel.gif) left 15% no-repeat;
}

#nextLink {
	right: 0;
	float: right;
	background: url(../images/_default/nextlabel.gif) right 15% no-repeat;
}

#prevLink:hover,
#prevLink:visited:hover {
	background: url(../images/_default/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover {
	background: url(../images/_default/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxOverlay {
	background: url(../images/_default/overlay.png) repeat scroll 0px 0px transparent;
}

#colorbox {
	outline: 0;
}

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(../images/_default/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(../images/_default/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(../images/_default/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(../images/_default/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
	width: 21px;
	background: url(../images/_default/controls.png) left top repeat-y;
}

#cboxMiddleRight {
	width: 21px;
	background: url(../images/_default/controls.png) right top repeat-y;
}

#cboxTopCenter {
	height: 21px;
	background: url(../images/_default/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
	height: 21px;
	background: url(../images/_default/border.png) 0 -29px repeat-x;
}

#cboxContent {
	background: #fff;
	overflow: hidden;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 28px;
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxLoadingOverlay {
	background: url(../images/_default/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
	background: url(../images/_default/loading.gif) no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
	cursor: pointer;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/_default/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(../images/_default/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/_default/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: -25px -25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

div#topnav {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0 5px 0;
	position: relative;
	text-transform: capitalize;
	z-index: 900;
	height: 74px;
	margin-top: -1px;
}

div#topnav>div,
div#topnav>a {
	display: inline-block;
	padding: 0 1.2em;
	text-align: center;
}

div#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
}

div#topnav>ul {
	width: 100%;
}

div#topnav li {
	display: inline-block;
	margin-right: 1px;
}

div#topnav li a {
	display: block;
	padding: 0 21px;
	height: 50px;
	text-align: left;
	line-height: 60px;
	text-decoration: none;
}

div#topnav li:hover a {
	text-decoration: underline;
}

div#topnav li:hover ul a {
	height: 40px;
	line-height: 40px;
	text-shadow: none;
}

div#topnav li:hover ul a:hover {
	text-shadow: none;
}

div#topnav li ul {
	display: none;
	font-size: 85%;
	font-weight: 700;
	padding-top: 10px;
	margin-left: 10px;
}

div#topnav li ul li {
	display: block;
	float: none;
}

div#topnav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 15px;
	text-decoration: none !important;
}

div#topnav li ul li a:hover {
	text-decoration: underline !important;
}

div#topnav .show-menu {
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	display: none;
}

div#topnav input[type=checkbox] {
	display: none;
}

div#topnav ul li a:hover+.hidden,
div#topnav .hidden:hover,
div#topnav input[type=checkbox]:checked~#menu {
	display: block;
}

@media all and (max-width :1100px) {

	.desktop-only,
	div#header div.backstretch,
	div#search-navigation {
		display: none !important;
	}

	html {
		max-width: 100%;
		overflow-x: hidden;
	}

	body {
		max-width: 100%;
		overflow-x: hidden;
		padding: 0;
		background: #fff;
	}

	table,
	tr,
	td,
	th,
	.table,
	.row,
	.cell {
		display: block;
	}

	table,
	tr,
	td,
	th {
		display: inline-block;
		margin: 0;
		width: 100% !important;
		text-align: center;
		padding: 0;
		margin: 0;
	}

	img {
		max-width: 100% !important;
		height: auto;
	}

	.socialmedia {
		position: relative;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	.picture-left,
	.picture-right {
		float: none;
		text-align: center;
		padding: 0.5em;
	}

	div.picture-left,
	div.picture-right {
		float: none;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		padding: 5px 0;
	}

	.inline-row>div {
		display: block;
		width: 100% !important;
		padding: 1em 0;
	}

	.two-half-cols>div.cell,
	.two-half-cols>div.row>div.cell {
		width: 100%;
		padding: 10px 0;
	}

	div.container {
		width: 99%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	div#header {
		background: none;
		height: auto;
	}

	div#whats-new-content {
		width: 99%;
		min-width: 0;
	}

	div#main-content,
	#search-button {
		margin: 1em auto;
	}

	div#home-page-content {
		display: flex;
		flex-direction: column;
	}

	div#home-page-content>div.cell:first-child {
		order: 2;
	}

	div#footer>div.container {
		line-height: 1.3;
	}

	div#whats-new-content div.updatable-content>div.event {
		text-align: center;
		display: block;
	}

	div#contact-form div.table>div.row>div.cell {
		text-align: center;
		width: auto;
	}

	div#contact-form div.table>div.row>div.cell:first-child {
		width: auto;
		margin-bottom: -15px;
	}

	div.community-navigation>a,
	div#listing-navigation>a {
		margin: 0.5em 1em;
	}

	div#whats-new-content div.updatable-content>div.event div.event-heading,
	div#contact-form div.table>div.row>div.cell:first-child,
	div#contact-form div.table>div.row>div.cell:last-child,
	div#contact-form div#land-buttons.table>div.row>div.cell:first-child,
	div#footer>div.container>div.table>div.cell:first-child,
	div#footer>div.container>div.table>div.cell:last-child,
	div#contact-form {
		text-align: center;
	}

	#logocell {
		padding-bottom: 120px;
	}

	.footerleft,
	.footerright {
		float: none;
		text-align: center;
	}

	.headertop {
		height: auto !important;
		width: 100%;
		background: #fff !important;
	}

	.paddingtop,
	.paddingright,
	.paddingleft,
	.productstable,
	.bodyheading,
	.footercont,
	div#home-page-content>div.cell:first-child,
	.footertable {
		padding: 0;
		margin: 0;
		border: 0;
		width: auto;
	}

	div#topnav {
		padding: 10px 0;
		height: auto;
		margin: auto;
		background: none !important;
	}

	div#topnav .show-menu {
		display: block;
	}

	div#topnav ul {
		position: static;
		display: none;
		width: 100%;
		text-align: center;
	}

	div#topnav li {
		margin-bottom: 0;
		text-align: center;
	}

	div#topnav li a {
		padding: 10px 0;
		max-width: 100%;
		text-align: center;
		height: 20px;
		line-height: 20px;
	}

	div#topnav li ul {
		padding-top: 0;
		margin-bottom: 10px;
		margin-left: 0;
	}

	div#topnav li li {
		margin-bottom: -10px;
	}

	div#topnav ul li,
	li a,
	div#whats-new-content div.updatable-content>div.event>div.cell:first-child {
		width: 100%;
	}

	div#topnav>ul>li {
		border-right: none;
		margin: 5px auto 0;
		width: 96%;
	}

	div#topnav li:hover ul a {
		height: 3em;
		line-height: 3em;
	}
}

@media all and (min-width:1100px) {
	.mobile-only {
		display: none !important;
	}
}

/* GOLF PAGE START */
.golf-container {
	font-size: 62.5%;
	/* margin: 0 auto;
	width: 1250px; */
}

.golf-container h1 {
	font-size: 1.7rem;
	font-weight: normal;
	margin-bottom: 5rem;

}

.golf-container #middle {
	/* text-align: center; */
	/* margin: 0 auto; */
}

.golf-container .group-box #image-width-two {
	padding-right: 70px;
}

.golf-container div.paragraph-box {
	font-size: 1.6rem;
	/* margin-bottom: 5rem; */
	line-height: 1.3;
}

.golf-container #special-case p {
	width: 100%;
}

.golf-container div.paragraph-box p {
	/* margin-bottom: 1rem; */
	width: 95%;
}

.golf-container div.group-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.golf-container .group-box .image-box img {
	/* width: 300px; */
	/* width: 500px; */
	width: 711px;
}

.golf-container #best-in-three img {
	width: 470px;
}

.golf-container .small-image-box {
	display: flex;
	flex-direction: column;
}

.golf-container .small-image-box img {
	width: 100%;
	max-width: 50%;
	align-self: center;
	margin-bottom: 58px;
}

/* GOLF PAGE END */



/* MEADOWCREST PAGE START*/

.meadowcrest-container {}

.meadowcrest-container h1 {
	font-size: 40px;
}

.meadowcrest-container .image-banner {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.meadowcrest-container .group-box {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
	margin-bottom: 30px;
}

.meadowcrest-container div.paragraph-box {
	/* font-size: 1.6rem; */
	/* margin-bottom: 5rem; */
	/* line-height: 1.3; */
}

.meadowcrest-container div.paragraph-box p {
	font-size: 1.6rem;
	/* margin-bottom: 5rem; */
	line-height: 1.7;
}

.meadowcrest-container .image-box img {
	width: 476px;
	height: 356px;
}

.meadowcrest-container .image-banner img {
	/* width: 85%;
	height: 309px; */
}

.meadowcrest-container #large-image img {
	width: 868px;
	height: 463px;
	padding-right: 30px;
}

.meadowcrest-container .group-box #four-in-one {
	background-color: #d3e2e9;
}

.meadowcrest-container .group-box #four-in-one p {
	font-size: 18px;
	padding: 10px 30px;
}

.meadowcrest-container .group-box #long-image img {
	height: 100%;
	width: 534px;
}

.meadowcrest-container #image-center {
	width: 77%;
	margin: 0 auto;
}

.meadowcrest-container #image-center .image-box img {
	width: 1082px;
	height: 523px;
}

/* MEADOWCREST PAGE END */