div#structuralContainer2 {
    background: url(../../images/background.jpg) no-repeat center center;
}

.mainNav a {
    font-family: "bitter" !important;
    font-weight: 700 !important;
    display: block;
    padding: 0 15px;
    font-size: 18px !important;
    /* font-weight: bold; */
}

.secondaryNav a {
    font-weight: 700 !important;
}

a.bannerObject img {
    height: 132px;
    width: auto;
}

section#widgetPreviewSearch {
    display: none !important;
}

.address-form h2 {
    font-weight: 700 !important;
    font-size:23px !important;
}

.section-text-main {
    width: 100%;
}


#utopia-shop-wrapper .required {
    color:black !important;
}



#order-successful, #docusign-error {
	padding-top: 100px;
	display: none;
}

.summary_table th:nth-child(1){
	width:200px;	
}

.summary_table th:nth-child(3), .summary_table th:nth-child(4), .summary_table th:nth-child(5)	{
	width:100px;
}

.summary_table td:nth-child(3), .summary_table td:nth-child(4), .summary_table td:nth-child(5)	{
	text-align: right;
}

.summary_table .total_row td {
	font-weight: bold;
}

.summary_table .total_row td:last-child {
	text-align: right;
}

#cart_summary	{
	display: none;
}

.tv_button {
    padding: 0 !important;
    display: block;
    background: #ccc;
    font-size:52px;
    width:40px !important;
    height:40px;
    border-radius: 20px;
    text-align:center;
    line-height: 0px !important;
    padding-top:0px !important;
    float: left;
    
    letter-spacing: -1px;
}

.tv_button.minus    {
    padding-top:0px !important;
}

#tv_options input{
    width:54px;
    height:40px;
    float: left;
    margin: 0 5px 15px;
    text-align: center;
    font-size:18px;
}

#dvr_plus   {
    margin-left:10px;
}

.tv_option_label{
    width:50%;
    float:left;
    text-align: center;
}

#tv_options {
    margin-top:20px;
    display: none;
}


#order-info{
display:none;
}

p.checkbox input {
    -webkit-appearance: checkbox;
    height: 21px;
    width: 15px;
}

.address_form .half-field-wrap, .address_form .field-wrap {
margin:8px 2.5% !important;
}


#shop_wrap  {
    max-width:900px;
    margin:0 auto 40px;
}

#select_services    {
    width:300px;
    margin: 0 auto 40px;
}

#select_services button {
    width:100%;
    border-radius: 24px;
    transition: background 0.2s ease-in;
}
    #select_services button:hover   {
        background: #666;
    }

.providers_wrap {
    display: none;
}


.provider_wrap{
    width:30%;
    float:left;
    margin:10px 1.5%;
    box-sizing: border-box;
}

.provider_inner  {
    border:1px solid #999;
    border-radius:3px;
}

    .provider_wrap.selected_provider .provider_inner {
        box-shadow: 0px 0px 8px #2d4159;
    }

    .provider_wrap.selected_provider .price_row p{
        background: #2d4159;
        color:white;
    }

.provider_wrap .logo {
    height: 100px;
    text-align:center;
    padding:15px 0;
}

.product_row  {
    border-top:1px solid #999;
    clear:both;
}

.price_row  {
    border-top:3px solid #999;
    clear:both;
}

.product_row p, .price_row p {
    padding-top:15px;
    padding-bottom:15px;
    border-right:1px solid #999;
    margin:0;
    transition: background 0.2s ease-in;
    box-sizing: border-box;
}

.product_row p  {
    cursor:pointer;
}
    .price_row p {
        width:50%;
        float:left;
        text-align: center;
        text-transform: uppercase;
        color: black
    }

    .price_row span {
        display: block;
    }

    .price_row span.dollars {
        font-size:32px;
    }

    .price_row span.dollars  sup {
        font-size: 18px;
    }

.button_row {
    clear:both;
}

    .button_row button {
        width:90%;
        margin:10px auto;
        display: block;
        border-radius: 5px;
        border: 1px solid #2d4159;
        background: none;
        color: #2d4159;
        transition: all 0.2s ease-in;
    }

        .button_row button:hover  {
            background: #2d4159;
            color:white;
        }
        
        .button_row button.selected_provider_button, .button_row button.selected_contract_button    {
            background: #2d4159;
            color:white;
        }


.product_row p:last-child, .price_row p:last-child {
    border-right:none;
}

.product_row p  {
    float:left;
    text-align: center;
}

p.selected_product  {
    background: #2d4159;
    color: white;
}

#select_services li, #select_services li span, #select_services li label {
    -webkit-appearance: none;
    overflow: hidden !important;
    width: 100px !important;
    display: block !important;
    float: left;
}

#select_services li {
    display: inline-block;
    list-style-type: none;
    margin-bottom:20px;
}

	#select_services li.left span{
		border-right:none;
		border-radius: 2px 0 0 2px;
	}
	
	#select_services li.right span{
		border-left:none;
		border-radius: 0 2px 2px 0;
	}

#select_services li  span {
    display: inline-block;
    cursor: pointer;
    width:101px;
    border: 1px solid #999;
    height:50px;
    box-sizing: border-box;
    padding-top:12px;
    text-align: center;
    font-size: 16px;
    color:#2d4159;
    text-transform: uppercase;
}

#select_services p  {
    margin-top:40px;
}

#select_services ul {
    display: block;
    width:300px;
    margin:20px auto 10px;
    padding:0;
}

#select_services li input  {
    display: none;
}

#select_services li.selected  {
    background: #999;
}

#select_services span{
    transition: background 0.2s ease-in;
}

:checked + span {
    background: #2d4159;
    color: white !important;
}

.loader {
    text-align: center;
    color: #666666;
    margin-top: 50px;
    min-height: 150px;
    display: none;
}

#address_check	{
	
}

.address_form  {
    margin: 30px auto;
}

.address_form .field-wrap  {
    width:45%;
    margin: 2.5%;
    float: left;
}

.address_form .half-field-wrap  {
    width: 20%;
    margin: 2.5%;
    float: left;
}

.address_form input[type="submit"]  {
    float: right;
    margin-right:2.5%;
}

.address_form .error  {
    border-color:#fcba88;
    background: #feeadb;
}

.contracts_wrap, .submit_wrap {
    display: none;
}

.contracts_wrap .contract_wrap {

    float: left;
    margin: 10px 1.5%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease-in;
}

.contracts_wrap .contract_inner {
    border: 1px solid #999;
    border-radius: 3px;
    }

    .contract_wrap.selected_contract .contract_inner {
        background: #2d4159;
        color: white;
    }
    
    .selected_contract p {
    color: white;
}

    p.contract_name  {
        margin-top:10px;
        font-size:18px;
    }

    .contract_wrap p.contract_nrc {
        border-right:1px solid #999;
    }

    .contract_wrap p.contract_nrc, .contract_wrap p.contract_mrc {
        width: 50%;
        float: left;
        border-top:1px solid #999;
        margin: 0;
        box-sizing: border-box;
    }

    .contract_wrap span {
        display: block;
    }

    .contract_wrap span.dollars {
        font-size:32px;
    }

    .contract_wrap span.dollars  sup {
        font-size: 18px;
    }


div#shop_wrap button {
    padding: 12px 0;
}

.select_buttons_wrap {
	display: none;
}

.summary_submit .next	{
	margin-top: 30px;
}

button.back {
    float: left;
    border-color: #333 !important;
    color: #333 !important;
}

.submit_wrap, .summary_submit, .select_buttons_wrap  {
    margin-top: 20px;
    margin-bottom:50px;
    text-align: right;
    box-sizing: border-box;
}

.submit_wrap  button, .summary_submit button, .select_buttons_wrap  button  {
    margin-right:1.5%;
    border-radius: 24px;
    border: 1px solid #2d4159;
    background: none;
    color: #2d4159;
    transition: all 0.2s ease-in;
    width: 200px;
}

.submit_wrap  button:hover, .summary_submit button:hover, .select_buttons_wrap button:hover    {
    background: #2d4159;
    color:white;
}


.clear {
    clear: both;
}

.submit_wrap {
    padding: 0 2.5%;
}

.submit_wrap .next {
    margin: 0;
}

p.form-section {
    text-transform: uppercase;
    padding: 0 2.5%;
    clear: both;
    margin-top: 25px;
    display: block;
    margin-bottom: 5px;
}

#shop_wrap button, #inquiry_wrap button	{
	outline: 0;
	padding: 12px 30px;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#shop_wrap .field-label, #inquiry_wrap .field-label{
    display: block;
    font-size: 13px;
}

#shop_wrap input[type="text"], #inquiry_wrap input[type="text"]{
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px;
}

 #shop_wrap select, #inquiry_wrap select{
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 0;
    outline: 1px solid #ccc;
}


    #inquiry_wrap input[type="submit"] {
        width:225px;
		margin-top:30px;
        display: block;
        border-radius: 24px;
        border: 1px solid #2d4159;
        background: none;
        color: #2d4159;
        transition: all 0.2s ease-in;
        outline: 0;
		padding: 12px 30px;
	    box-sizing: border-box;
	    font-size: 12px;
	    letter-spacing: 3px;
	    text-transform: uppercase;
    }

        #inquiry_wrap input[type="submit"]:hover  {
            background: #2d4159;
            color:white;
        }

@media only screen and (max-width: 500px) {
	.address_form h1, #shop_wrap h1, #shop_wrap h2 {
		font-size:22px;
		line-height: 30px;
		margin-left:10px;
		margin-right:10px;
	}
	
	.address_form p, #shop-intro p, .contracts_wrap p, #order-successful p, #docusign-error p {
		margin-left:10px;
		margin-right:10px;
	}
	
	.provider_wrap, .contract_wrap{
		width: 90% !important;
		margin-left: 5% !important;
		margin-right:5% !important;
	}
	
	.submit_wrap  button, .summary_submit button, .select_buttons_wrap  button {
		width:150px;
	}
	
	.summary_table th:nth-child(3), .summary_table th:nth-child(4), .summary_table td:nth-child(3), .summary_table td:nth-child(4) {
		display: none;
	}
	
	
}