/*global font color*/
p {
    color: #212529;
}

.hero-home p {
    color: #8b989b;
}

.hero-content p {
    color: #8b989b;
}

.services-slider p {
    color: #8b989b;
}

.two-columns {
    color: #8b989b;
}

.fullwidth-usp .content .usp li {
    color: #efefef;
}

.fullwidth-usp .content p {
    color: #b5b5b5;
}

sup {
    color: #000;
}

.btn:focus, .btn.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 191, 146, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(0, 191, 146, 0.2);
}

/*link hover color*/
a:hover {
    color: #029d92;
}

/*fix gome hero z-index issue*/
.hero-home {
    z-index: 0;
}

.builder-overview {
    position: relative;
    z-index: 1;
}

/*remove breadcrum*/
.breadcrumb {
    display: none;
}

/*fix footer*/
footer {
    clear: both;
}

footer p {
    color: #8b989b;
}

footer .content .footer-menu li {
    margin-bottom: 14px !important;
}

footer .content {
    /*background-image: url("../images/footer_image.jpg");*/
    background-image: none;
    background-color: #000;
}

footer .content a {
    color: #32ecc1;
}

/*small hero*/
.hero-small {
    margin-top: 135px;
}

.hero-small .background img {
    height: 100px !important;
}

.hero-small .content {
    top: 28px !important;
}

/*for pages that need list styles*/
.enable-list ul {
    padding-left: 35px;
}

.enable-list li {
    list-style: disc;
}

/*no hero*/
.no-hero {
    margin-top: 100px;
}

/*block paddings*/
.multiblock {
    padding: 30px 0;
}

.news-contentblock {
    padding: 30px 0;
}

/*index products*/
.multiblock .preconfig-card__title {
    padding: 14px 28px 28px 28px;
}

.multiblock .preconfig-card .form-options .extra-options select {
    padding: 5px;
}

.multiblock .preconfig-card.product_with_options {
    /*min-height: 610px;*/
}

.multiblock .preconfig-card__header small {
    right: unset;
}

.multiblock .preconfig-card .form-options p {
    color: #777;
    margin: 21px 0 0 0;
    font-weight: normal;
}

/*Dedi server overview page blocks*/
div.categoryboxcustom .categorybox {
    background-color: #fdfdfd;
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
}

div.categoryboxcustom {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #dcf4f0;
    cursor: pointer;
    padding: 28px;
    margin-top: 20px;
}

div.categorybox {
    border: 1px solid #def4f2;
    width: 230px;
    min-height: 140px;
    float: left;
    margin: 20px 20px 0 0;
    text-align: center;
    padding: 8px;
    background: #def4f2;
    cursor: pointer;
}

div.categorydescription h3 {
    font-size: 1rem;
}

/*contact form*/
.errormessage {
    padding: 14px;
    background-color: tomato;
    color: #FFF;
}

.contact-form input[type='button'] {
    cursor: pointer;
    float: unset;
    margin-top: 7px;
}

.contact-form input[type='text'] {
    border: 1px solid #E6E7E8;
}

.contact-form textarea {
    border: 1px solid #E6E7E8;
}

.contact-form select {
    border: 1px solid #E6E7E8;
    padding: 10px;
    margin-top: 0;
}

.contact-livesupport {
    padding: 14px;
    background-color: #FFF;
    margin-top: 14px;
    width: 160px;
}

/*job page*/
.jobholder {
    margin-bottom: 0px;
}
.jobholder .job {
    display: none;
    padding: 14px;
    background-color: #fff;
    overflow-y: auto;
    height: 645px;
    border-radius: 0.25rem;
    font-size: 15px;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #00bf92;
}
.jobfunction {
    font-size: 20px;
    padding: 10px;
    background: #00bf92;
    color: #FFF;
    cursor: pointer;
}
.jobfunction span {
    float: right;
    padding-right: 7px;
}
.job-apply .form-group{margin-bottom: 15px;}
.job-apply .file_upload{background-color: #FFF;font-size: 16px;}
.job-apply input{padding: 12px;}
.job-apply select{padding: 12px;height:auto!important;}
.job-apply .label-description{font-size: 12px;color:#666;display: block;margin:0 0 9px 6px;}
.job-apply .btn-nforce{background-color: #00bf92;border-color:#00bf92;padding:10px;font-size:20px;}
.job-apply .submit{margin-top:0px;}
.job-apply .captchacontainer{margin-bottom:12px;}
.job-apply .position-select{background-color: #00bf92;color: #FFF;}
.job-apply .position-select:focus{background-color: #fff;color: #1b1b1b;}

/*legal*/
.legal_date {
    display: inline-block;
    font-size: 12px;
}

/*network classes*/
table.discount tr th {
    background: #00bf92;
    padding: 7px;
    color: #FFF;
}

table.discount td, table.discount th {
    padding: 7px;
}

/*reviews*/
div.reviewcontent {
    height: 75px;
    overflow: hidden;
}

div.review {
    border-top: 1px solid #d4d4d4;
    margin-top: 21px;
    padding-top: 14px;
}

/*sitemap*/
.sitemapcolumn {
    width: 250px;
    height: 200px;
    float: left;
    margin: 0 0 40px 20px;
}

/*shopping+order*/
table.shoppingcartproducts {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #00bf92;
}

table.shoppingcartproducts tr th {
    padding: 5px 3px;
    background: #00bf92;
    text-align: left;
    color: #FFF;
}

table.shoppingcartproducts tr td {
    padding: 14px;
}

table.summary tr th {
    padding: 5px 3px;
    background: #00bf92;
    text-align: left;
    color: #FFF;
}

img.deletebutton {
    cursor: pointer;
    width: 20px;
    vertical-align: text-top;
}

tr.seperator {
    border-top: 1px solid #00bf92;
}

.tooltip {
    display: none;
    text-align: justify;
    padding: 10px;
    width: 380px;
    background: #fff;
    border: 2px solid #41bde8;
}

span.producttitle {
    cursor: pointer;
}

input.amount {
    width: 50px;
    padding-left: 4px;
    border: 1px solid darkgrey;
    border-radius: 2px;
}

#shoppingcartdiv {
    margin-bottom: 8px;
}

div.fields {
    width: 400px;
    margin-bottom: 20px;
}

div.customertypefields {
    width: 550px;
    margin-bottom: 20px;
}

div.customertypefields table tr td.label {
    width: 50%;
}

div.fields table {
    width: 100%;
}

td.label {
    width: 34%;
    color: black;
}

input.fields,
select.fields,
button.fields {
    border: 1px solid darkgrey;
    width: 230px;
    padding: 2px 4px;
    border-radius: 2px;
}

textarea.comment {
    height: 140px;
    width: 994px;
    border: 1px solid darkgrey;
    border-radius: 2px;
}

hr.seperator {
    border: none;
    background-color: #00bf92;
    height: 1px;
    padding: 0;
    margin: 20px 0;
}

tr.hiddenfield {
    display: none;
}

span.red {
    color: red;
}

div#errormessage {
    margin-top: 20px;
    display: none;
}

#companyinformation {
    display: none;
}

#companyinformation table {
    width: 550px;
}

tr.vat_applies {
    display: none;
}

.green {
    color: green;
}

#irs_message {
    color: red;
    display: none;
}

.nf-order-hash-entry {
    padding: 12px 24px 24px 24px;
    margin-top: 30px;
    background-color: aliceblue;
    border-radius: 4px;
}

#nf-cart-form table td {
    height: 30px;
}

#nf-cart-form input.fields,
#nf-cart-form select.fields,
#nf-cart-form button.fields {
    width: 97%;
    line-height: 1.5em;
}

#vat-number {
    width: 66% !important;
}

#vat-number.locked,
#check-vat-btn.locked {
    color: grey !important;
    outline: none;
}

#check-vat-btn {
    width: 30% !important;
    background-color: white;
    border: 1px solid darkgrey;
    border-image: initial;
    float: right;
}

#nf-cart-form select[name=country] {
    width: 270px;
    height: 26px;
}

#nf-cart-explanation h4 {
    font-weight: normal;
    margin: 0;
}

#nf-cart-explanation ul {
    list-style: circle;
    margin-bottom: 8px;
    padding-left: 18px;
}

.contactdetails div.fields.left {
    width: 418px;
    margin-bottom: 0;
}

/*curtain shopping cart*/
#curtain {
    display: none;
    position: fixed;
    z-index: 99998;
    width: 100%;
    min-height: 100%;
    bottom: 0;
    overflow: hidden;
    background: #000;
    opacity: 0.7;
}

div[role=dialog] {
    z-index: 99999;
    min-width: 500px;
    background-color: #eee;
    padding: 15px;
}

#screen {
    height: 100%;
    width: 100%;
    background: red;
    opacity: 0.7;
    position: absolute;
    display: none;
}

/*checkout*/
table.summary {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #00bf92;
}

table.summary tr th {
    background: #00bf92;
}

table.summary td {
    padding: 7px;
}

/*product overview pages*/
div.product_list_item {
    margin-top: 21px;
}

div.product_desc {
    display: none;
    padding: 20px;
    width: 100%;
}

.nforce-button-bigger.configure {
    background-color: #04a992;
    border: 1px solid #04a992;
}

.nforce-button-bigger.configure:hover {
    color: #FFF !important;
}

div.product_list_item {
    margin: 10px 0;
    padding: 14px;
    width: 750px;
}

div.product_list_item div.image img.thumbnail {
    margin-right: 38px;
    width: 88px;
}

div.product_list_item div.product {
    width: 320px;
    display: block;
    height: 25px;
}

.product_list_item .left {
    float: left;
}

.product_list_item .right {
    float: right;
}

.description {
    float: left;
    width: 500px;
    font-family: inherit;
    margin: 50px 0 50px 0;
}

table.properties {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin-bottom: 20px;
}

table.properties tr td {
    padding: 7px;
}

tr.coloured {
    background: #eaeaea;
    color: #000;
}

select.productoptions {
    width: 100%;
    /*border: 1px solid #00738d;*/
    padding: 5px;
}

select option {
    font-family: inherit;
}

div.producttitle {
    font-size: 22px;
    margin: 0;
}

div.pricing {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit;
}

span.paymentoptions {
    margin-right: 10px;
    display: block;
}

div.paymentoptions {
    margin-bottom: 20px;
}

div.spacer {
    clear: both;
}

/*single product*/
div.box {
    padding: 10px 15px 10px 15px;
    border: 0;
    min-height: 150px;
    margin-bottom: 20px;
}

table.totals {
    width: 100%;
}

td.price {
    text-align: right;
}

/*style dialog*/
.ui-dialog .close {
    font-size: unset;
    margin-top: 14px;
}

.ui-dialog .ui-widget-content a {
    color: #FFF;
    margin-top: 14px;
}

.ui-dialog h3 {
    font-size: 18px !important;
}

.ui-draggable .ui-dialog-titlebar {

}

/*about*/
.about-image img {
    float: right;
    padding: 0 0 21px 28px;
}

.about-outpeople li {
    list-style-type: initial;
    margin-left: 35px;
}


/*topbar*/
.topbar {
    background-color: #000;
    color: #FFF;
    padding: 7px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.topbar a {
    color: #32ecc1;
}

.topbar .topbar-item {
    float: left;
    margin-left: 21px;
}

.topbar-email a {
    color: #FFF;
}

.navbar {
    margin-top: 35px;
}

.navbar-mobile {
    display: none;
}

/*tech logos index*/
.logoblock .contentblock img {
    max-height: 40px;
}

/*index latest featured*/
.index_specials {
    padding: 0 0 0 28px !important;
}

.index_specials a {
    color: #505050;
    letter-spacing: 0;
}

.index_specials a :hover {
    color: #24615f;
}

.index_latest_specials {
    margin-top: 14px;
}

.index_latest_specials .title {
    float: left;
    font-size: 13px;
    text-align: left;
    border-left: 4px solid #00bf92;
    padding: 3px 3px 3px 10px;
    width: 225px;
}

.index_latest_specials .price {
    float: right;
    margin-left: 7px;
}

.index_latest_specials .price span {
    font-size: 12px;
    vertical-align: super;
    color: #666;
}
.index_latest_specials .description{
    margin: 4px 0 0 0 ;
    width: 300px;
    color: #a3a3a3;
}


/*index news*/
.preconfig-card__title {
    max-height: 150px;
}

/*Mobile footer*/
.footer_mobile {
    display: none;
}

/*Login*/
.login-menu {
    padding: 21px;
}

.login-menu label {
    margin-bottom: -10px;
}

.login-row {
    margin: 10px 0 10px 0;
}

/*Dedicated servers overview page*/
.solutions {
    background-color: #05172696;
}

.solutions h3 {
    font-size: 31px;
}

.dedicated_usp {
    margin-bottom: 21px;
}

/*hero*/
.hero-content .background img {
    object-position: 0 80%;
}

.hero-content .content {
    width: 100%;
    text-align: center;
    max-width: 1140px;
}

.hero-content .content p {
    max-width: 600px;
    margin: 0 auto;
}

.hero-small .background img {
    object-position: 0 43%;
}

/*domains*/
div.domains-container {
    margin-left: -12px;
    margin-right: -12px;
}

div.domain {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 32px;
    width: calc(25% - 24px);
    float: left;
}

div.domain > h3 {
    font-size: 18px;
    color: #FFF;
    background-color: #00bf92;
    text-align: center;
    padding: 7px;
}

div.domain > h3.nf-domain-empty-header {
    background-color: inherit;
}

div.domain > table {
    width: 100%;
    border-collapse: collapse;
}

div.domain > table tr > th {
    color: #888;
    font-weight: normal;
}

div.domain > table tr > td,
div.domain > table tr > th {
    padding: 6px 8px;
    font-size: 11pt;
}

div.domain > table tr > td:last-of-type,
div.domain > table tr > th:last-of-type {
    text-align: right;
}

/*reviews*/
.review_submit {
    max-width: 417px;
}

#ranking label, #service label {
    min-width: 140px;
}

#ranking input, #service input {
    height: 20px;
    width: 20px;
}

div#notes textarea {
    width: 418px;
    height: 100px;
}

div#notes input {
    float: right;
    width: 270px;
}

/*specials*/
.specials .preconfig-card__content {
    min-height: 340px;
}
.nforce-button-bigger.configure {
    position: absolute;
    bottom: 31px;
    left: 36px;
    width: 80%;
}


.multiblock .specials_block {
    margin-bottom: 70px;
}

.multiblock .specials_block .preconfig-card__header small{
    right:30px;
    top:7px;
}

/*specials latest featured*/
.specials_specials{
    padding: 0 0 0 28px!important;
}
.specials_specials a{
    color: #505050;
    letter-spacing: 0px;
    width:94%;
}
.specials_specials a :hover{
    color: #24615f;
}
.specials_latest_specials{
    margin-top: 14px;
}
.specials_latest_specials .title{
    float:left;
    width:300px;
    font-size: 15px;
    text-align: left;
    padding:3px;
    border-left: 4px solid #00bf92;
    padding-left: 14px;
}
.specials_latest_specials .price{
    float:right;
    margin-left: 35px;
}
.specials_latest_specials .price span{
    font-size:12px;
    vertical-align: super;
    color: #666;
}
/*logos on specials*/
.specials_logos img{
    margin-top: 14px!important;
    margin-bottom: 14px!important;
    max-height:110px!important;
}

.featured .preconfig-card__img img {
    padding: 0px 22px!important;
}
.featured .preconfig-card__specs {
    font-size: 14px!important;
}

/*login & register*/
.login_container {
    max-width: 600px;
}
.login_page .btn-nforce{
    background-color: #485e9d;
    color: #fff!important;
    padding: 5px 19px 5px 19px!important;
    border-radius: 20px;
    font-size: 14px;
}
.login_page .form-group{margin-bottom: 15px;}
.login_page input{
    padding: 12px;
    max-width: 500px;
}
.login_page select{padding: 12px;height:auto!important;}
.login_page .label-description{font-size: 12px;color:#666;display: block;margin:0 0 9px 6px;}
.login_page .loginRadio{
    min-width:240px;
    background-color: #ffffff;
    padding: 20px 20px 20px 50px;
    max-width: 300px;
    display: inline-block;
    margin-right:14px;
    border: 1px solid #efeaea;
}
.login_page .selected {
    box-shadow: rgb(0 0 0 / 8%) 1.95px 1.95px 2.6px;
}
.register_container {
    max-width: 700px;
}
.register .form-group{margin-bottom: 15px;}
.register input{padding: 12px;}
.register select{padding: 12px;height:auto!important;}
.register .label-description{font-size: 12px;color:#666;display: block;margin:0 0 9px 6px;}
.register .btn-nforce{
    background-color: #485e9d;
    color: #fff!important;
    padding: 5px 19px 5px 19px!important;
    border-radius: 20px;
    font-size: 14px;
}
.register .submit{margin-top:0px;}
.register .captchacontainer{margin-bottom:12px;}

.register .accountTypeRadio{
    background-color: #ffffff;
    padding: 20px 20px 20px 50px;
    max-width: 300px;
    display: inline-block;
    margin-right:14px;
    border: 1px solid #efeaea;
}
.register .selected {
    box-shadow: rgb(0 0 0 / 8%) 1.95px 1.95px 2.6px;
}

@media only screen and (max-width: 1000px) {
    .specials_latest_specials .title {
        width: 200px;
    }
    .multiblock .preconfig-card__title h3 {
        font-size: 24px;
    }
}

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

    /*topbar*/
    .topbar {
        display: none !important;
    }

    .navbar {
        margin-top: 0 !important;
    }

    .navbar-mobile {
        display: block;
    }

    .navbar .navbar-brand {
        margin-right: 86px;
    }

    /*global padding*/
    .multiblock {
        padding: 20px 0;
    }

    /*footer*/
    footer {
        display: none;
    }

    .footer_mobile #hosting,
    .footer_mobile #service,
    .footer_mobile #company {
        display: none;
    }

    .contentholder .spacer {
        height: unset !important;
    }

    .footer_mobile {
        display: block;
        text-align: left;
    }

    .footer_contact {
        text-align: center;
        background-color: #00bf92;
        padding: 14px 14px 7px 18px;
        font-size: 22px;
    }

    .footer_contact a {
        color: #FFF;
    }

    .footer_contact div {
        margin-bottom: 10px;
    }

    .footer_mobile .menu_block {
        padding: 14px;
        background-color: #151b1f;
    }

    .footer .menu_title {
        font-size: 18px;
        text-transform: uppercase;
        padding: 7px;
        cursor: pointer;
        background-color: #222;
        margin-top: 7px;
        color: #FFF;
    }

    .footer .menu_title:hover {
        background-color: #222;
    }

    .footer .menu_title span {
        color: #757575;
    }

    .footer .menu_title span {
        font-size: 24px;
        margin-right: 6px;
        color: #676767;
    }

    .footer .menu_dropdown li {
        margin-left: 21px;
        padding: 7px;
    }

    .footer .copyright {
        margin-top: 28px;
        color: #c7c7c7;
    }

    .footer .center {
        text-align: center;
    }

    /*product pages old style drop down*/
    .product_list_item .left {
        float: none;
    }

    .product_list_item .right {
        float: none;
    }

    .description.left,
    .description.right {
        float: none;
        width: unset;
    }

    /*dedicated server page*/
    .dedicated_specials_text {
        height: 175px !important;
    }

    /*order*/
    div[role=dialog] {
        min-width: 98%;
    }

    div.chassisdescription {
        width: 91%;
        float: unset;
        clear: both;
    }

    textarea.comment {
        width: 100%;
    }

    div.customertypefields {
        width: 100%;
    }

    div.customertypefields table {
        width: 100% !important;
    }

    #companyinformation table {
        width: 100%;
    }

    #vat-number {
        width: 62% !important;
    }

    /*cart*/
    .contactdetails div.fields.left {
        width: 100%;
    }

    /*domains*/
    .domains-container .domain {
        float: none;
        width: 94%;
    }

    /*product pages specials*/
    .featured .preconfig-card__title small {
        margin-left: 0 !important;
    }

    /*index hero mobile*/
    .hero-home .content {
        max-width: 100%;
    }

    .hero-content .content {
        width: unset;
        text-align: left;
        margin: 0 auto;
    }

    .hero-small {
        margin-top: 68px;
    }

    /*block header/titles on mobile*/
    .multiblock .preconfig-card__header h3 {
        font-size: 20px;
    }

    .multiblock .preconfig-card__title h3 {
        font-size: 20px;
    }

    .multiblock .preconfig-card {
        min-height: 375px;
    }

    /*about*/
    .about-image img {
        width: 100%;
        padding: 0 0 28px;
    }

    /*categorybox*/
    div.categorybox {
        width: 145px;
    }

    div.categorybox h3 {
        font-size: 1.3rem;
        padding-top: 13px;
    }
}

/*ipad only*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .fullwidth-usp .background img {
        max-height: 350px;
        height: 350px;
    }

    /*menu*/
    li.nav-item{
        font-size: 13px;
    }

    /*index special*/
    .index_latest_specials .price{
        font-size:11px;
    }
    .index_latest_specials .title {
        width: 200px !important;
    }

    .multiblock .index_news_card .news-card__content {
        min-height: 264px;
    }

    .multiblock .preconfig-card {
        margin-top: 25px;
        min-height: 374px;
    }

    .index_news_card {
        margin-top: 25px;
    }

    /*builder*/
    div.chassisselected, div.chassisitem, div.chassisitemnew {
       width: 600px!important;
    }

    /*hero*/
    .hero-home .background img {
        height: 395px;
    }

    .hero-content .content {
        width: 100%;
        text-align: center;
        max-width: inherit;
    }

    .hero-small {
        margin-top: 95px;
    }

    /*hacky*/
    .last_logo {
        display: none;
    }

    /*specials*/
    .specials_block .preconfig-card__content {
        min-height: 385px !important;
    }

    .specials_block {
        margin-bottom: 0 !important;
    }
}

/*mobile*/
@media only screen and (max-width: 700px) {
    .navbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .hero-content {
        margin-top: 68px;
    }

    /*logo blocks index*/
    .logos_hardware {
        margin-bottom: 50px;
    }

    /*specials*/
    .specials_block .preconfig-card__content {
        min-height: 385px !important;
    }

    .specials_block {
        margin-bottom: 35px !important;
    }

    /*mobile nav fixes*/
    .navbar-collapse {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    /*shoppingcart overflow*/
    .enable-list {
        overflow-x: hidden;
    }

    /*logos on featured specials*/
    .specials_logos{
        width:100%;
    }
    .specials_logos img{
        float:left;
        max-width:85px!important;
    }
    .featured .preconfig-card__img img {
        padding: 0px 7px!important;
    }

    .job-page{
        margin-top:-64px;
    }
    .jobholder .job {
        overflow-y: unset;
        height: 100%;
        margin-top:20px;
    }
}

.nf-default-cursor {
    cursor: default;
}

.we-are-hiring{
    background-color: #ffe000;
    border-radius: 10px;
}
.we-are-hiring a{
    color: #101518;
    padding: 10px;
    font-weight: bold;
}
.we-are-hiring a:hover{
    text-decoration: underline;
}


/* reskin 2*/
/* category header*/
.dedicated-servers .category-header {
    position: relative;
}
.dedicated-servers .category-header img {
    height: 65px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.dedicated-servers .category-title {
    padding: 14px 28px 28px 28px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.dedicated-servers .category-title h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}
.dedicated-servers .category-title p{
    position: absolute;
    top: 40px;
    left: 29px;
    color: #939393!important;
    font-size: 12px;
    font-weight: 400;
}

/* list wrapper */
.dedicated-servers .list-wrapper{
    min-height: fit-content;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 7px;
    padding: 0 0 0 28px!important;
}
.dedicated-servers .list-wrapper a{
    color: #505050;
    letter-spacing: 0;
}

/* list of products */
.dedicated-servers .list-item{
    position: relative;
    width:97%;
    border-bottom: 1px solid #ededed;
    padding: 25px 0 6px 0;
    margin-top:0;
}
.dedicated-servers .list-item:last-child{
    border-bottom:0;
    margin-bottom: 5px;
}
.dedicated-servers .column{
    display: inline-block;
    float:left;
    width: 150px;
    text-align: left;
    font-size: 15px;
}
.dedicated-servers .chassis{
    width: 150px;
    border-left: 0;
    float:left;
    font-size: 15px;
    text-align: left;
    padding:3px 3px 3px 14px;
}
.dedicated-servers .chassis .tag{
    font-size: 13px;
    padding: 3px 5px 2px 5px;
    background-color: #375e9d;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
}
.dedicated-servers .cpu{
    width: 220px;
}
.dedicated-servers .cpuDetails{
    font-size: 13px;
    color:#a9a9a9;
}
.dedicated-servers .memory{
}
.dedicated-servers .storage{
}
.dedicated-servers .bandwidth{
    width: 130px;
}
.dedicated-servers .bandwidth small{
    margin-top: -1px;
    display: block;
}
.dedicated-servers .configure{
    float:right;
    margin: 9px 14px 0 0;
}
.dedicated-servers .mrc{
    width: 110px;
    text-align: right;
}
.dedicated-servers .mrc b{
    color:#000;
    font-size: 20px!important;
    font-weight: 500;
}
.dedicated-servers .mrc small{
    display: block;
    margin-top:-6px;
    color:#a9a9a9;
}
.dedicated-servers .mrc .discount {
    color:#485e9d;
    font-size: 16px;
}
.dedicated-servers .mrc .discount.strikethrough {
    position: relative;
}
.dedicated-servers .mrc .discount.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.dedicated-servers .mrc .discount.percentage{
    background-color: #456565;
    border-radius: 20px;
    padding: 2px 4px 0px 4px;
    font-size: 12px;
    color: #fff;
    margin-right:3px;
}
.dedicated-servers .multiply{
    background-color: #eee;
    padding: 1px 3px 1px 3px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
}

/*under list text line*/
.dedicated-servers .under-list {
    margin-bottom: 70px;
    text-align: center;
    font-size: 14px;
}
.dedicated-servers .under-list a{
    font-weight: bold;
    text-decoration: underline;
    color:#000;
}

/*configure button*/
.dedicated-servers .configure .nforce-button{
    width: 100px;
    border-radius: 20px;
    display: inline;
    color:#f2f2f2;
    padding: 6px 18px 8px 18px;
    border: 0;
    font-size: 15px;

    background: linear-gradient(to left, #000 50%, #00bf92 50%) right;
    background-size: 200%;

    /*transition*/
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.dedicated-servers .configure .nforce-button i{
    vertical-align: inherit;
    margin-right: 3px;
}
/*configure button hover effect*/
.dedicated-servers .configure .config-button-hover {
    border-radius: 0 20px 20px 0;
    background-position: left;
}
.dedicated-servers .configure .config-button-hover:hover{
    box-shadow: 1px 3px #888;
    color:#000;
}
/*row hover effect*/
.dedicated-servers .list-row-hover{
    background-color: #f6f6f6;
    border-radius: 5px;

    /*transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*usp*/
.included-with-dedicated{
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 50px;
    padding: 14px;

    margin-left: 0;
    margin-right: 0;
}
.included-with-dedicated ul{
    padding-left: 28px;
}
.included-with-dedicated li{
    list-style-type: square;
}
.included-with-dedicated a{
    color: blue;
    text-decoration: underline;
    font-size: 14px;
}
.included-with-dedicated .note{
    border-left: 5px solid #47cabf;
    padding-left: 11px;
    font-size: 15px;
    margin-left: 14px;
}

/*logo carousel*/
.logo-carousel {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 50px;
    padding: 14px;

    margin-left: 0;
    margin-right: 0;
}
.logo-carousel .logos{
    margin: 0 auto;
    text-align: center;
}
.logo-carousel .logos img {
    height: 50px;
    margin: 20px;
    /*filter: grayscale(1) opacity(0.5);*/
}
.logo-carousel .logos img:hover {
    /*filter: grayscale(0);*/
    filter: grayscale(1) opacity(0.5);
}

/*additional-questions*/
.dedicated-servers .additional-questions{
}
.dedicated-servers .additional-questions a{
    color: blue;
    text-decoration: underline;
    font-size: 14px;
}

/* Talk to an expert modal */
.talk-to-modal.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.talk-to-modal.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
}
.talk-to-modal.modal-content ul{
    padding-left: 35px;
}
.talk-to-modal.modal-content li{
    list-style-type: square;
}
.talk-to-modal.modal-content .email a{
    color:blue;
}
.talk-to-modal .closeModal {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 12px;
}
.talk-to-modal .closeModal:hover,
.talk-to-modal .closeModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*talk to modal mobile*/
@media only screen and (max-width: 530px) {
    .talk-to-modal.modal-content {
        width: 350px;
    }
}


/*desktop*/
@media only screen and (max-width: 1200px) {
    .dedicated-servers .mrc{
        position: absolute;
        top: 44px;
        right: 25px;
        text-align: center;
        width: 107px;
    }
    .dedicated-servers .configure{
        position: absolute;
        top:3px;
        right:7px;
    }
    .dedicated-servers .cpu {
        width: 195px;
    }
}

/*ipad*/
@media only screen and (max-width: 990px) {
    .dedicated-servers .header {
        margin-top: -7px!important;
    }
    .dedicated-servers .mrc{
        position: absolute;
        top: 62px;
        right: 18px;
        text-align: center;
        width: 107px;
    }
    .dedicated-servers .configure{
        position: absolute;
        top:14px;
        right:0;
    }
    .dedicated-servers .storage {
        width: 180px;
        height: 20px;
    }
}

/*mobile*/
@media only screen and (max-width: 775px) {
    .dedicated-servers .header {
        margin-top: -28px!important;
        margin-bottom: 28px!important;
    }
    .dedicated-servers .column {
        margin-left: 13px;
        width:185px;

        float:none;
        display: block;
    }
    .dedicated-servers .chassis{
        width:100%;
    }
    .dedicated-servers .chassis small{
        display: none;
    }
    .dedicated-servers .cpu{
        margin-bottom: 7px;
    }
    .dedicated-servers .storage{
        margin-bottom: 7px;
        width: 150px;
        height: unset;
    }
    .dedicated-servers .bandwidth{
        margin-bottom: 7px;
    }
    .dedicated-servers .bandwidth small{
        display: block;
    }
    .dedicated-servers .mrc{
        position: absolute;
        top: 72px;
        right: 18px;
        text-align: center;
        width: 107px;
    }
    .dedicated-servers .configure{
        position: absolute;
        top:25px;
        right:0;
    }
}

/*header*/
.navbar{
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);

    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0;
}
.navbar .navbar-brand img{
    width: 125px;
    filter: opacity(0.8);
}
/*new header fix margin issues*/
@media only screen and (max-width: 1200px) {
    .hero-content,
    .fullwidth-usp {
        margin-top: 67px!important;
    }

    .nav-link.header-pill-user,
    .nav-link.header-pill-cart{
        margin-top:9px!important;
    }
}

.nav-link.header-pill-cart {
    background-color: #eee;
    color: #000!important;
    padding: 5px 19px 5px 19px!important;
    margin-top: 16px;
    border-radius: 20px;
    margin-right: 4px;
}
.nav-link.header-pill-user{
    background-color: #485e9d;
    color: #fff!important;
    padding: 5px 19px 5px 19px!important;
    margin-top: 16px;
    border-radius: 20px;
}

/*global*/
a:hover {
    opacity: 0.8;
}

/*index*/
.hero-home {
    margin-top: 75px;
    display: none;
}
.fullwidth-usp {
    margin-top: 75px;
}
.builder-overview {
    margin-top:38px;
}
.builder-overview .nforce-button-dia {
    color: #fff;
    background-color: #375e9d;
    border: 1px solid #375e9d;
    border-radius: 20px;
    margin-right: 3px;
}
@media only screen and (max-width: 768px) {
    .builder-overview .nforce-button-dia {
        margin-top:5px;
    }
}

/*index card tweaks*/
.index-cards{
    padding-top: 0;
}
.index-cards .preconfig-card,
.index-cards .news-card{
    min-height: 355px;
}
.index-cards .preconfig-card__header,
.index-cards .news-card__header {
    background-color: #000;
}
.index-cards .preconfig-card__header img,
.index-cards .news-card__header img {
    height: 74px;
    opacity:0.3;
}
.index-cards .preconfig-card__title {
    padding: 17px 0 0 0;
    text-align: center;
}
.index-cards .preconfig-card__title h3 {
    margin-bottom: 0;
    font-size: 22px;
}
.index-cards .preconfig-card__title p{
    font-size: 12px;
    color:#fff;
}
.index-cards .news-card__footer .nforce-button-dia,
.index-cards .preconfig-card__footer .nforce-button-dia {
    background-color: #fff;
    color:#000;
}
.index-cards .news-card .nforce-button-dia{
    background-color: #00bf92;
    color:#fff;
}
.index-cards .news-card__footer,
.index-cards .preconfig-card__footer {
    margin-top:14px;
}
.multiblock .news-card__content {
    padding: 21px;
}


/*margin issues on mobile*/
@media only screen and (max-width: 768px) {
    .fullwidth-usp .background img {
        max-height: 400px;
        height: 400px;
    }
    .fullwidth-usp .content {
        top: 24px;
    }
    .builder-overview .builder-full{
        padding:20px;
    }
}

/*heros general*/
.hero-normal {
    margin-top: 75px;
}
.hero-small {
    margin-top: 75px;
}

/*nforce button pill*/
.nforce-button-pill {
    color: #fff;
    border: 1px solid #57609e;
    background-color: #485e9d;
    padding: 5px 19px 5px 19px!important;
    margin-top: 16px;
    border-radius: 20px;
}
.nforce-button-pill:hover {
    filter:opacity(0.8);
}

/*teaks*/
.tweak-larger-text {
    font-size: 22px;
}