/*
 Theme Name:   Divi-child
 Description:  Child theme of Divi
 Template:     Divi
*/
/*@import url("../Divi/style.css");*/

/* General */

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    width: 90%;
}

.pac-container {
    z-index: 1999999999 !important;
}

.tippy-content {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	color: #2c3067;
}
/*
.tippy-arrow {
	color: #fff;
}
*/

.tippy-content {
    border: 1px solid #333;
    padding: 15px;
}

.wn_outage_form_section .wn_field_container:not(:last-child) {
    margin-bottom: 10px;
}
.wn_outage_form_section label {
    display: block;
    margin-bottom: 10px;
}
.wn_outage_form_section input[type=text],
.wn_outage_form_section input[type=password],
.wn_outage_form_section input[type=tel],
.wn_outage_form_section input[type=email],
.wn_outage_form_section textarea,
.wn_outage_form_section select {
    width: 100%;
    padding: 10px;
}
.wn_outage_form_section textarea {
    resize: vertical;
}
.wn_outage_form_submit {
    background: #2c3066;
    border: 1px solid #2c3066;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease;
}
.wn_outage_form_submit:hover {
    background: transparent;
    color: #2c3066;
}
.wn_outage_form_section .wn_field_container:last-child {
    text-align: center;
}

/*
.wn_progress_bar_wrapper {
    display: grid;
    grid-template-columns: 40% minmax(auto, 100%) 50px;
    align-items: center;
    margin-bottom: 10px;
}
.wn_progress_bar_wrapper * {
    font-weight: 600;
}
.wn_progress_bar_title {
    padding: 0 20px 0 0;
    color: #737373;
}
.wn_progress_bar_percent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.4;
    text-align: right;
}
.wn_progress_bar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    background: #f0f0f0;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    border-radius: 30px;
}
.wn_progress_bar_filled_bar {
    position: absolute;
    left: 0;
    top: 0;
    background: #a2a2a2;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.wn_bar .wn_progress_bar_filled_bar {
    background: #2c3067;
}
.wn_bar .wn_progress_bar_title {
    font-weight: 700;
    color: #2c3067;
}
.wn_bar .wn_progress_bar_percent {
    color: #3A735D;
}
.wn_progress_bar_filled_bar_wrapper {
    position: relative;
    width: 0;
    height: 10px;
    text-align: right;
    transition: all 1s ease;
}
*/

.wn_bar_row {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.wn_bar_label {
    flex: 0 0 25%;
    padding: 0 20px 0 0;
    color: #737373;
}

.wn_bar_wrapper {
    position: relative;
    flex: 1;
    height: 14px;
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    overflow: hidden;
}

/* ZERO LINE */
.wn_bar {
    position: absolute;
    height: 100%;
    width: 0;
    transition: all 1s ease;
    z-index: 2;
}

.wn_bar_positive {
    background: #a2a2a2;
    border-radius: 0 30px 30px 0;
}

.wn_bar_negative {
    background: #f00;
    border-radius: 30px 0 0 30px;
}

.wn_bar_value {
    flex: 0 0 60px;
    text-align: right;
    padding-left: 10px;
}

.wireless_nation_bar .wn_bar_positive {
    background: #2c3067;
}
.wireless_nation_bar .wn_bar_label {
    font-weight: 700;
    color: #2c3067;
}
.wireless_nation_bar .wn_bar_value {
    color: #3A735D;
}

#page-container {
    overflow: hidden;
}

.et_pb_row {
    z-index: 9;   
}

.wn-top-bar {
    background: #2C3067;
    padding: 10px;
    text-align: center;
}

.wn-top-bar h4 {
    padding-bottom: 0;
    font-size: 20px;
    color: #fff;
}

.wn-top-bar h4:before {
	margin-right: 2px;
	vertical-align: bottom;
    font-family: 'dashicons';
    font-size: 22px;
	content: '\f313';
}

.wn-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.7);
}

.wn-popup-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.wn-popup-close .et-pb-icon {
    cursor: pointer;
}

#et-top-navigation .et-cart-info {
    display: none;
}

.et_header_style_left .logo_container {
    display: table;
    position: static;
    padding: 10px 0 15px;
}

.logo_container .logo-link {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    float: left;
}

.header-search-form {
    display: table-cell;
    width: 300px;
    margin-left: 30px;
    vertical-align: bottom;
}

.header-search-form input {
    border: 1px solid #000;
    width: 100%;
    padding: 5px 12px;
    font-size: 16px;
    color: #4b4b4b;
}

.et_pb_contact_captcha_question {
	color: #ffffff
}

.wn-vf-add-suggestions {
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}

.wn-vf-add-suggestions li {
    padding: 5px 20px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    color: #fff;
    cursor: pointer;
}

.wn-vf-add-suggestions li.active,
.wn-vf-add-suggestions li:hover {
    background: #B3BD45;
}

.wn-vf-add-suggestions li:last-child {
    border: none;
}

/* Home Page */

.home-header-slider .et_pb_slide {
    padding: 0;
}

.home-header-slider .et_pb_container {
    width: 80% !important;
}

.home-header-slider .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: top;
}

.home-header-slider .et_pb_slide_description {
    padding: 60px 50px;
}

.home-header-slider .et-pb-active-slide .et_pb_slide_description {
    animation: none;
}

.home-header-slider .et_pb_slide_content {
    padding: 20px 0;
    overflow: hidden;
}

.home-header-slider .et_pb_slide_title {
    padding: 0 50px;
}

.home-header-slider .et_pb_slide_content p {
    padding-right: 40%;
    padding-left: 50px;
}

.home-header-slider .border-box-text p {
    padding-left: 0;
    padding-right: 0;
}

.home-header-slider .et-pb-moved-slide {
    opacity: 1 !important;
}

.home-header-slider .et-pb-controllers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    bottom: 135px;
    left: 0;
    right: 0;
    width: calc(80% - 100px);
    max-width: 980px;
    margin: auto;
    padding: 0 75px;
}

.home-header-slider .et-pb-controllers a {
    position: relative;
    background-color: #fff;
    width: 130px;
    height: 60px;
	opacity: 1;
}

.home-header-slider .et-pb-controllers a:before {
    display: table;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin: auto;
    font-size: 22px;
    font-weight: 600;
    text-indent: 0;
    color: #2C3067;
    transform: translateY(-50%);
}

.home-header-slider .et-pb-controllers a.el-active-control:before,
.home-header-slider .et-pb-controllers a.et-pb-active-control:before {
    color: #fff;
}

.home-header-slider .et-pb-controllers a:nth-child(1) {
    display: none;
}

.home-header-slider .et-pb-controllers a:nth-child(2):before {
    content: 'Urban';
}

.home-header-slider .et-pb-controllers a.el-active-control:nth-child(2),
.home-header-slider .et-pb-controllers a.et-pb-active-control:nth-child(2) {
    background-color: #ff0038;
}

.home-header-slider .et-pb-controllers a:nth-child(3):before {
    content: 'Rural';
}

.home-header-slider .et-pb-controllers a.el-active-control:nth-child(3),
.home-header-slider .et-pb-controllers a.et-pb-active-control:nth-child(3) {
    background-color: #a9c941;
}

.home-header-slider .et-pb-controllers a:nth-child(4):before,
.home-header-slider .et-pb-controllers a.et-pb-active-control:nth-child(4) {
    content: 'Business';
}

.home-header-slider .et-pb-controllers a.el-active-control:nth-child(4),
.home-header-slider .et-pb-controllers a.et-pb-active-control:nth-child(4) {
    background-color: #0074cd;
}

.home-header-slider .et-pb-controllers a:nth-child(5):before {
    content: 'Lifestyle';
}

.home-header-slider .et-pb-controllers a.el-active-control:nth-child(5),
.home-header-slider .et-pb-controllers a.et-pb-active-control:nth-child(5) {
    background-color: #00b3aa;
}

.home-header-slides .et_pb_slide {
    padding-bottom: 50px;
}

.home-header-slides .et-pb-controllers {
    bottom: 250px;
}

.border-box-text {
    position: relative;
    border: 1px solid #fff;
    border-top: none;
    padding: 0 50px 160px;
    margin-top: 70px;
    text-align: center;
}

.border-box-text p {
    display: inline-block;
    position: relative;
    top: -12px;
    font-size: 24px; 
    font-weight: 900;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
}

.border-box-text p:before,
.border-box-text p:after {
    position: absolute;
    top: 11px;
    background: #fff;
    width: 1000px;
    height: 1px;
    content: '';
}

.border-box-text p:before {
    right: calc(100% + 40px);    
}

.border-box-text p:after {
    left: calc(100% + 40px);
}

.home-blurb-section .border-box-text {
    border-color: #4b4b4b;
    padding-bottom: 250px;
}

.home-testimonial-section .border-box-text {
    margin-top: 40px;
    padding-bottom: 170px;
}

.home-testimonial-section .border-box-text p:before,
.home-testimonial-section .border-box-text p:after {
    width: 150px;
}

.home-blurb-section .home-border-row {
    overflow: hidden;
}

.home-testimonial-section .home-testimonial-title-row {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.24);
    z-index: 9;
    margin-top: -130px;
}

.home-testimonial-section .home-testimonial-row .et_pb_column {
    z-index: 9;
}

.home-testimonial-section .home-testimonial-row .owl-item,
.business-blurb-section .home-blurb-row .owl-item,
.business-solution-section .business-solution-row .owl-item,
.rural-blurb-section .home-blurb-row .owl-item {
    padding: 10px;
}

.home-testimonial-section .owl-nav,
.business-blurb-section .owl-nav,
.rural-blurb-section .owl-nav {
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
}

.disabled {
     display: none;   
}

.home-testimonial-section .owl-carousel .owl-nav .owl-prev,
.home-testimonial-section .owl-carousel .owl-nav .owl-next,
.business-blurb-section .owl-carousel .owl-nav .owl-prev,
.business-blurb-section .owl-carousel .owl-nav .owl-next,
.rural-blurb-section .owl-carousel .owl-nav .owl-prev,
.rural-blurb-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    border: 1px solid #4a4a4a;
    padding: 24px 4px 24px 0px !important;
    font-size: 50px;
}

.home-testimonial-section .owl-carousel .owl-nav .owl-prev {
    right: calc(100% + 40px);
}

.home-testimonial-section .owl-carousel .owl-nav .owl-next {
    left: calc(100% + 40px);
}

.home-testimonial-section .home-testimonial-row .owl-next:before,
.home-testimonial-section .home-testimonial-row .owl-prev:before,
.business-blurb-section .home-blurb-row .owl-next:before,
.business-blurb-section .home-blurb-row .owl-prev:before,
.business-solution-section .home-blurb-row .owl-next:before,
.business-solution-section .home-blurb-row .owl-prev:before,
.rural-blurb-section .home-blurb-row .owl-next:before,
.rural-blurb-section .home-blurb-row .owl-prev:before {
    font-family: ETmodules;
}

.home-testimonial-section .home-testimonial-row .owl-next:before,
.business-blurb-section .home-blurb-row .owl-next:before,
.business-solution-section .home-blurb-row .owl-next:before,
.rural-blurb-section .home-blurb-row .owl-next:before {
    content: '\35';
}

.home-testimonial-section .home-testimonial-row .owl-prev:before,
.business-blurb-section .home-blurb-row .owl-prev:before,
.business-solution-section .home-blurb-row .owl-prev:before,
.rural-blurb-section .home-blurb-row .owl-prev:before {
    content: '\34';
}

.slider-counter {
  text-align: center;
}

.owl-carousel .owl-dots {
   margin-top: 30px;
   text-align: center;
}

.owl-carousel .owl-dots button.owl-dot {
   border: 1px solid #4a4a4a;
   padding: 5px !important;
   border-radius: 50%;
   margin-right: 15px;
   background: #fff;
}

.owl-carousel .owl-dots button.owl-dot.active {
   background: #4a4a4a;
}

.owl-carousel button.owl-dot:last-child {
    margin-right: 0;
}

.home-testimonial-section .home-testimonial-row .home-testimonial {
    background: #fff;
    z-index: 9;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.24);
    padding: 55px 60px 40px;
}

.home-testimonial-section .home-testimonial-row .home-testimonial .et_pb_text_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.home-testimonial-section .home-testimonial-row .home-testimonial:before,
.home-testimonial-section .home-testimonial-row .home-testimonial:after {
    position: absolute;
    font-family:FontAwesome;
    font-size: 26px;
    color: #2c3067;
}

.home-testimonial-section .home-testimonial-row .home-testimonial:before {
    top: 30px;
    left: 20px;
    content:"\f10d";
}

.home-testimonial-section .home-testimonial-row .home-testimonial:after {
    bottom: 30px;
    right: 20px;
    content:"\f10e";
}

.home-testimonial-section .home-testimonial-row .et_pb_column .testimonial-content {
    padding-bottom: 15px;
}

.home-testimonial-section .home-testimonial-row .et_pb_column .testimonial-author {
    width: 100%;
    border-top: 1px solid #2c3067;
    padding-top: 15px;
}

.home-blurb-section .border-box-text p:before,
.home-blurb-section .border-box-text p:after,
.home-testimonial-section .border-box-text p:before,
.home-testimonial-section .border-box-text p:after {
    background: #4b4b4b;
}

.home-blurb-section .home-blurb-row {
    margin-top: -250px;
    padding-left: 75px;
    padding-right: 75px;
    z-index: 9;
}

.home-blurb-section .home-blurb-row .et_pb_column {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 20px;
    
}

.home-testimonial-section .home-testimonial-row {
    width: 65%;
    max-width: 980px;
    margin-top: -170px;
}

.home-blurb .et-pb-icon {
    padding: 14px;
}

.home-blurb .et_pb_module_header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.home-blurb .et_pb_blurb_description {
    min-height: 50px;
}

.home-bottom-slider {
    max-width: 90%;
    margin: 0 auto 130px;
    box-shadow: 0 5px 20px 0px rgba(0,0,0,0.6);
}

.home-bottom-slider .home-header-slider .et_pb_slide_description {
    padding: 0 50px 60px;
}

.home-testimonial .home-testimonial-title-row {
    margin-top: 0;  
}

.home-testimonial .border-box-text {
    padding-bottom: 270px;
}

.home-testimonial .home-testimonial-row {
    margin-top: 0;
}

.home-testimonial .rplg .rplg-slider-review {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.24);
    height: 100%;
    margin: 40px 10px 40px 10px!important;
    z-index: 9;
}

.home-testimonial .rplg-slider .rplg-box .rplg-box-content:before {
    color: #2c3067!important;
}

.home-testimonial .rplg-slider-review .rplg-box {
    background-color: #fff!important;
    border: 0px solid #ededed!important;
    border-radius: 0px!important;
}

.home-testimonial .rplg-slider-review .rplg-box:before {
    border: 0px solid #ededed!important;
    height: 0!important;
    width: 0!important;
}

.home-testimonial .rplg .rplg-slider-review .rplg-box-content {
    padding: 30px 20px 30px 10px!important;
}

.home-testimonial .rplg-box-content span.rplg-review-text {
    color: #4a4a4a!important;
    font-size: 16px!Important;
}

.home-testimonial .rplg-row-right {
    padding: 0px 30px !important;
}

.home-testimonial .rplg-slider .rplg-slider-prev, 
.home-testimonial .rplg-slider .rplg-slider-next {
    background: #fff;
    border: 1px solid #4a4a4a!Important;
    border-radius: 0;
    height: 80px;
    top: -27px!important;
    width: 60px;
}

.home-testimonial .rplg-slider-next {
    left: calc(100% + 40px);
}

.home-testimonial .rplg-slider .rplg-slider-prev {
    left: -100px!important;
    right: calc(100% + 40px)!important;
}

.home-testimonial .rplg-slider .rplg-slider-prev span, 
.home-testimonial .rplg-slider .rplg-slider-next span {
    left: 35%!important;
   	font: normal 300 50px / 0 "Muli",Helvetica,Arial,Verdana,sans-serif!important;
    top: 45%!important;
}

.home-testimonial .rplg-row .rplg-review-name {
    border-top: 1px solid #2c3067!important;
    color: #4a4a4a!important;
    font-weight: 500!important;
    padding-top: 15px!important;
}

.home-testimonial .rplg-review-time.rplg-trim {
    color: #4a4a4a !important;
    font-style: italic !important;
    font-size: 16px !important;
}

.home-testimonial .rplgsw-pagination-bullet-active {
    background: #4a4a4a !important;
}

.home-testimonial span.rplgsw-pagination-bullet {
    background: #fff;
    border: 1px solid #4a4a4a !important;
    border-radius: 50%;
    opacity: 1;
    padding: 5px !important;
}

.home-testimonial .rplg-grid .rplg-box {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    background-color: #fff!important;
}

.home-testimonial .rplg .rplgsw-pagination.rplgsw-pagination-bullets {
    bottom: 0px !important;
}

.home-testimonial .rplg-slider .rplg-box .rplg-box-content {
    background-color: inherit!important;
    margin: 20px 6px 20px 30px!important;
}

.home-testimonial .rplg .rplg-social-logo svg {
    width: 24px!important;
}

.home-testimonial .home-testimonial-row {
     margin-top: 0px !important;
}
    
/* Business Page */

.business-header {
     padding-bottom: 120px;   
}

.business-header .et_pb_row,
.rural-header .et_pb_row {
     width: 80%;   
}

.business-header .business-heading h1,
.rural-header .rural-heading h1 {
    padding: 0 150px;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.2em;
}

.business-header .business-heading p,
.rural-header .rural-heading p {
    padding-left: 150px;
    padding-right: 32%;
    padding-top: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3em;
}

.business-header .contact-button,
.business-header .contact-button:hover,
.cta-section .contact-button,
.cta-section .contact-button:hover {
    padding: 15px 28px !important;
    line-height: 28px !important;
}

.business-header .contact-button,
.cta-section .contact-button {
    background: #fff;
    color: #0082CB;
}

.business-header .contact-button:hover,
.cta-section .contact-button:hover {
    background: #0082CB;
    color: #fff;
}

.business-header .business-link,
.rural-header .rural-link {
    border-bottom: 1px solid;
    font-weight: bold;
    color: #fff;
}

.business-header .business-link:hover {
    border-color: #0082CB;
    box-shadow: 0 -9px 0 0 #0082CB inset;
}

.business-header .business-link .et-pb-icon,
.rural-header .rural-link .et-pb-icon {
    position: relative;
    top: 6px;
    left: 5px;
    margin-left: -5px;
    font-weight: 100;
    font-size: 30px;
}

.business-testimonial-section .home-testimonial-title-row {
    border-radius: 6px;
}

.business-testimonial-section .home-testimonial-row .home-testimonial {
    background: linear-gradient(324.58deg, #51A8D9 0%, #0082CB 100%);
}

.business-testimonial-section .home-testimonial-row .et_pb_column:before,
.business-testimonial-section .home-testimonial-row .et_pb_column:after {
    color: #fff;
}

.business-testimonial-section .home-testimonial-row .home-testimonial:before,
.business-testimonial-section .home-testimonial-row .home-testimonial:after {
    color: #fafafa;
}

.business-testimonial-section .home-testimonial-row .et_pb_column .testimonial-author {
    border-color: #fafafa;
}

.business-blurb-section .home-blurb-row .et_pb_column,
.business-solution-section .home-blurb-row .et_pb_column,
.rural-blurb-section .home-blurb-row .et_pb_column {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.business-blurb-section .home-blurb-row .home-blurb,
.business-solution-section .business-solution-row .solution-blurb {
    height: 100%;
    padding: 20px;
}

.business-blurb-section .owl-carousel .owl-nav .owl-prev,
.business-blurb-section .owl-carousel .owl-nav .owl-next {
    top: calc(100% + 65px);
    background: #fff;
}

.business-blurb-section .owl-carousel .owl-nav .owl-prev {
    right: calc(100% + 47px);
}

.business-blurb-section .owl-carousel .owl-nav .owl-next {
    left: calc(100% + 47px);
}

.business-solution-section .owl-carousel .owl-nav .owl-prev,
.business-solution-section .owl-carousel .owl-nav .owl-next {
    border: 1px solid #fff;
}

.business-solution-section .owl-carousel .owl-nav .owl-prev,
.business-solution-section .owl-carousel .owl-nav .owl-next {
    top: calc(100% + 140px);
}

.business-solution-section .owl-carousel .owl-nav .owl-prev {
    right: calc(100% + 5px);
}

.business-solution-section .owl-carousel .owl-nav .owl-next {
    left: calc(100% + 5px);
}

.business-solution-section .home-blurb-row .owl-next:before,
.business-solution-section .home-blurb-row .owl-prev:before {
    color: #fff;
}

.business-solution-section .business-solution-title-row {
    overflow: hidden;
}

.business-solution-section .business-solution-row {
     margin-top: -450px;   
}

.business-solution-section .border-box-text {
    border: none;
    padding-bottom: 450px;
}

.business-solution-section .border-box-text p:before,
.business-solution-section .border-box-text p:after{
    background: #fff;
}

.solution-blurb .et_pb_blurb_container {
    height: calc(100% - 127px);
    border: 1px solid #0082cb;
    border-top: none;
}

.solution-blurb .et_pb_blurb_content {
    overflow: hidden;
    height: 100%;
}

.solution-blurb .et_pb_module_header {
    position: relative;
    top: -9px;
    padding: 0 5px;
    max-width: 90%;
    margin: 0 auto;
}

.solution-blurb .et_pb_module_header:before,
.solution-blurb .et_pb_module_header:after{
    position: absolute;
    top: 8px;
    background: #0082cb;
    width: 1000px;
    height: 1px;
    content: '';
}

.solution-blurb .et_pb_module_header:before {
    right: 100%;
}

.solution-blurb .et_pb_module_header:after {
    left: 100%;
}

.solution-blurb .et_pb_blurb_description {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px 20px;
}

.solution-blurb .solution-link {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -24px;
    text-align: center;   
}

.solution-blurb .business-link {
    color: #4a4a4a;
}

.solution-blurb .business-link:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    transition: all 300ms ease;
}

.solution-blurb .business-link:hover:before {
    background: #0082CB;
    width: 95%;
}

.solution-blurb .business-link .et-pb-icon {
    position: relative;
    top: 5px;
    font-weight: 100;
    font-size: 24px;
}

.cta-section {
     padding-bottom: 130px;   
}

.cta-section p {
    font-size: 24px; 
    font-weight: 900;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.2;
    text-align: center;
}

/* Rural Page */

.address-checker-message-rural a {
	color: #2C3067;
}

.wn-antenna-status {
    text-align: center;
}

.wn-antenna-status h4 {
    display: inline-block;
    background: #B3BD45;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.rural-header .rural-link:hover,
.rural-header .rural-link:hover:after {
    border-color: #a9c941;
    box-shadow: 0 -9px 0 0 #a9c941 inset;
}

.rural-coverage-section .border-box-text {
    padding-bottom: 600px;
}

.rural-header .rural-link {
    margin-left: 150px;
}

.rural-coverage-row .rural-map {
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.24);
}

.rural-coverage-section .rural-coverage-row {
    width: 90%;
    max-width: 1080px;
}

.rural-coverage-instructions-row {
    margin-top: -600px;
}

.rural-coverage-section .rural-coverage-text-row {
    width: 90%;
    max-width: 1080px;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.24);
    z-index: 9;
}

.rural-coverage-section .rural-coverage-text-row a {
     border-bottom: 1px solid #CED767;   
}

.color-box {
    float: left;
    padding: 20px;
    border-radius: 6px;
}

.color-block {
    float: left;
    margin-top: 20px;
}

.orange-box,
.red-box,
.tan-box {
    display: inline-block;
    float: left;
    height: 22px;
    width: 22px;
    margin-right: 10px;
}

.orange-box {
    background-color: #EB9700;   
}

.red-box {
    background-color: #E60000;   
}

.tan-box {
    background-color: #CB2026;   
}

.color-text {
    display: inline-block;
    float: left;
    width: calc(100% - 32px);
}

.rural-testimonial-section .rural-testimonial-title-row {
    background: linear-gradient(148.39deg, #B3BD45 0%, #DAE377 100%);
    margin-top: 0;
    
}

.rural-testimonial-section .border-box-text {
    border: none;
}

.rural-testimonial-section .border-box-text p:before,
.rural-testimonial-section .border-box-text p:after {
    background: #fff;
}

.rural-testimonial-section .owl-carousel .owl-nav .owl-prev,
.rural-testimonial-section .owl-carousel .owl-nav .owl-next {
    border: 1px solid #fff;
}

.rural-testimonial-section .owl-carousel .owl-nav .owl-prev:before,
.rural-testimonial-section .owl-carousel .owl-nav .owl-next:before {
    color: #fff;
}

.rural-testimonial-section .rural-testimonial-row .rural-testimonial:before,
.rural-testimonial-section .rural-testimonial-row .rural-testimonial:after,
.rural-product-testimonial-section .rural-product-testimonial-row .rural-product-testimonial:before,
.rural-product-testimonial-section .rural-product-testimonial-row .rural-product-testimonial:after {
    color: #B3BD45;
}

.rural-testimonial-section .rural-testimonial-row .et_pb_column .testimonial-author,
.rural-product-testimonial-section .rural-product-testimonial-row .et_pb_column .testimonial-author {
    border-color: #B3BD45;
}

.rural-blurb-section .home-blurb-row .home-blurb {
    padding: 20px;
    height: 100%;
}

.rural-blurb-section .owl-carousel .owl-nav .owl-prev,
.rural-blurb-section .owl-carousel .owl-nav .owl-next {
    top: calc(100% + 65px);
    background: #fff;
}

.rural-blurb-section .owl-carousel .owl-nav .owl-prev {
    right: calc(100% + 47px);
}

.rural-blurb-section .owl-carousel .owl-nav .owl-next {
    left: calc(100% + 47px);
}

.rural-solution-section .rural-solution-row {
     margin-top: -370px;   
}

.rural-solution-section .border-box-text {
    padding-bottom: 350px;
}

.rural-solution-section .rural-solution-row .solution-blurb {
    padding: 20px 20px 0;
}

.rural-solution-section .rural-solution-row .et_pb_blurb .et_pb_image_wrap {
    display: none;
}

.rural-solution-section .rural-solution-row .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
}

.rural-solution-section .rural-solution-row .et_pb_blurb .et_pb_blurb_content {
    margin-top: -20px;
}

.rural-solution-section .rural-solution-row .solution-blurb .et_pb_blurb_container {
    height: calc(100% - 24px);
    border: 1px solid #B3BD45;
    border-top: none;
}

.rural-solution-section .solution-blurb .et_pb_blurb_description {
    flex-direction: row;
}

.rural-solution-section .solution-blurb .et_pb_blurb_description .price-block {
    width: 100%;
    margin-top: 20px;
}

.rural-solution-section .solution-blurb .solution-link {
    margin: 30px auto;
}

.rural-solution-section .rural-solution-row .solution-blurb .et_pb_module_header:before,
.rural-solution-section .rural-solution-row .solution-blurb .et_pb_module_header:after {
    background: #B3BD45;
}

.rural-solution-section .rural-solution-row .solution-blurb .business-link:hover:before {
    background: #B3BD45;
}

.cost-block {
    width: 100%;
    padding-bottom: 0;
    text-align: center;   
}

.rural-solution-section .rural-solution-row .solution-blurb .cost {
    display: inline-block;  
    vertical-align: middle;
    padding-right: 5px;
    color: #B3BD45;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
}

.rural-solution-section .rural-solution-row .solution-blurb .cost-time {
    display: inline-block; 
    vertical-align: middle;
    text-align: left;
    color: #B3BD45;
    font-weight: bold;
}

.rural-solution-section .rural-solution-row .solution-blurb .from {
    padding-bottom: 0;
    color: #B3BD45;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
}

.rural-solution-section {
    padding-bottom: 0;
}

/* Rural Product Page */

.rural-product-plan-section .border-box-text {
    padding-bottom: 20px;
}

.rural-product-plan-section .broadband-links {
    padding-bottom: 300px;
}

.rural-product-plan-section .rural-solution-row {
    margin-top: -300px;
}

.rural-product-plan-section .solution-blurb .et_pb_blurb_description {
    padding: 10px 20px 30px;
}

.rural-product-plan-section .solution-blurb .et_pb_module_header {
    max-width: 62%;
}

.rural-product-plan-section .broadband-links span {
    padding: 0px 50px;
    border-bottom: 1px solid;
    font-weight: bold;
    color: rgba(74,74,74,0.4);
}

.rural-product-plan-section .broadband-links .broad-link {
    color: rgb(206, 215, 103);
}

.rural-product-plan-section .broadband-links span:hover {
    cursor: pointer;
}

.rural-product-plan-section .border-box-text p:before,
.rural-product-plan-section .border-box-text p:after {
    background: #4a4a4a;
}

.rural-product-plan-section .rural-product-plan-title-row {
    background: #fff;   
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.24);
    margin-top: -130px;
}

.signup-block {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

.signup-block p {
     font-size: 12px;   
}

.signup-button {
    display: inline-block;
    border-radius: 6px;
    background-color: #2C3067;
    padding: 6px 24px;
	font-weight: bold;
    line-height: 1.7;
    color: #fff;
    
}

.rural-product-plan-section .owl-carousel .owl-nav .owl-prev,
.rural-product-plan-section .owl-carousel .owl-nav .owl-next {
    border: 1px solid #4a4a4a;
}

.rural-product-plan-section .home-blurb-row .owl-next:before,
.rural-product-plan-section .home-blurb-row .owl-prev:before {
    color: #4a4a4a;
}

.rural-product-plan-section .rural-solution-row .broadband-phone-blurb {
    background: #CED767;
}

.rural-product-plan-section .broadband-phone-blurb .et_pb_blurb_description {
    padding: 30px 20px 40px;
}

.rural-solution-section .rural-solution-row .broadband-phone-blurb .cost,
.rural-solution-section .rural-solution-row .broadband-phone-blurb .cost-time {
     color: #fff;   
}

.rural-product-plan-section .rural-solution-row .broadband-phone-blurb .et_pb_blurb_container {
    border: 1px solid #4a4a4a;
}

.rural-product-plan-section .rural-solution-row .broadband-phone-blurb .et_pb_blurb_container .broadband-heading {
    width: 100%;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.2;
    text-align: center;
}

.broadband-price {
    width: 100%;
    padding-bottom: 20px;
}

.rural-product-testimonial-section .rural-product-testimonial-title-row {
    margin-top: 0;
    box-shadow: none;
}

.rural-product-testimonial-section .rural-product-testimonial-row {
    margin-top: -250px;
}

.rural-product-testimonial-section .border-box-text {
    padding-bottom: 250px;
    border-color: #4b4b4b;
}

.rural-product-testimonial-section .border-box-text p:before,
.rural-product-testimonial-section .border-box-text p:after {
   width: 1000px;
}

.rural-product-testimonial-section .owl-carousel .owl-nav .owl-next,
.rural-product-testimonial-section .owl-carousel .owl-nav .owl-prev {
    top: 50px;
}

.rural-product-facts-section .border-box-text {
    padding-bottom: 480px;
}

.rural-product-facts-section .rural-facts-text-row {
    width: 70%;
    margin-top: -500px;
}

.rural-product-facts-section .rural-facts-text-row .et_pb_column {
    padding: 30px;
    border: 1px solid #fff;
}

.rural-product-facts-section .rural-testimonial-title-row {
    box-shadow: none;
}

.rural-product-facts-section .rural-product-facts-row {
    width: 100%;
    max-width: 1160px;
}

.rural-product-facts-section .rural-product-facts-row .et_pb_column {
    background: #fff;
    z-index: 9;
    border-radius: 6px;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.24);
}

.rural-product-facts-section .rural-product-facts-row .fact-blurb {
    padding: 20px;
}

.rural-product-facts-section .rural-product-facts-row .fact-blurb .et_pb_main_blurb_image {
    width: 50%;
    vertical-align: middle;
}

.rural-product-facts-section .rural-product-facts-row .fact-blurb .et_pb_blurb_container {
    padding-left: 0;
}

.rural-product-terms-heading p {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.2;
}

.rural-product-terms-section .et_pb_toggle {
     border-color: #4a4a4a;   
}

.rural-product-terms-section .et_pb_toggle_title {
    padding: 0 0 0 50px !important;
}

.rural-product-terms-section .et_pb_toggle_title:before {
    content: '';
}

.rural-product-terms-section .et_pb_toggle_title:after {
    position: absolute;
    top: calc(100% + 13%);
    left: 0;
    margin-top: -.5em;
    content: "\35";
    font-size: 40px;
    font-family: Etmodules;
}

#broadband-phone,
#broadband-phone-mobile,
#standard-plans,
#operations,
#operations-phone,
#faq-mobile {
    display: none;
}

/* Urban Product Page */

.urban-product-header .rural-link:hover,
.urban-product-header .rural-link:hover:after {
    border-color: #ff0038;
    box-shadow: 0 -9px 0 0 #ff0038 inset;
}

.urban-plan-section .rural-solution-row .owl-carousel .owl-stage {
    display: flex;
}

.urban-plan-section .business-solution-row .solution-blurb {
    padding: 20px;
}



.urban-product-header  .rural-link {
    margin-left: 0;
}

.urban-plan-section .broadband-links .broad-link {
    color: #F73449;
}

.urban-plan-section .rural-solution-row .solution-blurb .et_pb_blurb_container {
    border: 1px solid #F73449;
    border-top: none;
}

.urban-plan-section .rural-solution-row .solution-blurb .et_pb_module_header:before,
.urban-plan-section .rural-solution-row .solution-blurb .et_pb_module_header:after {
    background: #F73449;
}

.urban-plan-section .rural-solution-row .solution-blurb .cost,
.urban-plan-section .rural-solution-row .solution-blurb .cost-time {
    color: #F73449;
}

.urban-plan-section .solution-blurb .et_pb_module_header {
    top: -9px;
}

.urban-plan-section .rural-solution-row .urban-red-blurb .et_pb_blurb_container {
    border: 1px solid #fff;
    border-top: none;
}

.urban-plan-section .rural-solution-row .urban-red-blurb .et_pb_module_header:before,
.urban-plan-section .rural-solution-row .urban-red-blurb .et_pb_module_header:after {
    background: #fff;
}

.urban-plan-section .urban-red-blurb .et_pb_blurb_description .popular-plan {
    width: 100%;
    background: #fafafa;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: center;
    color: #F73449 !important;
}

.solution-blurb .popular-plan {
    background: #2c3066;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.urban-plan-section .rural-solution-row .urban-red-blurb .cost,
.urban-plan-section .rural-solution-row .urban-red-blurb .cost-time {
    color: #fff;
}

.urban-plan-section .urban-phone-blurb .et_pb_module_header {
    top: -9px;
}

.urban-plan-section .rural-solution-row .urban-phone-blurb .et_pb_blurb_container {
    border: 1px solid #2D2958;
    border-top: none;
}

.urban-plan-section .rural-solution-row .urban-phone-blurb .et_pb_module_header:before,
.urban-plan-section .rural-solution-row .urban-phone-blurb .et_pb_module_header:after {
    background: #2D2958;
}

.urban-plan-section .rural-solution-row .urban-phone-blurb .cost,
.urban-plan-section .rural-solution-row .urban-phone-blurb .cost-time {
    color: #2D2958;
}

.urban-search-section .home-border-row .border-box-text {
    margin-top: 50px;
    margin-bottom: 50px;
}

.urban-search-section .urban-search-row .et_pb_column {
    margin-top: -220px;
}

.urban-search-section .urban-search-row .address-box {
    position: relative;
    padding: 0 40px;
    text-align: center;
}

.urban-search-section .urban-search-row .address-box input {
    width: 100%;
    background: rgba(44,48,103,0.6);
    border: 1px solid #fff !important;
    padding: 10px 60px;
    font-size: 18px;
    color: #fff;
}

.urban-search-section .urban-search-row .address-box input::placeholder {
    color: #fff;
}

.address-box #address-message {
    display: none;
    background: rgba(7, 8, 21, 0.6);
    width: 100%;
    margin: auto;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}

.rural-border-box-text {
    position: relative;
    border: 1px solid #fff;
    border-top: none;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.rural-border-box-text .border-text {
    display: inline-block;
    position: relative;
    top: -12px;
    font-size: 24px; 
    font-weight: 900;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
}

.rural-border-box-text .border-text:before,
.rural-border-box-text .border-text:after {
    position: absolute;
    top: 11px;
    background: #fff;
    width: 1000px;
    height: 1px;
    content: '';
}

.rural-border-box-text .border-text:before {
    right: calc(100% + 40px);    
}

.rural-border-box-text .border-text:after {
    left: calc(100% + 40px);
}

.rural-address-box {
    position: relative;
    padding: 20px 40px 60px;
    text-align: center;
}

.rural-address-box input {
    width: 100%;
    background: rgba(44,48,103,0.6);
    border: 1px solid #fff !important;
    padding: 10px 60px;
    font-size: 18px;
    color: #fff;
}

.rural-address-box input:focus {
    color: #fff;
}

.rural-address-box a {
    font-weight: 700;
    color: #F73449;
}

.rural-address-message {
    display: none;
    background: rgba(7, 8, 21, 0.6);
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    font-size: 14px;
    color: #fff;
}

.rural-address-message.success {
    background: #a9c941;
}

.rural-address-message h5 {
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.rural-address-box .loader {
    position: absolute;
    top: 55px;
    right: 50px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #f73449;
    border-right: 3px solid #f73449;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Address Checker Box */
.address-checker-border-box-text .address-checker-border-text {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
}

.address-checker-box {
    position: relative;
    padding: 40px 40px 60px;
    text-align: center;
}

.address-checker-box input {
    background: transparent;
    border: 1px solid #aaaaaa !important;
    border-radius: 4px;
    width: 100%;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
}

.address-checker-box a {
    color: #2C3067;
}

.address-checker-message {
    display: none;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    font-size: 16px;
	border: 1px solid #BF483B;
  border-radius: 3px;
  background: #FAE6E4;
  color: #BF483B;
	font-weight: 500; 
  line-height: 1.8;
}

.address-checker-message.success {
  border: 1px solid #3A735D !important;
  border-radius: 3px;
  background: #E7F4EF !important;
  color: #3A735D !important;
}

.address-checker-message.success h5 {
  padding-bottom: 0;
}

.address-checker-message p {
    padding-bottom: 0;
	font-size: 16px;
  font-weight: 500; 
  line-height: 1.6;
}

.wn-address-checker-box .loader,
.address-checker-box .loader {
    position: absolute;
    top: 55px;
    right: 50px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #f73449;
    border-right: 3px solid #f73449;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* vodofone address checker */
.vodafone-address-checker .address-checker-message.success {
    background-color: #B3BD45;
    color: #000;
}


/* Spark Address checker */
.spark-address-checker .address-checker-box input {
    background: rgba(255, 255, 255, 0.8);
    color: #000 !important;
}

.spark-address-checker .address-checker-box input:focus {
    color: #000 !important;
}

.spark-address-checker .address-checker-box input::-webkit-input-placeholder,
.spark-address-checker .address-checker-box input:-ms-input-placeholder,
.spark-address-checker .address-checker-box input::placeholder {
  color: #000 !important;
}

.spark-address-checker .address-checker-message.success {
    background: #a9c941;
}

.address-box a {
    font-weight: 700;
    color: #F73449;
}

.af_list {
	box-shadow: 0px 10px 10px 5px #0000002b;
  border: 1px !important;
  border-radius: 3px;
  background: #fff !important;
color: #000;
  width: 39%;
}

ul.af_list {
  background: #fff;
  border: solid 1px #aaaaaa !important;
}
ul.af_list li.af_item {
  padding: 8px 10px;
}
ul.af_list li.af_item.af_hover {
    background-color: #2C3067;
    color: #fff;
}


.af_list .af_empty {
    border: none !important;
}

.af_list .af_empty a {
    font-weight: 700;
    color: #F73449;
}

.af_list .af_footer {
    background: rgba(0, 0, 0, 0.1) !important
}

ul.af_list li.af_footer a {
    color: #fff !important;
}

.address-box .loader {
    position: absolute;
    top: 55px;
    right: 50px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #f73449;
    border-right: 3px solid #f73449;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Lifestyle plan section*/

.lifestyle-plan-section .rural-solution-row .solution-blurb .cost {
    color: #4AACA8;
}

.lifestyle-plan-section .rural-solution-row .solution-blurb .cost-time {
    color: #4AACA8;
}

.lifestyle-plan-section .rural-solution-row .new-solution-blurb .cost,
.lifestyle-plan-section .rural-solution-row .new-solution-blurb .cost-time {
    color: #C31432;
}

.lifestyle-plan-section .rural-solution-row .solution-blurb .from {
    color: #4AACA8;
}

.lifestyle-plan-section .rural-solution-row .solution-blurb .et_pb_blurb_container {
	height: calc(100% - 24px);
    border: 1px solid #4AACA8;
    border-top: none;
}

.lifestyle-plan-section .rural-solution-row .new-solution-blurb .et_pb_blurb_container {
    border: 1px solid #c31432;
    border-top: none;
}

.lifestyle-plan-section .broadband-links span {
    padding: 0px 50px;
    border-bottom: 1px solid;
    font-weight: bold;
    color: rgba(74,74,74,0.4);
}

.lifestyle-plan-section .broadband-links .broad-link {
    color: rgb(74, 172, 168);
}

.team-links,
.team-links-phone,
.faq-links {
	margin-top: 30px;
}

.team-links span,
.team-links-phone span,
.faq-links span {
    padding: 10px 15px;
    font-weight: bold;
    color: #ffffff;
	background: #2C3066;
    cursor: pointer;
}

.team-links .customer-service-link,
.team-links-phone .customer-service-link-phone,
.faq-links .faq-wifi-link {
	margin-right: 30px;
}

.team-links .operations-link,
.team-links-phone .operations-link-phone,
.faq-links .faq-mobile-link {
	opacity: 0.7;
}

.nzmca-plan-section .broadband-links .broad-link {
    color: #c31432;
}

.lifestyle-plan-section .broadband-links span:hover {
    cursor: pointer;
}

.lifestyle-plan-section .rural-solution-row .solution-blurb .et_pb_module_header:before,
.lifestyle-plan-section .rural-solution-row .solution-blurb .et_pb_module_header:after {
    background: #4AACA8;
}

.lifestyle-plan-section .rural-solution-row .new-solution-blurb .et_pb_module_header:before,
.lifestyle-plan-section .rural-solution-row .new-solution-blurb .et_pb_module_header:after {
    background: #c31432;
}

.lifestyle-testimonial-section .rural-product-testimonial-row .rural-product-testimonial:before,
.lifestyle-testimonial-section .rural-product-testimonial-row .rural-product-testimonial:after {
    color: #4AACA8;
}

.lifesyle-testimonial-section .rural-testimonial-row .et_pb_column .testimonial-author,
.lifestyle-testimonial-section .rural-product-testimonial-row .et_pb_column .testimonial-author {
    border-color: #4AACA8;
}

/* Urban Page */

.urban-header .rural-link:hover,
.urban-header .rural-link:hover:after {
    border-color: #F73449;
    box-shadow: 0 -9px 0 0 #F73449 inset;
}

.urban-testimonial-section .rural-testimonial-title-row,
.urban-solution-section .business-solution-title-row {
    background: linear-gradient(148.39deg, #F73449 0%, rgba(247, 52, 73, 0.85) 100%);
}

.urban-testimonial-section .home-testimonial-row .home-testimonial:before,
.urban-testimonial-section .home-testimonial-row .home-testimonial:after {
    color: #F73449;
}

.urban-testimonial-section .rural-testimonial-row .et_pb_column .testimonial-author {
    border-color: #F73449;
}

.urban-solution-section .rural-solution-row .solution-blurb .et_pb_module_header:before,
.urban-solution-section .rural-solution-row .solution-blurb .et_pb_module_header:after {
    background: #F73449;
}

.urban-solution-section .rural-solution-row .solution-blurb .et_pb_blurb_container {
    border: 1px solid #F73449;
    border-top: none;
}

.urban-solution-section .rural-solution-row .solution-blurb .from,
.urban-solution-section .rural-solution-row .solution-blurb .cost,
.urban-solution-section .rural-solution-row .solution-blurb .cost-time {
    color: #F73449;
}

.urban-solution-section .rural-solution-row .solution-blurb .business-link:hover:before {
    background: #F73449;
}

/* Broadband Plans Page */

.broadband-plans-section .broadband-links .broad-link {
    color: #0082cb;
}

.broadband-plans-section .rural-solution-row .solution-blurb .et_pb_module_header:before,
.broadband-plans-section .rural-solution-row .solution-blurb .et_pb_module_header:after {
    background: #0082cb;
}

.broadband-plans-section .rural-solution-row .solution-blurb .et_pb_blurb_container {
    border: 1px solid #0082cb;
    border-top: none;
}

.broadband-plans-section .rural-solution-row .solution-blurb .cost-time,
.broadband-plans-section .rural-solution-row .solution-blurb .cost {
    color: #0082cb;
}

.broadband-plans-section .rural-solution-row .broadband-phone-blurb .cost,
.broadband-plans-section .rural-solution-row .broadband-phone-blurb .cost-time {
    color: #fff;
}

.broadband-plans-section .rural-solution-row .broadband-phone-blurb {
    background: #0082cb;
}

.broadband-plans-section .rural-solution-row .broadband-phone-blurb .et_pb_blurb_container {
    border: 1px solid #4a4a4a;
}

.broadband-plans-testimonial-section .home-testimonial-row .home-testimonial:before,
.broadband-plans-testimonial-section .home-testimonial-row .home-testimonial:after {
    color: #0082cb;
}

.broadband-plans-testimonial-section .rural-product-testimonial-row .et_pb_column .testimonial-author {
    border-color: #0082cb;
}

.hidden {
	display: none;
}

.wn-broadband-plan {
	background-color: #fff;
    border-radius: 10px;
	box-shadow: 0 2px 18px 0 rgba(0,0,0,.3);
    overflow: hidden;
	padding: 20px;
}

.wn-broadband-plan .wn-plan-container {
	border: 1px solid #fff;
	background: inherit;
	padding: 0 20px 40px;
	text-align: center;
}

.wn-broadband-plan .wn-plan {
	display: inline-block;
	background: inherit;
    max-width: 70%;
    margin: 30px auto 0;
	padding: 0 5px;
	font-size: 28px;
	font-weight: 700;
	color: #2d392e;
}

.wn-broadband-plan.with-desc .wn-plan {
    position: relative;
    top: -13px;
    margin: 0 auto;
    font-size: 18px;
}

.wn-broadband-plan .popular-plan {
	display: block;
    width: 100%;
    background: #fafafa;
    margin: 10px auto 0;
    padding: 5px 10px;
	font-weight: 700;
}

.wn-broadband-plan ul.wn-plan-features {
	list-style-type: none !important;
	padding: 0 !important;
}

.wn-broadband-plan .wn-plan-features {
	text-align: left;
}

.wn-broadband-plan .wn-plan-price {
	margin: 30px auto;
}

.wn-broadband-plan .plan-cost {
	display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
}

.wn-broadband-plan .plan-tenure {
	display: inline-block;
    vertical-align: middle;
	font-weight: bold;
}

.wn-broadband-plan.urban.light-text {
	background: #ff0038;
}

.wn-broadband-plan.urban .popular-plan {
	color: #ff0038;
}

.wn-broadband-plan.urban:not(.light-text) .wn-plan-container {
	border-color: #ff0038;
}

.wn-broadband-plan.urban:not(.light-text) .wn-plan-price {
	color: #ff0038;
}

.wn-broadband-plan.rural.light-text {
	background: #a9c941;
}

.wn-broadband-plan.rural .popular-plan {
	color: #a9c941;
}

.wn-broadband-plan.rural:not(.light-text) .wn-plan-container {
	border-color: #a9c941;
}

.wn-broadband-plan.rural:not(.light-text) .wn-plan-price {
	color: #a9c941;
}

.wn-broadband-plan.business.light-text {
	background: #0074cd;
}

.wn-broadband-plan.business .popular-plan {
	color: #0074cd;
}

.wn-broadband-plan.business:not(.light-text) .wn-plan-container {
	border-color: #0074cd;
}

.wn-broadband-plan.business:not(.light-text) .wn-plan-price {
	color: #0074cd;
}

.wn-broadband-plan.lifestyle.light-text {
	background: #00b3aa;
}

.wn-broadband-plan.lifestyle .popular-plan {
	color: #00b3aa;
}

.wn-broadband-plan.lifestyle:not(.light-text) .wn-plan-container {
	border-color: #00b3aa;
}

.wn-broadband-plan.lifestyle:not(.light-text) .wn-plan-price {
	color: #00b3aa;
}

.wn-broadband-plan.light-text,
.wn-broadband-plan.light-text .wn-plan {
	color: #fff;
}



/* Footer */

#et-footer-nav .container {
    display: none;
}

#main-footer span.el-social-icon {
    font-size: 22px;
    font-weight: 500;
    font-family: 'ETModules';
    color: #ffffff;
    margin-right: 22px;
}

#main-footer .el-icons {
    display: flex;
    margin-top: 10px;
}

#footer-widgets .footer-widget li:before {
    position: absolute;
    top: 9px;
    left: 0;
    border-width: 0px;
}

#footer-widgets .footer-widget li {
    padding-left: 0px;
}

#main-footer h4.title {
    color: #ffffff;
    line-height: 1.4rem;
    letter-spacing: 1px;
    font-size: 19px!important;
}

#main-footer a {
    font-size: 16px;
    color:#ececec!important;
}

#main-footer .et_pb_widget ul li {
    margin-bottom: .3em;
}

#main-footer {
    background-color: #4a4a4a;
}

#main-footer .container {
    position: relative;
    width: 82%!important;
    max-width: 82%!important;
    margin: auto;
}

#main-footer .et_pb_widget {
    float: initial;
    margin-top: -25px;
}

#footer-info, #footer-info a {
    color: #ececec!important;
    font-size: 12px!important;
}

#footer-widgets {
    border-bottom: 1px solid #ffffff;
}

.footer-widget .widget_media_image img {
    -webkit-filter: saturate(0)brightness(100);
    -moz-filter: saturate(0)brightness(100);
    -ms-filter: saturate(0)brightness(100);
    filter: saturate(0)brightness(100);
}

#footer-info {
    float: none;
}

.footer-credits-right {
     float: right;   
}

.footer-credits-right a {
     font-weight: normal !important;   
}

.portal-link {
    line-height: 1.4rem;
    letter-spacing: 1px;
    font-size: 19px !important;   
    font-weight: bold;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
}

/* Media Queries */

@media screen and (min-width: 981px){
	
	.myhub-mobile {
		display: none !important;
	}
    
    body.evr_popup_open {
        overflow: visible !important;
    }
    
    /* Navigation */
    .et_header_style_centered #et-top-navigation,
    .et_header_style_centered #top-menu,
    .et_header_style_centered nav#top-menu-nav {
        float: left;
    }
    
    #et-top-navigation {
        border-top: 1px solid #000;
        width: 100%;
        padding-left: 0 !important;
    }
    
    #top-menu-nav,
    #top-menu {
        width: 100%;
    }
    
    .nav li,
    .nav li li.right-menu {
        position: static;
    }
    
    #et-secondary-nav .menu-item-has-children > a:first-child,
    #top-menu .menu-item-has-children > a:first-child {
        padding-right: 25px;
    }
    
    #et-secondary-nav .menu-item-has-children > a:first-child:after,
    #top-menu .menu-item-has-children > a:first-child:after {
        font-size: 26px;
    }
    
    #top-menu > .menu-item-has-children:hover > a:after {
        content: "2";
    }
    
    #top-menu > .menu-item-has-children li > a {
        position: relative;
    }
    
    #top-menu > .menu-item-has-children li > a:before {
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 1px;
        content: '';
        transition: all 300ms ease;
    }
    
    #top-menu > .menu-item-has-children li.menu-item-has-children > a:before,
    #top-menu > .menu-item-has-children li.logo-menu-item > a:before {
        content: none;
    }
    
    .urban-menu-item:hover > a:after,
    .urban-menu-item .menu-item-has-children:hover > a:after {
        color: #ff0038;
    }
    
    #top-menu > .urban-menu-item li:hover > a:before,
	#top-menu li .sub-menu .sub-menu .urban-menu-child:hover > a:before {
        background: #ff0038;
        width: 100%;
    }
    
    .rural-menu-item:hover > a:after,
    .urban-menu-item .rural-menu-item .menu-item-has-children:hover > a:after {
        color: #a9c941 !important;
    }
    
    #top-menu > .rural-menu-item li:hover > a:before,
	#top-menu li .sub-menu .sub-menu .rural-menu-child:hover > a:before {
        background: #a9c941;
        width: 100%;
    }
    
    .business-menu-item:hover > a:after,
    .business-menu-item .menu-item-has-children:hover > a:after {
        color: #0074cd;
    }
    
    #top-menu > .business-menu-item li:hover > a:before {
        background: #0074cd;
        width: 100%;
    }
    
    .lifestyle-menu-item:hover > a:after,
    .lifestyle-menu-item .menu-item-has-children:hover > a:after {
        color: #00b3aa;
    }
    
    #top-menu > .lifestyle-menu-item li:hover > a:before {
        background: #00b3aa;
        width: 100%;
    }
	
	 #top-menu > .new-drpdown-menu-item li:hover > a:before {
        background: #2c3067;
        width: 100%;
    }

    /*
    .nav > li > ul {
        display: none;
        top: calc(100% + 1px);
        left: -20px;
        border-top: none;
        box-shadow: none;
        width: 100%;
        padding: 0;
    }
    
    .nav > li:hover > ul {
        display: block;
    }
    
    .nav > li > .sub-menu:before {
        position: absolute;
        top: -1px;
        left: -9999px;
        border-bottom: 1px solid #ddd;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05) inset;
        width: 99999999px;
        height: 100%;
        content: '';
    }
	
	#top-menu li li:last-child {
        padding: 0;
    }
	*/
	
    #top-menu li li {
        padding: 0;
    }
    
    #top-menu li li a {
        padding: 12px 20px;
		width: 240px;
    }
	
	.nav li ul {
    padding: 0;
	}
	
	.nav li li:not(:last-child) {
    border-bottom: 1px solid rgb(0,0,0,0.1);
	}
	
	.resources-menu-item {
		padding-right: 22px !important;
	}
    
    #top-menu li li:not(.right-menu) .sub-menu li {
        width: 100%;
        padding: 0 10px;
    }
    
    #top-menu li li:not(.right-menu) .sub-menu a {
        width: 100%;
        padding: 10px 0;
    }
    
    #et-info-email:hover,
    #et-secondary-menu > ul > li > a:hover,
    #top-menu-nav > ul > li > a:hover {
        opacity: 1;
    }
    
    .sub-menu .sub-menu {
        top: 100%;
        left: 0;
        border-top: none;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05) inset;
        padding: 5px 0;
    }
    
    .sub-menu .right-menu .sub-menu {
        top: 50%;
        left: auto;
        right: 0;
        border-top: 0;
        box-shadow: none;
        background: transparent;
		width: 300px;
        padding: 0;
        visibility: visible;
        opacity: 1;
        text-indent: 0;
        text-align: right;
        transform: translateY(-50%);
    }
    
    #top-menu .sub-menu .right-menu,
    #top-menu .sub-menu .right-menu > a {
        width: 0;
        padding: 0 !important;
        text-indent: -99999px;
        font-size: 0;
    }
    
    #top-menu ul li a:hover {
        opacity: 1;
        background: transparent;
    }
    
    #top-menu > .right-menu {
		padding: 0;
        float: right;
    }
	
	.wn-help-menu-item {
    	padding-right: 22px !important;
	}
    
    #top-menu > .right-menu > a {
        font-size: 15px;
    }
    
    #top-menu .logo-menu-item {
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        width: 120px;
		max-height: 55px;
		vertical-align: middle;
    }
    
    .logo-menu-item a {
        text-indent: -9999px;
    }
    
    #top-menu li .menu-item-has-children>a:first-child:after {
        top: 20px;
        right: 10px;
    }
    
    #top-menu li .menu-item-has-children:hover>a:first-child:after {
        content: "2";
    }
    
    #et_top_search {
        display: none;
    }
    
    #top-menu .mobile-help-menu,
    #top-menu .mobile-contact-menu,
    #top-menu .mobile-rural-menu-item,
    #top-menu .mobile-business-menu-item,
    #top-menu .mobile-urban-menu-item,
    #top-menu .mobile-lifestyle-menu-item {
         display: none;   
    }
    
    /* Rural Product Page */
    
    .rural-product-facts-row.et_pb_gutters2 .et_pb_column_1_4,
    .rural-product-facts-row.et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
        width: 25%;
    }
    
    .rural-product-facts-row.et_pb_gutters2 .et_pb_column,
    .rural-product-facts-row.et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 2%;
    }
}

@media screen and (max-width: 1280px) {
    
    /* Rural Page */
    
    .rural-coverage-section .rural-coverage-row,
    .rural-coverage-section .rural-coverage-text-row {
        width: 80%;
    }
    
    /* Rural Product Page */
    
    .rural-product-facts-section .rural-product-facts-row {
        width: 90%;
        max-width: 980px;
    }
    
}

@media screen and (max-width: 1080px) {
    
    /* Home Page */
    
    .home-header-slides .et-pb-controllers {
        bottom: 245px;
        width: 90%;
        max-width: 650px;
    }
    
    .home-header-slider .et-pb-controllers a {
        width: 90px;
        height: 50px;
        margin-right: 5px;
    }
    
    .home-header-slider .et-pb-controllers a:before {
        font-size: 18px;
    }
    
    /* Rural Product Page */
    
    .rural-product-facts-section .rural-product-facts-row {
        width: 80%;
    }

}

@media screen and (max-width: 980px) {
    .wn-popup-box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .popup_outer_wrap {
        max-height: none;
        overflow-y: scroll;
    }
    
    /* Header Menu */
    
    .menu-item-has-children,
    .mobile-help-menu,
    .mobile-contact-menu {
        margin: 0 15px;
        border-top: 1px solid #4A4A4A;
    }
    
    .mobile-contact-menu {
        border-bottom: 1px solid #4A4A4A;
    }
    
    .et_mobile_menu {
        padding: 0;
        border-top: 0;
        margin-top: 10px;
    }
    
    .et_mobile_menu li a:hover,
    .nav ul li a:hover {
        background-color: rgba(0, 0, 0, 0);
    }
    
    .et_mobile_menu li a {
        padding: 15px 0;
    }
    
    .about-menu-item,
    .wireless-menu-item {
        display: inline-flex;
        padding: 15px;
    }
    
    .about-menu-item {
         float: right;
    }
    
    .about-menu-item a,
    .wireless-menu-item a {
        max-width: fit-content;
        border-bottom: 1px solid #a61431 !important;
        padding: 0 !important;
    }
    
    .logo-menu-item {
         display: none;   
    }
    
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 140px;
    }
    /*
    .right-menu {
         display: none;   
    }
	*/
	
	.refer-menu-item,
	.myhub-mobile {
		margin-left: 15px;
	}
	
	.myhub-desktop {
		display: none !important;
	}
    
    .wireless-menu-item {
        display: inline-block;
    }
    
    .header-search-form {
        display: none;
    }
    
    .et_header_style_left #et-top-navigation,
    .et_header_style_left .et-fixed-header #et-top-navigation {
        margin-top: -90px;
    }
    
    #et_top_search {
        float: left;
        margin: 0 20px 0 0;
    }
    
    .mobile_menu_bar:before {
        color: #4a4a4a;
    }
    
    #et_search_icon:before {
        transform: rotate(270deg);
        font-weight: 900;
    }
    
    
    /* Home Page */
    
    .home-header-slider .et-pb-controllers {
        width: 80%;
    }
    
    .et_pb_slide_description h2.et_pb_slide_title {
        font-weight: 700 !important;
    }
    
    .home-testimonial-section .home-testimonial-row {
        margin-top: -200px;
    }
    
    .home-testimonial-section .border-box-text p:before,
    .home-testimonial-section .border-box-text p:after {
        width: 80px;
    }
    
    .home-blurb-section .border-box-text {
        padding-bottom: 850px;
    }
    
    .home-blurb-section .home-blurb-row {
        margin-top: -880px;
    }
    
    /* Business Page */
    
    .business-header .business-heading h1, .rural-header .rural-heading h1 {
        padding: 0;
    }
    
    .business-header .business-heading p, .rural-header .rural-heading p {
        padding-left: 0;
        padding-right: 0;
    }
    
    .business-blurb-section .border-box-text {
        padding-bottom: 250px;
    }
    
    .business-blurb-section .home-blurb-row {
        margin-top: -280px;
    }
    
    .business-solution-section .border-box-text {
        padding-bottom: 330px;
    }
    
    .business-solution-section .home-blurb-row {
        margin-top: -360px;
    }
    
    /* Rural Page */
    
    .rural-coverage-section .border-box-text {
        padding-bottom: 800px;
    }
    
    .rural-coverage-section .rural-coverage-row {
        width: 80%;
    }
    
    .rural-coverage-section .rural-coverage-instructions-row {
        margin-top: -800px;
    }
    
    .color-box {
        margin-left: 0;
        margin-top: 0;
    }
    
    .rural-blurb-section .border-box-text {
        padding-bottom: 250px;
    }
    
    .rural-blurb-section .home-blurb-row {
        margin-top: -280px;
    }
    
    /* Rural Product Page */
    
    .rural-product-plan-section .border-box-text {
        padding-bottom: 20px;
    }
    
    .rural-product-plan-section .rural-solution-row {
        margin-top: -320px;
    }
	
	.nzmca-plan-section .rural-solution-row {
        margin-top: -280px;
    }
    
    .rural-product-testimonial-section .border-box-text p:before,
    .rural-product-testimonial-section .border-box-text p:after {
        width: 1000px;
    }
    
    .rural-product-testimonial-section .rural-product-testimonial-row {
        margin-top: -280px;
    }
    
    .rural-product-facts-section .border-box-text {
        padding-bottom: 700px;
    }
    
    .rural-product-facts-section .rural-facts-text-row {
        margin-top: -720px;
    }
    
    /* Urban Product Page */
    
	/*
    .urban-plan-section .rural-solution-row .owl-carousel .owl-stage {
        align-items: flex-start;
    }
	*/


    .owl-dots {
        counter-reset: slides-num;
        padding-bottom: 30px;
    }
    
    .owl-dots:after {
        content: counter(slides-num);
        display: inline-block;
        font-size: 16px;
        position: absolute;
        top: calc(100% - 20px);
        left: calc(50% + 5px);
        transform: translateX(100%);
    }

    .owl-dot {
        display: inline-block;
        counter-increment: slides-num;
    }
    
    .owl-dot.active:before {
        content: counter(slides-num) " of";
        display: inline-block;
        font-size: 16px;
        position: absolute;
        top: calc(100% - 20px);
        left: calc(50% - 5px);
        transform: translateX(-50%);
    }
    
    .home-testimonial .rplg-slider-next {
        left: auto !important;
     }
  
    .home-testimonial .rplg-slider .rplg-slider-prev {
        left: -35px!important;
        right: auto !important;
     }
    
    /* Footer */
    
    .footer-credits-right {
        display: block;
        float: none;
        text-align: center;
    }


}

@media screen and (max-width: 767px) {
    
    /* Typography */
    
    h4,
    h5 {
        font-size: 14px !important;
    }
    
    /* Home Page */
    
    .home-header-slider .et_pb_slide_title {
        padding: 0;
    }
    
    .home-header-slider .et_pb_slide_description {
        padding: 60px 0;
    }
    
    .home-header-slider .et_pb_slide_content p {
        padding: 0;
    }
    
    .home-header-slider .et-pb-controllers {
        bottom: 310px;
        width: 90%;
    }
    
    .home-header-slider .et-pb-controllers a {
        width: 40%;
        height: 40px;
        margin-bottom: 25px;
        margin-right: 0;
    }
    
    .home-header-slider .et-pb-controllers a:before {
        font-size: 15px;
    }
    
    .home-bottom-slider .home-header-slider .et_pb_container {
        width: 100% !important;
    }
    
    .home-bottom-slider .home-header-slider .et_pb_slide_description {
        padding: 0 40px 60px;
    }
    
    .home-bottom-slider .home-header-slider .et-pb-controllers {
        bottom: 210px;
        width: 100%;
    }
    
    .border-box-text p {
        padding: 4px 10px !important;
        font-size: 14px;
        line-height: 1.3em;
    }
    
    .border-box-text p:after {
        left: 100%;
    }
    
    .border-box-text p:before {
        right: 100%;
    }
    
    .home-testimonial-section .owl-nav,
    .business-blurb-section .owl-nav,
    .rural-blurb-section .owl-nav {
        display: none;
    }
    
    .home-testimonial-section .border-box-text p:before,
    .home-testimonial-section .border-box-text p:after {
        width: 40px;
    }
    
    .home-testimonial-section .owl-carousel .owl-nav .owl-next {
        left: calc(100% + 10px);
    }
    
    .home-testimonial-section .owl-carousel .owl-nav .owl-prev {
        right: calc(100% + 10px);
    }
    
    .home-testimonial-section .owl-carousel .owl-nav .owl-prev,
    .home-testimonial-section .owl-carousel .owl-nav .owl-next,
    .business-blurb-section .owl-carousel .owl-nav .owl-prev,
    .business-blurb-section .owl-carousel .owl-nav .owl-next,
    .rural-blurb-section .owl-carousel .owl-nav .owl-prev,
    .rural-blurb-section .owl-carousel .owl-nav .owl-next {
        padding: 12px 2px 12px 0 !important;
        font-size: 30px;
    }
    
    .home-testimonial-section .home-testimonial-row {
        width: 80%;
        margin-top: -210px;
    }
    
    .home-testimonial-section .home-testimonial-row .home-testimonial:before,
    .home-testimonial-section .home-testimonial-row .home-testimonial:after {
        font-size: 40px;
    }
    
    .home-testimonial-section .home-testimonial-row .home-testimonial {
        padding: 70px 35px 40px;
    }
    
    .home-blurb-section .home-blurb-row {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .home-bottom-slider {
        margin: 0 auto 60px;
    }
    
    /* Business Page */
    
    .business-header .business-heading h1,
    .rural-header .rural-heading h1 {
        font-size: 28px;
    }
    
    .business-header .business-heading p,
    .rural-header .rural-heading p {
        font-size: 14px;
    }
    
    .business-header .contact-button,
    .business-header .contact-button:hover,
    .cta-section .contact-button,
    .cta-section .contact-button:hover {
        padding: 2px 18px !important;
        font-size: 14px;
    }
    
    .business-header .business-link .et-pb-icon,
    .rural-header .rural-link .et-pb-icon {
        top: 5px;
        font-size: 20px;
    }
    
    .business-blurb-section .border-box-text {
         padding-bottom: 250px;   
    }
    
    .business-blurb-section .home-blurb-row {
        width: 90%;
        margin-top: -280px;   
    }
    
    .business-blurb-section .owl-carousel .owl-nav .owl-next,
    .rural-blurb-section .owl-carousel .owl-nav .owl-next {
        left: calc(100% + 6px);
    }
    
    .business-blurb-section .owl-carousel .owl-nav .owl-prev,
    .rural-blurb-section .owl-carousel .owl-nav .owl-prev {
        right: calc(100% + 6px);
    }
    
    .business-solution-section .home-blurb-row {
        width: 90%;
    }
    
    .solution-blurb .business-link .et-pb-icon {
        top: 4px;
        font-size: 20px;
    }
    
    .cta-section {
        padding-bottom: 60px;
    }
    
    .cta-section p {
        width: 80%;
        margin: auto;
        font-size: 14px;
    }
    
    /* Rural Page */
    
    .rural-header .rural-link {
        margin-left: 0;
    }
    
    .rural-coverage-section .border-box-text {
        padding-bottom: 700px;
    }
    
    .rural-coverage-section .rural-coverage-instructions-row {
        margin-top: -700px;
    }
    
    .rural-blurb-section .home-blurb-row {
        width: 90%;
    }
    
    .rural-solution-section .border-box-text {
        padding-bottom: 300px;
    }
    
    .rural-solution-section .home-blurb-row {
        margin-top: -330px;
    }
	
	.nzmca-plan-section .rural-solution-row {
        margin-top: -290px;
    }
    
    /* Rural Product Page */
    
    .rural-product-plan-section .border-box-text {
        padding-bottom: 10px;
    }
    
    .rural-product-plan-section .broadband-links span {
        padding: 0px 10px;
    }
    
    .rural-product-plan-section .rural-solution-row .broadband-phone-blurb .et_pb_blurb_container .broadband-heading {
        font-size: 14px;
    }
    
    .rural-product-testimonial-section .border-box-text p:before,
    .rural-product-testimonial-section .border-box-text p:after {
        width: 1000px;
    }
    
    .rural-product-testimonial-section .border-box-text {
        padding-bottom: 200px;
    }
    
    .rural-product-testimonial-section .rural-product-testimonial-row {
        margin-top: -250px;
    }
    
    .rural-product-facts-section .border-box-text {
        padding-bottom: 580px;
    }
    
    .rural-product-facts-section .rural-facts-text-row {
        margin-top: -600px;
    }
    
    .rural-product-terms-heading p {
        font-size: 14px;
    }
    
    .rural-product-terms-section .et_pb_toggle_title:after {
        top: 70%;
        font-size: 24px;
    }
    
    .rural-product-terms-section .et_pb_toggle_close,
    .rural-product-terms-section .et_pb_toggle_open {
        padding: 14px;
    }
    
    .rural-product-terms-section .et_pb_toggle_title {
        padding: 0 0 0 30px !important;
    }
    
    /* Urban Product Page */
    /*
    .urban-plan-section .rural-solution-row .owl-carousel .owl-stage {
        align-items: flex-start;
    }
	*/
    
    .urban-search-section .urban-search-row .address-box input {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    
    /* Address Checker Box */
    .address-checker-border-box-text .address-checker-border-text {
        padding: 0 20px;
        font-size: 20px;
    }
    
    .address-checker-box input {
        padding: 10px 20px;
        font-size: 16px;
    }
    
    .address-checker-message p {
        font-size: 18px;
    }
    

    /* Footer */
    
    #footer-widgets .footer-widget .fwidget:last-child {
        width: 100%;
    }
    
    #footer-widgets .footer-widget:nth-child(n) {
        width: 46.25%!important;
        margin: 0 7.5% 12% 0!important;
    }
    
    #footer-widgets .footer-widget:nth-child(2n) {
        margin-right: 0!important;
    }
    
    #footer-widgets .footer-widget .fwidget {
        margin-bottom: 20% !important;
    }
    
    #main-footer h4.title,
    #main-footer a {
        font-size: 14px!important;
    }
    
    #main-footer span.el-social-icon {
        font-size: 16px;
    }
    
    #footer-info a {
        font-size: 12px!important;
    }
 
}


@media screen and (max-width: 480px) {
    
    /* Rural Page */
    
    .rural-coverage-section .border-box-text {
        padding-bottom: 800px;
    }
    
    .rural-coverage-section .rural-coverage-row {
        width: 100%;
    }
    
    .rural-coverage-row .rural-map {
        box-shadow: none;
    }
    
    .rural-coverage-section .rural-coverage-instructions-row {
        margin-top: -800px;
    }
    
    /* Rural Product Page */
    
    .rural-product-facts-section .border-box-text {
        padding-bottom: 1030px;
    }
    
    .rural-product-facts-section .rural-facts-text-row {
        margin-top: -1050px;
    }
    
}

.flip-box-row {
  width: 100%;
  min-height: 500px;
  padding: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
 
.flip-box-column {
  position: relative;
  width:100%;
  height: 100%;
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
 
.flip-box-row.flip-box-active .flip-box-column {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
 
.flip-box-front, .flip-box-back{
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
   width:100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 
.flip-box-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-box-front .et_pb_blurb_content {
		display: flex;
    flex-direction: column;
}

.flip-box-side .et_pb_blurb_container {
  	display: flex;
    flex-direction: column;
    height: 100%;
}

.flip-box-side .et_pb_blurb_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 30px;
}

.wn_show_options_wrapper {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.wn_show_options_btn,
.wn_go_back_btn {
	display: inline-block;
    border: 1px solid #a61431;
    padding: 5px 10px;
    border-radius: 5px;
}

@media screen and (max-width:767px) {
  .flip-box-row {
  	height: 400px;
  }
	
	.af_list {
    width: 70%;
  }
}

.wn_recommended_text {
	background: #F73449;
	width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 16px;
	font-weight: 700;
    text-align: center;
	color: #fff;
}


    /* Contact Form */

.et-pb-contact-message {
color: #ffffff;
font-size: 16px;
text-align: center;
}
