/* Google font import */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* Set font */
body, button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family:"Roboto", sans-serif;
}

/* Make font larger */
body, .button, .input, .select, .label, .textarea, .survey label.radio, .survey label.checkbox, #fcc_providers .table, .order-details td {
//  font-size: 1.125em;
}

/* Change logo size */
#brand-header-image {
  max-height: 3rem;
}

 /*.navbar.is-fixed-top {
    background: #10406d;
}*/

/*
.navbar-menu{
  display: none;
}
*/
.hero{
    background-size: cover;
    background-position: top right;
    background-image: url(https://citizens.coop/wp-content/themes/citizens/images/address-search-bg.jpg);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
}

.productbox .producttitle {
    background: #10406d;
    margin: 0;
    padding: 17px 0px;
    color: #ffffff;
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
}

.productbox {
    border-radius: 8px;
    overflow: hidden;
}

.productbox .cart-product-text {
    margin: 1rem;
}

.product-type-container h3.title, .labelbox h3.title {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 500;
}

.title.is-product-type-title-Television::after {
    content: 'SFN TV Now Requires Citizens Internet Plan';
    display: block;
    font-size: 18px;
    margin-top: 12px;
    font-weight: 400;
    font-style: italic;
}

.product-type-container.is-product-type-CitiZip-Business::after {
    content: 'For more information please contact our Business Development Team';
    display: block;
    font-size: 23px;
    margin-top: 12px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-bottom: 50px;
}

.productbox.is-CitiZip-Business-productbox {
      position: relative;
    padding-bottom: 62px;
}

.productbox.is-CitiZip-Business-productbox a.btn.btm-sm.card-btn-add{
  position: absolute;
    bottom: 15px;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    width: 120px;
}

.productbox.is-CitiZip-Business-productbox p {
    text-align: left;
}


.cdg-disclaimer {
    margin-bottom: 20px;
  	font-weight: 600;
  	text-align: center;
}