/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126License:none (public domain) */

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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
    line-height:1;
}
ol, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content:'';
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
h1,h2,h3,h4,h5,h6,strong {
    font-weight:bold}
em {
    font-style:italic;
}
/* END RESET */

* {
    margin:0px;
    padding:0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
html {
    overflow-y:scroll;
    overflow-x:hidden;
}
html, body, td {
    font-family:'PT Sans', sans-serif;
    font-size:15px;
}
body {
    background:#0e3557;
    text-align:center;
}
a:active, a:focus, input {
    outline:0;
    outline-style:none;
    outline-width:0;
}
h2 {
    font-size:1.6em;
    margin:0 0 15px 0;
}
h3 {
    font-size:1.4em;
    margin:0 0 15px 0;
}
.mobileTable h3 {
    font-size:1.3em;
    margin:3px 0 3px 0;
}
h3.compact {
    font-size:1.2em;
    margin:0 0 3px }
h4 {
    font-size:1.3em;
    margin:3px 0 3px 0;
}
h4 a {z-index: 5;position: relative;}
h5 {
    font-size:1.1em;
    margin:0}
h5.sitemap {
    padding-bottom:10px;
}
h6 {
    font-size:1em;
    margin:0}
h6.sitemap, h5.planStart,h2.planStart {
    padding-bottom:5px;
}
h2.planStart {margin:0}
p {
    line-height:1.4}
ol {
    list-style-type:decimal}
ol.lower_alpha {
    list-style-type:lower-alpha;
    margin-top:5px}
#main ul.sitemap {
    margin:5px 0 0 5px;
}
#main ul.secondary {
    margin-bottom:0px;
}
dl {
    margin:10px 0;
}
dt {
    font-weight:bold;
    font-size:1.2em;
    margin:20px 0 5px}
dd {
    font-size:1em;
}
.mobile-header-link {display:none !important;}
sup,sub {
    height:0;
    font-size:.8em;
    line-height:1;
    vertical-align:baseline;
    position:relative;
}
sup {
    bottom:1ex;
}
sub {
    top:.5ex;
}
h2 sup {
    font-size:.4em;
    bottom:1.9ex}
#main ul, #main ol {
    margin-left:25px;
    margin-bottom:20px;
}
#main .ulHeading {
    margin-bottom:5px}
#main .blogimgbottom {
    margin-bottom:0px;
}
#main ul li, #main ol li {
    padding:3px;
    line-height:1.2}
#main ul li {
    background:url(images/arrow_bullet.png) 0 6px no-repeat;
    padding-left:15px;
}
#main ol.blog {
    font-weight:bold;
    margin-bottom:5px}
#main ol.blog li p {
    font-weight:normal;
}
code {
    display:block;
    margin-left:20px;
    font-size:1em;
    font-family:monospace;
}
#main div.featureList {
    background-color:#0e3557;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    display:inline-block;
    border-radius:2px;
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    border:1px solid #0e3557;
    width:722px;
    margin-bottom:20px;
    height:94px}
#main div.featureList ul {
    float:left;
    padding:12px;
    margin-bottom:0;
    margin-left:12px;
    margin-right:20px}
#main div.featureList ul li {
    background:url(images/check_bullet.png) 0 6px no-repeat;
    padding-left:20px;
    line-height:1 }
#main div.featureList div.pricing {
    float:right;
    background-color:#beddf9;
    color:#0e3557;
    display:inline-block;
    width:194px;
    padding:12px 10px 0px;
    font-size:18px;
    height:92px}
 #main div.featureList div.pricing p {
    margin-bottom:0;
    padding-left:10px;
    line-height:1.2}
.pricing p span {
    font-size:40px;
}
.pricing p span.business {
    font-size:36px;
    letter-spacing:-1px}
#main ul li span.tools {
    font-weight:bold;
}
#main .item-list ul li {
    background:none;
    padding-left:3px}
#header_row {
    background:#999 url('images/header-bg.png') repeat-x top left;
}
#header {
    margin:0px auto;
    text-align:left;
    padding:20px;
}
#logo {
    width:204px;
    float:left;
}
#logo h1 a {
    display:block;
    width:204px;
    height:43px;
    background:transparent url('images/logo.png') no-repeat top left;
}
#logo h1 a span {
    display:none;
}
#hero_row {
    background:#C4DAE8;
    border-top:1px solid #C7CDD5;
    margin-top:86px;
    text-align:center;
}
#hero {
    margin:0px auto;
}
#hero img {
    margin-bottom:-5px;
}
#home_icons {
    height:150px;
    text-align:justify;
    font-size:0.1px;
    /* IE 9/10 don't like font-size:0;
    */
 min-width:900px;
    background:transparent url('images/shadow_home.jpg') no-repeat bottom center;
}
#home_icons div {
    width:176px;
    height:125px;
    display:inline-block;
}
#home_icons:after {
    content:'';
    width:100%;
    /* Ensures there are at least 2 lines of text, so justification works */
	display:inline-block;
}
.lang img, .lang2 img {
    vertical-align:bottom;
}
.lang {
    text-decoration:none;
    margin-top:-13px;
    float:left;
}
.lang2 {
float: left;
}
.lang2.china {margin-top:8px}
.topChat {
    color:#666;
    float:right;
    margin:-20px -10px 5px 0;
    width:165px;
    height:30px;
    text-align:right;
    font-weight:.9em;
}
.topChat span {
    padding-left:10px;
    padding-top:8px;
    display:block;
    float:left;
}
.topChat span strong {
    font-weight:normal;
    color:#0161c1}
.footerChat,.footerChat2 {
    color:#beddf9;
    bottom:0;
    left:0;
    position:fixed;
    margin:0 0 0 20px;
    width:160px;
    height:30px;
    -webkit-border-top-right-radius:2px;
    -webkit-border-top-left-radius:2px;
    -moz-border-radius-topright:2px;
    -moz-border-radius-topleft:2px;
    border-top-right-radius:2px;
    border-top-left-radius:2px;
    background:#0c2a45;
}
.footerChat2 {
    width:300px;
    display:none}
.footerChat span, .footerChat2 span {
    padding-left:10px;
    padding-top:8px;
    display:block;
    float:left;
}
.footerChat span strong, .footerChat2 span strong {
    font-weight:bold;
    color:#fff;
}
.sideChat {
    top:190px;
    right:0px;
    position:fixed;
}
.sideChat a {
    background:url('images/liveChat_side.png')no-repeat;
    display:block;
    width:52px;
    height:113px;
}
#menu_show {
    display:none;
}
#menu ul {
    list-style-type:none;
    text-align:right;
}
#menu ul li {
    display:inline;
    padding-bottom:25px;
}
#menu ul li a {
    display:inline-block;
    line-height:45px;
    text-decoration:none;
    color:#666;
    margin-left:20px;
}
#menu ul li.top_menu:hover {
    background:transparent url('images/li-hover-bg.png') no-repeat bottom center;
}
#menu ul li.top_menu.last:hover {
    background:none}
#menu ul li a:hover {
    color:#999;
}
#menu_anchor {
    display:none;
}
div#menu {
    position:relative;
}
div.submenu {
    display:none;
}
div.submenu_show {
    display:block;
}
div.flag {
position: relative;
float: right;
width: 76px;
margin-right: 45px;
}
div.subflag {
    display:none;
}
div.subflag_show {
    display:block;
}
div.submenu {
    position:absolute;
    top:50px;
    right:-20px;
    z-index:7;
    color:#FFF;
    height:270px;
    background:#231f20;
    background:-moz-linear-gradient(top, #231f20 0%, #231f20 47%, #0e3557 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#231f20), color-stop(47%,#231f20), color-stop(100%,#0e3557));
    background:-webkit-linear-gradient(top, #231f20 0%,#231f20 47%,#0e3557 100%);
    background:-o-linear-gradient(top, #231f20 0%,#231f20 47%,#0e3557 100%);
    background:-ms-linear-gradient(top, #231f20 0%,#231f20 47%,#0e3557 100%);
    background:linear-gradient(to bottom, #231f20 0%,#231f20 47%,#0e3557 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#0e3557',GradientType=0 );
    border-bottom-right-radius:2px;
    border-bottom-left-radius:2px;
    border-bottom:2px solid #2C5F89;
}
div.subflag {
    position:absolute;
    top:8px;
    right:-1px;
    z-index:7;
    color:#FFF;
    background:#231f20;
    border-radius:3px;
    border:1px solid #ccc;
    border-top:1px solid #dedede;
    border-bottom:1px solid #666666;
    background:#ccc url('images/flag-bg3.png') repeat-x top left;
    -webkit-box-shadow:0 6px 5px -5px #222222;
    -moz-box-shadow:0 6px 5px -5px #222222;
    box-shadow:0 6px 5px -5px #222222;
}
div.flag ul li div.subflag div.subflag_1 {
    display:inline-block;
    float:left;
    padding:10px;
}
div.flag ul li div.subflag div.subflag_1 ul li.subflag_heading a {
    color:#fff;
    text-decoration:none;
    white-space:nowrap;
    color:#4291d1}
div.flag ul li div.subflag div.subflag_1 ul li.subflag_heading a:hover {
    color:#999}
div#menu ul li div.submenu div.submenu_1 {
    display:inline-block;
    float:left;
    padding:20px 40px;
    height:260px;
    border-right:1px solid #192a3a;
}
div#menu ul li div.submenu div.submenu_2 {
    display:inline-block;
    float:left;
    padding:20px 35px;
    height:260px;
    border-right:1px solid #192a3a;
}
div#menu ul li div.submenu.firstMenu .submenu_2 {
    padding-right:180px}
div#menu ul li div.submenu div.submenu_3 {
    display:inline-block;
    float:left;
    padding:20px 40px;
}
div#menu ul li div.submenu ul li {
    display:block;
    text-align:left;
    padding-bottom:0px;
}
div#menu ul li div.submenu ul li a {
    margin:0px;
    font-size:13px;
    line-height:20px;
    color:#4291d1;
}
div#menu ul li div.submenu ul li a:hover {
    color:#fff;
    text-decoration:underline;
}
div#menu ul li div.submenu ul li.submenu_heading {
    font-weight:bold;
    padding-bottom:5px;
}
div#menu ul li div.submenu ul li.submenu_heading_2 {
    font-weight:bold;
    padding:10px 0 0;
}
div#menu ul li div.submenu ul li.submenu_heading a, div#menu ul li div.submenu ul li.submenu_heading_2 a {
    color:#fff;
    font-size:15px;
}
div#menu ul li div.submenu ul li.mmsocial_heading {
    padding-top:10px;
}
div#menu ul li div.submenu ul li.mmsocial_heading ul li {
    display:inline;
}
div#menu ul li div.submenu ul li ul li {
    padding-left:5px;
}
div#menu ul li div.submenu ul li.mmsocial_heading ul li a.mmsocial {
    display:inline-block;
    width:32px;
    height:32px;
    float:left;
    margin-top:10px;
    margin-right:10px;
}
div#menu ul li div.submenu ul li.mmsocial_heading ul li a.mmsocial span {
    display:none;
}
div#menu ul li div.submenu ul li.mmsocial_heading ul li a.mmfacebook {
    background:transparent url('images/mmicon-facebook.png') no-repeat top left;
}
div#menu ul li div.submenu ul li.mmsocial_heading ul li a.mmtwitter {
    background:transparent url('images/mmicon-twitter.png') no-repeat top left;
}
div#menu ul li div.submenu ul li.mmsocial_heading ul li a.mmgplus {
    background:transparent url('images/mmicon-gplus.png') no-repeat top left;
}
#navShadow-fade {
    position:fixed;
    top:86px;
    left:0;
    right:0;
    background:url('images/nav-shadow.png') repeat-x;
    height:7px;
    z-index:10;
    display:none;
}
#title_row {
    background:#0e3557;
    min-height:94px;
}
#title {
    margin:0px auto;
    text-align:left;
    background:#0e3557;
    padding:33px 20px 20px;
    color:#FFF;
    position:relative;
}
#title h1 {
    font-size:22px;
    z-index:2;
    position:relative;
    text-shadow:2px 2px 6px #000;
}
#title_image {
    position:absolute;
    top:0px;
    left:0px;
    z-index:0;
    overflow:hidden;
    max-width:100%;
}
#title_image_fade_left {
    width:100%;
    height:94px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    background:transparent url('images/title-fade-left.png') no-repeat bottom left;
}
#title_image_fade_right {
    width:200px;
    height:94px;
    position:absolute;
    top:0px;
    right:0px;
    z-index:1;
    background:transparent url('images/title-fade-right.png') repeat-y bottom left;
}
#main {
    margin:0px auto;
    text-align:left;
    padding:20px;
    color:#292929}
a {
    color:#0161C1;
}
a:hover {
    color:#666}
#content p {
    margin-bottom:20px;
}
p.price {
    font-weight:bold;
    font-size:18px;
    color:#0161C1;
    background-color:#efefef;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    padding:4px 10px 3px;
    text-decoration:none;
    border:1px solid #DCDCE2;
    margin-top:5px;
}
p.priceLarge {
    font-weight:bold;
    font-size:24px;
    color:#0161C1;
    background-color:#efefef;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    padding:4px 10px 3px;
    text-decoration:none;
    border:1px solid #DCDCE2;
    margin-top:5px;
}

hr {
    margin-bottom:15px;
    color:#0E3557;
    background-color:#0E3557;
    height:1px;
    border:none;
}
.small {
    font-size:.8em }
.entity-col1 {
    width:167px;
    float:left;
    margin-right:20px;
}
.entity-col2 {
    width:354px;
    float:left;
    margin-right:20px;
}
.entity-col3 {
    width:541px;
    float:left;
    margin-right:20px;
}
.entity-col4 {
    width:728px;
    float:left;
    margin-right:20px;
}
 .entity-col1 img {
    max-width:167px;
    height:auto;
    margin-bottom:20px;
}
.entity-col2 img {
    max-width:354px;
    height:auto;
    margin-bottom:20px;
}
.entity-col3 img {
    max-width:541px;
    height:auto;
    margin-bottom:20px;
}
.entity-col4 img {
    max-width:728px;
    height:auto;
    margin-bottom:20px;
}
.entity-col4 table.mobileTable a.tooltip img, .entity-col4 table.mobileTable td img {
    margin-bottom:0}
img.inline {
    margin-bottom:0}
img.floatR {
    float:right;
    margin:10px}
img.floatRdomain {
    float:right;
    margin:0 20px}
img.floatL {
    float:left;
    margin:10px}
#nodetabs {
    width:728px;
    margin-bottom:20px;
}
#nodetabs ul {
    list-style-type:none;
    margin:0px;
    border-bottom:1px solid #EFEFEF;
}
#nodetabs ul li {
    display:inline;
}
#nodetabs ul li a {
    display:inline-block;
    text-decoration:none;
    color:#666;
    padding:5px 15px;
    border-top:1px solid #EFEFEF;
    border-left:1px solid #EFEFEF;
    border-right:1px solid #EFEFEF;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background:#EFEFEF;
}
#nodetabs ul li a:hover {
    background:#CCC;
    color:#000;
    border-color:#CCC;
}
#nodetabs ul li a.active {
    background:#FFF;
    padding-bottom:6px;
    margin-bottom:-1px;
    color:#000;
    border-color:#EFEFEF;
}
#nodeedit {
    margin-top:-35px;
    z-index:10;
    position:absolute;
    font-size:10px;
}
#nodeedit a {
    display:inline-block;
    background:#FFF;
    padding:1px 5px;
    color:#999;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
#nodeedit a:hover {
    color:#000;
}
.node_teaser_title {
    width:728px;
}
.node_teaser_title h2 a {
    display:block;
    padding:4px 5px 3px;
    border-bottom:1px solid #0E3557;
    font-size:18px;
    text-decoration:none;
    color:#0E3557;
}
.node_teaser_title h2.mainSub a {
    display:inline-block;
    border:none;
    background:#0E3557;
    padding:10px;
    color:white;
    border-radius:2px;
}
.node_teaser_title h2 a:hover {
    color:#666}
.node_teaser_more {
    width:100%;
    text-align:right;
    padding-right:25px;
    margin-bottom:20px;
    font-size:13px;
}
.node_teaser_more a {
    color:#0e3557;
}
.node_teaser_more a:hover {
    color:#999;
}
.entity_edit_link {
    height:20px;
    margin-top:-20px;
    font-size:9px;
    z-index:9;
}
.entity_edit_link a {
    color:#999;
    background:#FFF;
}
.edit_hover {
    background:##F5F6CE;
}
#totop {
    display:none;
}
table th {
    height:28px;
    color:#fff;
    background-color:#0E3557;
    border-right:1px solid #fff}
table td {
    border-right:1px solid #fff}
table th a {
    color:#fff;
    text-decoration:none}
table th a:hover {
    color:#beddf9;
    text-decoration:underline}
table th, table td {
    padding:10px 5px;
    min-width:80px}
table tr.grey, table tr:nth-child(odd) {
    background-color:#EBEDF0;
}
table.mobileTable th, table.mobileTable td {
    padding:10px 5px;
    min-width:80px;
}
table.mobileTable th {
    height:28px;
    color:#fff;
    background-color:#0E3557;
    border-right:1px solid #fff;
    text-align:center;
}
table.mobileTable tr.buy_now {
    background-color:#fff;
}
table.mobileTable tr.buy_now td {
    text-align:center;
}
table.mobileTable tr th.features {
    text-align:left;
}
table.businessTable {width:100%}
table.businessTable th {padding: 15px 10px;font-size: 18px;font-weight: bold}
table.businessTable td a.btn {padding: 10px 20px;width: 100%;}
table.businessTable td a.signin {padding: 10px 20px;}
table.businessTable th, table.businessTable td {text-align: center}
table.businessTable td:first-child, table.businessTable th:first-child  {text-align:right}
.entity-col4 .businessTable td img {margin-bottom:0;}

#footer {
    margin:0px auto;
    text-align:left;
    padding:10px 20px 0;
}
/*
#footer_1 {
    width:28%;
    height:145px;
    float:left;
    margin-top:15px;
    margin-bottom:20px;
}
#footer_1 ul li {
    display:block;
    width:135px;
    float:left;
    padding-bottom:5px}
#footer_1 ul li a {
    color:white;
    font-weight:bold;
    text-decoration:none;
    font-size:13px;
    text-align:left}
#footer_1 ul li a:hover {
    color:#ccc}
#footer_2 {
    width:30%;
    float:left;
    margin-top:15px;
    margin-bottom:52px;
    padding-left:22px;
}
#footer_2 ul li {
display: block;
width: 195px;
float: left;
padding-bottom: 5px;
}
 #footer_2 ul li a {
    color:white;
    display:block;
    font-weight:bold;
    text-decoration:none;
    font-size:13px;
    height:28px;
    padding-left:35px;
    line-height:28px;
    margin-bottom:5px;
    text-align:left}
a#footer_facebook {
    background: url('images/footer-facebook.png') no-repeat top left;
}
a#footer_twitter {
    background: url('images/footer-twitter.png') no-repeat top left;
}
a#footer_googleplus {
    background: url('images/footer-google.png') no-repeat top left;
}
a#footer_youtube {
    background: url('images/footer-youtube.png') no-repeat top left;
}
a#footer_pinterest {
    background: url('images/footer-pinterest.png') no-repeat top left;
}
a#footer_linkedin {
    background: url('images/footer-linkedin.png') no-repeat top left;
}
a#footer_lunarmods {
    background: url('images/footer-lunarmods.png') no-repeat top left;
}
a#footer_subscribe {
    background: url('images/footer-subscribe.png') no-repeat top left;
}
#footer_3 {
    width:35%;
    height:165px;
    float:right;
    margin-top:15px;
    text-align:center;
}
#footer_3 img {
    margin:5px 15px 10px 10px;
}
*/
#footer_1 {
    width:28%;
    height:145px;
    float:left;
    margin-top:15px;
    margin-bottom:20px;
}
#footer_1 ul li{
    display:block;
    width:135px;
    float:left;
    padding-bottom:5px}
#footer_1 ul li a {
    color:white;
    font-weight:bold;
    text-decoration:none;
    font-size:13px;
    text-align:left}
#footer_1 ul li a:hover {
    color:#ccc}
#footer_2 {
    width:35%;

    float:left;
    margin-top:15px;
    margin-bottom:52px;
    padding-left:22px;
}
#footer_2 ul li {
    display:block;
    width:195px;
    float:left;
    padding-bottom:5px}

 #footer_2 ul li a {
    color:white;
    display:block;
    font-weight:bold;
    text-decoration:none;
    font-size:13px;
    height:28px;
    padding-left:35px;
    line-height:28px;
    margin-bottom:5px;
    text-align:left}
a#footer_facebook {
    background: url('images/footer-facebook.png') no-repeat top left;
}
a#footer_twitter {
    background: url('images/footer-twitter.png') no-repeat top left;
}
a#footer_googleplus {
    background: url('images/footer-google.png') no-repeat top left;
}
a#footer_youtube {
    background: url('images/footer-youtube.png') no-repeat top left;
}
a#footer_pinterest {
    background: url('images/footer-pinterest.png') no-repeat top left;
}
a#footer_linkedin {
    background: url('images/footer-linkedin.png') no-repeat top left;
}
a#footer_lunarmods {
    background: url('images/footer-lunarmods.png') no-repeat top left;
}
a#footer_subscribe {
    background: url('images/footer-subscribe.png') no-repeat top left;
}
#footer_3 {
    width:35%;
    height:165px;
    float:right;
    margin-top:15px;
    text-align:center;
}
#footer_3 img {
    margin:5px 15px 10px 10px;
}

#footer_copyright p.bizaddress, #footer_copyright p.lpcopyright,div.bizaddress {
    color:#CCC;
    font-size:13px;
    padding-bottom:10px;
}



div.bizaddress div {
    display:inline;
}
#footer_copyright p.lpcopyright {
    font-size:10px;
}
.btn, .mobile_btn {
    background-color:#0e3557;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:18px;
    font-weight:bold;
    padding:8px 41px;
    text-decoration:none;
    border:1px solid #0e3557;
}
.mobile_btn {
    display:inline-block;
    vertical-align:middle;
    padding:8px 30px;
    margin-left:10px;
    margin-bottom:10px}
.buy_btn, .form-submit {
    background-color:#0e3557;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:18px;
    font-weight:bold;
    padding:10px;
    text-decoration:none;
    border:1px solid #0e3557;
    width:161px;
    text-align:center}
.buy_btn_red {
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:16px;
    font-weight:bold;
    padding:12px 10px;
    text-decoration:none;
    border:1px solid #A00303;
    width:161px;
    text-align:center
}
.buy_btn_red:hover {
	background: #cf0404; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf0404 0%, #ff3019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0404), color-stop(100%,#ff3019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cf0404 0%,#ff3019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cf0404 0%,#ff3019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cf0404 0%,#ff3019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cf0404 0%,#ff3019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.btn:hover, .buy_btn:hover, .node_teaser_more a:hover,div#menu ul li div.submenu ul.sign-in-btn li.submenu_heading a.signin:hover, a.signin:hover, .inputBtnMed:hover, .mobile_btn:hover, .form-submit:hover, table.mobileTable td a.btn:hover, table td a.btn:hover{
    color:#0e3557;
    background-color:#beddf9;
    border:1px solid #6b9ac2;
}
.btn:active, .buy_btn:active {
    position:relative;
    top:1px;
}
table.mobileTable td a.btn, table td a.btn, .node_teaser_more a, div#menu ul li div.submenu ul.sign-in-btn li.submenu_heading a.signin, a.signin, .inputBtnMed {
    background-color:#0e3557;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 4px;
    text-decoration:none;
    border:1px solid #0e3557;
}
.callUs {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    padding:8px 9px;
    text-decoration:none;
    color:#0e3557;
    background-color:#beddf9;
    border:1px solid #6b9ac2;
}
.callUs {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 11px;
	text-decoration: none;
	color: #0e3557;
	background-color: #beddf9;
	border: 1px solid #6b9ac2;
	width: 161px;
	text-align: center;
}
.topChatBtn {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:3px 4px;
    text-decoration:none;
    color:#0e3557;
    background-color:#beddf9;
    border:1px solid #cf7200;
    margin:4px 5px 0;
    float:right;
    /* background:#f8bb49 url('images/topChat_bg.png') repeat-x;
    Orange button*/
	background-color:#beddf9;
    border:1px solid #6b9ac2;
}
.topChatBtn:hover {
    color:#FFFFFF;
    background-color:#4291D1;
    border:1px solid #25405b;
}

/********************** WEBFORM Styles **********************/
.block_subject {
    display:none;
}
form >div {
    padding-right:15px;
}
form > div > div {
    margin:0 0 15px;
}
div.form-item {
    float:left;
    padding-right:5px;
}
form > div > div > label,legend {
    width:100%;
    float:none;
    margin:0 10px 0 0;
    display:block;
}
form > div > div,form > div > fieldset > div {
    width:50%;
    float:none;
}
.region-sidebar form > div > div {
    width:100%;
}

p.sidebar-seo {font-size:1.8em; font-weight: bold;}
p.sidebar-form {line-height: 1.2; margin:15px 10px 10px 0;}
input[type=text],input[type=email],input[type=url],input[type=password],select {
    margin:4px 10px 0 0;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    width:100%;
    padding:3px;
}
input#domainnamesearch, select#ext {width:auto}
input[type="submit"] {
    cursor:pointer;
}
div.form-item.webform-component-textarea,div.form-item#webform-component-email-address,div.form-item#webform-component-email-address input[type=email], div.form-item#webform-component-company, form#webform-client-form-421--2 div.form-item#webform-component-phone-number{
    float:none;
    width:100%;
    padding-right:0;
}
div.form-item#webform-component-last-name,div.form-item#webform-component-what-is-the-best-time-to-call {
    float:right;
    padding-right:0;
}
textarea {
    margin-top:4px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    width:100%;
    padding:3px;
    outline:none;
}
input[type=text]:focus,input[type=email]:focus,textarea:focus {
    box-shadow:0 0 5px rgba(1,97,193,1);
    padding:3px 0 3px 3px;
    border:1px solid rgba(190,221,249,1);
}
.form-submit {
	width:124px;
	padding:14px;
}
span.form-required, span.required {
    color:#ff0000;
}

.webform-confirmation
{
    margin: 30px 15px 30px 0;
    border: 1px solid #43760c;
    border-radius: 3px;
    background-color: rgba(178,253,183,1);
    color: #43760c;
    padding: 10px;
}
#content .webform-confirmation p {
	margin-bottom:0;
}
.webform-confirmation .buy_btn {
	width:230px;
	margin-left:20px
}
 .error {
 	margin: 15px 15px 15px 0;
    border: 1px solid #ff0000;
    padding: 5px;
    border-radius: 3px;
    background-color: rgba(255,234,234,1);
    color: #ff0000;
 }
 
#main .error ul {margin-bottom:0px;}
#main .error ul li {list-style-type: disc; background: none; padding-left:0}

.captcha {margin:15px 0;}
.captcha legend {display:none}
.fieldset-description { margin-bottom:5px;width:450px}
table#recaptcha_table td{min-width:0}

.region-sidebar .recaptcha_input_area input {
	width:180px !important
	}
.region-sidebar #recaptcha_image, .recaptchatable .recaptcha_image_cell center img {
	width:100% !important;
	height:100% !important;
}
.region-sidebar  td.recaptcha_image_cell {
	width:130px !important;
}
.region-sidebar table#recaptcha_table {
	width:180px !important;
}
.region-sidebar .fieldset-description {
	width: 250px;
}
.region-sidebar #recaptcha_logo,span#recaptcha_privacy {
	display:none;
}
.region-sidebar #recaptcha_table td:nth-child(3){
	padding:0!important;
}
.region-sidebar #recaptcha_table td:nth-child(2){
	background-color: #EDEEF3;
}


/**** END WEBFORM Styles ****/



/**** UPTIME BUTTONS ****/
p.dark-blue-box {
	display: block;
	height: 70px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #071f3d; /* layer fill content */
	background-image: -moz-linear-gradient(bottom, #071f3d 0%, #0d3355 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #071f3d 0%, #0d3355 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #071f3d 0%, #0d3355 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #071f3d 0%, #0d3355 100%); /* gradient overlay */
	padding:17px 17px 0 17px;
	color:#fff;
	line-height: 18px;
	margin-bottom:-10px;
}
.dark-blue-box a, .royal-blue-box a{color:#fff;text-decoration: none}
.dark-blue-box img.icon,.royal-blue-box img.icon  {float:left;}
.dark-blue-box img.arrow, .royal-blue-box img.arrow {float:right;margin-top:3px}
.dark-blue-box span, .royal-blue-box span {width:234px; display:inline-block;padding-left:10px }

.royal-blue-box {
	display:block;
	height: 70px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
 /* gradient overlay */
 background-color: #005793;
	background-image: -moz-linear-gradient(bottom, #005793 35.95%, #005793 36.44%, #0191cf 135.95%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #005793 35.95%, #005793 36.44%, #0191cf 135.95%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #005793 35.95%, #005793 36.44%, #0191cf 135.95%); /* gradient overlay */
	background-image: linear-gradient(bottom, #005793 35.95%, #005793 36.44%, #0191cf 135.95%); /* gradient overlay */
	padding:17px 17px 0 17px;
	color:#fff;
	line-height: 18px;

}
.featured-field-wrapper .field-body {border-bottom: 1px solid #cccccc;padding-bottom: 10px; margin-bottom: -20px;}


/**** END UPTIME BUTTONS  ****/

#content p.callUs, #content p.sb_livechat, #content p.callUs2 {
    margin-bottom:10px}
#content p.btnP {
    margin-bottom:0}
.callUs2 {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    color:#0e3557;
    background-color:#beddf9;
    border:1px solid #6b9ac2;
    margin-left:10px;
    padding:8px 29px;
    margin-bottom:10px;
}
p.sb_livechat a.signin {
    font-size:13px;
    padding:6px 10px;
    width:161px;
    text-align:center}
p.sb_livechat2 a.signin {

    font-size:14px;

    padding:6px 10px;

    width:234px;

    text-align:center}
	
p.sb_livechat3 {
	
	margin-right: 10px;}

table.sb_livechat3 {
	width: 100%;}
		
table.sb_livechat3 tr td{
	background-color:#FFF;
	margin-right: 30px;
	width:33%;}
.node_teaser_more a {
    padding:6px 8px;
}
ul.sign-in-btn {
    margin-top:15px}
div#menu ul li div.submenu ul.sign-in-btn li.submenu_heading a.signin {
    padding:6px 10px;
    font-size:15px;
    border:1px solid #25405b}
table td a.btn:active, .node_teaser_more a:active {
    position:relative;
    top:0px;
}
.dataTable {
    width:300px}
div.mobile_web {
    width:700px;
    border:1px solid #0e3557;
    border-radius:3px;
    background:#beddf9;
    background:-moz-linear-gradient(top, #beddf9 0%, #e5f2fc 62%, #f2f8fc 99%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#beddf9), color-stop(62%,#e5f2fc), color-stop(99%,#f2f8fc));
    background:-webkit-linear-gradient(top, #beddf9 0%,#e5f2fc 62%,#f2f8fc 99%);
    background:-o-linear-gradient(top, #beddf9 0%,#e5f2fc 62%,#f2f8fc 99%);
    background:-ms-linear-gradient(top, #beddf9 0%,#e5f2fc 62%,#f2f8fc 99%);
    background:linear-gradient(to bottom, #beddf9 0%,#e5f2fc 62%,#f2f8fc 99%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#beddf9', endColorstr='#f2f8fc',GradientType=0 );
}
table.mobile tr:nth-child(odd) {
    background:transparent}
table.mobile td {
    border:0;
    padding:10px}
table.mobile h2 {
    font-size:36px;
    font-weight:600;
    margin-bottom:0px;
    color:#0e3557;
    margin-top:10px}
table.mobile h2 span {
    font-weight:normal}
.mobileForm {
    background-color:#fff;
    border:2px solid #cbcbcb;
    font-weight:500;
    font-size:23px;
    width:389px;
    vertical-align:middle;
    margin-bottom:10px}
    
table.design h2, #content table.design p, .design td h3 {margin:0}
#content table.design p {line-height: 1}
tr.buy_now td {text-align:center;}

    
div.wj-feature {
    border-radius:5px;
    border:1px solid #82b0d7;
    padding:10px;
    height:375px;
    width:320px;
    background:rgb(237,244,250);
    background:-moz-linear-gradient(top, rgba(237,244,250,1) 0%, rgba(222,235,247,1) 99%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,244,250,1)), color-stop(99%,rgba(222,235,247,1)));
    background:-webkit-linear-gradient(top, rgba(237,244,250,1) 0%,rgba(222,235,247,1) 99%);
    background:-o-linear-gradient(top, rgba(237,244,250,1) 0%,rgba(222,235,247,1) 99%);
    background:-ms-linear-gradient(top, rgba(237,244,250,1) 0%,rgba(222,235,247,1) 99%);
    background:linear-gradient(to bottom, rgba(237,244,250,1) 0%,rgba(222,235,247,1) 99%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4fa', endColorstr='#deebf7',GradientType=0 );
}
div.wj-footer {
    margin-top:5px;
    text-align:center }
div.wj-feature p {
    line-height:18px;
    margin:0;
    padding:0;
}
.wj-btn {
    margin:40px 0 0;
    text-align:center;
}

.element-invisible {
    display:none;
}
ul.pager {
    list-style-type:none;
    margin:0px;
    padding:0px;
    text-align:center;
    font-size:13px;
}
ul.pager li {
    display:inline;
}
ul.pager li a {
    display:inline-block;
    text-decoration:none;
    color:#999;
    padding:5px;
    border:1px solid #FFF;
}
ul.pager li a:hover {
    color:#000;
    background:#EFEFEF;
    border:1px solid #CCC;
}
ul.pager li.pager-current {
    font-weight:bold;
}
.stMainServices, .sharethis-wrapper span .stbutton, .stButton .stButton_gradient {
    display:block;
    height:24px !important;
    max-height:28px !important;
}
.video {
    position:relative;
    padding-bottom:56.25%;
    /* 16/9 ratio */
	padding-top:30px;
    /* IE6 workaround*/
	height:0;
    overflow:hidden;
    margin-bottom:30px;
}
 .video iframe, .video object, .video embed {
    position:absolute;
    top:0;
    left:0;
    width:99%;
    height:100%;
}
.support_msg {
    color:#ff0000;
    font-weight:bold}
#main ul li.smx {
    background:url(images/icon_smx.png) 0 6px no-repeat;
    padding-left:90px;
    padding-bottom:30px}
#main ul li.hosted_support {
    background:url(images/icon_support.png) 0 6px no-repeat;
    padding-left:90px;
    padding-bottom:30px}
#main ul li.flat_fee {
    background:url(images/icon_flatfee.png) 0 6px no-repeat;
    padding-left:90px;
    padding-bottom:30px}
#main ul li.fourD_security {
    background:url(images/icon_security.png) 0 6px no-repeat;
    padding-left:90px;
    padding-bottom:30px}
#main ul li.out_sourced_it {
    background:url(images/icon_outsourced.png) 0 6px no-repeat;
    padding-left:90px;
    padding-bottom:30px}
#main ul.hosted_desktop li.fourD_security ul {
    margin-top:10px;
    margin-bottom:0 !important;
    padding-bottom:0}
.tooltip {
    display:inline;
    position:relative}
.tooltip:hover {
    text-decoration:none}
.tooltip:hover:after {
    background:#000;
    background:rgba(0,0,0,.8);
    border-radius:2px;
    bottom:18px;
    color:#fff;
    content:attr(title);
    display:block;
    left:50%;
    padding:5px 15px;
    position:absolute;
    white-space:normal;
    width:300px;
    z-index:98}
.tooltip:hover:before {
    border:solid;
    border-color:#000 transparent;
    border-width:6px 6px 0 6px;
    bottom:12px;
    content:"";
    display:block;
    left:75%;
    position:absolute;
    z-index:99}
.noMargin,#content p.noMargin {
    margin:0
    }

 /* remove margin - mostly for custom headings */
/* wordpress plan custom css */
.wp-head{background:url(images/wp-head-2.png) no-repeat;width:100%;font-family:'PT Sans',sans-serif;padding:15px;}
.wp-head img.floatR{float:right;margin:10px 0 10px 10px;}
.wp-head h2{font-size:36px;color:#0e3557;}
.wp-head h3{color:#0161c1;margin-bottom:5px;}
.wp-head ul{color:#0e3557;}
.wp{padding-bottom:30px;}
.wp-buy{width:324px;margin:0 auto;padding:16px;text-align:center;display:block;font-size:28px;}
.wp-icons{float:left;padding:20px;}
.entity-col4 img.wp-badge{margin-bottom:5px;}
#content p.wp-plan{margin-bottom:15px;}
#content p.wp-plan img.floatL{margin:15px 15px 15px 0;}
.floatR {float: right;}

#search-block-form input[type=submit].form-submit, #search-form input[type=submit].form-submit {width:90px;padding:5px;font-size:14px;}
#search-form input[type=submit].form-submit  {margin-top:10px}
#search-form #edit-advanced input[type=submit].form-submit {width:140px;margin-bottom:10px;}
#search-block-form input[type=text]#edit-search-block-form--2 {width:200px;margin-top:2px;padding: 5px 0 5px 5px;border:1px solid #0097d7;background: #f4fcff;  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;box-shadow: inset 2px 2px 2px 0px #dddddd;}
#search-block-form fieldset.captcha-admin-links {display:none}

.thumbs img, .youtube img {margin:5px}
#sponsor ul {text-align:left;list-style-type: none;margin-left:0}
#main #sponsor ul li {display:inline;background: none;}
 #main #sponsor ul li a {display: inline-block;font-weight:bold;text-decoration: none;background:none;margin-right: 10px;text-transform: uppercase;font-size: 1.1em;}
p.anchor,a#charitable,a#events,a#video,a#quickfacts,a#sociallinks, a#images  {display: block; position: relative; margin:0;margin-top: -120px;height:100px; visibility: hidden;z-index: 100;}
.ppu img {z-index: 5;position: relative}
#content p.events {margin-bottom: 10px;}
/** PARTNERS SLIDER **/
		.slide_wrapper {
				background-color: #fdfdfd;
				width: 100%;
				margin: 0px auto 15px;
				padding: 0px;
				overflow:hidden;
			}
			.list_carousel {
				margin: 0px 0 0 5px;
				width: auto;
			
			}
		#main .list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				
			}
		#main .list_carousel li {	
				text-align: center;
				padding: 0;
				margin: 0 18px;
				display: block;
				float: left;
				background-image: none;
				
			}
			
			.clearfix {
				float: none;
				clear: both;
			}
/** END PARTNERS SLIDER **/ 


@media screen and (min-width:1280px) {
#header, #title, #main, #footer, #hero {
    width:1280px;
}
#header_row {
    position:fixed;
    height:86px;
    top:0;
    left:0;
    right:0;
    z-index:9999;
}
#menu {
    width:1020px;
    float:right;
}
 #main_row {
    background:#FFF url('images/bg-1280.png') no-repeat top center;
}
#hero img {
    width:1280px;
}
#title_row {
    margin-top:86px}
#content {
    width:748px;
    float:left;
    margin-right:-20px;
}
#blocks {
    width:512px;
    float:left;
}
#blocks .block {
    width:236px;
    float:left;
    margin-left:20px;
    margin-bottom:20px;
}
.dark-blue-box span, .royal-blue-box span {
width: 244px;padding-left: 20px;}
#search-block-form input[type=text]#edit-search-block-form--2 {width:330px;}

}

@media screen and (min-width:1024px) and (max-width:1279px) {
#header, #title, #main, #footer, #hero {
    width:1024px;
}
#header_row {
    position:fixed;
    height:86px;
    top:0;
    left:0;
    right:0;
    z-index:9999;
}
#menu {
    width:764px;
    float:right;
}
#main_row {
    background:#FFF url('images/bg-1024.png') no-repeat top center;
}
#hero img {
    width:1024px;
}
#title_row {
    margin-top:86px}
#content {
    width:748px;
    float:left;
    margin-right:-20px;
}
#blocks {
    width:256px;
    float:left;
}
#blocks .block {
    width:236px;
    float:left;
    margin-left:20px;
    margin-bottom:20px;
}
#footer_2 {
    width:23%}
#footer_3 {
    width:44%}

}

.menu-mobile-link {display:none !important;}
@media screen and (max-width:768px) {
.menu-mobile-link {display:block !important;}	
}

@media screen and (min-width:768px) and (max-width:1023px) {
#header, #title, #main, #footer {
    width:768px;
}


#menu {
    width:728px;
    float:left;
    margin-top:10px;
}
#menu ul {
    text-align:left;
}
#menu ul li a {
    margin-left:0px;
    margin-right:10px;
    line-height:0px;
}
#shadow,#navShadow-fade {
    display:none}
#hero_row {
    display:none;
}
#home_icons {
    display:none}
#main_row {
    background:#FFF url('images/bg-768.png') no-repeat top center;
}
#main {
    width:774px;
}
#hero img {
    width:768px;
}
#content {
    width:748px;
}
#blocks {
    width:774px;
}
#blocks .block {
    width:232px;
    float:left;
    margin-right:16px;
    margin-bottom:20px;
}
#footer {
    padding-bottom:25px}
#footer_1 {
    width:22%;
}
#footer_2 {
    margin-bottom:55px;
}
#footer_3 {
    width:42%;
}
div.submenu_show {
    display:none;
}
#menu ul li {
    padding-bottom:0px;
}
#menu ul li.top_menu:hover {
    background:none;
}
 #block-block-23, #block-block-24 {
    display:none}
.sideChat {
    top:220px}
    
input[type=submit] {
    -webkit-appearance:none;
    margin-bottom:15px;
}
.dark-blue-box img.icon, .royal-blue-box img.icon {display:none;}
.dark-blue-box span, .royal-blue-box span {width: 216px;}
.royal-blue-box, p.wp_up  {padding-top:8px}
.royal-blue-box img.arrow,p.wp_up img.arrow {margin-top:10px}
.featured-field-wrapper .field-body {margin-bottom: 0px;}
#search-block-form input[type=text]#edit-search-block-form--2 {width:150px;margin-top:2px;padding: 5px 0;}
}

@media screen and (min-width:480px) and (max-width:767px) {
#header, #title, #main, #footer {
    width:480px;
}
.slide_wrapper {display: none}
#header {
    padding-top:20px}
#menu_show {
    display:block;
    margin-top:8px;
}
#menu_show a {
    display:block;
    width:35px;
    height:30px;
    float:right;
    background:transparent url('images/menu-btn.png') no-repeat top left;
}
#menu_show a span {
    display:none;
}
#menu {
    display:none;
    width:480px;
    float:left;
    margin-top:10px;
}
#menu ul {
    text-align:left;
}
#menu ul li {
    display:block;
}
#menu ul li a {
    line-height:30px;
}
#main_row {
    background:#FFF url('images/bg-480.png') no-repeat top center;
}
#shadow,#navShadow-fade {
    display:none}
#hero_row {
    display:none;
}
#home_icons {
    display:none}
img.floatRdomain {
    display:none}
#content {
    width:440px;
}
.entity-col1, .entity-col2, .entity-col3, .entity-col4 {
    width:440px;
    float:none;
    margin-right:0px;
}
.entity-col1 img, .entity-col2 img, .entity-col3 img, .entity-col4 img {
    max-width:440px;
}
#totop {
    display:block;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    background:#FFF;
    padding:5px;
    font-size:12px;
    z-index:5;
    text-align:right;
}
#totop a {
    color:#999;
}
#blocks {
    display:none;
}
#footer_1, #footer_2 {
    width:50%;
    margin-bottom:50px;
}
#footer_3 {
    display:none}
#footer_copyright {
    width:80%;
    margin:0 auto;
}
#footer_copyright p.lpcopyright {
    margin-bottom:30px;
}
#nodetabs {
    width:440px;
    margin-bottom:20px;
}
#nodetabs ul {
    border:none;
}
#nodetabs ul li {
    display:block;
}
#nodetabs ul li a {
    padding:none;
    border:none;
    background:none;
    color:#369;
}
#nodetabs ul li a:hover {
    background:none;
    color:#000;
    text-decoration:underline;
}
#nodetabs ul li a.active {
    background:none;
    padding:none;
    margin-bottom:none;
    color:#000;
    text-decoration:none;
    font-weight:bold;
}
.node_teaser_title {
    width:440px;
}
div.submenu_show {
    display:none;
}
div.flag {
    display:none}
#menu ul li {
    padding-bottom:0px;
}
#menu ul li.top_menu:hover {
    background:none;
}
 .hideElement, #block-block-23, #block-block-24, .topChat2 {
    display:none}
table td, table th {
    min-width:0;
    padding:10px 0px 10px 5px;
}
table tr td:nth-child(7n+0), table tr th:nth-child(7n+0) {
    display:none}
table.compare td a.btn, table.compare td a.signin {
    text-align:center}
.footerChat2 {
    bottom:22px;
    display:block;
    left:50%;
    margin:0 -150px;
}
.topChat {
    margin-top:-50px;
    margin-right:-55px}
.sideChat,.footerChat, .topChat {
    display:none}
.mobileTable th img {
    width:80%;
}
.mobileTable th img.hex {
    width:35%;
}
table td, table th {
    min-width:0;
    padding:10px 0px}
.mobileTable {
    margin-top:10px;
}
table.mobileTable td, table.mobileTable th {
    min-width:0;
    padding:10px 0px;
}
 #main div.featureList {
    width:275px;
    height:100%;
}
#main div.featureList ul {
    float:none;
    padding:0px;
    margin-bottom:0;
    margin-left:12px;
    margin-right:0px;
}
#main div.featureList div.pricing {
    float:none;
    margin-top:5px;
    width:273px;
}
.planStart {
    padding-top:10px;
}

input[type=submit] {
    -webkit-appearance:none;
}

.buy_btn {
    margin-bottom:15px;
}
.webform-confirmation .buy_btn {
	
	margin-left:0px;
	margin-top:15px;
}
.wp-head{padding:15px 0 0 0;}
.wp-head .floatR {float:none;text-align: center}
.wp-head h2 {text-align: center;}
p.dark-blue-box {margin-bottom:10px}
p.royal-blue-box {margin-bottom:20px}
.featured-field-wrapper .field-body {margin-bottom: 0px;}
.mobile-header-link {display:block !important;}
}

@media screen and (max-width:479px) {
	.mobile-header-link {display:block !important;}
#header, #title, #main, #footer {
    width:320px;
}
.slide_wrapper {display: none}
#header {
    padding-top:20px}
#menu_show {
    display:block;
    margin-top:8px;
}
#menu_show a {
    display:block;
    width:35px;
    height:30px;
    float:right;
    background:transparent url('images/menu-btn.png') no-repeat top left;
}
#menu_show a span {
    display:none;
}
#menu {
    display:none;
    width:320px;
    float:left;
    margin-top:10px;
}
#menu ul {
    text-align:left;
}
#menu ul li {
    display:block;
}
#menu ul li a {
    line-height:30px;
}
#main_row {
    background:#FFF url('images/bg-320.png') no-repeat top center;
}
#shadow,#navShadow-fade {
    display:none;
}
#hero_row {
    display:none;
}
#home_icons {
    display:none;
}
img.floatRdomain {
    display:none;
}
#content {
    width:280px;
}
.entity-col1, .entity-col2, .entity-col3, .entity-col4 {
    width:280px;
    float:none;
    margin-right:0px;
}
.entity-col1 img, .entity-col2 img, .entity-col3 img, .entity-col4 img {
    max-width:280px;
}
#totop {
    display:block;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    background:#FFF;
    padding:5px;
    font-size:12px;
    z-index:5;
    text-align:right;
}
#totop a {
    color:#999;
}
#blocks {
    display:none;
}
#footer {
    padding-bottom:20px;
}
#footer_1 {
    width:100%;
    margin-bottom:0;
    height:110px}
#footer_2, #footer_3 {
    display:none}
#footer_copyright {
    width:85%;
    margin:0 auto;
}
#footer_copyright p.lpcopyright {
    margin-bottom:30px;
}
#nodetabs {
    width:280px;
    margin-bottom:20px;
}
#nodetabs ul {
    border:none;
}
#nodetabs ul li {
    display:block;
}
#nodetabs ul li a {
    padding:none;
    border:none;
    background:none;
    color:#369;
}
#nodetabs ul li a:hover {
    background:none;
    color:#000;
    text-decoration:underline;
}
#nodetabs ul li a.active {
    background:none;
    padding:none;
    margin-bottom:none;
    color:#000;
    text-decoration:none;
    font-weight:bold;
}
.node_teaser_title {
    width:280px;
}
.node_teaser_more {
    text-align:left}
div.submenu_show {
    display:none;
}
div.flag {
    display:none}
#menu ul li {
    padding-bottom:0px;
}
#menu ul li.top_menu:hover {
    background:none;
}
.dataTable {
    width:285px}
.hideElement, #block-block-23, #block-block-24, .topChat2 {
    display:none}
table {
    margin-left:-13px}
table.compare {
    margin-left:-5px}
table th {
    min-width:0;
    padding:10px 0px 10px 0px;
    text-align:center}
table td {
    min-width:0;
    padding:10px 0px 10px 0px;
}
table.compare td, table.compare th {
    min-width:0;
    padding:10px 2px}
table.compare td a.btn, table.compare td a.signin {
    text-align:center}
table.compare tr td:nth-child(7), table.compare tr th:nth-child(7), table.compare tr th:nth-child(2), table.compare tr td:nth-child(2), table.compare tr th:nth-child(6), table.compare tr td:nth-child(6){
    display:none}
     table.businessTable {margin-left:-18px}
 table.businessTable th {padding: 15px 5px;font-size: 16px;font-weight: bold}
#main ul, #main ol {
    margin-left:5px;
    margin-bottom:20px;
}
#main ul li {
    background:url(images/arrow_bullet.png) 0 6px no-repeat;
    padding-left:10px;
}
div.wj-feature {
    width:auto;
}
div.wj-footer {
    margin-top:15px;
    text-align:center }
.footerChat2 {
    bottom:22px;
    left:50%;
    margin:0 -150px;
    display:block;
}
.sideChat,.footerChat, .topChat {
    display:none}
table.mobileTable {
    margin-left:inherit}
table.mobileTable tr th:nth-child(6), table.mobileTable tr td:nth-child(6), table.mobileTable tr th:nth-child(5), table.mobileTable tr td:nth-child(5) {
    display:none}
.mobileTable th.features h4 {
    font-size:1em}
.mobileTable {
    margin-top:10px;
}
.mobileTable th img {
    width:80%;
}
table.mobileTable td, table.mobileTable th {
    min-width:0;
    padding:10px 0px;
}
table.mobileTable td, table.mobileTable th {
    min-width:0;
    padding:10px 0px}
th.features h3 {
    font-size:1em}
#main div.featureList {
    width:275px;
    height:100%}
#main div.featureList ul {
    float:none;
    padding:0px;
    margin-bottom:0;
    margin-left:12px;
    margin-right:0px;
}
#main div.featureList div.pricing {
    float:none;
    margin-top:5px;
    width:273px;
}
.planStart {
    padding-top:10px;
}
div.form-item {
    float:none;
    padding-right:0;
}
div.form-item#webform-component-last-name,div.form-item#webform-component-what-is-the-best-time-to-call {
    float:none;
    padding-right:0;
}
form > div > div {
    width:100%;
}
input[type=submit] {
    -webkit-appearance:none;
}
.buy_btn {
    margin-bottom:15px;
}
#main .error ul {
	margin-left:20px
}
.webform-confirmation .buy_btn {
	
	margin-left:0px;
	margin-top:15px;
}
.recaptcha_input_area input {
	width:206px !important
	}
#recaptcha_image, .recaptchatable .recaptcha_image_cell center img {
	width:100% !important;
	height:100% !important;
}
td.recaptcha_image_cell {
	width:150px !important;
}
table#recaptcha_table {
	width:200px !important;
}
.fieldset-description {
	width: 290px;
}
#recaptcha_logo,span#recaptcha_privacy {
	display:none;
}
#recaptcha_table td:nth-child(3){
	padding:0!important;
}
#recaptcha_table td:nth-child(2){
	background-color: #EDEEF3;
}
.wp-head{padding:15px 0 0 0;}
.wp-head .floatR {float:none}
.wp-buy {width: 260px;}
.wp-head h2 {text-align: center;}
p.dark-blue-box {margin-bottom:10px}
p.royal-blue-box {margin-bottom:20px}
.royal-blue-box, p.wp_up {padding-top:8px}
.royal-blue-box img.arrow,p.wp_up img.arrow {margin-top:12px}
.dark-blue-box span, .royal-blue-box span {width: 215px;}
.dark-blue-box img.icon, .royal-blue-box img.icon {display:none;}
.featured-field-wrapper .field-body {margin-bottom: 0px;}
#search-block-form input[type=text]#edit-search-block-form--2 {width:150px;margin-top:2px;float:left}
#search-block-form .form-item {float:left}
}
/**** END @media ****/


.floatcontainer:after, div.form-item:after {
    content:".";
    display:block;
    height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}
.floatcontainer, div.form-item {
    display:inline-block;
}
/* Hides from IE Mac \\*/
* html .floatcontainer, html div.form-item {
    height:1%;
}
.floatcontainer, div.form-item {
    display:block;
}
.nivoSlider {
    position:relative;
    background:url('nivo-slider/themes/default/loading.gif') no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
fieldset.captcha {clear:both !important;}