/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body,
div,
p,
li,
td,
th {
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
}

html {
    background: #ccc;
}

body {
    background: #fff url('../images/home_page/header_clouds.jpg') no-repeat scroll center top;
    margin: 0 auto;
    max-width: 1300px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: RobotoCondensed, Arial, sans-serif;
    font-weight: normal;
}

strong, b {
    font-family: RobotoBold;
    font-weight: normal;
}

a {
    color: #1680c3;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    border-style: none;
    max-width: 100%;
}

em {
    font-family:RobotoItalic;
    font-style: normal;
}

em strong,
strong em {
    font-family: RobotoBoldItalic;
    font-style: normal;
    font-weight: normal;
}

#wrap {
    margin: 0 auto;
    width: 980px;
}

header {
    padding: 20px 20px 0;
    margin-bottom:0;
    position: relative;
    z-index: 2147483638
}
header #logo {
    position:absolute;
    font-size:.9em;
    color:#1680c3;
    left:20px;
    left:2.04081632653061%;
    z-index: 1;
}
header #mega {
    float:left;
    z-index: 2147483637
}
header ul#mega-menu {
    list-style:none;
    width:640px;
    margin:0 0 0 100px;
    height:42px;
    padding:0;
}
#mega-menu li.primary {
    float:left;
    position: relative;
    margin-top:0;
    z-index:2147483636;
}
#mega-menu li.primary:hover,
#mega-menu li.primary.hover {
    background:#fff;
}  
#mega-menu li.primary.first {
    margin-left:10px;
}
#mega-menu li.primary.last {
    margin-right:0;
}
#mega-menu li.primary a.nav {
    padding:4px 40px 4px 10px;
    color: #4e4e4e;
    display:block;
    outline:0;
    font-size:.65em;
    text-decoration: none;
    text-transform: uppercase;
}
#mega-menu li.primary.last a.nav {
    padding:4px 10px;
}
#mega-menu li.primary:hover a.nav,
#mega-menu li.primary.hover a.nav {
    border: 1px solid #cecece;
    padding:3px 39px 1px 9px;
    border-bottom: 1px solid #fff;
}
#mega-menu li.primary.last:hover a.nav,
#mega-menu li.primary.last.hover a.nav {
    padding:3px 9px 1px 9px;
}
#mega-menu li.primary span {
    color: #1680c3;
    display: block;
    font-size: 1.6em;
    margin:0;
    text-transform: lowercase;
}
#mega-menu li.primary:hover span,
#mega-menu li.primary.hover span {
    color: #4e4e4e;
}
#mega-menu li.primary .dropdown {
    float:left;
    position:absolute;
    left:-999em;
    text-align:left;
    padding:10px 5px 10px 5px;
    border:1px solid #cecece;
}
#mega-menu li.primary:hover .dropdown,
#mega-menu li.primary.hover .dropdown {
    padding: 2em;
    width:700px;
    position:absolute;
    margin:3px auto;
    left:-450px;
    top:40px;
    z-index: -1;
    font-size:.8em;
}
html.webkit #mega-menu li.primary:hover .dropdown,
html.webkit #mega-menu li.primary.hover .dropdown {
    margin-top:2px;
}
#mega-menu li#mega-pr.primary:hover .dropdown,
#mega-menu li#mega-pr.primary.hover .dropdown {
    left:-15px;
    background:#fff url('../images/home_page/mm_pr_bg.gif') no-repeat 100% 100%;
}
#mega-menu li#mega-hi.primary:hover .dropdown,
#mega-menu li#mega-hi.primary.hover .dropdown {
    left:-155px;
    background:#fff url('../images/home_page/mm_hi_bg.gif') no-repeat 100% 100%;
}
#mega-menu li#mega-nh.primary:hover .dropdown,
#mega-menu li#mega-nh.primary.hover .dropdown {
    left:-289px;
    background:#fff url('../images/home_page/mm_nh_bg.gif') no-repeat 100% 100%;
}
#mega-menu li#mega-bp.primary:hover .dropdown,
#mega-menu li#mega-bp.primary.hover .dropdown {
    left:-430px;
    background:#fff url('../images/home_page/mm_bp_bg.gif') no-repeat 100% 100%;
}
html.lt-ie9 #mega-menu li#mega-hi.primary:hover .dropdown,
html.lt-ie9 #mega-menu li#mega-hi.primary.hover .dropdown,
html.webkit #mega-menu li#mega-hi.primary:hover .dropdown,
html.webkit #mega-menu li#mega-hi.primary.hover .dropdown {
    left:-154px;
}
html.lt-ie9 #mega-menu li#mega-nh.primary:hover .dropdown,
html.lt-ie9 #mega-menu li#mega-nh.primary.hover .dropdown,
html.webkit #mega-menu li#mega-nh.primary:hover .dropdown,
html.webkit #mega-menu li#mega-nh.primary.hover .dropdown {
    left:-285px;
}
html.lt-ie9 #mega-menu li#mega-bp.primary:hover .dropdown,
html.lt-ie9 #mega-menu li#mega-bp.primary.hover .dropdown,
html.webkit #mega-menu li#mega-bp.primary:hover .dropdown,
html.webkit #mega-menu li#mega-bp.primary.hover .dropdown {
    left:-424px;
}
#mega-menu .mega_intro {
    border-right: 1px solid #ccc;
    text-align: right;
    width:31%;
    padding-right:2em;
}
#mega-menu .mega_intro h2 {
    font-family: Roboto;
    font-weight: normal;
    text-transform: lowercase;
    color: #1680c3;
    margin: 0;
    font-size: 1.7em;
}
#mega-menu li.primary .dropdown .mega_intro p {
    font-size:.9em;
}
#mega-menu li.primary .dropdown li {
    line-height: 1.1em;
    margin-bottom:1em;
}
#mega-menu li.primary .dropdown .mega_intro li a {
    font-size:1.2em;
}
#mega-menu ul {
    list-style-type: none;
}
#mega-menu .mega_body {
    margin-left:35%;
    font-size:.9em;
}
#mega-menu .mega_body h3 {
    font-family: Roboto;
    font-size:1.3em;
    font-weight: normal;
    margin:0 0 .4em 0;
}
.help_list {
    width:62%;
    display:block;
    float:left;
    margin-right:3%;
}
.quick_links {
    display:block;
    float:left;
    width:35%;
}
#mega-menu .mega_body .help_list ul {
    margin-left:14px;
}
#mega-menu .mega_body .help_list h3 {
    margin:0 0 .4em 14px;
}

header ul#utility {
    margin: 0 0 0 765px;
    padding: 0;
}
header ul#utility a,
header ul#utility a:visited {
    color: #1680c3;
}
header ul#utility li {
    font: 8pt RobotoBold, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1680c3;
    list-style: disc inside;
    margin:0 0 1em 0;
    padding:0;
    text-align: right;
}
header ul#utility li#search {
    list-style: none;
    width: auto;
}
header ul#utility li#search input {
    vertical-align: middle
}
header ul#utility li#social {
    list-style: none;
    width: auto;
}

ul.social,
header ul#utility ul.social {
    list-style: none;
    margin-top:0;
    float: right;
    margin-bottom:0;
}
ul.social {
    float:none;
    padding-left:0;
}
ul.social li,
header ul#utility ul.social li {
    list-style: none;
    float:left;
}
ul.social li a,
header ul#utility ul.social li a {
    display:block;
    height: 23px;
    margin-left: 10px;
    width: 21px;
}
ul.social a.icn_facebook {
    background: url('../images/home_page/header_sprite.png') no-repeat;
}
ul.social a.icn_twitter {
    background: url('../images/home_page/header_sprite.png') -29px 0 no-repeat;
}
ul.social a.icn_youtube {
    background: url('../images/home_page/header_sprite.png') -58px 0 no-repeat;
}
ul.social a.icn_blog {
    background: url('../images/home_page/header_sprite.png') -87px 0 no-repeat;
}

div#showcase {
    background-color: #fff;
    float:left;
    width:632px;
    position: relative;
}
#showcase h1 {
    font: normal normal normal 2.5em RobotoLight;
    line-height: 1em;
    color:#1680c3;
    margin:0;
}
#showcase #c_ptb h1,
#showcase #c_ptb p,
#showcase #c_hey h1,
#showcase #c_hey p {
    color:#fff;
}
#showcase #c_hey h1 {
    font: normal normal normal 2.25em RobotoLight;
    margin-bottom: 0;
}
#showcase #c_hey p {
    font-size:1.3em;
    margin:0;
}
#showcase #c_poy h1 {
    font: normal normal normal 2.25em RobotoLight;
}
#showcase #c_ctw h1 {
}
#showcase h1 span {
    display:block;
    font:.55em Roboto;
    font-weight:normal;
    margin-top:.4em;
}
#showcase p {
    font-size:.9em;
}
#showcase a.btn {
    background:url('../images/home_page/btn_left.png') no-repeat 0 2px;
    color:#fff;
    display:inline-block;
    font:14px Roboto, Arial, sans-serif;;
    height:40px;
    margin:0;
    padding:0;
    text-transform:uppercase;
    text-decoration:none;
}
#showcase a.btn span {
    background:url('../images/home_page/btn_right.png') no-repeat right top;
    display:inline-block;
    height:37px;
    margin:0 0 0 9px;
    padding:13px 40px 10px 6px;
}
#showcase .showcase_navigation {
    position: absolute;
    bottom:1em;
    left:20px;
}
#showcase .showcase_navigation a {
    /*background-color:rgba(255, 255, 255, 0.6);*/
    background:#fff;
    filter:alpha(opacity=60);
    opacity:0.6;
    border:1px solid #666;
    color:#666;
    margin-right:.3em;
    padding:.2em .4em .1em .4em;
    font-size:.9em;
}
#showcase .showcase_navigation a:hover {
    color:#3c80cd;
}
#showcase .showcase_navigation a.selected,
#showcase .showcase_navigation a.selected:hover {
    background:#fff;
    filter:alpha(opacity=100);
    opacity:1;
    border:1px solid #649db1;
    color:#3c80cd;
    text-decoration: none;
}
#showcase .showcase_content {
    width:632px;
    height:317px;
}
div#divider {
    background:url('../images/home_page/3d_divider.png') no-repeat scroll right top;
    height:318px;
    width:12px;
    float:left;
}
div#credibility {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#e8e8e8', endColorstr='#ffffff'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#e8e8e8', endColorstr='#ffffff')"; /* IE8 */
    background-image: -ms-linear-gradient(right, #fff 0%, #e8e8e8 100%); /* IE10 */
    background-image: -moz-linear-gradient(right, #fff 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(right, #fff 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), color-stop(1, #e8e8e8));
    background-image: -webkit-linear-gradient(right, #fff 0%, #e8e8e8 100%);
    background-image: linear-gradient(to left, #fff 0%, #e8e8e8 100%);
    height:269px;
    margin:6px 0 6px 644px;
    padding:20px;
    font-size:.8em;
}
div#credibility .highlight {
    margin-left: 141px;
    height: 131px;
    font-size:.85em;
    width:159px;
}
.credibility_navigation a {
    margin:0 1em 0 0;
}
/*.shadow{
    position: relative;
    border: 1px solid #000;
}
.shadow:before, .shadow:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 0px;
  left: 10px;
  width: 470px; 
  top: 90%;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: -6px 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: -6px 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: -6px 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(3deg);    
  -moz-transform: rotate(3deg);   
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.shadow:after 
{
  -webkit-box-shadow: 7px 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 7px 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 7px 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  right: 10px;
  left: auto;
}*/

div#main {
    float:left;
    width:632px;
    margin-top:19px;
}
#main h2 {
    text-transform: uppercase;
    color:#1680c3;
}

.tabs {
    margin:-50px 0 0 230px;
}
.tabs li {
    list-style:none;
    display:inline;
    z-index: 10;
}
.tabs a {
    color:#4e4e4e;
    padding:5px 10px;
    display:inline-block;
    text-decoration:none;
    text-transform: uppercase;
    z-index: 10;
    font-size:.9em;
}
.tabs a.active {
    background-color: #fff;
    border:1px solid #ccc;
    border-bottom:0;
    color: #1680c3;
}
.tabs a:focus {
    outline:none;
}
div#for_your_home,
div#for_your_business {
    border:1px solid #ccc;
    border-left:0;
    border-right:0;
    border-bottom:0;
    padding:1em 0;
    margin-top:-1px;
}
div.tab_content {
    font-size:.8em;
}
div.tab_intro {
    border:1px solid #ccc;
}
div.tab_intro div {
    padding:1em;
}
div.tab_content h3,
div.tab_intro h4 {
    margin:0;
}
div.tab_content h3 {
    color:#626262;
}

ul.tab_links li {
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    display:block;
    float:left;
    width:25%;
    padding:0 1em;
    font-family:RobotoBold;
    font-weight:normal;
    border-left: 1px solid #ccc;
    height:90px;
    margin-bottom:1em;
}
.tab_content ul.tab_links li {
    padding:0 .3em;
}
ul.tab_links li.first {
    border-style:none;
}
ul.tab_links li a {
    display:block;
    width:90px;
    margin:0 auto;
}
.tab_content ul.tab_links li a {
    width:95px;
}
ul.tab_links img {
    margin-bottom:.5em;
    width:100% !important;
}

/*ul.tab_links img {
    margin-bottom:.5em;
}
ul.tab_links li {
    display:inline-block;
    width:23%;
    padding:0 0 0 5px;
    vertical-align:top;
    border-left:1px solid #ccc;
    margin:0 0 1em 0;
    font-family:RobotoBold;
    font-weight:normal;
}
ul.tab_links li.first {
    border-left:none;
    padding-left:0;
}*/

.box {
    position:relative;
}
.box h2 {
    background-color:#caecf8;
    color:#1680c3;
    padding:.2em .4em;
    /*padding:.3em .4em .2em .4em;*/
    margin:0;
}
#main .box.dark h2 {
    background-color:#02adef;
    color:#fff;
    padding:.2em .4em;
    margin:0;
}
#did_you_know {
    border-top:1px solid #fff;
}
.box .controls {
    position: absolute;
    top:.6em;
    right:1em;
    z-index: 10;
}
.controls a {
    display:inline-block;
    padding:.15em .4em;

}
.controls a.selected,
.controls a.selected:hover {
    border:1px solid #649db1;
    text-decoration: none;
}
a.disabled {
    color:#ccc;
}
a.disabled:hover {
    text-decoration: none;
}
.box .content {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#edf7fb', endColorstr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#edf7fb', endColorstr='#ffffff')";
    background-image: -ms-linear-gradient(bottom, #fff 0%, #edf7fb 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #edf7fb 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #edf7fb 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #edf7fb));
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #edf7fb 100%);
    background-image: linear-gradient(to top, #fff 0%, #edf7fb 100%);
    color: #444;
    font-size:.7em;
    padding:1em;
}
.box .content h3 {
    text-transform: uppercase;
    color: #1680c3;
    margin:0;
}
.box .content ul li {
    margin-bottom:1em;
}
.box .content ul li a {
    /*color:#4e4e4e;*/
}
#tools_and_initiatives {
    margin-bottom:1em;
}
#tools_and_initiatives h3 {
    padding-top:81px;
}
#tools_and_initiatives .content {
    padding:15px;
}
#tools_and_initiatives .content .section {
    height:165px;
    width:194px;
    float:left;
    margin:0 0 0 11px;
}
#tools_and_initiatives .content .section.first {
    margin-left:0;
}
#es_social_content div {
    overflow: hidden;
}
#most_viewed .content {
    font-size: .9em;
}
/*#most_viewed .content a,
#right_col_news a,
#right_col_partner_updates a {
    text-decoration: underline;
}
.accordion-v h2 a {
    color:#fff;
}
.accordion-v h2 a:hover {
    color:#fff;
    text-decoration: underline;
}
#most_viewed a:hover,
#right_col_news a:hover,
#right_col_partner_updates a:hover {
    text-decoration: none;
}*/

div#right_col {
    margin:25px 0 0 644px;
}
div#right_col .box {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#eeeeee', endColorstr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#eeeeee', endColorstr='#ffffff')";
    background-image: -ms-linear-gradient(bottom, #fff 0%, #eeeeee 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #eeeeee));
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #eeeeee 100%);
    background-image: linear-gradient(to top, #fff 0%, #eeeeee 100%);
    color: #444;
}
div#right_col .box.login {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f7f7f7', endColorstr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f7f7f7', endColorstr='#ffffff')";
    background-image: -ms-linear-gradient(bottom, #fff 0%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #f7f7f7 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #f7f7f7 100%);
    background-image: linear-gradient(to top, #fff 0%, #f7f7f7 100%);
}
div#right_col .box h2 {
    background-color: #e0dede;
    color: #4e4e4e;
    font-size: 1em;
    margin: 0;
    padding: .4em .7em;
    text-transform: uppercase;
}
div#right_col .box.login h2 {
    background-color: #f0f0f0;
}
div#right_col .box h3 {
    font-size: 1.2em;
    color:#626262;
    margin:0 0 .3em 0;
}
div#right_col .box h4 {
    color: #1680c3;
    margin:0;
}
div#right_col .box hr {
    width:90%;
    text-align: center;
    margin:0 auto;
}
div#right_col .box .box_container {
    font-size:.8em;
    padding:1em;
}
ul.left_align {
    padding-left:1em;
    margin-top:0;
}
div#right_col .box .box_container ul.left_align a {
    /*color: #4e4e4e;*/
}
div#right_col a.btn {
    display: inline-block;
    width:138px;
    height:38px;
    margin-left:1em;
}
#btn_become_a_partner {
    background:url('../images/home_page/btns.png') 0 -40px no-repeat;
}
#btn_more_partner_resources {
    background:url('../images/home_page/btns.png') -140px -40px no-repeat;
}
#btn_more_headlines {
    background:url('../images/home_page/btns.png') 0 -80px no-repeat;
}
#btn_media_center {
    background:url('../images/home_page/btns.png') -140px -80px no-repeat;
}
#featuredPartner {
    display:table;
}
.fp_content {
    margin-bottom: .5em;
}
.fp1,
.fp2 {
    font-size:.85em;
    width:308px;
    margin:0 2em 1em 0;
}
.fp1 img {
    display:block;
    float:left;
    margin-right: 1em;
    border:1px solid #ccc;
}
.fp2 img {
    display: block;
    border:1px solid #ccc;
    max-width:100%;
    margin-bottom:1em;
}
.hidden-form {
    margin:0 1em 1em 0;
    font-size:.7em;
}
p#login-intro {
    width:35%;
    margin:1em 3px 1em 1em;
    float:left;
    font-size:.7em;
}
p#home-intro {
    width:35%;
    margin:1em 3px 1em 1em;
    float:left;
    font-size:.7em;
}
p#pm-intro {
    width:35%;
    margin:1em 3px 1em 1em;
    float:left;
    font-size:.7em;
}
p#mesa-intro {
    width:35%;
    margin:1em 3px 1em 1em;
    float:left;
    font-size:.7em;
}
#form-selector-new {
    margin-top:.5em;
}
#form-selector-new li a {
    width:165px;
    height:45px;
    display:block;
    background:url('../images/home_page/btn_logins.png') no-repeat;
}
#form-selector-new li a.show-form-pm {
    background-position:0 -45px;
}
#form-selector-new li a.show-form-mesa {
    background-position:0 -90px;
    height:45px;
}
.hidden-form legend {
    padding-top:1em;
    text-transform:uppercase;
}
.hidden-form label {
    display:block;
    padding-top:.5em;
}
.hidden-form input.txt {
    width:95%;
}
.hidden-form button {
    border:none;
    padding:0;
    overflow:hidden;
    margin:0 0 0 1px;
    float: right;
    background:url('../images/home_page/btns.png') 0 0 no-repeat;
    width:63px;
    height:28px;
}
.hidden-form div.backLink {
    float:right;
    width:30px;
    vertical-align:bottom;
    padding-top:.5em;
}
#form-selector a,
#form-selector a:visited {
    color:#fff;
    background-color:#2ba840;
    border:2px solid #eef2ec;
    border-color:rgba(255, 255, 255, 0.9);;
    text-transform:uppercase;
    padding:3px 6px;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    box-sizing:border-box;
    moz-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    width:160px;
    text-align:center;
    font-size:.7em;
}
#form-selector a:hover {
    text-decoration:none;
}

footer {
    background-color: #e2f3fc;
    font-size:.8em;
    margin:1em 0 0 0;
}
footer div#ftr_container {
    background-color: #ceebfa;
    margin: 0 auto;
    padding:1.5em 0;
    width: 980px;
}
footer h4 {
    font-family: Roboto, Arial, sans-serif;
    font-weight:normal;
    color: #1680c3;
    font-size:.9em;
    margin-left:3.5em;
}
footer h4 strong {
    font-family: RobotoBold, Arial, sans-serif;
    font-weight:normal;
    font-size:1.2em;
    display:block;
}
footer div#ftr_container div#ftr_products,
footer div#ftr_container div#ftr_homes,
footer div#ftr_container div#ftr_new_homes,
footer div#ftr_container div#ftr_bp {
    width:19%;
    float:left;
}
footer div#ftr_container div#ftr_all {
    background: url('../images/home_page/white_pixel.png') 1em 0 repeat-y;
    float:left;
    width:24%;
    padding-top:0;
    margin-top:1em;
}
footer div#ftr_container ul {
    list-style: none;
    line-height:2em;
}
footer div#ftr_container ul li {
    line-height:1em;
    margin-bottom:1em;
}
footer div#ftr_container ul a {
    color: #4e4e4e;
}
footer div#ftr_container div#ftr_all ul{
    padding-top:0;
    margin-top:0;
}
footer div#ftr_container div#ftr_all ul,
footer div#ftr_container div#ftr_all ul a {
   color: #1680c3; 
}
footer ul#ftr_seals li {
    float: left;
    margin-right: 1em;
    text-align: center;
}
footer #ftr_seals img {
    margin-bottom: .5em;
}

#overlay {
    position: fixed; 
    top: 130px;
    width: 980px;
    margin:0 auto;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 11;
}
html.lt-ie10 #overlay {
    top:128px;
}

.horizontalCarousel {
    display: block;
    float:left;
}

/*
   Browser-specific
*/
html.lt-ie9 #logo {
    width:99px;
}
html.lt-ie8 .help_list {
    width:40%;
}
html.lt-ie8 .quick_links {
    width:auto;
}
html.lt-ie8 #showcase a.btn,
html.lt-ie8 .tabs a,
html.lt-ie8 .controls a,
html.lt-ie8 ul.tab_links li,
html.lt-ie8 div#right_col a.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
html.lt-ie8 div#for_your_home,
html.lt-ie8 div#for_your_business {
    z-index:1;
}
html.lt-ie8 div#for_your_home .help_list {
    width:63%;
    margin-right:1em;
}
html.lt-ie8 div#for_your_home .reset_line_height ,
html.lt-ie8 div#for_your_business .reset_line_height {
    line-height: 1em;
    margin-bottom:2em;
}
html.lt-ie8 ul.tab_links {
    width:auto;
}
html.lt-ie8 .mega_body ul.tab_links {
    margin-left: 1em;
}
html.lt-ie8 ul.tab_links li {
    min-width:80px;
    max-width:92px;
    padding-left:13px;
}
html.lt-ie8 .tab_content ul.tab_links li {
    padding:0 5px;
}
html.lt-ie8 ul.tab_links li.first,
html.lt-ie8 .tab_content ul.tab_links li.first {
    padding-left: 0;
}
html.lt-ie8 #featuredPartner {
    display:block;
    width:300px;
}
html.lt-ie8 .hasLayout {
    *zoom: 1;
}

/* SKIP MENU
===========================*/
#skipMenu a {
    position:absolute;
    top:-1000px;
    left:-1000px;
    height:1px;
    width:1px;
    text-align:left;
    overflow:hidden;
}
#skipMenu a:active, #skipMenu a:focus, #skipMenu a:hover {
    top:0;
    left:0;
    font-size:1em;
    font-weight:bold;
    color:#fff;
    background-color:#5271ad;
    height:auto;
    overflow:auto;
    width:99%;
    padding:5px;
    z-index:2147483638;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*
 * Uppercase
 */

.uc {
    text-transform: uppercase;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url(<q>xml/ellipsis.xml#ellipsis</q>);
    text-overflow: ellipsis;
}

/*
 * Two columns
 */
.two_col_l {
    float: left;
    width:49%;
}
.two_col_r {
    margin-left:51%;
}
/*
 * Three columns
 */
.three_col_l {
    float: left;
    width: 31%;
    margin-right: 2.5%;
}
.three_col_m {
    float: left;
    width: 31%;
    margin-right: 2.5%;
}
.three_col_r {
    margin-left: 67%;
}

.no_bullets {
    list-style-type: none;
}
.no_indent {
    margin:0;
    padding-left:0;
}
.pad_bottom li {
    margin-bottom:.8em;
}
.reset_line_height {
    line-height: 1.1em;
}
.reset_line_height li {
    margin-bottom:.75em;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

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

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#tabReplace

