@import url('header.css');
@import url('footer.css');

/* ==========================================================================
   START OF WEBROOT CSS
   ========================================================================== */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('/shared/fonts/Roboto_Condensed/robotocondensed-light-webfont.eot');
    src: url('/shared/fonts/Roboto_Condensed/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('/shared/fonts/Roboto_Condensed/robotocondensed-light-webfont.woff') format('woff'), url('/shared/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf') format('truetype'), url('/shared/fonts/Roboto_Condensed/robotocondensed-light-webfont.svg#RobotoCondensedLight') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('/shared/fonts/Roboto_Condensed/robotocondensed-regular-webfont.eot');
    src: url('/shared/fonts/Roboto_Condensed/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/shared/fonts/Roboto_Condensed/robotocondensed-regular-webfont.woff') format('woff'), url('/shared/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'), url('/shared/fonts/Roboto_Condensed/robotocondensed-regular-webfont.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('/shared/fonts/Roboto_Condensed/robotocondensed-bold-webfont.eot');
    src: url('/shared/fonts/Roboto_Condensed/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/shared/fonts/Roboto_Condensed/robotocondensed-bold-webfont.woff') format('woff'), url('/shared/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype'), url('/shared/fonts/Roboto_Condensed/robotocondensed-bold-webfont.svg#RobotoCondensedBold') format('svg');
}
html,
body,
h2,
h3,
h4,
h5,
h6,
td,
p,
li,
form,
input {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400;
}
html,
body {
    margin: 0;
    padding: 0;
}
ul,
ol {
    margin-left: 20px;
}
a:hover {
    text-decoration: underline;
}
.utils a {
    color: #FFF;
    margin: 0;
    padding: 6px 15px;
    display: block;
    font-weight: 400;
}
.utils a:hover {
    background: #2d3e06;
    text-decoration: none;
    color: #ffffff;
}
ul.utils {
    text-align: right;
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.utils > li {
    display: inline-block;
    list-style: none;
}
.utilityBar {
    background: url(/shared/images/header-bg-texture.jpg) no-repeat center center #214f03;
    min-height: 30px;
}
.search {
    margin-right: 0;
}
#search {
    margin: 0;
    width: 240px;
    position: relative;
    top: 5px;
}
#search input {
    float: left;
    width: auto;
    height: 27px;
    margin: 0;
}
#search input[type="text"] {
    color: #999999;
    font-size: 13px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
.mainNav {
    margin-top: 30px;
}
/*.top-bar.expanded,
.top-bar {
    background: none;
}*/

div.ticker.simply-scroll {
    height: 27px;
    background: #000;
}
body > ul#newsTicker {
    background-color: #000000;
    height: 27px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    width: 120%;
}
#newsTicker li {
    float: left;
    width: auto;
    height: auto;
    margin: 0 30px;
    list-style: none outside none;
    overflow: hidden;
    background-color: #000000;
    padding: 6px 32px 23px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px;
}
#newsTicker li a {
    color: #8FC318;
}
.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll {
    width: 100%;
    height: 20px;
}
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 20px;
}
.simply-scroll .simply-scroll-list li {
    width: auto;
    height: auto;
    margin: 0 30px;
    float: left;
}
button.small,
.button.small {
    padding: 0.7125em 0.75em 0.7125em 0.75em;
}
/* START Proof of Concept global changes */

p,
ul,
ol,
li,
dl,
dt,
td,
form,
input {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #555;
    font-size: 14px;
    line-height: 21px;
}
dl {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: normal;
    color: #333;
}
h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 5px;
}
h2 {
    font-size: 31px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 15px;
}
h3 {
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}
h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 10px;
}
sup {
    font-size: 65%;
    font-weight: normal;
    top: -0.6em;
}
ul li,
ul ol {
    line-height: 18px;
}
/* END Proof of Concept global changes */

ul li,
ul ol {
    line-height: 18px;
    margin-bottom: 13px;
}
ul.utils li {
    margin-bottom: 0;
    line-height: 1.6;
}
.row.homeData {
    margin-top: 40px;
}
div.section div.content h3 {
    padding: 20px 0 20px 0;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 400;
}
/* Counter area */

.row.homeData div p {
    width: 189px;
}
.row.homeData div p.homebutton {
    width: auto;
}
.threatCounter2 {
    color: #be2908;
    font: 700 38px/40px"Roboto Condensed", Arial, sans-serif;
}
.counterTitle {
    font: 400 18px/18px"Roboto Condensed", Arial, sans-serif;
    font-style: italic;
    text-transform: none;
    color: #545454;
    padding-bottom: 10px;
    float: right;
}
.counterTitle.first {
    text-align: left;
    padding-bottom: 0;
    float: left;
}
/* Counter area */

.counterTitle {
    float: right;
    line-height: 19px;
    text-transform: uppercase;
    color: #777777;
    margin-top: 3px;
}
.threatCounter {
    font-size: 50px;
    font-weight: 700;
    color: #bf2709;
}
.dark-grey {
    background: #222222;
    margin: -2px 0 20px 0;
    padding: 5px 0;
    color: #fff;
}
.dark-grey.partners {
    padding: 0;
}
.bottom-color {
    border-bottom: 5px solid #8ec215;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.color1 {
    border-color: #8ec215;
}
a.color1 {
    color: #8ec215;
}
.color2 {
    border-color: #15c27b;
}
a.color2 {
    color: #15c27b;
}
.color3 {
    border-color: #15c2c0;
}
a.color3 {
    color: #15c2c0;
}
.color4 {
    border-color: #1593c2;
}
a.color4 {
    color: #1593c2 !important;
}
.reviewsItems {
    list-style: none;
}
.reviewsItems li {
    display: inline-block;
}
.feedList {
    line-height: 18px;
    font-size: 14px;
    color: #555555;
    font-weight: 300;
    margin-left: 0;
}
.feedList li {
    margin-bottom: 5px;
    padding: 2px 2px 5px 0;
    overflow: auto;
}
.feedList a {
    color: #555555;
}
.feedList a:hover {
    color: #517d19;
}
.dateTitle {
    color: #2a2a2a;
    font-size: 11px;
    display: block;
    font-weight: 700;
}
.large-3.columns {
    margin-bottom: 20px;
}
.moreLink {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}
ul.feedList > l:inth-child(even) {
    background-color: #f3f3f3;
}
ul.feedList > l:nth-child(odd) {
    background-color: #fff;
}
.subData {
    background: #333;
    color: #FFF;
    text-align: center;
    padding: 10px 5px;
    text-transform: uppercase;
    margin-top: 10px !important;
    margin-bottom: 20px;
}
#stop1,
#stop2,
#stop3,
#stop4,
#stop5 {
    position: absolute;
}
#stop1 {
    left: 13%;
    top: 28%;
}
#stop2 {
    right: 30%;
    top: 24%;
}
#stop3 {
    left: 48%;
    top: 43%;
}
#stop4 {
    left: 41%;
    top: 32%;
}
#stop5 {
    left: 51%;
    top: 26%;
}
.joyride-tip-guide {
    width: auto;
    max-width: 300px;
    opacity: .75;
}
button,
.button,
button:visited,
.button:visited {
    background: #ff4800;
}
button:hover,
.button:hover,button:focus,
.button:focus {
    background: #bf3b07;
    text-decoration: none;
}
button.large,
.button.large {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}
.aligncenter {
    text-align: center;
}
.homebutton {
    margin: 20px 0 0 0;
}
.footer {
    color: #FFF;
    margin: 20px 0 0 0;
}
.footer h4 {
    color: #8ec215;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px dotted #666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.footer ul {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px 0;
}
.footer ul li ul {
    margin: 10px 0 0 20px;
}
.footer ul li a {
    color: #fff;
}
.footer ul li a:hover {
    text-decoration: underline;
    color: #8ec215;
}
.footer ul li {
    line-height: 15px;
    margin-bottom: 5px;
}
.dark-grey.footer {
    margin: 0;
}
.utilityBar.footer {
    height: auto;
    margin: 0;
}
.utilityBar.footer,
.utilityBar.footer a {
    color: #fff;
    font-weight: 300;
}
.utilityBar.footer a:hover {
    color: #ffffff;
    background-color: #222222;
}
.utilityBar.footer ul {
    list-style: none;
    text-align: right;
    margin-bottom: 0;
}
.utilityBar.footer li {
    display: inline;
    margin-right: 25px;
    font-size: 12px;
    float: right;
    margin-top: 5px;
}
.utilityBar.footer li.copyright {
    float: left;
    margin-top: 5px;
}
div.utilityBar form.siteSearch {
    margin: 0;
    width: 96%;
}
form.siteSearch input.q {
    border-radius: 10px;
    margin: 0;
    padding: 0 5px;
    display: inline;
}
div.utilityBar form.siteSearch input.q {
    height: 21px;
    width: 77%;
    font-size: .8em;
}
form.siteSearch input.searchButton {
    margin: 0 0 -6px 0 !important;
}
.smallIndent {
    margin-left: 10px;
}
.shine {
    background-image: url(/shared/images/shine.png);
    background-repeat: repeat-x;
    background-position: center 58%;
}
.full-width {
    width: 100%;
}
.orbit-container {
    background: transparent;
}
.review-slider .orbit-bullets,
.review-slider .orbit-timer,
.review-slider .orbit-slide-number {
    display: none;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
    height: 50px;
    width: 30px;
}
/* US10016 */
a:hover, li:hover, button:hover, img:hover {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
button:active,
.button:active {
    background: #DB5A07;
}
.orbit-bullets li {
    z-index: 99;
    width: 15px;
    height: 15px;
    margin-right: 12px;
    border: 1px solid #FFF;
    background: #54565B none repeat scroll 0% 0%;
    cursor: pointer;
}
.orbit-bullets li:hover {
    background: #333;
}
.orbit-bullets li.active {
    background: #408740;
}
.orbit-bullets.active {
    background: inherit !important;
}
/* home page inline */
.tc0- .row.segment .blockContainer a img:hover {
    box-shadow: 0px 8px 6px -6px;
    border-radius: 100%;
    line-height: 0;
}
.tc0- .row.segment .blockContainer a img:active {
box-shadow: 0px 4px 6px -6px;
}
/* /home/products/compare */
.large-12.columns.reviewsRewards img:hover {
    margin-top: -4px;
    margin-bottom: 19px;
}

/*/business/products/smb */
.expandBar p {
    padding: 5px 44% 0px;
    color: #666;
    margin-bottom: 0px;
    cursor: pointer;
}
.expandBar p:hover {
    color: #436815;
}
.expandBar i {
    font-size: 40px;
    font-weight: bold;
    line-height: 17px;
}
.orbit-prev, .orbit-next {
    background: none;
    opacity: .8;
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
    border: none;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    background-color: transparent;
    opacity: 1;
}

/* enterprise/products/ */

.tc1-products a[data-reveal-id] img.features:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}

/* end US10016 */
.row.reviewItem {
    margin-left: 30px;
}
#offerModal {
    z-index: 999;
    padding: 0;
}
#offerModal .close-reveal-modal {
    right: 8px;
    top: 0;
}
#offerTab {
    position: fixed;
    background: #8EC215;
    color: #fff;
    z-index: 1;
    right: 0;
    top: 20%;
    margin-right: -12px;
    font-size: 14px;
    border: 1px solid #CCC;
    display: none;
}
#offerTab a {
    color: #FFF;
    padding: 20px;
    display: block;
}
#offerTab:hover {
    background: #517d19;
}
.offerContent {
    margin: 0;
    padding: 0;
}
.offerContent img {
    width: 100%;
}
.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.reveal-modal-bg {
    background: rgba(0, 0, 0, 0.45);
    z-index: 998;
}
.reveal-modal {
    border: 1px solid #AAA;
    z-index: 1000;
}
div.row.extra-space {
    margin-top: 50px;
}
/* ==========================================================================
   Start Reviews styles
   ========================================================================== */

ul.reviewsList {
    list-style-type: none;
}
ul.reviewsList li {
    padding: 0 0 20px 0;
}
ul.reviewsList > li.moreReviews.waiting {
    background: url("/shared/images/loadingGraphic.gif") no-repeat scroll 5px top;
    color: transparent;
}
ul.reviewsList > li.moreReviews > span {
    cursor: pointer;
}
ul.reviewsList > li.moreReviews > span:hover {
    text-decoration: underline;
}
ul.reviewsList.waiting > li.moreReviews > span {
    cursor: text;
}
ul.reviewsList span.dateTitle {
    font-size: 16px;
    float: left;
    padding-right: 3px;
    line-height: 1.6;
}
ul.reviewsList li {
    line-height: 1.6;
}
ul.orbit-slides-container li {
    margin: 0;
}
div.standard li.panel-1.active {
    padding: 0;
}
div.standard li.panel-1 div.row.reviewItem div.large-5.columns {
    width: 43.667%;
}
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h4 {
    clear: both;
}
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h3,
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h4,
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p,
div.noscroll li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p {
    float: right;
}
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p a,
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end p a,
div.noscroll li.panel-1 div.row.reviewItem div.large-5.columns.end p a {
    margin: 0 0 0 10px;
    color: #8FC318;
}
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:first-child p {
    margin: -24px 44px 0 0;
    float: right;
}
div.noscroll ul li.panel-1 {
    list-style-type: none;
    margin-bottom: 0;
}
div.noscroll ul {
    margin-bottom: 0;
}
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child {
    float: left;
    margin: 0 0 0 8px;
}
.pt-pt div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child {
    margin: 0 0 0 6px;
}
.pt-pt div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h3 {
    width: 68%;
}
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child p {
    clear: both;
    margin: 0;
}
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h3 {
    width: 72%;
    border-right: 1px solid #ccc;
    float: left;
}
div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h4 {
    margin: 0 0 0 4px;
}
div.standard li.panel-1 div.row.reviewItem,
div.standard li.panel-1 div.row.reviewItem h3 {
    color: #fff;
    text-transform: uppercase;
}
div.standard li.panel-1 div.row.reviewItem h3 a {
    color: #fff;
    text-decoration: none;
}
.row .large-5.widthFix {
    width: 43.467%;
}
div.standard li.panel-1 div.row.reviewItem h4 {
    font: 700 40px/40px'Roboto Condensed', Arial, sans-serif;
    color: #8FC318;
}
div.standard li.panel-1 div.row.reviewItem h3,
div.standard li.panel-1 div.row.reviewItem h4,
div.standard li.panel-1 div.row.reviewItem p,
div.standard li.panel-1 div.row.reviewItem span {
    float: left;
}
p.legal.crypto {
    font-size: 11px;
    color: #000000;
}
p.legal.crypto a {
    color: #0945f3;
}
/*App Buttons*/

a.appStore {
    background: url("/shared/images/appStoreLogo.gif") no-repeat scroll 8px center #444444;
    border-radius: 4px 4px 4px 4px;
    clear: left;
    color: #FFFFFF;
    display: block;
    font-size: 8px;
    letter-spacing: 0;
    line-height: 14px;
    margin: 2px 0 0 0;
    padding: 4px 8px 7px 30px;
    text-align: center;
    text-decoration: none;
    width: 120px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 300;
}
a.appStore:hover {
    background-color: #111;
    color: rgb(255, 255, 255);
}
a.appStore strong {
    display: block;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
}
a.googleButton {
    height: 47px;
    width: 127px;
    background-color: #000000;
    padding: 5px 5px 10px 5px;
    display: inline-block;
    border-radius: 7px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 10px;
    text-align: left;
    text-decoration: none;
    line-height: 13px;
}
a.googleButton:hover {
    background: #408740;
}
a.googleButton span {
    float: left;
    margin-left: 25px;
}
a.googleButton img {
    float: left;
}
a.amazonButton,
span.amazonButton {
    height: 48px;
    width: 130px;
    background-color: #000000;
    padding: 5px 5px 10px 5px;
    display: inline-block;
    border-radius: 7px;
    color: #ffffff;
    font-size: 10px;
    text-align: left;
    text-decoration: none;
    line-height: 13px;
}
a.amazonButton p,
span.amazonButton p {
    text-align: center;
}
a.amazonButton img.box,
span.amazonButton img.box {
    margin-right: 4px;
}
a.amazonButton img,
span.amazonButton img {
    float: left;
    padding-top: 2px;
}
/*End App Buttons*/

div.standard li.panel-1 div.row.reviewItem h3 {
    font: 400 24px/24px'Roboto Condensed', Arial, sans-serif;
    margin: 3px 0 -3px;
}
div.standard li.panel-1 div.row.reviewItem h4 {
    margin: 3px 0;
}
div.standard li.panel-1 div.row.reviewItem p {
    margin: 3px 0;
    font: 700 14px/14px'Roboto Condensed', Arial, sans-serif;
    clear: both;
}
div.standard li.panel-1 div.row.reviewItem .large-offset-1 {
    margin: 0 4.333% 0 0;
}
li.panel-2.active,
div.allReviews li.panel-1.active {
    padding: 0;
}
div.standard li.panel-2 div.row.reviewItem div.large-5.columns {
    width: 40%;
}
li.panel-2 div.row.reviewItem .large-offset-1,
div.allReviews li.panel-1 div.row.reviewItem .large-offset-1,
li.panel-2 div.row.reviewItem .end,
div.allReviews li.panel-1 div.row.reviewItem .end {
    margin-left: 4.333%;
}
div.allReviews li.panel-1 div.row.reviewItem .large-offset-1,
div.allReviews li.panel-2 div.row.reviewItem .large-offset-1 {
    margin-left: 4.333%;
}
li.panel-2 div.row.reviewItem,
div.allReviews li.panel-1 div.row.reviewItem,
li.panel-2 div.row.reviewItem h4,
div.allReviews li.panel-1 div.row.reviewItem h4 {
    color: #fff;
}
li.panel-2 div.row.reviewItem div span img,
div.allReviews li.panel-1 div.row.reviewItem div span img {
    margin: 0 2px 0 0;
}
li.panel-2 div.row.reviewItem h4,
div.allReviews li.panel-1 div.row.reviewItem h4 {
    font: 700 17px/17px'Roboto Condensed', Arial, sans-serif;
    padding: 0 0 0 10px;
}
li.panel-2 div.row.reviewItem h4,
div.allReviews li.panel-1 div.row.reviewItem h4,
li.panel-2 div.row.reviewItem p,
div.allReviews li.panel-1 div.row.reviewItem p,
li.panel-2 div.row.reviewItem span,
div.allReviews li.panel-1 div.row.reviewItem span,
li.panel-2 div.row.reviewItem div span img,
div.allReviews li.panel-1 div.row.reviewItem div span img {
    float: left;
}
div.allReviews li.panel-1 div.row.reviewItem span {
    float: left;
}
li.panel-2 div.row.reviewItem h4,
div.allReviews li.panel-1 div.row.reviewItem h4 {
    margin: 3px 0;
}
li.panel-2 div.row.reviewItem p,
div.allReviews li.panel-1 div.row.reviewItem p {
    margin: 5px 0;
}
li.panel-2 div.row.reviewItem:first-child p,
div.allReviews li.panel-1 div.row.reviewItem:first-child p {
    font: 400 13px/13px'Roboto Condensed', Arial, sans-serif;
    clear: both;
}
li.panel-2 div.row.reviewItem:first-child p + p,
div.allReviews li.panel-1 div.row.reviewItem:first-child p + p {
    font: 700 12px/12px'Roboto Condensed', Arial, sans-serif;
    color: #a8a8a8;
    margin: 0;
}
li.panel-2 div.row.reviewItem p a,
div.allReviews li.panel-1 div.row.reviewItem p a {
    color: #8FC318;
    margin: 0 0 0 5px;
}
li.panel-2 div.row.reviewItem p a,
div.allReviews li.panel-1 div.row.reviewItem p a li.panel-2 div.row.reviewItem h4,
div.allReviews li.panel-1 div.row.reviewItem h4 {
    text-transform: uppercase;
}
/* ==========================================================================
   End Reviews styles
   ========================================================================== */

/*Testing errors for forms*/

/********** modal form popups section ************************/

div.error {
    width: 180px;
    background-color: #FFFE36;
    border: 1px solid #E1E16D;
    padding: 4px 10px;
    color: red;
    display: none;
    border-radius: 5px;
    z-index: 10000;
}
div.error p {
    margin: 0;
    padding: 0;
    font-size: 11px;
}
div.error em {
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #FFFE36 transparent transparent;
    position: absolute;
    bottom: -20px;
}
/*End Testing errors for forms*/

/*Dropdown list*/

dl.allLinks dt {
    font: 700 16px/16px"Roboto Condensed", Arial, sans-serif;
}
dl.allLinks dd {
    font: 400 14px/18px"Roboto Condensed", Arial, sans-serif;
}
dl.allLinks dt,
dl.allLinks dd {
    background-image: none;
}
dl.allLinks dt a,
dl.allLinks dd a {
    background-color: #fff;
    color: #555;
    padding: 0;
    white-space: nowrap;
    display: block;
    clear: left;
}
dl.allLinks dd a {
    float: left;
}
dl.allLinks > dt {
    border-bottom: medium none;
}
dl.allLinks > dd,
dl.allLinks > dt {
    border-top: medium none;
}
dl.allLinks > dt.breaches > a,
dl.allLinks > dt > a {
    color: #333;
}
/*End Dropdown list*/

/*tabs*/

.section-container .section .title,
body.tc1-sem .section-container .section .title:hover,
.section-container.auto .section .title:hover {
    background-color: #FFFFFF;
}
.section-container.auto section:last-child p.title,
body.tc1-sem .section-container.auto .section:last-child .title,
body.tc1-sem .section-container.auto .section p.title {
    padding: 0;
    border: none;
}
.section-container.auto section .title,
.section-container.auto .section .title {
    border: none;
}
.section-container.auto section:last-child .title,
.section-container.auto .section:last-child .title {
    border: none;
}
.section-container .section:first-child p.title {
    padding: 0;
    border: none;
}
.section-container .section:first-child.active .title {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
}
.section-container .section.active .title a {
    border-bottom: 7px solid #8fc318;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #FFFFFF;
}
/*end tabs*/

/*compare chart in tab*/

.section-container.auto .section .content .compareTable .borderRight {
    border-right: 2px solid #ECECEC;
}
.section-container.auto .section .content .compareTable .borderBtm {
    border-bottom: 2px solid #ECECEC;
}
.section-container.auto .section .content .compareTable .col1Webroot {
    color: #65872A;
}
.section-container.auto .section .content .compareTable .highlight {
    background: none repeat scroll 0 0 #FFF7DC;
    color: #333;
    font-weight: 700;
}
.section-container.auto .section .content .compareTable th {
    height: 75px;
}
.section-container.auto .section .content .compareTable .tableCol1 {
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    padding: 5px;
    height: 60px;
}
.section-container.auto .section .content .compareTable .tableCol2 {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    height: 60px;
}
.section-container.auto .section .content .compareTable .tableCol1 span {
    font-weight: 700;
}
.section-container.auto .section .content .compareTable .tableCol2.header {
    background-color: #222222;
    color: #FFF;
    font-weight: 700;
    line-height: 13px;
    padding: 4px 4px 3px;
    font-size: 12px;
    width: 145px;
    border-right: 2px solid #666666;
}
.section-container.auto .section .content .compareTable .tableCol2.header span {
    font-weight: 400;
}
.section-container.auto .section .content .compareTable p {
    margin-bottom: 0;
}
/*end compare chart in tab*/

/* hiding country nav */

#localNav {
    display: none;
}
/*  New CSS */

.overlayContent {
    display: none;
    background-color: #fff;
    border-radius: 15px;
    padding: 27px 24px 19px
}
.overlayContent a.close {
    margin: -22px 0 0
}
ul.title-area {
    margin: 0;
}
img.corp-bio-image {
    float: left;
    margin: 0 10px 10px 0;
}
/*Start expandList*/

dl.expandList {
    list-style: none;
    margin: 0 0 15px;
}
dd {
    margin-left: 20px;
}
dl.expandList > dt,
html.js dl.expandList > dt {
    font-weight: 700;
    margin: 10px 0 5px;
    padding: 0 0 0 23px;
}
html.js dl.expandList > dt {
    cursor: pointer;
    background: url("/shared/images/maximize.png") no-repeat scroll 0 4px transparent;
}
html.js dl.expandList > dt.expanded {
    background: url("/shared/images/minimize.png") no-repeat scroll 0 4px transparent;
}
html.js dl.expandList > dt.toggleAll,
dl.expandList > dt.toggleAll.expanded {
    display: none;
    font: 400 10px Arial;
    margin: 1px 0 -5px;
    text-align: right;
    background-image: none;
}
html.js dl.expandList > dt.toggleAll {
    margin: 8px 0 -22px;
    position: relative;
    z-index: 20;
    display: none;
}
dl.expandList > dd,
html.js dl.expandList > dd {
    margin: 0 0 0 40px;
    display: list-item;
    top: -5000px;
    left: -5000px;
}
html.js dl.expandList > dd {
    position: absolute;
}
html.js dl.expandList > dd.revealed {
    position: static;
}
div.rightColContent > dl.expandList > dt,
html.js div.rightColContent > dl.expandList > dt {
    color: #444;
}
/*End expandList*/

/*menuList*/

dl.menuList > dd,
dl.menuList > dt {
    border-top: 1px solid #fff;
    display: block;
}
dl.menuList > dt {
    border-bottom: 1px solid #888888;
}
dl.menuList > dd {
    padding: 0 11px 0 0;
    background-image: url("/shared/images/sideNavDropShadow.gif");
    border-top: none;
    background-repeat: no-repeat;
}
dl.menuList > dt > a,
dl.menuList > dd > a {
    display: block;
    border-left: 11px solid transparent;
}
dl.menuList > dt > a {
    background-color: #333333;
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 0 10px 7px;
}
dl.menuList > dd > a {
    background-color: #eee;
    color: #333;
    padding: 5px 0 5px 8px;
    margin: 0 0 0 10px;
}
dl.menuList > dt > a:hover,
dl.menuList > dd > a:hover,
dl.menuList > dd > a.linkToSelf {
    background-color: #888;
    text-decoration: none;
    color: #FFF;
}
dl.menuList > dt.breaches > a {
    border-left-color: #f35530;
}
dl.menuList > dt.performance > a {
    border-left-color: #ffa101;
}
dl.menuList > dt.management > a {
    border-left-color: #a0cf67;
}
dl.menuList > dt.risk > a {
    border-left-color: #26c7d1;
}
dl.menuList > dt.support > a {
    border-left-color: #7d47b6;
}
body.tc3-management-complexity dl.menuList > dt.management a,
body.tc3-breaches-infections dl.menuList > dt.breaches a,
body.tc3-abysmal-support dl.menuList > dt.support a,
body.tc3-operational-risk dl.menuList > dt.risk a,
body.tc3-performance-productivity dl.menuList > dt.performance a {
    background-color: #eee;
    color: #333;
}
body.tc3-management-complexity dl.menuList > dt.management a:hover,
body.tc3-breaches-infections dl.menuList > dt.breaches a:hover,
body.tc3-abysmal-support dl.menuList > dt.support a:hover,
body.tc3-operational-risk dl.menuList > dt.risk a:hover,
body.tc3-performance-productivity dl.menuList > dt.performance a:hover {
    background-color: #888;
    color: #fff;
}
body.tc3-management-complexity dl.menuList > dt.management + dd,
body.tc3-breaches-infections dl.menuList > dt.breaches + dd,
body.tc3-abysmal-support dl.menuList > dt.support + dd,
body.tc3-operational-risk dl.menuList > dt.risk + dd,
body.tc3-performance-productivity dl.menuList > dt.performance + dd {
    position: static;
}
body.tc0-business dl.menuList > dd {
    position: absolute;
    top: -10000px;
    left: -10000px;
}
body.nodeEditor dl.menuList > dt + dd {
    position: static;
}
/*End menuList*/

.nobullets {
    list-style-type: none;
}
div.section.sysreqtab div.content h3 {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    padding: 20px 0 10px 0;
    font-size: 21px;
}
.section.sysreqtab h4 {
    font: 400 18px/14px"Roboto Condensed", Arial, sans-serif;
    padding-bottom: 10px;
    text-transform: none;
}
.tc1-sem div.section.sysreqtab div.content h3 {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    padding: 20px 0 10px 0;
    font-size: 21px;
}
.tc1-sem .section.sysreqtab h4 {
    font: 400 18px/14px"Roboto Condensed", Arial, sans-serif;
    padding-bottom: 10px;
    text-transform: none;
}
/* iframe */

iframe {
    width: 60%;
}
/* End iframe*/

/*Responsive TAble styles*/

/* Foundation v2.1.4 http://foundation.zurb.com */

/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th {
    font-weight: bold;
}
table td,
table th {
    padding: 9px 10px;
    text-align: left;
}
div.reveal-modal.flex-video {
    height: 14%;
    width: 50%;
    position: absolute;
}
.reveal-modal.flex-video {
    position: absolute;
}
.reveal-modal.video {
    background-color: #000000;
    width: 50%;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
}
img.miniGeekSquad {
    margin: 0 3px 0 0;
    float: left;
}
span.geekText {
    margin-top: 8px;
    float: left;
}
/* Product Comparison table */

table.productComparison {
    border: none;
}
table.productComparison tr.head td {
    text-align: center;
}
table.productComparison tr.head td.orange a {
    color: #f09345;
}
table.productComparison tr.head td a {
    color: #186594;
}
table.productComparison tr.head td.yellow a {
    color: #fec30a;
}
table.productComparison tr {
    color: #7c7c7c;
}
table.productComparison tr td {
    text-align: center;
    width: 20%;
}
table.productComparison tr td:first-child {
    text-align: right;
    width: 40%;
}
table.productComparison tr:nth-child(2),
table.productComparison tr:nth-of-type(2n) {
    background-color: #f1f1f1;
}
table.productComparison tr td span.productPriceDisplay {
    font: 700 20px/26px"Roboto Condensed", Arial, sans-serif;
}
table.productComparison tr td span.productPriceDisplay span.minor {
    font-style: normal;
    font: 700 10px/26px"Roboto Condensed", Arial, sans-serif;
    top: -7px;
    position: relative;
}
table.productComparison span.config {
    display: none;
}
div.productComparison h3 {
    font-size: 26px;
}
/* End Product Comparison table */

dl.expandList dt {
    font-size: 18px;
}
/* This is an override for the infographic sticky menu */

.tc2-infographics .blackSidebar .fixed {
    width: 256px;
    min-width: 256px;
    padding: 0 28px;
    right: 6%;
    left: inherit;
}
/*Proof of concept*/

.noBorder {
    border: none !important;
}
/*End proof of concept*/

.moreTop {
    margin-top: 15px;
}
/*Tab styles*/

/*testing tabs*/

.section-container.auto .section .title {
    background-color: #ffffff;
    border: none;
}
.section-container.auto .section.active .title,
.section-container.auto .section .title {
    background-color: #ffffff;
    line-height: 20px;
    font-size: 20px;
}
.auto.section-container .section {
    border: none;
}
.auto.section-container .section .content,
.auto.section-container .section .content {
    border-bottom: none;
    border-right: none;
    border-left: none;
}
.auto.section-container .section:last-child .title,
.auto.section-container:last-child.section .title {
    border-top: none;
    border-right: none;
    border-left: none;
}
/*End Tab Styles*/

/*Buttons*/

.button.black,
button.black,
.button.black:visited,
button.black:visited {
    background-color: #333333;
}
.button.purple,
button.purple,
.button.purple:visited,
button.purple:visited {
    background-color: #306;
}
.button.purple:hover,
button.purple:hover {
    background-color: #222222;
}
.button.green,
button.green,
.button.green:visited,
button.green:visited {
    background-color: #6FAC22;
}
.button.green:hover,
button.green:hover {
    background-color: #517d19;
}
/*End Buttons*/

.row.gradient {
    background: url("/shared/images/consumer-gradient.png") no-repeat scroll center bottom transparent;
    padding-bottom: 20px;
}
div#tinyDrop {
    background-color: #222222;
    border: 1px solid #222222;
}
div#tinyDrop a {
    text-align: left;
    font-size: 14px;
}
div#tinyDrop a:hover {
    background-color: black;
}
.f-dropdown:before,
.f-dropdown:after {
    border-color: transparent transparent #222222;
}
/* Social Icons */

.utilityBar.footer ul.socialIcons li {
    display: block;
    float: right;
}
.utilityBar.footer ul.socialIcons li a {
    display: block;
    float: left;
    margin-left: 5px;
}
div.addthis_toolbox.addthis_default_style {
    float: left;
    margin: 42px 0 0 34px;
}
.dontShow {
    position: absolute;
    top: -1000px;
    left: -1000px;
}
/* End Social Icons */

.formResponse {
    clear: both;
    font: 400 18px/22px"Roboto Condensed", Arial, sans-serif;
    padding: 10px 0 0 10px;
}
form.__webroot_popup fieldset label.userInput {
    display: none;
}
div.table-wrapper div.scrollable div.pinned table {
    margin-left: 0;
}
.strike {
    text-decoration: line-through;
}
fieldset.hidden {
    display: none;
}
ul.features li {
    list-style-type: none;
    background: url(/shared/images/checkmark-blue.png) no-repeat left center;
    padding: 3px 0 3px 30px;
}
ul.features li p {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 300;
}
ul.features li h4 {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 400;
}
ul.features h4 {
    font-size: 20px;
    margin: 0;
    line-height: 20px;
}
ul.features p {
    font-size: 12px;
    margin: 0;
}
li.menu-icon a {
    display: inline-block
}
li.name a img {
    max-width: 224px;
    max-height: 24px;
}
table.compareChart .alignleft,
.alignleft {
    text-align: left;
}
table.compareChart td.height p {
    color: #F9F9F9;
}
table.compareChart td.first:first-child {
    text-align: center;
}
table.compareChart td.first {
    min-width: 0;
}
.tc1-affiliates h3 a,
tc1-promotions h3 a {
    color: #333;
}
table.compareChart,
table.compareChart tbody,
table.compareChart tr,
table.compareChart td {
    border: none;
}
table.compareChart p,
table.compareChart h3 {
    text-align: center;
    width: 100%;
}
table.compareChart h3 {
    font-size: 18px;
    line-height: 23px;
    height: 80px;
}
table.compareChart img {
    float: none;
    margin: 10px 0;
}
table.compareChart {
    width: 100%;
}
table.benefits {
    border: none;
}
table.benefits tr td:first-child,
table.benefits tr.header td:first-child + td {
    text-align: left;
}
table.benefits tr td:first-child {
    width: 13%;
    min-width: 50px;
}
table.benefits tr td {
    width: 7%;
    text-align: center;
}
table.benefits tr:first-child td:first-child + td {
    vertical-align: bottom;
}
table.benefits ul {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 28px;
}
table.benefits ul li {
    list-style-type: disc;
    margin-bottom: 0;
    line-height: 30px;
}



table.benefits td>div,
table.benefits td p {
    text-align: center;
}
table.benefits tr:first-child td p img {
    display: block;
}
table.benefits .row .large-6 {
    width: 48%;
}
table.benefits tr.header {
    background-color: transparent !important;
}
/*table.benefits tr.even, table.benefits tr.alt, table.benefits tr:nth-of-type(2n){}*/

p.small {
    font-size: 10px;
}
/*table.benefits.comparisons{overflow-x:scroll;display:block;width:100%;}*/

table.benefits.comparisons .productPriceDisplay .config {
    display: none;
}
table.benefits.comparisons .productPriceDisplay .cost {
    font: 700 18px/20px"Roboto Condensed", Arial, sans-serif;
}
table.benefits [data-plugin=pricing],
table.benefits p {
    margin-bottom: 0;
}
table.benefits tr.header {
    background-color: transparent;
}
table.benefits tr:first-child td {
    vertical-align: bottom;
}
table.benefits .productPriceDisplay {
    display: block;
    margin-bottom: 7px;
}
.row .column.secondList,
.row .columns.secondList {
    margin-left: 0;
    padding-left: 0;
}
.row .column.firstList,
.row .columns.firstList {
    margin-right: 0;
    padding-right: 0;
}
table.benefits.comparisons ul {
    font-style: normal;
    margin-left: 28px;
}
table.benefits.comparisons ul li {
    list-style-type: disc;
    margin-bottom: 0;
    line-height: 30px;
    list-position: inside;
}
table.benefits.comparisons tr td:first-child {
    width: 15%;
}
ul.description-list {
    min-height: 320px;
}
table.compareChart tr td {
    width: 15%;
    text-align: center;
    height: 50px;
}
table.compareChart tr td:first-child {
    width: 55%;
    text-align: left;
    color: #222222;
}
div.background {
    background: url("/shared/images/consumer-gradient.png") no-repeat scroll 0 -80px transparent;
    height: 70px;
}
.tc1-promotions p a.button {
    margin: 0 0 0.25em;
}
table.compareChart p.highlighted {
    color: #ffffff;
}
p.highlighted {
    background-image: url('/shared/images/gradient-blue.png');
    color: #ffffff;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 400;
    text-shadow: 0.03em 0.03em #CCCCCC;
}
p.highlighted.empty {
    background-image: none;
}
p.pcmag {
    width: 100%;
    text-align: center;
}
p.pcmagText {
    width: 100%;
    text-align: center;
}
p.pcmagText2014 {
    width: 100%;
    text-align: left;
    text-transform: none;
    padding-top: 30px;
}
li.panel-1 div.large-4 {
    padding-left: 0;
    padding-right: 0;
}
/*Resources right rails*/

dl.expandList.resources ul {
    font-size: 14px;
    margin-left: 0;
}
dl.expandList.resources dt {
    font-size: 16px;
}
dl.expandList.resources ul li {
    margin-bottom: 7px;
}
dl.expandList.resources > dt,
html.js dl.expandList.resources > dt {
    margin-top: 0;
}
/*End Resources right rails*/

li.customerReviews {
    white-space: pre-line;
}
li.customerReviews > span.ClientResponse {
    border: 1px solid #8FC318;
    color: #385319;
    display: block;
    padding: 10px;
    margin: 5px 0 15px 10px;
}
li.customerReviews > span.ClientResponse > span.name {
    font-weight: 700;
}
.utils a {
    font-size: 12px;
}
#newsTicker li {
    color: #ddd;
    font-size: 12px;
}
#newsTicker li a {
    margin-left: 10px;
}
ul.reviewsList span.dateTitle {
    font-size: 14px;
}
li.panel-2 div.row.reviewItem:first-child p,
div.allReviews li.panel-1 div.row.reviewItem:first-child p {
    font-family: Arial, sans-serif;
    font-weight: normal;
    line-height: 17px;
}
sup {
    top: 0;
    vertical-align: super;
    font-size: 50%;
}
/* 2014 changes/fixes for PROD PAGES */

ul.features li {
    background-position: left 3px;
    padding-left: 35px;
    min-height: 27px;
}
ul.features {
    margin-left: 10px;
}
.moreTop {
    margin-bottom: 30px;
}
.dark-grey p,
.utilityBar p {
    color: #FFF;
}
.footer li {
    color: #FFF;
    font-size: 13px;
}
ul.reviewsList span.dateTitle {
    display: inline;
    float: none;
}
p.title {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.smartbuttonmargin {
    margin: 12px 0 10px;
}
span.countryFlag {
    width: 18px;
    margin: 3px 5px 0 0;
    float: left;
}
span.countryText {
    margin-top: 0;
}
h1.crypto {
    text-transform: none;
    font-weight: 400;
    margin-top: 80px;
}
.laptop {
    background: url(/shared/images/crypto-Jeweled.png) no-repeat center center #fafafa;
    margin-top: -26px;
    height: 424px;
}
@media (min-width: 1024px) {
    body > .row {
        padding-top: 25px;
    }
}
/* Mobile  General*/

@media only screen and (max-width: 767px) {
    h1.crypto {
        margin-top: 10px;
    }
    .laptop {
        background: none;
        background-color: #fafafa;
        margin-top: 0;
        height: auto;
    }
    .mainNav {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .utils a {
        padding: 6px 6px;
    }
    table.responsive {
        margin-bottom: 0;
    }
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }
    .pinned table th,
    .pinned table td {
        white-space: nowrap;
    }
    .pinned td:last-child {
        border-bottom: 0;
    }
    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }
    div.table-wrapper div.scrollable table {
        margin-left: 35%;
    }
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }
    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
        display: none;
    }
    div.reveal-modal.flex-video {
        height: 13%;
        width: 50%;
    }
    .verticalCenter div {
        margin-top: 0;
        float: left;
    }
    .verticalCenter .amazonQuote {
        margin-top: 0;
    }
    .verticalCenter div:first-child {
        margin-top: 0;
    }
    .reviewItem .columns {
        margin: 10px auto;
    }
    /* Making tables flex for mobile*/
    html table.flex-table tr th,
    body table.flex-table tr td {
        font-size: 54%;
        padding: 2px 2px;
    }
    table.flex-table .row img,
    table.flex-table .row object,
    table.flex-table .row embed {
        width: 100%;
    }
    table.flex-table h4 {
        font-size: 120%;
        line-height: 125%;
    }
    table.flex-table h3 {
        font-size: 130%;
        line-height: 125%;
    }
    table.flex-table ul {
        margin-left: 0;
        font-size: 100%;
    }
    table.flex-table .row .large-6 {
        width: 100%;
    }
    table.flex-table {
        width: 100%;
        display: block;
        min-width: 0;
    }
    table.flex-table tbody {
        width: 100%;
        display: block;
        min-width: 0;
    }
    table.flex-table tr {
        width: 100%;
        display: block;
        min-width: 0;
    }
    /*    .section-container section.active .content,
    .section-container .section.active .content,
    .section-container.auto section.active .content,
    .section-container.auto .section.active .content {
        1%;
    }*/
    /* End Making tables flex for mobile*/
    table.compareChart.flex-table h3 {
        font-size: 100%;
        height: 45px;
        line-height: 125%;
    }
    table.compareChart.flex-table span.cost {
        font-size: 193%;
    }
    ul.description-list {
        min-height: 0;
    }
    div.reviewItem p {
        width: 100%;
        text-align: left;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h3,
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h4,
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p {
        float: none;
        clear: both;
    }
    /*    .top-bar .top-bar-section ul.mainDropDown li.header:hover {
        background-color: transparent;
    }*/
    li.name a img {
        width: 50%;
    }
    div.row.extra-space {
        margin-top: 0;
    }
    div.contact-us p {
        float: left;
    }
    div.reveal-modal.flex-video {
        height: 5%;
        width: 67%;
    }
    .tc1-promotions .large-2.columns.middle,
    .tc1-promotions.tc2-offer1 .large-2.columns.middle {
        padding-top: 0;
    }
    .tc1-promotions .large-2.columns.middle img {
        padding-top: 20px;
    }
    .tc1-promotions .pink div.sliderContainer.outer {
        margin-left: 0;
    }
    .tc1-promotions .blue .specialOffer {
        margin-left: -14px;
    }
    .tc1-promotions .blue div.sliderContainer.outer {
        margin-right: 7px;
    }
    .row.reviewItem .column,
    .row.reviewItem .columns {
        width: 80%;
    }
    .tc1-promotions .blue .specialOffer {
        right: 21px;
    }
    div.standard li.panel-1 div.row.reviewItem h3,
    div.standard li.panel-1 div.row.reviewItem h4,
    div.standard li.panel-1 div.row.reviewItem p,
    div.standard li.panel-1 div.row.reviewItem span {
        margin-bottom: 0;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p a,
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end p a {
        margin: 0;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns {
        width: 100%;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:first-child p {
        float: none;
        margin: 0;
        clear: both;
    }
    span.singleRatingStars,
    span.singleRatingStars > span.ratingStar,
    div.standard li.panel-1 div.row.reviewItem span.ratingsStars,
    div.standard li.panel-1 div.row.reviewItem span.ratingStar {
        float: none;
    }
    div.standard li.panel-1 div.row.reviewItem h3,
    div.standard li.panel-1 div.row.reviewItem h4,
    div.standard li.panel-1 div.row.reviewItem p,
    div.standard li.panel-1 div.row.reviewItem span {
        float: none;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child {
        float: none;
    }
    div.standard li.panel-1 div.row.reviewItem h3 {
        font-size: 21px;
    }
    div.standard li.panel-1 div.row.reviewItem h4 {
        font-size: 40px;
    }
    div.standard li.panel-2 div.row.reviewItem div.large-5.columns {
        width: 235px;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h3 {
        width: 100%;
        border-right: none;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h4 {
        margin-left: 0;
        margin-top: 0;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child p {
        margin-left: 0;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p a,
    li.panel-1 div.row.reviewItem div.large-5.columns.end p a {
        margin-top: 5px;
        float: none;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child {
        margin: 0;
    }
    table.compareChart td.first {
        min-width: auto;
    }
    .utilityBar.footer ul li.copyright {
        float: left;
    }
    .utilityBar.footer ul li a {
        display: block;
        margin: 0 5px;
    }
    .utilityBar.footer ul.socialIcons li a {
        margin: 0 2px;
    }
    .utilityBar.footer li {
        float: right;
        margin-right: 0;
        display: inline-block;
    }
    .utilityBar.footer ul {
        text-align: left;
    }
    ul.businessFeatures {
        min-height: 0;
    }
    .tc0-business h3 {
        font-size: 16px;
    }
    ul.utils > li {
        display: inline-block;
        clear: both;
    }
    ul.utils {
        text-align: left;
        margin: 0;
        padding: 0;
    }
    ul.utils > li.search {
        padding-bottom: 34px;
    }
    .tc0-business div.table-wrapper tr.yearHead {
        height: 89px;
    }
    .tc0-business div.table-wrapper tr {
        height: 32px;
    }
    .reveal-modal.sliderContainer table {
        width: 100%;
        margin: 0 auto;
    }
    p.descriptions {
        min-height: 0;
    }
    .verticalCenter div {
        margin-top: 0;
        float: left;
    }
    .verticalCenter .amazonQuote {
        margin-top: 0;
    }
    .verticalCenter div:first-child {
        margin-top: 0;
    }
    .section-container.auto .section.active .title,
    .section-container.auto .section .title {
        border-top: 1px solid #cccccc !important;
        border-bottom: 1px solid #cccccc !important;
    }
    .tc1-contact-us div.hq {
        border-left: none;
        padding-left: 0;
    }
    .tc1-contact-us .row .columns.map {
        border-left: none;
        padding-left: 0;
        display: none;
    }
    .tc0-business p.topLinks a.hide-for-small {
        display: none !important;
    }
}
/* mobile phones */

@media only screen and (max-width: 480px) {

    .utilityBar.footer li {
        display: block;
        float: none;
        text-align: left;
    }
    div.row.extra-space {
        margin-top: 0;
    }
    div.contact-us p {
        float: left;
    }
    div.reveal-modal.flex-video {
        height: 5%;
        width: 67%;
    }
    ul.description-list {
        min-height: 0;
    }
    .tc1-promotions .large-2.columns.middle,
    .tc1-promotions.tc2-offer1 .large-2.columns.middle {
        padding-top: 0;
    }
    .tc1-promotions .large-2.columns.middle img {
        padding-top: 20px;
    }
    .tc1-promotions .pink div.sliderContainer.outer {
        margin-left: 0;
    }
    .tc1-promotions .blue .specialOffer {
        margin-left: -14px;
    }
    .tc1-promotions .blue div.sliderContainer.outer {
        margin-right: 7px;
    }
    .tc1-promotions .blue .specialOffer {
        right: 21px;
    }
    table.compareChart td.first {
        min-width: 100%;
    }
    li.name a img {
        width: 50%;
    }
    p.descriptions {
        min-height: 0;
    }
    .reveal-modal.sliderContainer table {
        width: 100%;
        margin: 0 auto;
    }
    .verticalCenter div {
        margin-top: 0;
        float: left;
    }
    .verticalCenter .amazonQuote {
        margin-top: 0;
    }
    .verticalCenter div:first-child {
        margin-top: 0;
    }
}
@media only screen and (max-width: 604px) {
    .top-bar .title-area {
        position: static;
    }
    .mainNav {
        margin-bottom: 0;
        margin-top: 30px;
    }
}
/* Mobile Landscape */

@media only screen and (max-width: 767px) and (orientation: landscape) {

    div.row.extra-space {
        margin-top: 0;
    }
    div.contact-us p {
        float: left;
    }
    div.reveal-modal.flex-video {
        height: 5%;
        width: 67%;
    }
    .reviewItem .columns {
        margin: 10px auto;
    }
    /* Making tables flex for mobile*/
    html table.flex-table tr th,
    body table.flex-table tr td {
        font-size: 54%;
        padding: 2px 2px;
    }
    table.flex-table .row img,
    table.flex-table .row object,
    table.flex-table .row embed {
        width: 100%;
    }
    table.flex-table h4 {
        font-size: 120%;
        line-height: 125%;
    }
    table.flex-table h3 {
        font-size: 130%;
        line-height: 125%;
    }
    table.flex-table ul {
        margin-left: 0;
        font-size: 100%;
    }
    table.flex-table .row .large-6 {
        width: 100%;
    }
    table.flex-table {
        width: 100%;
        display: block;
        min-width: 0;
    }
    table.flex-table tbody {
        width: 100%;
        display: block;
        min-width: 0;
    }
    table.flex-table tr {
        width: 100%;
        display: block;
        min-width: 0;
    }
    /*    .section-container section.active .content,
    .section-container .section.active .content,
    .section-container.auto section.active .content,
    .section-container.auto .section.active .content {
        1%;
    }*/
    /* End Making tables flex for mobile*/
    table.compareChart.flex-table h3 {
        font-size: 100%;
        height: 45px;
        line-height: 125%;
    }
    table.compareChart.flex-table span.cost {
        font-size: 193%;
    }
    ul.description-list {
        min-height: 0;
    }
    div.reviewItem p {
        width: 100%;
        text-align: left;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h3,
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h4,
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p {
        float: none;
        clear: both;
    }
    .tc1-promotions .large-2.columns.middle,
    .tc1-promotions.tc2-offer1 .large-2.columns.middle {
        padding-top: 0;
    }
    .tc1-promotions .large-2.columns.middle img {
        padding-top: 20px;
    }
    .tc1-promotions .pink div.sliderContainer.outer {
        margin-left: 0;
    }
    .tc1-promotions .blue .specialOffer {
        right: 21px;
        margin-left: -14px;
    }
    .tc1-promotions .blue div.sliderContainer.outer {
        margin-right: 7px;
    }

    .verticalCenter div {
        margin-top: 0;
        float: left;
    }
    .verticalCenter .amazonQuote {
        margin-top: 0;
    }
    .verticalCenter div:first-child {
        margin-top: 0;
    }
    .row.reviewItem {
        margin-right: 30px;
    }
    /* Black slider */
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h3,
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h4,
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p {
        float: left;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns {
        width: 90%;
        text-align: left;
    }
    li.panel-2 div.row.reviewItem div.large-5.columns {
        width: 90%;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p {
        width: 100%;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child {
        float: right;
        clear: none;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:first-child p {
        width: 100%;
        float: left;
        clear: none;
    }
    li.panel-1 div.row.reviewItem span {
        clear: none;
        float: left;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h4,
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child p {
        margin-top: 0;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h3 {
        width: 57%;
        clear: left;
        margin-left: 0;
    }
    /* End Black slider */
    li.name a img {
        width: 50%;
    }
    div.row.extra-space {
        margin-top: 0;
    }
    div.contact-us p {
        float: left;
    }
    div.reveal-modal.flex-video {
        height: 5%;
        width: 67%;
    }
    .tc1-promotions .large-2.columns.middle,
    .tc1-promotions.tc2-offer1 .large-2.columns.middle {
        padding-top: 0;
    }
    .tc1-promotions .large-2.columns.middle img {
        padding-top: 20px;
    }
    .tc1-promotions .pink div.sliderContainer.outer {
        margin-left: 0;
    }
    .tc1-promotions .blue .specialOffer {
        margin-left: -14px;
    }
    .tc1-promotions .blue div.sliderContainer.outer {
        margin-right: 7px;
    }
    .row.reviewItem .column,
    .row.reviewItem .columns {
        width: 80%;
    }
    .tc1-promotions .blue .specialOffer {
        right: 21px;
    }
    div.standard li.panel-1 div.row.reviewItem h3,
    div.standard li.panel-1 div.row.reviewItem h4,
    div.standard li.panel-1 div.row.reviewItem p,
    div.standard li.panel-1 div.row.reviewItem span {
        margin-bottom: 0;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p a,
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end p a {
        margin: 0;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns {
        width: 100%;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:first-child p {
        float: none;
        margin: 0;
        clear: both;
    }
    span.singleRatingStars,
    span.singleRatingStars > span.ratingStar,
    div.standard li.panel-1 div.row.reviewItem span.ratingsStars,
    div.standard li.panel-1 div.row.reviewItem span.ratingStar {
        float: none;
    }
    div.standard li.panel-1 div.row.reviewItem h3,
    div.standard li.panel-1 div.row.reviewItem h4,
    div.standard li.panel-1 div.row.reviewItem p,
    div.standard li.panel-1 div.row.reviewItem span {
        float: none;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child {
        float: none;
    }
    div.standard li.panel-1 div.row.reviewItem h3 {
        font-size: 21px;
    }
    div.standard li.panel-1 div.row.reviewItem h4 {
        font-size: 40px;
    }
    div.standard li.panel-2 div.row.reviewItem div.large-5.columns {
        width: 235px;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h3 {
        width: 100%;
        border-right: none;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h4 {
        margin-left: 0;
        margin-top: 0;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child p {
        margin-left: 0;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p a,
    li.panel-1 div.row.reviewItem div.large-5.columns.end p a {
        margin-top: 5px;
        float: none;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child {
        margin: 0;
    }
    .utilityBar.footer ul li.copyright {
        float: left;
    }
    .utilityBar.footer ul li a {
        display: block;
        margin: 0 5px;
    }
    .utilityBar.footer ul.socialIcons li a {
        margin: 0 2px;
    }
    .utilityBar.footer li {
        float: right;
        margin-right: 0;
        display: inline-block;
    }
    .utilityBar.footer ul {
        text-align: left;
    }
    ul.utils > li {
        display: inline-block;
        clear: both;
    }
    ul.utils {
        text-align: left;
        margin: 0;
        padding: 0;
    }
    ul.utils > li.search {
        padding-bottom: 34px;
    }
    .reveal-modal.sliderContainer table {
        width: 100%;
        margin: 0 auto;
    }
    p.descriptions {
        min-height: 0;
    }
    .verticalCenter div {
        margin-top: 0;
        float: left;
    }
    .verticalCenter .amazonQuote {
        margin-top: 0;
    }
    .verticalCenter div:first-child {
        margin-top: 0;
    }
    .section-container.auto .section.active .title,
    .section-container.auto .section .title {
        border-top: 1px solid #cccccc !important;
        border-bottom: 1px solid #cccccc !important;
    }
}
/* iPad/tablet portrait */

/*@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {*/

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    div.row.extra-space {
        margin-top: 0;
    }
    div.contact-us p {
        float: left;
    }
    div.reveal-modal.flex-video {
        height: 14%;
        width: 50%;
    }
    ul.description-list {
        min-height: 0;
    }
    .tc1-promotions .large-2.columns.middle,
    .tc1-promotions.tc2-offer1 .large-2.columns.middle {
        padding-top: 0;
    }
    .tc1-promotions .large-2.columns.middle img {
        padding-top: 20px;
    }
    .tc1-promotions .pink div.sliderContainer.outer {
        margin-left: 0;
    }
    .tc1-promotions .blue .specialOffer {
        margin-left: -14px;
    }
    .tc1-promotions .blue div.sliderContainer.outer {
        margin-right: 7px;
    }
    .tc1-promotions .blue .specialOffer {
        right: 21px;
    }
    div.standard li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h3 {
        width: 74%;
    }
    .reveal-modal.banner {
        margin-left: -15%;
    }
    h3.bottom-color {
        font-size: 20px;
    }
    .verticalCenter div {
        margin-top: 0;
        float: left;
    }
    .verticalCenter .amazonQuote {
        margin-top: 0;
    }
    .verticalCenter div:first-child {
        margin-top: 0;
    }
    .tc0-business p.topLinks a.hide-for-small {
        display: none !important;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns,
    li.panel-2 div.row.reviewItem div.large-5.columns {
        width: 46%;
    }
    .row.reviewItem {
        margin-right: 30px;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:first-child p {
        margin-right: -1px;
        margin-right: -60px;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p {
        text-align: right;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h3,
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h4,
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p {
        float: right;
    }
    div.row.reviewItem div.large-5.columns.large-offset-1 p a {
        display: block;
        width: 100%;
        float: right;
        text-align: right;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h3 {
        width: 68%;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h4 {
        margin: 5px 0 0 12px;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child p {
        margin: 0 0 0 12px;
    }
    .mainNav {
        margin-bottom: 0;
        margin-top: 30px;
    }
}
/* iPad/tablet landscape */

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    div.row.extra-space {
        margin-top: 0;
    }
    div.contact-us p {
        float: left;
    }
    div.reveal-modal.flex-video {
        height: 14%;
        width: 50%;
    }
    ul.description-list {
        min-height: 0;
    }
    .tc1-promotions .large-2.columns.middle,
    .tc1-promotions.tc2-offer1 .large-2.columns.middle {
        padding-top: 0;
    }
    .tc1-promotions .large-2.columns.middle img {
        padding-top: 20px;
    }
    .tc1-promotions .pink div.sliderContainer.outer {
        margin-left: 0;
    }
    .tc1-promotions .blue .specialOffer {
        margin-left: -14px;
    }
    .tc1-promotions .blue .specialOffer {
        right: 21px;
    }
    .tc1-promotions .blue div.sliderContainer.outer {
        margin-right: 7px;
    }
    .verticalCenter div {
        margin-top: 0;
        float: left;
    }
    .verticalCenter .amazonQuote,
    .verticalCenter div:first-child {
        margin-top: 0;
    }
}
/* 600px and smaller - for Kindle Fire */

@media only screen and (max-device-width: 600px) {

    .tc1-promotions .large-2.columns.middle,
    .tc1-promotions.tc2-offer1 .large-2.columns.middle {
        padding-top: 0;
    }
    .tc1-promotions .large-2.columns.middle img {
        padding-top: 20px;
    }
    .tc1-promotions .pink div.sliderContainer.outer {
        margin-left: 0;
    }
    .tc1-promotions .blue .specialOffer {
        margin-left: -14px;
    }
    .tc1-promotions .blue div.sliderContainer.outer {
        margin-right: 7px;
    }
    /* Black slider */
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h3,
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 h4,
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p {
        float: left;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns {
        width: 90%;
        text-align: left;
    }
    li.panel-2 div.row.reviewItem div.large-5.columns {
        width: 90%;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.large-offset-1 p {
        width: 100%;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child {
        float: right;
        clear: none;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:first-child p {
        width: 100%;
        float: left;
        clear: none;
    }
    li.panel-1 div.row.reviewItem span {
        clear: none;
        float: left;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h4,
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child p {
        margin-top: 0;
    }
    li.panel-1 div.row.reviewItem div.large-5.columns.end div:last-child h3 {
        width: 57%;
        clear: left;
        margin-left: 0;
    }
    /* End Black slider */
    .mainNav {
        margin-bottom: 0;
        margin-top: 30px;
    }
}
/* below the breakpoint */

@media only screen and (max-width: 940px) {
    .top-bar .top-bar-section .dropdown {
        margin-top: 0;
    }
    .top-bar .title-area {
        position: static;
    }
    .top-bar section .dropdown.partners,
    .top-bar section .dropdown.last,
    .top-bar section .dropdown {
        left: 100%;
    }
    .top-bar .top-bar-section ul.dropdown {
        width: 100%;
    }
    .top-bar .top-bar-section ul.dropdown li.back {
        display: block;
        float: none;
        margin-bottom: 0;
    }
    .top-bar .top-bar-section ul.dropdown.partners li:first-child + li {
        width: 29%;
    }
}
li.customerReviews {
    white-space: pre-line;
}
li.customerReviews > span.ClientResponse {
    border: 1px solid #8FC318;
    color: #385319;
    display: block;
    padding: 10px;
    margin: 5px 0 15px 10px;
}
li.customerReviews > span.ClientResponse > span.name {
    font-weight: 700;
}
/* nav fixes */


.hideID {
    display: none;
}
.top-bar .top-bar-section .has-dropdown.header > a,
.top-bar .top-bar-section .has-dropdown.header > h4 {
    font:400 17px/35px"Roboto Condensed",
    Arial,
    sans-serif;
}
.top-bar .top-bar-section ul.dropdown li h4 {
    padding-bottom: 5px;
    font-size: 16px;
    margin-top: 10px;
}
.utils a {
    font-size: 12px;
}
#newsTicker li {
    color: #ddd;
    font-size: 12px;
}
#newsTicker li a {
    margin-left: 10px;
}
ul.reviewsList span.dateTitle {
    font-size: 14px;
}
li.panel-2 div.row.reviewItem:first-child p,
div.allReviews li.panel-1 div.row.reviewItem:first-child p {
    font-family: Arial, sans-serif;
    font-weight: normal;
    line-height: 17px;
}
/* 2014 changes/fixes for PROD PAGES */

ul.features li {
    background-position: left 3px;
    padding-left: 35px;
    min-height: 27px;
}
ul.features {
    margin-left: 10px;
}
.moreTop {
    margin-bottom: 30px;
}
.dark-grey p,
.utilityBar p {
    color: #FFF;
}
.footer li {
    color: #FFF;
    font-size: 13px;
}
ul.reviewsList span.dateTitle {
    display: inline;
    float: none;
}
p.title {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.smartbuttonmargin {
    margin: 12px 0 10px;
}
span.cost.offer {
    color: #a0c93b;
    white-space: pre;
}
span.config {
    white-space: pre;
}
span.discountDesc {
    padding-left: 15%;
}
/* 2014 changes for PROD PAGES */

div.pricing .button {
    padding: .5em .5em .5em .5em;
}
/* For test */
.tabs dt {
    display: none;
}
ul.orbit-slides-container li {
    background-color: #222222;
}
ul.orbit-slides-container {
    height: 154px;
}
/* Mobile Landscape */

@media only screen and (max-width: 767px) and (orientation: landscape) {
    ul.orbit-slides-container {
        height: 444px;
    }
}

/* 2014 changes for PROD PAGES */

/* mobile phones */
@media only screen and (max-width: 480px) {
    ul.orbit-slides-container {
        height: 458px;
    }
    .row.reviewItem h4 {
        font-size: 16px;
        clear: both;
    }
}
/* Mobile  General*/
@media only screen and (max-width: 767px) {
    ul.orbit-slides-container {
        height: 458px;
    }
}
/* iPad/tablet portrait */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    ul.orbit-slides-container {
        height: 444px;
    }
}
/*ipad mini*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    ul.orbit-slides-container {
        height: 434px;
    }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
    .row .large-1 {
        position: relative;
        width: 8.33333%;
    }
    .row .large-2 {
        position: relative;
        width: 16.66667%;
    }
    .row .large-3 {
        position: relative;
        width: 25%;
    }
    .row .large-4 {
        position: relative;
        width: 33.33333%;
    }
    .row .large-5 {
        position: relative;
        width: 41.66667%;
    }
    .row .large-6 {
        position: relative;
        width: 50%;
    }
    .row .large-7 {
        position: relative;
        width: 58.33333%;
    }
    .row .large-8 {
        position: relative;
        width: 66.66667%;
    }
    .row .large-9 {
        position: relative;
        width: 75%;
    }
    .row .large-10 {
        position: relative;
        width: 83.33333%;
    }
    .row .large-11 {
        position: relative;
        width: 91.66667%;
    }
    .row .large-12 {
        position: relative;
        width: 100%;
    }
    .row .large-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }
    .row .large-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }
    .row .large-offset-3 {
        position: relative;
        margin-left: 25%;
    }
    .row .large-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }
    .row .large-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }
    .row .large-offset-6 {
        position: relative;
        margin-left: 50%;
    }
    .row .large-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }
    .row .large-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }
    .row .large-offset-9 {
        position: relative;
        margin-left: 75%;
    }
    .row .large-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .small-push-2 {
        left: inherit;
    }
    .small-pull-2 {
        right: inherit;
    }
    .small-push-3 {
        left: inherit;
    }
    .small-pull-3 {
        right: inherit;
    }
    .small-push-4 {
        left: inherit;
    }
    .small-pull-4 {
        right: inherit;
    }
    .small-push-5 {
        left: inherit;
    }
    .small-pull-5 {
        right: inherit;
    }
    .small-push-6 {
        left: inherit;
    }
    .small-pull-6 {
        right: inherit;
    }
    .small-push-7 {
        left: inherit;
    }
    .small-pull-7 {
        right: inherit;
    }
    .small-push-8 {
        left: inherit;
    }
    .small-pull-8 {
        right: inherit;
    }
    .small-push-9 {
        left: inherit;
    }
    .small-pull-9 {
        right: inherit;
    }
    .small-push-10 {
        left: inherit;
    }
    .small-pull-10 {
        right: inherit;
    }
    .column.large-centered,
    .columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
}
.orbit-container .orbit-slides-container p.pcmag img {
    display: inline;
}
div.standard div.row.reviewItem p.pcmagText {
    margin: 3px 0;
    font: 700 14px/14px"Roboto Condensed", Arial, snas-serif;
    clear: both;
}
div.standard div.row.reviewItem div.row.boxshots div.large-4.columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
div.standard div.row.reviewItem p.pcmagText a {
    margin: 0 0 0 10px;
    color: #8fc318;
}
div.standard div.row.reviewItem p.pcmagText a.right {
    float: right;
}
.accordion dd.revealed {
    border: none;
}
.accordion dl.allLinks dd {
    border: none;
}
.accordion dl.allLinks dt {
    display: block;
}
div.allLinksNav {
    min-height: 538px;
}
.tabs dd > a {
    font-size: 17px;
}
a {
    color: #517d19;
}
a:hover {
    color: #436815;
}
.row.reviewItem h4 {
    color: #ffffff;
}
div.holidayPromotion.preChristmasHomepage .button.white {
    width: 151px;
}
div.holidayPromotion.preChristmasHomepage .button.white span {
    float: left;
    margin: 1px 0 0 3px;
}
div.holidayPromotion.preChristmasHomepage .button.white span.text {
    float: left;
    margin: 0;
}

span.singleRatingStars,
div.noscroll div.row.reviewItem span.ratingsStars,
div.noscroll div.row.reviewItem span.ratingStar,
span.singleRatingStars > span.ratingStar,
div.standard li div.row.reviewItem span.ratingsStars,
div.standard li div.row.reviewItem span.ratingStar {
    float: left;
    font-size: 0;
}
span.singleRatingStars > span.ratingStar {
    background: url("/shared/images/reviewStarSingle.png") repeat-y scroll left top transparent;
    font-size: 10px;
    padding: 3px 19px 1px 0;
    white-space: pre;
    height: 22px;
}
span.singleRatingStars > span.ratingStar.percent-0 {
    background-position: 0 21px
}
button,
.button {
    padding: 0.75em 1.0em 0.8125em 1.0em;
    font-weight: 700 !important;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 1em;
}
button.radius,
.button.radius {
    border-radius: 6px;
    text-transform: uppercase;
}

.text-center {
    text-align: center !important;
}
div.standard li.panel-1 div.row.reviewItem span.ratingStar,
div.noscroll li.panel-1 div.row.reviewItem span.ratingStar {
    background: url("/shared/images/bvStarsFractional.png") repeat-y scroll left top transparent;
    font-size: 24px;
    line-height: 28px;
    padding: 0 29px 4px 0;
    white-space: pre;
}
div.row.boxshots {
    margin-left: 2px;
}
li.panel-1 div.row.reviewItem {
    margin-left: 0;
}
li.panel-2 div.row.reviewItem h4,
div.allReviews li.panel-1 div.row.reviewItem h4,
li.panel-2 div.row.reviewItem p,
div.allReviews li.panel-1 div.row.reviewItem p,
li.panel-2 div.row.reviewItem span,
div.allReviews li.panel-1 div.row.reviewItem span,
li.panel-2 div.row.reviewItem div span img,
div.allReviews li.panel-1 div.row.reviewItem div span img {
    float: left;
}

img {
    vertical-align: baseline;
}

.tc0- div.row.reviewItem div.large-5.columns {
    margin-top: 30px;
}
/* START Sticky grid */
/* MAX widths starts here, put in custom grid/style fixes in this section */
@media (max-width: 1249px) {}@media (max-width: 1199px) {}@media (max-width: 991px) {
    .tc2-infographics .blackSidebar .fixed {
        width:19%;
        right:5%;
        left:inherit;
    }
}
@media (max-width: 767px) {
    .tc2-infographics .blackSidebar .fixed {
        width: 19%;
        right: 0;
        left: inherit;
        position: relative !important;
    }
}

@media (max-width: 559px) {
    .utils a {
        padding: 2px 6px;
    }
    div.utilityBar form.siteSearch {
        margin: 0 0 4px 0;
        width: 159px;
        padding: 0;
    }
    .row.mainNav {
        max-width: 100%;
    }
    .tc2-infographics .blackSidebar .fixed {
        width: 100%;
        right: 0;
        left: inherit;
        position: relative !important;
    }
}
@media (max-width: 479px) {
    .row.mainNav {
        max-width: 100%;
    }
    .tc2-infographics .blackSidebar .fixed {
        width: 100%;
        right: 0;
        left: inherit;
        position: relative !important;
    }
}
/* MIN widths are set here, these are intentional break points, more could be added */

@media (min-width: 360px) {
    .row {
        max-width: 320px;
    }
}
@media (min-width: 480px) {
    .row {
        max-width: 400px;
    }
}
@media (min-width: 560px) {
    .row {
        max-width: 520px;
    }
}
@media (min-width: 768px) {
    .row {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .row {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .row {
        max-width: 64em;
    }
}
@media (min-width: 1250px) {
    .row {
        max-width: 64em;
    }
}
/* END Sticky grid */

.accordion dl.expandList dt {
    display: block;
}
.twitter-follow-button,
.facebook-follow,
.linkedin-follow {
    background: url("/shared/images/widget016_top.gif") no-repeat 0 -832px;
    width: 16px;
    height: 16px;
}
.facebook-follow {
    background-position: 0 -272px;
}
.linkedin-follow {
    background-position: 0 -416px;
}
.google-follow,
.youtube-follow {
    background: url("/shared/images/widget059.gif") no-repeat 0 -1840px;
    width: 16px;
    height: 16px;
}
.youtube-follow {
    background-position: 0 -4976px;
}
.blueText {
    color: #0083c1;
}
.orangeText {
    color: #ff6b0b;
}
.purpleText {
    color: #5C068C;
}
a.button.flatOrange {
    border-radius: 4px;
background-color: #FF6B0B;
color: #FFF !important;
}
a.button.flatOrange:hover, a.button.flatOrange:focus {
    background-color: #FF8000;
}
a.button.flatOrange:active {
    background-color: #DB5A07;
}
select {
    background: none !important;
}

/* Blockquotes */
blockquote {
    color: #666666;
    display: block;
}
blockquote:after,
blockquote:before {
    color: #ececec;
    font: 700 74px/74px "Times New Roman";
    position: relative;
    z-index: -1;
}
blockquote:after {
    content: "\201D";
    float: right;
    left: 15px;
    top: -25px;
}
blockquote:before {
    content: "\201C";
    float: left;
    left: 25px;
    top: -18px;
    margin-left: -36px;
}
.en-ca [data-navigation-target="business"] .help_me_choose,
.en-hk [data-navigation-target="business"] .help_me_choose,
.en-nz [data-navigation-target="business"] .help_me_choose,
.en-ie [data-navigation-target="business"] .help_me_choose,
.en-za [data-navigation-target="business"] .help_me_choose,
.en-in [data-navigation-target="business"] .help_me_choose {
    display: none;
}
.en-ca [data-navigation-target] > .row > div ~ div.smb,
.en-hk [data-navigation-target] > .row > div ~ div.smb,
.en-nz [data-navigation-target] > .row > div ~ div.smb,
.en-ie [data-navigation-target] > .row > div ~ div.smb,
.en-za [data-navigation-target] > .row > div ~ div.smb,
.en-in [data-navigation-target] > .row > div ~ div.smb {
  border-left: none;
  box-shadow: none;
}


body:not(.ja-jp) .__webroot_popup {
    position: relative;
}

body:not(.ja-jp) .waitoverlay {
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

body:not(.ja-jp) .waitoverlay > div.indicator {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200%;
    text-align: center;
    width: 100%;
}

body:not(.ja-jp) .waitoverlay > div.indicator > span {
    margin-right: 1em;
}

body.ja-jp .waitoverlay {
    display: none !important;
}
