/*
Theme Name: Rice Belt
Theme URI: 
Author: Kelly Meyers
Author URI: http://goodmonsterdesign.com/ 
Description: Custom theme created for Rice Belt as a Smithville company by Kelly Meyers as contracted by The MEK Group.
Version: 1.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ricebelt
Tags: 
*/

/** 
* #.# Rice Belt WP Theme CSS 
*
* SECTIONS:
*
*	1.0 General Styles, Layout & Bootstrap Elements
*	
*	2.0 Header & Headline
*	
*	2.1 Snipe
*	
*	2.2 Map
*
*	3.0 Menus & Navigation
*	
*	4.0 Featurette
*	
*	5.0 Posts & Pages
*
*	6.0 Footer
*	
*	7.0 Media Queries
*
/*! (This theme takes advantage of:)
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*
* ------------------------------------------------------------------
* #.# 1.0 General Styles, Layout & Bootstrap Elements
* -----------------------------------------------------------------
*/
a {
    color: #a71e23;
    -webkit-transition: background-color .5s, color .5s; 
    -moz-transition: background-color .5s, color .5s; 
    -o-transition: background-color .5s, color .5s; 
    transition: background-color .5s, color .5s;
}
a:hover,
a:focus {
   color: #d9382c; 
}
body {
    margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font: 150%/1.4 'Montserrat', sans-serif;
    background: #0f3b41; 
}
body.admin-bar { /* prevent WP admin bar from covering content */
    margin-top: 32px;
}
.btn {
    display: inline-block;
    margin: 5px 2px;
}
.btn-default {
    border-color: #509c44 !important;
}
.content-wrapper {
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fcf1d6,#fce3a5,#fac183); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fcf1d6,#fce3a5,#fac183); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fcf1d6,#fce3a5,#fac183); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fcf1d6,#fce3a5,#fac183); /* Standard syntax */
    border-bottom: 3px solid #d9382c;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.btn  {
	font-family: 'Lobster Two', cursive;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    color: #0f3b41;
}
.like-h1, 
.like-h2, 
.like-h3, 
.like-h4, 
.like-h5, 
.like-h6  {
    font-family: 'Lobster Two', cursive;
    color: #0f3b41;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.highlight {
	background-color: rgba(250,206,95,0.4);
}
.modal-header {
	-webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #d9382c;
    color: #fff;
}
.modal-header h4, 
.modal-body h3 {
    font-family:  'Montserrat', sans-serif;
    color: inherit;
}
.modal-body h2,
.modal-body h3 {
    color: #509c44;
}
.modal-body .btn {
    font-size: 110%;
}
.modal-footer .btn {
    font-family:  'Montserrat', sans-serif;
}
.page-links span {
    display: inline-block;
    padding: 10px;
    margin: 0;
    font-family: 'Lobster Two', cursive;
    font-size: 110%;
}
.pagination {
    text-align: center;
    width: 100%;
}
.pagination .page-numbers {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border: 1px #ddd solid;
    margin: 0;
    font-family: 'Lobster Two', cursive;
    font-size: 110%;
}
.pagination .prev {
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family:  'Montserrat', sans-serif;
}
.pagination .next {
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family:  'Montserrat', sans-serif;
}
.panel-body img {
    max-width: 100%;
    height: auto;
}
.panel-body .list-group-item .btn {
	word-wrap: normal;
	white-space: normal;
}
.panel-footer {
	color: #666;
    font-size: 85%;
}
.panel-heading {
	min-height: 2em;
}
.panel-heading h2 {
	color: #196e56;
    font: 17px/1 'Montserrat', sans-serif;
}
.panel-heading h2 a {
    color: inherit;
}
.panel-heading h2 a:hover, 
.panel-heading h2 a:focus {
    color: #509c44;
    text-decoration: none;
}
.post-content.panel-body {
    margin-top: 0;
}
.screen-reader-text {
    position: absolute;
    right: -5000px;
}

/*
* ------------------------------------------------------------------
* #.# 2.0 Header & Headline
* -----------------------------------------------------------------
*/
.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background: #509c44 url('inc/img/greenriceBG.jpg') no-repeat center center scroll; /* 1900 x 500 */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-image img {
    max-width: 100%;
    height: auto;
}
header.inner-page {
	background-color: #509c44; 
	color: #fff;
	margin-top: 51px;
    margin-bottom: 20px;
}
header.inner-page h1 {
    color: inherit;
}
.home .header-image {
    margin-bottom: 80px;
}
header.inner-page h1 {
    margin: 0;
    padding: 20px 0;
    line-height: 1;
}
.headline {
    padding: 120px 0;
}
.headline h1 {
    background: #fff;
    background: rgba(255,255,255,0.4);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0.0),rgba(255,255,255,0.6),rgba(255,255,255,0.8),rgba(255,255,255,0.6),rgba(255,255,255,0.0)); 
    background: -moz-linear-gradient(right,rgba(255,255,255,0.0),rgba(255,255,255,0.6),rgba(255,255,255,0.8),rgba(255,255,255,0.6),rgba(255,255,255,0.0));
    background: -o-linear-gradient(right,rgba(255,255,255,0.0),rgba(255,255,255,0.6),rgba(255,255,255,0.8),rgba(255,255,255,0.6),rgba(255,255,255,0.0)); 
    background: linear-gradient(to right,rgba(255,255,255,0.0),rgba(255,255,255,0.6),rgba(255,255,255,0.8),rgba(255,255,255,0.6),rgba(255,255,255,0.0)); 
    font-size: 130px;
	margin-bottom: 0;
}

/*
* ------------------------------------------------------------------
* #.# 2.1 Snipe
* -----------------------------------------------------------------
*/
#snipe {
    margin: 0;
    padding: 0;
}
.snipe-block {
    background-color: #0f3b41;
    background-color: rgba(15,59,65,0.8);
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
    padding: 10px 20px;
}
#snipe .snipe-block .btn {
    font-family: 'Montserrat', sans-serif;
}
#snipe .snipe-block p {
    margin: 0;
    padding: 0;
}

/*
* ------------------------------------------------------------------
* #.# 2.2 Map
* -----------------------------------------------------------------
*/
.polycoords {
    display: none;
}

/*
* ------------------------------------------------------------------
* #.# 3.0 Menus & Navigation
* -----------------------------------------------------------------
*/
body.admin-bar .navbar-fixed-top { /* prevent WP admin bar from covering content */
    top: 32px;
}
.navbar {
    background-color: #0f3b41;
}
.navbar-brand,
.navbar-header {
    color: #fff;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: #509c44;
}
.navbar-nav > li > a {
    background-color: #0f3b41;
    color: #fff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background-color: #509c44;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}

/*
* ------------------------------------------------------------------
* #.# 4.0 Featurette
* -----------------------------------------------------------------
*/
.featurette {
    overflow: hidden;
     clear: both;
}
.featurette-divider {
    margin: 80px 0;
    border-top-color: transparent;
    clear: both;
    background: #ed8c23;
    background: -webkit-linear-gradient(left, rgba(237, 140, 34,0.0), rgba(237, 140, 34,0.6), rgba(237, 140, 34,0.8), rgba(237, 140, 34,0.6), rgba(237, 140, 34,0.0)); 
    background: -moz-linear-gradient(right, rgba(237, 140, 34,0.0), rgba(237, 140, 34,0.6), rgba(237, 140, 34,0.8), rgba(237, 140, 34,0.6), rgba(237, 140, 34,0.0));
    background: -o-linear-gradient(right,rgba(237, 140, 34,0.0), rgba(237, 140, 34,0.6), rgba(237, 140, 34,0.8), rgba(237, 140, 34,0.6), rgba(237, 140, 34,0.0)); 
    background: linear-gradient(to right rgba(237, 140, 34,0.0), rgba(237, 140, 34,0.6), rgba(237, 140, 34,0.8), rgba(237, 140, 34,0.6), rgba(237, 140, 34,0.0)); 
    height: 3px;
}
.featurette-heading,
body.single-home_featurette h2 {
	color: #0f3b41;
    font-size: 40px;
}
.featurette-heading .text-muted,
body.single-home_featurette h2 .text-muted {
	color: #509c44;
}
.featurette h2 {
    font-family: 'Montserrat', sans-serif;
}
.featurette-image {
	margin-bottom: 80px;
}
.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}
body.single-home_featurette .page-image {
    display:none;
}
body.single-home_featurette .post-content {
    width: 100% !important;
}
body.single-home_featurette .post-content img {
    display: block;
    float: right;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 20px;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

/*
* ------------------------------------------------------------------
* #.# 5.0 Posts & Pages
* -----------------------------------------------------------------
*/
.blog .panel-body p.lead,
.search .panel-body p.lead {
	font-size: 110%;
}
.blog .panel-body,
.search .panel-body {
    height: 300px;
    font-size: 90%;
    overflow-y: auto;
}
.blog .panel-body h1,
.search .panel-body h1 {
    font-size: 155%;
} 
.blog .panel-body h2,
.search .panel-body h2 {
    font-size: 135%;
} 
.blog .panel-body h3,
.search .panel-body h3 {
    font-size: 125%;
} 
.blog .panel-body h4, 
.blog .panel-body h5, 
.blog .panel-body h6,
.search .panel-body h4, 
.search .panel-body h5, 
.search .panel-body h6 {
    font-size: 115%;
}
.blog .panel-heading h2,
.search .panel-heading h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-image {
    text-align: center;
}
.page-image img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.page-content,
.post-content {
    margin: 0 0 20px;
}
.page-content h2,
.post-content h2  {
    font-family: 'Montserrat', sans-serif;
}
.post-content .btn {
    color: #0f3b41;
    font-family: 'Montserrat', sans-serif;
}
.search .inner-page h1,
.search .inner-page form,
.error404 .inner-page h1,
.error404 .inner-page form {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.search .inner-page form,
.error404 .inner-page form {
    margin: 0;
    margin-left: 20px;
    padding: 20px 0;
}
.search .inner-page button[type="submit"],
.error404 .inner-page button[type="submit"],
#contact-form input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    color: #196e56;
    border: 1px solid #ddd !important;
}
#contact-form input[type="submit"] {
    border-color: #509c44 !important;
}
#contact-form input,
#contact-form textarea {
    font-size: 100%;
    color: #196e56;
}
#contact-form textarea {
    height: 200px;
}
.search .inner-page input,
.error404 .inner-page input {
    color: #0f3b41;
    border-color: #ddd;
    width: 300px;
}

/* availability map page */
#address {
    border-color: #0f3b41;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    width: 80%;
}
#address-container {
    background-color: #196e56;
    color: #fff;
    padding: 30px 0 50px;
    text-align: center;
}
#address-container a {
    color: #fff;
}
#address-container a.btn-default {
    color: #0f3b41;
}
#address-container h2 {
    color: #fff;
    margin-bottom: 30px;
}
#address-container .form-group {
    text-align: center;
    width: 100%;
}
#address-container #submit {
    border-color: #0f3b41;
    background-color: #0f3b41;
    color: #fff;
    width: 19%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-transition: background-color .5s, color .5s;
    -moz-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
}
#address-container #submit:hover {
    background-color: #509c44;
}
.data {
    height: 1px;
    overflow: hidden;
}
/*.gm-style-iw { /* map info pop up */
    /*width: 200px !important;
    height: 150px !important;
}*/
#map {
    width: 100%;
    height: 500px;
    margin: -20px auto 0;
}
.no-js #no-js-alert-container {
    display: block;
}
#no-js-alert-container {
    display: none;
    position: relative;  
}
#no-js-alert {
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
}

/*
* ------------------------------------------------------------------
* #.# 6.0 Footer
* -----------------------------------------------------------------
*/
footer.main {
    margin-top: 50px;
    margin-bottom: 50px;
    
}
footer.main .list-inline>li {
	padding: 0;
	margin: 2px 0;
}
#footer-menu a {
	background-color: #196e56;    
    background-image: none;
	border: 1px solid #509c44;
	border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	padding: 6px 12px;
	margin: 0;
	text-align: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
    white-space: nowrap;
}
#footer-menu a:hover,
#footer-menu a:focus {
    background-color: #509c44;
    text-decoration: none;
}

/*
* ------------------------------------------------------------------
* #.# 7.0 Media Queries
* -----------------------------------------------------------------
*/
@media(max-width:1200px) {
    .featurette-divider {
        margin: 50px 0;
    }
    .featurette-heading {
        font-size: 35px;
    }
    .featurette-image.pull-left {
        margin-right: 20px;
    }
    .featurette-image.pull-right {
        margin-left: 20px;
    }
    .headline h1 {
        font-size: 140px;
    }
    .headline h2 {
        font-size: 63px;
    }
    body.single-home_featurette .post-content img {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:991px) {
    body,
    header.inner-page {
        margin-top: 0;
    }
    .featurette-divider {
        margin: 40px 0;
    }
    .featurette-heading,
    body.single-home_featurette h2 {
        font-size: 30px;
    }
    .featurette-image {
        max-width: 50%;
        margin-bottom:10px;
    }
    .featurette-image.pull-left {
        margin-right: 10px;
    }
    .featurette-image.pull-right {
        margin-left: 10px;
    }
    .headline h1 {
        font-size: 105px;
    }
    .headline h2 {
        font-size: 50px;
    }
    .navbar-fixed-top {
        position: static;
        margin-bottom: 0;
    }
    .search .inner-page input,
    .error404 .inner-page input {
        width: 64%;
        display: inline;
        vertical-align: middle;
    }
    .search .inner-page button[type="submit"],
    .error404 .inner-page button[type="submit"] {
        width: 31%;
        display: inline;
        vertical-align: middle;
    }
}

@media(max-width:768px) {
    #address-container h2 {
        font-size: 25px;
    }
    #address,
    #address-container #submit {
        width: 100%;
    }
    #address-container #submit {
        margin-top: 10px;
    }
    .blog .panel-heading h2,
    .blog .panel-body .btn,
    .search .panel-heading h2,
    .search .panel-body .btn {
        white-space: normal;
    }
    .blog .panel-body .btn,
    .search .panel-body .btn {
        text-align: left;
    }
    .container {
        margin: 0 15px;
    }
    .featurette-divider {
        margin: 40px 0;
    }
    .featurette-heading {
        font-size: 25px;
    }
    
    header h1 {
        font-size: 26px;
    }
    .home .header-image {
        margin-bottom: 30px;
    }
    .main.container {
        margin-left: 0;
        margin-right: 0;
    }
    .modal-body h2 {
        font-size: 22px;
    }
    .search .inner-page .container,
    .error404 .inner-page .container {
        margin-left: 0;
        margin-right: 0;
    }
    .search .inner-page h1,
    .search .inner-page form,
    .error404 .inner-page h1,
    .error404 .inner-page form {
        display: block;
    }
    .search .inner-page form,
    .error404 .inner-page form {
        margin: 0;
        padding: 0;
    }
    
}

@media(max-width:668px) {
    .featurette-divider {
        margin: 30px 0;
    }
    .headline h1 {
        font-size: 70px;
    }
    .headline h2 {
        font-size: 32px;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }
	.headline .container {
		margin: 0;
		background: #fff;
        background: rgba(255,255,255,0.7);
        background: -webkit-linear-gradient(left,rgba(255,255,255,0.4),rgba(255,255,255,0.8),rgba(255,255,255,0.4)); 
        background: -moz-linear-gradient(right,rgba(255,255,255,0.4),rgba(255,255,255,0.8),rgba(255,255,255,0.4));
        background: -o-linear-gradient(right,rgba(255,255,255,0.4),rgba(255,255,255,0.8),rgba(255,255,255,0.4)); 
        background: linear-gradient(to right,rgba(255,255,255,0.4),rgba(255,255,255,0.8),rgba(255,255,255,0.4)); 
        font-size: 130px;
	}
    .headline h1 {
        font-size: 60px;
		background: none;
    }
    .headline h2 {
        font-size: 30px;
		background: none;
    }
}

@media(max-width:600px) {
    #address-container {
        text-align: left;
    }
    #address-container h2 {
        font-size: 20px;
    }
    #address-container .btn.btn-default.btn-lg {
        text-align: left;
        white-space: normal;
    }
    .page-content .nav-tabs li {
        width: 100%;
    }
    .page-content .nav-tabs li a {
        border: 1px solid #ddd;
    }
    #snipe .snipe-block .btn {
        display: block;
        word-wrap: break-word;
        white-space: normal;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
        margin-bottom: 30px;
    }
    .featurette-image {
        max-width: 100%;
    }
    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
    .home footer.main {
        margin-top: 0;
    }
}

/*
* ------------------------------------------------------------------
* STYLES ADDED BY RAREBIRD STARTING JULY 2021
* -----------------------------------------------------------------
*/
.btn--green-solid {
    color: #fff;
    background-color: #196e56;
    border-color: #196e56;
    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn.check-rate-button:hover,
.btn.check-rate-button:focus {
    color: #196e56;
    background-color:  #dedede;
    border-color: #196e56;
    transition-property: background-color, color;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    outline: 0;
}

.check-rate-button {
    margin: 0 10px;
}

.country-select {
    border: 1px solid #ccc;
    padding: .5em 1em .4em .5em;
}

.international-rates__pricing-container {
    display:  flex;
}

.show-international-rate {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #196e56;
}

/* Ninja Forms Overrides */
.nf-form-cont .nf-form-content {
    padding: 0;
}

.nf-form-cont .nf-form-fields-required {
    display: none;
}

.nf-form-cont .nf-error .nf-error-msg {
    color: #a71e23;
}

.nf-form-cont .nf-error .nf-error-msg,
.nf-form-cont .nf-error-msg,
.nf-form-cont .ninja-forms-req-symbol {
    color: #a71e23;
}

.nf-form-cont .nf-pass .ninja-forms-field {
    border-color:  #196e56 !important;
}

.nf-form-cont .nf-error .ninja-forms-field {
    border-color: #a71e23 !important;
}

.nf-form-cont .nf-error.field-wrap .nf-field-element::after {
    background-color:  #a71e23;
    border-radius: 0 5px 5px 0;
    height: 44px;
}

.nf-form-cont .nf-pass.field-wrap .nf-field-element::after {
    color:  #196e56;
}

.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type=button],
.nf-form-cont .nf-form-content input[type=submit] {
    background-color: #0f3b41;
    border: 1px solid #0f3b41;
    border-radius: 4px;
    min-width: 200px;
}

.nf-form-cont .nf-form-content button:hover,
.nf-form-cont .nf-form-content input[type=button]:hover,
.nf-form-cont .nf-form-content input[type=submit]:hover,
.nf-form-cont .nf-form-content button:focus,
.nf-form-cont .nf-form-content input[type=button]:focus,
.nf-form-cont .nf-form-content input[type=submit]:focus {
    background: #eee;
    color: #0f3b41;
    transition:  background-color .5s, color .5s;
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
    background-color: #fff;
}

.nf-form-cont .nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-cont .nf-form-content input.ninja-forms-field,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 46px;
    border-radius: 6px;
    padding: 10px 16px;
}

.nf-form-cont .nf-form-content textarea.ninja-forms-field {
    border-radius: 6px;
    padding: 10px 16px;
}

.nf-form-cont .nf-error.field-wrap.textarea-wrap .nf-field-element::after {
    background-color:  #a71e23;
    border-radius: 0 5px 0 0;
    height: 44px;
}

.nf-form-cont .nf-form-content label {
    font-size: 14px;
}

.broadband-facts {
    display: grid;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {

    .broadband-facts {
        display: flex;
        width: calc(992px - 30px);
    }
}

@media (min-width: 1200px) {

    .broadband-facts {
        width: calc(1170px - 30px);
    }
}