/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
strong { font-weight: bold; }
em { font-style: italic; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
* {
margin: 0;
padding: 0;
}
html {
margin: 0;
padding: 0;
}
body {
padding: 0;
margin: 0;
width:100%;
font-size:100%;
background: #f6f2e9;
}
a img { border: 0; }
/* Link */
a,
a:link,
a:visited,
a:active {
text-decoration:none;
color:#8b3f98;
}
a:hover {
opacity:.8;
}
a img:hover {
opacity:.96;
}
h1, h1 p, .h1 {
font:normal 350% 'Trajan W01 Regular',Arial, sans-serif;
clear:both;
}
h2, h2 p, .h2 {
font:normal 150% 'Trajan W01 Regular',Arial, sans-serif;
clear:both;
}
h3, h3 p, .h3 {
font:normal 180% 'Trajan W01 Regular',Arial, sans-serif;
font-size: 180%;
}
p {
font:normal 14px 'Futura W01 Book', Arial, Helvetica, sans-serif;
font-size: 95%;
margin: 7px 0 7px 0;
padding: 0 7px 7px 0;
color:#333333;
line-height:1.5;
text-align:left;
display:block;
}
.right-col-secondary {
font:normal 14px 'Futura W01 Book', Arial, Helvetica, sans-serif;
font-size: 100%;
color:#333333;
}
h4, h4 p, .h4 {
font:normal 16px 'ITCLubalinGraphW01-Bk',Arial, sans-serif;
font-size: 120%;
color:#00a9a4;
}
li {
font:normal 14px 'Futura W01 Book', Arial, Helvetica, sans-serif;
font-size: 100%;
color:#333333;
margin: 0 0 0 21px;
}
.fonts {
font-family:'ITCLubalinGraphW01-Bk';
font-family:'ITCLubalinGraphW01-BkOb';
font-family:'Trajan W01 Regular';
font-family:'ITCLubalinGraphW01-BdOb';
font-family:'Futura W01 Book';
font-family:'Futura W01 Book Oblique';
font-family:'Futura W01 Heavy';
font-family:'FuturaW01-HeavyOblique';
}

/* HEADER ******************************************************************/
#header-container {
min-height:143px;
width:100%;
overflow:hidden;
}
#header {
width:100%;
max-width: 1155px !important;
padding: 0 50px 0 0 !important;	
margin:0 auto;
min-height:143px;
}
#logo{
display:block;
height:140px;
width: 61%;
cursor:pointer;
margin:0;
padding:0;
float:left;
}
#logo-icon{
margin: 18px 0 0 5px;
float: left;
}
#logo-text{
margin: 45px auto 0 auto;
float: right;
}
#header-right {
margin-right:-5px;
}
#kids-crossing-btn {
float:right;
margin: 7px 12px 0 0;
padding: 0;
}
#address {
float: right;
text-align: right;
padding: 0;
margin: 45px 10px 0 0;
}
#address p {
color: #6c737a;
text-align: right;
font: normal 20px Arial, Helvetica, sans-serif;
font-size: 110%;
padding: 0;
margin: 0;
}
#search {
float:right;
margin:0;
padding:0;
position:relative;
clear: right;
}
#search input[type=text] {
margin:8px 8px 0 0;
padding:0 25px 0 5px;
width:161px;
height:24px;
border:1px solid #9c9c9c;
color:#9c9c9c;
font-weight:normal;
font-size: 91%;
-webkit-box-shadow: inset 1px 1px 22px -4px rgba(180,180,180,1);
-moz-box-shadow: inset 1px 1px 22px -4px rgba(180,180,180,1);
box-shadow: inset 1px 1px 22px -4px rgba(180,180,180,1);
}
#search .search-btn {
position:absolute;
top: 11px;
right: 11px;
margin:0;
padding:0;
width:19px;
height:21px;
border:none;
text-indent:-999px;
overflow:hidden;
background:url('themes/site_themes/default_site/images/search-icon.png') top left no-repeat;
cursor:pointer;
}
.top-white-link {
font: normal 16px 'Futura W01 Book', Arial, Helvetica, sans-serif;
font-size: 100% !important;
margin: 13px 5px 0 3px;
}
#btn-facebook {
float:right;
margin:7px 0 0 0;
padding:0;
}
#btn-youtube {
float:right;
margin:8px 10px 8px 6px;
padding:0;
}

/* NAV ******************************************************************/
#nav-container {
width:100%;
min-height:35px;
background:#88b48a;
display:block;
overflow:visible;
}
#nav {
width:100%;
max-width:1165px;
margin:0 auto;
padding:0 0 0 7px;
list-style:none;
}
#nav li {
padding:0;
margin:0;
display:inline-block;
list-style:none;
float:left;
position:relative;
}
#nav .level_1 a {
padding:7px 8px 6px 8px;
margin:0;
display:block;
color:#333e48;
font:normal 19px "Times New Roman", Times, serif;
font-size: 120%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#nav .level_1:first-child a {
padding:7px 8px 6px 5px;
}
#nav li ul {
padding:8px 0 11px 0;
margin:0;
display:none;
list-style:none;
min-width:321px;
position:absolute;
top:35px;
left:-9px;
z-index:99999;
overflow:hidden;
background: #88b48a;
}
#nav .level_2 {
padding:0;
margin:0;
display:block;
list-style:none;
clear:both;
}
#nav .level_2 a {
padding:4px 4px 4px 12px !important;
margin:0px 4px 0px 6px;
display:block;
color:#ffffff;
font:normal 16px Arial, Helvetica, sans-serif;
font-size: 100%;
min-width:300px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#nav .level_2 a:hover {
opacity:.8;
}
#nav li ul li ul {
padding:0;
margin:0;
display:block;
list-style:none;
position:static;
background:none;
box-shadow:none;
}
#nav .level_3 {
padding:0;
margin:0;
display:block;
list-style:none;
clear:both;
}
#nav .level_3 a {
padding:2px 0px 2px 19px !important;
margin:0px 6px 0px 8px;
display:block;
color:#dddddd;
font:normal 14px Arial, Helvetica, sans-serif;
font-size: 100%;
min-width:295px;
}
#nav .level_1:hover ul{
display:block !important;
}

/* FEATURE ******************************************************************/
#youtube-webinar {
display:none;
}
#feature-container {
width:100%;
max-width:1145px;
position:relative;
height:464px;
margin:0 auto;
}
#feature-slideshow-container {
width:912px;
height:464px;
float:left;
position:absolute;
top:0;
left:50%;
margin:0 0 0 -624px;
padding:0;
list-style:none;
}
.slideshow-shadow {
position:absolute;
top:0;
left:0;
z-index:9999;
}
#feature-slideshow {
margin:0;
padding:0;
list-style:none;
}
#feature-slideshow .featured-image {
position:absolute;
top:0;
left:0;
margin:0;
padding:0;
display:none;
list-style:none;
}
#featured-image-1 {
display:block !important;
}
#feature-slideshow h1 {
margin: 0 15px 0 0;
padding: 0;
display: block;
float: right;
font: normal 46px 'Trajan W01 Regular', Arial, Helvetica, sans-serif;
font-size: 285%;
position: absolute;
bottom: 35px;
right: 9px;
max-width: 375px;
color: #343434;
text-shadow: 1px 1px 6px rgba(0,0,0,0.35);
}
#feature-slideshow-nav {
position:absolute;
bottom: 4px;
right: 23px;
z-index:99;
list-style:none;
}
#feature-slideshow-nav li {
list-style:none;
display:inline-block;
overflow:hidden;
margin:0 0 0 2px;
padding:0;
}
#feature-slideshow-nav li a {
display:block;
background:#ff0000;
width:21px;
height:19px;
background:url('themes/site_themes/default_site/images/nav-bullet.png') 0 0 no-repeat;
}
#feature-slideshow-nav li a:hover,
#feature-slideshow-nav li a.first {
background:url('themes/site_themes/default_site/images/nav-bullet.png') 0 -20px no-repeat;
}
#feature-promos {
position: absolute;
right: 50%;
margin: 0 -625px 0 0;
width: 337px;
height: 449px;
overflow: hidden;
padding: 14px 0 0 0;
background: #343434;	
}
#feature-promos h1 {
	
}
#feature-promos ul {
list-style: none;
margin: 11px 0 0 4px;
width: 281px;
padding: 0;
}
#feature-promos ul li {
list-style:none;
margin: 0 0 13px 0;
padding: 0;	
display:block;
overflow:hidden;
}
#feature-promos ul li h1 {
margin: 12px 0 0 12px;
padding: 0;	
font:normal 25px 'Trajan W01 Regular', Arial, Helvetica, sans-serif;
font-size: 160%;
letter-spacing:-1px;
color:#88b48a;
}
#feature-promos ul li p {
margin: 16px 0 21px 14px;
padding: 0;
font: normal 13px Arial, Helvetica, sans-serif;
font-size: 80%;
color: #ffffff;
width: 215px;
}
#purple-bar {
height: 11px;
width: 100%;
max-width: 1250px;
margin: 0 auto;
padding: 0;
background: #88b48a;
}

/* CONTENT ******************************************************************/
#content-container {
list-style: none;
max-width: 1074px;
width: 100%;
margin: 0 auto;
padding: 30px 41px 0 0px;
text-align: left;
position: relative;
z-index: 9;
}
#content-container li {
list-style:none;
display:inline-block;
vertical-align:top;
float:none;
}
.col {
float:left;
}
.left-col {
width:193px;
margin:0;
}
.center-col {
max-width: 602px;
padding: 0 0 0 0;
}
.center-col h1 {
font-size:277%;
}
.right-col {
width: 213px;
margin: 0 0 0 0;
float:right !important;
}
#facebook-feed-home img{
width: 63px;
float: left;
margin: 21px 11px 9px 0;
display: block;
}
.center-col div {
font:normal 14px 'Futura W01 Book', Arial, Helvetica, sans-serif;
font-size: 100%;
color:#333333;
line-height:1.5;
}
.col li {
font:normal 14px 'Futura W01 Book', Arial, Helvetica, sans-serif;
font-size: 100%;
color:#333333;
line-height:1.5;
text-align:left;
clear:both;
margin:0 0 0 21px;
}
.italic {
font-family:'Futura W01 Book Oblique', Arial, Helvetica, sans-serif;
}
.strong,
strong{
font-family:'Futura W01 Heavy', Arial, Helvetica, sans-serif;
}
.strong-italic {
font-family:'FuturaW01-HeavyOblique', Arial, Helvetica, sans-serif;
}
.btn {
font-size: 115%;
margin:0;
clear:both;
float:left;
}
.green-btn {
font-size: 92%;
padding: 3px 14px 3px 14px;
margin: 0;
clear: both;
float: left;
background: #bfd6be;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
color: #333e48 !important;
}
hr {
border: 0;
clear:both;
display:block;
width: 96%;               
background-color:#343434;
height: 2px;
margin: 17px 0 11px 0;
padding: 0;
float: left;
}
.ul-page-content {
list-style:none;
margin:0;
padding:0;
width:100%;
min-width: 850px;
}
.ul-page-content li.li-page-content {
list-style:none;
margin:0;
padding:0;
}
ul.left-col-nav:first-child li h2,
ul.left-col-nav:first-child li a {
color:#ee3124;
}
ul.left-col-nav:first-child li + li h2,
ul.left-col-nav:first-child li + li a {
color:#8b3f98;
}
ul.left-col-nav:first-child li + li + li h2,
ul.left-col-nav:first-child li + li + li a {
color:#fdb713;
}
ul.left-col-nav:first-child li + li + li + li h2,
ul.left-col-nav:first-child li + li + li + li a {
color:#00a9a4;
}
ul.left-col-nav:first-child li + li + li + li + li h2,
ul.left-col-nav:first-child li + li + li + li + li a {
color:#fdb713;
}
ul.left-col-nav li.last_child hr {
display:none;
}
.left-col-nav {
list-style:none;
padding:0;
margin:-7px 0 0 10px;
min-height: 600px;
}
.left-col-nav p {
padding:0 !important;
margin:0 !important;
clear:none !important;
}
.left-col-excerpt {
max-height:138px;
overflow:hidden;
margin:2px 0 7px 2px;
}
.left-col-nav li {
list-style:none;
padding:0;
margin:0;
}				
.left-col-nav li ul li {
list-style:none;
padding:0;
margin:0;
}				
#nav-container .active a,
#nav-container .active_parent a {
color:#ffffff;	
}
.left-col-nav .active,
.left-col-nav .active_parent {
-webkit-border-radius: 5px;
-moz-border-radius: 3px;
border-radius: 5px;
margin: 0 0 9px 0;
padding: 5px;
overflow:hidden;
background: #F0F2F4;
position:relative;
overflow:visible !important;
box-shadow: 4px 4px 12px #e4e4e4;
}
.left-col-nav .active .left-col-excerpt,
.left-col-nav .active_parent .left-col-excerpt,
.left-col-nav .active a.btn,
.left-col-nav .active_parent a.btn {
display:none !important;
}
.grey-active-arrow {
display:none;
}
.left-col-nav .active .grey-active-arrow {
display:block;
position:absolute;
top: 7px;
left: 182px;
width:14px;
}	
ul.left-col-nav:first-child li.level_3 {
width:90%;
-webkit-border-radius: 5px ;
-moz-border-radius: 3px ;
border-radius: 5px ;
display: block ;
background: #8b3f98 ;
padding: 5px;
margin: 9px 0 0 0;
}
ul.left-col-nav:first-child li.level_3 h2,
ul.left-col-nav:first-child li.level_3 a {
color:#ffffff;
font:normal 13px 'Exo',Arial, sans-serif;
font-size: 90%;
text-decoration: none ;
}
ul.left-col-nav:first-child li.level_3 hr {
display:none;
}
.level_3 .grey-active-arrow {
display:none;
top:3px !important;
left:178px !important;
}
.active .grey-active-arrow  {
display:block !important;
}
.active ul li.level_3 .grey-active-arrow {
display:none  !important;
}
.in-page-nav {
list-style:none !important;
margin:14px 0 0 4px !important;
padding:0 !important;
}
.in-page-nav li {
list-style:none !important;
margin:0 !important;
padding:0 !important;
}
.in-page-nav li a {
color: #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 3px;
border-radius: 5px;
padding: 3px 9px 4px 9px;
margin: 0 0 9px 0;
display: block !important;
background: #8b3f98;
text-decoration: none;
float: left;
}
.in-page-nav .active {
display:none
}

/* Secondary ******************************************************************/
#secondary-container {
max-width:1269px;
width:100%;
margin:0 auto;
padding:0 0 35px 0;
text-align:left;
overflow:hidden;
}
#secondary-container .left-col {
margin: 21px 4px 0 0;
}
#secondary-container h1 {
font-size: 350%;
margin: 11px 0 10px 0;
padding: 0;
}
#feature-image-container {
margin:0;
padding:0;
overflow:hidden;
text-align:left;
position:relative;
}
#feature-image-container h1 {
margin: 0;
padding: 0;
display: block;
float: right;
font: normal 279% 'Trajan W01 Regular', Arial, Helvetica, sans-serif;
font-size: 310%;
position: absolute;
bottom: 21px;
left: 21px;
max-width: 700px;
color: #ffffff;
text-shadow: 4px 3px 13px #333333;
}
#feature-image {
margin: 0;
padding: 0;
border-bottom:9px solid #88b48a;
width:100%;
}
.right-col-secondary {
width:100%;
margin:0 0 2px 0;
}
.right-col-secondary .inner{
width: 96%;
margin: 41px auto;
}
.right-col-secondary .inner ul li ul{
margin-top: 11px;
}
.right-col-secondary h1 {
margin: 3px 0 3px 0 !important;
}
.right-col-secondary p {
margin: 3px 0 3px 4px !important;
}
.right-col-secondary hr {
clear:both !important;
}
.right-col-secondary li {
list-style:url(themes/site_themes/default_site/images/bullet.png);
margin: 0 0 3px 21px;
padding: 0 0 0 7px;
font:normal 14px 'Futura W01 Book', Arial, Helvetica, sans-serif;
font-size: 100%;
color:#333333;
}
.right-col-secondary h2, .right-col-secondary h2 p, .h2 {
font:normal 140% 'Trajan W01 Regular',Arial, sans-serif;
color:#62a945;
}
.right-col-secondary a {
text-decoration:underline;
}
.about-kids-crossing,
.testimonials,
.search-results {
width:100% !important;
}
/* CONTACT ******************************************************************/
.contact-foster-care .ul-page-content li.li-page-content {
width: 230px;
height: 300px;
display: inline-table;
overflow: hidden;
background: url('themes/site_themes/default_site/images/transparent-bg.png') top center repeat;
-moz-border-radius: 21px;
-webkit-border-radius: 21px;
border-radius: 21px;
padding: 21px;
margin: 0 7px 0 0;
}
.contact-foster-care .ul-page-content li.li-page-content h3 {
margin: 0;
padding: 0;	
font:normal 25px Arial, Helvetica, sans-serif;
font-size:160%;
}
.contact-foster-care .ul-page-content li.li-page-content p {
margin: -4px 0 16px 14px;
padding: 0;
font: normal 13px Arial, Helvetica, sans-serif;
font-size:90%;
color: #ffffff;
width:190px;
}
.contact-foster-care .ul-page-content li.li-page-content ul {
list-style:none;
padding:0;
margin:11px 0 0 0;
overflow: hidden;
display: block;
}
.contact-foster-care .ul-page-content li.li-page-content ul li {
list-style:none;
padding:0;
margin:0 11px 0 0;
display:inline;
}

/* STAFF DIRECTORY ******************************************************************/
.img-float-left {
width: 170px; float: left; margin: 0 35px 21px 0; border-width: 15px; border-style: solid;
}
.img-float-right {
width: 170px; margin: 0 35px 21px 49px; float: right; border-width: 15px; border-style: solid;
}

/* TESTIMONIALS
******************************************************************/
.test-float-left {
width: 270px; float: left; margin: 0 49px 21px 0; border-width: 15px; border-style: solid;
}
.test-float-right {
width: 270px; margin: 0 35px 21px 70px; float: right; border-width: 15px; border-style: solid;
}

/* FOOTER ******************************************************************/
#footer {
background:#343434;
margin:0;
padding:14px 0 21px 21px;
overflow:hidden;
}
#footer ul{
max-width:1165px;
margin:0 auto;
padding:0;
list-style:none;
}
#footer li.footer-col{
width:22%;
min-width:250px;
margin:0;
padding:0;
list-style:none;
float:left;
display:inline-block;
}
#footer ul li ul,
#footer ul li ul li ul{
margin:0;
padding:0;
list-style:none;
}
#footer ul li ul li,
#footer ul li ul li ul li{
margin:0;
padding:0;
list-style:none;
float:left;
display:block;
clear:both;
}
#footer ul .level_0:first-child a{
color:#62a945;
font:normal 14px Arial, Helvetica, sans-serif;
font-size: 80%;
height:35px;
padding:5px 0 0 0;
text-transform:uppercase;
}
#footer ul .level_1 a{
font:normal 75% 'Futura W01 Book', Arial, Helvetica, sans-serif !important;
margin:0 !important;
padding:0 !important;
color:#ffffff !important;
height:16px !important;
text-transform:uppercase !important;
}
#footer .level_2 {
margin:0 0 0 14px !important;
}
/* FORM ******************************************************************/
.right-col-secondary .row {
clear:both;
margin:0 0 9px 14px;
}
.right-col-secondary label{
font: normal 14px Arial, Helvetica, sans-serif !important;
font-size: 100%;
width: 140px;
float: left;
height: 16px;
padding: 12px 3px 6px 0;
color: #808080;
display: block;
}
.right-col-secondary input[type=text], input[type=password], textarea {
color: #666;
font-size: 75%;
line-height: 18px;
height:16px;
padding: 11px;
background: #f9f9f9;
border: 1px solid #ccc;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
max-width:420px;
width:100%;
}
.right-col-secondary textarea {
height:143px;
}
.right-col-secondary input[type=checkbox] {
width: 28px;
border: none;
cursor: pointer;
float: left;
margin: 14px 11px 0 196px;
padding: 0;
}
.right-col-secondary input[type=submit] {
border:none;
cursor:pointer;
color: #333333;
-webkit-border-radius: 5px;
-moz-border-radius: 3px;
border-radius: 5px;
padding: 3px 9px 4px 9px;
margin: 14px 0 9px 143px;
display: block !important;
background: #88b48a;
text-decoration: none;
float: left;
}
.right-col-secondary .errorMessage {
font: normal 11px Arial, Helvetica, sans-serif !important;
font-size: 65%;
padding: 0;
margin:4px 0 0 199px;
clear:both;
float:left;
color: #DB2028;
}
.signupframe {
border:none !important;
width:700px;
margin:28px 0 0 0;
}
.signupframe td {
min-width:110px;
text-align:left;
padding:0 0 13px 11px
}
.img-donations {
float: right;
max-width: 650px;
margin: -68px 0 35px 35px;
}
.right-col-secondary.donations {
width: 1097px;
}
.donation-block {
width: 263px;
height: 115px;
float: left;
background: #F0F2F4;
margin: 0 15px 15px 0;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
text-align: center;
cursor:pointer;
}
.donation-block.selected {
background: #8B3F97;
color: #ffffff !important;
}
.donation-block:nth-child(4) {
margin-right: 0;
}
.donation-block .donation-price {
font-size: 190%;
padding: 14px 21px 3px 21px;
}
.donation-block .donation-text {
font-size: 120%;
padding: 0 21px 0 21px;
}
.donation-form {
margin: 21px 0 0 0;
overflow: hidden;
clear: both;
float: left;
}
.donation-form .inner-row {
clear:both;float:left;
}
.donation-form input[type=text] {
font-size: 80% !important;
max-width: 187px;
padding: 7px 9px 7px 9px !important;
float: left;
margin: 0 11px 11px 0;
}
.donation-form input[type=checkbox] {
margin: 6px 4px 48px 0px;
}
.donation-form label {
font-size: 100% !important;
width: 200px;
color: #8B3F97;
float: left;
}
.amount-cont{
position:relative;
float:left;
}
.amount-cont span{
position: absolute;
top: 9px;
left: 14px;
font: 96% Arial,Helvetica normal;
}
.amount-cont input[type=text]{
padding-left: 26px !important;
width: 169px !important;
}
.ck-box{
margin:0 auto;
padding-top:15px;
font-size:100%;
}
.paypal-form-wrapper {
margin: 21px 0 0 0;	
}
/* GLOBAL  ******************************************************************/
.orange {
color:#fdb713 !important;
}
.teal{
color:#00a9a4 !important;
}
.purple {
color:#8b3f98;
}
.red {
color:#ee3124 !important;
}
.white {
color:#ffffff;
}
.yellow {
color:#fdb713 !important;
}
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;background-color: #f1efe5;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxLoadedContent{border:1px solid #fff; border-radius:10px;}
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
#colorbox #cboxContent{margin-top:32px; overflow:visible; background:transparent;}
.cboxIframe{background:#fff;}
#colorbox #cboxError{padding:50px; border:1px solid #ccc;}
#colorbox #cboxLoadedContent{background:transparent; padding:0px;}
#colorbox #cboxLoadingGraphic{background:url(https://d2c6119b44fff22f0f34-77ac371551acbae196100d89625137b0.ssl.cf1.rackcdn.com/loading.gif) no-repeat center center;}
#colorbox #cboxLoadingOverlay{background:#000;}
#colorbox #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#colorbox #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxClose {
display:none;
}
.fr {
float:right;
}
.fl {
float:left;
}
.cb {
clear:both;
}
.signupframe {
width:100%;
}
body {
-webkit-text-size-adjust: 100%;
}
#header-mobile {
position: absolute;
display: none;
top: 41px;
right: 20px;
display:none;	
cursor:pointer;
z-index:999;
  width: 44px;
  height: 26px;
  padding:9px
}
#logo-text-stacked {
display:none;	
}

@media screen and (max-width: 1100px) {
#logo-icon{
width: 77%;
margin: 19px 0 0 9px;
}
#logo-text{
float: left;
width: 416px;
margin: 43px 0 0 25px;
}
}

@media screen and (max-width: 980px) {
#nav-container{
display:none;
}
#feature-slideshow h1 {
display:none;	
}
#logo {
width:100%;	
}
#header-right {
width: 100%;
}
#address {
clear: both;
width: 100%;
float: left;
text-align: left;
padding: 0;
margin: 1px 0px -26px 17px;
}
#address p {
text-align: left;
font: normal 16px Arial, Helvetica, sans-serif;
font-size: 97%;
padding: 0;
margin: 0;
}

#header-right .top-white-link,
#search {
display:none;	
}


#header-mobile {
display:block;	
}
#nav-container {
overflow: hidden;
position:relative !important;
z-index:1;
-webkit-transform: translate3d(0, 0, 0);
}
#nav {
width: 95%;
-webkit-transform: translate3d(0, 0, 0);
}
#nav li {
display:block;
float: left;
clear: both;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
}
#nav li ul {
display: block;
position: relative !important;
top: 0;
left: 0;
float: none;
clear: both;
z-index:1;
-webkit-transform: translate3d(0, 0, 0);
}

#nav .level_2 a {
padding: 11px 4px 11px 12px !important;
width: 94%;
-webkit-transform: translate3d(0, 0, 0);
}
.left-col-nav .active .grey-active-arrow {
left: -1px !important;
}
ul.left-col-nav:first-child li.level_3.active h2,
ul.left-col-nav:first-child li.level_2.active h2 {
margin-left: 13px;
}
#feature-container {
height:auto;	
overflow:hidden;
}
#feature-promos {
position:relative;
margin:200px 0 0 0;
right: auto;	
}
#feature-slideshow-container {
width:100%;
height:250px;	
overflow:hidden;
left:0;
margin:0;
}
#feature-slideshow-container img {
width:100%;
}
#feature-promos {
position:relative;
margin:250px 0 0 0;
width: 100%;
background: #343434;
}
#feature-promos ul li {
float:left;
margin: 0 14px 0 7px;
width: 29%;
}
#feature-promos ul {
width:100%;	
}
.left-col,
.right-col {
width:100%;
}
.center-col {
margin:14px;
width:92%;
}
.left-col-nav {
min-height: 200px;
margin-bottom:50px;
}
.right-col-secondary {
width:96%;
}
#feature-image-container {
width:100%;
}
#feature-image {
width:100%;
}
}

@media screen and (max-width: 700px) {
body {
font-size:130%;	
width:100%;
overflow-x:hidden;
}
#secondary-container h1 {
font-size:220%;	
}
#secondary-container h2 {
font-size:140%;	
}
h1{
font-size:190%;	
}
#header {
min-height: 223px;
}
#logo-text {
width: 87%;
margin: 14px 0 0 25px;
}
#feature-promos ul li {
clear:both;
display:block;
width:100%;	
}
#feature-promos ul li p {
width:93%;	
}
.right-col-secondary input[type=text], input[type=password], textarea,.right-col-secondary select {
width:84% !important;
}
.signupframe td {
  min-width: 52px;
}
.left-col.col {
display:none;	
}
#address {
clear: both;
width: 100%;
float: left;
text-align: left;
padding: 0;
margin: 61px 20px 21px 26px;
}
#address p {
text-align: left;
font: normal 16px Arial, Helvetica, sans-serif;
font-size: 80%;
padding: 0;
margin: 0;
}

}

@media 
and (min-device-width : 320px) 
and (max-device-width : 854px) {
#feature-image-container {
display:none;
}



}


.captcha_field_h  {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  width:1px;
  height:1px;
}