/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

body { }

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden,
.visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:active, .visuallyHidden.focusable:focus, .visually-hidden:active, .visually-hidden:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.important { color:red; font-weight:bold; text-transform:uppercase; }

.hrclear {border-bottom:1px solid #ccc; margin:0 0 1em; padding:.8em 0 0 0; font-size:1em;}

/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note {font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }


/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }


/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#1966b2; text-decoration:underline; }
a:hover, a:active, a:focus { color:#1966b2; text-decoration:none; }
a:active, a:focus { outline:0; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }


/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
html, body {overflow-x:hidden; color:#000; font-family: 'Lato', sans-serif; scroll-behavior: smooth;}
body {background:#fff; }
.container { }
.site-body { padding:15px 0; }
.site-body2 {padding:0;}
.site-body-alt {background:#ebeff2;}

.main-content {}
.main-content-right {padding:20px 0 20px 0;}
.main-content-left {padding:20px 0 20px 0;}

.main-content p {line-height:1.6;}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.hdng {font-weight:300; margin:0 0 35px; font-size:2.1em;}
.hdng2 {}

/* ## Site Header ## */
.site-header {position:relative; z-index:1000; margin:0; padding:10px 0 5px; background:#FEFB60;}
.site-header > .inner {}
.site-header .container, .site-header [class*="grid_"] {position:static;}

.site-header  a.site-logo {display:block; text-align:center; margin:0 0 5px;}

.header-links {float:right; margin:4px 0 0 20px; position:relative;}
.header-links .btn {  border:2px solid #2765B2; color:#2765B2; background:none; padding:8px 22px; font-size:.875em; text-transform:uppercase; font-weight:bold; border-radius:3px}
.header-links .btn:hover,
.header-links .btn:focus {background:#2765B2; color:#fff;}
.login-active .header-links .btn {background:#2765B2; color:#fff;}

.header-links .welcome-member {position:absolute; right:180px; white-space:nowrap; top:-16px; z-index:2; color:#777; font-size:.938em; display:none;}
.header-links .welcome-member .sep {display:inline-block; margin:0 10px;}
.header-links .welcome-member a {text-transform:uppercase; font-weight:600; text-decoration:none;}

.login-flyout {position:absolute; width:100%; max-width:380px; right:0; top:118px; background:#1967b2; max-height:0px; overflow:hidden; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear;   -o-transition: all .2s linear; transition: all .2s linear;}
.login-active .login-flyout {max-height:500px; }
.login-flyout .inner {padding:15px;}
.login-flyout .login-header {margin:0 0 10px;}
.login-flyout .login-header .title {text-transform:uppercase; font-weight:bold; color:#fff; font-size:1.125em; margin:0;}
.login-flyout .login-header a {float:right; color:#fff; font-size:.913em; position:relative; z-index:2;}
.login-flyout p {color:#fff; font-size:.875em; margin:0 0 15px;}
.login-flyout .formee input[type="Text"],
.login-flyout .formee input[type="password"] {margin:0; border:1px solid #ffffff; color:#fff; border-radius:3px; background:transparent; padding:12px 15px 12px 64px; position:relative; z-index:2;}
.login-flyout .formee input[type="Text"]::placeholder {opacity:1; color:#fff;}
.login-flyout .formee input[type="Password"]::placeholder {opacity:1; color:#fff;}
.login-flyout .formee input[type="Text"]:-ms-input-placeholder {opacity:1; color:#fff;}
.login-flyout .formee input[type="Password"]:-ms-input-placeholder {opacity:1; color:#fff;}
.login-flyout .formee input[type="Text"]::-ms-input-placeholder {opacity:1; color:#fff;}
.login-flyout .formee input[type="Password"]::-ms-input-placeholder {opacity:1; color:#fff;}
.login-flyout .formee input[type="Text"]:hover,
.login-flyout .formee input[type="Text"]:focus,
.login-flyout .formee input[type="password"]:hover,
.login-flyout .formee input[type="password"]:focus {background:none; color:#fff;}
.login-flyout .login-email,
.login-flyout .login-password {position:relative; margin:0 0 15px;}
.login-flyout .login-email:before {position:absolute; content:''; height:100%; width:50px; border-right:1px solid #fff; background:#1967b2;}
.login-flyout .login-email:after {position:absolute; content: "\e601"; font-family:'icomoon'; top:10px; left:14px; font-size:1.4em; color:#ffffff; overflow:visible; visibility:visible;}
.login-flyout .login-password:before {position:absolute; content:''; height:100%; width:50px; border-right:1px solid #fff; background:#1967b2;}
.login-flyout .login-password:after {position:absolute; content: "\e93c"; font-family:'icomoon'; top:10px; left:14px; font-size:1.4em; color:#ffffff; overflow:visible; visibility:visible;}
.login-flyout .forgot {margin:0 0 15px;}
.login-flyout .forgot a {color:#ffffff; font-size:.913em;}
.login-flyout .login-btn {float:right; background:#fffa60; color:#1967b2; text-transform:uppercase; font-weight:bold; font-size:1em; padding:12px 28px; border-radius:3px; border:0px;}
.login-flyout .remember-me {padding:10px 0 0 0;}
.login-flyout .remember-me input[type="checkbox"] {visibility:hidden; position:absolute;}
.login-flyout .remember-me label {font-size:.875em; padding:2px 0 3px 34px; position:relative; color:#ffffff; cursor:pointer;}
.login-flyout .remember-me label:before {content:''; position:absolute; width:22px; height:22px; left:0; top:0; border:1px solid #ffffff; border-radius:3px;}
.login-flyout .remember-me label:after { content: ''; position: absolute; background: transparent; top: 7px; left: 6px; width: 12px; height: 6px;border: 3px solid #fff; border-top: none; border-right: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); display:none;}
.login-flyout .remember-me input[type="checkbox"]:checked + label:after {display:block;}

.searchby_base{margin: 15px 0; display: flex; flex-direction: column; margin: 10px 0;}
.searchby_base h2{font-weight: bold; margin: 10px 0; font-size: 1.65em;}
.searchby_base select{margin: 10px 0; display: block; width: 100%; padding: 8px; border-radius: 5px;}

.hero-container {background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.hero-container .hero {display:table; height:440px; width:100%; max-width:800px; margin:0 auto;}
.hero-container .hero .inner {vertical-align:middle; display:table-cell;}
.hero-container .hero .title {text-align:center; font-size:2.2em; font-weight:bold; margin:0 0 10px; color:#fff;}
.hero-container .hero .search-container {}
.hero-container .hero .search-container select {
		display: block;
		width: 100%;
		padding: 8px;
		border-radius: 5px;
	}

.hero-container .hero .search-buttons {display:table; width:100%; table-layout:fixed; margin:0 0 15px;}
.hero-container .hero .search-buttons .button {display:table-cell; vertical-align:middle; padding:0 1px;}
.hero-container .hero .search-buttons .button a {display:block; text-align:center; background:rgba(0,0,0,.9); padding:16px 5px; font-weight:bold; color:#fff; font-size:1em; text-decoration:none; border-radius:3px; position:relative; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.hero-container .hero .search-buttons .button a:hover,
.hero-container .hero .search-buttons .button a:focus {background:#FFFA60; color:#2765B2;}
.hero-container .hero .search-buttons .button a.active {background:#2765B2; color:#fff; border-bottom:3px solid #FFFA60; padding:16px 20px 13px;}
.hero-container .hero .search-buttons .button a.active:after {position:absolute; content:''; border-bottom:8px solid #fff; border-left:7px solid transparent; border-right:7px solid transparent; margin-left:-4px; left:50%; bottom:-18px;}

.hero-container .hero .search-input {border:3px solid #fff; border-radius:3px; background:#fff; position:relative;}
.hero-container .hero .search-input input[type="text"] {width:100%; border:0px; background:#fff; padding:15px 15px;}
.hero-container .hero .search-btn {background:#2765B2; font-size:1.125em; font-weight:bold; padding:10px 16px; color:#fff; position:absolute; right:0; top:0; height:100%; border:0; border-radius:2px; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.hero-container .hero .search-btn:hover,
.hero-container .hero .search-btn:focus {background:#D83627; color:#fff;}

.autocomplete {background:#ffffff; padding:3px; position:relative; top:6px; left:-3px; border-radius:3px;}
.autocomplete > div {cursor:pointer; padding:5px; margin:0 0 3px; border-radius:3px;}
.autocomplete > div:last-child {margin:0;}
.autocomplete > div:hover,
.autocomplete > div:focus {background:#2765B2; color:#ffffff; }

.home-map-container {padding:50px 0 20px; background:#082F4E;}
.home-map-container .hdng {color:#fff; margin:0 0 15px;}
.home-map-container p {display:none;}
.home-map-container .map-inner {display:none;}
.home-map-container .map-mobile {}
.left-rail .home-map-container .map-mobile{padding: 20px;}
.home-map-container .map-mobile label {display:block; margin:0 0 8px; color:#fff; font-size:.875em;}
.home-map-container .map-mobile select {display:block; width:100%; padding:8px; border-radius:5px;}

.home-testimonials-container {}
.home-testimonials {position:relative;}
.home-testimonials .slide-item {}
.home-testimonials .slide-item .image-container {}
.home-testimonials .slide-item .desc-container {background:#a32c2e;}
.home-testimonials .slide-item .desc-container .inner {padding:30px 20px 90px;}
.home-testimonials .slide-item .desc-container .hdng {color:#ffffff;}
.home-testimonials .slide-item .desc-container p {color:#ffffff; font-size:1.125em; line-height:1.6; margin:0 0 30px;}
.home-testimonials .slide-item .desc-container .by {color:#ffffff; font-size:1.125em;}
.home-testimonials .slide-item .desc-container .by .name {font-weight:bold; margin:0 0 5px;}
.home-testimonials .slide-item .desc-container .by .location {}
.home-testimonials .slick-dots {list-style-type:none; margin:0px; padding:0px; position:absolute; left:20px; bottom:30px;}
.home-testimonials .slick-dots li {margin:0 15px 0 0; display:inline-block;}
.home-testimonials .slick-dots li button {border:0px; background:transparent; text-indent:-999em; border:2px solid #fff; padding:0px; width:16px; height:16px; display:block; border-radius:50%;}
.home-testimonials .slick-dots li.slick-active button {background:#fff;}

.home-blog-container {background:#ebeff2; padding:50px 0;}
.home-blog-container .hdng {}
.home-blog-container .hdng .view-all {font-size:.4em; float:right; font-weight:400; text-decoration:none; color:#000; margin:20px 0 0 0;}
.home-blog-container .load-more {padding:10px 0 0 0; text-align:center;}
.home-blog-container .load-more a {color:#000; display:inline-block; position:relative; top:0; text-decoration:none; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear;transition: all .1s linear;}
.home-blog-container .load-more a:hover,
.home-blog-container .load-more a:focus {top:4px;}
.home-blog-container .load-more a span {display:block;}

.blog-list {}
.blog-list .blog-wrapper {background:#ffffff; max-width:390px; margin:0 auto 20px;}
.blog-list .blog-wrapper .item-link {}
.blog-list .blog-wrapper .item-content {border-top:8px solid #d83627; padding:8px 15px 15px;}
.blog-list .blog-wrapper .category {color:#888; text-transform:uppercase; display:block; margin:0 0 5px; font-size:.875em;}
.blog-list .blog-wrapper .category a {color:#888; text-decoration:none;}
.blog-list .blog-wrapper .category a:hover,
.blog-list .blog-wrapper .category a:focus {text-decoration:underline;}
.blog-list .blog-wrapper .item-title {margin:0 0 20px; font-weight:500; line-height:1.4; font-size:1.45em;}
.blog-list .blog-wrapper .item-title a {color:#000; text-decoration:none;}
.blog-list .blog-wrapper .share {}
.blog-list .blog-wrapper .share [class*="icon-"] {display:inline-block; background:#989898; padding:3px; color:#fff; margin:0 3px 0 0;}
.blog-list .blog-wrapper .share .count {font-size:.875em;}
.blog-list .blog-wrapper .share .count span {color:#888; text-transform:uppercase; display:inline-block; margin:0 5px 0 2px;}

.resources-container {background:url(/cms/images/layout/bg_resources.jpg) no-repeat 12% 0; background-size:cover; position:relative; height:480px;}
.resources-container .over {background:rgba(253,231,34,.86); position:absolute; bottom:0;left:0; width:100%;}
.resources-container .over .inner {padding:40px 10px 20px;}
.resources-container .over .inner2 {}
.resources-container .hdng {text-align:center;}
.resources-container p {display:none;}
.resources-container ul {display:none;}
.resources-container .mobile-only {}
.resources-container .mobile-only label {display:block; font-size:.875em; margin:0 5px 5px;}
.resources-container .mobile-only select {width:100%; border:0; padding:7px; border-radius:3px;}

.download-app-container {position:relative; padding:32px 0 30px 0;}
.download-app-container:before {background:#1967b2; content:''; height:220px; width:100%; top:0; left:0; position:absolute;}
.download-app-container:after {border-bottom:74px solid #ffffff; border-left:1100px solid transparent; border-right:1100px solid transparent; top:160px; left:50%; margin-left:-1100px; position:absolute; content:'';}
.download-app-container .inner {}
.download-app-container .hdng {color:#ffffff;}
.download-app-container .iphone {position:relative; text-align:center; z-index:2; margin:0 0 15px; padding-top:15px;}
.download-app-container .download-app {text-align:center;  position:relative; z-index:2;}

.local-business-callouts {background:#0b122e; padding:55px 0 0;}
.local-business-callouts .hdng {color:#fff;}
.local-business-callout {text-align:Center; padding:0 5%; margin:0 auto 50px;}
.local-business-callout .title {font-size:1.8em; font-weight:normal; margin:0 0 15px; color:#fff;}
.local-business-callout [class*="icon-"] {color:#e5d01d; font-size:4em;}
.local-business-callout p {margin:0 0 20px; color:#fff; font-size:1.125em;}


.rail-banner {margin:0 0 20px;}
.rail-banner a {display:table; width:100%; height:120px; text-decoration:none; background:#196ab9; color:#ffffff; padding:5px 20px;}
.rail-banner a [class^="icon-"] {display:table-cell; vertical-align:middle; font-size:3em;}
.rail-banner a .t {display:table-cell; vertical-align:middle; font-size:1.35em; font-weight:bold; padding:0 0 0 15px;}
.rail-banner a:hover,
.rail-banner a:focus {background:#d83627;}

.rail-base-search {background:#09447b; padding:20px;}
.rail-base-search .title {color:#ffffff; font-weight:normal; margin:0 0 20px; font-size:1.25em;}
.rail-base-search .inner {background:url(/cms/images/layout/icon_usa.png) no-repeat 100% 15px;}
.rail-base-search label {display:block; margin:0 0 6px; color:#ffffff; font-size:1em;}
.rail-base-search select {display:block; width:100%; margin:0 0 20px; border:0px; border-radius:3px; padding:10px;}
.rail-base-search .state {width:46%;}
.rail-base-search input[type="button"] {color:#09447b; background:#e5d220; border-radius:3px; border:0px; padding:7px 10px; text-transform:uppercase; font-weight:bold; font-size:1.125em; width:50%; display:block;}


.base-map {margin:0 0 30px;}
.base-map #googleMap { height:300px !important;}

.base-listing {}
.base-listing .base-item {display:table; width:100%; padding:20px 0; border-bottom:1px solid #ccc;}
.base-listing .base-item .base-icon {display:Table-cell; vertical-align:top; padding:0 20px 0 0; width:70px;}
.base-listing .base-item .base-content {display:Table-cell; vertical-align:top; padding:0 20px 0 0;}
.base-listing .base-item .base-content .title {margin:0 0 15px; font-weight:bold; font-size:1.25em;}
.base-listing .base-item .base-content p {}
.base-listing .base-item .base-content .btn-container {text-align:right;}

.right-rail .featured-business {float:none; width:auto; margin:20px 0;}

.base-details {display:table; width:100%; padding:20px 0; }
.base-details .base-icon {display:Table-cell; vertical-align:top; padding:0 20px 0 0; width:70px;}
.base-details .base-content {display:Table-cell; vertical-align:top; padding:0 20px 0 0;}
.base-details .base-content .title {margin:0 0 2px; font-weight:bold; font-size:1.25em;}
.base-details .base-content p {}


.agent-listing {}
.agent-item {background:url(/cms/images/layout/bg_agent_listing.jpg) no-repeat 0 0 #ffffff; background-size:cover; margin:0 0 20px; padding:20px 10px 10px;}
.agent-item .featuredd {background:#f9f8c4;}
.agent-item .top {margin:0 0 20px;}
.agent-item .agent-image {text-align: center;}
.agent-item .agent-image img {margin:0 auto; border-radius: 50%; display: block; width: 150px; height: 150px!important;}
.agent-item .agent-image .tag {font-style:italic;}
.agent-item .agent-content {margin:0 0 20px;}
.agent-item .agent-content .title {font-weight:normal; font-size:1.4em; margin:0; color:#1966b2;}
.agent-item .agent-content .sub-title {font-weight:bold; color:#000; font-size:1.1em; margin:0 0 15px;}
.agent-item .agent-content p {margin:0 0 10px;}
.agent-item .agent-content p:last-child {margin:0;}
.agent-item .agent-content .more a {text-decoration:none; text-transform: uppercase; font-weight: bold;}
.agent-item .agent-logos {}
.agent-item .agent-logos .logos { display: flex; align-items: center; margin: 15px 0; }
.agent-item .agent-logos .logos img{margin-right: 10px;}
.agent-item .agent-logos .logos [class*="icon-"] {margin:10px 10px 0 0; font-size:2.4em; color:#565b61; display:inline-block;}
.agent-item .bottom {background:#f5f6fa; border-top:2px solid #9bb8d5; padding:20px 15px 15px;}
.agent-item .bottom .bottom-item {margin:0 0 10px; font-size:.875em;}
.agent-item .bottom .bottom-item span {font-weight:bold;}
.agent-item .bottom .bottom-item a {text-decoration:none;}


.agent-details {border-top:2px solid #1966b2; background:#ffffff; padding:20px 0;}
.agent-details .agent-details-left {padding:0 10px;  margin:0 auto 20px;}
.agent-details .agent-image {margin:0 0 25px; float:left; width:48%;}
.agent-details .agent-image .tag {font-style:italic; font-size:.875em; display: block; padding: 10px 0;}
.agent-details .agent-logos {margin:0 0 25px; float:right; width:48%;}
.agent-details .agent-links {margin:0 0 20px; clear:both; float:left; width:48%;}
.agent-details .agent-links .web {margin:0 0 8px;}
.agent-details .agent-links .web a,
.agent-details .agent-links .web .faux-link {color:#c9100d; text-transform:uppercase; text-decoration:none; font-weight:bold; font-size:.875em;}
.agent-details .agent-links .web2 a,
.agent-details .agent-links .web2 .faux-link {color:#1966b2; text-decoration:none; font-weight:bold; font-size:.875em;}
.agent-details .agent-social {margin:0 0 20px; float:right; width:48%;}
.agent-details .agent-social .title {color:#c9100d; text-transform:uppercase; font-weight:bold; margin:0 0 10px;}
.agent-details .agent-social a,
.agent-details .agent-social .faux-link {display:block; padding:10px 5px; border-radius:3px; margin:0 0 5px; text-decoration:none; color:#fff; font-size:.875em;}
.agent-details .agent-social a [class^="icon-"],
.agent-details .agent-social .faux-link [class^="icon-"] {color:#fff; width:24px; font-size:1.125em; text-align:Center; margin:0 5px 0 0; display:inline-block; vertical-align:middle;}
.agent-details .agent-social a .t,
.agent-details .agent-social .faux-link .t {font-size:.875em; display:inline-block; vertical-align:middle;}
.agent-details .agent-social a.facebook,
.agent-details .agent-social .faux-link.facebook {background:#204384;}
.agent-details .agent-social a.twitter,
.agent-details .agent-social .faux-link.twitter {background:#46b2e3;}
.agent-details .agent-social a.linkedin,
.agent-details .agent-social .faux-link.linkedin {background:#016899;}
.agent-details .agent-social a.instagram,
.agent-details .agent-social .faux-link.instagram {background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);}
.agent-details .agent-contact {clear:both;}
.agent-details .agent-contact .trigger {color:#fff; background:#c9100d; position:relative; padding:15px 25px 15px 10px;}
.agent-details .agent-contact .trigger [class*="icon-"] {position:absolute; right:10px; top:50%; margin-top:-10px;}
.agent-details .agent-contact .agent-contact-form {padding:20px 0 0 0; display:none;}
.agent-details .agent-contact.active .agent-contact-form {display:block;}
.agent-details .agent-contact .agent-contact-form label {font-size:.813em;}
.agent-details .agent-contact .agent-contact-form .btn {display:block; width:100%;}

.agent-details .agent-details-right {padding:0 10px;}
.agent-details .name {color:#1966b2; font-weight:normal; font-size:1.75em; margin:0 0 5px;}
.agent-details .sub-title {color:#000; font-weight:bold; font-size:1.25em; margin:0 0 15px;}
.agent-details .agent-info {background:#f5f6fa; padding:15px 10px 15px; border-top:2px solid #9bb8d5; margin:0 0 20px;}
.agent-details .agent-info .title {font-weight:bold; text-transform:uppercase; color:#c9100d; font-size:1.125em; margin:0 0 8px;}
.agent-details .agent-info .agent-info-item {margin:0 0 10px;}
.agent-details .agent-info .agent-info-item span {font-weight:bold;}
 
.agent-details-accordion {}
.agent-details-accordion .accordion-header {border:0px; border-bottom:2px solid #d83627; color:#000; padding:12px 10px; margin:0; font-size:1.125em; text-transform:uppercase; background:none; border-radius:0;}
.agent-details-accordion .accordion-header .ui-icon {left:auto; right:10px; background:none; text-indent:0; width:32px; height:22px;}
.agent-details-accordion .accordion-header .ui-icon:before {content: "\e606"; font-family:icomoon;}
.agent-details-accordion .accordion-header.ui-accordion-header-active .ui-icon {-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.agent-details-accordion .accordion-content {padding:20px 0; border:0px; overflow:hidden;}

.simple-home-listing {}
.simple-home-listing .home-details {padding:15px 0; border-bottom:1px solid #ccc;}
.simple-home-listing .home-details:last-child {border:0; padding-bottom:0;}
.simple-home-listing .home-details .top {margin:0 0 20px; }
.simple-home-listing .home-details .top .home-details-left {max-width:300px; }
.simple-home-listing .home-details .top .home-details-right {}
.simple-home-listing .home-details .top .home-details-left img {margin:0 0 10px;}
.simple-home-listing .home-details .top .home-details-left .btn {display:block; width:100%;}
.simple-home-listing .home-details .top .home-details-left .buttons {padding:15px 0 0 0;}
.simple-home-listing .home-details .top .home-details-left .buttons a,
.simple-home-listing .home-details .top .home-details-left .buttons .faux-link {display:block; border:2px solid #aaa; border-radius:3px; padding:5px 10px; margin:0 0 5px; text-decoration:none; font-size:.875em;}
.simple-home-listing .home-details .top .home-details-left .buttons a [class^="icon-"],
.simple-home-listing .home-details .top .home-details-left .buttons .faux-link [class^="icon-"] {font-size:1.35em; color:#1966b2; display:inline-block; vertical-align:middle; margin:0 8px 0 0;}
.simple-home-listing .home-details .top .home-details-left .buttons a .plus-icon,
.simple-home-listing .home-details .top .home-details-left .buttons .faux-link .plus-icon {display:inline-block; vertical-align:middle; margin:0 8px 0 0; line-height:1.1; border:2px solid #1966b2; color:#1966b2; font-weight:bold; border-radius:50%; width:24px; height:24px; text-align:Center; font-size:1.25em;}
.simple-home-listing .home-details .home-description {font-size:.913em;}

.simple-home-listing .home-type-container {font-size:.875em; font-weight:bold; margin:0 0 25px;}
.simple-home-listing .home-type-container .home-type {float:left; padding:10px 14px; color:#ffffff; text-transform:uppercase;}
.simple-home-listing .home-type-container .home-type.for-sale {background:#d83627;}
.simple-home-listing .home-type-container .home-type.for-rent {background:#1967b2;}
.simple-home-listing .home-type-container .by-who {display:inline-block; padding:10px 14px; color:#111;}
.simple-home-listing .home-title {font-size:1.6em; font-weight:bold; margin:0; color:#000;}
.simple-home-listing .home-sub {font-size:1em; font-weight:bold; margin:0 0 10px; color:#000;}
.simple-home-listing .home-price {font-size:1.5em; font-weight:bold; margin:0;}
.simple-home-listing .home-price .price {color:#d83627; display:inline-block; margin:0 20px 10px 0;}
.simple-home-listing .home-price .rent {color:#1967b2; display:inline-block; white-space:nowrap; margin:0 0 10px;}

.simple-home-listing .home-details .bottom {background:#f5f6fa; padding:15px 10px 10px; border-top:2px solid #9bb8d5;}
.simple-home-listing .home-details .bottom .bottom-item {margin:0 0 10px; font-size:.875em;}
.simple-home-listing .home-details .bottom .bottom-item span {font-weight:bold;}


.home-details-left .fav .btn .favorite:before{content: "\e94c";font-family: 'icomoon'; margin-right: 10px;}
.alt-frequency {display: flex; align-items: center; margin: 15px 0}
.alt-frequency span{color:#1967b2; font-size: 1.05em; font-weight: 600; }
.alt-frequency table{margin-right: 50px;}
.alt-frequency table tr{display: inline-block; margin: 5px 10px;}
.alt-frequency table td input{ margin-right: 5px; }
/* ==========================================================================
   Global Modules
   ========================================================================== */

.mod { position: relative; margin:0 0 10px;}

.title { position: relative; margin: 0 0 1em; }
.title a {text-decoration:none;}
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.mod-head {position:relative;}
.mod-head .title {}
.mod-head .more {position:absolute; right:0px; top:0px;}

.mod-content {}


/* Item Lists Content
   ========================================================================== */

.item-list, .itemList { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	padding: 1em 0; 
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {display:table-cell;}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size:0.85em; margin:0 0 5px; display:block;}


/* Item Media
   ========================================================================== */

.aside {
	text-align:center;
	padding:0 0 10px;
}

.aside.date-icon {
	display: table-cell;
	padding: 0 15px 0 0;
}

.date-icon .date {
	border:1px solid #888;
	background:#888;
	font-weight:bold;
	text-align:center;
	width:50px;
}
.date-icon .date .month {
	font-size:.875em;
	padding:5px;
	color:#fff;
}
.date-icon .date .day {
	padding:10px 5px;
	background:#fff;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media only screen and (min-width:30em){
	
	.item { 
		display: table;
		padding: 1em 0; 
		width: 100%;
		border-top: 1px solid #ccc; 
	}
	.item > .content {
		display: table-cell;
		width: 100%;
		vertical-align: top;
	}
	.aside { 
		display: table-cell;
		padding: 0 15px 0 0; 
	}

  .search-container .searchby_base .searchby_boxes{flex-direction: row; justify-content: space-between; display: flex;}
  .search-container .searchby_base .searchby_boxes select{width: 48%;}

}

@media only screen and (min-width:48em) {

    .item .item-block {
        display: table-cell;
        vertical-align: top;
        padding:0 10px 0 0;
    }
    .item .item-block:last-child {padding:0;}
}

/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 15px;
	background: #1966b2;
	margin:0 0 20px;
}
.filter .filter-item {}
.filter .filter-item label {color:#fff;}
.filter .filter-item-button input {padding:11px 18px}
.filter a {color:#ffffff;}

@media only screen and (min-width:48em){
	.filter .filter-inner {display:table; width:100%;}
	.filter .filter-item {display:table-cell; padding:0 10px; vertical-align:top;}
	.filter .filter-item-button {width:1%; padding-top:27px;}
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

/* Pagination
   ========================================================================== */

.paging {
	padding:10px 0;
}
.paging .sortStatus {margin:0 0 15px;}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}




/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #fff;
	background-color: #FEFF99;	
}
.alert a { color:#fff; }

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #d8d8d8;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.genericPager {margin:0 0 1em;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {display:inline-block; margin:0 3px 5px 0; font-size:.875em; font-weight:bold;}
.genericPager li a {display:inline-block; color:#444444; padding:6px 10px; background:#cccccc; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#333333; background:#aaaaaa; text-decoration:none; }
.genericPager li.nolink {color:#fff; background:#444444; padding:6px 10px;}
.genericPager li.active {color:#fff; background:#444444; padding:6px 10px;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.site-overlay {
	position:relative;
	max-width:800px;
	margin:0 auto;
	background:#ffffff; 
	overflow:hidden;

-webkit-border-radius:5px;    
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}


.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-border-radius:5px;    
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}

/* custom alerts */

.swal-button {background:#2765B2;}
.swal-button:hover,
.swal-button:focus {background:#D83627; }



#loading {background: rgba(0,0,0,.3); position: absolute;  top: 0; left: 0;  right: 0;  bottom: 0; height: 100%; width: 100%; z-index: 9999999; text-align: center;}
#loading img , #loading span{margin: 0 auto; position: absolute; left: 0; right: 0;}

#loading img{width: 5%; top: 50%;}
#loading span{ color: #ffffff; font-weight: bold; font-size: 1.5em;top: 65%; }

/* =================================================================
                           MODULE STYLES 
===================================================================*/

.section-heading-container {position:relative;}
.section-heading-container .image-container {display:none;}
.section-heading-container .section-heading {background:#1966b2; padding:20px 10px; margin:0 -10px;}
.section-heading-container .section-heading .title {color:#ffffff; font-size:2em; font-weight:normal; margin:0;}


.breadcrumb-container {margin:0 0 20px;}

/* ##  Breadcrumb  ## */

.breadcrumbs { padding:0; font-size:.813em; }
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; color:#1966b2;}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; }
.breadcrumbs .seperator {margin:0 8px 0 2px; color:#1966b2; vertical-align:middle; padding:0px; display:inline-block; }

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {float:right; display:inline; padding:0; text-align:right;}

.page-tool { margin:0 5px 0; font-size:1.25em; color:#1966b2; font-weight:normal; text-decoration:none; cursor:pointer; }

.page-tools-wrapper  a { float:right; display:inline; color:#1966b2; text-decoration:none;}
.page-tools-wrapper  a:hover,
.page-tools-wrapper  a:focus,
.page-tools-wrapper  a:active {color:#1C4E87;}

.page-tools-wrapper  .addthis_toolbox { float:right; display:inline; }
.page-tools-wrapper  .addthis_toolbox a,
.page-tools-wrapper  .addthis_toolbox a:link,
.page-tools-wrapper  .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

.addthis_toolbox { display:inline; }


/* ## Page Heading ## */

.page-heading {  }
.page-heading .title { margin:0; padding:0 0 10px; font-size:1.6em; font-weight:normal; background:none; border:0; margin-bottom:15px; border-bottom:1px solid #dbdbdb;}


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }




/* =================================================================
                  Carousel STYLES - Slick
===================================================================*/


.carousel {margin-bottom:20px !important; }
.carousel .carousel-item {padding:0 10px;}
.carousel .slick-prev,
.carousel .slick-next {position:absolute; bottom:0px;}
.carousel .slick-prev {left:0px;}
.carousel .slick-next {right:0px;}

.carousel .slick-dots {margin:10px 0 0; padding:0px; list-style-type:none; text-align:center;}
.carousel .slick-dots li {display:inline-block; margin:0 2px;}
.carousel .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:12px; height:12px; padding:0px; background:#dddddd; border:1px solid #cccccc; -webkit-border-radius: 20px; border-radius: 20px;}
.carousel .slick-dots li.slick-active button {background:#aaaaaa;}



/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {}



/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border:1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {position:absolute; content:''; right:10px; top:15px; border-top:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {border-top:0px; border-bottom:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}




/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	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: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	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; }
}


/* ## Button Styles ## */
/* 
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btnWrapper { display:inline-block; text-decoration:none !important; }
.btn,
a.btn { display:inline-block; margin:0; padding:10px 20px; font-weight:bold; text-transform:uppercase; color:#fff; background-color:#1966b2; border:0px; text-align:center; text-decoration:none; border-radius:3px; cursor:pointer; overflow:visible; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.btn:hover,
.btn:focus {background:#d83627;}

.btn2,
a.btn2 {display:inline-block; color:#ffffff; padding:6px 18px; font-weight:bold; text-decoration:none; text-transform:uppercase; background:transparent; border:2px solid #fff; border-radius:3px; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.btn2:hover,
.btn2:focus {background:rgba(255,255,255,.2);}

.btn3,
a.btn3 {display:inline-block; color:#124981; padding:6px 18px; font-weight:bold; text-decoration:none; text-transform:uppercase; background:#fefb62; border:0px; border-radius:3px; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.btn3:hover,
.btn3:focus {background:#d83627; color:#fff;}

.btn4,
a.btn4 {display:inline-block; color:#fff; padding:6px 18px; font-weight:bold; text-decoration:none; text-transform:uppercase; background:#000; border:0px; border-radius:3px; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.btn4:hover,
.btn4:focus {background:#444444; color:#fff;}

.btn5,
a.btn5 {display:inline-block; color:#000; padding:10px 20px; font-weight:bold; text-decoration:none; text-transform:uppercase; background:#e4d11f; border:0; border-radius:3px; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.btn5:hover,
.btn5:focus {background:#d83627; color:#fff;}

.btn6,
a.btn6 {display:inline-block; color:#fff; padding:10px 20px; font-weight:bold; text-decoration:none; text-transform:uppercase; background:#7192ba; border:0; border-radius:3px; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.btn6:hover,
.btn6:focus {background:#d83627;}

.btn7,
a.btn7 {display:inline-block; color:#fff; padding:10px 20px; font-weight:bold; text-decoration:none; text-transform:uppercase; background:#6c7c8f; border:0; border-radius:3px; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.btn7:hover,
.btn7:focus {background:#d83627;}

.btn8,
a.btn8 {display:inline-block; color:#000; padding:10px 20px; font-weight:bold; text-decoration:none; text-transform:uppercase; background:#fff;  border:2px solid #000; border-radius:3px; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear;  -o-transition: all .1s linear; transition: all .1s linear;}
.btn8:hover,
.btn8:focus {background:#eee;}

.btnAlt {}
.btnAlt .btn{color:#666666; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}


.btnLarge .btn {padding:5px 10px; font-size:1.4em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */

.footer {border-top:5px solid #E4D11F; padding:30px 0 0 0; background:#fff;}

.footer-links {margin:0 0 10px;}
.footer-links:nth-child(2) {float:left; width:47%; padding:15px 0;}
.footer-links:nth-child(3) {float:left; width:53%; border-left:1px solid #ccc; padding:15px 0 15px 15px;}
.footer-links ul {margin:0px; padding:0px; list-style-type:none;}
.footer-links ul li {margin:0 0 8px;}
.footer-links a { text-decoration:none; color:#000; font-size:.875em;}

.footer-heading {display:block; font-size:1em; font-weight:bold; margin:0 0 8px 0; color:#000; text-transform:uppercase;}
.footer-heading a {text-decoration:none; color:#000; font-size:1em;}
.footer-heading-sub a {font-size:.875em;}

.follow-us {text-align:Center; margin:0 0 20px;}
.follow-us .footer-heading {font-size:1.6em;}
.follow-us a {background:#1967b2; width:44px; height:44px; border-radius:50%; color:#fff; text-decoration:none;  display:inline-block; font-size:1.8em; text-align:center; padding:5px 0 0 0; margin:0 5px;}

.footer-right {background:#D6DADD; margin:0 -10px; padding:30px 10px 20px;}

.logos-table {display:table; width:100%; max-width:400px; margin:0 auto 20px;}
.logos-table .logo {text-align:center; vertical-align:middle; display:table-cell; padding:0 15px; }
.logos-table .logo:first-child {padding-left:0;}
.logos-table .logo:last-child {padding-right:0;}

.sub-footer { padding:20px 0 65px; background:#1967b2; color:#fff;}

.sub-footer .copyright { text-align:center; font-weight:bold; font-size:.875em; margin:0 0 15px;}

.sub-footer-links {text-align:center; font-size:.875em; margin:0 0 15px; line-height:1.6;}
.sub-footer-links a {color:#fff; text-decoration:none; white-space:nowrap;}
.sub-footer-links a:hover,
.sub-footer-links a:focus {text-decoration:underline;}
.sub-footer-links .sep {display:inline-block; margin:0 5px;}

.sub-footer .by-line {text-align:center; font-size:.875em;  line-height:1.6;}
.sub-footer .by-line .by {display:inline-block; margin:15px 0 0 0;}


/* ## Footer Email Signup ## */

.email-signup {padding:20px 0 0 0; border-top:1px solid #ccc;}
.email-signup .inner {position:relative;}
.email-signup p { margin:0 0 10px 0; }
.email-signup .formee input[type="text"] {margin:0px; border:1px solid #ccc; padding:15px 100px 15px 15px; border-radius:3px; font-size:.875em;}
.email-signup .btn {position:absolute; right:4px; top:4px; height:84%; padding:5px 20px; color:#fff; font-weight:bold; background:#1967b2; border-radius:3px; border:0px;}



/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }


/* ## NEW Limit Text Box ## */

.limitTextBox {}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { vertical-align:top; }
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }


.home-details-left{}

/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	.page-tools-wrapper {display:none;}
	.floating-chat-support {display:none !important;}
}
 

/* 16px baseline (768px +) */
@media only screen and (min-width:48em){
	
	.hdng {font-size:2.5em;}

	.footer-blocks-inner {display:table; width:100%; margin:0 0 20px;}
	.footer-blocks-inner .footer-links {display:table-cell; vertical-align:top; padding:10px 0 0 0; width:33.3%;}
	.footer-blocks-inner .footer-links:nth-child(2) {float:none; width:auto; border-left:1px solid #ccc; padding:10px 10px 0 10px;}
	.footer-blocks-inner .footer-links:nth-child(3) {float:none; width:auto; padding:10px 0 0 10px;}
	
	.follow-us {text-align:left;}
	.follow-us .footer-heading {font-size:1em;}
	.follow-us a {width:34px; height:34px; margin:0 3px; font-size:1.4em; padding:3px 0 0 0;}
	
	.sub-footer .copyright {text-align:left;}
	.sub-footer-links {text-align:right;}
	
	.hero-container .hero {height:630px; }
	.hero-container .hero .title {font-size:3.8em;}
	.hero-container .hero .search-buttons .button a {font-size:1.125em;}
	.hero-container .hero .search-btn {padding:10px 26px;}
	
	.home-map-container {background:#EBEFF2; padding:50px 40px 20px; }
    .home-map-container .hdng {color:#000; margin:0 0 35px;}
    .home-map-container p {display:block;}
    .home-map-container .map-inner {display:block;}
    .home-map-container .map-mobile {display:none;}

	.home-testimonials .slide-item {display:table; width:100%; table-layout:fixed; height:620px;}
	.home-testimonials .slide-item .image-container {display:table-cell; vertical-align:middle; background-repeat:no-repeat; background-size:cover;}
	.home-testimonials .slide-item .image-container img {width:100%;}
	.home-testimonials .slide-item .image-container.loaded img {display:none;}
	.home-testimonials .slide-item .desc-container {display:table-cell; vertical-align:middle; background:#a32c2e;}
	.home-testimonials .slide-item .desc-container .inner {width:100%; max-width:640px; padding:20px 10px 20px 12%;}
	.home-testimonials .slick-dots {left:50%; margin-left:6%; }
	
	.resources-container {background-position: 20% 50%; height:auto;}
	.resources-container .over { width:50%; float:right; position:Static;}
	.resources-container .over .inner {display:table; max-width: 540px; padding:0 10px 0 14%; height:900px;}
	.resources-container .over .inner2 {display:table-cell; vertical-align:middle;}
	.resources-container .hdng {text-align:left;}
	.resources-container p {font-size:1.125em; margin:0 0 30px; line-height:1.6; display:block;}
	.resources-container ul {list-style-type:none; margin:0; padding:0; display:block;}
	.resources-container ul li {border:1px solid #000; border-bottom:0;}
	.resources-container ul li:last-child {border-bottom:1px solid #000;}
	.resources-container ul li a {display:block; text-align:center; text-transform:uppercase; font-weight:bold; padding:10px 10px; text-decoration:none; color:#000;}
	.resources-container ul li a:hover,
	.resources-container ul li a:focus {background:#000; color:#fff;}
	.resources-container .mobile-only {display:none;}
		
	.section-heading-container {background:url(/cms/images/layout/bg_interior.jpg) no-repeat 100% 0; }
	.section-heading-container:before {content:''; position:absolute; right:36%; width:100%; top:0; height:100%; 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1966b2+83,1966b2+100&1+83,0+100 */
	background: -moz-linear-gradient(left,  rgba(25,102,178,1) 83%, rgba(25,102,178,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(25,102,178,1) 83%,rgba(25,102,178,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(25,102,178,1) 83%,rgba(25,102,178,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1966b2', endColorstr='#001966b2',GradientType=1 ); /* IE6-9 */
	}
	.section-heading-container .section-heading {display:table; width:100%; height:180px; position:relative; padding:0; margin:0; background:none;}
	.section-heading-container .section-heading .title {display:Table-cell; vertical-align:middle; font-size:2.5em;}

	
	.rail-base-search .inner {background:url(/cms/images/layout/icon_usa.png) no-repeat 100% 15px;}
	
	.base-map #googleMap {height:500px !important;}
	.base-listing .base-item {padding:20px; }
	.base-listing .base-item .base-icon { width:100px;}
	.base-listing .base-item .base-content .title {font-size:1.35em;}
	.base-listing .base-item .base-content p {font-size:1.125em;}
	
	.base-details { }
	.base-details .base-icon { width:100px;}
	.base-details .base-content .title {font-size:1.35em;}
	.base-details .base-content p {font-size:1.125em;}
	

	.agent-item .top {display:table; width:100%;}
	.agent-item .agent-image {display:table-cell; vertical-align:top; width:180px;}
	.agent-item .agent-content {display:table-cell; vertical-align:top; padding:0 40px;}
	.agent-item .agent-content .title {font-size:1.9em;}
	.agent-item .agent-content .sub-title {font-size:1.4em;}
	.agent-item .agent-logos {display:table-cell; vertical-align:top; border-left:1px solid #cccccc; padding:5px 0 10px 10px; width:160px;}
	
	
	
	.agent-details-accordion .accordion-content {/* display:block !important; height:auto !important; padding:20px 0 !important; */}
	.agent-details-accordion .accordion-header .ui-icon {left: auto!important;right: 10px!important;}
	.agent-details-accordion .accordion-header{padding-left: 10px!important;}
	
	
	.agent-details {display:table; width:100%; }
	.agent-details .agent-details-left {display:Table-cell; vertical-align:top; border-right:1px solid #ccc; padding:0 20px; width:210px;}
	.agent-details .agent-image {float:none; width:auto; text-align: center;}
	.agent-details .agent-image img{border-radius: 50%; height: 125px!important; width: 125px;}
	.agent-details .agent-logos {float:none; width:auto;}
	.agent-details .agent-links {float:none; width:auto;}
	.agent-details .agent-links .web a,
	.agent-details .agent-links .web .faux-link {font-size:1em;}
	.agent-details .agent-links .web2 a,
	.agent-details .agent-links .web2 .faux-link {font-size:1em;}
	.agent-details .agent-social {float:none; width:auto;}
	.agent-details .agent-social a,
	.agent-details .agent-social .faux-link {padding:10px 10px; margin:0 0 5px; font-size:1em;}
	.agent-details .agent-contact .agent-contact-form {display:block;}

	.agent-details .agent-details-right {display:Table-cell; vertical-align:top; padding:0 20px;}

	.agent-details-accordion {}
	.agent-details-accordion .accordion-header {padding:12px 20px; font-size:1.4em; }
	.agent-details-accordion .accordion-header .ui-icon {right:20px; }

	.simple-home-listing .home-details .top {display:table; width:100%;}
	.simple-home-listing .home-details .top .home-details-left {display:Table-cell; vertical-align:top; width:230px; padding:0 30px 0 0;}
	.simple-home-listing .home-details .top .home-details-right {display:Table-cell; vertical-align:top;}
}

@media only screen and (min-width:60em){  
	
	
	.main-content-right {padding:20px 0 20px 30px;}
	.main-content-left {padding:20px 30px 20px 0;}
	
	.site-header .container, .site-header [class*="grid_"] {position:relative;}
	.site-header > .inner {}
	.site-header a.site-logo {text-align:left; width:308px;}
	
	.site-header {padding:20px 40px 15px; font-size:.813em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffa60+21,ffffff+57 */
	background: rgb(255,250,96); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,250,96,1) 21%, rgba(255,255,255,1) 57%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,250,96,1) 21%,rgba(255,255,255,1) 57%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,250,96,1) 21%,rgba(255,255,255,1) 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffa60', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
	.header-links .btn { font-size:1em; padding:12px 18px; }
	
	.header-links .welcome-member {display:block;}
	
	.login-flyout {top:75px;}
	
	.footer {padding:0;}
	.footer-blocks {display:table; width:100%; padding:0 40px;}
	.footer-blocks .footer-left {display:table-cell; vertical-align:top; padding:30px 15px 0 0;}
	.footer-blocks .footer-right {display:table-cell; vertical-align:top; padding:40px 0 20px 20px; position:relative; width:34%;}
	.footer-blocks .footer-right:after {content:''; position:absolute; left:0; top:0; height:100%; background:#d6dadd; width:1000%;}
	.footer-blocks .footer-right .inner {position:relative; z-index:2;}
	
	.footer-blocks-inner .footer-links {width:37%;}
	.footer-blocks-inner .footer-links:nth-child(2) {}
	.footer-blocks-inner .footer-links:nth-child(3) {width:25%;}
	
	.sub-footer {padding:20px 40px;}
	.sub-footer .by-line {text-align:left; }
	.sub-footer .by-line .by {float:right; margin:0;}
	
	
	.download-app-container {padding:55px 0 85px 0;}
	.download-app-container .iphone {position:absolute; left:50%; margin-left:-39%; top:10px; position:absolute; z-index:2;}
	.download-app-container .download-app {margin:100px 0 0 0;}
	
}

@media only screen and (min-width:68em){
     .site-header {font-size:1em;}   
}  
@media only screen and (min-width:83.000em) {
    .footer-blocks {padding:0;}
}


/* Ticket #511449 - Several Small Website Changes*/
.upload-photo-handler .photoSort li:first-child {
	border: solid 2px #ff0000;
}
#CT_Main_0_dvSale + div + div + div + div.grid_9 {
	display: none;
}
.upload-photo-handler .photoSort li:first-child:before {
	content: "FEATURED IMAGE";
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: -25px;
	left: 0px;
	z-index: 99;
}

