body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #45484d;
    font-size: 20px;
    overflow-x: hidden;
}

.blue{
    fill:#4669df !important;
}

.accept-cookie {
    font-size: 20px;
}

.grayout {
	opacity: .5 !important; 
}

.call-header {
    font-family: 'Noto Sans SC', sans-serif;
    height: 44px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 44px;
    background-color: #2f4375;
    position: relative;
}

.call-header a {
    color: #e5970f;
}

.call-header .close {
    position: absolute;
    right: 24px;
    top: 16px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.call-header .close:before, .call-header .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 12px;
    width: 2px;
    background-color: #fff;
}

.call-header .close:before {
    transform: rotate(45deg);
}

.call-header .close:after {
    transform: rotate(-45deg);
}

header.hide-call-header .call-header {
    height: 0;
    overflow: hidden;
}

header {
    background-color: #f2f6f7;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

header nav,
header .call-header {
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.35);
}

header.sticky nav {
    height: 90px;
}


header.sticky + .section {
    padding-top: 236px;
}

header .logo {
    margin-right: auto;
}

header .logo img {
    height: 46px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav {
    background-color: #f2f6f7;
    height: 102px;
}

.container-fluid {
    padding: 0 76px!important;
    max-width: 1540px;
}

ul.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: auto;
}

ul.navbar-nav .nav-link {
    font-family: 'Noto Sans SC', sans-serif;
    padding: 5px 30px;
    color: #606368;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2.12px;
}

header .current-menu-item a.nav-link {
    color: #ffa300;
}

.btn-orange {
    background-color: #FFA300;
    color: #fff;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 5pt;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
    padding: 0 20px!important;
}

.btn-orange:hover {
    color: #fff;
    background-color: #f59b00;
}

.btn-blue {
    background-color: #2F55D4;
    color: #fff;
    border-radius: 5pt!important;
    padding: 12px 22px!important;
}

.btn-blue:hover {
    color: #fff;
    background-color: #254fda;
}

.btn-blue-outline {
    background-color: transparent;
    color: #4669df;
    border: 1px solid #4669df;
    border-radius: 5pt!important;
    padding: 12px 22px!important;
}

.home .btn-blue-outline {
}

.header-search .magnifier {
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
    height: 26px;
    cursor: pointer;
}

.header-search input {
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    width: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-search .search-input-wrap.opened input {
    width: 190px;
    padding: 0 10px 0 45px;
    border: 1px solid #cad4d7;
}

.header-search .magnifier svg {
    height: 100%;
}

.header-search .search-input-wrap {
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
}

.header-search .search-input-wrap svg {
    left: -20px;
    top: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.header-search .search-input-wrap.opened svg {
    left: 12px;
}

.section {
    background-color: #fff;
    padding: 60px 0;
}

@media (min-width: 1024px){
	.section {
		padding: 90px 0;
	}
}

.section.small-padding {
    padding: 64px 0;
    padding: 54px 0;
}

.section.gray {
    background-color: #f2f6f7;
}


.section .big-img {
    width: 100%;
    max-width: 645px;
}

.home .hero-section .big-img {
    max-width: 100%;
}

h2 {
    font-size: 32px; 
}

.section h1,
.section h2 {
    margin-bottom: 36px;
    font-size: 38px;
    color: #45484D;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 900;
    word-spacing: .04em;
}

.section p,
.section ul li,
.section ol li{
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #45484D;
}

.section a {
    
    font-family: 'Source Sans Pro', sans-serif;
}

.section .zip-search {
    margin-top: 32px;
}

.search-input-wrap {
    position: relative;
}

a:hover{
    color: #2F55D4;
}

.search-input-wrap svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 22px;
    top: 16px;
    z-index: 10;
	cursor:pointer;
}

.search-input-wrap input[type="submit"]{
	display:none;
}

.mobile-search-wrap {
    display: none!important;
}

.mobile-search-wrap .search-input-wrap {
    display: block;
}

.mobile-search-wrap .search-input {
	font-size: 16px;
}

.mobile-search-wrap input {
    width: 280px;
    height: 34px;
    padding: 0 10px 0 58px;
    border: 1px solid #cad4d7;
    border-radius: 5px;
}

.mobile-search-wrap svg {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 8px;
    z-index: 10;
}

.zip-search .search-input {
    height: 50px;
    width: 260px;
    padding: 0 58px 0 20px;
    border: 1px solid #cad4d7;
    border-radius: 5px;
}

.zip-search button {
    background: #fff;
    border: 1px solid #cad4d7;
    border-radius: 0 5px 5px 0;
}

.zip-search button img {
    margin-right: 2px;
    margin-top:-1px;
}

.zip-search button:hover {
	background: #ececec !important;
    border: 1px solid #cad4d7;
}

.zip-search input[type=text] {
    height: 50px;
    width: 260px;
    padding: 0 58px 0 20px;
    border: 1px solid #cad4d7;
    border-radius: 5px 0 0 5px;
}

.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #cad4d7;
    border-radius: 4px!important;
    width: 26px!important;
    height: 26px!important;
}

.custom-control-label::after {
    width: 26px!important;
    height: 26px!important;
}

.business-checkbox {
    padding-left: 42px;
    min-height: 30px;
    margin-left: 28px;
}

.custom-control-label {
    line-height: 30px;
}

.service-wrap {
    display: table;
    width: 100%;
}

.service-block {
    position: relative;
	padding-bottom:57px;
}

.service-block a {
    font-size: 16px;
}

.service-icon {
    padding-right: 46px;
    display: table-cell;
    vertical-align: top;
}

.service-icon svg {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}

.service-text {
    vertical-align: top;
    display: table-cell;
}

.service-text h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.service-text p {
    font-size: 14px;
    margin: 0;
}

.service-block a {
    position: absolute;
    bottom: 0;
    left: 95px;
}

.service-block.odd{
    padding-right: 30px;
}

.service-block.even{
    padding-left: 30px;
}

.service-icon-container {
    width: 50px;
    height: 50px;
    position: relative;
}

.service-icon-container img{
	max-height:100%;
	width:auto;
}

.providers-img {
    width: 100%;
}

.providers-info-block {
	padding-bottom:80px;
}

.provider-icons {
    margin-top: -60px;
    margin-left: -34px;
    margin-right: -34px;
}

.provider-icons .provider {
    float: left;
    width: 25%;
    height: 56px;
    margin-top: 60px;
    padding: 0 34px;
    padding: 0  !important;	
}

.provider-icons .provider {
    display: flex !important;
    align-items: center !important;
}

.provider-icons a,
.provider-icons div{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.provider-icons .provider a,
.provider-icons .provider div {
    height: unset !important;
}

.provider-icons .provider img {
    max-height: 30px !important;
    width: auto !important;
	max-height: unset!important;
	filter: grayscale(100%);
	transition:all 0.15s ease-in-out;
}

.provider-icons .provider svg {
    max-height: 44px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}

.provider-icons .provider img:hover{
	filter: grayscale(0);
}

.get-plan-steps .step {
    display: table;
    width: 100%;
    padding-bottom: 90px;
    padding-right: 90px;
}

.get-plan-steps .step:last-child {
    padding-bottom: 0;
}


.get-plan-steps .step-icon {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    padding-right: 36px;
}

.get-plan-steps .step-icon img {
    width: 100%;
}

.get-plan-steps .step:first-child img {
    width: calc(100% + calc(100% * 0.14));
}

.get-plan-steps .step:nth-child(2) img {
    width: calc(100% + calc(100% * 0.21));
}

.get-plan-steps .step-text {
    display: table-cell;
    vertical-align: middle;
    padding-top: 7px;
}

.get-plan-steps h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.get-plan-steps p {
    font-size: 16px;
}

.btn svg {
    height: 21px;
    width: 21px;
    margin-right: 10px;
    vertical-align: middle;
}

.search-plans-btn,
.call-expert-btn {
    text-align: center;
    display: inline-block;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5pt;
    height: 65px;
    line-height: 58px;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

/*.call-expert-btn {*/
/*margin-left: 34px;*/
/*}*/

.wide-btn {
    width: 270px;
}

.call-expert-btn.wide-btn {
    width: 270px;
}

.home .wide-btn {
    width: 286px;
}

footer {
    background-color: #2f4375;
    color: #fff;
    padding: 58px 0;
    position: relative;
}

footer .white-logo {
    width: 190px;
}

.social-links {
    margin-top: 24px;
}

.social-links a {
    margin-right: 28px;
}

.connect-with-us {
    margin-top: 36px;
}

.copyright {
    margin: 40px 0 0 0;
}

footer .links-group-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

footer p {
    font-size: 12px !important;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    padding: 13px 0;
}

.footer-links a {
    font-family: 'Noto Sans SC', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    padding: 0;
}

.footer-links a:hover {
    color: #FFA300;
}

.footer-contacts a{
	color:#FFA300;
}

#cookie-policy {
    background-color: #d3ddf8;
    padding: 30px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 15;
}

.search-results:not('body') {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #c6c8ca;
    background-color: #fff;
    z-index: 10;
}

.search-results:not("body") ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
}

.search-results:not("body") ul li {
    padding: 5px 10px;
    cursor: pointer;
}

.search-results:not("body") ul li:hover {
    background-color: #c6c8ca;
}

.cookie-policy-close {
    width: 24px;
    cursor: pointer;
    position: absolute;
    right: 76px;
    top: 50%;
    margin-top: -12px;
}

.cookie-policy-text p {
    margin: 0;
}

.cookie-policy-text {
    flex: 1;
    padding-right: 84px;
}

.cookie-policy-button {
    flex-grow: 0;     /* do not grow   - initial value: 0 */
    flex-shrink: 0;   /* do not shrink - initial value: 1 */
    flex-basis: 290px;
    padding-right: 100px;
}

.cookie-policy-button .btn {
    width: 190px;
}

#cookie-policy .flex-wrap {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.btn.view-all-providers {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #2F55D4;
    border-radius: 5pt;
    padding: 12px 25px!important;
}

.chat {
    position: absolute;
    width: 92px;
    height: 92px;
    cursor: pointer;
    right: 20px;
    bottom: 20px;
}

.chat img {
    width: 100%;
}

.btn.find-plans {

}



.menu-toggle {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    left: 60px;
    z-index: 15;
    -webkit-user-select: none;
    user-select: none;
}

.menu-toggle span
{
    display: flex;
    width: 25px;
    height: 4px;
    margin-bottom: 3px;
    position: relative;
    background: #2e4475;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
}


.menu-toggle.active ~ .mobile-menu
{
    transform: none;
}

.mobile-menu {
    padding-top: 50px;
    position: fixed;
    top:0;
    left: 0;
    width: 250px;
    height: 100%;
    z-index: 20;
    background-color: #f2f6f7;
    box-shadow: 0 0 10px #85888C;
    transform-origin: 0% 0%;
    transform: translate(-104%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.mobile-navbar-nav {
    display: block;
    margin: 0;
    padding: 0;
}

.mobile-navbar-nav .nav-link {
    font-size: 14px;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    color: #45484d;
}

.mobile-navbar-nav li {
    display: block;
}


.mobile-menu .close {
    position: absolute;
    right: 24px;
    top: 16px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
.mobile-menu .close:hover {
    opacity: 1;
}
.mobile-menu .close:before,
.mobile-menu .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
.mobile-menu .close:before {
    transform: rotate(45deg);
}
.mobile-menu .close:after {
    transform: rotate(-45deg);
}

footer .arrow {
    display: none;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: white;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 12px;
    cursor: pointer;
}


.services-table {
    display: table;
    width: 100%;
}

.services-table-row {
    display: table-row;
}

.services-table .services-table-row:first-child .service-block {

}

.services-table .services-table-row:first-child .service-block a {
    bottom: 24px;
}

.service-block.even a {
    left: 125px;
}

.services-table .services-table-row:last-child .service-block{
    padding-top: 24px;
    border-top: 1px solid #C9DAE5;
}

.services-table .services-table-row .service-block:first-child {
    border-right: 1px solid #C9DAE5;
}


.services-table-row .service-block {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}


.providers-row-container {
    background-color: #ebeff2;
}

/*.container-fluid.providers-row-container {*/
    /*max-width: 100%;*/
/*}*/

.providers-row {
    height: 90px;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;

    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.plans-location-wrap {
    margin-top: 50px;
    position: relative;
}

.location {
    padding: 0 0 0 28px;
    position: relative;
}

.location p {
    margin-bottom: 2px;
    font-size: 14px;
}

.location a {
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}

.location svg {
    position: absolute;
    left: 0;
    top: 2px;
}

.advertiser-disclosure {
    position: absolute;
    right: 0;
    bottom: 0;
}
.advertiser-disclosure a {
    color: #7a7a7a;
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}

.hero-margin-top {
    margin-top: 43px!important;
}


.plan-details-wrap,
.plan-details-wrap-2 {
    margin-top: 25px;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	flex-wrap:wrap;

    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;

    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.plan-details {
    width: 375px;
    border: 1px solid #c3d6e2;
    background: #f3f6f7;
    border-radius: 5px;
	font-size:14px;
	text-align:left;
	font-family: 'Source Sans Pro';
}

.plan-details .title {
    background-color: #2f4475;
    text-align: center;
    padding: 20px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-details .view-deal {
    border: 1px solid #ffa300;
    border-bottom: 2px solid #ffa300;
    border-right: 0;
    border-left: 0;
    background-color: #ffa300;
    text-align: center;
    color: white;
    line-height: 35px;
    height: 0;
    overflow: hidden;
}

.plan-details .view-deal.show {
    height: auto;
}

.plan-details sup {
    position: static;
    font-size: 50%;
    vertical-align: super;
}

.plan-details .speed-wrap {
    background-color: #f3f6f7;
    padding: 20px 0;
    border-bottom: 1px solid #c3d6e2;
}

.plan-details .speed-wrap .d-table {
    width: 100%;
}

.plan-details .speed-wrap .d-table-cell {
    width: 50%;
    padding: 13px 24px;
}

.plan-details .speed-wrap .wi-fi {
    border-right: 2px solid #dbe6ec;
}

.plan-details .speed {
    font-weight: bold;
    font-size:14px;
}
@media (max-width: 1100px) {
	.plan-details .speed {
		font-size:10px;
	}
	.plan-details .speed-text{
		font-size:10px;
	} 
}

.plan-details .speed svg {
    vertical-align: inherit;
    margin-left: 5px;
}

.plan-details .main-text-wrap {
    background-color: #fff;
    padding: 24px 30px;
}

.plan-details .view-plan-details {
    border-top: 2px solid #e1eaf0;
    border-bottom: 2px solid #e1eaf0;
    padding: 15px 0;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.plan-details .view-plan-details .details {
    display: none;
    padding: 20px 8px 0px 8px;
    font-weight: normal;
}

.plan-details .detail-tab {
    background-color: #f3f6f7;
    border-radius: 4px;
    line-height: 25px;
    padding: 0 8px;
    float: left;
    font-size: 12px;
    margin-right: 6px;
    margin-bottom: 4px;
    cursor: pointer;
}

.plan-details .open-details-btn {
    position: relative;
    cursor: pointer;
    font-family: 'Noto Sans SC', sans-serif;
}

.plan-details .detail-tab svg {
    fill: #45484d;
}
.plan-details .detail-tab.active svg {
    fill: #fff;
}
.plan-details .detail-tab.active {
    color: #fff;
    background-color: #FFA300;
}

.plan-details .detail-tabs {
    margin-bottom: 20px;
}

.plan-details .detail-tab-content {
    text-align: left;
    display: none;
}

.plan-details .detail-tab-content.active {
    display: block;
}

.plan-details .detail-tab-content p {
    font-size: 14px;
}

.plan-details .detail-tab-content strong {
    font-family: 'Noto Sans SC', sans-serif;
}

.plan-details .detail-tab-content ul {
    padding: 0 0 0 18px;
    margin: 0;
}

.plan-details .detail-tab-content li {
    padding: 5px 0;
    font-size: 14px;
}



.plan-details .view-plan-details.opened .details {
    display: block;
}

.plan-details a.view-deal-link {
	color: #FFA300;
	float: right;
	position: relative;
	right: 10px;
	top: -10px;
}

.deal-wrapper {
    position: relative;
    left: 40px;
}

.right-caret {
    height: 14px;
    margin-right: 11px;
    vertical-align: baseline;
}

a.underline {
    text-decoration: underline;
}

.arrow {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #45484d;
    border-right: 2px solid #45484d;
}

.btn-blue.phone-number-btn {
    padding-left: 35px!important;
    padding-right: 35px!important;
}

.arrow-bottom {
    transform: rotate(135deg);
}

.plan-details .view-plan-details .arrow {
    position: absolute;
    top: 2px;
    right: 18px;
    transform: rotate(135deg);
    cursor: pointer;
}

.plan-details .view-plan-details.opened .arrow {
    transform: rotate(-45deg);
    top: 7px;
}

.plan-details .main-text-wrap .d-table {
    margin-top: 15px;
    width: 100%;
}

.plan-details .main-text-wrap .d-table-cell {
    width: 50%;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 2px solid #e1eaf0;
    vertical-align: top;
}

.plan-details .main-text-wrap .d-table-cell:last-child {
    padding-left: 12px;
    padding-right: 0;
    border-right: 0;
    font-size: 12px;
}

.plan-details .main-text-wrap .d-table-cell.price-cell {
    text-align: center;
    vertical-align: middle;
}

.plan-details .main-text-wrap .d-table-cell.price-cell .plans-starting {
    font-size: 14px;
}

.plan-details .plan-price {
    font-weight: bold;
    font-size: 26px;
}

.plan-details .call-wrap {
    background-color: #f3f6f7;
    padding: 35px 10px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.plan-details .phone-number {
	font-size:18px;
    font-weight:900;
}

.plan-details .call-wrap .btn {
    margin-top: 15px;
}

.plan-details .view-all-plans {
    margin-top: 18px;
    display: inline-block;
    text-decoration: underline;
	font-size:12px;
}

.section.cyan {
    background-color: #f0f5ff;
}

.scrollable-table-part {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 1px;
    margin-bottom: 2rem;
}

.compare-table-fixed,
.providers-table-fixed {
    position:absolute!important;
    width: 210px;
    left:2px;
    top:auto;
    margin-top: 25px;
    border-collapse: separate;
    border-spacing: 0;
}

.compare-table,
.providers-table {
    margin-top: 25px;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

.providers-table-wrap table td,
.providers-table-wrap table th ,
.compare-table-wrap table td,
.compare-table-wrap table th {
    text-align: center;
    /*font-size: 16px;*/
    border-right: 1px solid #dbe6ec;
    border-bottom: 1px solid #dbe6ec;
    vertical-align: middle!important;
}

.providers-table-wrap table tr td:first-child,
.providers-table-wrap table tr th:first-child,
.compare-table-wrap table tr td:first-child,
.compare-table-wrap table tr th:first-child {
    border-left: 1px solid #dbe6ec;
}

.providers-table-wrap td:first-child {
	width: 300px;
}

.providers-table-wrap table th,
.compare-table-wrap table th {
    font-family: 'Noto Sans SC', sans-serif !important;
    background-color: #2f4475;
    color: #fff;
    font-weight: bold;
    border-top: 1px solid #dbe6ec;
    height: 72px;
    position: relative;
    padding-right: 62px;
    white-space:nowrap;
}

.table-2 .providers-table td:first-child, 
.table-2 .compare-table td:first-child {
	background-color: #f3f6f7;
}
.table-2 .providers-table thead tr th:first-child, 
.table-2 .compare-table thead tr th:first-child {
	border-top-left-radius: 10px;
}

.scrollable-table-part.table-2 {
    width: 100%;
	margin-left:0;
}

.compare-table-wrap table th {
    padding-left: 12px;
    padding-right: 12px;
}

.compare-table-fixed td {
    text-align: left!important;
    padding-left: 45px;
}

.providers-table-fixed thead tr th:first-child,
.compare-table-fixed thead tr th:first-child {
    border-top-left-radius: 10px;
}

.providers-table thead tr th:last-child,
.compare-table thead tr th:last-child {
    border-top-right-radius: 10px;
}

.providers-table-fixed tbody tr:last-child td:first-child,
.compare-table-fixed tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.providers-table tbody tr:last-child td:last-child,
.compare-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#compare-providers.cyan .compare-table td {
    background: #fff;
}
.providers-table th img {
    position: absolute;
    top: 50%;
    right: 42px;
    margin-top: -7px;
    cursor: pointer;
}

.tooltip-init {
    cursor: pointer;
}

.tooltip-init-content {
    display: none;
}

.providers-table-wrap th:before,
.providers-table-wrap th:after {
    border: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 20px;
    top: 50%;
    position: absolute;
    width: 0;
    cursor: pointer;
}
.providers-table-wrap th:before {
    border-bottom-color: #fff;
    margin-top: -16px;
}
.providers-table-wrap th:after {
    border-top-color: #fff;
    margin-top: 2px;
}

.providers-table-wrap table td,
.compare-table-wrap table td {
    height: 90px;
}

.providers-table-fixed td:first-child,
.compare-table-fixed td:first-child {
    background-color: #f3f6f7;
}

.providers-table-wrap th.asc:before {
    border-bottom-color: #fff;
}
.providers-table-wrap th.asc:after {
    border-top-color: #ffa300;
}

.providers-table-wrap th.desc:before {
    border-bottom-color: #ffa300;
}
.providers-table-wrap th.desc:after {
    border-top-color: #fff;
}

.hero-section {
    min-height: 435px;
    padding-bottom: 50px;
}

.hero-section .zip-search {
    margin-top: 43px;
}

.hero-section-d-table {
    width: 100%;
    table-layout:fixed;
    display: table;
}

.hero-section .hero-section-d-cell:first-child {
    width: calc(50% + 35px);
    padding-right: 35px;
    vertical-align: middle;
    display: table-cell!important;
}

.hero-section .hero-section-d-cell:last-child {
    width: calc(50% - 35px);
    vertical-align: middle;
    display: table-cell!important;
}

.covid-info {
    background-color: #fff3c0;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 75px;
    padding: 10px 40px;
}

.custom-tooltip {
    position: absolute;
    display: inline;
    left: -333px;
	z-index: 99999999999;
}

.tooltip-content {
    position: absolute;
    min-width: 280px;
    padding: 18px 15px;
    visibility: hidden;
    opacity: 0;
    background: #ffefd9;
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    color: #484848;
    border: 1px solid #eeeeee;
    font-weight: 500;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    z-index: 4;
    padding-top:34px;
}

.tooltip-content .custom-tooltip-close{
	position:absolute;
	top: 10px;
	right:5px;
	cursor:pointer;
}

.tooltip-content.small {
    min-width: 240px;
}

.tooltip-content:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.custom-tooltip.open .tooltip-content {
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
}
.custom-tooltip .tooltip-content {
    left: 50%;
    bottom: calc(100% + 1em);
    transform: translate3d(-50%, 15px, 0);
}
.custom-tooltip .tooltip-content:after {
    left: 50%;
    bottom: -0.5em;
    transform: translate3d(-25%, 0, 0);
    border-width: 0.5em 0.5em 0 0.5em;
    border-color: #ffefd9 transparent transparent transparent;
}

.orange {
    color: #ffa300;
}

.speed-test-btn {
    margin-top: 43px;
}

.comparison-links {
    margin-top: 34px;
    font-family: 'Source Sans Pro', sans-serif;
}

.comparison-links .link {
    margin-top: 16px;
}

.comparison-links a {
    text-decoration: underline;
}

.faq {
    margin-bottom: 15px;
    margin-top: 2.5em;
}

.faq .question {
    border-bottom: 2px solid #d9e5f0;
    padding: 30px 0;
    position: relative;
}

.faq .question:first-child {
    border-top: 2px solid #d9e5f0;
}

.faq .question .title {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-right: 30px;
}

.faq .question .control {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 30px;
}

.faq .question .answer {
    display: none;
    background-color: #f0f5ff;
    padding: 55px;
    margin-top: 40px;
}

.faq .question .answer p,
.faq .question .answer li {
    font-size: 16px;
}

.cyan .faq .question .answer {
    background-color: #fff;
}

.faq .question.opened .answer {
    display: block;
}

.faq-btn {
    margin-top: 24px;
}

.btns-wrap {
    margin-top: 45px;
}

.hero-section .enter-zip-btn {
    margin-top: 10px;
}

.custom-control-label::before,
.custom-control-label::after {
    left: -2rem;
}


.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.custom-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 80px 80px;
    border: 1px solid #888;
    width: 1000px;
    position: relative;
}

.custom-close {
    color: #aaa;
    position: absolute;
    right: 30px;
    top: 28px;
    font-size: 30px;
    line-height: 30px;
}

.custom-close:hover,
.custom-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.custom-modal-content h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 38px;
    color: #45484D;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 900;
}

.custom-modal-content p {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #45484D;
}

#covid-popup p {
    text-align: center;
    padding: 0 12%;
}

#covid-popup .providers {
    margin-top: 36px;
}

#covid-popup .providers {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

#covid-popup .provider {
    display: table-row;
    border-top: 1px solid #c8d9e4;
}

#covid-popup .providers .provider:last-child {
    border-bottom: 1px solid #c8d9e4;
}

#covid-popup .provider .icon {
    display: table-cell;
    background-color: #f3f6f7;
    width: 130px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
}

#covid-popup .provider .icon img {
    max-width: 100px;
}

#covid-popup .provider .description {
    display: table-cell;
    padding: 10px 15px;
    vertical-align: middle;
}

#covid-popup .provider .button {
    display: none;
}

.breadcrumb-section {
    background-color: #f2f6f7;
}

.breadcrumb {
    background-color: #f2f6f7!important;
    margin: 0;
    padding: .75rem 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
}

.breadcrumb .separator{
	padding-left:5px;
	padding-right:5px;
}

.breadcrumb .breadcrumb-item a {
    text-transform: uppercase;
}

.breadcrumb .item-current{
	text-transform:uppercase;
}

.location-filter .location {
    width: 200px;
    float: left;
}

.location-filter .business-checkbox {
    float: left;
    margin: 0;
}

.services-filters #sort-filter {
    margin-right: 0;
}

.custom-selectbox {
    position: relative;
    border: 2px solid #bdc9cd;
    border-radius: 4px;
    height: 45px;
    line-height: 42px;
    width: 220px;
    padding: 0 34px 0 22px;
    cursor: pointer;
    display: inline-block;
    margin-right: 22px;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.custom-selectbox .options {
    width: 100%;
    background-color: #fff;
    opacity: 0;
    padding: 0;
    border: 2px solid #bdc9cd;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-25px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
    z-index: 9;
}

.custom-selectbox.open .options {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.custom-selectbox .arrow {
    position: absolute;
    top: 13px;
    right: 18px;
    transform: rotate(135deg);
}

.custom-selectbox .options li {
    padding: 17px 10px 0 20px;
    font-size: 13px;
    word-break: normal;
    white-space: normal;
}

.custom-selectbox .options li:last-child {
    padding-bottom: 17px;
}


/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #bdc9cd;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #e5eaeb;
}

/* When the checkbox is checked, add a blue background */
/*.checkbox-container input:checked ~ .checkmark {*/
    /*background-color: #2196F3;*/
/*}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    padding: 5px;
    margin: 3px;
    background-color: #4669df;
}

.btn-orange.phone-number-btn {
    padding:12px 35px!important;
    height: auto;
    line-height: normal;
}

.zip-page .overview-tab .price-info {
    padding: 0 34px;
}

.smart-home-page .solution-block {
    float: left;
    width: 25%;
    height: 180px;
    margin-top: 50px;
    padding: 10px 25px;
    text-align: center;
}

.smart-home-page .solution-block .image {
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.smart-home-page .solution-block .title {
    font-weight: bold;
    margin-bottom: 2px;
}

.providers-page .text-and-filter-wrapper {
    display: table;
    width: 100%;
}

.providers-page .text-and-filter-wrapper .text-wrapper {
    display: table-cell;
    vertical-align: top;
}

.providers-page .text-and-filter-wrapper .filter-wrapper {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 310px;
}

.providers-page .custom-selectbox {
    position: relative;
    border: 2px solid #bdc9cd;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    width: 220px;
    text-align: left;
    padding: 0 34px 0 22px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.providers-page .custom-selectbox img {
    width: 23px;
}

.providers-page .custom-selectbox label {
    margin: 0 0 0 12px;
    cursor: pointer;
    line-height: normal;
}

.providers-page .custom-selectbox .options {
    width: 100%;
    background-color: #fff;
    opacity: 0;
    padding: 0;
    border: 2px solid #bdc9cd;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-25px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
    z-index: 9;
}

.providers-page .custom-selectbox.open .options {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.providers-page .custom-selectbox .arrow {
    position: absolute;
    top: 13px;
    right: 18px;
    transform: rotate(135deg);
}

.providers-page .custom-selectbox .options li {
    padding: 17px 10px 0 20px;
    font-size: 13px;
    word-break: normal;
    line-height: normal;
    white-space: normal;
}

.providers-page .custom-selectbox .options li:last-child {
    padding-bottom: 17px;
}

.providers-page .provider-block {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    min-width: 160px;
	text-align:center;
}

.providers-page .provider-block img{
	max-width:100%;
	max-height:30px;
}

.providers-page .providers-wrapper {
    display: grid;
    grid-template-columns: 160px 160px 160px 160px 160px;
    grid-row-gap: 50px;
    justify-content: space-between;
    margin-top: 50px;
}

.providers-page .plan-details .main-info {
    background-color: #f3f6f7;
    padding: 0 30px;
}

.providers-page .plan-details img {
    height: 28px;
}

.providers-page .plan-details img.tooltip-init {
    height: auto;
}

.providers-page .plan-details .tv-wrap,
.providers-page .plan-details .calls-wrap {
    background-color: #f3f6f7;
    padding: 20px 0;
    border-top: 2px solid #dbe6ec;
}

.providers-page .plan-details .speed-wrap .d-table-cell,
.providers-page .plan-details .tv-wrap .d-table-cell,
.providers-page .plan-details .calls-wrap .d-table-cell {
    width: 50%;
    padding: 13px 0;
}

.providers-page .plan-details .speed-wrap .d-table-cell:last-child,
.providers-page .plan-details .tv-wrap .d-table-cell:last-child,
.providers-page .plan-details .calls-wrap .d-table-cell:last-child {
    padding-left: 24px;
}

.providers-page .plan-details .tv-wrap .d-table-cell:first-child,
.providers-page .plan-details .calls-wrap .d-table-cell:first-child {
    border-right: 2px solid #dbe6ec;
}

.providers-page .plan-details .tv-wrap .d-table,
.providers-page .plan-details .calls-wrap .d-table {
    width: 100%;
}

.section-links a,
.about-page .section-links a,
.customer-service-page .section-links a,
.provider-specific-page .section-links a,
.contact-page .section-links a,
.comparison-page .section-links a,
.location-page .section-links a,
.internet-speed-test-page .section-links a {
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    text-decoration: none!important;
    text-align: center;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    font-size: 10px;
    width: 160px;
    display: block;
    float: left;
    margin-right:9px;
}

.comparison-page .section-links a:last-child{
	margin-right:0;
}

.section-links a:hover,
.contact-page .section-links a:hover,
.comparison-page .section-links a:hover,
.provider-specific-page .section-links a:hover,
.customer-service-page .section-links a:hover,
.about-page .section-links a:hover {
    border: 1px solid #5f7de3;
    color: #5f7de3;
}

.section-links a:last-child,
.about-page .section-links a:last-child,
.provider-specific-page .section-links a:last-child,
.customer-service-page .section-links a:last-child {
    margin: 0;
}

.jump-to-wrapper .jump-to,
.about-page .jump-to-wrapper .jump-to,
.customer-service-page .jump-to-wrapper .jump-to,
.provider-specific-page .jump-to-wrapper .jump-to,
.contact-page .jump-to-wrapper .jump-to,
.comparison-page .jump-to-wrapper .jump-to,
.location-page .jump-to-wrapper .jump-to,
.internet-speed-test-page .jump-to-wrapper .jump-to{
    line-height: 36px;
    margin-right: 25px;
    width: 62px;
}

.jump-to-wrapper .jump-to,
.contact-page .jump-to-wrapper .jump-to,
.comparison-page .jump-to-wrapper .jump-to,
.location-page .jump-to-wrapper .jump-to,
.internet-speed-test-page .jump-to-wrapper .jump-to {
    float: left;
}

.jump-to-wrapper::after,
.contact-page .jump-to-wrapper::after,
.comparison-page .jump-to-wrapper::after,
.internet-speed-test-page .jump-to-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.jump-to-wrapper,
.contact-page .jump-to-wrapper,
.comparison-page .jump-to-wrapper,
.internet-speed-test-page .jump-to-wrapper {
    margin-bottom: 100px;
}

.jump-to-wrapper,
.about-page .jump-to-wrapper,
.provider-specific-page .jump-to-wrapper,
.customer-service-page .jump-to-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

/*    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;*/

    margin-bottom: 30px;
}

.about-page .services-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;

    margin-top: 85px;
}

.about-page .services-wrapper .service {
    width: 290px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

.about-page .services-wrapper .service .image-wrapper {
    margin-bottom: 30px;
    height: 75px;
    line-height: 75px;
}

.about-page .team-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.about-page .team-wrapper .team-member {
    width: 375px;
    border-radius: 5px;
    border: 1px solid #cfdee9;
    background: #fff;
}

.about-page .team-member .header {
    padding: 30px 40px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 4px solid #ffa300;
    background-color: #2f4475;
    color: #fff;
    font-size: 16px;
}

.about-page .team-member .header .name {
    font-weight: bold;
}

.about-page .team-member .header a {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.about-page .team-member .main-info {
    padding: 42px 38px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.about-page .team-member .main-info .image-wrapper {
    float: left;
    margin-right: 18px;
    width: 95px;
    height: 95px;
    background-color: #ebeff2;
}

.about-page .contacts-wrapper,
.customer-service-page .contacts-wrapper,
.contact-page .contacts-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;

    width: 1100px;
    margin: 90px auto 0 auto;
}

.about-page .contacts-wrapper .contact .contact-info,
.customer-service-page .contacts-wrapper .contact .contact-info,
.contact-page .contacts-wrapper .contact .contact-info {
    padding-left: 25px;
}

.about-page .contacts-wrapper .contact .contact-type,
.customer-service-page .contacts-wrapper .contact .contact-type,
.contact-page .contacts-wrapper .contact .contact-type {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.about-page .contacts-wrapper .contact .contact-value,
.customer-service-page .contacts-wrapper .contact .contact-value,
.contact-page .contacts-wrapper .contact .contact-value {
    font-size: 14px;
}

.about-page .contacts-wrapper .contact,
.customer-service-page .contacts-wrapper .contact,
.contact-page .contacts-wrapper .contact {
    width: 280px;
}

.about-page .team-member .header .position{
	font-size:.75em;
}

.contact-page .contact-block {
    margin-bottom: 50px;
}

.contact-page .contact-block .contact-purpose {
    font-weight: bold;
    font-size: 16px;
}

.contact-page .contact-block .contact-details,
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email] {
    font-size: 20px !important;
	font-family: 'Source Sans Pro', sans-serif; 
}


.contact-page .contacts-wrapper .contact .contact-value,
.contact-page .contacts-wrapper .contact .contact-value a {
	font-family: 'Source Sans Pro', sans-serif; 
    font-size: 14px;
}

.contact-page form input {
    width: 100%;
    height: 60px;
    border: 1px solid #c3d6e2;
    background-color: #f3f6f7;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 26px;
}

.contact-page form input[type="submit"] {
	width: 125px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #ffa300;
	border: 0;
	border-radius: 4px;
	font-weight: bold;
}

.contact-page form .form-group {
    margin-bottom: 32px;
}

.contact-page form button {
    width: 125px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #ffa300;
    border: 0;
    border-radius: 4px;
    font-weight: bold;
}

.customer-service-page .service-phones-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;

    margin-top: 80px;
    
    flex-wrap:wrap;
	/*margin-bottom:52px;*/
}

.customer-service-page .service-phones-wrapper .service-phone-block {
    width: 560px;
    border: 1px solid #c6d8e3;
    border-radius: 5px;
    background-color: #f3f6f7;
}

.customer-service-page .service-phone-block .header {
    height: 75px;
    line-height: 75px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-color: #2f4475;
    border-bottom: 4px solid #ffa300;
    color: #fff;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:1.1;
}

.customer-service-page .service-phone-block .main-info {
    padding: 55px 65px;
    background-color: #f3f6f7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	font-size:20px;
}

.customer-service-page .service-phone-block .main-info img {
    margin-right: 10px;
}

.customer-service-page .service-phone-block .main-info .phone{
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
}

.customer-service-page .service-phone-block .work-hours {
    margin-top: 30px;
    margin-bottom: 60px;
	font-family: 'Source Sans Pro', sans-serif;
}

.customer-service-page .service-phone-block ul {
    margin-bottom: 0;
}

.customer-service-page .service-phone-block ul li {
    margin-top: 35px;
	font-family: 'Source Sans Pro', sans-serif;
}

.customer-service-page .service-phone-block ul li::marker{
	font-size:16px;
}

.customer-service-page #help-and-troubleshooting h3 {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 56px 0 40px 0;
}

.customer-service-page #help-and-troubleshooting ol li {
    margin-top: 30px;
}

.customer-service-page #help-and-troubleshooting{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
}

.customer-service-page .support-options-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;

    width: 1150px;
    margin: 75px auto 0 auto;
}

.customer-service-page .support-options-wrapper .support-option {
    width: 165px;
    text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}

.customer-service-page .support-options-wrapper .support-option .image-wrapper {
    margin-bottom: 17px;
    height: 55px;
    line-height: 55px;
}

.customer-service-page .bill-options {
    margin-top: 55px;
}

.customer-service-page .bill-options img {
    height: 16px;
    margin-right: 15px;
}

.customer-service-page .bill-options li {
    margin-bottom: 40px;
    list-style: none;
	text-indent:-50px;
	margin-left:50px;
}

.customer-service-page .bill-options {
    padding: 0;
}

.customer-service-page .bill-options li:last-child {
    margin-bottom: 0;
}

.internet-speed-test-page .speed-info-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    margin-top: 70px;
}

.internet-speed-test-page .speed-info-wrapper .speed-info-block {
    width: 375px;
    border-radius: 5px;
    border: 1px solid #d7e3ef;
	background-color:#fff;
}

.internet-speed-test-page .speed-info-wrapper .speed-info-block .header {
    padding: 20px 30px;
    background-color: #2f4475;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 4px solid #ee9e47;
    font-size: 21px;
    color: #fff;
}

.internet-speed-test-page .speed-info-wrapper .speed-info-block img {
    margin-right: 30px;
    width: 105px;
}

.internet-speed-test-page .speed-info-wrapper .main-info {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 35px 55px;
    font-size: 16px;
}

.internet-speed-test-page .speed-info-wrapper .main-info li {
    margin-bottom: 25px;
}

.comparison-page .contenders-wrapper {
    margin-top: 80px;
}

.comparison-page .contenders-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.comparison-page .contenders-wrapper .contender {
    float: left;
    width: 530px;
    margin-right: calc(100% - 1060px);
    border: 1px solid #c9dae6;
    border-radius: 5px;
}

.comparison-page .contenders-wrapper .contender:last-child{
    margin-right: 0;
}

.comparison-page .contender .header .title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2f4475;
    height: 66px;
    line-height: 66px;
    text-align: center;
}

.comparison-page .contender .header .sub-title {
    background-color: #ffa300;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.comparison-page .contender .main-info {
    padding: 47px 44px;
}

.comparison-page .contender .main-info ul {
    margin: 0;
    padding: 0;
}

.comparison-page .contender .main-info li {
    list-style: none;
    padding-bottom: 35px;
    font-size: 16px;
	padding-left:15px;
	position:relative;
}

.comparison-page .contender .main-info li:before{
	content:'+';
	position:absolute;
	left:0;
}

.comparison-page .contender .main-info ul li:last-child {
    padding-bottom: 0;
}

.comparison-page .contender .footer {
    background-color: #f3f6f7;
    padding: 35px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.comparison-page .contender .footer .phone-number {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.comparison-page .contender .footer .btn {
    margin-bottom: 22px;
}

.comparison-page .contender .footer .view-all-plans {
    text-decoration: underline;
}

.comparison-page .tabs {
    text-align: center;
    margin: 75px auto 0 auto;
}

.comparison-page .tabs:after {
    content: '';
    display: table;
    clear: both;
}

.comparison-page .tabs .tab {
    display: inline-block;
    padding: 16px 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-right: 7px;
    cursor: pointer;
}

.comparison-page .tabs .tab:last-child {
    margin-right: 0;
}

.comparison-page .tabs .tab.active {
    border-bottom: 2px solid #4669df;
    color: #4669df;
}

.comparison-page .tabs .tab img {
    margin-right: 12px;
}

.comparison-page .tabs .tab img.blue {
    display: none;
}

.comparison-page .tabs .tab img.black {
    display: inline;
}

.comparison-page .tabs .tab.active img.blue {
    display: inline;
}

.comparison-page .tabs .tab.active img.black {
    display: none;
}

.comparison-page .tabs-content-wrap {
    margin-top: 70px;
}

.comparison-page .tabs-content-wrap .tab-content {
    display: none;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.comparison-page .tabs-content-wrap .tab-content.active {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}

.comparison-page .tabs-content-wrap .tab-content table {
    width: 455px;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
}

.comparison-page .tabs-content-wrap .tab-content table th {
    background-color: #2f4475;
    color: #fff;
    text-align: center;
    padding: 18px;
    border-top: 1px solid #dee8ee;
    border-left: 1px solid #dee8ee;
    border-right: 1px solid #dee8ee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.comparison-page .tabs-content-wrap .tab-content table td {
    border-top: 1px solid #dee8ee;
    border-right: 1px solid #dee8ee;
    padding: 20px 35px;
    background-color: #fff;
    width: 50%;
}

.comparison-page .tab-content table tr:nth-child(odd) td {
    background-color: #f3f6f7;
}

.comparison-page .tab-content table tr td:first-child {
    border-left: 1px solid #dee8ee;
    font-weight: bold;
}

.comparison-page .tab-content table tr:last-child td {
    border-bottom: 1px solid #dee8ee;
}

.comparison-page .tabs-content-wrap .tab-content .btn-wrap {
    margin-top: 50px;
}

.comparison-page .coverage-wrap {
    margin-top: 100px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}

.comparison-page .coverage-wrap .coverage {
    width: 450px;
}

.comparison-page .coverage-wrap .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.comparison-page .coverage-wrap .map {
    width: 450px;
    height: 450px;
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #cfdee9;
}

.comparison-page .coverage-wrap .text {
    margin-top: 60px;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #45484D;
}

.provider-wrap.contender {
	font-family: 'Source Sans Pro', sans-serif !important;
}

.provider-specific-page .hero-section .advertiser-disclosure {
    position: static;
    color: #898989;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 40px;
}

.provider-specific-page .text-and-location {
    width: 100%;
}

.provider-specific-page .text-and-location .text {
    vertical-align: top;
}

.provider-specific-page .text-and-location .location-wrap {
    width: 305px;
    padding-left: 75px;
    vertical-align: top;
}

.provider-specific-page .plan-filters {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;

    margin-top: 75px;
    font-size: 16px;
}

.provider-specific-page .plan-filters .filter-btn {
    width: 190px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-right: 6px;
    background-color: #f3f6f7;
    text-align: center;
    color: #45484d;
}

.provider-specific-page .plan-filters .filter-btn.active {
    color: #4669df;
}

.provider-specific-page .plan-filters .filter-btn:hover {
    text-decoration: none;
}

.provider-specific-page .plan-details .tv-wrap,
.provider-specific-page .plan-details .calls-wrap {
    background-color: #f3f6f7;
    padding: 20px 0;
    border-top: 2px solid #dbe6ec;
}

.provider-specific-page .plan-details .tv-wrap .d-table,
.provider-specific-page .plan-details .calls-wrap .d-table {
    width: 100%;
}

.provider-specific-page .plan-details .speed-wrap .d-table-cell,
.provider-specific-page .plan-details .tv-wrap .d-table-cell,
.provider-specific-page .plan-details .calls-wrap .d-table-cell {
    width: 50%;
    padding: 13px 0;
}

.provider-specific-page .plan-details .tv-wrap .d-table-cell:first-child,
.provider-specific-page .plan-details .calls-wrap .d-table-cell:first-child {
    border-right: 2px solid #dbe6ec;
}

.provider-specific-page .plan-details .speed-wrap .d-table-cell:last-child,
.provider-specific-page .plan-details .tv-wrap .d-table-cell:last-child,
.provider-specific-page .plan-details .calls-wrap .d-table-cell:last-child {
    padding-left: 24px;
}

.provider-specific-page .plans-scroll-wrapper {
    position: relative;
    margin-top: 70px;
}

.provider-specific-page .plans-scroll-wrapper .plans {
    overflow-x: hidden;
    white-space : nowrap;
}

.provider-specific-page .plans-scroll-wrapper .plan-details {
    display: inline-block;
    margin-right: 35px;
    white-space: normal;
    vertical-align: top;
    min-width: 375px!important;
    width: 375px!important;
	margin-bottom:30px;
}

.provider-specific-page .plans-scroll-wrapper .plan-details:last-child {
    margin-right: 0;
}

.provider-specific-page .plan-filters .right-filter .custom-selectbox {
    margin: 0;
}

.provider-specific-page .plans-scroll-wrapper .arrow-left {
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-top: 5px solid #ffa300;
    border-right: 5px solid #ffa300;
    transform: rotate(225deg);
    position: absolute;
    top: 49%;
    left: -40px;
}

.provider-specific-page .plans-scroll-wrapper .arrow-right {
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-top: 5px solid #ffa300;
    border-right: 5px solid #ffa300;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: -40px;
}

.btn img {
    height: 21px;
    width: 21px;
    margin-right: 10px;
    vertical-align: middle;
}

.btn.btn-blue-outline:hover {
    color: #4669df;
}

.provider-specific-page .compare-table .custom-selectbox {
    background-color: #fff;
    margin: 0;
    color: #45484d;
}

.provider-specific-page .compare-table .custom-selectbox label {
    text-align: left;
}

.provider-specific-page .plan-filters .left-filter .custom-selectbox {
    display: none;
}

.contract-buyout-page .buyout {
    margin-top: 55px;
}

.contract-buyout-page .buyout-programs-wrap .buyout:first-child {
    margin-top: 0;
}

.contract-buyout-page .buyout .short-info {
    width: 100%;
    display: table;
}

.contract-buyout-page .buyout .short-info .image {
    display: table-cell;
    width: 255px;
    vertical-align: middle;
}

.contract-buyout-page .buyout .short-info .text {
    display: table-cell;
    vertical-align: middle;
    padding: 44px 0 44px 45px;
    font-size: 18px;
}

.contract-buyout-page .buyout .view-details-btn {
    background-color: #f3f6f7;
    height: 45px;
    line-height:45px;
    text-align: right;
    padding-right: 66px;
    color: #4669df;
    cursor: pointer;
    position: relative;
}

.contract-buyout-page .buyout .view-details-btn .arrow {
    border-top: 2px solid #4669df;
    border-right: 2px solid #4669df;
    transform: rotate(135deg);
    position: absolute;
    right: 31px;
    top: 15px;
}

.contract-buyout-page .buyout .details-wrap {
    margin-top: 18px;
    border: 1px solid #d8e4eb;
    border-bottom: 3px solid #d8e4eb;
}

.contract-buyout-page .buyout .details-wrap.open .arrow {
    transform: rotate(-45deg);
    position: absolute;
    right: 31px;
    top: 21px;
}

.contract-buyout-page .buyout .details{
    display: none;
    background-color: #edf3f4;
    color: #45484d;
    padding: 70px 70px 65px 70px;
}

.contract-buyout-page .buyout .details ul {
    margin: 0;
}

.contract-buyout-page .buyout h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contract-buyout-page .buyout h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 55px;
}

.contract-buyout-page .buyout .details h4:first-of-type {
    margin-top: 0;
}

.contract-buyout-page .buyout .details li {
    padding: 20px 0;
    font-size: 16px;
}

.contract-buyout-page .buyout .details .sub-list li {
    list-style: none;
    padding: 0;
}

.contract-buyout-page .buyout .details ul li:first-child {
    padding-top: 0;
}

.contract-buyout-page .buyout h4 .step {
    color: #4669df;
}

.contract-buyout-page .buyout h4.terms {
    color: #4669df;
}

.contract-buyout-page .buyout .buyout-link {
    width: 278px;
    margin-top: 45px;
}

.contract-buyout-page .buyout .details ul li {
    
    font-family: 'Noto Sans SC', sans-serif !important;
}

.city-page .providers-filters {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    margin-top: 55px;
    justify-content:center!important;
}

.city-page .providers-filters .left-filter .custom-selectbox {
    display: none;
}

.city-page .providers-filters .filter-btn {
    width: 190px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-right: 6px;
    background-color: #f3f6f7;
    text-align: center;
    color: #45484d;
    margin-bottom: 4px;
}

.city-page .providers-filters .filter-btn.active {
    color: #4669df;
}

.city-page .providers-filters .filter-btn:hover {
    text-decoration: none;
}

.city-page .provider-search-wrap {
    position: relative;
}

.city-page .provider-search-wrap input {
    width: 220px;
    height: 46px;
    border-radius: 5px;
    border: 2px solid #bdc9cd;
    padding: 0 10px 0 42px;
}

.city-page .provider-search-wrap img {
    position: absolute;
    width: 19px;
    top: 13px;
    left: 15px;
}

.city-page .providers-table-fixed {
    width: 240px;
}

.city-page .providers-table-fixed .provider-name {
    font-weight: bold;
    margin-bottom: 3px;
}

.city-page .scrollable-table-part {
    width: calc(100% - 240px);
    margin-left: 120px;
    margin-bottom: 10px;
}

.city-page .top-providers-wrap {
    margin-top: 90px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    width: 100%;
}

.city-page .top-providers-wrap .providers-type{
    font-weight: bold;
    font-size: 18px;
}

.city-page .top-providers-wrap .provider {
    display: block;
    font-size: 18px;
    padding-top: 30px;
}

.city-page .provider-description{
	font-size:14px;
}

.city-page .contender .main-info ul {
    margin: 0;
    padding: 0;
	list-style:none;
}

.city-page .contender .main-info ul li{
	padding-left: 15px;
    position: relative;
	margin-bottom:10px;
}

.city-page .contender .main-info li::before {
    content: '+';
    position: absolute;
    left: 0;
}

.city-page .contenders-wrapper{
	display:flex;
	flex-wrap:wrap;
}

.city-page .contender{
	flex-basis:100%;
	padding-left:15px;
	padding-right:15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	margin-bottom:45px;
}

.city-page .contender .logo {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.city-page .contender.text {
	font-size: 20px;
}

.city-page .contender .title{
	height:90px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.city-page .contender .sub-title{
	margin-bottom:15px;
}

.city-page .contender .list-title{
	margin-bottom:15px;
	font-weight:700;
}

.faq-page .zip-search .search-input {
    width: 445px;
}


.faq-page .faq-section-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.faq-page .faq-section-wrap .filter {
    float: left;
    width: 300px;
}

.faq-page .faq-section-wrap .questions {
    float: left;
    width: calc(100% - 300px);
    padding-left: 70px;
}

.faq-page .faq-section-wrap .filter .select-topic-block {
    background-color: #f3f6f7;
    border: 1px solid #d5e2ea;
    border-radius: 5px;
    padding: 38px 40px;
}

.faq-page .faq-section-wrap .filter .select-topic-block .title {
    font-weight: bold;
    font-size: 20px;
}

.faq-page .faq-section-wrap .filter .select-topic-block .checkbox-container {
    margin-top: 27px;
    font-size: 16px;
}

.faq-page .faq-section-wrap .filter .search-question {
    margin-top: 40px;
    position: relative;
}


.faq-page .faq-section-wrap .filter .search-question input {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: 2px solid #bdc9cd;
    padding: 0 10px 0 42px;
}

.faq-page .faq-section-wrap .filter .search-question img {
    position: absolute;
    width: 19px;
    top: 13px;
    left: 15px;
}

.faq-page .faq-section-wrap .filter .phone-block {
    background-color: #f3f6f7;
    border: 1px solid #d5e2ea;
    border-radius: 5px;
    padding: 44px 50px;
    margin-top: 40px;
}

.faq-page .faq-section-wrap .filter .phone-block .title {
    font-weight: bold;
    font-size: 20px;
}

.faq-page .faq-section-wrap .filter .phone-block p {
    margin-top: 12px;
    margin-bottom: 12px;
}

.faq-page .faq-section-wrap .filter .phone-block a {
    text-decoration: none;
    font-size: 16px;
}

.faq-page .faq-section-wrap .questions .question:first-child {
    border-top: 0!important;
}


.faq-page .faq-section-wrap .filter .mobile {
    display: none;
    text-align: center;
}

.faq-page .faq-section-wrap .filter .mobile .custom-selectbox {
    text-align: left;
    border-radius: 6px;
}

.resources-page .resources-wrap {
    display: table;
}

.resources-page .resources-wrap .resources-row {
    display: table-row;
}

.resources-page .resources-wrap .resource{
    display: table-cell;
    width: calc(100% / 3);
    padding-right: 50px;
    padding-left: 50px;
}

.resources-page .resources-wrap .resources-row .resource:first-child {
    padding-left: 0;
}

.resources-page .resources-wrap .resources-row .resource:last-child {
    padding-right: 0;
}

.resources-page .resources-wrap .resources-row .resource {
    padding-top: 110px;
}

.resources-page .resources-wrap .resources-row:first-child .resource {
    padding-top: 0px;
}



.resources-page .resources-wrap .resources-row .resource:nth-child(even) {
    padding: 0;
}

.resources-page .resources-wrap .resource .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
}

.resources-page .resources-wrap .resource .description{
    font-size:16px;
}

.resources-page .resources-wrap .resource a {
    font-size: 16px;
    margin-top: 40px;
    display: inline-block;
}



#provider-popup  .price-wrap p {
    font-size: 14px !important;
}


.vertical-card-provider-logo,
.provider-popup-content .logo {
	width: 150px;
	filter: brightness(0) invert(1);
}

.deny-cookie {
	position:relative; 
	top: 5px;
}

.update-location-form a {
	text-decoration: underline;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}

.plan-details .main-text-wrap .d-table-cell:last-child p,
.plan-details .short-terms,
.plan-details .short-terms p {
    font-size: 12px;
    /*font-family: 'Noto Sans SC', sans-serif;*/
    color: #45484d;
}

.plan-details.blank-card {
	height: 660px;
    background: #f3f6f7;
}

.plan-details.blank-card:nth-child(2),.plan-details.blank-card:nth-child(3){
	display:none!important;
}

.plan-details.blank-card .call-wrap {
	padding-top:150px;
}

.plan-details.blank-card .call-wrap h3{
	color: #888f90;
	font-weight: bold;
}

.plan-details.blank-card .call-wrap p{
    color: #888f90;
    font-size: 16px;
    padding: 25px;
}

.plan-details.blank-card .call-wrap a{
    background: #ebedf0;
    color: #888f90;
    width: 15em;
}

.provider-wrap th.title {
	height: 80px;
}

.plan-terms-wrap,
.detail-tab-content {
    height: 145px;
	max-height:145px;
	overflow-y:auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:rgba(47, 68, 117,.85);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
	background-color:rgb(47, 68, 117);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color:rgb(47, 68, 117);
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color:rgb(47, 68, 117);
}

#services-filter li.active {
    color: #ffa300;
}



.scrollable-table-part {
    width: calc(100% - 210px);
    overflow-x: auto;
    margin-left: 210px;
    overflow-y: visible;
    padding-bottom: 1px;
    margin-bottom: 2rem;
} 


    
#shop-plans .text {
    font-family: 'Source Sans Pro', sans-serif;
}


@media only screen and (min-width : 992px){
	.plan-details.blank-card:nth-child(2),.plan-details.blank-card:nth-child(3){
		display:inline-block!important;
	}
	
	.city-page .contender{
		flex-basis:33%;
		padding-left:30px;
		padding-right:30px;
	}
	
	.providers-info-block {
		padding-bottom:160px;
	}
	
	
    .jump-to-wrapper,
    .about-page .jump-to-wrapper,
    .provider-specific-page .jump-to-wrapper,
    .customer-service-page .jump-to-wrapper {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    
        margin-bottom: 100px;
    }
    
    #shop-plans .text {
        font-size: 20px;
    }
}

@media only screen and (min-width : 1025px){
	.section{
		padding:120px 0;
	}
    .faq-page .faq-section-wrap .questions .question:first-child {
        border-top: 0!important;
        margin-top: -30px;
    }
	.resources-page .resources-wrap .resources-row:last-child .resource {
		padding-bottom: 110px;
	}
    
}

@media only screen and (min-width : 1200px){
	.customer-service-page .service-phones-wrapper .service-phone-block.one-third{
		width:calc(33% - 15px);
	}
	
	.city-page .contender{
	}
}

@media (max-width: 1380px) and (min-width: 1025px) {
	
	.wide-btn {
	    margin: 0 !important;
        display: block !important;
        margin-top: 20px !important;
	}
}

@media (max-width: 1350px) {
	.about-page .jump-to-wrapper .jump-to, 
	.provider-specific-page .jump-to-wrapper .jump-to, 
	.comparison-page .jump-to-wrapper .jump-to, 
	.customer-service-page .jump-to-wrapper .jump-to {
	    margin: 0 auto 10px auto;
	    float: none;
	}
}

@media (max-width: 1300px) {
    .header-search .search-input-wrap.opened input {
        width: 120px;
    }

    .header-search .search-input-wrap {
        margin-right: 20px;
    }

    ul.navbar-nav .nav-link {
        padding: 5px 10px;
    }

    .services-table .services-table-row:last-child .service-block,
    .services-table .services-table-row:first-child .service-block{
    }

    .about-page .jump-to-wrapper,
    .provider-specific-page .jump-to-wrapper,
    .customer-service-page .jump-to-wrapper {
        display: block!important;
    }

    .about-page .jump-to-wrapper .jump-to,
    .provider-specific-page .jump-to-wrapper .jump-to,
    .comparison-page .jump-to-wrapper .jump-to,
    .customer-service-page .jump-to-wrapper .jump-to {
        margin: 0 auto 10px auto;
        float: none;
    }

    .about-page .jump-to-wrapper .section-links,
    .provider-specific-page .jump-to-wrapper .section-links,
    .comparison-page .jump-to-wrapper .section-links,
    .customer-service-page .jump-to-wrapper .section-links {
        margin: 0 auto;
		width:100%;
    }

    .about-page .section-links a,
    .provider-specific-page .section-links a,
    .comparison-page .section-links a,
    .customer-service-page .section-links a {
        margin-bottom: 10px;
    }

    .about-page .team-wrapper .team-member {
        width: 320px;
    }

    .customer-service-page .service-phones-wrapper .service-phone-block {
        width: 47%;
    }

    .customer-service-page .support-options-wrapper {
        width: 100%;
    }

    .internet-speed-test-page .jump-to-wrapper .jump-to {
        float: none;
        margin: 0 auto 10px auto;
    }

    .internet-speed-test-page .jump-to-wrapper .section-links {
        margin: 0 auto;
		width:100%;
    }

    .internet-speed-test-page .section-links a {
        width: 18%;
        margin: 0 calc(10% / 10) 10px calc(10% / 10)!important;
    }

    .internet-speed-test-page .speed-info-wrapper .speed-info-block {
        width: 330px;
    }

    .internet-speed-test-page .speed-info-wrapper .main-info {
        padding: 35px;
    }

    .internet-speed-test-page .speed-info-wrapper .speed-info-block img {
        margin-right: 25px;
        width: 86px;
    }
}


@media (min-width: 992px){
	.plan-details {
        margin-right: 30px;
    }
}

@media (max-width: 1280px){

    .service-block {
        position: relative;
    }

    .service-block.even {
        margin-left: 16px;
    }

    .service-icon-container {
        width: 40px;
        height: 40px;
    }

    .service-block a {
        left: 87px;
    }

    .service-block.even a {
        left: 116px;
    }

    

    .plan-details-wrap .plan-details:last-child,
    .plan-details-wrap-2 .plan-details:last-child {
        margin: 0;
    }
}

@media (max-width: 1250px){

    .about-page .contacts-wrapper,
    .customer-service-page .contacts-wrapper,
    .contact-page .contacts-wrapper {
        width: 100%;
    }

    .comparison-page .contenders-wrapper .contender {
        width: 47%;
        margin-right: 6%;
    }
}

@media (max-width: 1200px){
    ul.navbar-nav .nav-link {
        padding: 5px 10px;
    }

    .hide-provider-1200 {
        display: none;
    }

    .header-search .magnifier {
        margin-right: 20px;
    }

    .container-fluid {
        padding: 0 60px!important;
    }


    ul.navbar-nav .nav-link {
        font-size: 12px;
    }

    .menu-toggle {
        left: 60px;
    }

    .cookie-policy-close {
        right: 60px;
    }
}

@media (max-width: 1100px){
    .social-links a {
        margin-right: 20px;
    }

    .social-links a:last-child {
        margin: 0;
    }

    .menu-toggle {
        display: flex;
    }

    ul.navbar-nav {
        display: none;
    }

    .header-search .magnifier {
        display: none;
    }


    nav > div {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;

        position: relative;
    }

    header .logo {
        margin: 0;
    }

    .header-search {
        position: absolute;
        right: 60px;
        top: 50%;
        margin-top: -20px;
        height: 50px;
    }

    /*header.sticky .mobile-search-wrap {*/
    /*margin-bottom: 9px;*/
    /*}*/

    /*.header-search .search-input-wrap {*/
    /*display: none;*/
    /*}*/

    .plan-details {
        width: 270px;
    }

    .custom-modal-content {
        width: 800px;
        padding: 65px;
    }

    #covid-popup p {
        padding: 0;
    }

    .about-page .section-links a,
    .provider-specific-page .section-links a,
    .customer-service-page .section-links a,
    .comparison-page .section-links a,
    .internet-speed-test-page .section-links a{
        width: 23%;
        margin: 0 calc(8% / 8) 10px calc(8% / 8)!important;
    }

    .about-page .team-wrapper .team-member {
        width: 296px;
    }

    .internet-speed-test-page .speed-info-wrapper .speed-info-block {
        width: 300px;
    }

    .internet-speed-test-page .speed-info-wrapper .speed-info-block img {
        width: 75px;
    }

    .internet-speed-test-page .speed-info-wrapper .speed-info-block .header {
        font-size: 19px;
    }

    .faq-page .zip-search .search-input {
        width: 330px;
    }
}

@media (max-width: 1024px){
    
    .gform_footer {
        text-align: center;
    }
    
    .call-expert-btn {
        margin: 20px auto 0 auto!important;
        display: block;
    }
    
    .get-plan-steps .step {
        padding-right: 0;
    }

    .top-providers-wrap {
        width: 470px;
        margin: 0 auto;
    }

    .comparison-links {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .resources-page .comparison-links {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .smart-home-page .comparison-links {
        width: auto;
    }

    .home .btn-blue-outline {
        margin-top: 0;
    }

    .home .wide-btn {
        width: 250px;
    }

    .hero-section-d-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hero-section .hero-section-d-cell:first-child {
        display: block!important;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .hero-section .hero-section-d-cell:last-child {
        display: block!important;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .services-table .services-table-row:last-child .service-block, .services-table .services-table-row:first-child .service-block {
    }

    .plan-details .open-details-btn {
        font-size: 11px;
    }

    .plan-details .view-plan-details .arrow {
        right: 3px;
    }

    .providers-page .providers-wrapper {
        grid-template-columns: 160px 160px 160px 160px;
    }

    .providers-page .text-and-filter-wrapper,
    .providers-page .text-and-filter-wrapper .text-wrapper,
    .providers-page .text-and-filter-wrapper .filter-wrapper{
        display: block;
    }

    .providers-page .text-and-filter-wrapper .filter-wrapper {
        width: 100%;
        margin: 35px 0 0 0;
        text-align: center;
    }

    .providers-page .comparison-links {
        width: auto;
        margin-left: 0;
		display:flex;
		justify-content:center;
    }

    .about-page .team-wrapper {
        display: block!important;
    }

    .about-page .team-wrapper .team-member {
        width: 350px;
        margin: 0 auto 38px auto;
    }

    .about-page .team-wrapper .team-member:last-child {
        margin-bottom: 0;
    }

    .contact-page .jump-to-wrapper .jump-to {
        float: none;
        margin: 0 auto 10px auto;
    }

    .contact-page .section-links a:last-child {
        margin: 0;
    }

    .contact-page .section-links {
        width: 590px;
        margin: 0 auto;
    }

    .contact-page .contact-block {
        text-align: center;
    }

    .contact-page form input{
        text-align: center;
    }

    .internet-speed-test-page .speed-info-wrapper {
        margin: 0;
    }

    .internet-speed-test-page .speed-info-wrapper .speed-info-block {
        width: 375px;
        margin: 45px auto 0 auto;
    }

    .internet-speed-test-page .speed-info-wrapper .speed-info-block img {
        width: 105px;
    }

    .internet-speed-test-page .speed-info-wrapper .main-info {
        padding: 35px 30px;
    }

    .internet-speed-test-page .speed-info-wrapper .main-info ul {
        padding-left: 18px;
    }

    .internet-speed-test-page .speed-info-wrapper .speed-info-block .header {
        font-size: 20px;
    }

    .internet-speed-test-page .speed-info-wrapper {
        display: block!important;
    }

    .comparison-page .contenders-wrapper .contender {
        width: 48%;
        margin-right: 4%;
    }

    .comparison-page .tabs-content-wrap .tab-content.active {
        display: block!important;
    }

    .comparison-page .tabs-content-wrap .provider-wrap {
        width: 455px;
        margin: 50px auto 0 auto;
    }

    .comparison-page .coverage-wrap {
        display: block!important;
    }

    .comparison-page .coverage-wrap .coverage {
        margin: 75px auto 0 auto;
    }

    .provider-specific-page .hero-section .advertiser-disclosure {
        margin-top: 20px;
    }

    .provider-specific-page .text-and-location .text {
        text-align: center;
    }

    .provider-specific-page .text-and-location .location-wrap {
        width: auto;
        padding: 0;
        margin-top: 35px;
        text-align: center;
    }

    .provider-specific-page .text-and-location .location-wrap .location {
        display: inline-block;
    }

    .faq-page .hero-section .search-input-wrap {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .faq-page .hero-section .search-input-wrap input {
        width: 100%!important;
    }

    .faq-page .faq-section-wrap .filter {
        float: none;
        width: 100%;
    }

    .faq-page .faq-section-wrap .questions {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 35px;
    }

    .faq-page .faq-section-wrap .filter .desktop {
        display: none;
    }

    .faq-page .faq-section-wrap .filter .mobile {
        display: block;
    }
}

@media (max-width: 1000px){
    footer .white-logo {
        width: 100%;
    }

    .hide-provider-1000 {
        display: none;
    }

    .provider-specific-page .plan-filters .filter-btn {
        width: 150px;
    }

    .resources-page .resources-wrap .resource{
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 991px){
	#cookie-policy {
		padding: 15px 0;
	}
	.cookie-policy-text p{
		font-size:12px;
	}
    .plans-location-wrap {
        margin-top: 30px;
    }
    
    .city-page .contender .logo {
        margin-bottom:-15px;
    }

    .plan-details .view-plan-details .arrow {
        right: 12px;
    }

    .social-links a {
        margin-right: 10px;
    }

    header.sticky + .section {
        padding-top: 215px;
    }

    header.sticky nav {
        height: 60px;
    }


    header.sticky .logo img {
        height: 38px;
    }



    header.sticky .header-search {
        margin-top: -19px;
    }



    .plan-details,
    .plan-details-wrap .plan-details:last-child,
    .plan-details-wrap-2 .plan-details:last-child{
        width: 400px;
		margin-bottom:30px;
    }

    .plan-details-wrap .plan-details:first-child,
    .plan-details-wrap-2 .plan-details:first-child{
        margin-top: 0;
    }

    .search-plans-btn {
        margin: 0!important;
        display: inline-block;
    }
    .call-expert-btn {
        margin: 0 0 0 16px!important;
        display: inline-block;
    }
    
    .customer-service-page #help-and-troubleshooting{
    	font-size:14px;
    }
}

@media (max-width: 900px){
    .hide-provider-900 {
        display: none;
    }

    .hide-provider-900 {
        display: none;
    }

    .custom-modal-content {
        width: 700px;
        padding: 50px;
    }

    .smart-home-page .solution-block {
        width: 33.333%;
        height: 190px;
    }

    .provider-specific-page .plan-filters .filter-btn {
        width: 140px;
    }

    .resources-page .resources-wrap {
        display: block;
    }

    .resources-page .resources-wrap .resources-row {
        display: block;
    }

    .resources-page .resources-wrap .resource {
        display: block;
        width: 100%;
        padding: 0!important;
        margin-top: 60px;
        text-align: center;
    }

    .resources-page .resources-wrap .resources-row:first-child .resource:first-child {
        margin-top: 0;
    }

    .resources-page .resources-wrap .resource .title {
        margin-bottom: 5px;
    }

    .resources-page .resources-wrap .resource a {
        margin-top: 5px;
    }
}

@media (max-width: 830px){

    /*.header-search .search-input-wrap {*/
    /*display: none;*/
    /*}*/

    header .logo img {
        height: 38px;
    }

    .custom-modal-content {
        width: 680px;
    }

    .providers-page .providers-wrapper {
        grid-template-columns: 160px 160px 160px;
    }

    .about-page .contacts-wrapper,
    .customer-service-page .contacts-wrapper,
    .contact-page .contacts-wrapper {
        display: block!important;
        margin-top: 0;
    }

    .about-page .contacts-wrapper .contact,
    .customer-service-page .contacts-wrapper .contact,
    .contact-page .contacts-wrapper .contact {
        margin: 40px auto 0 auto;
    }
}

@media (max-width: 800px) {
    header .logo {
        position: absolute;
        left: 110px;
        top: 50%;
        margin-top: -19px;
    }

    .about-page .section-links a,
    .provider-specific-page .section-links a,
    .customer-service-page .section-links a,
    .comparison-page .section-links a,
    .internet-speed-test-page .section-links a {
        width: 30%;
        margin: 0 calc(9% / 6) 10px calc(9% / 6)!important;
    }

    .about-page .jump-to-wrapper .section-links,
    .provider-specific-page .jump-to-wrapper .section-links,
    .customer-service-page .jump-to-wrapper .section-links {
        margin-left: calc(-9% / 6);
        margin-right: calc(-9% / 6);
    }

    .customer-service-page .service-phones-wrapper {
        display: block!important;
        margin-top: 0;
        margin-bottom: 55px;
    }

    .customer-service-page .service-phones-wrapper .service-phone-block {
        width: 500px;
        margin: 30px auto 0 auto;
    }

    .customer-service-page .support-options-wrapper::after {
        content: '';
        display: table;
        clear: both;
    }

    .customer-service-page .support-options-wrapper .support-option {
        float: left;
        margin-top: 38px;
        margin-right: 25px;
        margin-bottom: 38px;
    }

    .customer-service-page .support-options-wrapper {
        margin: 0 auto;
        width: 365px;
        display: block!important;
    }

    .customer-service-page .support-options-wrapper .support-option:nth-child(even) {
        margin-right: 0;
    }

    .comparison-page .contenders-wrapper .contender {
        width: 570px;
        margin: 50px auto 0 auto!important;
        float: none;
    }

    .provider-specific-page .plan-filters .filter-btn {
        display: none;
    }

    .provider-specific-page .plan-filters .left-filter .custom-selectbox {
        display: inline-block;
    }

    .provider-specific-page .plans-scroll-wrapper .arrow-left,
    .provider-specific-page .plans-scroll-wrapper .arrow-right {
        display: none;
    }

    .provider-specific-page .plans-scroll-wrapper .plan-details {
        display: block;
        margin: 50px auto 0 auto!important;
    }

    .provider-specific-page .plans-scroll-wrapper {
        margin-top: 0;
    }

    .provider-specific-page .plan-filters {
        margin-top: 35px;
    }

    .contract-buyout-page .buyout .short-info {
        display: block;
    }

    .contract-buyout-page .buyout .short-info .image {
        display: block;
        width: 100%;
        text-align: center;
        padding: 50px 0;
    }

    .contract-buyout-page .buyout .short-info .text {
        display: block;
        padding: 0;
        font-size: 16px;
    }

    .contract-buyout-page .buyout {
        margin-top: 20px;
    }

    .contract-buyout-page .buyout .view-details-btn {
        height: 40px;
        line-height: 40px;
    }

    .contract-buyout-page .buyout .view-details-btn .arrow {
        top: 12px;
    }

    .contract-buyout-page .buyout .details-wrap.open .arrow {
        top: 18px;
    }

    .contract-buyout-page .buyout .details-wrap {
        margin-top: 30px;
    }

    .contract-buyout-page .buyout .details {
        padding: 50px;
    }

    .city-page .providers-filters .filter-btn {
        display: none;
    }

    .city-page .providers-filters .left-filter .custom-selectbox {
        display: block;
    }
}

@media (max-width: 767px){
    
    .accept-cookie {
        font-size: 14px;
    }
    
    body {
        font-size: 14px;
    }
    
    .city-page .contender,
    .city-page .contender .main-info ul li {
    	font-size: 12px;
    	margin-bottom: 5px;
    }

    .btns-wrap {
        margin-top: 5px;
    }
    

    .section h1 {
        line-height: 1.4em;
        
    }
    
    .service-text h3 {
        font-size: 13px;
    }
    
    .mobi-t5 {
		top: 5px;
	}
	
    .custom-modal-content {
        width: 90%;
        padding: 45px;
    }

    h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .top-providers-wrap {
        width: 360px;
    }

    .custom-modal-content h2 {
        margin-bottom: 24px;
        font-size: 18px;
    }

    #covid-popup p {
        font-size: 14px;
    }

    .hide-provider-767 {
        display: none;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section.small-padding {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .section h1,
    .section h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .btn-blue.phone-number-btn {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .section p,
    .section ul li,
	.section ol li{
        font-size: 14px;
    }
	
	.customer-service-page .service-phone-block .work-hours{
		margin-bottom:30px;
	}
	
	.customer-service-page .service-phone-block .main-info {
		font-size:16px;
	}
	
	.customer-service-page .service-phone-block ul li{
		margin-top:10px;
	}

    .section h1,
    .section h2 {
        margin-bottom: 24px;
    }

    .get-plan-steps {
        padding: 0 15px;
    }

    footer .white-logo {
        width: 190px;
    }

    .social-links a {
        margin-right: 27px;
    }

    .footer-links-wrap {
        border-top: 1px solid #fff;
        padding: 12px 0;
        position: relative;
    }

    footer .col-md-3:last-of-type .footer-links-wrap {
        border-bottom: 1px solid #fff;
        margin-bottom: 36px;
    }

    footer .links-group-title {
        margin-bottom: 0;
    }

    footer .arrow {
        display: block;
    }

    .footer-links-wrap ul {
        display: none;
    }

    .footer-links-wrap.opened ul {
        display: block;
    }

    .footer-links li:first-child {
        padding-top: 26px;
    }

    .footer-links-wrap.opened .arrow {
        transform: rotate(-135deg);
        top: 19px;
    }

    #cookie-policy .flex-wrap {
        display: block;
    }

    .cookie-policy-text {
        padding: 0;
        flex: auto;
    }

    .cookie-policy-button {
        flex: auto;
        padding: 0;
        text-align: center;
        margin-top: 15px;
    }

    .cookie-policy-close {
        top: auto;
        bottom: 13px;
    }


    .custom-tooltip.open .tooltip-content,
    .custom-tooltip.open .tooltip-content {
        transform: translate3d(0, -50%, 0);
        visibility: visible;
        opacity: 1;
    }
    .custom-tooltip .tooltip-content {
        left: auto;
        bottom: auto;
        top: 50%;
        right: calc(100% + 1em);
        transform: translate3d(15px, -50%, 0);
    }
    .custom-tooltip .tooltip-content:after {
        top: 50%;
        right: -0.5em;
        left: auto;
        bottom: auto;
        transform: translate3d(0, -50%, 0);
        border-width: 0.5em 0 0.5em 0.5em;
        border-color: transparent transparent transparent #ffefd9;

    }

    .btn-blue,
    .btn-blue-outline{
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        border-radius: 5pt;
        padding: 0 20px!important;
    }

    .covid-info {
        margin-bottom: 35px;
    }

    .providers-table,
    .providers-table-fixed,
    .compare-table,
    .compare-table-fixed{
        margin-top: 20px;
    }

    .faq .question .title {
        font-size: 15px;
    }

    .faq .question {
        padding: 17px 0;
    }

    .faq .question .control {
        top: 14px;
    }

    .faq .question .answer {
        padding: 30px;
    }	
    
    .faq-btn {
		margin-top: 0;
	}
	
	.faq .question .answer,
    .faq .question .answer p,
    .faq .question .answer li {
        font-size: 14px;
    }

    .wide-btn,
    .home .wide-btn{
        width: auto;
    }


    .get-plan-steps h3 {
        font-size: 13px;
    }

    .providers-table-fixed,
    .compare-table-fixed {
        width: 160px;
    }

    .provider-specific-page .compare-table .custom-selectbox {
        width: 170px;
    }

    .scrollable-table-part {
        width: calc(100% - 160px);
        margin-left: 160px;
    }

    .btn-orange.phone-number-btn {
        padding: 8px 20px!important;
    }

    .smart-home-page .solution-block {
        width: 50%;
    }

    .about-page .services-wrapper {
        display: block!important;
        width: 390px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .about-page .services-wrapper::after {
        content: "";
        clear: both;
        display: table;
    }

    .about-page .services-wrapper .service {
        width: 180px;
        margin-right: 30px;
        float: left;
        text-align: left;
        margin-top: 30px;
    }

    .about-page .services-wrapper .service:nth-child(even) {
        margin-right: 0;
    }

    .about-page .services-wrapper .service .image-wrapper {
        margin-bottom: 15px;
    }

    .comparison-page .tabs {
        margin-top: 45px;
    }

    .comparison-page .tabs-content-wrap {
        margin-top: 44px;
    }

    .comparison-page .tabs-content-wrap .provider-wrap {
        margin-top: 60px;
    }

    .comparison-page .tabs-content-wrap .provider-wrap:first-child {
        margin-top: 0;
    }

    .comparison-page .tabs-content-wrap .tab-content .btn-wrap {
        margin-top: 35px;
    }

    .comparison-page .coverage-wrap .coverage:first-child {
        margin-top: 0;
    }

    .comparison-page .coverage-wrap {
        margin-top: 50px;
    }

    .comparison-page .coverage-wrap .coverage {
        margin: 75px auto 0 auto;
    }

    .comparison-page .coverage-wrap .text {
        margin-top: 32px;
		font-size:14px;
    }
    
    .comparison-page .contenders-wrapper {
        margin-top: 0px !important;
    }

    .contract-buyout-page .buyout .details li {
        font-size: 14px;
    }


    .city-page .top-providers-wrap {
        margin-top: 5px;
        display: block!important;
    }

    .city-page .top-providers-wrap .providers-list {
        margin-top: 42px;
        text-align: center;
    }

    .city-page .top-providers-wrap .provider {
        font-size: 14px;
        display: inline-block;
        margin: 0 5px 0 5px;
        padding-top: 15px;
    }

    .city-page .top-providers-wrap .providers-type {
        text-align: center;
        font-size: 14px;
    }

    .faq-page .hero-section .search-input-wrap input {
        height: 38px;
        padding-left: 32px;
    }

    .faq-page .hero-section .search-input-wrap svg {
        width: 13px;
        height: auto;
        top: 13px;
        left: 13px;
    }

    .faq-page .faq-section-wrap .filter .mobile .custom-selectbox {
        height: 38px;
        line-height: 38px;
    }

    .faq-page .faq-section-wrap .filter .mobile .custom-selectbox .arrow {
        top: 11px;
    }

    .faq-page .faq .question .answer {
        margin-top: 20px;
    }

    .resources-page .resources-wrap .resource .title {
        font-size: 16px;
    }

    .resources-page .resources-wrap .resource .description,
    .resources-page .resources-wrap .resource a{
        font-size: 14px;
    }
}

@media (max-width: 700px){

    .hide-provider-700 {
        display: none;
    }

    .contact-page .section-links {
        width: 100%;
    }

    .contact-page .section-links a {
        width: 32%;
        margin: 0 calc(4% / 6) 10px calc(4% / 6)!important;
    }
    
    .contact-page .contact-block .contact-details,
    .gform_wrapper.gravity-theme input[type=text],
    .gform_wrapper.gravity-theme input[type=email],
    .contact-page .contact-value {
        font-size: 14px !important;
    }

    .comparison-page .contenders-wrapper .contender {
        width: 100%;
        margin-top: 44px;
    }

    .comparison-page .tabs .tab {
        padding: 16px 20px;
    }
}

@media (max-width: 650px){

    .providers-page .provider-block {
        width: auto;
        min-width: 0;
    }

    .providers-page .providers-wrapper {
        grid-template-columns: 30% 30% 30%;
    }

    /*.providers-page .provider-block img {
        max-width: 86%;
        max-height: 87%;
    }*/

    .customer-service-page .service-phones-wrapper .service-phone-block {
        width: 100%;
    }
}

@media (max-width: 600px){
    .provider-icons .provider {
        margin-top: 40px;
        padding: 0 18px;
    }

    .header-search .btn-orange {
        padding: 0 12px!important;
        font-size: 12px;
        height: 30px;
        line-height: 28px;
    }

    header.sticky .header-search .btn-orange {
        padding: 0 12px!important;
    }

    header.sticky .header-search {
        margin-top: -16px;
    }

    .header-search {
        margin-top: -16px;
    }

    .container-fluid {
        padding: 0 30px!important;
    }

    .header-search {
        right: 30px;
    }

    .menu-toggle {
        left: 30px;
    }

    .cookie-policy-close {
        right: 30px;
    }
    .call-header {
        height: auto;
        line-height: normal;
        padding: 12px 20px;
        font-size: 11px;
    }

    .services-table-row .service-block {
        border: 0!important;
    }

    .service-block.odd {
        padding-right: 15px;
    }

    .service-block.even {
        padding-left: 15px;
    }

    .service-block.even a {
        left: 101px;
    }

    header .logo {
        position: absolute;
        left: 78px;
        top: 50%;
        margin-top: -14px;
    }

    header.sticky .logo img {
        height: 28px;
    }

    header .logo img {
        height: 30px;
    }

    header.sticky .mobile-search-wrap {
        margin-bottom: 0;
    }

    header.sticky .mobile-search-wrap .search-input-wrap {
        margin-bottom: 9px;
    }

    .header-search .search-input-wrap {
        display: inline-block;
    }

    .header-search input {
        height: 30px;
    }

    .header-search .search-input-wrap svg {
        top: 5px
    }

    .mobile-search-wrap {
        display: none!important;
    }

    nav {
        height: 80px;
    }

    header.sticky + .section {
        padding-top: 160px;
    }

    .get-plan-steps .step {
        padding-bottom: 60px;
    }

    header.hide-call-header .call-header {
        padding: 0;
    }

    header .call-header {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .provider-icons {
        margin-left: -18px;
        margin-right: -18px;
    }

    .custom-modal-content {
        padding: 30px;
    }

    .custom-close {
        top: 20px;
        right: 20px;
    }

    #covid-popup .providers {
        display: block;
    }

    #covid-popup .provider {
        display: block;
        position: relative;
    }

    #covid-popup .provider .button {
        display: block;
        height: 20px;
        width: 20px;
        text-align: center;
        font-size: 26px;
        line-height: 26px;
        color: #777;
        position: absolute;
        right: 15px;
        top: 8px;
        font-weight: bold;
        cursor: pointer;
    }

    #covid-popup .provider .icon {
        display: block;
        background-color: #fff;
        padding-left: 0;
        text-align: left;
    }

    #covid-popup .provider .description {
        display: block;
        background-color: #f3f6f7;
        padding: 0 15px;
        margin-bottom: 0;
        height: 0;
        overflow: hidden;
        transition: all 0.2s ease-out;
    }

    #covid-popup .provider.active .description {
        padding: 15px;
        margin-bottom: 8px;
    }

    #covid-popup .provider .icon img {
        max-height: 24px;
    }

    .contract-buyout-page .buyout h3 {
        font-size: 20px;
    }

    .contract-buyout-page .buyout h4 {
        font-size: 14px;
        margin-top: 28px;
    }

    .contract-buyout-page .buyout .details li {
        padding: 13px 0;
    }

    .contract-buyout-page .buyout .details {
        padding: 28px;
    }

    .contract-buyout-page .buyout .buyout-link {
        width: auto;
        margin-top: 20px;
    }

    .contract-buyout-page .buyout .details ul {
        padding-left: 18px;
    }
}


@media (max-width: 550px) {
    .service-icon,
    .service-text {
        display: block;
    }

    .service-text {
        margin-top: 6px;
    }

    .service-block.even a {
        left: 15px;
    }

    .service-block a {
        left: 0;
    }

    .services-table .services-table-row:first-child .service-block,
    .services-table .services-table-row:last-child .service-block{
    }

    .smart-home-page .solution-block {
        height: 200px;
    }

    .comparison-page .tabs-content-wrap .provider-wrap {
        width: 100%;
    }

    .comparison-page .tabs-content-wrap .tab-content table {
        width: 100%;
    }

    .comparison-page .coverage-wrap .coverage {
        width: 100%;
    }

    .comparison-page .coverage-wrap .map {
        width: 100%;
    }

    .provider-specific-page .plan-filters .left-filter,
    .provider-specific-page .plan-filters .right-filter {
        width: 48%;
    }

    .provider-specific-page .plan-filters .custom-selectbox {
        width: 100%;
    }

    .contract-buyout-page .buyout .short-info .text {
        font-size: 14px;
    }

    .city-page .providers-filters {
        margin-top: 30px;
    }

    .city-page .providers-filters {
        /*display: block!important;*/
    }

    .city-page .providers-filters:after {
        content: '';
        display: table;
        clear: both;
    }

    .city-page .providers-filters .left-filter,
    .city-page .providers-filters .right-filter {
        float: left;
        width: 50%;
    }

    .city-page .providers-filters .left-filter {
        padding-right: 7px;
    }

    .city-page .providers-filters .right-filter {
        padding-left: 7px;
    }

    .city-page .providers-filters .custom-selectbox {
        width: 100%;
    }

    .city-page .providers-filters .provider-search-wrap input {
        width: 100%;
    }

    .city-page .providers-table-fixed {
        width: 210px;
    }

    .city-page .scrollable-table-part {
       width: calc(100% - 210px);
        margin-left: 210px;
    }
}

@media (max-width: 500px){
    
    .smart-home-page .title {
        font-size: 13px;
    }
    
    .smart-home-page .description {
        font-size: 12px;
    }
    
    .speed-test-btn {
        margin-top: 28px !important;
    }
    .call-header .close {
        right: 10px;
        top: 10px;
    }

    .header-search .btn-orange {
        padding: 0 8px!important;
    }

    .header-search .search-input-wrap {
        margin-right: 10px;
    }

    header.sticky .header-search .btn-orange {
        padding: 0 10px!important;
    }

    .container-fluid {
        padding: 0 20px!important;
    }

    .header-search {
        right: 20px;
    }

    .menu-toggle {
        left: 20px;
    }

    .cookie-policy-close {
        right: 20px;
    }

    .header-search {
        margin-top: -15px;
    }

    .btn.view-all-providers,
    .search-plans-btn,
    .call-expert-btn,
    .call-number-btn{
        padding: 0 20px!important;
        font-size: 13px;
        height: 32px;
        line-height: 32px;
        width: auto!important;
    }

    .call-number-btn {
        width: 170px!important;
    }

    .btn svg {
        height: 14px;
        width: 14px;
        margin-right: 4px;
        vertical-align: middle;position: relative;
        top: -2px;
    }

    .section {
        padding: 50px 0;
    }

    .plan-details, .plan-details-wrap .plan-details:last-child,
    .plan-details, .plan-details-wrap-2 .plan-details:last-child{
        width: 100%;
        /*margin-bottom: 0;*/
    }

    .tooltip-content,
    .tooltip-content.small {
        width: 240px;
        min-width: 240px;
    }

    header .logo {
        left: 70px;
    }

    .header-search .search-input-wrap.opened input {
        width: 110px;
    }

    .providers-table-fixed,
    .compare-table-fixed {
        width: 120px;
    }

    .providers-table-fixed th,
    .compare-table-fixed th {
        padding-right: 40px!important;
    }

    .compare-table-fixed td {
        padding-left: 20px;
    }

    .scrollable-table-part {
        width: calc(100% - 120px);
        margin-left: 120px;
    }

    .providers-table-wrap table td, .providers-table-wrap table th {
        font-size: 14px;
    }

    .providers-table-wrap table td {
        height: 80px;
    }

    .about-page .section-links a,
    .provider-specific-page .section-links a,
    .comparison-page .section-links a,
    .customer-service-page .section-links a {
        width: 32%;
        margin: 0 calc(4% / 6) 10px calc(4% / 6)!important;
    }

    .about-page .jump-to-wrapper .section-links,
    .provider-specific-page .jump-to-wrapper .section-links,
    .customer-service-page .jump-to-wrapper .section-links {
        margin-left: calc(-4% / 6);
        margin-right: calc(-4% / 6);
    }

    .about-page .section-links a,
    .provider-specific-page .section-links a,
    .customer-service-page .section-links a {
        font-size: 9px;
    }

    .about-page .jump-to-wrapper,
    .provider-specific-page .jump-to-wrapper,
    .comparison-page .jump-to-wrapper,
    .customer-service-page .jump-to-wrapper,
    .internet-speed-test-page .jump-to-wrapper {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .contact-page .jump-to-wrapper {
        margin-bottom: 40px;
    }

    .about-page .services-wrapper .service {
        width: 46%;
        margin-right: 4%;
    }

    .about-page .services-wrapper {
        width: 100%;
    }

    .contact-page .section-links a {
        float: none;
        width: 180px;
        margin: 0 auto 10px auto!important;
    }

    .internet-speed-test-page .speed-info-wrapper .speed-info-block {
        width: 100%;
    }

    .comparison-page .contender .header .sub-title {
        font-size: 14px;
    }

    .comparison-page .contender .main-info {
        padding: 40px 30px;
    }
    .comparison-page .contender .main-info li {
        padding-bottom: 30px;
    }

    .comparison-page .contender .footer .phone-number {
        font-size: 20px;
    }

    .comparison-page .tabs .tab {
        padding: 9px 15px;
    }

    .comparison-page .coverage-wrap .map {
        height: 420px;
    }

    .provider-specific-page .plans-scroll-wrapper .plan-details {
        width: 100%!important;
        min-width: 100%!important;
    }

    .btn img {
        height: 14px;
        width: 14px;
        margin-right: 4px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
    
}

@media (max-width: 460px){
    .provider-icons .provider {
        margin-top: 26px;
        padding: 0 10px;
    }

    .top-providers-wrap {
        width: 100%;
    }

    .provider-icons {
        margin-left: -10px;
        margin-right: -10px;
    }

    .services-table .services-table-row:first-child .service-block,
    .services-table .services-table-row:last-child .service-block{
    }

    .call-header {
        font-size: 10px;
    }

    .get-plan-steps .step {
        padding-bottom: 40px;
    }

    .call-header {
        padding: 12px 34px;
    }

    .smart-home-page .solution-block {
        height: 210px;
    }

    .about-page .section-links a,
    .provider-specific-page .section-links a,
    .comparison-page .section-links a,
    .customer-service-page .section-links a,
    .internet-speed-test-page .section-links a {
        width: 48%;
        margin: 0 calc(4% / 4) 10px calc(4% / 4)!important;
    }

    .about-page .team-wrapper .team-member {
        width: 100%;
    }

    .customer-service-page .support-options-wrapper .support-option {
        width: 46%;
        height: 150px;
        margin-right: 4%;
    }

    .customer-service-page .support-options-wrapper .support-option:nth-child(3),
    .customer-service-page .support-options-wrapper .support-option:nth-child(4) {
        margin-bottom: 0;
    }

    .customer-service-page .support-options-wrapper {
        width: 100%;
    }

    .comparison-page .tabs .tab {
        font-size: 13px;
        margin-right: 4px;
    }

    .comparison-page .tabs .tab img {
        margin-right: 10px;
    }

    .comparison-page .coverage-wrap .map {
        height: 390px;
    }
}

@media (max-width: 420px){
    
    .call-expert-btn {
        margin-left: 15px!important;
    }

    footer .white-logo {
        width: 140px;
    }

    .call-header {
        font-size: 9px;
    }

    .hero-margin-top {
        margin-top: 26px!important;
    }

    .custom-modal-content {
        padding: 46px 20px 20px 20px;
    }

    .custom-close {
        top: 15px;
        right: 15px;
        font-size: 24px;
        line-height: 24px;
    }

    #covid-popup .provider.active .description {
        font-size: 13px;
    }

    .providers-page .provider-block {
        height: 38px;
    }

    .about-page .services-wrapper .service .image-wrapper {
        margin-bottom: 15px;
        height: 40px;
        line-height: 40px;
    }

    .about-page .services-wrapper .service img {
        max-height: 40px;
    }

    .about-page .services-wrapper .text-wrapper > div {
        margin-bottom: 7px;
    }

    .customer-service-page .service-phone-block .main-info {
        padding: 30px 26px;
    }

    .customer-service-page .service-phone-block .header {
        height: 65px;
        line-height: 65px;
    }

    .comparison-page .coverage-wrap .map {
        height: 350px;
    }
}

@media (max-width: 410px){
    .mobile-search-wrap {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .get-plan-steps {
        padding: 0;
    }

    .get-plan-steps .step-icon {
        width: 120px;
        padding-right: 15px;
    }
    
	.header-search .search-input-wrap{
		display:none;
	}

    .header-search .search-input-wrap.opened input {
        width: 0;
        padding: 0;
        border: 0;
    }

    .header-search .search-input-wrap.opened svg {
        left: -20px;
    }

    .mobile-search-wrap {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .get-plan-steps .step-icon img {
        width: 80%;
    }

    .get-plan-steps .step:first-child img {
        width: calc(80% + calc(80% * 0.14));
    }

    .get-plan-steps .step:nth-child(2) img {
        width: calc(80% + calc(80% * 0.21));
    }
}

@media (max-width: 400px){

    .faq .question .answer {
        padding: 20px;
    }

    .customer-service-page .service-phone-block .header {
        font-size: 16px;
    }

    .comparison-page .tabs .tab {
        font-size: 12px;
        padding: 9px 10px;
    }
}

@media (max-width: 380px){

    .container-fluid {
        padding: 0 15px!important;
    }

    .header-search {
        right: 15px;
    }

    .menu-toggle {
        left: 15px;
    }

    .cookie-policy-close {
        right: 15px;
    }

    header.sticky .logo img,
    header .logo img {
        height: 30px;
    }

    .providers-row .provider:first-child svg {
        height: 18px!important;
    }

    .providers-row svg {
        height: 16px!important;
    }

    .services-table .services-table-row:first-child .service-block,
    .services-table .services-table-row:last-child .service-block {
    }

    .comparison-page .coverage-wrap .map {
        height: 330px;
    }
}

@media (max-width: 360px){
    .provider-icons .provider {
        margin-top: 24px;
        padding: 0 20px;
    }

    .provider-icons {
        margin-left: -20px;
        margin-right: -20px;
    }

    .providers-row svg {
        height: 15px!important;
    }

    .tooltip-content,
    .tooltip-content.small {
        min-width: 200px;
        width: 200px;
    }

    .call-expert-btn,
    .call-expert-btn{
        margin: 10px auto 0 auto!important;
        display: block;
    }

    .search-plans-btn,
    .search-plans-btn {
        margin: 0 auto;
        display: block;
    }

    .services-table .services-table-row:first-child .service-block,
    .services-table .services-table-row:last-child .service-block {
    }

    .custom-modal-content {
        padding: 34px 20px 20px 20px;
    }

    .custom-close {
        top: 10px;
    }

    .faq-page .hero-section .search-input-wrap {
        width: 100%;
    }

    .about-page .contacts-wrapper .contact,
    .customer-service-page .contacts-wrapper .contact,
    .contact-page .contacts-wrapper .contact {
        width: 100%;
    }

    .comparison-page .coverage-wrap .map {
        height: 310px;
    }

    .city-page .providers-table-fixed {
        width: 170px;
    }

    .city-page .scrollable-table-part {
        width: calc(100% - 170px);
        margin-left: 170px;
    }

    .city-page .providers-table-fixed .provider-description {
        font-size: 12px;
    }
}

@media (max-width: 340px){
    .provider-icons .provider {
        margin-top: 20px;
        padding: 0 12px;
    }

    .provider-icons {
        margin-left: -12px;
        margin-right: -12px;
    }

    .providers-row svg {
        height: 14px!important;
    }

    .services-table .services-table-row:first-child .service-block,
    .services-table .services-table-row:last-child .service-block {
    }

    .comparison-page .coverage-wrap .map {
        height: 290px;
    }

    .contract-buyout-page .buyout .buyout-link {
        font-size: 12px;
    }
}

.providers-table-wrap table th {
    font-family: 'Noto Sans SC', sans-serif !important;
    font-size: 16px;
}

.providers-table-wrap table td {
    font-size: 16px;

}

.comparison-links a {
    font-size: 16px !important;
}

.answer {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

@media (max-width: 767px){
    
    .update-location-form a {
        display: none;
    }

    .business-checkbox {
        padding: 15px 5px;
		text-align:center;
    }

    .comparison-links a {
        font-size: 14px !important;
    }

    .providers-table-wrap table td,
    .providers-table-wrap table th,
    .compare-table-wrap table td,
    .compare-table-wrap table th  {
        font-size: 14px;

    }
    
   .about-page .team-member .main-info,
   .about-page .services-wrapper .service {
        font-size: 14px;
    }

}

@media (max-width: 992px) {
    .city-page .contender {
        text-align: center;
    }
    
    .city-page .contender .main-info li::before {
        position: relative;
        left: -5px;
    }
}

@media only screen and (min-width : 1301px) and (max-width : 1380px){
	.about-page .section-links a, .customer-service-page .section-links a, .provider-specific-page .section-links a, .contact-page .section-links a, .comparison-page .section-links a, .internet-speed-test-page .section-links a {
		width: 169px;
	}
}

.inactive {
    display: none !important;
}

.scrollable-table-part::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scrollable-table-part::-webkit-scrollbar:vertical {
    width: 11px;
}

.scrollable-table-part::-webkit-scrollbar:horizontal {
    height: 11px;
}

.scrollable-table-part::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.scrollable-table-part::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 

.providers-table-wrap table td {
    background: #fff;
} 

/* 22.06.2021 Utility Parthnership Page */

.contact-list{
	padding:0;
	margin:0;
	list-style:none;
}

.contact-list li{
	position:relative;
	padding-left:35px;
	line-height:1;
	margin-bottom:15px;
}

.contact-list li a{
	color:#2F55D4;
}

.contact-list li.phone-number:before{
	content:url('../img/phone-icon-blue-small.svg');
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
}

.contact-list li.email-address:before{
	content:url('../img/email-icon-blue-small.svg');
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
}

.btn-primary {
    color: #fff;
    background-color: #2f55d4;
    border-color: #2f55d4;
    border-radius: 5pt;
    font-family: 'Noto Sans SC', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0 20px!important;
}

@media (max-width: 600px) {
    .btn-primary  {
        padding: 0 12px!important;
        font-size: 12px;
        height: 30px;
        line-height: 28px;
    }
}

.dropdown-item {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.contract-buyout-page .buyout h4 .step {
    color: #4669df;
}

header .search-bar{
	cursor:pointer;
	margin-left:auto;
	margin-right:90px;
	position:relative;
}


header .search-bar .search-bar-form{
	position:absolute;
	/*top:calc(100% + 26px);*/
	right:0;
	/*background-color:#fff;*/
	padding:15px;
	border-radius:5px;
	width:250px;
	display:none;
}

header .search-bar .search-bar-form.open{
	display:block;
	right: -28px !important;
}

header .search-bar > svg{
	width:25px;
	height:25px;
}

header .search-bar > svg path{
	transition:all 0.3s ease-in-out;
}

header .search-bar:hover > svg path{
	fill:#FFA300;
}

.main-search-form input[type="text"] {
    height: 50px;
    width: calc(100% - 49px);
    padding: 0 58px 0 20px;
    border: 1px solid #cad4d7;
	border-radius: 5px 0 0 5px;}

.main-search-form input[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	background-image:url("../img/lens.svg");
	background-size:50%;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #fff;
    border: 1px solid #cad4d7;
    border-radius: 0 5px 5px 0;
        border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	display:block;
}

.main-search-form input[type="submit"]:hover {
    background-color: #ececec !important;
    border: 1px solid #cad4d7;
}

.hero-section.hero-search-section{
	min-height:260px;
}

.search-grid .entry-link a{
	color:#777b82;
}

.search-grid .entry-link a:hover{
	color:#2F55D4;
	text-decoration:none;
}

.post-navigation{
	background-color: #f2f6f7;
}

.post-navigation .pagination{
	justify-content:center;
	align-items:center;
}

.post-navigation .page-numbers{
	display:flex;
	justify-content:center;
	align-items:center;
	width:50px;
	height:50px;
	font-size: 14px;
	border-radius: 5px;
	font-family: 'Noto Sans SC', sans-serif;
	background-color:#fff;
	margin-left:3px;
	margin-right:3px;
	color:#45484d;
	transition:all 0.3s ease-in-out;
}

.post-navigation .page-numbers:not(.dots):hover{
	background-color:#2F55D4;
	color:#fff;
	text-decoration:none;
}

.post-navigation .page-numbers.current{
	background-color:#2F55D4;
	color:#fff;
	text-decoration:none;
}

.post-navigation .page-numbers.prev,.post-navigation .page-numbers.next{
	width:75px;
}

.provider-list-header{
	margin-bottom:75px;
}

.provider-customer-support-page-wrap{
	background-color:#fff;
	border:1px solid #c3d6e2;
}

.provider-customer-support-page-wrap > .row > .col:nth-child(1){
	flex-basis:100%;
	max-width:100%;
	border-bottom:1px solid #c3d6e2;
}

.provider-customer-support-logo{
	padding:30px 20px;
	text-align:center;
}

.provider-customer-support-logo img{
	max-width:100%;
	height:auto;
}

.provider-customer-support-page-wrap > .row > .col:nth-child(2){
	flex-basis:100%;
	max-width:100%;
}

.provider-customer-support-description{
	padding:30px 20px;
	text-align:center;
}

.provider-customer-support-page-wrap > .row > .col:nth-child(3){
	flex-basis:100%;
	max-width:100%;
}

.provider-customer-support-buttons{
	padding:0 0 30px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.provider-customer-support-info{
	flex-basis:100%;
	max-width:100%;
	background-color:#f3f6f7;
	padding:15px 30px;
}
.provider-customer-support-info a:hover{
	text-decoration:none;
	color:#007bff;
}

.provider-customer-support-info a.active svg{
	transform:rotate(180deg);
}

.provider-customer-support-info a .active{
	display:none;
}

.provider-customer-support-info a.active .nonactive{
	display:none;
}

.provider-customer-support-info a.active .active{
	display:inline-block;
}

.additional-info{
	display:none;
}

.additional-info.active{
	display:block;
}

.additional-info > .row > .col{
	flex-basis:100%;
	max-width:100%;
	border-bottom:1px solid #c3d6e2;
}

.additional-info > .row > .col:last-child{
	border-bottom:none;
}

.additional-info-wrap{
	padding:35px 20px;
}

.additional-info h4{
	font-weight:700;
}

.additional-info-phone{
	font-size:20px;
	font-weight:700;
}

.additional-info-list-title{
	font-size:20px;
	font-weight:700;
}

.additional-info-list li{
	margin-bottom:20px;
}

@media (min-width: 1025px) {
	.additional-info > .row > .col{
		flex-basis:50%;
		max-width:50%;
		border-right:1px solid #c3d6e2;
		border-bottom:none;
	}
	.additional-info > .row > .col:last-child{
		border-right:none;
	}
	.additional-info-wrap{
		padding:50px;
	}
	.provider-customer-support-page-wrap > .row > .col:nth-child(3){
		flex-basis:370px;
		max-width:370px;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.provider-customer-support-buttons{
		flex-direction:column;
		padding:50px;
	}
	.provider-customer-support-page-wrap > .row > .col:nth-child(1){
		flex-basis:205px;
		max-width:205px;
		border-right:1px solid #c3d6e2;
		border-bottom:none;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.provider-customer-support-page-wrap > .row > .col:nth-child(2){
		flex-basis:calc(100% - 575px);
		max-width:calc(100% - 575px);
		display:flex;
		align-items:center;
	}
	.provider-customer-support-description{
		padding:50px 0 50px 20px;
		text-align:left;
	}
}

@media (min-width: 1500px) {
	.provider-customer-support-logo{
		padding:50px;
	}
	.provider-customer-support-description{
		padding:50px 60px 50px 40px;
	}
	.provider-customer-support-page-wrap > .row > .col:nth-child(1){
		flex-basis:305px;
		max-width:305px;
	}
	.provider-customer-support-page-wrap > .row > .col:nth-child(2){
		flex-basis:calc(100% - 675px);
		max-width:calc(100% - 675px);
	}
}

@media (min-width: 992px) {
	.hero-search-form{
		margin-left:auto;
		margin-right:auto;
		max-width:450px;
	}
}

@media (min-width: 601px) {
	header .search-bar{
		margin-right:130px;
	}
	header .search-bar svg{
		width:25px;
		height:25px;
	}
	header .search-bar .search-bar-form{
		width:350px;
	}
}

@media (min-width: 1100px) {
	header .search-bar{
		margin-right:25px;
		margin-left: -45px;
	}
	header .search-bar svg{
		width:25px;
		height:25px;
	}
}

@media (min-width: 1100px) {
	.plan-details-wrap, .plan-details-wrap-2{
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
}

.customer-service-page .service-phone-block ul li { 
    margin-top: 20px;
}

.customer-service-page .service-phone-block .work-hours {
    margin-top: 30px;
    margin-bottom: 45px;  
}

.posts-navigation{
	padding:25px 15px;
}

.search-bar {
    display: block;
}

.faq-search-form form{
	padding:35px 25px;
	border-radius:5px;
	background:#f0f5ff;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	display: none; 
}

.faq-search-form form input[type="text"]{
	height:40px;
	padding-left:10px;
	margin-right:10px;
	flex-basis:calc(100% - 100px);
	max-width:calc(100% - 100px);
}

.providers-row .provider{
	display:flex!important;
	justify-content:center;
	align-items:center;
	padding-left:15px;
	padding-right:15px;
}

.providers-row .provider img{
	max-width:100%;
	max-height:42px;
}

.providers-row .provider img#frontier-logo,
.providers-row .provider img#att-logo {
	max-height:52px;
}

.providers-row .provider img#cox-logo {
    max-height: 38px;
}

.providers-row .provider img#buckeyebroadband-logo {
    margin-left: -5px ;
}

.providers-row .provider img#hughesnet-logo{
	margin-top: 10px;
}

.providers-row .slick-track{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.providers-row .slick-list{
	width:100%;
}

.how-it-wroks-icon{
	min-height:140px;
}

.how-it-works-title h3{
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.how-it-works-title h3{
		font-size:18px;
	}
}

.search-grid h2{
	margin-bottom: 15px;
    font-size: 38px;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 900;
    word-spacing: .04em;
}

#faq.section h2{
	margin-bottom:50px;
}

.provider-info-wrap  {
    font-family: 'Source Sans Pro', sans-serif !important;
}

#providers-list,
#shop-easy {
    padding-bottom: 60px;
}

#primary{
	min-height:calc(100vh - 587px);
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b{
    color: #007bff !important;
    font-size: 20px;
}

.gs-webResult div.gs-visibleUrl,
.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet, .gs-fileFormatType {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #45484d !important;
    font-size: 20px !important;
}

.gs-webResult div.gs-visibleUrl {
    font-size: 16px !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    padding: 3px !important;
    font-size: 22px !important;
}

.gsc-search-button-v2 {
    border: none !important;
    padding: 0 0 0 15px !important;
}

.gsc-search-button-v2 svg {
    fill: #ffa300 !important;
    height: 35px !important;
    width: 35px !important;
}

.gsst_a .gscb_a {
    color: #ffa300 !important;
    display: none !important;
}

.gsc-input,
.gsc-input-box {
    background: #f2f6f7 !important;
    border-radius: 5px !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.gcsc-more-maybe-branding-root,
.gsc-orderby {
    display: none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-radius: 5px !important;
}

@media (min-width: 1025px) {
	#blog-grid{
		padding-top:70px;
	}
}

.read-time{
	padding-left:15px;
}

