/* styles.css*/

/* Color Def

offwhite: #F9F7F4;
darker offwhite: #F4F4F4;
red: #d73b3e;
dark red: #b62528; 
light blue: #0f4c81;
dark blue: #0c3d67;

/*

/* Global */

body {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .15px
    ;
}

h1 {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: italic;
}

h2, h3, h4, p.lead {
    font-weight: 700;
}

h6 {
    font-family: roboto, sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
    font-style: normal;
}

html, body, .bg-primary, #wrapper-static-hero {
    background-color: #F9F7F4 !important;
    color: #fff;
}
#wrapper-footer-full {
    background: #0c3d67 !important;
}
a {
    color: #fff;
    transition: all 300ms ease-in-out 0s;
}

a:hover, a:active {
    color: #b62528;
    text-decoration: none;
}

.orange-background a:hover, .orange-background a:active, .orange-background a:focus, .single-post a:hover, .single-post a:active, .single-post a:focus {
    color: rgba(255,255,255,.75);
}

p, ul {
    line-height: 1.9rem;
}

table {
    text-align: center;
}

.table thead th {
    font-size: 20px;
    border-bottom: 0;
    padding: 20px 0;
}

.spreader {
    clear: both;
}

.white-font {
    color: #fff ;
}

.white-background {
    background: #fff ;
}

.black-font {
    color: #1a1a1a ;
}

.black-background {
    background: #0c3d67 !important;
}

.orange-font {
    color: #d73b3e ;
}

.orange-background {
    background: #d73b3e !important;
}

.light-blue-background {
    background: #edf1fb !important;
}

.underline {
    text-decoration: underline;
}

.form-control, .btn, .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
    border-radius: 0;
}

div.wpcf7-mail-sent-ok {
    clear: both;
    background: #047104;
}

.wpcf7-form ul {
    list-style-type: none;
}

.wpcf7-form ul a:hover, .wpcf7-form ul a:active, .wpcf7-form ul a:focus {
    color: rgba(255,255,255,.75);
}

.btn-primary, .btn-outline-primary, .btn-secondary, .wpcf7 input[type=submit], .tab-content a.locking-register {
    background: #d73b3e;
    border: 1px solid #d73b3e;
    color: #fff;
    transition: all 300ms ease-in-out 0s;
}

.btn-primary:hover, .btn-primary:active, .btn-outline-primary:hover, .btn-outline-primary:active .wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:active, .wpcf7 input[type=submit]:focus, .wpcf7 input:hover[type=submit], .wpcf7 input:active[type=submit], .wpcf7 input:focus[type=submit] {
    background-color: #b62528 !important;
    border: 1px solid #b62528 !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: #fff;
    background-color: #b62528;
    border-color: #b62528;
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 180, 173, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(186, 180, 173, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #AEA79F;
    border-color: #AEA79F;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #978e83;
    border-color: #91877c;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 180, 173, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(186, 180, 173, 0.5);
}
.custom-logo-link img.img-fluid {
    width: 250px !important;
    height: 61px !important;
}

.wpcf7 .wpcf7-validation-errors {
    clear: both;
}

.content {
    background: #fff;
    color: #1a1a1a;
}

.modal {
    color: #1a1a1a;
}

.list-group-item {
    color: #1a1a1a;
    font-weight: 500;
}

.list-group-item.active {
    background: #0f4c81;
    color: #fff;
    border-color: #0f4c81;
}

.card {
    color: #1a1a1a;
}

.card h2 {
    color: #d73b3e;
}

.card .btn {
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #d73b3e;
}

.card .btn:hover, .card .btn:active {
    background: #d73b3e ;
    border: 2px solid #d73b3e ;
}
.jumbotron .card {
    color: #fff;
}

.tab-content a {
    text-decoration: underline;
    color: #d73b3e;
}

.tab-content a.btn {
    text-decoration: none;
}

.grecaptcha-badge {
    display: none;
}

.page-id-78 .grecaptcha-badge {
    display: block;
}

.hideMe {
    display: none;
}

/* Main Navbar */

.navbar {
    padding: 0 1rem;
}

.navbar>.container, .navbar>.container-fluid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.navbar .navbar-brand {
    margin: .5rem 0;
}

.navbar-dark .navbar-nav .active {
    background: #0f4c81;
    color: #fff;
    font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
    margin: 1.1rem 0.5rem;
    padding: 0.2rem 0.4rem;
}

.navbar-dark .navbar-nav .menu-item-935 .nav-link, .navbar-dark .navbar-nav .menu-item-936 .nav-link {
    color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #777;
}
.navbar-dark .navbar-nav .active > a:hover, .navbar-dark .navbar-nav .active > a:active, #menu-item-935 .nav-link:hover, #menu-item-935 .nav-link:active, #menu-item-936 .nav-link:hover, #menu-item-936 .nav-link:active {
    color: rgba(255,255,255,0.5) !important;
}
.navbar-dark .navbar-nav .active > a {
    color: #fff !important;
}
.dropdown-menu {
    background: #F9F7F4;
    color: #333;
    border-top: 0 none;
    border: 1px solid #F9F7F4;
    border-top: 0 none;
    border-radius: 0;
    margin-top: -1px;
}

.dropdown-item {
    color: #333;
}

.dropdown-item.active, .dropdown-item:active {
    background: #2c2c2c;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #0f4c81;
    color: #fff;
}
.navbar-dark .navbar-toggler {
    outline: 0;
    margin-top: 0.8rem;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(33, 49, 89, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");    
}
.active.nav-item .active.nav-item a {
    color: #fff;
}

/* Hero */

.jumbotron.black {
    background: #1a1a1a;
}

.jumbotron .tagline {
    margin-bottom: 2rem;
}

.jumbotron .form-check-inline div {
    margin-right: 3rem;
}

.jumbotron .figure {
    width: 100%;
    position: relative;
    /* cursor: pointer; */
}

.jumbotron .figure-img-wrapper {
    background: #d73b3e;
    display: flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

.jumbotron.black .figure-img-wrapper {
    background: #d73b3e;
}

.jumbotron .figure-img-wrapper img {
    width: 70px;
    height: 70px;
}

.jumbotron .figure-img {
    margin-bottom: 0;
}

.jumbotron .figure-caption {
    width: 70%;
    color: #fff;
    font-size: 1.05rem;
    margin: 0 auto;
}

.jumbotron .figure-caption.hover {
    width: 100%;
    background: #d73b3e;
    font-size: .9rem;
    text-align: left;
    margin-top: .3rem;
    padding: .7rem;
}

.jumbotron .figure-caption.hover p {
    line-height: 1.3rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
}

.jumbotron cite {
    font-size: 1.3rem;
}

/* Homepage */

.home #full-width-page-wrapper {
    background: #d73b3e;
}
.home .jumbotron {
    background: url('https://www.webhero.com/wp-content/uploads/2020/05/usa-banner.jpg') 0 0 no-repeat;
    background-size: cover;
}
.jumbotron .container {
    overflow: hidden;
}

.home .jumbotron h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0.5rem 0;
}
.home .jumbotron h2 {
    font-size: 2rem;
    font-weight: 500;
    margin: 0.5rem 0;
}
.home .jumbotron h2 cite {
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.home .jumbotron h1 span, .home .jumbotron h2 span {
    font-weight: 700;
}
.home .jumbotron form input, .home .jumbotron form .search {
    height: auto;
    font-size: 1.15rem;
    padding: 0.65rem;
}
.home .jumbotron form button {
  background: #d73b3e;
  border-color: #d73b3e;
  color: #fff;
  font-size: 1.5rem;
}
.home .jumbotron form button:hover, .home .jumbotron form button:active, .home .jumbotron form button:focus {
    background: #b62528;
    border-color: #b62528;
}
.home .jumbotron .hosting-or-transfer a:hover, .home .jumbotron .hosting-or-transfer a:hover {
    color: rgba(255,255,255,0.5) !important;
}

/* Homepage Featured Products */
.home .features-wrapper {
    background: #fff;
    color: #1a1a1a;
}
.home .features-wrapper h5 {
    font-weight: 700;
}
.home .features-wrapper .media-icon {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: #0c3d67;
    border-radius: 50%;
    color: #fff;
}
.home .features-wrapper .media-icon i {
    font-size: 2.2rem;
}
.home .features-wrapper .media-body p {
    line-height: 1.5rem;
    font-weight: 300;
    margin-bottom: 0.2rem;
}
.home .features-wrapper .media-body a {
    color: #d73b3e;
    font-weight: 500;
}
.home .features-wrapper .media-body a:hover, .home .features-wrapper .media-body a:active{
    color: #b62528 !important;
}

.jumbotron .classic-signup {
    margin-left: 6%;
}

.jumbotron .domain-search-row {
    margin-bottom: 5rem;
}

.page-id-945 .jumbotron .domain-search-row {
    margin-bottom: 5rem;
}

.jumbotron .cpanel-signup input[type="text"], .jumbotron-speedtest .domain_search input[type="text"] {
    font-size: 1.4rem;
    padding: 1rem;
}

.jumbotron table {
    color: #fff;
    border-spacing: 0;
    border-collapse: default;
}

.table-responsive table thead > tr > th, .table-responsive table tr:first-child > th {
    border-top: none ;
}

.cpanel-pricing .table-responsive .table {
    color: #fff;
}

.cpanel-pricing .table-responsive .table tbody tr th:first-child {
    font-weight: 300;
}

.table-responsive .table td {
    color: #1a1a1a;
}

.table-responsive .pricing table thead tr:first-child th:nth-child(2),.table-responsive .pricing table thead tr:first-child th:nth-child(3),.table-responsive .pricing table thead tr:first-child th:nth-child(4), .table-responsive .pricing table thead tr:first-child th:nth-child(5) {
    background: #1a1a1a ;
    border-right: 1px solid #d73b3e;
}

.table-responsive .pricing table thead th {
    width: 15%;
}

.table-responsive .pricing table thead tr:first-child th:nth-child(2), .table-responsive .pricing table thead tr:first-child th:nth-child(3), .table-responsive .pricing table thead tr:first-child th:nth-child(4), .table-responsive .pricing table thead tr:first-child th:nth-child(5) {
    width: 20%;
}

.table-responsive .cite {
    font-size: 0.8rem;
}

.table-responsive .pricing table h3 {
    color: #d73b3e;
    font-size: 1.9rem;
}

.cpanel-pricing .table-responsive table .box h3, .cpanel-pricing .table-responsive table tr:nth-of-type(2) td:nth-of-type(1), .cpanel-pricing .table-responsive table tr:nth-of-type(3) td:nth-of-type(1), .cpanel-pricing .table-responsive table tr:nth-of-type(8) td:nth-of-type(1) h3 {
    color: #35a92e;
}

.table-responsive .featured-price-head {
    font-weight: 700;
    font-size: 1.35rem;
}

.table-responsive .featured-price-head span {
    font-weight: 500;
    font-size: 1.1rem;
}

.table-responsive .featured-price {
    font-weight: 700;
    font-size: 1.4rem;
}

.jumbotron .sub-form {
    margin-bottom: 5rem;
}

/* New Ribbon */

.box {
    position: relative;
}

.ribbon {
    top: -15px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.ribbon span {
    font-size: 1rem;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    width: 150px;
    display: block;
    background: #2c7;
    position: absolute;
    top: -15px;
    left: calc(50% - 75px);
    padding: 0.4rem;
}

.box::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 86%;
    z-index: -1;
    border: 5px solid #135811;
    transform: rotate(45deg);
}

.box span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
}

/* Homepage Recent Posts */

.recent-posts {
    background: #fff;
    color: #1A1A1A;
    padding: 3rem 1rem;
}

.recent-posts .content {
    background: transparent;
    color: #000;
}

.recent-posts .display-posts-title {
    font-size: 1.75rem;
}

.recent-posts .excerpt {
    display: block;
    margin: .75rem 0;
}

.recent-posts .excerpt .btn {
    margin: 1rem 0;
}

/* Single Post */

.single-post #single-wrapper {
    min-height: 400px;
    background: #fff;
    color: #1a1a1a;
}

.single-post #single-wrapper a {
    color: #d73b3e;
}

.single-post #single-wrapper a:hover, .single-post #single-wrapper a:active, .single-post #single-wrapper a:focus {
    color: #fb3c5f !important;
}

/* Hosting Page */

.hosting.pricing ul {
    padding-left: 0;
}

.hosting.pricing li {
    font-size: 1.05rem;
    margin: .5rem 0;
}

.figure-caption.hover h6 {
    color: #1a1a1a;
}

/* Domains Page */

.jumbotron .figure-caption.hover.black-background:before {
    background: transparent url('/images/tooltip-arrow-black.png') 0 0 no-repeat;
}
.content.domains .orange-background {
    background: #edf1fb !important;
    color: #1a1a1a;
}

/* Pricing Table */

.pricing table {
    border-spacing: 5px 0;
    border-collapse: separate;
}

.pricing table h1, .pricing table h2, .pricing table h3, .pricing table h4, .pricing table h5 {
    line-height: 1;
}

.pricing table td, .pricing table th {
    padding: 1.5rem .5rem;
    vertical-align: middle;
}

.jumbotron table tr:first-child td {
    padding: 1.3rem 1rem 0.5rem;
}

.pricing table thead th {
    width: 15%;
    vertical-align: top;
    border-top: 0 none;
    padding: .5rem;
}

.pricing table thead th:nth-child(2), .pricing table thead th:nth-child(3), .pricing table thead th:nth-child(4), .pricing table thead th:nth-child(5) {
    background: #d73b3e ;
    color: #fff;
}

.home .pricing table thead th:nth-child(2), .home .pricing table thead th:nth-child(3), .home .pricing table thead th:nth-child(4), .home .pricing table thead th:nth-child(5) {
    background: #1a1a1a ;
    color: #fff;
}

.pricing table td {
    background: #f1f1f1;
}

.pricing table thead tr:first-child th:nth-child(2) {
    padding: 2rem .5rem 0.8rem;
}

.pricing table thead tr:first-child th:nth-child(3), .pricing table thead tr:first-child th:nth-child(4), .pricing table thead tr:first-child th:nth-child(5) {
    padding: 1.5rem .5rem 0.5rem;
}

.pricing table tbody tr:last-child > td {
    padding: 1.5rem 1rem;
}

.pricing table .text-muted {
    color: #fff ;
    font-weight: 200;
}

.pricing table .period {
    display: inline-block;
    font-size: .8em;
    font-weight: 200;
}

.pricing table tr > th {
    text-align: left;
}

.pricing table tr:last-child td {
    vertical-align: bottom;
}

.pricing table .fas {
    font-size: 1.5rem;
}

.pricing table .fas.fa-check {
    color: #52a51b;
}

.pricing table .fas.fa-times {
    color: #6c757d;
}

.page-id-775 thead th {
    padding: 1rem .5rem;
}

.page-id-775 p a {
    color: #d73b3e;
}

/* SSL Page */

.security.pricing .table thead th:first-child {
    color: #1a1a1a;
}

/* Support / Contact */

.jumbotron-support {
    background: #2c2c2c;
}

.jumbotron-support .media-wrapper {
    background: #1a1a1a;
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: .75rem;
}

.jumbotron-support .media-wrapper img.mr-3 {
    width: auto;
    height: auto;
    margin-right: 0 ;
}

.jumbotron-support .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support-submit {
    float: right;
}

.wpcf7 {
    width: 100%;
    max-width: 100%;
}

.wpcf7-form .form-group, .wpcf7 .wpcf7-form p {
    float: left;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #1a1a1a;
}

.jumbotron-support iframe {
    background: #fff;
    min-height: 725px;
    padding: 20px;
}

/* Support Survey */

.page-id-831 .form-group {
    float: none;
}

div.wpcf7 .screen-reader-response[role=alert] {
    height: auto;
    width: 100%;
    position: relative;
    background: #129a03;
    color: #fff;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
}

/* Footer */
#custom_html-4.footer-widget.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer-container h2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.5rem;
}

.footer-container .media-wrapper img.mr-3 {
    width: auto;
    height: auto;
    margin-right: 0 !important;
}

.footer-container .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-hello .col-lg-2 .media {
    height: 100%;
}

.row-prefooter .prefooter-menu ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    font-size: 1.05rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.row-prefooter .prefooter-menu li {
    display: inline-block;
    margin-right: 1.5rem;
}

.row-prefooter ul li {
    background: transparent;
    border: 0;
    margin-bottom: 0.5rem;
    padding: 0;
}

.list-group-address, .social-icons-wrapper {
}

.footer-container .social-icons-wrapper .media-wrapper {
    height: 45px;
    width: 45px;
    background: #0f4c81;
}

.footer-container .social-icons-wrapper .media-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.footer-container .social-icons-wrapper .media-wrapper a:hover, .footer-container .social-icons-wrapper .media-wrapper a:active, .footer-container .social-icons-wrapper .media-wrapper a:focus {
    color: rgba(255,255,255,0.3);
}

.social-icons-wrapper .fab {
    font-size: 1.3rem;
}

.list-group-address .list-group-item {
    color: #fff;
    line-height: 1.4rem;
}

#footer-full-content {
    font-size: 0.9rem;
}

#footer-full-content .col-md-6 {
    max-width: 100%;
}

.menu-footer-container ul {
    margin: 0;
    padding: 0;
}

.menu-footer-container li:first-child a {
    cursor: default;
}

.menu-footer-container li:first-child a:hover {
    color: #fff;
}

.menu-footer-container li {
    display: inline-block;
    margin: 0  0.15rem;
}

.menu-footer-container li:after {
    content: "|";
    margin-left: 0.4rem;
}

.menu-footer-container li:first-child:after, .menu-footer-container li:last-child:after {
    content: "";
    margin-left: 0;
}

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

/* Support Surveys */

.page-id-831 form select {
    width: 100%;
}

.page-id-831 form .submit {
    display: block;
    width: 25%;
    min-width: 200px;
    margin: 0 auto;
}

/* Speed Test */

.jumbotron-speedtest {
    min-height: 400px;
    background: #d73b3e url('/images/world-map-red.png') 60% 60% no-repeat !important;
    overflow: hidden;
    padding: 3rem 0 7rem !important;
}
.jumbotron-speedtest .card {
    color: #1a1a1a;
}

.jumbotron-speedtest .tagline img {
    float: right;
}
.jumbotron-speedtest .btn-primary {
    background: #0c3d67 !important;
    border: 0 none !important;

}
.jumbotron-speedtest .btn-primary:hover, .jumbotron-speedtest .btn-primary:active {
    background: #d73b3e !important;
}

.speedtest-results-step .card-title a, .network-server-speed-wrapper h5 a {
    display: block;
    float: right;
    height: 15px;
    width: 15px;
    background: #555;
    color: #fff;
    font-size: 0.6rem;
    line-height: 1rem;
    border-radius: 50%;
    margin-top: 6px;
    margin-left: 6px;
}

.jumbotron-speedtest .domain_search button {
    padding: 0.65rem 0.8rem;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.jumbotron-speedtest .domain_search button i {
    margin-right: 1.2rem;
    font-size: 1.5rem;
}

.speedtest-results-step .card {
    border-radius: 0;
}

.speedtest-results-step .col-lg-6 .card, .network-server-speed-wrapper .col-lg-6 .card {
    height: 350px;
    align-items: center;
}

.speedtest-results-step .col-lg-3 .card, .network-server-speed-wrapper .col-lg-6 .col-lg-6 .card {
    height: 170px;
    align-items: center;
}

.speedtest-results-step .pagespeed-score .card-title {
    width: 130px;
    margin: 0 auto .75rem auto;
}

.network-server-speed-wrapper .container > .row {
    border-bottom: 1px solid #dee2e6;
}

.network-server-speed-wrapper .card {
    height: 216px;
}

.speedtest-results-step .card-text, .network-server-speed-wrapper .card-text {
    display: block;
    font-size: 2.3rem;
    font-weight: 700;
}

.speedtest-results-step .pagespeed-score .card-text {
    margin-top: 1.9rem ;
}

.speedtest-results-step .page-screenshot img {
    height: 290px;
}

canvas#speed-gauge {
    height: 90px !important;
    width: 180px !important;
    margin-top: -75px;
}

.speedtest-results-step .col-lg-6 h5, .network-server-speed-wrapper .pagespeed-score h5 {
    max-width: 265px;
    margin: 0 auto;
}

.card .ttfb-guage {
    margin-top: 15px;
}

.network-server-speed-wrapper .pagespeed-score img {
    margin-top: 30px;
}

.ttfb-guage, .ttfb-guage #speedometer {
    height: 215px;
    width: 430px;
    margin: 0 auto;
}

.ttfb-score-wrapper {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-top: -45px;
}

.speed-ms {
    font-size: 1rem;
    font-weight: 400;
    margin-left: -7px;
}

/* Speed Test Loading Indicator */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 74px;
    height: 74px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@-moz-keyframes lds-ring {
    0% {

        transform: rotate(0deg);
    }
    100% {

        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-ring {
    0% {

        transform: rotate(0deg);
    }
    100% {

        transform: rotate(360deg);
    }
}

@-ms-keyframes lds-ring {
    0% {

        transform: rotate(0deg);
    }
    100% {

        transform: rotate(360deg);
    }
}

@-o-keyframes lds-ring {
    0% {

        transform: rotate(0deg);
    }
    100% {

        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {

        transform: rotate(0deg);
    }
    100% {

        transform: rotate(360deg);
    }
}



/* Speedtest Suggestions */

.speed-suggestions {
    background: #fff;
    color: #1A1A1A;
}

.speed-suggestions .row-header {
    font-weight: 700;
    font-size: 0.9rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.speed-suggestions .row-header > div[class*="col-"]:first-child {
    display: flex;
    align-items: flex-end;
}

.speed-suggestions .row-header > div[class*="col-"] {
    color: #555;
    padding: 0.5rem;
}

.opportunity-list .opportunity {
    border-left: 2px solid orange;
    margin-bottom: 1.15rem;
    padding-left: 1rem;
}

.opportunity-list .title {
    display: block;
    font-family: roboto, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0.25rem 0.5rem;
}

.opportunity-list .description {
    padding: 0 0.5rem;
}

.opportunity-list .savings {
    color: #d73b3e;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 700;
}
body.category .content-area, body.author .content-area {
    color: #777;
}
body.category .content-area a, body.author .content-area a {
    color: #d73b3e;
}
body.category .content-area a.btn, body.author .content-area a.btn {
    color: #fff;
}

/* new-matrix-styles.css */

.style-switcher-wrapper {
    position: fixed;
    bottom: 2px;
    left: 2px;
    font-size: 0.75rem;
    background: #1a1a1a;
    padding: 0.5rem;
    list-style: none;
}

.style-switcher-wrapper ul {
    float: left;
    list-style: none;
    margin: 0 0.5rem 0 0;
    padding: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.style-switcher-wrapper ul li {
    line-height: 1.3rem;
}

.style-switcher-wrapper ul:last-child {
    margin-right: 0;
}

.style-switcher-wrapper .close-button-wrapper {
    position: absolute;
    top: 5px;
    right: 10px;
}

.style-switcher-wrapper .close-button-wrapper .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
.matrix-new table .btn, .matrix-new .card .btn{
    border: 2px solid #0c3d67 !important;
}
.matrix-new table .btn:hover, .matrix-new table .btn:active, .matrix-new .card .btn:hover, .matrix-new .card .btn:active {
    background: #d73b3e !important;
    border: 2px solid #d73b3e !important;
}


/*
/* Default Overrides */

.jumbotron {
    background-color: #0f4c81;
    color: #fff;
    padding-bottom: 1rem;
}

.menu-item-935, .menu-item-936 {
    background: #0f4c81;
}

.card .fas {
    font-size: 3.75rem;
    color: #d73b3e;
}

.table .btn, .card .btn {
    border: 2px solid #d73b3e !important;
    background: transparent;
}
.pricing .table .btn {
    border: 0 none !important;
    background: #0c3d67;
}

.jumbotron .form-img {
    float: right;
    margin-top: 10px;
    margin-right: 16.66667%;
}

.jumbotron .lead a {
    color: #fff;
}

.jumbotron .lead a:hover, .jumbotron .lead a:focus, .jumbotron .lead a:active {
    color: #d73b3e;
}

/* New Pricing Matrix */

.matrix-new {
    background: #f4f4f4;
    color: #1a1a1a;
    padding-top: 5rem ;
}

.jumbotron .row-cards {
    margin: 4rem 0;
}

.jumbotron .card .btn:hover, .jumbotron .card .btn:active, .jumbotron .card .btn:focus {
    background: #d73b3e !important;
    border: 2px solid #d73b3e !important;
}

.jumbotron .btn-primary.search {
    background: #d73b3e;
    border: 1px solid #d73b3e;
    text-transform: uppercase;
    padding: .375rem 2rem;
}

.jumbotron .btn-primary.search:hover, .jumbotron .btn-primary.search:active, .jumbotron .btn-primary.search:focus {
    background-color: #b62528 !important;
    border-color: #b62528 !important;
}

.speed-test-wrapper {
    overflow: hidden;
    background: #0c3d67;
    margin-top: 5rem;
}

.speed-test-wrapper .col-sm-2 {
    display: flex;
    align-self: flex-end;
    justify-content: center;
}

.speed-test-wrapper .col-sm-2 img {
    max-width: 100px;
}

.speed-test-wrapper h3 {
    text-align: left;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 300;
}

.speed-test-wrapper .domain-search-row {
    margin: 0;
    padding: 1.5rem 0 2.2rem;
}

.matrix-new table .btn, .matrix-new .card .btn {
    background: #0c3d67 !important;
    border: 2px solid #1a1a1a;
}

.card .btn:hover, .card .btn:active, .card .btn:focus, .matrix-new table .btn:hover, .matrix-new table .btn:active, .matrix-new table .btn:focus {
    background: #292929;
}

.matrix-new .pricing-new table, .matrix-new .pricing-new table tr, .matrix-new .pricing-new td, .matrix-new .pricing-new .table-responsive table h3 {
    background: #fff;
    color: #1a1a1a;
}

.matrix-new .card-title {
    font-size: 1.6rem;
    font-weight: 300;
}

.matrix-new .pricing-cards {
    margin-bottom: 7rem;
}

.matrix-new .card {
    border-radius: 0 0 4px 4px;
    border-top: 2px solid #d73b3e;
}

.matrix-new .card .card-subtitle {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
}

.matrix-new .card .price-wrapper {
    margin: 1.5rem 0 2rem;
}

.matrix-new .card h3 {
    font-size: 2.4rem;
    margin-bottom: 0 ;
}

.matrix-new .card h3.special {
    color: #d73b3e;
}

.matrix-new .card .period {
    display: block;
    font-size: .9rem;
    font-weight: 200;
}

.matrix-new .card h3 .currency {
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 2.7rem;
    margin-right: 0.1rem;
    margin-left: -1rem;
}

.pricing-new thead th {
    color: #fff;
    background: #d73b3e;
    line-height: 1rem;
    padding: 1rem .5rem;
}

.pricing-new thead th:first-child {
    background: transparent ;
}

.pricing-new thead th h5 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.pricing-new thead th h6 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.pricing-new thead th h6 .period {
    display: block;
    font-size: 0.75rem;
    font-weight: 300;
}

.pricing-new table tbody tr > th {
    text-align: left;
    width: 25%;
}

.pricing-new .fa-times {
    color: #BAC1B8;
}

.pricing-new .fa-check {
    color: #3EC300;
}

/* Old Styles Override */

.pricing-new .table-responsive .table td, .pricing-new .table-responsive .table th {
    border: 3px solid #f4f4f4;
}

.pricing-new .table-responsive .table tbody td, .pricing-new .table-responsive .table tbody th {
    padding: 1.25rem;
    vertical-align: middle;
}

.table-responsive .font-italic.text-muted {
    color: inherit !important ;
    font-size: 0.9rem;
}

.recent-posts .title {
    display: block;
    font-family: roboto, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    font-style: italic;
    color: #d73b3e;
}

.btn-secondary {
    color: #fff;
    background-color: #d73b3e;
    border-color: #d73b3e;
}

.footer-container .media-wrapper {
    background: #d73b3e;
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: .75rem;
}

.row-prefooter {
    border-top: 3px solid #d73b3e;
}

.row-prefooter > div:first-of-type {
    border-right: 3px solid #d73b3e;
}
/* Modals */
#oneModal1.modalJS {
    display:  none;
    width: 500px;
    height: 315px;
    background: transparent;
    -webkit-box-shadow: none; 
    box-shadow: none;
}
#oneModal1.modalJS .modalInner {
    width: 500px;
    height: 315px;
    background: transparent url('https://signup.webhero.com/images/netman-search-bg-500x315.png') 0 0 no-repeat !important;
    background-size: contain;
}
.modalJS .modalBodyContainer.spinner-wrapper {
    position: absolute;
    top: 55px;
    right: 75px;
}

@media  (min-width: 360px) {
    h1.display-4 {
        font-size: 2.5rem;
    }
    .home .jumbotron .hosting-or-transfer {
        font-size: 0.8rem;
    }
    #content-body.pb-3 {
        padding-bottom: 0 !important;
    }
    .dropdown-menu.show li.menu-item {
        margin: 1rem 0 !important;
    }
    .page-id-32 .col-2.feature {    
        display: none;
    }
}

@media  (min-width: 576px) {
    .home .jumbotron {
        padding: 1rem 0 0 0 ;
    }
    .jumbotron {    
        padding: 3rem 0 0 0;
    }
    h1.display-4 {
        font-size: 3.5rem;
    }
    .jumbotron .row-cards {    
        margin: 1rem 0;
    }
    .speed-test-wrapper {    
        margin-top: 0;
    }
    .card .fas.my-3 {    
        margin-bottom: 0 !important;
    }
}

@media  (min-width: 768px) {
    .home .jumbotron .hosting-or-transfer {
        font-size: 1rem;
    }
    .page-id-32 .container.pb-5 {    
        padding-bottom: 0 !important;
    }
    .dropdown-menu.show li.menu-item {
        margin: inherit !important;
    }
}


@media  (max-width: 1200px) {
    .jumbotron .form-check-inline div {    
        margin-right: 1rem;
    }
}