/* ========== PROMO ========== */
.jsn-homepage.jsn-demo-page #jsn-promo {
	margin: 0;
}
.jsn-homepage.jsn-demo-page .box_skitter {
	background: none !important;
}
.jsn-homepage.jsn-demo-page .label_skitter {
	display: none !important;
}
.jsn-color-blue.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #41688f;
}
.jsn-color-red.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #e74c3c;
}
.jsn-color-green.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #1abc9c;
}
.jsn-color-orange.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #e67e22;
}
.jsn-color-violet.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #9b59b6;
}
.jsn-color-grey.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #bcc6c9;
}
/* ========== MAIN FEATURES ========== */
#demo-main-features {
	padding: 80px 0;
}
#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
	margin-right: 0;
	padding: 55px;
}

#demo-main-features div.grid-layout.grid1 div.grid-col.block1 div.grid-col_inner {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#demo-main-features div.grid-layout.grid2 div.grid-col.block4 div.grid-col_inner {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
#demo-main-features div.grid-layout.grid2 div.grid-col {
	margin-top: -1px;
}
#demo-main-features div.grid-layout.grid2 div.grid-col.block4 {
	margin-left: -1px;
}
#demo-main-features div.grid-layout div.grid-col .icon {
	display: inline-block;
	float: left;
}
#demo-main-features div.grid-layout div.grid-col .icon .link-icon {
	display: block;
	padding: 0;
	width: 63px;
	height: 63px;
overflow: hidden;
}
#demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
display: block;
	background-color: #555;
}
.jsn-color-blue #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #009aca;
}
.jsn-color-red #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #bf0000;
}
.jsn-color-green #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #429e00;
}
.jsn-color-orange #demo-main-features div.grid-layout div.grid-col .icon .link-icon img  {
	background-color: #e66000;
}
.jsn-color-violet #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #9e0084;
}
.jsn-color-grey #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #555;
}
#demo-main-features div.grid-layout div.grid-col .intro-content {
	padding-left: 90px;
}
#demo-main-features div.grid-layout div.grid-col .intro-content .intro-heading a {
	color: #000;
	font-weight: bold;
}
#demo-main-features div.grid-layout div.grid-col .intro-content .desc {
	color: #888;
	line-height: 2em;
}

/* ========== MAIN CONTENT ========== */
.jsn-homepage.jsn-demo-page #jsn-content {
	background-color: #f5f5f5;
}
.jsn-homepage.jsn-demo-page #demo-main-content {
	padding: 50px 0 80px;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-responsive-image {
	display: block;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-responsive-image img {
	max-width: 100%;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-main-content-text {
	padding: 0px !important;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-main-content-text h3.main-heading {
	font-size: 1.8em;
	margin-bottom: 30px;
}

/* ========== DEMO GALLERY ========== */
#demo-gallery {
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
}
#demo-gallery .item {
	padding: 40px;
}
#demo-gallery .item .img a {
	display: block;
	position: relative;
}
#demo-gallery .item .img a img {
	max-width: 100%;
}
#demo-gallery .item .desc {
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
}
#demo-gallery .item .img a:before {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	top: calc(50% - 15px);
	left: 50%;
	margin-left: -35px;
	background: #000 url(../images/icons/icon-zoom.png) center center no-repeat;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#demo-gallery .item .img a:hover:before {
	top: calc(50% - 35px);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#demo-gallery .item .img a:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#demo-gallery .item .img a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ========== USERMODULES3 ========== */
.jsn-homepage.jsn-demo-page #jsn-pos-content-bottom + #jsn-usermodules3 {
	padding: 50px 0;
}
.jsn-homepage.jsn-demo-page div.jsn-modulecontainer ul.menu-sidemenu {
	border: none;
}
.jsn-homepage.jsn-demo-page #jsn-usermodules3 ul.menu-sidemenu > li > a > span {
	padding-left: 0;
	background: none;
}

/* =========== ADCO BOILERPLATE ========= */

/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; padding: 0; font-size: 100%; line-height: 1.231; }

body, button, input, select, textarea { font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif; color: #222; }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::selection { text-shadow: none; background-color: highlight; color: highlighttext; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */

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-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    table { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

/* reflow reset for -webkit-margin-before: 1em */
p { margin: 0; }

html {
    overflow-y: auto;
    background-color: transparent;
    height: 100%;
}

body {
    background: #fff;
    font: normal 100%;
    position: relative;
    height: 100%;
}

body, div, img, p, button, input, select, textarea, a {
    box-sizing: border-box;
}

.image {
    display: block;
}

input {
    cursor: default;
    display: block;
}

input[type=button] {
    background-color: #e5e9e8;
    border: 1px solid #9daca9;
    border-radius: 4px;
    box-shadow: inset 0 1px #fff;
    font: inherit;
    letter-spacing: inherit;
    text-indent: inherit;
    color: inherit;
}

input[type=button]:hover {
    background-color: #eff1f1;
}

input[type=button]:active {
    background-color: #d2d6d6;
    border: 1px solid #9daca9;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
}

/* Reset anchor styles to an unstyled default to be in parity with design surface. It 
   is presumed that most link styles in real-world designs are custom (non-default). */
a, a:visited, a:hover, a:active, #box6 a, #box6 a:visited, #box6 a:hover, #box6 a:active {
    color: rgb(0, 102, 179);
    text-decoration: inherit;
}

#text333 a, #text333 a:visited, #text333 a:hover, #text333 a:active, #text33 a, #text33 a:visited, #text33 a:hover, #text33 a:active, #text a, #text a:visited, #text a:hover, #text a:active, #text8 a, #text8 a:visited, #text8 a:hover, #text8 a:active, #text24 a, #text24 a:visited, #text24 a:hover, #text24 a:active {
	color: #fff;
}

.jsn-microsite h2 {
	font-size: 24px;
	margin-top: 50px;
	color: #fff;
}

.jsn-microsite h3 {
	font-weight: 200;
}

/* ========== ADCO CUSTOM STYLES ============== */

.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#jsn-page {
	position: relative;
}

.jsn-homepage #box3 {
    float: none;
    height: 600px;
    margin: 0px auto;
    clear: none;
    width: 100%;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.jsn-microsite #box3 {
	height: 540px;
}

.jsn-article-toolbar {
	background: transparent;
	padding: 0;
}

#box4 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
    display: block;
    min-height: 40px;
	position: relative;
}
.jsn-homepage #box4 {
	top: 50%;
	transform: translateY(-50%);
}

.jsn-homepage #box4 {
	width: 100%;
	max-width: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: rgb(211, 209, 201);
}

#FeaturedBox {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    max-width: none;
    background-color: rgb(101, 97, 82);
    padding: 50px 0px;
    background-image:url("../images/HHdarkpaper_fibers.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

.jsn-microsite #FeaturedBox {
	background-image: none;
	background-color: rgb(0, 102, 179);
	padding: 0;
}

#box {
    float: none;
    clear: none;
    width: 100%;
    max-width: none;
    display: block;
    background-color: rgb(255, 255, 255);
    position: static;
    top: 0px;
    left: 0px;
	z-index: 999;	
}

div.jsn-modulecontainer ul.menu-mainmenu > li > ul {
	z-index: 999 !important;	
}

#text {
    float: right;
    font-size: 24px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 1em;
    margin: 6px 4px 10px 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    padding: 6px 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgb(237, 28, 36);
    /*centering fixes*/
    margin: 8px auto;
    position: absolute;
    width: unset;
    left: 50%;
    transform: translateX(-50%);
    word-wrap: keep-all;
}

#jsn-topheader .button {
	font-size: 24px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    padding: 6px 12px;
    border-radius: 10px;
    background-color: rgb(237, 28, 36);
	background-image: none;
	border: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	transition: none;
    -moz-transition: none;
    -webkit-transition: none;
	text-shadow: none;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 0;
}

.jsn-joomla-30 div.search .inputbox {
	border-radius: 10px;
	padding: 2px 12px;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	height: auto;
	width: 150px;
}

#jsn-topheader-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

#jsn-social-icons ul {
    padding: 0;
}

#box1 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1320px;
    display: block;
    min-height: 40px;
    padding: 8px 16px;
}

.nowhiringbutton a {
    display: flex;
    align-items: center;
    gap: 10px;
}

#box24 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 95%;
    max-width: 1000px;
    margin-right: auto;
}

#box24 h3 {
	color: #fff;
	font-size: 24px;
}

#box25 {
  float: none;
  height: auto;
  margin: 40px auto 0px;
  clear: none;
  width: 100%;
  max-width: none;
  /*padding: 30px 0px;
  background-color: rgb(224,223,217);*/
  background-image: linear-gradient(180deg,rgba(190,187,176,0.831373) 0%,rgba(190,187,176,0.831373) 100%),url(/templates/jsn_blank_pro/images/soft_wallpaper_%402X.png);
  background-color: rgb(248, 252, 255);
}

.jsn-homepage #box25 {
    float: left;
    margin: 0px;
    clear: both;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 20px 0px;
}

.employ #box25 {
	margin: 0 auto;
}

#box26 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
}

#image14 {
    float: left;
    width: 100%;
    max-width: 140.62004%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
    min-width: 0px;
    border: 2px solid rgb(0, 0, 0);
}

.jsn-itemid-1897 #image14 {
	margin-top: 30px;
}

div.grid-layout div.keeppad div.grid-col_inner {
	margin-right: 10px;
}

#text25 {
    float: left;
    font-size: 24px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(0, 102, 179);
}

.items-row {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding: 30px 0px 0px;
    background: #fff;
	box-sizing: border-box;
}

.jsn-microsite .items-row, .jsn-microsite .light {
	background-image: none;
	background-color: #fff;
}

.items-row .item {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
    font-size: 20px;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
}

.items-row .item .page-header h2 {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(237, 28, 36);
    padding-bottom: 20px;
}

.jsn-microsite .items-row .item .page-header h2 {
	padding-bottom: 0;
}

.light {
    background-color: #f0efe9;
}

.readmore .btn, #jsn-page .expandbox .button {
	color: white;
    background: #8c8a82;
	text-shadoW: none;
    border: none;
}

.readmore .btn .icon-chevron-right {
	display: none; 
}

.expandbox {
  max-height: 120px;
  position: relative;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  min-height: 80px;
}
.expandbox .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: right; 
  margin: 0; 
  padding: 10px 0; 
  background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, #fff 100%);
}

.light .expandbox .read-more {
  background-image: linear-gradient(to top, #f0efe9 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, #f0efe9 100%);
}

#box39 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
}

#text37 {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(237, 28, 36);
    padding-bottom: 20px;
}

#text38 {
    float: left;
    font-size: 20px;
    width: 50%;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
    margin: 0px 0px 0px 2%;
    clear: none;
    min-height: 0px;
}

.item-image.pull-left {
    float: left;
	margin: 0 2% 0 0;
}

#box41 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding: 30px 0px;
    background-image:-webkit-linear-gradient(270deg, rgba(190, 187, 176, 0.831373) 0%, rgba(190, 187, 176, 0.831373) 100%),url("../images/soft_wallpaper_%402X.png");
    background-image: linear-gradient(180deg, rgba(190, 187, 176, 0.831373) 0%, rgba(190, 187, 176, 0.831373) 100%), url(file:///T:/JOBS/11296%20SRHHGD%20New%20Website/HomewayHomes/assets/../images/soft_wallpaper_%402X.png);
    background-attachment: scroll;
    -webkit-background-size: auto, auto;
    background-size: auto, auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#box42 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
}

#text39 {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(237, 28, 36);
    padding-bottom: 20px;
}

#text40 {
    float: left;
    font-size: 20px;
    width: 50%;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
    margin: 0px;
    clear: both;
    min-height: 0px;
}

#box43 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding: 30px 0px;
    background-color: rgb(224, 223, 217);
    background-image:-webkit-linear-gradient(270deg, rgba(167, 163, 147, 0.360784) 0%, rgba(167, 163, 147, 0.298039) 100%),url("../images/soft_wallpaper_%402X.png");
    background-image: linear-gradient(180deg, rgba(167, 163, 147, 0.360784) 0%, rgba(167, 163, 147, 0.298039) 100%), url(file:///T:/JOBS/11296%20SRHHGD%20New%20Website/HomewayHomes/assets/../images/soft_wallpaper_%402X.png);
    background-attachment: scroll;
    -webkit-background-size: auto, auto;
    background-size: auto, auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#box44 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
}

#text41 {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(237, 28, 36);
    padding-bottom: 20px;
}

#box45 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 48%;
}

#text42 {
    float: left;
    font-size: 20px;
    width: 50%;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
    margin: 0px 0px 0px 2%;
    clear: none;
    min-height: 0px;
}

#box46 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding: 30px 0px;
    background-image:-webkit-linear-gradient(270deg, rgba(190, 187, 176, 0.831373) 0%, rgba(190, 187, 176, 0.831373) 100%),url("../images/soft_wallpaper_%402X.png");
    background-image: linear-gradient(180deg, rgba(190, 187, 176, 0.831373) 0%, rgba(190, 187, 176, 0.831373) 100%), url(file:///T:/JOBS/11296%20SRHHGD%20New%20Website/HomewayHomes/assets/../images/soft_wallpaper_%402X.png);
    background-attachment: scroll;
    -webkit-background-size: auto, auto;
    background-size: auto, auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#box47 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
}

#text43 {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(237, 28, 36);
    padding-bottom: 20px;
}

#text44 {
    float: left;
    font-size: 20px;
    width: 50%;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
    margin: 0px;
    clear: both;
    min-height: 0px;
}

#box48 {
    float: left;
    height: auto;
    margin-left: 2%;
    margin-top: 0px;
    clear: none;
    width: 48%;
}

.item-image {
    float: right;
    height: auto;
    margin-left: 2%;
    margin-top: 0px;
	margin-bottom: 20px;
    clear: none;
    width: 48%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.item-image img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#image17 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#image19 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#box49 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding: 50px 0px;
    background-color: rgb(255, 255, 255);
}

.textidclone {
    font-size: 24px;
    text-align: center;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    color: white;
    padding: 6px 12px;
    border-radius: 10px;
    background-color: rgb(237, 28, 36);
    margin: 0 auto !important;
    word-wrap: keep-all;
}

.textidclone a {
    color: white;
}

#jsn-topheader .clearafter:after {
    display: none;
    content: none;
}

#box50 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
}

#box54 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding: 30px 0px;
    background-color: rgb(0, 102, 179);
}

#box55 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
}

#box56 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;

}

#box51 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    padding: 14px;
}

#box52 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 33%;
    background-color: rgb(232, 245, 255);
    padding: 14px;
}

#box53 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 33%;
    padding: 14px;
}

#image24 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#text24 {
    float: left;
    font-size: 24px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 200;
    line-height: 30px;
    margin: 51px 0px 0px;
    clear: both;
    min-height: 88px;
    color: rgb(233, 232, 228);
}

.jsn-microsite #text24 {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pagination {
	max-width: 1000px;
	padding: 20px;
	margin: 0 auto;
    clear: both;
}

.jsn-homepage #jsn-mainbody > div > .page-header {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding: 30px 0px;
    background-color: rgb(237, 28, 36);
}

.jsn-microsite .page-header h1 {
	color: #fff;
	font-size: 30px;
	padding-left: 35px;
}

.jsn-microsite .page-header h1 a {
	color: #fff;
}

#jsn-mainbody > div > .page-header h1, #jsn-mainbody > div > .page-header h2, .gallery .jg-header {
    float: none;
    height: auto;
	margin: 20px 0 40px;
    clear: none;
    font-size: 30px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    min-height: 0px;
	color: #000;
    padding: 0px;
	background-color: transparent;
	border: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.05);
    box-shadow: inset 0 0 0 rgba(0,0,0,0.05);
}
.jsn-homepage #jsn-mainbody > div > .page-header h1, .jsn-homepage #jsn-mainbody > div > .page-header h2 {
    color: rgb(255, 255, 255);
	max-width: 1000px;
    width: 95%;
    margin: 0px auto;
}

img.jg_photo {
    margin: 0 5% 5% 0;
	max-width: 95%;
}

#acww-more {
	display: none;
}

.listItem {
	width: 100%;
	padding: 10px 10px 20px;
	background: #fff;
	clear: both;
	overflow: auto;
	margin: 10px 0;
}

.listNum {
	float: left;
	width: 5%;
	text-align: center;
    text-shadow: rgb(101, 97, 82) 0px 0px 13px;
	font-size: 40px;
	color: #fff;
}

.listText {
	float: left;
	width: 95%;
}

#box34 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 48%;
    background-color: rgb(0, 0, 0);
}

#text47 {
    float: left;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 22px;
    color: rgb(0, 102, 179);
    font-style: normal;
}

#image21 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px;
    clear: both;
    color: rgb(0, 0, 0);
    min-width: 0px;
}

#text46 {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px 0px 10px;
    clear: both;
    min-height: 22px;
    color: rgb(237, 28, 36);
    font-style: normal;
    display: block;
}

#jsn-content-bottom h3.jsn-moduletitle {
    float: left;
    font-size: 40px;
    width: 99.999999%;
    height: auto;
    text-align: center;
    font-weight: 200;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(0, 102, 179);
    font-style: normal;
    display: block;
    padding: 20px;
}

#text48 {
    float: left;
    font-size: 16px;
    width: 99.999999%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px 0px 10px;
    clear: none;
    min-height: 22px;
    color: rgb(237, 28, 36);
    font-style: normal;
    display: block;
}

#image22 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px;
    clear: both;
    color: rgb(0, 0, 0);
    min-width: 0px;
    display: block;
}

#text49 {
    float: left;
    font-size: 18px;
    width: 99.999999%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: both;
    min-height: 22px;
    color: rgb(0, 102, 179);
    font-style: normal;
    display: block;
}

#text50 {
    float: left;
    font-size: 16px;
    width: 99.999999%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px 0px 10px 0.484375px;
    clear: none;
    min-height: 22px;
    color: rgb(237, 28, 36);
    font-style: normal;
    display: block;
}

#image23 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px 0.484375px;
    clear: both;
    color: rgb(0, 0, 0);
    min-width: 0px;
    display: block;
}

#text51 {
    float: left;
    font-size: 18px;
    width: 99.999999%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px 0px 0px 0.484375px;
    clear: both;
    min-height: 22px;
    color: rgb(0, 102, 179);
    font-style: normal;
    display: block;
}

#image15 {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    color: rgb(0, 0, 0);
}

#text26 {
    float: left;
    font-size: 16px;
    width: 100.000002%;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 1em;
    margin: 10px 0px 0px;
    clear: none;
    min-height: 59px;
}

#text27 {
    float: left;
    font-size: 16px;
    width: 100.000002%;
    height: auto;
    text-align: center;
    font-weight: 300;
    line-height: 20px;
    margin: 14.875px 0px 0px;
    clear: both;
    min-height: 59px;
}

#textspan, #text27 a {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(0, 102, 179);
    font-weight: 500;
}

#jcemediabox-popup-caption h4 {
	float: none;
}

#image {
    float: left;
    width: 40px;
    max-width: 100%;
    height: 40px;
    margin: 5px 0px 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#jsn-pos-user6 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#jsn-pos-user6 ul li {
    height: auto;
    text-align: left;
    margin: 0;
    clear: none;
    min-height: 0px;
	padding: 0;
}

#jsn-pos-user6 ul li a {
    font-weight: normal;
    line-height: 30px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

#image18 {
    float: left;
    width: 48%;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#image20 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#box2 {
    height: 30px;
    margin: 0;
}

.callus {
    display: inline-block; margin: 12.5px auto; font-size: 18px; text-align: center; padding: 0px 30px;
}

#jsn-social-icons ul li {
    width: 30px;
    max-width: 100%;
    height: 30px;
    display: block;
}

#jsn-social-icons ul li a {
	width: 30px;
	height: 30px;
}

#jsn-social-icons ul li.facebook a {
	background-position: 4px center;
}
#jsn-social-icons ul li.twitter a {
  background-position: -45px center;
}
#jsn-social-icons ul li.youtube a {
  background-position: -95px center;
}
#jsn-social-icons ul li.googleplus a {
  background-position: -143px center;
}
#jsn-social-icons ul li.pinterest a {
  background-position: -195px center;
}
#jsn-social-icons ul li.flickr a {
  background-position: -295px center;
}

#jsn-logo {
	display: none;
}

#image2 {
    float: right;
    width: 30px;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 5px;
    display: block;
}

#image3 {
    float: right;
    width: 30px;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 5px;
    display: block;
}

#image4 {
    float: right;
    width: 30px;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 5px;
    display: block;
}

#image5 {
    float: right;
    width: 30px;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 5px;
    display: block;
}

#image6 {
    float: right;
    width: 30px;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 5px;
    display: block;
}

#Floorplan_Gallery {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    width: 100%;
    max-width: none;
    padding: 20px 0px;
    background-image:url("../images/HHlightpaper_fibers.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#box8 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 100%;
    padding: 0px;
    max-width: 1000px;
}

#image13 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

.jsn-itemid-1897 #image13 {
	padding-top: 20px;
}

#box29 {
    float: none;
    height: auto;
    margin: 40px auto 0px;
    clear: none;
    width: 95%;
    max-width: 1000px;
    display: block;
}

#box30 {
    float: none;
    height: auto;
    margin: 0px 0px 20px;
    clear: none;
    width: 100%;
    padding: 0px;
}

h4 {
    float: left;
    font-size: 24px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
    margin: 0px;
    clear: both;
    min-height: 0px;
    color: rgb(0, 102, 179);
}

.jsn-mod-newsflash .jsn-article p {
    float: left;
    font-size: 20px;
    width: 100.000002%;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0px 0px;
    clear: both;
    min-height: 59px;
}

#box31 {
    float: left;
    height: auto;
    margin: 0px 0px 20px;
    clear: none;
    width: 100%;
    padding: 0px;
    display: block;
}

#text31 {
    float: left;
    font-size: 24px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
    margin: 0px;
    clear: both;
    min-height: 0px;
    color: rgb(0, 102, 179);
}

#text32 {
    float: left;
    font-size: 20px;
    width: 100.000002%;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0px 0px;
    clear: both;
    min-height: 59px;
}

#text33 a:hover, #text333 a:hover {
    background-color: rgb(237, 28, 36);
}

#text33 {
	display: none;
}

.jsn-homepage #text33 a, #text333 a {
    float: none;
    font-size: 20px;
    width: 300px;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin: 10px auto 0;
    clear: both;
    min-height: 0px;
    padding: 5px;
    color: rgb(248, 252, 255);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: table;
    background-color: rgb(0, 102, 179);
}

h3.jsn-moduletitle {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(237, 28, 36);
    padding-bottom: 20px;
    display: block;
}

#jsn-content-top h3.jsn-moduletitle {
	margin-top: 40px;
}

.jsn-microsite h3.jsn-moduletitle {
	float: none;
	padding: 20px 0 0 0;
}

.bt-social-share {
	display: none;
}
.jsn-microsite .bt-social-share {
	display: inline-block;
}

#textspan1 {
    float: none;
    font-size: 14px;
    line-height: 1em;
}

#box14 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding: 10px;
    background-color: rgb(233, 232, 228);
}

#jsn-pos-mainbody-bottom #box14 {
	background-color: rgba(190, 187, 176, 0.509804);
}

#text17:hover {
    background-color: rgb(0, 102, 179);
}

#text17 {
    float: none;
    font-size: 20px;
    width: 300px;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin: 0px auto;
    clear: both;
    min-height: 0px;
    padding: 5px;
    color: rgb(248, 252, 255);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgb(101, 97, 82);
	max-width: 100%;
}

#text17 a {
	color: #fff;
}

.box9:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgb(248, 252, 255);
}

.box9 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 33.3%;
    display: block;
    padding: 5px;
}

.jsn-homepage .box9, .jsn-itemid-1911 .box9 {
	width: 25%;
}

.box9 img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0.0125%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
}

.text9 {
    float: left;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    padding: 0px;
    color: #000;
}

.text10 {
    float: left;
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 18px;
    margin-left: 0%;
    margin-top: 10px;
    clear: both;
    min-height: 0px;
    padding: 0px;
    color: #000;
}

#jsn-pos-user6 {
	width: 50%;
}

#jsn-pos-user7 {
	display: none;
}

#box10:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.jsn-itemid-1897 #box10:hover {
	background-color: transparent;
}

#box10 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 25%;
    display: block;
    padding: 5px;
}

#box3 #box10 {
  float: none;
  height: auto;
  margin-left: auto;
  margin-top: 0px;
  clear: none;
  width: 95%;
  max-width: 1000px;
  margin-right: auto;
}

.jsn-itemid-1897 #box10 {
	  float: none;
  height: auto;
  margin-left: auto;
  margin-top: 20px;
  clear: none;
  width: 95%;
  max-width: 1000px;
  margin-right: auto;
  padding: 0;
}

.jsn-itemid-1897 #jsn-promo, .jsn-itemid-1897 #jsn-promo form {
	margin-top: 0;
}

#box3 #box11 {
  float: left;
  height: auto;
  margin: 0px;
  clear: none;
  width: 100%;
  padding:0 10px 10px;
}

.jsn-homepage #box3 #box11 {
	padding: 10px;
}

#box3 #image8 {
  float: left;
  width: 25%;
  max-width: 100%;
  height: auto;
  margin: 0px;
  clear: none;
  color: rgb(0, 0, 0);
}

#box3 #text8 {
  float: left;
  font-size: 26px;
  width: 75%;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 30px;
  margin: 25px 0px 0px;
  clear: none;
  min-height: 0px;
  padding: 15px;
  color: #000;
}

#image10 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
    margin-right: 0%;
}

#text11 {
    float: left;
    font-size: 20px;
    width: 99.999999%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    padding: 0px;
    display: block;
    margin-right: 0%;
    color: #000;
}

.jsn-itemid-1897 #text11 {
  float: left;
  font-size: 24px;
  width: 100%;
  height: auto;
  text-align: left;
  font-weight: 600;
  line-height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  clear: none;
  min-height: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: block;
  margin-right: 0px;
  color: rgb(0, 102, 179);
  margin-bottom: 10px;
}

#text12 {
    float: left;
    font-size: 14px;
    width: 99.999999%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 18px;
    margin-left: 0%;
    margin-top: 10px;
    clear: both;
    min-height: 0px;
    padding: 0px;
    display: block;
    margin-right: 0%;
    color: #000;
}

.jsn-itemid-1897 #text12 {
  float: left;
  font-size: 16px;
  width: 99.999999%;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  clear: both;
  min-height: 0px;
  padding: 0 0 0 10%;
  display: block;
  margin-right: 0px;
  color: #000;
  margin-bottom: 0px;
}

#box11:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgb(255, 255, 255);
}

#box11 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 25%;
    display: block;
    padding: 5px;
}

#image11 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
    margin-right: 0%;
}

#text13, .text13 {
    float: left;
    font-size: 20px;
    width: 99.999999%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    padding: 0px;
    display: block;
    margin-right: 0%;
    color: #000;
}

.jsn-itemid-1897 #text13, .text13 {
  float: left;
  font-size: 30px;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 300;
  line-height: 1em;
  margin-left: 0px;
  margin-top: 0px;
  clear: none;
  min-height: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  margin-right: 0px;
  color: rgb(248, 252, 255);
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgb(0, 102, 179);
}

.jsn-itemid-1897 #text13 a, .text13 a {
	color: #fff !important;
}

#text14 {
    float: left;
    font-size: 14px;
    width: 99.999999%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 18px;
    margin-left: 0%;
    margin-top: 10px;
    clear: both;
    min-height: 0px;
    padding: 0px;
    display: block;
    margin-right: 0%;
    color: #000;
}

#box12:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.jsn-itemid-1897 #box12:hover {
	background-color: transparent;
}

#box12 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 25%;
    display: block;
    padding: 5px;
}

.jsn-itemid-1897 #box12 {
  float: left;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  clear: none;
  width: 50%;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
  padding: 0 20px 0 0;
}

#text10 {
  float: left;
  font-size: 40px;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: normal;
  line-height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  clear: none;
  min-height: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: block;
  margin-right: 0px;
  color: #000;
  margin-bottom: 40px;
}

#image12 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
    margin-right: 0%;
}

#text15 {
    float: left;
    font-size: 20px;
    width: 99.999999%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    padding: 0px;
    display: block;
    margin-right: 0%;
    color: #000;
}

#text16 {
    float: left;
    font-size: 14px;
    width: 99.999999%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 18px;
    margin-left: 0%;
    margin-top: 10px;
    clear: both;
    min-height: 0px;
    padding: 0px;
    display: block;
    margin-right: 0%;
    color: #000;
}

#MenuBox {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    width: 100%;
    display: block;
    background-color: rgb(0, 102, 179);
}

#Menu {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 100%;
    max-width: 1000px;
    min-width: 0px;
}

div.jsn-modulecontainer ul.menu-mainmenu > li {
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    margin: 0px;
    clear: none;
    min-height: 37px;
	padding: 0;
}

div.jsn-modulecontainer ul.menu-mainmenu > li > a {
    color: rgb(255, 255, 255);
    padding: 8px 18px;
    font-size: 18px;
}

#text3 {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    margin: 0px;
    clear: none;
    min-height: 37px;
    color: rgb(255, 255, 255);
    padding: 8px 20px;
}

#text4 {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    margin: 0px;
    clear: none;
    min-height: 37px;
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    display: block;
}

#text5 {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    margin: 0px;
    clear: none;
    min-height: 37px;
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    display: block;
}

#text6 {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    margin: 0px;
    clear: none;
    min-height: 37px;
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    display: block;
}

#text7 {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    margin: 0px;
    clear: none;
    min-height: 37px;
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    display: block;
}

#box5 {
    float: left;
    height: auto;
    margin-top: -80px;
    clear: none;
    width: 100%;
    padding-bottom: 20px;
    display: block;
	z-index: 200;
	position: relative;
}

#box6 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
}

#box6 p {
	margin: 0;
}

#image7 {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
}

#box6 #text1, #box3 #text1 {
    float: right;
    font-size: 30px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 122px;
    clear: none;
    min-height: 44px;
    font-style: italic;
    margin-right: 0%;
    color: rgb(0, 102, 179);
}

#box3 #text1 {
	float: left;
	margin-top: 60px;
	margin-left: 20px;
}

#jsn-pos-mainbody-bottom #box13 {
    float: left;
    height: auto;
    margin: 13px 0px 0px;
    clear: both;
    width: 100%;
    padding: 10px;
}

.jsn-itemid-1897 #box13 {
  float: left;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  clear: none;
  width: 50%;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#text18 {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.40816327%;
    margin-top: 10px;
    clear: none;
    min-height: 23px;
    color: #000;
    min-width: 0px;
}

#box15 {
    float: left;
    height: auto;
    margin: 20px 0px 10px;
    clear: both;
    width: 100%;
}

#fitem-box17 {
    float: left;
    height: auto;
    margin: 10px 20px 10px 0%;
    clear: none;
    width: auto;
    display: block;
}

#fitem-box17 label {
    float: left;
    font-size: 20px;
    width: auto;
    height: 30px;
    text-align: left;
    font-weight: 300;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    padding-right: 10px;
    color: #000;
    padding-top: 4px;
	min-width: 0;
	max-width: 100%;
}

#box17 {
    float: left;
    height: 30px;
    margin: 0px;
    clear: none;
    width: 150px !important;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border: 0;
}

#fitem-box19 {
    float: left;
    height: auto;
    margin: 10px 20px 10px 0%;
    clear: none;
    width: auto;
    display: block;
}

#fitem-box19 label {
    float: left;
    font-size: 20px;
    width: auto;
    height: 30px;
    text-align: left;
    font-weight: 300;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    padding-right: 10px;
    color: #000;
    padding-top: 4px;
	min-width: 0;
	max-width: 100%;
}

#box19 {
    float: left;
    height: 30px;
    margin: 0px;
    clear: none;
    width: 70px !important;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border: 0;
}

#fitem-box21 {
    float: left;
    height: auto;
    margin: 10px 20px 10px 0%;
    clear: none;
    width: auto;
    display: block;
}

#fitem-box21 label {
    float: left;
    font-size: 20px;
    width: auto;
    height: 30px;
    text-align: left;
    font-weight: 300;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    padding-right: 10px;
    color: #000;
    padding-top: 4px;
	min-width: 0;
	max-width: 100%;
}

#box21 {
    float: left;
    height: 30px;
    margin: 0px;
    clear: none;
    width: 70px !important;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border: 0;
}

#fitem-box23 {
    float: left;
    height: auto;
    margin: 10px 20px 10px 0%;
    clear: none;
    width: auto;
    display: none;
}

#fitem-box23 label {
    float: left;
    font-size: 20px;
    width: auto;
    height: 30px;
    text-align: left;
    font-weight: 300;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    padding-right: 10px;
    color: #000;
    padding-top: 4px;
	min-width: 0;
	max-width: 100%;
}

#box23 {
    float: left;
    height: 30px;
    margin: 0px;
    clear: none;
    width: 70px !important;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border: 0;
}

#text23 {
    float: left;
    font-size: 20px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: 1.377551%;
    margin-top: 10px;
    clear: none;
    min-height: 30px;
    color: rgb(248, 252, 255);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgb(101, 97, 82);
    padding: 5px 20px;
    margin-bottom: 10px;
	text-shadow: none;
	background-image: none;
	border: 0;
}

#Promo_Area {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    padding: 30px 0px;
    display: block;
    background-color: rgb(186, 225, 255);
}

.jsn-itemid-1897 #Promo_Area {
	padding: 0;
	background-color: rgb(211, 209, 201);
}

#box7 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 95%;
    max-width: 1000px;
}

#box7 p {
	margin: 0;
}

#text:hover {
    background-color: rgb(176, 14, 20);
}

#image8 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: both;
    color: rgb(0, 0, 0);
}

#box7 #text8 {
    float: right;
    font-size: 15px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin: -50px 20px 0px 0px;
    clear: none;
    min-height: 0px;
    padding: 10px;
    color: rgb(195, 192, 181);
    background-color: rgb(248, 252, 255);
}

#jsn-menu {
	background-color: rgb(0,102,179);
}

#jsn-menu #jsn-pos-mainmenu {
	text-align: center;
}

#jsn-menu #jsn-pos-mainmenu .jsn-modulecontainer {
	margin: 0 auto;
    	display: inline-block;
    	float: none;
}

.modelhomeforsale .page-header h1 {
	text-align: center  !important;
	font-weight: bold  !important;
	font-size: 36px  !important;
	color: rgb(237,28,36)  !important;
}

#bigtext {
    text-align: center !important;
    font-size: 70px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 1em;
    margin: -50px 0 0 0;
    padding: 0;
    clear: none;
    min-height: 78px;
    color: rgb(255,255,255);
    text-shadow: rgb(101,97,82) 0px 0px 13px;
    min-width: 0px;
    background-color: transparent;
}

.bigtext {
    text-align: center !important;
    font-size: 70px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 1em;
    margin: -40px 0 0 0;
    padding: 0;
    clear: none;
    min-height: 78px;
    color: rgb(255,255,255);
    text-shadow: rgb(101,97,82) 0px 0px 13px;
    min-width: 0px;
    background-color: transparent;
}

.jsn-itemid-1897 #box7 #text8, .jsn-homepage #box5 #text8 {
	  float: left;
  font-size: 70px;
  width: 100%;
  height: auto;
  text-align: left;
  font-weight: 700;
  line-height: 1em;
  margin: -40px 0 0 0;
  padding: 0;
  clear: none;
  min-height: 78px;
  color: rgb(255, 255, 255);
  text-shadow: rgb(101, 97, 82) 0px 0px 13px;
  min-width: 0px;
  background-color: transparent;
  display: none;
}

.hfs h1 {
	text-align: center;
	font-size: 50px;
	color: #d2232a;
	font-weight: bold;
}

.hfs h2 {
	text-align: center;
}

.hfs h3 {
	font-size: 30px;
	color: #0066b2;
	font-weight: bold;
}

.hfs h4 {
	font-size: 20px;
	font-weight: bold;
}

.hfs hr {
	border-top: 2px solid black;
}

.hfs b {
	font-size: 20px;
}

.hfs img {
	display: block;
	width: 90%;
	margin: 5px auto;
}

#image9 {
  float: right;
  width: auto;
  height: auto;
  margin-left: 0px;
  margin-top: -80px;
  clear: both;
  color: rgb(0, 0, 0);
  margin-right: 0px;
  max-width: 20%;
  display: block;
  margin-bottom: 0px;
}

#text9 {
  float: none;
  font-size: 24px;
  width: 100%;
  height: auto;
  text-align: left;
  font-weight: 300;
  line-height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  clear: none;
  min-height: 88px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #000;
  padding-bottom: 20px;
}

#jsn-content-top .jsn-modulecontainer {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	clear: both;
}

#box28, #jsn-content-top .box28 {
    float: left;
    height: auto;
    margin-left: 2%;
    margin-top: 0px;
    clear: none;
    width: 35%;
    background-color: rgb(233, 232, 228);
    padding: 10px;
}

#jsn-content-top .box28 {
	background-color: transparent;
	padding: 50px 0 0 0;
}

#box27, #jsn-content-top .box27 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 63%;
    padding: 0px;
}

.chrono_credits {
	display: none;
}

.video {
		position: relative;
		padding-bottom: 38.25% !important; /* 16:9 */
		padding-top: 0 !important;
		height: 0 !important;
	}
.vidbox {
		position: relative;
		padding-bottom: 56.25% !important; /* 16:9 */
		padding-top: 25px !important;
		height: 0 !important;
	}
.video object,
.video embed,
.vidbox object,
.vidbox embed,
.vidbox iframe,
.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

#jsn-body {
	background: rgb(224, 223, 217);
	background-image: -webkit-linear-gradient(270deg, rgba(190, 187, 176, 0.831373) 0%, rgba(190, 187, 176, 0.831373) 100%),url("../images/soft_wallpaper_%402X.png");
  background-image: linear-gradient(180deg, rgba(190, 187, 176, 0.831373) 0%, rgba(190, 187, 176, 0.831373) 100%), url("../images/soft_wallpaper_%402X.png");
  background-attachment: scroll;
  -webkit-background-size: auto, auto;
  background-size: auto, auto;
  background-position: 0% 0%;
  background-repeat: repeat;
	clear: both;
}
.jsn-homepage #jsn-body {
	background: none;
}

#jsn-content {
	float: none;
  height: auto;
  margin-left: auto;
  margin-top: 0px;
	clear: both;
  width: 95%;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 1000px;
  padding-bottom: 50px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  background-color: rgb(233, 232, 228);
  color: #000;
}
.jsn-homepage #jsn-content {
	width: 100%;
	max-width: 100%;
	padding: 0;
	background: none;
	color: #000;
}
.jsn-microsite #jsn-content {
	width: 95%;
	max-width: 1000px;
	padding: 20px 20px 50px 20px;
}
.item-page p, .blog p {
	margin-bottom: 15px;
}
.jsn-microsite .box_skitter .image img {
	height: auto !important;
}
.jsn-layout-blog #jsn-pos-user-bottom {
	display: none;
}
#toplink {
	color: #999;
    z-index: 999;
    padding: 8px 12px;
    display: block;
    background-color: #000;
    position: fixed;
    left: 50%;
    bottom: 0;
}
#toplink:hover {
    color: #e5e5e5;
    text-decoration: none;
    background-color: #333;
}

.lgray ul {
	margin: 0;
	text-align: center;
	padding: 0 40px;
}

.lgray ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	display: block;
	width: 20%;
}
.lgray ul li a {
	font-size: 18px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin: 20px 10px;
    min-height: 0px;
    padding: 14px 20px;
    color: rgb(248,252,255);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
    background-color: rgb(0,102,179);
}

.lgray ul li.double a {
	padding: 5px 20px;
}

.rl_sliders.accordion {
	margin-bottom: 0;
}

.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover, .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
	background-color: transparent;
	color: inherit;
}

.rl_sliders.accordion>.accordion-group.active>div>a:focus, .rl_sliders.accordion>.accordion-group>div>a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	padding: 0;
	border: 0;
}

.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
	background: url(../images/plusminus.png) 0px 10px no-repeat;
	padding: 8px 20px;
}

.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
	background: url(../images/plusminus.png) 0px -13px no-repeat;
}

.smart-top h1 {
	color: #58595b;
	font-weight: bold;
	font-size: 2.5em;
}

.smart-top img {
	padding: 5px;
}

.smart-banner {
	background-color: #d92632;
}

.smart-banner p {
	color: #e9e8e4;
	font-size: 2.3em;
	margin: 30px 0px;
}

.smart-banner .row-fluid {
	padding: 5px 20px;
}

.smart-content h2 {
	font-size: 2em;
	color: #0066b2;
}

.smart-content h3 {
	color: #58595b;
	font-weight: normal;
	font-size: 130%;
	line-height: 30px;
}

.smart-content p {
	margin-bottom: 10px;
}

.smart-content .difference {
	background-color: #d92632;
	border-radius: 2px;
	padding: 10px 20px;
	color: white;
	text-align: center;
}

.smart-content .difference img {
	display: block;
	margin: 0 auto;
}

.smart-content .difference p {
	color: white;
	text-align: left;
}

.smart-content .difference .smart-button a {
	color: white;
    	background-color: #0066b3;
    	text-align: center;
    	margin: 5px auto;
    	display: block;
    	width: fit-content;
    	padding: 10px;
    	border-radius: 10px;
    	font-size: 1.1em;
}

.smart-home #jsn-content {
	background-color: white;
}

body.homeshow #jsn-body {
	background: none;
	background-color: white;
}

body.homeshow #jsn-content {
	background-color: white;
	max-width: unset;
}

body.homeshow #box3 {
	display: none;
}

body.homeshow div.banner {
	height: fit-content;
    	color: white;
    	background-color: rgb(0,102,179);
    	font-size: 2em;
    	text-align: center;
    	padding: 20px;
}

body.homeshow div.banner:first-child {
	font-size: 4em;
}

body.homeshow div.banner img {
	max-height: 150px;
	display: inline-block;
	width: fit-content;
}

body.homeshow div.text {
	margin: 30px auto;
	max-width: 90%;
	font-size: 150%;
	display: grid;
	grid-template-columns: 40% 60%;
}

body.homeshow div.text h1 {
	color: rgb(0,102,179);
	font-size: 150%;
	margin-top: 0;
	font-weight: bold;
}

body.homeshow div.text table {
	text-align: left;
}

body.homeshow div.text table th, body.homeshow div.text table td {
	padding: 5px 10px;
}

body.homeshow div.text table th {
	padding-left: 0;
}

body.homeshow div.floorplans {
	display: grid;
    	grid-template-columns: 50% 50%;
    	margin: 20px 0px;
}

body.homeshow div.floorplans img {
	max-width: 90%;
	display: block;
	margin: 0 auto;
}

body.homeshow div.floorplans > div:last-child {
	grid-column: 1/3;
	margin-top: 10px;
}

.jsn-itemid-1917 .page-header h2, .jsn-homepage .box27 .newsflash-title {
    background: url(../images/stars.png) top right no-repeat;
}

.jsn-homepage .box27 .newsflash-title {
    margin: .5em 0 0;
}

.jsn-homepage .box27 #text33 {
    display: block;
}

.jsn-homepage .box27  #text33 a {
    background-image: url(../images/stars.png);
    padding-top: 35px;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 1em auto;
    display: block;
    float: none;
}

.jsn-homepage .box27 #text33 a:hover {
    background-color: rgb(237, 28, 36);
}

.jsn-homepage .box27 .jsn-mod-newsflash .jsn-article p {
    margin-bottom: 1em;
}

#chronoform-consult_goodfield .form-group {
    display: grid;
    grid-template-columns: 0fr 1fr 2fr;
}

.reviewbtn {
    background-image: url(../images/boxbg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

a svg text {
    transition: fill 0.1s;
}

a:hover svg text {
    fill: rgb(251, 188, 5);
}

.jsn-itemid-2573 h4 img {
    margin-top: -7px;
}

.homereviewbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0;
    background: none;
    color: #0066b3;
    margin: 40px auto 0;
    text-align: center;
    align-items: center;
}

.homereviewbox > div:first-child {
    align-self: flex-end;
}

#box5 {
    padding-bottom: 0;
}

.homereviewbox svg {
    transition: transform 0.1s;
}

.homereviewbox svg:hover {
    transform: scale(1.1);
}

.catalogpromo {
    background-color: #006db5;
    text-align: center;
    width: 100%;
}

.catalogpromo video {
    margin-bottom: -5px;
    max-width: 100%;
}

@media only screen and (min-width: 1200px), (min-device-width: 1200px){
	.row-fluid [class*="span"] {
		min-height: 0;
	}
}
@media only screen and (max-width: 960px), (max-device-width: 960px){
	.jsn-mobile [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
    	display: none;
    }
    .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span4,
    .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span8{
    	width: 100%;
    }
    .jsn-homepage #box3 {
        height: 500px;
    }
	
	#MenuBox {
		width: 50px;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
		overflow: visible;
	}
	#jsn-menu #jsn-pos-mainmenu ul.jsn-menu-mobile {
		width: 300px;
	}
	.jsn-menu-toggle .fa {
		font-size: 36px;
	}
	#box25 {
		margin-top: 0;
		padding-top: 0;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle, #jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
		color: rgb(237, 28, 36);
		background: rgb(0, 102, 179);
	}
	.lgray ul li a {
		margin: 0 10px;
	}	
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
    #jsn-topheader-inner {
        flex-direction: column;
    }
	#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
		padding: 30px;
	}
	#demo-main-features {
		padding: 50px 0;
	}
	#demo-gallery .item .img a {
		right: auto;
		left: auto;
		top: auto;
	}
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
        margin-top: 50px;
        margin-bottom: 5px;
    }
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
        font-size: 18px;
    }	
    .jsn-homepage #box3 {
        height: 400px;
    }

    #box6 #text1 {
        font-size: 20px;
    }
    
    

    #image7 {
        width: auto;
    }
	#jsn-content-top .box27, #jsn-content-top .box28 {
		width: 100%;
	}
	.lgray ul li {
			margin: 0 0 10px 0;
			width: 100%;
	}
	.lgray ul li.double a {
	padding: 14px 20px;
	}

    #chronoform-consult_goodfield .form-group {
        display: block;
        margin: 20px 0;
    }
}
@media only screen and (max-width: 600px) {
    .box9, .jsn-homepage .box9, .jsn-itemid-1911 .box9 {
        width: 50%;
    }

    #box10 {
        width: 50%;
    }

    #box11 {
        width: 50%;
    }

    #box12 {
        width: 50%;
    }
	
	.jsn-itemid-1897 #box12, .jsn-itemid-1897 #box13 {
		width: 100%;
	}
	
	.jsn-itemid-1897 #text12, .jsn-itemid-1897 #text12 ul {
		padding: 0;
	}

    #image14 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #box28 {
        width: 100%;
		margin-left: 0;
    }

    #box27 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        width: 100%;
        margin-bottom: 40px;
    }

    #box51 {
        width: 100%;
    }

    #box52 {
        width: 100%;
    }

    #box53 {
        width: 100%;
    }

    #image7 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #box6 #text1 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        text-align: center;
        margin-top: 0px;
    }

    .jsn-homepage #box3 {
        height: 300px;
    }
	
	#box3 #text1 {
		margin-top: 20px;
		font-size: 18px;
	}

    #box1 {
        width: 100%;
    }
    
    #text {
    position: initial;
    transform: translateX(-25%);
    }
	
	.video {
	  position: relative;
	  padding-bottom: 58.25% !important;
	}
	#jsn-pos-user5 {
		width: 30%;
		float: left;
	}
	#jsn-pos-user6 {
		width: 65%;
		margin-left: 5%;
		float: left;
		margin-top: 0;
	}
	#box25 #image8 {
	  width: 40%;
	  margin-top: 30px;
	}
	#box25 #text8 {
	  width: 60%;
	  margin: 0px;
	}
	.jsn-itemid-1897 #box7 #text8, .jsn-homepage #box5 #text8 {
	  font-size: 40px;
	  min-height: 0px;
	}
	#image9 {
	  margin-top: -50px;
	  max-width: 30%;
	}
	.listNum {
		width: 10%;
	}
	.listText {
		width: 90%;
	}
	#box3 #image8 {
		width: auto;
		margin: 0 auto;
		float: none;
	}
	#box3 #text8 {
		width: 100%;
	}
	
	.callus {
		display: block;
	}

    .gallery .jg_row {
        display: grid;
        padding: 0;
    }

    .gallery .jg_element_cat, .gallery .jg_element_gal, .gallery .jg_element_gal_r {
        width: 100%;
        float: none;
    }

    .gallery .jg_element_gal {
        margin: 1em auto;
    }

    .homereviewbox {
        grid-template-columns: 1fr;
    }

    .homereviewbox > div:first-child {
        grid-row: 2;
    }
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.smart-content h2, .smart-top h1 {
		text-align: center;
	}

    .topbuttonholder {
        grid-template-columns: 1fr;
    }

    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
	    font-size: 25px !important;
	    margin-top: 25px !important;
    }
	#demo-main-features div.grid-layout.grid1 div.grid-col.block1 div.grid-col_inner {
		border-bottom: none;
		border-right: none;
	}
	#demo-main-features div.grid-layout.grid2 div.grid-col.block4 div.grid-col_inner {
		border-left: none;
		border-top: none;
	}
	#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
		padding: 20px;
	}
	#demo-gallery {
		padding: 25px 0 30px;
	}
	#demo-main-features {
		padding: 20px 0;
	}
	.jsn-homepage.jsn-demo-page #demo-main-content {
		padding: 30px 0;
	}
    #box2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
        height: auto;
    }

    #image6 {
        width: 40px;
        margin-right: 10px;
    }

    #image5 {
        width: 40px;
        margin-right: 10px;
    }

    #image4 {
        width: 40px;
        margin-right: 10px;
    }

    #image3 {
        width: 40px;
        margin-right: 10px;
    }

    #image2 {
        width: 40px;
        margin-right: 10px;
    }
	
	#box2 {
		width: 255px;
		float: right;
	}

    #jsn-social-icons ul li {
        float: left;
    }

    #text36 {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #text38 {
        width: 100%;
        margin-left: 0%;
        margin-top: 10px;
    }

    #text40 {
        width: 100%;
        clear: both;
    }

    #image18 {
        width: 100%;
    }

    #text42 {
        width: 100%;
        margin-top: 10px;
        margin-left: 0%;
    }

    #text44 {
        width: 100%;
    }

    #box45 {
        width: 100%;
    }

    #box40 {
        width: 100%;
    }

    .item-image {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
		margin-bottom: 10px;
        float: none;
        clear: both;
        margin-top: 0px;
    }

    #box48 {
        width: 100%;
        margin: 10px 0px 0px;
    }

    #box {
        max-height: none;
        min-height: 50px;
        height: auto;
        padding-bottom: 10px;
    }

    #jsn-content-bottom h3.jsn-moduletitle {
        font-size: 30px;
		padding: 20px 0;
    }

    #image7 {
        max-width: 100%;
    }

    #box28 {
        margin-left: 0%;
    }
	
	#box25 {
		padding: 0;
	}
	
	#box25 #image8 {
	  width: 50%;
	  margin-left: auto;
	  margin-right: auto;
	  float: none;
	  clear: none;
	  margin-top: 0;
	}
	#box25 #text8 {
	  width: 100%;
	  font-size: 22px;
	  line-height: 28px;
	  margin-top: 0px;
	}
	
	#box3 #text1 {
		margin-top: 15px;
		margin-left: 10px;
		font-size: 14px;
	}
	.jsn-itemid-1897 #box7 #text8, .jsn-homepage #box5 #text8 {
	  font-size: 30px;
	}
	#text9 {
	  font-size: 20px;
	  line-height: 25px;
	}
	#text10 {
	  font-size: 30px;
	  line-height: 30px;
	}
	.listText {
		width: 100%;
	}
	
	body.homeshow #jsn-content {
		padding: 0;
	}
	
	body.homeshow div.banner img {
		display: block;
		margin: 0 auto;
	}
	
	body.homeshow div.text, body.homeshow div.floorplans {
		grid-template-columns: 100%;
	}
	
	body.homeshow div.floorplans > div:last-child {
		grid-column: 1;
	}

    .jsn-itemid-1917 .items-row {
        padding-top: 10px;
    }

   .jsn-itemid-1917 .items-row .item .page-header h2 {
        padding-top: 40px;
    }
	
}