<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */


.dropup-menu {
    bottom: 100%;
    top: auto !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
	background-color:transparent
}

.legal li a:hover {
	text-decoration: underline;
}

/* point the caret up*/

.caret-up {
    /* Safari */
    -webkit-transform: rotate(-180deg);
    
    /* Firefox */
    -moz-transform: rotate(-180deg);
    
    /* IE */
    -ms-transform: rotate(-180deg);
    
    /* Opera */
    -o-transform: rotate(-180deg);
    
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);

}


.inlineprice {
	color: #c91f27;
	font-size: 1.4em;
	font-weight: 400;
}

.heading-subtext {
	font-size: 0.50em;
	text-transform: none;
}

/* Font styling */
.no-text-decoration {
	text-decoration: none;
}

.font-size-24px {
	font-size: 24px;
}

/* Easy access margins */
.margin-top-10px {
	margin-top: 10px;
}

/* Easy access colors */
.color-black {
	color: #000;
}
.color-grey {
	color: #777;
}

/**********************************************************************************
Style phone number in header.php
**********************************************************************************/
.phone .phone-wrapper {
	display: inline;
}
.phone .phone-wrapper .phone-text,
.phone .phone-wrapper .phone-number {
	display: inline;
	padding-right: 3px;
}
.phone .phone-wrapper .pad-left {
	padding-left: 13px;
}
.phone .phone-wrapper .phone-text {
		font-size: 0.65em;
}
@media only screen and (max-width : 695px) {
	.phone .phone-wrapper .phone-text,
	.phone .phone-wrapper .phone-number	{
	}
}
/*-------------------------------------------
iPad in portrait &amp; landscape
-------------------------------------------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	.phone .phone-wrapper .phone-text,
	.phone .phone-wrapper .phone-number	{
		/*font-size: 0.65em;*/
	}
}
/*-------------------------------------------
iPad in landscape
-------------------------------------------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.phone .phone-wrapper .phone-text,
	.phone .phone-wrapper .phone-number	{
		font-size: 0.65em;
	}
}
/*-------------------------------------------
iPad in portrait
-------------------------------------------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.phone .phone-wrapper .phone-text,
	.phone .phone-wrapper .phone-number	{
		font-size: 0.65em;
	}
}
/**********************************************************************************
End - Phone number styling
**********************************************************************************/
/**********************************************************************************
Rounded Google Maps corners
**********************************************************************************/
.round_map_corners {
	border:solid 2px #ecece8;
	border-radius:10px; 
	-moz-border-radius:10px;
	-webkit-mask-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
/**********************************************************************************
End - Rounded Google Maps corners
**********************************************************************************/
/**********************************************************************************
Internet availability form styling
**********************************************************************************/
/*-------------------------------------------
Maps - Service availability form
-------------------------------------------*/
.google-map-af {
	background: #E5E3DF;
	height: 450px;
	margin: 30px 0 30px 0;
	width: 100%;
}
/*-------------------------------------------
Service availability form
-------------------------------------------*/
#af-container &gt; div.af-step {
	-o-transition: 1s ease;
    -ms-transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
/*-------------------------------------------
Availability form - Tower Coverage
-------------------------------------------*/
#af_tc_map_canvas {
	height: 600px;
	margin: 30px 0 30px 0;
	width: 100%;
	
}
#af_tc_map_canvas &gt; iframe {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	border:0;
}
/*-------------------------------------------
Availability form - Progress bar
-------------------------------------------*/
#af_progressbar {
    margin: 0 0 50px 0;
    padding: 0;
    overflow: hidden;
}
#af_progressbar li {
    list-style-type: none;
    color: #BEBEBE;
    text-transform: uppercase;
    font-size: 12px;
    width: 33.33333333333333%;
    float: left;
    position: relative;
    font-weight: 500;
}
#af_progressbar li:first-child:before {
    content: "\f007"; /* user */
}
#af_progressbar li:nth-child(2):before {
    content: "\f041"; /* map marker */
}
#af_progressbar li:nth-child(3):before {
    content: "\f005"; /* star */
}
#af_progressbar li:last-child:before {
    content: "\f155"; /* dollar sign */
	/*content: "\f06e";*/ /* eye */
}
#af_progressbar li:before {
    width: 40px;
    height: 40px;
	font-family: FontAwesome;
    font-size: 25px;
    line-height: 37px;
    border-radius: 50%;
    border: 2px solid #BEBEBE;
    background-color: white;
    display: block;
    margin: 0 auto 5px auto;
}
#af_progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #BEBEBE;
    position: absolute;
    top: 20px;
    z-index: -1;
    left: -50%;
}
#af_progressbar li:first-child:after {
    content: none;
}
#af_progressbar li.active:before, 
#af_progressbar li.active:after, 
#af_progressbar li.active {
    border-color: #c91f27;
    color: #c91f27;
}
#af_progressbar li.active + li:after {
    background-color: #c91f27;
    content: '';
}
#af_progressbar li.complete:before {
	color: #fff;
	background-color: #c91f27;
}
/*-------------------------------------------
Error
-------------------------------------------*/
#af-container .error,
#startup-form-wrapper .error {
	-webkit-box-shadow: 0px 19px 24px -27px rgba(18,18,20,1);
	-moz-box-shadow: 0px 19px 24px -27px rgba(18,18,20,1);
	box-shadow: 0px 19px 24px -27px rgba(18,18,20,1);
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	background: rgba(201, 31, 39, 1);
	padding: 5px 8px 5px 8px;
	margin-bottom: 30px;
	color: white;
}
/*-------------------------------------------
Validation
-------------------------------------------*/
#af-container input.invalid, 
#af-container textarea.invalid,
#startup-form-wrapper input.invalid,
#startup-form-wrapper textarea.invalid,
#startup-form-wrapper select.invalid {
	border: 2px solid #c91f27;
}
#af-container input.valid,
#af-container textarea.valid,
#startup-form-wrapper input.valid,
#startup-form-wrapper textarea.valid,
#startup-form-wrapper select.valid {
	/*border: 2px solid green;*/
}
/**********************************************************************************
End - Internet availability styling
**********************************************************************************/
/**********************************************************************************
Coverage map styling
**********************************************************************************/
#coverage-map-canvas {
	height: 600px;
	width: 100%;
}
.coverage-map-title {
	width: 100%;
	background-color: #121214;
	border-bottom: 1px solid #C9C9BE;
	color: #fff;
	text-align: center;
	padding: 8px;
	font-size: 16px;
}
.coverage-map-title:before {
	content: "\f05a";
	font-family: FontAwesome;
	padding-right: 8px;
}
/**********************************************************************************
End - Coverage map styling
**********************************************************************************/
/**********************************************************************************
Locations Styling
**********************************************************************************/
.locations {
	list-style: none;
	padding-left: 0;
}
/**********************************************************************************
End - Locations Styling
**********************************************************************************/
/**********************************************************************************
Sticky class
**********************************************************************************/
/*-------------------------------------------
Keeps element stuck to the top of the page once it is scrolled to 
NOTE: Only compatible with following browsers -
		Google Chrome: v56+, v23 - v55 can be enabled
		Firefox: v32 - v58 partial support, v59 - v60 full support, v26 - v31 can be enabled
		IE: No support, but can be supported via polyfill - https://github.com/wilddeer/stickyfill
		Safari: v6.1 - v7 partial support using -webkit, v7.1 - v11.1 full support
		Edge: v16 - v17 partial support
		Opera: v42 - v53 partial support
-------------------------------------------*/
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 998;
}
.sticky-phone {
	background-color: #2A2A2A;
	width: 100%; 
	border-top: 1px solid #4F4F4F;
	border-bottom: 1px solid #4F4F4F;
	height: 30px;
	color: #ffffff;
	line-height:30px;
}
.sticky-phone &gt; .sticky-left &gt; .sticky-icon,
.sticky-phone &gt; .sticky-right &gt; .sticky-icon,
.sticky-phone &gt; .sticky-center &gt; .sticky-icon {
	padding-right: 8px;
}
.sticky-phone &gt; .sticky-left {
	width: 50%; 
	float: left; 
	text-align: right;
	padding-right: 8px;
}
.sticky-phone &gt; .sticky-right {
	width: 50%; 
	float: right; 
	padding-left: 8px;
}
.sticky-phone &gt; .sticky-center {
	text-align: center;
}
/**********************************************************************************
End - Sticky class
**********************************************************************************/
/**********************************************************************************
Custom Bootstrap 3 Columns
**********************************************************************************/
.flex-row{
     display: flex;
    display: -webkit-flex; 
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-row:before, 
.flex-row:after{
   display: none;
}

.push-bottom {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
/**********************************************************************************
End - Custom Bootstrap 3 Columns
**********************************************************************************/
/**********************************************************************************
Margins &amp; Paddings
**********************************************************************************/
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}

.padding-b-25 {
	padding-bottom: 25px;
}
.padding-b-50 {
	padding-bottom: 50px;
}

.p-l-5 { padding-left: 5px; }
.p-l-10 { padding-left: 10px; }
.p-l-15 { padding-left: 15px; }
.p-l-20 { padding-left: 20px; }
.p-l-25 { padding-left: 25px; }

@media screen and (max-width: 767px) {
	.m-m-t-10 {
		margin-top:10px;
	}
	.m-m-t-15 {
		margin-top:15px;
	}
}

.uhd-icon {
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 1px solid #dd242d;
	background-color: #dd242d;
	color: #dd242d;
	font-size: 9px;
	font-weight: 600;
	line-height: 9px;
	padding: 2px 1px 3px 2px;
	text-align: center;
	/*vertical-align: middle;*/
	display: inline-block;
	letter-spacing: 2px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: verdana;
	
	text-shadow:
		-1px -1px 0 #fff,
		 0   -1px 0 #fff,
		 1px -1px 0 #fff,
		 1px  0   0 #fff,
		 1px  1px 0 #fff,
		 0    1px 0 #fff,
		-1px  1px 0 #fff,
		-1px  0   0 #fff;
}
/**********************************************************************************
End - Margins &amp; Paddings
**********************************************************************************/
/**********************************************************************************
Colors
**********************************************************************************/
.off-white {
	color: #f0f0ed;
}
/**********************************************************************************
End - Colors
**********************************************************************************/
/**********************************************************************************
Backgrounds
**********************************************************************************/
.honeycomb-bg {
	background: url(../img/mercury-header2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/**********************************************************************************
End - Backgrounds
**********************************************************************************/</pre></body></html>