/*
Theme Name: Wave: Residential
Theme URI: http://www.fdgweb.com/
Author: FDGweb
Author URI: http://www.fdgweb.com/
Description: A custom theme designed by FDGweb
Version: 1.0
Template: wave
*/

.section-rotator .rotator-title {
	font-size: 60px;
	line-height: 58px;
	color: #003b63;
	font-family: graphicusdt-bold;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.section-rotator .rotator-title strong {
	color: #00adcd;
	font-weight: normal;
}

.section-rotator .rotator-subtitle {
	color: #003b63;
	font-weight: 600;
}

.gsc-overflow-hidden {
	overflow: visible !important;
}

.section-rotator .rotator-subtitle span {
	font-size: 16px;
	display: block;
	line-height: 24px;
	margin: -10px 0 10px 0;
}

.section-rotator .rotator-button div {
	background: #f38444;
	padding: 12px 24px;
	font-family: graphicusdt-light;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-size: 19px;
}

.section-rotator .rotator-title {
	font-size: 60px;
	line-height: 62px;
}


.section-rotator li[slide="0"] .rotator-title {
	font-size: 38px;
	line-height: 40px;
}

.section-rotator li[slide="4"] .rotator-subtitle {
	font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.section-rotator li[slide="0"] .rotator-title > div > div {
	font-size: 60px;
	line-height: 68px;
	letter-spacing: -0.04em;
}

.section-rotator li .rotator-title.small > div {
	font-size: 45px;
	line-height: 1.1em;
}



.section-rotator li sup {
	display: inline-block;
	padding: 0 0 0 3px;
	top: -13px;
	font-size: 22px;
}

.mac .section-rotator .rotator-button div {
    padding: 16px 24px;
}

#home-3-grid .single-grid-block:after {
	display: none;
}

#home-3-grid .single-grid-block .title {
	font-size: 24px;
}

.section-rotator .rotator-slide-content-inner {
	overflow: visible;
	text-align: left;
}

.section-rotator .rotator-slide-content-width {
	width: 45%;
}

li#menu-item-14331 {
    text-indent: 20px;
}


/*********************************/
/********* Wave Popup ************/
/*********************************/
.check-net-status {
    height: 45px;
    transition: .25s;
    display: inline-block;
    padding-left: 15px;
    background-color: #99cb43;
    right: 0px;
    position: absolute;
    padding-top: 15px;
    color: rgb(255,255,255);
    font-family: graphicusdt-light;
    padding-right: 20px;
    font-weight: 700;
    font-size: 18px;
}
.check-net-status:hover:before {
    background-color: #acd860;
}
.check-net-status:before {
    transition:.25s;
    content: '';
    position: absolute;
    width: 45px;
    height:65px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    left: -30px;
    z-index: -1;
    background-color: #99cb43;
}
.check-net-status:hover {
    background-color: #acd860;
    cursor:pointer;
}
.check-net-status .section-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right:5px;
}
.inner-modal-wrapper {
    padding-bottom:46px;
}
.welcome-customer-modal {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.63);
  top: 0px;
  position: fixed;
  left: 0px;
  z-index: 1000000000;
}

.inner-modal-wrapper {
  overflow: hidden;
  max-height: 100vh;
  display: none;
  position: fixed;
  z-index: 100000000000;
  background-color: #ffffff;
  width: 100%;
  max-width: 1068px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inner-modal-wrapper .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 11.5px 18px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  transition: 0.25s;
}
.inner-modal-wrapper .close-button:hover {
  color: #00bedf;
  background-color: #fff;
}
.inner-modal-wrapper .modal-header-wrapper {
  padding: 15px;
  margin-top: -1px;
  background-color: #00bedf;
  font-family: graphicusdt-book;
}
.inner-modal-wrapper .modal-header-wrapper .modal-intro {
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.modal-body-wrapper {
  background-color: #fff;
}
.modal-body-wrapper .modal-message {
  text-align: center;
  color: #002842;
  font-size: 25px;
  font-weight: 600;
  font-family: graphicusdt-light;
  padding-top: 45px;
}
.modal-body-wrapper .modal-body-links {
  margin: 30px;
  flex-wrap: wrap;
  text-align: center;
}
.modal-body-wrapper .modal-body-links:hover div.link-tag {
  opacity: 0.6;
}
.popup-link-container {
    width: calc( 25% - 3px );
    padding: 0px;
    /* margin: 0px; */
    display: inline-block;
    margin: 0 auto;
    min-width: 140px;
    text-align: center;
    margin-bottom: 7px;
    vertical-align: top;
}
.link-tag {
    margin:0 auto;
    display: block;
    position: relative;
}
.modal-body-wrapper .modal-body-links div.link-tag {
    border-radius: 5px;
    /* flex-grow: 1; */
    /* margin: 15px; */
    max-width: 175px;
    min-height: 190px;
    transition: 0.25s;
    background-color: #00bedf;
    background-size: 14px;
    font-family: graphicusdt-light;
    font-size: 17px;
    font-weight: 600;
    padding-top: 5px;
}
.modal-body-wrapper .modal-body-links div:nth-child(1) .link-tag {
  background: linear-gradient(-45DEG, #8bb336, #a4c85a);
}
.modal-body-wrapper .modal-body-links div:nth-child(2) .link-tag {
  background: linear-gradient(-45DEG, #673493, #6f3da0);
}
.modal-body-wrapper .modal-body-links div:nth-child(3) .link-tag {
  background: linear-gradient(-45DEG, #b85d17, #e9873e);
}
.modal-body-wrapper .modal-body-links div:nth-child(4) .link-tag {
  background: linear-gradient(-45DEG, #03a1bc, #00c0e1);
}
.modal-body-wrapper .modal-body-links div.link-tag:after {
  content: "ACCESS";
  color: white;
  text-align: center;
  background: linear-gradient(to right, #404b51, #203d45);
  margin-top: 13px;
  margin-bottom: -3px;
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 6px 0;
  letter-spacing: 1px;
  border-radius: 0 0 5px 5px;
  font-family: graphicusdt;
}
.modal-body-wrapper .modal-body-links div.link-tag .link-area {
  text-align: center;
  padding: 25px 0px 10px 0;
  color: #fff;
  display: block;
  font-weight: bold;
}
.modal-body-wrapper .modal-body-links div.link-tag .access-icon {
  height: 70px;
  margin: 25px auto 10px auto;
  display: block;
}
.modal-body-wrapper .modal-body-links div.link-tag:hover {
  transform: scale(1.01);
  opacity: 1 !important;
}
.link-tag {
	cursor:pointer;
}


	/*********************************/
	/******* END Wave Popup **********/
	/*********************************/


.header-main-nav > li > ul.sub-menu.pad .col {
	padding: 40px 20px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.header-main-nav > li > ul.sub-menu .col {
	display: inline-block;
	vertical-align: top;
	width: calc( 25% - 40px );
	font-size: 15px;
	padding: 20px 20px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#menu-item-272 > a, #menu-item-271 > a, #menu-item-7371 > a, #menu-item-7372 > a, #menu-item-7373 > a {
	display: none;
}

#menu-item-269 > ul.sub-menu {
	width: 240px;
	left: 280px;
}

#menu-item-270 > ul.sub-menu {
	width: 240px;
	left: 420px;
}

#menu-item-274 > ul.sub-menu {
	width: 240px;
	left: 500px;
}

#menu-item-7420 > ul.sub-menu {
	width: 240px;
	left: 720px;
}

#menu-item-277 > ul.sub-menu {
	width: 240px;
	left: 755px;
}

#menu-item-269 > ul.sub-menu > li.col, #menu-item-270 > ul.sub-menu > li.col, #menu-item-274 > ul.sub-menu > li.col,
#menu-item-7420 > ul.sub-menu > li.col, #menu-item-277 > ul.sub-menu > li.col {
	width: calc( 100% - 40px );
}

#home-services {
	background: #0a3b61;
	z-index: 10;
}

#home-services .image {
	width: 200px;
	padding: 28px 0px 10px 0px;
	margin: 0 auto;
}

#home-services .image img {
	max-width: 60%;
}

#home-services .single-grid-block .title {
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-size: 35px;
	padding: 15px 0;
}

#home-services .single-grid-block .content p {
	color: #FFF;
}

#home-services .single-grid-block:after {
	display: none;
}

#home-services .button.blue-arrow {
	background: url(images/white-arrow.png) 24px 14px no-repeat #00bedf;
	background-size: 14px;
	padding: 8px 33px 8px 47px;
	box-shadow: inset 0 -2px 0 #00a6c4;
}

#home-services .single-grid-block-inner {
	margin: 0 30px 30px;
}

#live-streaming-tv-banner h1.entry-title {
    font-size: 57px;
    line-height: 1.4em;
    text-align: center;
}

#live-streaming-tv-banner h1.entry-title span {
    font-size: 95px;
    margin: -7px 0 -20px 0;
    display: block;
}

#live-streaming-tv-banner .section-inner {
    margin: 0;
    max-width: 50%;
		padding:35px 0;
}

.link-list .section-inner {
	padding: 20px 0;
}

.link-list h3 {
	margin: 0 30px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.links {
	display: inline-block;
	vertical-align: middle;
}

.links a, .links a img, .links a span {
	display: inline-block;
	vertical-align: middle;
}

.links a {
	padding: 7px 12px;
	margin: -7px 8px;
	color: #FFF !important;
	font-family: graphicusdt-light;
	font-weight: 600;
	border-radius: 30px;
	font-size: 18px;
	position: relative;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.links a:hover {
	background: rgba(0,0,0,0.1);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.links a img {
	margin: 0 5px 0 0;
}

#home-quick-links {
	background: #00bedf;
	overflow: hidden;
	position: relative;
}

#home-quick-links h3 {
	margin: -22px 30px -22px 0;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	background: #00adcc;
	padding: 22px 30px 23px;
	position: relative;
	z-index: 5;
}

#home-quick-links h3:before {
	content: '';
	background: #00adcc;
	position: absolute;
	top: 0;
	left: -3000px;
	width: 3000px;
	height: 73px;
}

#home-quick-links h3:after {
	content: '';
	width: 73px;
	height: 73px;
	background: #00adcc;
	position: absolute;
	top: 0;
	right: -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

#home-quick-links .links a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	background: rgba(255,255,255,0.3);
	top: 50%;
	margin: -3px 0 0;
	right: -14px;
}

#home-quick-links .links a:last-child:after {
	display: none;
}

.section-rotator .rotator-subtitle {
	margin: 0px 0 5px 0;
}

#home-3-grid .grid-blocks {
	padding: 0 80px;
}

#home-visit .grid-blocks {
	padding: 0;
}

#home-3-grid .single-grid-block img {
	margin-bottom: 20px;
	max-width: 100%;
}

#home-3-grid .content-wrap {
	padding: 0 40px 31px;
	color: #FFF;
}

.grid-block.blue-heading .single-grid-block .title {
	background: #00bedf;
}

#home-3-grid [block="1"] .single-grid-block-inner, #home-3-grid [block="3"] .single-grid-block-inner {
	background: #253e5e;
}

#home-3-grid [block="2"] .single-grid-block-inner {
	background: #2dafd1;
}

#home-3-grid  .single-grid-block-inner {
	padding: 0 0 1px;
	margin: 0 19px;
}

#home-3-grid a.button.blue-arrow {
	color: #00bedf;
	background-color: #FFF;
}

#home-3-grid .single-grid-block .content p {
	color: #FFF;
}

#home-3-grid .single-grid-block .content p a {
	color: #FFF;
	border-bottom: 2px dotted rgba(255,255,255,0.3);
	line-height: 16px;
}

#home-video [block="1"] {
	width: 60%;
}

#home-video [block="2"] {
	width: 40%;
}

#home-video [block="2"] .title {
	font-size: 55px;
	line-height: 56px;
}

#home-video [block="2"] .content p {
	font-size: 20px;
	padding: 0 0 0 30px;
}

.section.navy-blue .title, .section.navy-blue .content p {
	color: #FFF;
}

.section.navy-blue .content p a {
	color: #FFF;
	border-bottom: 2px dotted rgba(255,255,255,0.3);
	line-height: 16px;
}

#home-video .single-grid-block:after {
	display: none;
}

#footer-col-1, #footer-col-2, #footer-col-3 {
	display: inline-block;
	vertical-align: top;
}

#footer-col-2 li ul li {
	display: block;
	text-align: left;
}

#footer-col-2 li ul li a {
	padding: 0;
	font-size: 14px;
	line-height: 26px;
}

#footer-col-2 #menu-footer > li > a, #footer-col-3 h3 {
	color: #FFF;
	text-align: left;
	padding: 0;
	font-size: 18px;
	font-family: graphicusdt-light;
	font-weight: 600;
}

.social-footer {
	width: 100%;
	background: #0b3b61;
	position: relative;
	height: 130px;
	bottom: 340px;
}

.social-footer .social-footer-inner h3 {
    font-size: 28px;
    font-family: graphicusdt;
    color: rgba(255, 255, 255, 0.9);
		display: inline-block;
		vertical-align: middle;
}
.social-footer .social-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.social-footer .social-footer-inner > a.fb-icon {
    background: url(images/social-icon-fb.png);
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 10px 0 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
		opacity: .9;
		-webkit-transition:0.2s;
		-ms-transition:0.2s;
		-moz-transition:0.2s;
		transition:0.2s;
}

.social-footer .social-footer-inner > a.fb-icon:hover {
		opacity: 1;
		-webkit-transition:0.2s;
		-ms-transition:0.2s;
		-moz-transition:0.2s;
		transition:0.2s;
}

.social-footer .social-footer-inner > a.tw-icon {
    background:url(images/social-icon-tw.png);
		width:40px;
		height:40px;
		background-size: 100%;
		background-repeat: no-repeat;
		cursor:pointer;
		display: inline-block;
		vertical-align: middle;
		opacity: .9;
		-webkit-transition:0.2s;
		-ms-transition:0.2s;
		-moz-transition:0.2s;
		transition:0.2s;
}

.social-footer .social-footer-inner > a.tw-icon:hover {
		opacity: 1;
		-webkit-transition:0.2s;
		-ms-transition:0.2s;
		-moz-transition:0.2s;
		transition:0.2s;
}

#menu-footer > li {
	padding: 0 40px 0 0;
}

#footer-container {
	height: 70px;
	bottom:470px;
}

body .site {
	padding: 0 0 530px 0;
}

#footer-col-2 a.get-wave {
	font-size: 16px;
	padding: 5px 0 0 40px;
	margin: 12px 15px 0 0;
}

.section.graph {
	background: #FFF;
}

#equipment-graph {
	font-size: 0;
}

#equipment-graph .graph-table-cell {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 124px;
}

#equipment-graph .graph-table-body .graph-table-cell {
	height: 100px;
	box-shadow: inset 3px 0 0 #FFF;
	font-weight: 600;
	color: #2d2d2d;
	line-height: 20px;
}

#equipment-graph .graph-table-body .graph-table-row:nth-child(2n+2) .graph-table-cell {
	background: #edf1f4;
}

#equipment-graph .graph-table-body .graph-table-row:nth-child(2n+1) .graph-table-cell {
	background: #c6d3db;

}

#equipment-graph .graph-table-cell:first-child {
	width: 320px;
	text-align: left;
	background: transparent !important;
	height: auto;
	padding-right: 30px;
}

.graph .graph-table-head h2 {
	margin: 0 0 4px;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
	color: #0a3b61;
	line-height: 18px;
	min-height: 36px;
}

.graph .graph-table-head .graph-table-cell, .graph .graph-table-cell {
	padding: 6px 8px;
	text-align: center;
	font-family: graphicusdt-light;
	text-transform: none;
	font-size: 12px;
	color: #222;
	line-height: 16px;
}

.graph .graph-table-head strong, .graph .graph-table-cell strong {
	font-family: graphicusdt;
}

.graph .check {
	width: 11px;
	height: 28px;
	font-size: 0;
	margin: 28px auto;
	border-bottom: 8px solid #083c64;
	border-right: 8px solid #083c64;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.graph .graph-table-cell {
	border: none !important;
}

.graph-table-cell h3 {
	margin: 0;
	font-size: 20px;
}

#footer-col-3 {
	margin: 0 0 0 10px;
}

#footer-col-3 a {
	display: block;
	max-width: 250px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: #c9cacb;
	font-family: graphicusdt-light;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #555;
}

#footer-col-3 a:last-child {
	padding: 0;
	margin: 0;
	border-bottom: 0px;
}

#footer-col-3 a:hover {
	color: #ddd;
}

.page-template-news-archives #site-container {
	background: #f2f3f7;
}

.page-template-news-archives #page {
	margin: 0 auto;
	max-width: 1200px;
}

.page-template-news-archives #content {
	padding: 50px 0;
}

.page-template-news-archives h3 {
	margin: 0;
}

#bonus-live-tv-streaming-banner h2 {
    font-size: 32px;
    line-height: 1em;
		color:#fff;
		margin-bottom:0;
}

#bonus-live-tv-streaming-banner h3 {
    font-size: 23px;
    letter-spacing: 0;
    font-family: graphicusdt-light;
    font-weight: bold;
		color:#fff;
		margin:0;
}

#bonus-live-tv-streaming-banner .content p {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal;
    font-family: graphicusdt-light;
    line-height: 1.4em;
    margin-top: 20px;
    width: 47%;
		color:#fff;
}

#livestreamingtv-block {
    background: #fff;
}

#livestreamingtv-block .content {
    text-align: right;
}

#livestreamingtv-block img.section-background {
    margin-left: -5%;
    max-width: none;
    width: 80%;
}

#livestreamingtv-block .content-wrap {
	width: 48%;
	float:right;
}

#livestreamingtv-block h1.entry-title {
    font-size: 44px;
}

#livestreamingtv-block h2.subtitle.right {
    font-size: 18px;
    line-height: 1.5em;
}

#livestreamingtv-block a.blue-button {
    background: #0a3b61;
    color: #fff;
    padding: 8px 20px;
    font-family: graphicusdt-demi;
    font-weight: normal;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

#football-quiz-block .title {
    max-width: 500px;
}

#football-quiz-block {
    min-height: 405px;
}

.variety-banner {
    position: relative;
    height: 490px;
}

.variety-banner .innerbox span {
    color: #04aecc;
}

.variety-banner .innerbox {
    width: 380px;
    background: #f2f3f7;
    position: absolute;
    top: 7%;
    left: 20px;
    border: 15px solid #fff;
    padding: 30px;
}

.variety-banner .innerbox a.blue-button {
    background: #0a3b61;
    color: #fff;
    font-family: graphicusdt-demi;
    font-weight: normal;
    display: block;
    text-align: center;
    width: 160px;
    margin: -15px auto 0 auto;
    padding: 8px 10px;
}

.variety-banner .innerbox p, .variety-banner .innerbox ul li {
    font-size: 16px;
    line-height: 1.5em;
}

.variety-banner .innerbox ul {
    margin-left: -20px;
    padding: 0;
    line-height: 0;
    margin-top: -15px;
    margin-bottom: 15px;
}

.variety-banner .logo-slingtv {
    background: url(/wp-content/uploads/sites/6/2017/02/Sling-logo.png);
    height: 80px;
    background-size: 40%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0px;
    border-bottom: 1px solid #777;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.variety-banner .logo-psvue {
    background: url(/wp-content/uploads/sites/6/2018/08/playstation-logo.png);
    height: 55px;
    background-size: 85%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center -3px;
    border-bottom: 1px solid #777;
    padding-bottom: 28px;
    margin-bottom: 10px;
}



.variety-banner .logo-fubotv {
    background: url(/wp-content/uploads/sites/6/2017/02/fubu-logo.png);
    height: 55px;
    background-size: 45%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0px;
    border-bottom: 1px solid #777;
    padding-bottom: 17px;
    margin-bottom: 10px;
}

#streaming-device-options-panel .content-wrap {
    width: calc( 100% - 40px );
}

#eero-title-banner .section-inner h1 {
    font-size: 60px;
		line-height: 1.05em;
}

#eero-title-banner h2.subtitle.left {
    font-size: 23px;
		line-height: 1.4em;
}

#wifi-devices-section .featured-image.right img {
    width: 160%;
    max-width: none;
    margin: 0 0 0 -40%;
}

#eero-footer-banner .rotator-title div {
    font-size: 62px;
    text-transform: none;
    font-family: graphicusdt-demi;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
}

#eero-footer-banner .rotator-button div {
    cursor: pointer !important;
}

#eero-footer-banner .rotator-slide-content-width {
    width: 65%;
}

#header-main-nav li#menu-item-13209 > ul.sub-menu > li > a {
    display: none;
}

#menu-item-7442 ul.sub-menu {
	width: 235px;
    left: 70px;
}

#eero-footer-banner .rotator-subtitle div {
    font-size: 21px;
    margin-top: -15px;
}

#eero-lower-grid .single-grid-block.Full.Content {
    width: 17%;
    margin: 0 60px;
}

#eero-lower-grid .single-grid-block.Full.Content {
    width: 17%;
    margin: 0 60px;
}

#eero-lower-grid .single-grid-block.Full.Content[block="1"] {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 50px;
    margin-right: 0;
}

#eero-lower-grid.section .section-inner.full-padding {
    padding: 20px 0;
}

#kiosk-eloa .content li p, #kiosk-eloa .content li label {
    font-size: 16px;
    line-height: 1.6em;
}

#kiosk-eloa label#label_35_2_1 {
    font-family: graphicusdt;
}

#kiosk-eloa #field_35_6 label.gfield_label, #kiosk-eloa #field_35_7 label.gfield_label, #kiosk-eloa #field_35_8 label.gfield_label {
    font-size: 14px !important;
    font-family: graphicusdt;
}

.page-id-13152 h2.title {
    font-size: 44px;
}

.page-id-13152 .content ul li {
    line-height: 1.5em;
    margin-bottom: 10px;
}

.archive-post {
	display: block;
	position: relative;
	font-family: graphicusdt-light;
	font-weight: 600;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #EEE;
}

.archive-post .date {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	color: #777;
}

.entry-content .archive-post a {
	display: inline-block;
	vertical-align: top;
	width: calc( 100% - 240px );
	color: #008E9F;
}

.page-template-news-archives h3 {
	margin: 0;
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 40px;
	letter-spacing: -0.04em;
	line-height: 50px;
	padding: 0 0 20px;
}

#footer-col-4 {
	margin: 10px 0 0 265px;
	text-align: left;
	color: #BBB;
	font-family: graphicusdt-light;
	font-weight: 600;
	letter-spacing: 0.03em;
}

#footer-col-4 a {
	color: #BBB;
}

#footer-col-4 a:first-child {
	display: inline-block;
	padding: 0 40px 0 0;
}

#footer-col-4 a:hover {
	color: #DDD;
}

#home-quick-links img {
	max-width: 20px;
}

#about-wave [block="1"] .single-grid-block-inner {
	padding-left: 0;
}

#about-wave [block="2"] .single-grid-block-inner {
	padding-right: 0;
}

#about-wave .single-grid-block:after {
	display: none;
}

.col .heading .sub-menu a {
	padding: 10px 35px;
}

#menu-item-269 > ul.sub-menu > li.col, #menu-item-270 > ul.sub-menu > li.col, #menu-item-274 > ul.sub-menu > li.col, #menu-item-7420 > ul.sub-menu > li.col, #menu-item-277 > ul.sub-menu > li.col {
	width: calc( 100% - 0px );
}

.header-main-nav > li > ul.sub-menu.pad .col {
	padding: 40px 0px;
}

.header-main-nav > li > ul.sub-menu .col {
	width: 25%;
	font-size: 15px;
	padding: 20px 0px;
}

#advertise-locations .single-grid-block img {
	max-width: 50%;
	opacity: 0.5;
}

p.advertising-button {
	margin: 0 0 10px;
}

p.advertising-button span {
	display: inline-block;
	min-width: 110px;
}

#advertise-locations .single-grid-block:after {
	display: none;
}

#advertise-locations .content-wrap {
	text-align: center;
}

#advertise-locations .single-grid-block-inner {
	padding: 0 0px 1px;
}

#advertise-locations .single-grid-block .title {
	font-size: 26px;
}

.section.can-i-get-wave:before {
	display: none;
}

.section.can-i-get-wave .section-inner {
	padding: 15px 0;
	color: #FFF;
	text-align: center;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 20px;
}

.section.can-i-get-wave.overlap {
	position: absolute;
	width: 100%;
	z-index: 20;
	background: rgba(9, 43, 68, 0.8);
}

#home-services .grid-blocks {
	padding: 0;
}

#home-internet .single-grid-block:after, #home-tivo .single-grid-block:after, #wave-in-classroom .single-grid-block:after, #adopt-a-classroom .single-grid-block:after {
	display: none;
}

#home-internet .single-grid-block .title, #home-tivo .single-grid-block .title, #wave-in-classroom .single-grid-block .title, #adopt-a-classroom .single-grid-block .title,
#home-streaming .single-grid-block .title, #home-phone .single-grid-block .title {
	text-align: left;
}

.entry-content a.button.blue-arrow, .entry-content .button.blue-arrow, .button.blue-arrow {
	position: relative;
	color: #FFF;
	background: url('images/button.gif') 0 0 no-repeat #00bedf;
	background-size: 100% 100%;
	background: #00bedf;
	padding: 8px 33px 8px 47px;
	//box-shadow: inset 0 -2px 0 #00a6c4;
}

a.button.blue-arrow:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 25px;
	background: url(images/white-arrow.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	background-size: 14px;
}

.button-wrap {
	text-align: left;
}

.grid-block [row="2"] .single-grid-block.Image.Only {
	width: 40%;
}

.grid-block [row="2"] .single-grid-block.Full.Content {
	width: 60%;
}

.single-grid-block img {
	max-width: 100%;
}

.single-grid-block .title {
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 35px;
}

#home-tivo .single-grid-block img {
	max-width: 120%;
	margin: -30px 0 0 -20%;
}

#home-phone:after {
	content: '';
	background: url(images/home-angle-bg.jpg) 0 0 no-repeat #FFF;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1850px;
	background-size: auto 80%;
	z-index: -1;
}

#home-internet {
	background: transparent;
	z-index: 15;
}

#home-tivo {
	background: transparent;
	z-index: 10;
}

#home-streaming {
	background: transparent;
	z-index: 8;
}

#home-phone {
	background: transparent;
	z-index: 5;
}

#home-streaming .single-grid-block:after, #home-phone .single-grid-block:after {
	display: none;
}

#home-streaming .image {
	margin: -20px -200px 0 0;
}

#home-phone .image {
	margin: 0 -100px 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #003b63 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	box-shadow: inset 0 0 0 2px #003b63 !important;
}

.rotator-title span {
	font-size: 40px;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
}

#tivo-title-banner sup {
    font-size: 35%;
    top: -40px;
		letter-spacing: 0;
}

#tivo-services-grid .image {
    height: 90px;
}

#tivo-services-grid .image img {
	position: absolute;
    top: -80px;
    bottom: 0;
    margin: auto;
    width: 160px;
}

#tivo-services-grid .content p {
    line-height: 1.6em;
}

a, .entry-content a:visited, .comment-content a:visited {
	color: #00bedf;
}

a:hover {
	color: #008ca5;
}

#advertise-locations .button-wrap {
	text-align: center;
}

#menu-item-7459 ul.sub-menu {
	width: 180px;
	left: 815px;
}

.header-main-nav > li > ul.sub-menu.pad .col {
	padding: 20px 0px;
}

.section ul b, .section li b {
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 18px;
}

#franchise-authorities .single-grid-block .content li {
	margin-bottom: 20px;
	list-style: none;
	text-align: center;
	margin-left: 0;
}

#franchise-authorities .single-grid-block:after {
	display: none;
}

#franchise-authorities .image {
	opacity: 0.2;
	max-width: 40%;
	margin: 0 auto;
}

#careers-video .single-grid-block .title, #careers-video .single-grid-block .content p {
	color: #FFF;
	text-align: left;
}

#careers-video .single-grid-block:after {
	display: none;
}

#careers-video.grid-block [row="2"] .single-grid-block.Image.Only {
	width: 45%;
}

#careers-video.grid-block [row="2"] .single-grid-block.Full.Content {
	width: 55%;
}

#archives-2 li {
	display: none;
}

#archives-2 li:nth-child(-n+10) {
	display: block;
}

.quote-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select {
	box-shadow: inset 0 0 0 2px #EEE !important;
	padding: 14px 20px !important;
	border: 0;
	border-radius: 0;
	font-weight: 600;
	font-size: 15px;
}

.gform_wrapper input[type="submit"] {
	font-family: graphicusdt;
	font-weight: 600;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0 auto !important;
	display: block !important;
	background: #673E92;
	color: #FFF;
	font-size: 24px !important;
	font-weight: 600;
	padding: 8px 45px !important;
	letter-spacing: 0.04em;
}

#gform_wrapper_1 li.gfield {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

#gform_wrapper_1 #field_1_2 {
	width: 50%;
}
.hidden-label {
	display: none;
}
#label_1_4_1, #label_2_4_1 {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 0;
}

li.gchoice_1_4_1, li.gchoice_2_4_1 {
	box-shadow: inset 0 0 0 2px #EEE;
}

input#choice_1_4_1, input#choice_2_4_1 {
	margin: 0px 0 0 14px;
}

select#input_1_16, select#input_1_8 {
	width: 100%;
}

#field_1_6 label.gfield_label, #field_2_6 label.gfield_label {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: -5px 0 0 0;
}

li.gchoice_2_4_1 {
	margin: 0 !important;
}

#gform_wrapper_1 li#field_1_6, #gform_wrapper_2 li#field_2_6 {
	box-shadow: inset 0 0 0 2px #EEE;
	padding: 10px 20px 10px 20px;
	width: calc( 25% - 16px );
	margin: 24px 16px 0 0;
}

#field_1_6 .ginput_container_radio, #field_2_6 .ginput_container_radio {
	margin: 0px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#gform_wrapper_1 li.gchoice_1_6_0, #gform_wrapper_2 li.gchoice_2_6_0 {
	width: 70px;
	margin-left: 10px !important;
}

#input_1_6.gfield_radio li, #input_2_6.gfield_radio li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 0;
}

#gform_wrapper_1 li#field_1_6, #gform_wrapper_2 li#field_2_6 {
	box-shadow: inset 0 0 0 2px #EEE;
	padding: 10px 20px 10px 20px;
	width: calc( 25% - 16px );
	margin: 24px 16px 0 0;
}

#input_1_6.gfield_radio li input, #input_2_6.gfield_radio li input {
	margin-top: 0;
}

ul#input_1_6, ul#input_2_6 {
	margin: 0;
}

ul#input_1_4, ul#input_2_4 {
	margin: 0;
}

#gform_wrapper_1 li#field_1_13 {
	width: 50%;
}

#gform_wrapper_1 li#field_1_9 {
	width: 50%;
}

#gform_wrapper_1 li#field_1_17, #gform_wrapper_2 li#field_2_13 {
	position: absolute;
	left: 24%;
	margin: 100px 0px 0 0;
}

#field_1_6 .ginput_container_radio {
	margin: 0;
}

#gform_wrapper_2 li.gfield {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

#gform_wrapper_2 li#field_2_2 {
	width: 50%;
}

select#input_2_17, select#input_2_8 {
	width: 100%;
}

#gform_wrapper_2 li#field_2_14 {
	width: 50%;
}

#gform_wrapper_2 li#field_2_9 {
	width: 50%;
}

#gform_wrapper_3 li.gfield {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

li#field_3_4 label.gfield_label {
	display: block;
}

li#field_3_5 label.gfield_label {
	display: block;
	margin: 35px 0 0 0;
}

select#input_3_8 {
	width: 100%;
}

#gform_wrapper_3 li#field_3_7 {
	width: 300px;
	display: block;
	margin: 20px auto -10px auto !important;
}

#gform_wrapper_35 #field_35_10 .gfield_description.validation_message {
    margin-left: 250px;
}

#gform_wrapper_35 #field_35_11 .gfield_description.validation_message {
    margin-left: 250px;
}

#gform_wrapper_35 #field_35_12 .gfield_description.validation_message {
    margin-left: 250px;
}

.single-grid-block:after {
	display: none;
}

.gowave-product-grid .single-grid-block {
	width: 25%;
}

.gowave-product-grid .single-grid-block-inner {
	margin: 0 15px;
	padding: 0 20px;
	background: #fff;
	position: relative;
}

.product-speed-number {
	position: relative;
	z-index: 20;
	font-size: 80px;
	line-height: 70px;
}

.angle-grid-block .single-grid-block .title, .angle-price-block .single-grid-block .title {
	margin: 0 -20px 20px;
	padding: 25px 20px;
	box-shadow: inset 0 -80px 0 0 #fff;
}

.product-speed-icon {
	position: relative;
	height: 70px;
	margin: -10px 0 20px;
}

.product-speed-icon-animate {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 10;
}

.product-speed-label {
	font-size: 14px;
	position: relative;
	z-index: 20;
	font-family: graphicusdt-light;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.product-speed-description {
	position: relative;
	z-index: 20;
	padding: 15px 0 35px;
	letter-spacing: 0.02em;
}

.section .product-speed-description p {
	font-size: 14px;
	line-height: 22px;
}

.section .product-speed-description p strong {
	font-size: 16px;
}

.angle-grid-block.gowave-product-grid .title-angle-color {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.angle-grid-block.gowave-product-grid .single-grid-block[block="1"] .title, .angle-grid-block.gowave-product-grid [block="1"] .title-angle-color {
	background: #97ca00;
}

.angle-grid-block.gowave-product-grid .single-grid-block[block="2"] .title, .angle-grid-block.gowave-product-grid [block="2"] .title-angle-color {
	background: #00bada;
}

.angle-grid-block.gowave-product-grid .single-grid-block[block="3"] .title, .angle-grid-block.gowave-product-grid [block="3"] .title-angle-color {
	background: #002957;
}

.angle-grid-block.gowave-product-grid .single-grid-block[block="4"] .title, .angle-grid-block.gowave-product-grid [block="4"] .title-angle-color {
	background: #6f3897;
}

.gowave-product-grid .single-grid-block .title:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55%;
	height: 40px;
	background: #FFF;
}

.product-on-sale {
	background: #d30031;
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	-webkit-transform: skewY(-10deg);
	-moz-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	margin: -60px -20px 20px -20px;
	position: relative;
	z-index: 20;
	padding: 4px 0;
	letter-spacing: 0.02em;
	box-shadow: 0 -4px 0 #FFF, 0 4px 0 #FFF;
}

#internet-product-grid .single-grid-block .content-wrap {
	text-align: center;
}

#tivo-items img.alignleft.size-full {
    display: inline-block;
    float: none;
    vertical-align: middle;
		width:30%;
}

#tivo-items .content span {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	position: relative;
	top: 7px;
}


.angle-grid-block .single-grid-block .title:after {
	display: none;
}

.product-price-text {
	font-family: graphicusdt;
	font-weight: 600;
	color: #002858;
	font-size: 14px;
}

.product-price {
	font-family: graphicusdt;
	font-weight: 600;
	color: #002858;
	font-size: 24px;
	line-height: 26px;
}

.product-price-small {
	font-family: graphicusdt;
	font-weight: 600;
	color: #002858;
	font-size: 11px;
}

.angle-grid-block.gowave-product-grid .button-wrap {
	margin: 0 -20px -30px -20px;
	background: #00bada;
}

.gowave-product-grid .button-wrap .button {
	display: block;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}

.angle-grid-block.gowave-product-grid .single-grid-block .title {
	min-height: 320px;
}

[block="1"] .product-speed-icon, [block="1"] .product-speed-icon-animate {
	background: url(images/speed-1.gif) center center no-repeat;
}

[block="2"] .product-speed-icon, [block="2"] .product-speed-icon-animate {
	background: url(images/speed-2.gif) center center no-repeat;
}

[block="3"] .product-speed-icon, [block="3"] .product-speed-icon-animate {
	background: url(images/speed-3.gif) center center no-repeat;
}

[block="4"] .product-speed-icon, [block="4"] .product-speed-icon-animate {
	background: url(images/speed-4.gif) center center no-repeat;
}

.product-details-wrap {
	margin: 10px -20px 0px -20px;
	background: #fff;
	padding: 10px 20px;
}

.product-details-inner {
	display: none;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.product-details-toggle {
	font-family: graphicusdt;
	font-weight: 600;
	color: #727272;
	font-size: 16px;
	text-align: left;
	background: url(images/details-arrow.jpg) 0 center no-repeat;
	background-size: 9px;
	text-indent: 16px;
	cursor: pointer;
}

.product-details-toggle:hover {
	opacity: 0.8;
}

.product-details-wrap.active .product-details-inner {
	display: block;
	border-top: 1px solid #DDD;
	padding: 10px 0 0;
	margin: 10px 0 0;
}

.product-details-inner p {
	margin: 0;
	font-size: 14px;
	text-align: left;
	line-height: 22px;
	color: #727272;
}

.product-speed-icon:after {
	content: 'High Speed';
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 16px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 55px;
	z-index: 20;
	letter-spacing: 0.02em;
}

.single-grid-block .content p, .single-grid-block .content li {
	font-size: 16px;
}

#home-services .button-wrap {
	text-align: center;
}

#internet-featured .featured-image {
	width: 25%;
}

#internet-featured h3.subtitle {
	margin: -10px 0 0;
	font-size: 20px;
}

#internet-product-grid {
	position: relative;
	background: #f2f3f7;
	z-index: 20;
}


.streaming-logos {
    padding: 50px 0;
	text-align: center;
}

.streaming-logos a {
	margin-right: 100px;
	display: inline-block;
	margin-bottom:30px;
}

.streaming-logos a:last-of-type {
	margin-right:0;
}

.streaming-logos a img {
    height: 70px;
    width: auto;
}

.expanded-content-video {
    display: inline-block;
    vertical-align: top;
}

#build-your-channels .content p {
    width: 500px !important;
    display: inline-block;
		vertical-align: top;
		margin-right: 80px;
}

#build-your-channels iframe {
    display: inline-block;
    width: 540px;
    height: 271px;
}

#equipment-graph {
	font-size: 0;
}

#equipment-graph .graph-table-cell {
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	width: 114px;
}

.graph .graph-table-head .graph-table-cell {
	padding: 3px 0 !important;
	width: 130px !important;
}

.graph .graph-table-head .graph-table-cell:first-child {
	width: 528px !important;
}

#equipment-graph .graph-table-body .graph-table-cell {
	height: 100px;
	box-shadow: inset 3px 0 0 #FFF;
	font-weight: 600;
	color: #2d2d2d;
	line-height: 20px;
}

#equipment-graph .graph-table-body .graph-table-row:nth-child(2n+2) .graph-table-cell {
	background: #edf1f4;
}

#equipment-graph .graph-table-body .graph-table-row:nth-child(2n+1) .graph-table-cell {
	background: #c6d3db;

}

#equipment-graph .graph-table-cell:first-child {
	width: 490px;
	text-align: left;
	background: transparent !important;
	height: auto;
	padding-right: 30px;
}

#equipment-graph.graph .graph-table-head h2 {
	margin: 0 0 4px;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
	color: #0a3b61;
	line-height: 18px;
	/* min-height: 36px; */
}

#equipment-graph.graph .graph-table-head .graph-table-cell, .graph .graph-table-cell {
	padding: 6px 8px;
	text-align: center;
	font-family: graphicusdt-light;
	text-transform: none;
	font-size: 12px;
	color: #222;
	line-height: 16px;
}

#equipment-graph.graph .graph-table-head strong, .graph .graph-table-cell strong {
	font-family: graphicusdt-demi;
}

#equipment-graph.graph .graph-table-head p {
	font-size: 14px !important;
	line-height: 16px !important;
}

#equipment-graph.graph .check {
	width: 11px;
	height: 28px;
	font-size: 0;
	margin: 28px auto;
	border-bottom: 8px solid #083c64;
	border-right: 8px solid #083c64;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#equipment-graph.graph .graph-table-cell {
	border: none !important;
}

#equipment-graph .graph-table-body .graph-table-row:last-of-type .graph-table-cell {
    height: 100px !important;
}

#equipment-graph .graph-table-head .graph-table-row .graph-table-cell:last-of-type p {
    width: 130px !important;
    text-align: left;
}

#equipment-graph .graph-table-head .graph-table-cell:nth-of-type(6) p {
    text-align: left;
}

#equipment-graph.graph .order-button a {
    background: #e28c05;
    color: #fff;
    text-decoration: none;
    padding: 0px;
    font-family: graphicusdt;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    line-height: 25px;
    display: inline-block;
    box-shadow: inset 3px 0 0 #FFF;
}

#equipment-graph.graph .order-button a:hover {
	color: #fff;
	text-decoration: none;
}

#equipment-graph.graph .call-button {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    background: #0696ad;
    padding: 0;
    width: 100%;
    line-height: 25px;
    font-family: graphicusdt-light;
    font-weight: normal;
    display: inline-block;
    box-shadow: inset 3px 0 0 #FFF;
}

#equipment-graph .section-inner {
    padding-top: 0;
}

#streaming-device-options-panel .device-block p {
    color: #fff;
    font-size: 20px;
		font-family: graphicusdt-demi;
		position: absolute;
		top: 40%;
		font-weight: normal;
		width:100%;
}

#streaming-device-options-panel .device-block a.button {
	border: 2px solid #fff;
	padding: 5px 20px !important;
	color: #fff;
	display: block;
	text-align: center;
	margin: 40px auto 0 auto;
	width: 120px;
}

#bonus-live-tv-streaming-banner .nolimit-logos {
    position: absolute;
    right: 0;
    top: 35%;
}

#bonus-live-tv-streaming-banner .nolimit-logos a {
    max-width: 180px;
    margin-right: 80px;
    display: inline-block;
		cursor: pointer;
}

#bonus-live-tv-streaming-banner .nolimit-logos a img {
	max-height: 50px;
}

#streaming-device-options-panel .device-block {
    text-align: center;
		position: relative;
}

.entry-content .graph-table-cell p {
    font-weight: normal;
    color: #2d2d2d;
    line-height: 18px !important;
    font-size: 14px !important;
    font-family: graphicusdt !important;
}

#account-heading {
	max-height: 300px;
}

#account-grid .single-grid-block img {
	max-width: 50%;
}

#account-grid .single-grid-block .title {
	font-size: 30px;
}

#account-grid a.button.blue {
	margin-bottom: 10px;
}

.section.side-by-side {
	/* background: #FFF; */
}

#apple-tv-section {
	padding: 60px 0 0 0;
}

#menu-item-10629 ul.sub-menu {
	width: 220px;
	left: 240px;
}

#menu-item-10629 .heading > a, #menu-item-7420 .heading > a {
	display: none;
}

#zip-lookup-form-wrap {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 10px;
}

.can-i-get-wave #address {
	border: 0;
	border-radius: 0;
	background: rgba(49, 186, 210, 0.4);
	color: #FFF;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 18px;
	margin: -2px 0 -6px 0;
	display: inline-block;
	vertical-align: top;
	width: 280px;
}

.can-i-get-wave #address::-webkit-input-placeholder { color: #FFF; }
.can-i-get-wave #address::-moz-placeholder { color: #FFF; }
.can-i-get-wave #address:-ms-input-placeholder { color: #FFF; }
.can-i-get-wave #address:-moz-placeholder { color: #FFF; }

.can-i-get-wave #zip {
	border: 0;
	border-radius: 0;
	background: rgba(49, 186, 210, 0.4);
	color: #FFF;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 18px;
	margin: -2px 0 -6px 0;
	display: inline-block;
	vertical-align: top;
	width: 80px;
}

.can-i-get-wave #zip::-webkit-input-placeholder { color: #FFF; }
.can-i-get-wave #zip::-moz-placeholder { color: #FFF; }
.can-i-get-wave #zip:-ms-input-placeholder { color: #FFF; }
.can-i-get-wave #zip:-moz-placeholder { color: #FFF; }

.can-i-get-wave #unit {
	border: 0;
	border-radius: 0;
	background: rgba(49, 186, 210, 0.4);
	color: #FFF;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 18px;
	margin: -2px 0 -6px 0;
	display: inline-block;
	vertical-align: top;
	width: 80px;
}

.can-i-get-wave #unit::-webkit-input-placeholder { color: #FFF; }
.can-i-get-wave #unit::-moz-placeholder { color: #FFF; }
.can-i-get-wave #unit:-ms-input-placeholder { color: #FFF; }
.can-i-get-wave #unit:-moz-placeholder { color: #FFF; }

#zip-lookup-submit {
	border-radius: 0;
	border: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
	background: #00bada;
	padding: 9px 30px 8px 30px;
	margin: -2px 0 -4px 8px;
	vertical-align: top;
	display: inline-block;
}

#zip-lookup-submit:hover {
	background: #13ccee;
}

#zip-lookup-submit:focus {
	box-shadow: none;
	background: #00bada;
}

.streaming-logos a:last-of-type img {
    height: 93px;
    position: relative;
    top: 13px;
}

#internet-matrix {
	position: relative;
	z-index: 100;
	background: #FFF;
}

.users, .usage {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	padding: 5px 5px;
	margin: 0 1px 0 0;
	cursor: pointer;
	height: 170px;
	box-shadow: 0 0 0 1px #EEE;
}

.user-number {
	text-align: center;
	font-family: graphicusdt;
	font-weight: 600;
	color: #0a3b61;
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.user-label {
	text-align: center;
	font-weight: 600;
	color: #91aab7;
	text-transform: none;
	line-height: 18px;
	font-size: 14px;
	font-family: graphicusdt-light;
}

.user-icon img, .usage-icon img {
	display: block;
	width: 120px;
	margin: 0 auto 5px;
}

.users-select {
	display: inline-block;
	vertical-align: top;
	margin: 0 100px 0 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.usage-select {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.usage-icon img {
	width: 100px;
	margin: 0 auto 5px;
}

.usage-number {
	text-align: center;
	font-family: graphicusdt;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	line-height: 20px;
	color: #0a3b61;
}

.usage-label {
	text-align: center;
	font-weight: 600;
	color: #91aab7;
	margin: 8px 5px 0 5px;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
	font-family: graphicusdt-light;
}

#home-phone h3 {
	margin: 0 0 20px 0;
	font-size: 21px;
}

.users.active, .usage.active {
	background: #13ccee;
	box-shadow: 0 0 0 1px #EEE, inset 1px 2px 8px rgba(0,0,0,0.1);
}

#home-tivo sup {
    top: -1em;
    font-size: 12px;
}

.select-inner {
	font-size: 0;
	box-shadow: 1px 4px 10px rgba(0,0,0,0.1);
	border-radius: 5px;
}

.users:first-child, .usage:first-child {
	border-radius: 5px 0 0 5px;
}

.users:last-child, .usage:last-child {
	border-radius: 0 5px 5px 0;
}

#internet-matrix img.blue {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#internet-matrix img.white {
	position: absolute;
	top: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.users.active img.blue, .usage.active img.blue {
	opacity: 0;
}

.users.active img.white {
	opacity: 1 !important;
	left: 50%;
	margin-left: -60px;
}

.usage.active img.white {
	opacity: 1 !important;
	left: 50%;
	margin-left: -50px;
}

.users.active .user-number, .users.active .user-label,
.usage.active .usage-number, .usage.active .usage-label {
	color: #FFF;
}

.user-icon, .usage-icon {
	position: relative;
}

#internet-product-grid .single-grid-block-inner {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.recommended .single-grid-block-inner {
	box-shadow: 0 0 0 2px #FFF, 2px 3px 12px 3px rgba(0, 0, 0, 0.23);
	border-radius: 1px;
	padding-top: 40px !important;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
	margin: -40px 15px 0;
}

.recommended .single-grid-block-inner:after {
	content: 'Your Recommended Speed';
}

#internet-product-grid [block="4"] .product-speed-number {
	margin: -6px 0 4px 0;
	font-size: 70px;
}

#internet-product-grid .product-speed-label {
	line-height: 20px;
}

#internet-product-grid .product-speed-label span {
	display: block;
	font-size: 18px;
	text-transform: lowercase;
}

#internet-product-grid .single-grid-block-inner:after {
	content: 'Your Recommended Speed';
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	text-align: center;
	font-family: graphicusdt;
	font-weight: 600;
	padding: 0;
	background: #002957;
	color: #FFF;
	overflow: hidden;
	height: 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#internet-product-grid .recommended .single-grid-block-inner:after {
	top: 0;
	height: 25px;
	padding: 6px 0;
}

#contact-block .image img {
    width: 30%;
    margin-bottom: 30px;
}

.users-select:after {
	content: '';
	position: absolute;
	background: url(images/internet-interact-arrow-1.png) 0 0 no-repeat;
	width: 120px;
	height: 120px;
}

.usage-select:after {
	content: '';
	position: absolute;
	background: url(images/internet-interact-arrow-2.png) 0 0 no-repeat;
	width: 120px;
	height: 120px;
}

.users-select:after {
	content: '';
	position: absolute;
	background: url(images/internet-interact-arrow-1.png) 0 0 no-repeat;
	width: 100px;
	height: 56px;
	background-size: 100%;
	top: 135px;
	right: -82px;
	opacity: 0;
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.usage-select:after {
	content: '';
	position: absolute;
	background: url(images/internet-interact-arrow-2.png) 0 0 no-repeat;
	width: 120px;
	height: 250px;
	background-size: 100%;
	top: 140px;
	right: -110px;
	opacity: 0;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.users-select.active:after {
	opacity: 0.4;
	right: -100px;
}

.usage-select.active:after {
	opacity: 0.4;
	top: 150px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#internet-matrix h3 {
	text-align: center;
}

#build-your-channels .title {
    font-size: 47px;
    text-align: left;
    line-height: 1em;
}

#gform_5 li {
    display: inline-block;
    width: 50%;
	vertical-align: top;
}

.banner-featured-product-wrap {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.banner-featured-product {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 560px;
	text-align: right;
}

.bfp-content {
	display: inline-block;
	vertical-align: top;
	max-width: 430px;
	text-align: right;
}

.bfp-image {
	display: inline-block;
	vertical-align: top;
	margin: -10px 0 -45px 0;
}

.bfp-image img {
	margin: 0 -80px 0 0;
	width: auto;
	max-width: none;
}

.section.title-banner .bfp-content-desc p {
	color: #FFF;
	font-size: 13px;
	padding: 0;
	letter-spacing: 0;
	margin: 0 0 10px;
	line-height: 18px;
}

.bfp-content-subtitle {
	font-size: 16px;
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
}

.bfp-content-title {
	font-size: 26px;
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
	line-height: 26px;
}

#internet-banner {
	position: relative;
	z-index: 30;
	max-height: 240px;
	overflow: hidden;
}

#internet-product-grid.section .section-inner.full-padding {
	padding: 100px 0;
}

#gform_wrapper_5 li#field_5_11 {
    position: relative;
    top: 10px;
}

#gform_wrapper_5 li#field_5_10 {
    position: relative;
    top: 10px;
}

@media screen and (max-width: 479px) {
	#gform_wrapper_5 li#field_5_10 {
		top: 0;
	}
}


#build-your-channels .single-grid-block-inner {
    padding: 0;
}

#channel-grid .single-grid-block[block="1"] .title-angle-color {
    background: #99cb43;
}

#channel-grid .single-grid-block[block="2"] .title-angle-color {
    background: #00bada;
}

#channel-grid .single-grid-block[block="3"] .title-angle-color {
    background: #002957;
}

#channel-grid .single-grid-block[block="4"] .title-angle-color {
    background: #6f3897;
}

#about-wave .single-grid-block[block="2"] {
	width: 50%;
}

#about-wave .single-grid-block[block="1"] {
	width: 50%;
}

#about-wave iframe {
	margin: 0 0 0 50px;
}

#about-wave .single-grid-block[block="2"] p {
	margin: 0 0 10px;
}

.tv-grid {
	background: #FFF;
	font-size: 0;
	padding: 50px 0 0;
}

.tv-grid-col {
	position: relative;
	display: block;
	padding: 0 0 16px;
}

.tv-grid-col-heading {
	position: relative;
	margin: 0 auto 4px;
	max-width: 1200px;
}

.tv-grid-col-heading-title {
	font-size: 22px;
	height: 30px;
	font-family: graphicusdt;
	font-weight: 600;
	line-height: 24px;
	color: #FFF;
}

.tv-grid-col-inner {
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}

.tv-grid-item {
	margin: 0;
	font-size: 15px;
}

.tv-grid-item-inner {
	position: relative;
	padding: 16px 20px;
	margin: 0 6px;
	color: #555;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13), inset 0 0 0 2px rgba(0, 0, 0, 0.07), inset 0 28px 0 rgba(255, 255, 255, 0.03), inset 0 30px 50px -12px rgba(255,255,255,0.15), inset -100px -100px 200px -80px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.tv-grid-item-inner:hover {
	background: rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13), inset 0 0 0 2px rgba(0, 0, 0, 0.07), inset 0 28px 0 rgba(255, 255, 255, 0.06), inset 0 30px 50px -12px rgba(255,255,255,0.15), inset -100px -100px 200px -80px rgba(0, 0, 0, 0.35);
}

.tv-grid-item.active .tv-grid-item-inner {
	color: #FFF;
	box-shadow: inset 0 30px 50px rgba(255,255,255,0), inset -100px -100px 200px -80px rgba(0,0,0,0);

	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.tv-grid-item:first-child .tv-grid-item-inner {
	margin-left: 0;
}

.tv-grid-item:last-child .tv-grid-item-inner {
	margin-right: 0;
}

.tv-grid-item h3 {
	margin: 0;
	line-height: 30px;
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.section .tv-grid-item p, .section .tv-streaming-option p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.tv-grid-col[col="1"] .tv-grid-col-heading {
	border-bottom: 4px solid #99cb43;
}

.tv-grid-col[col="1"] .tv-grid-item h3 {
	color: #99cb43;
}

.tv-grid-col[col="2"] .tv-grid-col-heading {
	border-bottom: 4px solid #00bada;
}

.tv-grid-col[col="2"] .tv-grid-item h3 {
	color: #00bada;
}

.tv-grid-col[col="3"] .tv-grid-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0;
}

.tv-grid-col[col="3"] .tv-grid-item h3 {
	color: #e8873e;
	font-size: 18px;
}

.tv-grid-col[col="3"] .tv-grid-item-inner {
	padding: 10px 20px;
}

.tv-grid-col[col="3"] .tv-grid-item .tv-grid-item-inner:before {
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	background: transparent;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tv-grid-col[col="4"] .tv-grid-item h3 {
	color: #c16bff;
}

.tv-grid-col[col="4"] .tv-grid-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 16.666%;
	padding: 0;
}

.tv-grid-col[col="4"] .tv-grid-item:first-child {
	width: 21.666%;
}

.tv-grid-col[col="4"] .tv-grid-item:first-child+.tv-grid-item {
	width: 13.666%;
}

.tv-grid-col[col="4"] .tv-grid-item:first-child+.tv-grid-item+.tv-grid-item {
	width: 13.666%;
}

.tv-grid-col[col="4"] .tv-grid-item:first-child+.tv-grid-item+.tv-grid-item+.tv-grid-item {
	width: 18.666%;
}

.tv-grid-col[col="4"] .tv-grid-item:first-child+.tv-grid-item+.tv-grid-item+.tv-grid-item+.tv-grid-item+.tv-grid-item {
	width: 15.666%;
}

.tv-grid-col[col="3"] .info, .tv-grid-col[col="4"] .info {
	margin: -36px 0 0 10px;
}

.tv-grid-col[col="3"] .tv-grid-col-inner,
.tv-grid-col[col="4"] .tv-grid-col-inner {
	padding: 7px 0 0 0;
}

.tv-grid-col[col="4"] .tv-grid-item .tv-grid-item-inner:before {
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	background: transparent;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tv-grid-col[col="3"] .tv-grid-item:first-child .tv-grid-item-inner,
.tv-grid-col[col="4"] .tv-grid-item:first-child .tv-grid-item-inner {
	/* margin-left: 20px; */
}

.tv-grid-col[col="3"] .tv-grid-item:last-child .tv-grid-item-inner,
.tv-grid-col[col="4"] .tv-grid-item:last-child .tv-grid-item-inner {
	/* margin-right: 20px; */
}

.tv-grid-col[col="4"] .tv-grid-item h3 {
	font-size: 16px;
}

.tv-grid-col[col="4"] .tv-grid-item-inner {
	padding: 10px 20px;
}

.tv-grid-col[col="1"] .tv-grid-item.active .tv-grid-item-inner,
.tv-grid-col[col="1"] .tv-requires span, .tv-grid-col[col="1"] .tv-requires span:before {
	background: #99cb43;
}

.tv-grid-col[col="2"] .tv-grid-item.active .tv-grid-item-inner,
.tv-grid-col[col="2"] .tv-requires span, .tv-grid-col[col="2"] .tv-requires span:before {
	background: #00bada;
}

.tv-grid-col[col="3"] .tv-grid-item.active .tv-grid-item-inner {
	background: #e8873e;
}

.tv-grid-col[col="3"] .tv-requires span, .tv-grid-col[col="3"] .tv-requires span:before {
	background: #e8873e;
}

.tv-grid-col[col="4"] .tv-grid-item.active .tv-grid-item-inner {
	background: #8b39c7;
}

.tv-grid-col[col="4"] .tv-requires span, .tv-grid-col[col="4"] .tv-requires span:before {
	background: #9345cc;
}

.tv-grid-col .tv-grid-item.active h3 {
	color: #FFF !Important;
}

.tv-requires {
	color: #fff;
	font-size: 13px;
	font-family: graphicusdt-light;
	font-weight: 600;
	padding: 0 0 0 30px;
	height: 30px;
	text-align: right;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
}

.tv-requires span {
	position: relative;
	display: inline-block;
	padding: 5px 10px 3px 5px;
	vertical-align: top;
	z-index: 1;
}

.tv-requires span:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	left: -21px;
	z-index: -1;
}

.tv-grid-item li {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 18px;
}

.tv-grid-item ul {
	margin: 5px 0 10px;
	list-style-type: disc;
}

.section.tv-grid .section-inner {
	max-width: none;
	padding: 20px 0 180px 0;
	background: url(images/tv-grid.png) center 0 no-repeat;
}

.tv-grid-col[col="3"] .tv-grid-col-heading {
	border-bottom: 3px solid #e8873e;
}

.tv-grid-col[col="4"] .tv-grid-col-heading {
	border-bottom: 3px solid #9345cc;
}

.info {
	display: inline-block;
	float: right;
	box-shadow: inset 0 0 0 2px rgba(168, 216, 253, 0.27);
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin: 2px 0 0 10px;
	border-radius: 11px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.tv-grid-col[col="1"] .tv-grid-item.active .info {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
	color: #99cb43;
	background: #FFF;
}

.tv-grid-col[col="2"] .tv-grid-item.active .info {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
	color: #00bada;
	background: #FFF;
}

.tv-grid-col[col="3"] .tv-grid-item.active .info {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
	color: #e8873e;
	background: #FFF;
}

.tv-grid-col[col="4"] .tv-grid-item.active .info {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
	color: #c16bff;
	background: #FFF;
}

.info:hover, .show-info .info {
	background: #FFF;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.info-content {
	display: none;
}

.show-info .info-content {
	display: block;
}

.info-content {
	display: none;
	background: #FFF;
	padding: 20px;
	position: absolute;
	color: #444;
	z-index: 40;
	right: -35px;
	top: 65px;
	width: 80%;
	box-shadow: 0 2px 22px rgba(0, 0, 0, 0.2);
}

.info-content:before {
	content: '';
	background: url(images/info-triangle.png) 0 0 no-repeat;
	width: 30px;
	height: 19px;
	position: absolute;
	top: -19px;
	right: 25px;
}

.tv-grid-title {
	font-size: 36px;
	max-width: 1200px;
	margin: 0 auto;
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
	padding: 20px 0 0 0;
	position: relative;
}

.tv-grid-title span {
	display: block;
	font-size: 16px;
	opacity: 0.7;
	margin: -12px 0 25px;
}

#video-container {
	position: relative;
	height: 0;
	margin: 12px auto -12px auto;
	max-width: 1242px;
	opacity: 0.1;
	display: none;
}

#video-container-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 570px;
	overflow: hidden;
}

span.tv-price {
	font-family: graphicusdt-light;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 -1px 10px;
}

.tv-grid-col[col="3"] span.tv-price,
.tv-grid-col[col="4"] span.tv-price {
	margin: -10px 0 0;
	display: block;
}

.tv-grid-price-wrap {
	font-size: 18px;
	position: absolute;
	top: 25px;
	right: 0;
	text-align: left;
	line-height: 30px;
	text-indent: 24px;
	color: rgba(255, 255, 255, 0.75);
	opacity: 0;
	padding: 8px 220px 0 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.tv-grid-price-wrap.active {
	opacity: 1;
}

.tv-grid-price {
	font-size: 38px;
	color: #99cb43;
	text-indent: 0;
	position: absolute;
	top: 15px;
	right: 0;
}

.tv-grid-price-wrap span {
	font-size: 12px;
}

.tv-grid-price-wrap .tv-grid-price span {
	display: inline-block;
	font-size: 20px;
}

.section.tv-matrix {
	background: #FFF;
}

.tv-type-select {
	margin: 30px 0 0 0;
}

.tv-type {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0;
	margin: 0;
	cursor: pointer;
	box-shadow: 0 0 0 1px #EEE;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tv-type.active {
	background: #13ccee;
	box-shadow: 0 0 0 1px #EEE, inset 1px 2px 8px rgba(0,0,0,0.1);
}

.tv-type.active .tv-type-number, .tv-type.active .tv-type-label {
	color: #FFF;
}

.tv-type-icon {
	width: 160px;
	height: 100px;
	margin: 0 auto 10px;
}

.tv-type-inner {
	padding: 20px 30px;
	height: 230px;
}

.tv-type-icon img {
	width: 120px;
	margin: 0 auto;
	display: block;
}

.tv-type .tv-type-icon .white {
	display: none;
}

.tv-type.active .tv-type-icon .white {
	display: block;
}

.tv-type.active .tv-type-icon .blue {
	display: none;
}

.tv-type-number {
	text-align: center;
	font-family: graphicusdt;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	color: #0a3b61;
}

.tv-type-label {
	text-align: center;
	text-transform: uppercase;
	font-family: graphicusdt;
	font-weight: 600;
	line-height: 18px;
	font-size: 12px;
	color: #91aab7;
}

.tv-type:after {
	content: '';
	position: absolute;
	background: url(images/internet-interact-arrow-1.png) 0 0 no-repeat;
	width: 100px;
	height: 56px;
	background-size: 100%;
	bottom: -60px;
	left: 50%;
	margin: 0 -50px;
	opacity: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 20;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.tv-type.active:after {
	opacity: 0.4;
	bottom: -80px;
}

.tv-streaming-option {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0;
}

.tv-streaming-option-inner {
	position: relative;
	display: block;
	padding: 0px 20px;
	margin: 0 6px;
	color: #555;
	height: 92px;
	font-size: 0;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13), inset 0 0 0 2px rgba(0, 0, 0, 0.07), inset 0 28px 0 rgba(255, 255, 255, 0.03), inset 0 30px 50px -12px rgba(255,255,255,0.15), inset -100px -100px 200px -80px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.tv-streaming-option-inner:hover {
	background: rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13), inset 0 0 0 2px rgba(0, 0, 0, 0.07), inset 0 28px 0 rgba(255, 255, 255, 0.06), inset 0 30px 50px -12px rgba(255,255,255,0.15), inset -100px -100px 200px -80px rgba(0, 0, 0, 0.35);
}

.tv-streaming-options {
	max-width: 1200px;
	margin: 0 auto;
}

.tv-streaming-options h3 {
	color: #FFF;
	margin: 0;
	border-bottom: 3px solid #0fa3b5;
	padding: 0 0 5px 0;
}

.tv-streaming-option span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.tv-streaming-option img {
	display: inline-block;
	vertical-align: middle;
	max-height: 50px;
	max-width: 100px;
}

.tv-streaming-options .tv-streaming-option:first-child .tv-streaming-option-inner {
	margin-left: 0;
}

.tv-streaming-options .tv-streaming-option:first-child+.tv-streaming-option+.tv-streaming-option+.tv-streaming-option .tv-streaming-option-inner {
	margin-right: 0;
}

.tv-streaming-options .tv-grid-col-inner {
	padding: 12px 0 0 0;
}

.tv-streaming-option img.white {
	display: none;
}

.tv-streaming-option.active img.color {
	display: none;
}

.tv-streaming-option.active img.white {
	display: inline-block;
}

.tv-streaming-option[option="netflix"].active .tv-streaming-option-inner {
	background: #b72329;
	box-shadow: none;
}

.tv-streaming-option[option="hulu"].active .tv-streaming-option-inner {
	background: #66a936;
	box-shadow: none;
}

.tv-streaming-option[option="fubo"].active .tv-streaming-option-inner {
	background: #f88800;
	box-shadow: none;
}

.tv-streaming-option[option="sling"].active .tv-streaming-option-inner {
	background: #1baadf;
	box-shadow: none;
}

.tv-streaming-option .info {
	position: absolute;
	top: 30px;
	right: 20px;
	color: #0fa3b5;
}

.tv-streaming-option.active a.info {
	color: #FFF;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.27);
}

.section.tv-devices {
	background: #FFF;
}

.section.tv-devices .section-inner {
	font-size: 0;
	padding-top: 120px;
}

.tv-device {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	cursor: pointer;
	background: #e5edf3;
	height: 165px;
	padding: 30px 0;
}

.tv-device-inner {
	position: relative;
	padding: 0 20px;
}

.tv-device img {
	display: block;
	position: relative;
	z-index: 10;
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.tv-device:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tv-device-circle {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 100px;
	height: 100px;
	margin: 0 -50px;
	z-index: 1;
	border-radius: 70px;
	background: #FFF;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.tv-device:hover .tv-device-circle {
	top: 0px;
	width: 140px;
	height: 140px;
	margin: 0 -70px;
}

.tv-device.active .tv-device-circle {
	box-shadow: inset 0 0 0 13px #a8d0e8;
}

.tv-device.active img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#tv-featured {
	position: relative;
	z-index: 30;
}

#tv-featured .bfp-image img {
	margin: 0 -280px 0 10px;
}

.tv-devices .button-wrap {
	padding: 4px 0 20px 0;
	text-align: right;
}

.page-template-landing-page div#header-upper-nav {
    height: 30px;
}

.page-template-landing-page #header-nav li a {
color: #fff;
}

.page-template-landing-page #header-nav li a:hover {
color:#11bcd9;
}

.safari .page-template-landing-page #hero-offer .buttons a {
	font-family: graphicusdt;
	font-weight: normal;
}

.safari .page-template-landing-page .buttons a > span > a {
padding: 0 !important;
background: none !important;
width: auto !important;
line-height: inherit !important;
margin: 0 !important;
}

.page-template-landing-page #header-upper-nav:after {
	height: 30px;
}

.page-template-landing-page #header-logo,
.page-template-landing-page #header-spacer,
.page-template-landing-page #header-container {
	 height: 92px;
}

.page-template-landing-page #header-container.scrolled {
	height: 85px;
}

.page-template-landing-page .scrolled #header-logo {
	height: 85px;
}

.page-template-landing-page a.button.blue-arrow {
	border-radius: 10px;
}

body.page-template-landing-page sup {
	top:-1.8em;
	font-size: .3em;
	left:2px;
}

body.page-template-landing-page #landingpage-offer-table sup {
	top:0;
	left:0;
}

.safari strong {
font-family: graphicusdt-demi;
font-weight: normal;
}

.safari .disclaimer .link {
	font-family: graphicusdt;
	font-weight: normal;
}

#wave-tab a {
    color: #fff;
    font-size: 16px;
}

#header-upper-nav a#wave-tab {
    background: #f48445;
    height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
	padding: 0px 20px 0px 14px;
	line-height: 28px;
	z-index: 10;
}

#wave-tab .content-outer {
    width: 100%;
}

#wave-tab:before {
	content: '';
	background-image: url(images/wave-tab-bg.png);
	width: 40px;
	background-size: 80px;
	height: 30px;
	position: absolute;
	left: -36px;
	top: 0;
	z-index: -1;
	display: block;
	background-repeat: no-repeat;
}

#hero-offer {
    padding: 0px 0 0px 0;
}

#hero-offer .content-outer {
    width: 560px;
    float: right;
		margin-top:-80px;
}

#hero-offer .content-wrap {
    display: inline-block;
    width: 480px;
		vertical-align: top;
}

#hero-offer h2 {
    color: #00abc9;
    font-family: graphicusdt-bold;
    font-weight: normal;
}

#hero-offer h3.subtitle.left span {
    font-family: graphicusdt-demi;
    font-weight: normal;
    letter-spacing: -0.04em;
    font-size: 36px;
    line-height: 1.3em;
}

#hero-offer h3.subtitle.left {
    display: block;
    margin-top: -10px;
		margin-bottom:10px;
}

#hero-offer .icon {
    display: inline-block;
    width: 75px;
    margin-right: 0;
    padding-right: 0;
    vertical-align: top;
    position: relative;
    top: -20px;
    left: -20px;
}


#internet-offer .icon {
    display: inline-block;
    vertical-align: top;
    width: 75px;
}

#internet-offer h2.title.left {
    display: inline-block;
    vertical-align: top;
    max-width: 455px;
    padding-left: 20px;
}


#tv-offer, #phone-offer {
	padding: 45px 0;
}

#tv-offer h2, #phone-offer h2 {
    display: inline-block;
    vertical-align: top;
    margin-left: 90px;
}

#tv-offer .icon, #phone-offer .icon {
    padding-right: 0;
    width: 70px;
    display: inline-block;
	vertical-align: top;
	position: relative;
	left: 75px;
}

#tivo-offer .icon {
	padding-right: 0;
	width: 70px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: -10px;
	top:-20px;
}

#tivo-offer.content-image-block .content-wrap {
	width: calc( 100% - 80px );
}

#tv-offer .content, #phone-offer .content {
    margin-top: 10px;
}

#phone-offer .featured-image img {
    max-width: 290px;
}

#hero-offer .buttons a:first-of-type {
	background: #11bcd9;
	width: 135px;
}

#hero-offer .buttons a {
	width: 170px;
	display: inline-block;
	color: #fff;
	background: #0a3b61;
	margin-right: 10px;
	position: relative;
	line-height: 26px;
	vertical-align: top;
	font-size: 16px;
	font-family: graphicusdt-light;
	text-align: center;
	padding: 12px 5px;
	border-radius: 10px;
	font-weight: 600;
}

#hero-offer .buttons p {
	display: none;
}

#offer-bar .section-inner.full-padding {
    padding: 0;
}

#offer-bar {
  background-color:#003b64;
  border-bottom:8px solid #00cde6;
  height:110px;
}

#offer-bar .content {
    padding-top: 28px;
}

#offer-bar p img {
    width: 60px;
    display: inline-block;
    vertical-align: top;
}

#offer-bar p {
    color: white;
    font-family: graphicusdt-bold;
    font-weight: normal !important;
		letter-spacing: -0.035em;
    font-size: 42px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 65px;
}

.safari #offer-bar p {
	font-family: graphicusdt-demi !important;
	font-weight: normal !important;
}

#offer-bar .buttons {
	display: inline-block;
	float:right;
}

#offer-bar .content .buttons p {
	display: none;
}

#offer-bar .buttons a:first-of-type {
	background: #11bcd9;
	width: 130px;
}

#offer-bar .buttons a {
	width: 170px;
	display: inline-block;
	color: #fff;
	background: #11bcd9;
	margin-right: 10px;
	position: relative;
	line-height: 26px;
	vertical-align: top;
	font-size: 16px;
	font-family: graphicusdt-light;
	text-align: center;
	padding: 12px 5px;
	border-radius: 10px;
	font-weight: 600;
}

.safari #offer-bar .buttons a {
	font-family: graphicusdt;
	font-weight: normal;
}

#offer-bar .content p {
	display: inline;
}

#disclaimer {
	background:#fff;
	padding: 50px 0 0px 0;
}

#disclaimer .hidden-content {
	display: none;
	padding: 10px 0;
}

#disclaimer .show-hidden-toggle {
	display: inline-block;
	color: #11bcd9;
	cursor: pointer;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 0;
}

#disclaimer #disclaim {
    padding: 20px 0 20px 0;
    font-size: 14px;
}

#footer-col-2 a {
	color: #c9cacb;
	font-family: graphicusdt-light;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 20px;
}

.tv-devices .button-wrap .button {
	margin: 0;
}

.tv-devices .button-wrap .button:first-child {
	margin: 0 4px 0 0;
	width: 819px;
	text-align: center;
}

.tv-devices .button-wrap .button:first-child:before {
	left: 320px;
}

.tv-device .info {
	position: absolute;
	top: -8px;
	right: 72px;
	z-index: 20;
	font-family: graphicusdt;
	font-weight: 600;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.09);
}

.tv-streaming-option .info-content a {
	font-size: 16px;
	color: #FFF;
	background: url(images/button.gif) 0 0 no-repeat #00bedf;
	background-size: 100% 100%;
	background: #00bedf;
	padding: 5px 30px;
	font-family: graphicusdt;
	font-weight: 600;
	display: inline-block;
	margin: 10px 0;
}

.tv-streaming-option .info-content {
	right: -30px;
	top: 80px;
}

#home-internet h2.title, #home-streaming h2.title, #home-tivo h2.title, #home-phone h2.title {
	font-size: 35px;
	line-height: 40px;
	padding: 12px 0 20px 0;
	margin: 0;
}

#home-internet p, #home-streaming p, #home-tivo p, #home-phone p {
	font-size: 16px;
}

#home-internet .featured-image.left, #home-tivo .featured-image.left {
	margin: 0 0 0 -60px;
	width: 42%;
}

#home-internet .content-outer, #home-tivo .content-outer {
	text-align: right;
}

#home-internet .content-wrap, #home-tivo .content-wrap {
	text-align: left;
	width: auto;
	padding: 0 50px;
}

#home-streaming .top-results.content-wrap, #home-phone .content-wrap {
	text-align: left;
	width: auto;
	padding: 0 50px 0 0;
}

#home-streaming .featured-image.right {
	margin: 0 -200px 0 0;
	width: 53%;
}

#home-phone .featured-image.right {
	margin: 0 -100px 0 0;
	width: 40%;
}

#internet-grid-1 [row="2"] .single-grid-block.Full.Content,
#internet-grid-2 [row="2"] .single-grid-block.Full.Content {
	width: 50%;
}

#tv-clu-search {
	background: #073652;
	color: #FFF;
	max-height: 160px;
}

#tv-clu-search h2.title {
	color: #FFF;
	text-align: center;
	font-size: 26px;
	letter-spacing: -0.01em;
	font-family: graphicusdt;
	font-weight: 600;
	float: left;
	margin: -6px 60px 0 0;
}

#tv-clu-search .section-inner {
	max-width: 920px;
}

#tv-clu-search img.section-background {
	opacity: 0.5;
}

#tv-clu-search form {
	text-align: left;
}

#tv-clu-search #input_search_zip {
	border: 0;
	border-radius: 0;
	background: rgba(49, 186, 210, 0.4);
	color: #FFF;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 18px;
	margin: -2px 0 -6px 0;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	font-family: graphicusdt-light;
	-webkit-appearance: none;
}

#input_search_zip::-webkit-input-placeholder { color: #FFF; }
#input_search_zip::-moz-placeholder { color: #FFF; }
#input_search_zip:-ms-input-placeholder { color: #FFF; }
#input_search_zip:-moz-placeholder { color: #FFF; }

#tv-clu-search button.btn.btn-default {
	border-radius: 0;
	border: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
	background: #00bada;
	padding: 9px 30px 8px 30px;
	margin: -2px 0 -4px 8px;
	vertical-align: top;
	display: inline-block;
	-webkit-appearance: none;
	font-family: graphicusdt-light;
}

#tv-clu-search button.btn.btn-default:hover, #tv-clu-search button.btn.btn-default:active {
	box-shadow: none;
	background: #1ecbe8;
}

#internet-product-grid .product-speed-number span {
	font-size: 26px;
	line-height: 32px;
	display: block;
	margin: -10px 0 0 0;
}

.section.tv-devices > h2 {
	text-align: center;
	font-size: 30px;
	padding: 20px 260px 0 260px;
	position: relative;
	z-index: 20;
	margin: 0 auto -20px;
	max-width: 1200px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.6);
	line-height: 24px;
	color: #0a3b61;
	font-family: graphicusdt;
}

.section.tv-devices > h3 {
	text-align: center;
	font-size: 16px;
	padding: 30px 260px 0 260px;
	position: relative;
	z-index: 10;
	margin: 0 auto -86px;
	max-width: 1200px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.6);
	line-height: 22px;
}

.tv-device-description {
	padding: 20px 20px 0 20px;
	position: relative;
}

.tv-device-description .info-content {
	display: none;
	background: #FFF;
	box-shadow: 0 0 0 2px #d7e5ef;
	padding: 20px;
	position: absolute;
	color: #444;
	z-index: 40;
	right: 15px;
	top: 45px;
	width: 80%;
}

.tv-device.show-info .tv-device-description .info-content {
	display: block;
}

.tv-device-description .info-content:before {
	background: #FFF;
	box-shadow: -2px -2px 0 0 #d7e5ef;
	height: 14px;
	width: 14px;
	top: -6px;
	right: 50%;
	margin: 0 -15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tv-device-description li {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 8px 30px;
	color: #AAA;
}

.tv-device-description li span {
	color: #555;
}

#order-now {
	background: #073652;
	color: #FFF;
	max-height: 0;
	overflow: hidden;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#order-now.order-now {
	max-height: 360px;
}

#order-now.more-info {
	min-height: 750px;
	max-height: none;
}

#order-now.more-info img.section-background {
	width: 150%;
	max-width: none;
}

#order-now img.section-background, #rate-cards img.section-background {
	opacity: 0.5;
}

#order-now input[type="text"], #rate-cards #input_search_zip {
	border: 0;
	border-radius: 0;
	background: rgba(49, 186, 210, 0.4);
	color: #FFF;
	font-weight: 600;
	font-size: 20px;
	padding: 14px 22px;
	margin: 0px 5px 5px 0;
	display: inline-block;
	vertical-align: top;
	font-family: graphicusdt-light;
	-webkit-appearance: none;
}

#order-now input[type="text"]::-webkit-input-placeholder, #rate-cards #input_search_zip::-webkit-input-placeholder { color: #FFF; }
#order-now input[type="text"]::-moz-placeholder, #rate-cards #input_search_zip::-moz-placeholder { color: #FFF; }
#order-now input[type="text"]:-ms-input-placeholder, #rate-cards #input_search_zip:-ms-input-placeholder { color: #FFF; }
#order-now input[type="text"]:-moz-placeholder, #rate-cards #input_search_zip:-moz-placeholder { color: #FFF; }

#order-now #zip {
	width: 120px;
}

#order-now #address {
	width: 320px;
}

#order-now #unit {
	width: 80px;
}

#order-now .content p {
	color: #FFF;
	margin: 0 0 15px;
	font-size: 18px;
	max-width: 820px;
}

p.im-interested-in {
	margin-top: 10px !important;
}

#order-now h1.entry-title {
	margin: 0;
	font-family: graphicusdt;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

#order-now button[type="submit"], #rate-cards button[type="submit"] {
	border-radius: 0;
	border: none;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #FFF;
	background: #00bada;
	padding: 11px 30px 11px 30px;
	margin: 0 0 -4px 0px;
	vertical-align: top;
	display: inline-block;
	-webkit-appearance: none;
	font-family: graphicusdt-light;
}

#order-now button[type="submit"]:hover, #order-now button[type="submit"]:active,
#rate-cards button[type="submit"]:hover, #rate-cards button[type="submit"]:active {
	box-shadow: none;
	background: #1ecbe8;
}

span.tv-title-desc {
	font-size: 14px;
	vertical-align: top;
	padding: 0 0 0 20px;
	margin: -1px 0 0;
	display: inline-block;
}

#rate-cards.content-image-block h2.title {
	color: #FFF;
	margin: 0;
}

#rate-cards h3.subtitle {
	color: #FFF;
	margin: 5px 0 30px;
	font-size: 20px;
}

#rate-cards {
	background: #073652;
}

#order-now.unfortunate-news {
	max-height: 340px;
}

#order-now.thank-you {
	min-height: 340px;
}

#order-now.more-info input#name, #order-now.more-info input#city {
	width: 200px;
}

#order-now.more-info input#city {
	width: 280px;
}

#order-now.more-info input#state {
	width: 200px;
}

#order-now.more-info input#zip {
	width: 120px;
}

#order-now.more-info input#phone {
	width: 280px;
}

#order-now.more-info input#email {
	width: 369px;
}

#cust_info_form_extended label#phone-error {
	margin: 16px 0 0 -140px;
}

label.internet-services {
	font-size: 20px;
	font-family: graphicusdt-light;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	cursor: pointer;
	background: rgba(49, 186, 210, 0.4);
	margin: -18px 6px 0 0;
}

#order-now.more-info button[type="submit"] {
	display: inline-block;
	margin: -18px 0 20px 275px;
	vertical-align: top;
}

.tv-device-description h4 {
	text-align: center;
	color: #0a3b61;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 20px;
	margin: -20px 0 0;
	z-index: 20;
	position: relative;
}

.tv-device[device="roku"] {
	background: #d3deec;
	box-shadow: inset 4px 0 0 #FFF;
}

.see-pricing {
	//background: url(images/price-blur.jpg) center 0 no-repeat;
	width: 100%;
	height: 74px;
	text-align: center;
}

.see-pricing a {
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 22px;
	display: block;
	background: rgba(255,255,255,0.5);
	padding: 15px 0;
	color: #0a3b61 !important;
}

[num="4"] .tv-type-icon img {
	width: 140px;
}

#internet-grid-1 img, #internet-grid-2 img {
	max-width: 200px;
}

header.no-feat-img {
	padding: 60px 0 0;
}

#calling-features-title h3.subtitle {
	font-size: 20px;
	padding: 10px 0 0 0;
	line-height: 26px;
	max-width: 780px;
}

#calling-features h3 {
	margin: 30px 0 0;
}

#calling-features h3:first-child {
	margin: 0;
}

header.search-header {
	background: url('images/search-header-residential.jpg') center bottom no-repeat;
	background-size: 1960px;
}

#searchpage-search fieldset {
	-webkit-transform: rotateY(0deg) rotateX(4deg) rotateZ(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg) rotateX(4deg) rotateZ(0deg);
	-moz-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg) rotateX(4deg) rotateZ(0deg);
	-ms-transform-style: preserve-3d;
	transform: rotateY(0deg) rotateX(4deg) rotateZ(0deg);
	transform-style: preserve-3d;
}

#searchpage-search input[type="submit"] {
	margin: 18px 0 0 -23px;
}

.archive.date .archive-header h1.archive-title span {
	font-size: 48px;
	font-family: graphicusdt-demi;
	text-transform: Capitalize;
	letter-spacing: -0.045em;
	color: #114269;
	display: inline-block;
	margin: 40px 0 0;
	font-weight: normal;
	box-shadow: none;
	padding-bottom: 0;
}

header.archive-header {
	margin: 0;
}

.top-results {
	//width: 100%;
}

.search-header input#search-input {
	-webkit-transform: translate3d(0,0,5px);
	-moz-transform: translate3d(0,0,5px);
	-ms-transform: translate3d(0,0,5px);
	transform: translate3d(0,0,5px);
}

.search-results .section-inner {
	//max-width: 900px;
}

#equipment-graph .section-inner {
	max-width: 940px;
}

#equipment-graph .graph-table {
	padding: 60px 0;
}

#equipment-graph .graph-table-head a {
	display: block;
	color: #FFF;
	background: #00bedf;
	margin: 10px 0px 0 3px;
	padding: 8px 0;
	font-weight: 600;
	font-size: 14px;
}

#eo-universal-converter, #eo-hd-receiver, #eo-tivo {
	width: 130px;
	height: 60px;
	background-size: 90% !important;
}

#eo-universal-converter {
	background: url('images/device-universal-converter.png') center center no-repeat;
}

#eo-hd-receiver {
	background: url('images/device-hd-receiver.png') center center no-repeat;
}

#eo-tivo {
	background: url('images/device-tivo.png') center center no-repeat;
}

.gform_confirmation_message {
	font-size: 18px;
	font-weight: 600;
	font-family: graphicusdt-light;
}

#internet-matrix .section-inner {
	text-align: center;
}

#disclaimer .section-inner {
	text-align: center;
}

.section.disclaimer p {
	font-size: 14px;
	width: 100%;
}

#contact-advertise, #advertise-locations {
	display: none;
}

#wave-on-the-go {
	position: absolute;
	margin: -260px 0 0 0;
}

#wave-on-demand ul {
	margin-top: -20px;
}

#wave-on-demand.section.side-by-side, #wave-on-demand.section.side-by-side .content-outer {
	background: #f2f3f7;
}


.page-id-7848 #disclaimer {
	display: none;
}

.trade-show-form #input_6_5_5_container label,
.trade-show-form #input_6_5_3_container label,
.trade-show-form #input_6_5_2_container label,
.trade-show-form #input_6_5_1_container label {
	display: none;
}

.trade-show-form li#field_6_8 label,
.trade-show-form li#field_6_9 label {
    display: inline-block;
    font-weight: normal;
    font-family: graphicusdt;
}

#ncd th {
	font-size: 18px;
	font-family: graphicusdt;
	letter-spacing: 0.05em;
	color: #0a3b61;
	padding: 5px 30px;
	background: #FFF;
}

#ncd tr td:first-child {
	font-size: 22px;
	font-family: graphicusdt-light;
	font-weight: 600;
	color: #444;
	padding-left: 30px;
	vertical-align: middle;
}

#ncd tr td:first-child+td {
	font-size: 18px;
	font-family: graphicusdt-light;
	font-weight: 600;
	color: #444;
}

#ncd tr:hover {
	background: #F4F4F4;
}

#ncd tr td:first-child+td ul {
	margin: 10px 0 10px 30px;
}

#ncd tr td:first-child+td li {
	font-size: 15px;
	font-family: graphicusdt-light;
	font-weight: 600;
	color: #444;
	margin: 0;
}

.tv-requires span a {
	color: #FFF !important;
	display: block;
	box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.5);
	line-height: 18px;
	padding: 0;
	margin: 2px 0;
}

.tv-grid-col[col="1"] {
	margin-top: -25px;
}

.tv-streaming-options .tv-streaming-option.active .info {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
	color: #333;
	background: #FFF;
}

.trade-show-form .ginput_container_address input {
    margin-bottom: 10px;
}

.trade-show-form ul.gfield_checkbox label {
    font-family: graphicusdt-light !important;
    font-weight: 600 !important;
}

.trade-show-form li#field_6_9,
.trade-show-form li#field_6_8 {
    margin-top: 35px;
}

.trade-show-form li#field_6_1, .trade-show-form li#field_6_2, .trade-show-form li#field_6_7, .trade-show-form li#field_6_6 {
    width: 50%;
    display: inline-block;
}

p.legal-text {
	font-size: 14px !important;
}

.mac select {
	background: url(images/dropdown-arrow.png) #fff no-repeat;
	-webkit-appearance: none;
	background-position: 97% 19px;
	background-size: 10px;
}

.mac .tv-devices .button-wrap .button:first-child:before {
	left:300px;
}

.mac .tv-devices a.button:last-of-type {
    width: 268px !important;
    margin: 0 !important;
    padding: 8px 14px !important;
}

.mac .tv-devices a.button {
    display: inline-block;
    padding: 8px 0px !important;
    width: 900px !important;
    font-weight: normal !important;
    margin: 0;
}

.gecko #footer-col-1 {
	margin: 0 30px 0 0;
}

.safari .see-pricing a {
	font-weight: normal;
}

.safari #disclaimer .show-hidden-toggle {
	font-weight: normal;
	font-family: graphicusdt;
}

.safari #footer-col-2 a {
	font-size: 14px;
	font-family: graphicusdt-light;
	font-weight: normal;
}

.rotator-title sup {
	top: -7px;
}

#streaming-roku .featured-image {
	min-height: 600px;
}

#gig-notify-me .section-inner {
	max-width: 500px;
}

select#input_7_6 {
	width: 100%;
	font-size: 15px;
	color: #666;
}

.rotator-subtitle strong {
	font-family: graphicusdt-demi;
	letter-spacing: -0.02em;
}

.search-results article .entry-thumbnail, .search-results article .entry-content {
	max-width: 100%;
}

#other-results-iframe {
	width: 100%;
}

.support-results {
	position: relative;
	z-index: 0;
}

#header-upper-nav a.site-account {
	background: #f38444;
	margin: -1px 0 0;
	letter-spacing: 0.02em;
	color: #FFF;
}

#contact-heading h3.subtitle {
	margin: -20px 0 0 0;
	font-size: 18px;
}

#contact-current-customer {
	position: absolute;
	right: 0;
	top: 40px;
	max-width: 220px;
	font-family: graphicusdt;
}

#contact-current-customer h4 {
	margin: 0;
	font-size: 18px;
}

#contact-current-customer p {
	font-size: 14px;
	line-height: 20px;
	word-break: break-all;
}

#city-washington p, #city-oregon p, #city-california p {
	column-count: 6;
}

#city-washington {
	background: #000;
	max-height: 660px;
}

#city-california {
	background: #000;
	max-height: 420px;
}

#city-washington img.section-background {
	opacity: 0.4;
}

#city-california img.section-background {
	opacity: 0.3;
}

#city-washington h2.title, #city-california h2.title {
	color: #FFF;
}

#city-oregon {
	background: #fff;
	max-height: 480px;
}

#city-oregon img.section-background {
	opacity: 0.3;
}

#city-oregon .content a {
	color: #333;
}

.city-page h1.entry-title {
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 40px;
	letter-spacing: -0.05em;
	margin: 0 0 20px 0;
	font-weight: 500;
}

.city-page span.showbr br {
	display: none;
}

.city-page span.showbr a {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	font-family: graphicusdt-light;
	font-weight: 600;
	background: #00bedf;
	color: #FFF;
	padding: 11px 25px 9px 50px;
}

.city-page span.showbr a:hover {
	opacity: 0.8;
}

.city-block-6 {
	margin: 0 0 20px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 22px;
}

.city-margin-20 {
	margin: 0 0 20px 0;
}

.city-margin-40 {
	margin: 0 0 40px 0;
}

.city-row {
	display: block;
	margin: 0 0 20px;
	font-size: 0;
}

p.text-right {
	text-align: right;
	font-size: 14px;
}

.city-block-12 {
	font-size: 16px;
	font-family: graphicusdt-light;
	font-weight: 600;
	line-height: 22px;
}

.white_content_box_title {
	font-size: 28px;
	line-height: 32px;
	color: #0a3b61;
	margin: 0 0 5px;
}

p.lead {
	font-size: 24px;
	line-height: 32px;
}

.white_content_box {
	position: relative;
	padding: 20px 26px;
	background: #FFF;
}

address {
	font-style: normal;
}

.white_content_box_price {
	position: absolute;
	top: 50%;
	right: 25px;
	margin: -22px 0 0 0;
}

.white_content_box_price a.button.blue-arrow {
	display: block;
	padding: 10px 33px 10px 47px;
}

.white_content_box_content {
	padding: 0 220px 0 0;
}

.city-block-12 .white_content_box_content {
	padding: 0 360px 0 0;
}

#already-customer {
	margin: -40px 0 40px 0;
	background: #f38444;
	color: #FFF;
	padding: 14px 30px;
	text-align: left;
	height: 26px;

}

#already-customer h4 {
	display: inline-block;
	vertical-align: middle;
	font-family: graphicusdt;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}

#already-customer p {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 50px;
	color: #FFF;
	width: auto;
	margin: 0;
}

#already-customer a {
	color: rgba(255, 255, 255, 0.75);
}

#contact-heading #already-customer {
	margin: -195px 0 0;
	position: absolute;
	width: calc( 100% - 60px );
	text-align: center;
}

#contact-heading h2.title {
	margin-top: 80px;
}

#cust_info_form_extended label.error {
	position: absolute;
	margin: 16px 0 0 -70px;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 13px;
	color: #7eecff;
}

#cust_info_form_extended label#email-error {
	margin-left: -95px;
}

.white_content_box.white-tv-box .white_content_box_price {
	top: 28%;
}

.white_content_box.white-tv-box .white_content_box_price .button.blue-arrow {
	margin: 10px 0 0 0;
}

#order-now.great-news {
	max-height: 400px;
}

#custom-scripts {
	position: absolute;
}

input[type="submit"] {
	-webkit-appearance: none;
}

#order-now h2 {
	color: #FFF;
	font-family: graphicusdt;
	font-size: 36px;
	margin: 5px 0 0 0;
}

#order-now .content #order-cart-offer p {
	font-size: 16px !important;
	line-height: 22px;
}

#order-cart-offer {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #a5c859;
	padding: 18px 50px 5px 0;
	margin: 0 0 30px 0;
	height: 97px;
}

#order-cart-offer:before {
	content: '';
	left: -4000px;
	width: 4000px;
	position: absolute;
	height: 100%;
	background: #a5c859;
	top: 0;
}

#order-cart-offer:after {
	content: '';
	right: -43px;
	width: 85px;
	top: 18px;
	position: absolute;
	height: 85px;
	background: #a5c859;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.more-info #order-cart-offer, .unfortunate-news #order-cart-offer, .thank-you #order-cart-offer {
	display: none;
}

#gform_wrapper_9 #gform_fields_9 label {
    display: none;
}

#gform_wrapper_9 li#field_9_3 span input {
    margin-bottom: 10px;
}

#gform_wrapper_9 #input_9_3 {
    margin: 30px 0;
}

#gform_wrapper_9 li#field_9_5 div {
    margin: 0 auto;
}

#gform_wrapper_9 #gform_fields_9 #field_9_6 label {
    display: inline-block;
}

#gform_wrapper_9 li#field_9_6 {
    margin: -15px 0 30px 0;
    text-align: center;
}

#home-network {
	position: absolute;
	height: 0;
	width: 100%;
	z-index: 1000;
}

#home-network .button.network-status {
	margin: -40px 0 0 0;
	float: right;
}

#already-customer .network-status {
	position: absolute;
	top: 0;
	margin: 0;
	right: 0;
	font-size: 16px;
	height: 54px;
	background-size: auto 100%;
	width: 180px;
	background-position: -30px 0px;
	padding: 0 0 0 70px;
	line-height: 50px;
	display: none;
}

#internet-grid-1 .button-wrap, #internet-grid-2 .button-wrap {
	text-align: center;
}

#cur-cust-bar {
	position: relative;
	font-family: graphicusdt-light;
	color: #FFF;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	height: 0px;
	overflow: hidden;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#cur-cust-bar-inner {
	background: #f38444;
	position: absolute;
	width: 100%;
	height: 60px;
	top: -60px;
	opacity: 0;
	color: rgba(255,255,255,0);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-animation: curcust-wiggle 6s infinite linear;
	-webkit-animation-delay: 0s;
	-moz-animation: curcust-wiggle 6s infinite linear;
	-moz-animation-delay: 0s;
	-ms-animation: curcust-wiggle 6s infinite linear;
	-ms-animation-delay: 0s;
	animation: curcust-wiggle 6s infinite linear;
	animation-delay: 0s;
}

@-webkit-keyframes curcust-wiggle {
	0%{-webkit-transform:    translateX(0px);}
	94%{-webkit-transform:   translateX(0px);}
	95% {-webkit-transform:  translateX(5px);}
	96% {-webkit-transform: translateX(-5px);}
	97% {-webkit-transform:  translateX(5px);}
	98% {-webkit-transform: translateX(-5px);}
	99% {-webkit-transform:  translateX(0px);}
	100%{-webkit-transform:  translateX(0px);}
}

@-moz-keyframes curcust-wiggle {
	0%{-moz-transform:    translateX(0px);}
	94%{-moz-transform:   translateX(0px);}
	95% {-moz-transform:  translateX(5px);}
	96% {-moz-transform: translateX(-5px);}
	97% {-moz-transform:  translateX(5px);}
	98% {-moz-transform: translateX(-5px);}
	99% {-moz-transform:  translateX(0px);}
	100%{-moz-transform:  translateX(0px);}
}

@-ms-keyframes curcust-wiggle {
	0%{-ms-transform:    translateX(0px);}
	94%{-ms-transform:   translateX(0px);}
	95% {-ms-transform:  translateX(5px);}
	96% {-ms-transform: translateX(-5px);}
	97% {-ms-transform:  translateX(5px);}
	98% {-ms-transform: translateX(-5px);}
	99% {-ms-transform:  translateX(0px);}
	100%{-ms-transform:  translateX(0px);}
}

@keyframes curcust-wiggle {
	0%{transform:    translateX(0px);}
	94%{transform:   translateX(0px);}
	95% {transform:  translateX(5px);}
	96% {transform: translateX(-5px);}
	97% {transform:  translateX(5px);}
	98% {transform: translateX(-5px);}
	99% {transform:  translateX(0px);}
	100%{transform:  translateX(0px);}
}

#cur-cust-bar.active  {
	height: 60px;
}

#cur-cust-bar.active #cur-cust-bar-inner {
	top: 0;
	opacity: 1;
}

#cur-cust-bar strong {
	font-family: graphicusdt;
	display: inline-block;
	padding: 0 30px 0 0;
}

#cur-cust-bar-close {
	position: absolute;
	top: 14px;
	right: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: rgba(255,255,255,1);
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 27px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.23);
	border-radius: 15px;
	cursor: pointer;
}

.mac #cur-cust-bar-close {
	line-height: 30px;
}

.response-case-1 {
	min-height: 540px;
}

.response-case-2 {
	min-height: 540px;
}

.response-case-3 {
	min-height: 450px;
}

.response-case-4 {
	min-height: 550px;
}

.response-case-5 {
	min-height: 550px;
}

.response-case-6 {
	min-height: 440px;
}

.response-case-7 {
	min-height: 480px;
}

.response-case-8 {
	min-height: 480px;
}

.response-case-9 {
	min-height: 480px;
}

.response-case-10 {
	min-height: 480px;
}

#order-now .button-wrap .button {
	margin-right: 15px;
}

#order-now .button-wrap {
	margin: 0 0 12px 0;
}

#cur-cust-bar a {
	color: rgba(255,255,255,0);
	display: block;
	padding: 20px 0;
	text-indent: -40px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#cur-cust-bar.show-text a {
	text-indent: 0;
	color: rgba(255,255,255,1);
}

#order-wrong-address, #order-questions {
	font-size: 18px;
	color: #FFF;
	font-family: graphicusdt-light;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}

#order-wrong-address {
	padding: 0 50px 0 0;
}

.page-template-landing-page #fine-print {
	visibility: hidden;
	padding-top:10px;
	padding-bottom:25px;
	font-size: 10px;
}

.page-template-landing-page .disclaimer {
		background:#fff;
		padding-top:40px;
}

.page-template-landing-page .disclaimer p {
    width: 1200px;
    margin: 0px auto 0px auto;
    font-family: graphicusdt-light;
    font-weight: 600;
}

p#zip_error {
	display: block;
	position: absolute;
	top: -37px;
	right: 19px;
	width: auto;
	background: #FFF;
	padding: 5px 12px;
	font-size: 12px;
}

.page-template-landing-page .site {
	margin-top:-14px;
}

.product-on-sale a {
	color: #FFF !important;
}


.state-list ul li {
    font-size: 16px;
    line-height: 1.7em;
}

#gig-content a.order-button {
    background: #00bedf;
    color: #fff;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: normal;
    font-family: graphicusdt-demi;
    margin: 0 10px 0 0px;
}


.state-list {
	display: inline-block;
	vertical-align: top;
	width:35%;
}

#landingpage-offer-table h2.grid-title.left {
    font-size: 23px;
    font-family: graphicusdt;
    letter-spacing: -0.02em;
    line-height: 1.35em;
    margin: -40px 0 20px 0;
}

#landingpage-offer-table .single-grid-block-inner {
	padding: 0 20px;
}

#landingpage-offer-table.angle-grid-block .button-wrap {
	margin: 0 -20px;
	text-align: center;
}

#landingpage-offer-table a.button.blue {
	background: #00bedf;
	width:100%;
	padding: 8px 0 !important;
	text-align: center;
}

#landingpage-offer-table .title-angle-grey {
	background:#fff !important;
}

#landingpage-offer-table .content p span {
	background: #d30031;
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	-webkit-transform: skewY(-10deg);
	-moz-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-14deg);
	margin: -60px -20px 20px -20px;
	left: 0;
	position: absolute;
	width: calc( 100% + 40px );
	z-index: 20;
	padding: 4px 0;
	letter-spacing: 0.02em;
	box-shadow: 0 -4px 0 #FFF, 0 4px 0 #FFF;
}

#landingpage-offer-table .content p {
	text-align: center;
}

#landingpage-offer-table .single-grid-block[block="1"] .title-angle-color {
	background: #a5c859;
}

#landingpage-offer-table .single-grid-block[block="2"] .title-angle-color {
	background: #00bedf;
}

#landingpage-offer-table .single-grid-block[block="3"] .title-angle-color {
	background: #083c63;
}

#landingpage-offer-table .title-text {
    text-align: center;
		letter-spacing: -0.03em;
    font-family: graphicusdt-bold;
    font-weight: normal;
		font-size: 36px;
		position: relative;
	}

#landingpage-offer-table .title-text span {
	font-size: 87px;
    position: relative;
    top: 36px;
}

#landingpage-offer-table .title-text sup {
	font-size:30px;
  position: initial;

}

#landingpage-offer-table .single-grid-block .content {
	position: relative;
}

@media only screen and (max-width:1000px) {
	#landingpage-offer-table .title-text sup {
		font-size:24px;
	}
}

#landingpage-offer-table .single-grid-block[block="2"] .title-text sup,
#landingpage-offer-table .single-grid-block[block="3"] .title-text sup {
	/* left: 90px; */
}

#landingpage-offer-table .single-grid-block[block="2"] .title-text span {

}

.page-template-landing-page #mobile-nav-toggle {
    top: 15px;
}

#motto-bar h2.title.center {
    color: #fff;
    font-family: graphicusdt-bold;
    font-size: 36px;
    font-weight: normal !important;
    letter-spacing: -0.03em;
}

#motto-bar {
    margin: 0px 0 30px 0;
    padding: 30px 0 0 0;
}

.tv-grid-col[col="4"] .tv-grid-item.select-all .info-content {
	width: 200px;
}

#smart-home-packages .grid-blocks[row="3"] .single-grid-block {
	width:29%;
}

#smart-home-packages .content-wrap .title {
	font-size: 24px;
	padding: 13px 0 9px 0;
	background: #0a3b61;
	color: #fff;
}

#smart-home-packages .single-grid-block img {
    margin-top: 13px;
    width: 140px;
}

#smart-home-packages .single-grid-block h4 {
	font-family: graphicusdt-demi;
	color:#333;
	text-align: center;
	font-size:21px;
	margin-bottom: 0px;
font-weight: normal;
letter-spacing: -0.02em;
}

#smart-home-packages .single-grid-block-inner p {
    padding: 0 20px;
		margin: 0 10px;
}

#smart-home-packages .single-grid-block-inner {
    background: #fff;
    padding: 0;
    margin: 0 20px;
		position: relative;
		min-height: 590px;
}

#smart-home-packages .single-grid-block .price-1 {
	background: url(images/green-bg.png) no-repeat 0 -80px;
	color: #fff;
	font-family: graphicusdt-demi;
	font-size: 79px;
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-top: -50px;
	padding-top: 50px;
}

#smart-home-packages .single-grid-block .price-2 {
	background: url(images/purple-bg.png) no-repeat 0 -80px;
	color: #fff;
	font-family: graphicusdt-demi;
	font-size: 79px;
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-top: -50px;
	padding-top: 50px;
}

#smart-home-packages .single-grid-block .price-3 {
	background: url(images/orange-bg.png) no-repeat 0 -80px;
	color: #fff;
	font-family: graphicusdt-demi;
	font-size: 79px;
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-top: -50px;
	padding-top: 50px;
}

#smart-home-packages .single-grid-block .price-1 .number,
#smart-home-packages .single-grid-block .price-2 .number,
#smart-home-packages .single-grid-block .price-3 .number {
	width: 220px;
text-align: center;
margin: 15px auto -10px auto;
}

#smart-home-packages .single-grid-block .price-1 sup,
#smart-home-packages .single-grid-block .price-2 sup,
#smart-home-packages .single-grid-block .price-3 sup {
    font-size: 35px;
    top: -31px;
}

#smart-home-packages .single-grid-block .price-1 span,
#smart-home-packages .single-grid-block .price-2 span,
#smart-home-packages .single-grid-block .price-3 span {
    font-size: 35px;
    position: relative;
    left: -55px;
    top: 5px;
}

#smart-home-packages a.notify-me, #smart-home-packages a.notify-me:visited {
	position: absolute;
	bottom: -38px;
	background: #00bedf;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: graphicusdt-demi;
	font-size: 18px;
	padding: 5px 0 3px 0;
	cursor: pointer;
	margin-left:-30px;
	font-weight: normal;
}

#gform_wrapper_10 select#input_10_6, #gform_wrapper_32 select#input_32_6 {
    width: 100%;
}

#gform_wrapper_10 option::placeholder, #gform_wrapper_32 option::placeholder {
    color: #ddd !important;
}

select#input_10_6, select#input_32_6 {
    width: 100%;
    font-size: 15px;
    color: #666;
}

.container.homeSolutionsHouse {
    margin-top: 60px;
    background: url('images/SmartHomeTrees.png?v=184317') no-repeat;
    background-position: bottom 0 right 0;
}

p.learnMore {
    color: #e4701e;
    font-size: 14px;
    font-weight: 600;
}

.dbSideText {
    background: url('images/SmartHomeClouds.png?v=184317');
    background-repeat: no-repeat;
    background-position: top right;
    animation: animatedBackground 250s linear infinite;
    -moz-animation: animatedBackground 250s linear infinite;
    -webkit-animation: animatedBackground 250s linear infinite;
    -ms-animation: animatedBackground 250s linear infinite;
    -o-animation: animatedBackground 250s linear infinite;
}

/*rollover elements*/

.hd {
    position: relative;
}

.hd .smartHomeIG {
    width: 100%;
		margin:0 0 0 -25px;
}

/*.hd .adc-circle-plus {
    position: absolute;
    top: 0;
    left: 0;
    color: #e4701e;
    font-size: 18px;
    transition: .2s;
    background: white;
    border-radius: 16px;
}
.plusActive {
    font-size: 32px!important;
     transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 7;
}*/

.divPlus {
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    position: absolute;
}

.divPlus:hover {
    cursor: pointer;
}

.plusX {
    -webkit-transform: rotate(45deg) scale(1.5);
    -moz-transform: rotate(45deg) scale(1.5);
    -ms-transform: rotate(45deg) scale(1.5);
    -o-transform: rotate(45deg) scale(1.5);
    /* IE6–IE9 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
    zoom: 1;
    z-index: 27;
}

.hd .adc-circle-plus:hover {
    cursor: pointer;
}

.hd .descBlock {
	position: absolute;
	border: 3px solid #00bedf;
	padding: 20px;
	font-family: graphicusdt-light;
	font-weight: 600;
	top: 0;
	left: 0;
	background-color: #ffffff;
	max-width: 346px;
	font-size: 16px;
	display: none;
	z-index: 26;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
}

.hd .divPlus.door-bell-camera {
    left: .5%;
    top: 90%;
}

.hd .descBlock.doorBellCamera {
    top: 70%;
    left: 1.5%;
}

.hd .divPlus.smart-lock {
    left: 4.5%;
    top: 90%;
}

.hd .descBlock.smartLock {
    top: 68%;
    left: 5.5%;
}

.hd .divPlus.security-panel {
    left: 12.5%;
    top: 78%;
}

.hd .descBlock.securityPanel {
    top: 48%;
    left: 13.5%;
}

.hd .divPlus.smart-thermostat {
    left: 48%;
    top: 78%;
}

.hd .descBlock.smartThermostat {
    top: 44.5%;
    left: 49%;
}

.hd .divPlus.image-sensor {
    left: 4.5%;
    top: 53.5%;
}

.hd .descBlock.imageSensor {
    top: 54.5%;
    left: 5.5%;
}

.hd .divPlus.smoke-detector {
    left: 53.6%;
    top: 50.5%;
}

.hd .descBlock.smokeDetector {
    top: 28.5%;
    left: 54.5%;
}

.hd .divPlus.garage-door {
    left: 82.5%;
    top: 76%;
}

.hd .descBlock.garageDoor {
    top: 77%;
    left: 42%;
}

.hd .divPlus.video-camera {
    left: 48.5%;
    top: 27%;
}

.hd .descBlock.videoCamera {
    top: 28%;
    left: 8%;
}

.hd .divPlus.temp-sensor {
    left: 85.5%;
    top: 28%;
}

.hd .descBlock.tempSensor {
    top: 29%;
    left: 44.5%;
}

.hd .divPlus.water-sensor {
    left: 38%;
    top: 45%;
}

.hd .descBlock.waterSensor {
    top: 46%;
    left: 39%;
}

.hd .divPlus.light-control {
    left: 16%;
    top: 9%;
}

.hd .descBlock.lightControl {
    top: 10%;
    left: 17%;
}

.hd .divPlus.window-sensor {
    left: 53%;
    top: 6%;
}

.hd .descBlock.windowSensor {
    top: 7%;
    left: 12.5%;
}

/*.hd i.co-sensor {
    left: 88%;
    top: 28%;
}

.hd .descBlock.coSensor {
    top: 30%;
    left: 48.5%;
}*/

.hd .descBlock .dbClose {
    color: #e4701e;
    position: absolute;
    right: 10px;
    font-size: 18px;
    transition: .2s;
}

.hd .descBlock .dbClose:hover {
    font-size: 22px;
}

.hd .descBlock .dbTitle {
    font-size: 24px;
    color: #00bedf;
    display: flex;
}

.hd .descBlock .dbTitle img {
	margin-right: 12px;
	max-width: 26px;
	margin-top: 7px;
	max-height: 26px;
}

.hd .descBlock .dbClose:hover {
    cursor: pointer;
}

.hd .descBlock .dbLearnMore {
     padding-top: 24px;
}

.hd .descBlock .dbLearnMore a {
    color: #e4701e;
    font-weight: bold;
}

.hd .descBlock .dbLearnMore a:hover {
    text-decoration: none;
}

.adc-circle-plus:after {
    content: '';
   display: inline-block;
   width: 13px;
   height: 13px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
   background-color: #fff;
    z-index: 1;
    top: 4px;
    left: 3px;
    position: absolute;
    transition: .2s;
}

.adc-circle-plus.plusActive:after {
    width: 23px;
   height: 23px;
}

.adc-circle-plus:before {
    z-index: 5;
    position: absolute;
}

@media (max-width: 1399px) {
    .dbSideText {padding-right:30px}
    .hd {margin-left: 50px;}
    .hd .descBlock.windowSensor {left:-7.5%}
    .hd .descBlock.videoCamera {left:-12%}
    .hd .descBlock.tempSensor {left:25.5%}
    .hd .descBlock.smokeDetector {left: -6.5%; top:51.5%}
    .hd .descBlock.securityPanel{top: 33%;}
    .hd .descBlock.smartThermostat {top: 28.5%;left:-12%}
    .hd .descBlock.doorBellCamera {top:60%}
    .hd .descBlock.smartLock {top: 57%;}
    .hd .descBlock.garageDoor {left: 22%;}
    .hd .divPlus.door-bell-camera {left: -.5%;}
    .container.homeSolutionsHouse {background: None;}
}

@media (max-width: 949px) {
.divPlus {width: 15px;}
.dbSideText {background: none;padding-top: 0;}
.hd .descBlock.windowSensor {left:-25.5%}
.hd .descBlock.videoCamera {left: -30%;}
.hd .descBlock.tempSensor{left:7.5%}
.hd .descBlock.smokeDetector {left:-24.5%}
.hd .descBlock.doorBellCamera {top:52%}
.hd .descBlock.smartLock {top: 46%;left:6.5%}
.hd .descBlock.securityPanel {top:17%}
.hd .descBlock.smartThermostat {top: 12.5%;left:-30%}
.hd .descBlock.garageDoor {left:4%}
.hd .divPlus.smart-lock {left: 5%;}
.hd .divPlus.door-bell-camera  {left: 0;}
.hd .divPlus.smart-thermostat {left: 47.5%;top: 76.5%;}
.hd .divPlus.security-panel {top: 76%;}
.hd .divPlus.water-sensor {left: 37%;top: 44%;}
.hd .descBlock.waterSensor {top:45%}
.hd .divPlus.smoke-detector {left: 53%;}
}

@media (max-width: 767px) {
.container.homeSolutionsHouse {display: none;}
}

.section.smarthome .home {
	width: 776px;
	height: 710px;
	display: inline-block;
	vertical-align: middle;
}

.smarthome .section-inner {
	font-size: 0;
}

.section.smarthome {
	background: #FFF;
}

.home-info {
	position: relative;
	z-index: 20;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 816px);
	padding: 120px 0 0 0;
	margin: -120px 0 0;
}

h2.orangeText {
	color: #00bedf;
	font-size: 42px;
	font-weight: 400;
	line-height: 45px;
	margin: 0;
	font-family: graphicusdt-demi;
}

.home-info p {
	font-size: 16px;
	padding: 10px 0 0;
}

.section.smarthome .home:after {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background: #b1b1b1;
}

.dbTitle .style-svg path,
.dbTitle .style-svg polygon {
	fill: #00bedf;
}

.dbTitle .style-svg line {
	stroke: #00bedf;
}

.dbTitle .style-svg {
	display: inline-block;
	margin: 6px 5px 0 0;
	vertical-align: top;
	width: 28px;
	height: 28px;
}

.sh-plan {
	font-size: 14px;
	font-family: graphicusdt-light;
	font-weight: 600;
	background: #EEE;
	margin: 0 0 4px 0;
	padding: 5px 14px;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.sh-plan:hover {
	opacity: 0.8;
}

.divPlus .sh-green-plus, .divPlus .sh-orange-plus, .divPlus .sh-purple-plus {
	display: none;
}

.divPlus.in-plan-1 .sh-green-plus, .divPlus.in-plan-3 .sh-orange-plus, .divPlus.in-plan-2 .sh-purple-plus {
	display: block;
}

.divPlus.in-plan-1 .sh-blue-plus, .divPlus.in-plan-2 .sh-blue-plus, .divPlus.in-plan-3 .sh-blue-plus {
	display: none;
}

.dbContentDisclaimer {
	margin: 10px -20px -20px;
	padding: 10px 20px;
	background: #EEE;
	border-top: 2px solid #DDD;
	font-size: 14px;
	line-height: 20px;
}


#field_10_8 label.gfield_label, #field_32_8 label.gfield_label {
    display: inline-block;
    vertical-align: top;
}

ul#input_10_8, ul#input_32_8 {
    background: transparent;
    padding: 0 !important;
    width: 130px !important;
    margin: -5px 0 0 10px !important;
}

#field_10_8 li.gchoice_10_8_0, #field_10_8 li.gchoice_10_8_1,
#field_32_8 li.gchoice_32_8_0, #field_32_8 li.gchoice_32_8_1 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 2px 0 0 !important;
}

#gform_wrapper_10 .gfield_radio label, #gform_wrapper_32 .gfield_radio label {
    padding: 6px 10px !important;
    background: #d6d6d6 !important;
    color: #444 !important;
    display: block !important;
    margin: 2px 0 0 0 !important;
    text-align: center;
    max-width: none !important;
    font-size: 15px !important;
    cursor: pointer !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

#gform_wrapper_10 .gfield_radio label.active, #gform_wrapper_32 .gfield_radio label.active {
    background: #00bee0 !important;
    color: #FFF !important;
}

#field_10_8 .ginput_container, #field_32_8 .ginput_container {
	margin-top:0;
	display: inline-block;
  vertical-align: top;
}

#gform_wrapper_10 .gfield_radio input[type="radio"],
#gform_wrapper_32 .gfield_radio input[type="radio"] {
    opacity: 0;
    position: absolute;
}

#gform_wrapper_10 li#field_10_8, #gform_wrapper_32 li#field_32_8 {
    text-align: center;
    margin: 30px 0;
}

.sh-plan[plan="1"], .sh-plan[plan="1"].active {
	background: #85cc33;
	color: #FFF;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.sh-plan[plan="2"], .sh-plan[plan="2"].active {
	background: #7e339b;
	color: #FFF;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.sh-plan[plan="3"], .sh-plan[plan="3"].active {
	background: #ff7c30;
	color: #FFF;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.addon-carousel-rotator li {
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}

.addon-carousel-rotator li img {
	width: 80%;
	margin: 0 auto;
	display: block;
}

.addon-carousel-rotator li h4 {
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 26px;
	letter-spacing: -0.04em;
	text-align: center;
	line-height: 30px;
	padding: 15px 0 10px 0;
	margin: 0;
}

.addon-carousel-rotator li p {
	font-size: 16px;
}

#home-services-sh {
	background: #0a3b61;
	z-index: 10;
}

#home-services-sh .image {
	width: 200px;
	padding: 28px 0px 10px 0px;
	margin: 0 auto;
}

#home-services-sh .image img {
	max-width: 60%;
}

#home-services-sh .single-grid-block .title {
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-size: 35px;
	padding: 15px 0;
}

#home-services-sh .single-grid-block .content p {
	color: #FFF;
}

#home-services-sh .single-grid-block:after {
	display: none;
}

#home-services-sh .button.blue-arrow {
	background: url(images/white-arrow.png) 24px 14px no-repeat #00bedf;
	background-size: 14px;
	padding: 8px 33px 8px 47px;
	box-shadow: inset 0 -2px 0 #00a6c4;
}

#home-services-sh .single-grid-block-inner {
	margin: 0 0 30px;
}

#home-services-sh .button-wrap {
	text-align: center;
}

#addon-carousel-container {
	position: relative;
}

.owl-prev {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	left: -40px;
	background: url(images/carousel-prev.png) center center no-repeat;
	background-size: 35px;
	opacity: 0.3;
	font-size: 0;
}

.owl-next {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	right: -40px;
	background: url(images/carousel-next.png) center center no-repeat;
	background-size: 35px;
	opacity: 0.3;
	font-size: 0;
}

.owl-prev:hover, .owl-next:hover {
	opacity: 0.5;
}

.addon-content {
	min-height: 140px;
	padding: 0 20px;
}

.addon-content p {
	text-align: center;
	font-size: 16px;
}

.addon-carousel-rotator .owl-item h4 {
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 25px;
	text-align: center;
	margin: 0;
}

.item {
	text-align: center;
}

.addon-carousel-rotator .owl-item img {
	max-width: 80%;
	margin: 0 auto;
}

.section.city-title-banner  {
	background: #000;
	overflow: hidden;
}

.section.city-title-banner .section-inner-wrap-1 {
	position: relative;
}

.city-title-banner .section-background {
	opacity: 0.8;
	min-height: 280px;
	overflow: hidden;
	position: absolute;
	max-width: none;
	min-width: 100%;
	width: auto;
	height: 100%;
}

.zips {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #FFF;
	margin: -100px 0 0;
	padding: 27px 16px 10px 16px;
	background: rgba(0, 34, 61, 0.6);
	font-family: graphicusdt-light;
	font-weight: 600;
	text-align: right;
}

.zips:before {
	display: block;
	content: 'Zip Codes';
	text-transform: uppercase;
	font-size: 14px;
	font-family: graphicusdt;
	letter-spacing: 0.08em;
	opacity: 0.6;
	line-height: 6px;
	text-align: right;
	margin: -5px 0 5px 0;
}

.city-title-banner .area-description {
	color: #FFF;
}

.city-title-banner .area-description p {
	padding: 0 440px 0 0;
	font-size: 18px;
}

.city-product .section-inner {
	font-size: 0;
	position: relative;
	z-index: 10;
}

.city-product .content {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	z-index: 10;
	min-height: 240px;
}

.city-product .product-buttons {
	display: block;
	font-size: 16px;
	width: 100%;
	text-align: center;
	padding: 0 0 30px;
	position: relative;
	z-index: 20;
}

.product-buttons a.button {
	margin: 0 0 10px 0;
	width: 140px;
}

.section.city-products {
	background: #f2f3f7;
}

.city-product {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	box-sizing: border-box;
	padding: 0 15px;
}

.city-product-inner {
	position: relative;
	padding: 18px 28px;
	background: #FFF;
	min-height: 540px;
}

.section.city-products .section-inner {
	padding: 85px 0;
	width: 80%;
	font-size: 0;
}

.product-accent {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.city-product.green .product-accent-0,
.city-product.green .product-accent-1,
.city-product.green .product-accent-2,
.city-product.green .product-accent-3 {
	background: #97ca00;
}

.city-product.green a.button.blue-arrow {
	background: #97ca00;
	padding: 8px 20px 8px 50px !important;
	text-align: left;
}

.city-product.green .title, .city-product.green a {
	color: #97ca00;
}

.city-product.blue .product-accent-0,
.city-product.blue .product-accent-1,
.city-product.blue .product-accent-2,
.city-product.blue .product-accent-3 {
	background: #00bada;
}

.city-product.blue a.button.blue-arrow {
	background: #00bada;
	padding: 8px 20px 8px 50px !important;
	text-align: left;
}

.city-product.blue .title, .city-product.blue a {
	color: #00bada;
}

.city-product.navy .product-accent-0,
.city-product.navy .product-accent-1,
.city-product.navy .product-accent-2,
.city-product.navy .product-accent-3 {
	background: #476f9c;
}

.city-product.navy a.button.blue-arrow {
	background: #002957;
	padding: 8px 20px 8px 50px !important;
	text-align: left;
}

.city-product.navy .title, .city-product.navy a {
	color: #002957;
}

.city-product.purple .product-accent-0,
.city-product.purple .product-accent-1,
.city-product.purple .product-accent-2,
.city-product.purple .product-accent-3 {
	background: #6f3897;
}

.city-product.purple a.button.blue-arrow {
	background: #6f3897;
}

.city-product.purple .title, .city-product.purple a {
	color: #6f3897;
}

.product-accent-0 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	opacity: 0.1;
}

.product-accent-1 {
	position: absolute;
	width: 180px;
	height: 500px;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	bottom: -190px;
	opacity: 0.1;
	left: -80px;
}

.product-accent-2 {
	position: absolute;
	width: 180px;
	height: 500px;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	bottom: -130px;
	opacity: 0.15;
	left: 181px;
}

.product-accent-3 {
	position: absolute;
	width: 180px;
	height: 500px;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	bottom: -320px;
	opacity: 0.06;
	left: 267px;
}

.city-product .title {
	font-size: 30px;
	text-align: center;
	line-height: 32px;
	padding: 20px 0 10px;
}

.section.city-products p {
	font-size: 16px;
	line-height: 24px;
}

.page-template-cities .section.can-i-get-wave {
	background: #073551;
}

.section.city-product p:last-child {
	margin: 0;
}

.entry-content .product-buttons .button.blue-arrow {
	padding: 8px 33px 8px 20px !important;
}

.product-buttons a.button.blue-arrow:before {
	right: 15px;
	left: auto;
}

#home-services-sh img.section-background {
    min-height: 500px;
}

.smarthome-components {
	background: #0a3b61;
	z-index: 30;
}

.smarthome-components #sh-component-bg {
	display: block;
	opacity: 0;
	margin: 0 auto;
	padding: 0 90px;
	box-sizing: border-box;
}

#sh-component-a, #sh-component-b, #sh-component-c, #sh-component-d {
	position: absolute;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#sh-component-a:hover, #sh-component-b:hover, #sh-component-c:hover, #sh-component-d:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#sh-component-a {
	top: 238px;
	left: 253px;
	z-index: 10;
}

#sh-component-b {
	top: 273px;
	left: 375px;
	z-index: 20;
}

#sh-component-c {
	top: 407px;
	left: 778px;
	z-index: 30;
}

#sh-component-d {
	top: 495px;
	left: 309px;
	z-index: 30;
}

.component-title {
	position: relative;
	display: block;
	z-index: 20;
}

.component-title-inner {
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 20px;
	border: 2px solid rgba(255,255,255,0.2);
	padding: 5px 20px;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	z-index: 20;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	background: #0a3b61;
	max-width: 220px;
}

.component-title-inner:hover {
	border: 2px solid rgba(255,255,255,0.5);
}

.component-desc {
	overflow: hidden;
	color: #0a3b61;
	background: #FFF;
	text-align: left;
	width: 300px;
	padding: 0px 30px;
	border-radius: 0 20px 20px 20px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
	margin: -25px 0 0;
	max-height: 0;
	opacity: 0;
	-webkit-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
	transition: 0.8s all;
}

.active .component-desc {
	opacity: 1;
	padding: 40px 30px 20px;
	max-height: 240px;
}

.sh-component {
	position: absolute;
}

.sh-component[number="1"] {
	top: 220px;
	left: -130px;
}

.sh-component[number="2"] {
	top: 390px;
	left: -130px;
}

.sh-component[number="3"] {
	top: 230px;
	right: -100px;
	text-align: right;
}

.sh-component[number="4"] {
	top: 440px;
	right: -100px;
	text-align: right;
}

.sh-component[number="3"] .component-desc, .sh-component[number="4"] .component-desc {
	border-radius: 20px 0 20px 20px;
}

.component-desc ul {
	margin: 0;
}

.component-desc p {
	margin: 0 0 5px 0;
}

.component-desc p, .component-desc li {
	font-size: 14px;
	margin: 0 0 0 10px !important;
}

.component-line {
	position: absolute;
	opacity: 0.2;
	-webkit-transform-origin-x: 0;
	-webkit-transform-origin-y: 0;
	-moz-transform-origin-x: 0;
	-moz-transform-origin-y: 0;
	-ms-transform-origin-x: 0;
	-ms-transform-origin-y: 0;
	transform-origin-x: 0;
	transform-origin-y: 0;
}

.sh-component[number="1"] .component-line {
	background: url(images/internet-interact-arrow-2-white.png) 0 0 no-repeat;
	background-size: 225px;
	left: 44%;
	top: 92%;
	width: 225px;
	height: 116px;
}

.sh-component[number="2"] .component-line {
	background: url(images/internet-interact-arrow-3-white.png) 0 0 no-repeat;
	background-size: 364px;
	left: 23%;
	top: 92%;
	width: 374px;
	height: 178px;
}

.sh-component[number="3"] .component-line {
	background: url(images/internet-interact-arrow-4-white.png) 0 0 no-repeat;
	background-size: 262px;
	left: -27%;
	top: 69%;
	width: 262px;
	height: 61px;
}

.sh-component[number="4"] .component-line {
	background: url(images/internet-interact-arrow-5-white.png) 0 0 no-repeat;
	background-size: 285px;
	left: -2%;
	top: 88%;
	width: 285px;
	height: 84px;
}

.smarthome-components h2 {
	color: #FFF;
	text-align: center;
	font-family: graphicusdt;
	font-size: 40px;
}

.smarthome-components h3 {
	color: #FFF;
	text-align: center;
	font-family: graphicusdt;
	font-size: 24px;
	margin: -20px 0 40px;
}

.component-title span {
	font-size: 14px;
	display: block;
	opacity: 0.6;
	margin: -6px 0 2px;
}

.sh-component.active {
	z-index: 60;
}

.section.city-location {
	background: url(images/city-location-bg2.jpg) center center no-repeat #073550;
	background-size: 100%;
	color: #FFF;
	font-family: graphicusdt-light;
	font-weight: 600;
}

.store-pin {
	width: 100px;
	height: 100px;
	background: url(images/store-pin2.png) center center no-repeat;
	display: block;
	margin: 0 auto;
	background-size: auto 70%;
}

.city-contact-call {
	width: 100px;
	height: 100px;
	background: url(images/city-contact-call2.png) center center no-repeat;
	display: block;
	margin: 0 auto;
	background-size: auto 70%;
}

.city-contact-online {
	width: 100px;
	height: 100px;
	background: url(images/city-contact-online2.png) center center no-repeat;
	display: block;
	margin: 0 auto;
	background-size: auto 70%;
}

.city-contact-business {
	width: 100px;
	height: 100px;
	background: url(images/city-contact-business2.png) center center no-repeat;
	display: block;
	margin: 0 auto;
	background-size: auto 70%;
}

.city-contact-item-inner {
	margin: 0 40px;
	padding: 20px 0;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 1px 4px 20px rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.1);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.city-contact-item-inner:hover {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35), 3px 6px 20px rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.15);
}

.city-location .content {
	padding: 10px 0 0 110px;
}

.city-location-heading {
	font-size: 50px;
}

#can-i-get-gig-12 {
	background: #073451;
	margin: 20px 0 0 0;
}

.page-template-upgrade-speed #content, .page-template-upgrade-speed-v2 #content, .page-template-upgrade-speed-v3 #content {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}

.page-template-upgrade-speed .gform_wrapper h1, .page-template-upgrade-speed-v2 .gform_wrapper h1,
.page-template-upgrade-speed-v3 .gform_wrapper h1 {
	margin: 0;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 30px;
	color: #003b63;
}

.page-template-upgrade-speed p, .page-template-upgrade-speed-v2 p,
.page-template-upgrade-speed-v3 p {
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

.page-template-upgrade-speed .entry-content, .page-template-upgrade-speed-v2 .entry-content,
.page-template-upgrade-speed-v3 .entry-content {
	background: #FFF;
	padding: 20px 30px;
	top: 40px;
	position: relative;
	box-shadow: inset 0 0 0 1px #DDD, 0 2px 20px rgba(0,0,0,0.1);
	border-radius: 4px;
}

.page-template-upgrade-speed label.gfield_label, .page-template-upgrade-speed-v2 label.gfield_label,
.page-template-upgrade-speed-v3 label.gfield_label {
	font-family: graphicusdt;
	font-size: 18px;
}

.page-template-upgrade-speed .gform_fields > li:first-child, .page-template-upgrade-speed-v2 .gform_fields > li:first-child,
.page-template-upgrade-speed-v3 .gform_fields > li:first-child {
	background: #f6f7f9;
	margin: -16px -29px 0 !important;
	display: block;
	position: relative;
	padding: 20px 30px !important;
	width: calc(100% + 58px) !important;
	max-width: none;
	border-bottom: 1px solid #efefef;
}

.page-template-upgrade-speed #form-upgrade-message,
.page-template-upgrade-speed #gig-message,
.page-template-upgrade-speed-v2 #form-upgrade-message,
.page-template-upgrade-speed-v2 #gig-message,
.page-template-upgrade-speed-v3 #form-upgrade-message,
.page-template-upgrade-speed-v3 #gig-message {
	display: none;
	background: #f6f7f9;
	padding: 5px 12px;
}

.page-template-upgrade-speed #gig-message,
.page-template-upgrade-speed-v2 #gig-message,
.page-template-upgrade-speed-v3 #gig-message {
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 16px;
	margin: 10px 0 0;
	line-height: 22px;
}

.page-template-upgrade-speed #form-upgrade-plan,
.page-template-upgrade-speed #form-upgrade-cost,
.page-template-upgrade-speed-v2 #form-upgrade-plan,
.page-template-upgrade-speed-v2 #form-upgrade-cost
.page-template-upgrade-speed-v3 #form-upgrade-plan,
.page-template-upgrade-speed-v3 #form-upgrade-cost {
	font-family: graphicusdt;
}

.page-template-upgrade-speed li.customer-name,
.page-template-upgrade-speed li.account-number,
.page-template-upgrade-speed li.city,
.page-template-upgrade-speed-v2 li.customer-name,
.page-template-upgrade-speed-v2 li.account-number,
.page-template-upgrade-speed-v2 li.city,
.page-template-upgrade-speed-v3 li.customer-name,
.page-template-upgrade-speed-v3 li.account-number,
.page-template-upgrade-speed-v3 li.city {
	display: inline-block;
	vertical-align: top;
	width: 50% !important;
	clear: none !important;
}

.page-template-upgrade-speed li.phone,
.page-template-upgrade-speed li.street-address,
.page-template-upgrade-speed li.email,
.page-template-upgrade-speed-v2 li.phone,
.page-template-upgrade-speed-v2 li.street-address,
.page-template-upgrade-speed-v2 li.email,
.page-template-upgrade-speed-v3 li.phone,
.page-template-upgrade-speed-v3 li.street-address,
.page-template-upgrade-speed-v3 li.email {
	display: inline-block;
	vertical-align: top;
	width: 33.333% !important;
	clear: none !important;
}

.page-template-upgrade-speed li.state,
.page-template-upgrade-speed li.zip-code,
.page-template-upgrade-speed-v2 li.state,
.page-template-upgrade-speed-v2 li.zip-code,
.page-template-upgrade-speed-v3 li.state,
.page-template-upgrade-speed-v3 li.zip-code {
	display: inline-block;
	vertical-align: top;
	width: 25% !important;
	clear: none !important;
}

.page-template-upgrade-speed li.phone,
.page-template-upgrade-speed li.street-address,
.page-template-upgrade-speed li.city,
.page-template-upgrade-speed li.state,
.page-template-upgrade-speed li.zip-code,
.page-template-upgrade-speed li.email,
.page-template-upgrade-speed-v2 li.phone,
.page-template-upgrade-speed-v2 li.street-address,
.page-template-upgrade-speed-v2 li.city,
.page-template-upgrade-speed-v2 li.state,
.page-template-upgrade-speed-v2 li.zip-code,
.page-template-upgrade-speed-v2 li.email,
.page-template-upgrade-speed-v3 li.phone,
.page-template-upgrade-speed-v3 li.street-address,
.page-template-upgrade-speed-v3 li.city,
.page-template-upgrade-speed-v3 li.state,
.page-template-upgrade-speed-v3 li.zip-code,
.page-template-upgrade-speed-v3 li.email {
	margin-top: 10px !important;
}

.page-template-upgrade-speed li.customer-name label,
.page-template-upgrade-speed li.account-number label,
.page-template-upgrade-speed li.phone label,
.page-template-upgrade-speed li.street-address label,
.page-template-upgrade-speed li.city label,
.page-template-upgrade-speed li.state label,
.page-template-upgrade-speed li.zip-code label,
.page-template-upgrade-speed li.email label,
.page-template-upgrade-speed-v2 li.customer-name label,
.page-template-upgrade-speed-v2 li.account-number label,
.page-template-upgrade-speed-v2 li.phone label,
.page-template-upgrade-speed-v2 li.street-address label,
.page-template-upgrade-speed-v2 li.city label,
.page-template-upgrade-speed-v2 li.state label,
.page-template-upgrade-speed-v2 li.zip-code label,
.page-template-upgrade-speed-v2 li.email label,
.page-template-upgrade-speed-v3 li.customer-name label,
.page-template-upgrade-speed-v3 li.account-number label,
.page-template-upgrade-speed-v3 li.phone label,
.page-template-upgrade-speed-v3 li.street-address label,
.page-template-upgrade-speed-v3 li.city label,
.page-template-upgrade-speed-v3 li.state label,
.page-template-upgrade-speed-v3 li.zip-code label,
.page-template-upgrade-speed-v3 li.email label {
	display: none !important;
}

.page-template-upgrade-speed li.customer-name input,
.page-template-upgrade-speed li.account-number input,
.page-template-upgrade-speed li.phone input,
.page-template-upgrade-speed li.street-address input,
.page-template-upgrade-speed li.city input,
.page-template-upgrade-speed li.zip-code input,
.page-template-upgrade-speed li.email input,
.page-template-upgrade-speed-v2 li.customer-name input,
.page-template-upgrade-speed-v2 li.account-number input,
.page-template-upgrade-speed-v2 li.phone input,
.page-template-upgrade-speed-v2 li.street-address input,
.page-template-upgrade-speed-v2 li.city input,
.page-template-upgrade-speed-v2 li.zip-code input,
.page-template-upgrade-speed-v2 li.email input,
.page-template-upgrade-speed-v3 li.customer-name input,
.page-template-upgrade-speed-v3 li.account-number input,
.page-template-upgrade-speed-v3 li.phone input,
.page-template-upgrade-speed-v3 li.street-address input,
.page-template-upgrade-speed-v3 li.city input,
.page-template-upgrade-speed-v3 li.zip-code input,
.page-template-upgrade-speed-v3 li.email input {
	width: 100% !important;
	font-family: graphicusdt-light !important;
	font-weight: 600;
	font-size: 15px !important;
	padding: 10px 14px !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 2px #DDD;
	border: 0;
}

.page-template-upgrade-speed li.state select,
.page-template-upgrade-speed-v2 li.state select,
.page-template-upgrade-speed-v3 li.state select {
	width: 100% !important;
	font-family: graphicusdt-light !important;
	font-weight: 600;
	font-size: 15px !important;
	padding: 9px 14px !important;
	border-radius: 0 !important;
	border: 2px solid #DDD;
	box-shadow: none !important;
}

.gecko .page-template-upgrade-speed li.state select,
.gecko .page-template-upgrade-speed-v2 li.state select,
.gecko .page-template-upgrade-speed-v3 li.state select {
	padding: 7px 14px !important;
}

.page-template-upgrade-speed .gform_wrapper,
.page-template-upgrade-speed-v2 .gform_wrapper,
.page-template-upgrade-speed-v3 .gform_wrapper {
	display: block !important;
}

.page-template-upgrade-speed .gfield.state,
.page-template-upgrade-speed-v2 .gfield.state,
.page-template-upgrade-speed-v3 .gfield.state {
	margin: 8px 0 0 0 !important;
}

body.page-template-upgrade-speed .site,
body.page-template-upgrade-speed-v2 .site,
body.page-template-upgrade-speed-v3 .site {
	padding: 0 0 100px 0;
}


body.page-template-upgrade-speed #site-container-wrap,
body.page-template-upgrade-speed-v2 #site-container-wrap,
body.page-template-upgrade-speed-v3 #site-container-wrap {
	background: #f2f3f7;
}

body.page-template-upgrade-speed .gform_wrapper input[type="submit"],
body.page-template-upgrade-speed-v2 .gform_wrapper input[type="submit"],
body.page-template-upgrade-speed-v3 .gform_wrapper input[type="submit"] {
	background: #00bedf;
}

body.page-template-upgrade-speed .gfield_radio input[type="radio"],
body.page-template-upgrade-speed-v2 .gfield_radio input[type="radio"],
body.page-template-upgrade-speed-v3 .gfield_radio input[type="radio"] {
	margin-top: 7px !important;
	vertical-align: top !important;
}

body.page-template-upgrade-speed .gfield_radio label,
body.page-template-upgrade-speed-v2 .gfield_radio label,
body.page-template-upgrade-speed-v3 .gfield_radio label {
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 16px !important;
	line-height: 22px !important;
}

.page-template-upgrade-speed label.gfield_label,
.page-template-upgrade-speed-v2 label.gfield_label,
.page-template-upgrade-speed-v3 label.gfield_label {
	font-family: graphicusdt;
	font-size: 18px !important;
	display: block !important;
	margin: 0 0 -10px 0;
}

.can-i-get-wave .section-inner.bottom-only {
	margin-bottom: 30px;
}

.can-i-get-wave .section-inner.top-only {
	margin-top: 30px;
}

.can-i-get-wave .section-inner.full-padding {
	margin: 35px 0;
}

.page-template-upgrade-speed .gform_wrapper li.gfield.gfield_error,
.page-template-upgrade-speed .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-template-upgrade-speed-v2 .gform_wrapper li.gfield.gfield_error,
.page-template-upgrade-speed-v2 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-template-upgrade-speed-v3 .gform_wrapper li.gfield.gfield_error,
.page-template-upgrade-speed-v3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin: 10px 0 0 0 !important;
}

.page-template-upgrade-speed .account-number .gfield_description.validation_message,
.page-template-upgrade-speed-v2 .account-number .gfield_description.validation_message,
.page-template-upgrade-speed-v3 .account-number .gfield_description.validation_message {
	margin: 0;
}

.page-template-upgrade-speed .upgrade-logo,
.page-template-upgrade-speed-v2 .upgrade-logo,
.page-template-upgrade-speed-v3 .upgrade-logo {
	margin: -20px -29px 0 -29px;
	background: #0a3b61;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.page-template-upgrade-speed .upgrade-logo img,
.page-template-upgrade-speed-v2 .upgrade-logo img,
.page-template-upgrade-speed-v3 .upgrade-logo img {
	display: block;
}

.page-template-upgrade-speed .gfield_radio label span,
.page-template-upgrade-speed-v2 .gfield_radio label span,
.page-template-upgrade-speed-v3 .gfield_radio label span {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.page-template-upgrade-speed .gfield_radio label span strong,
.page-template-upgrade-speed-v2 .gfield_radio label span strong,
.page-template-upgrade-speed-v3 .gfield_radio label span strong {
	font-family: graphicusdt;
}

.page-template-upgrade-speed .speed-label,
.page-template-upgrade-speed-v2 .speed-label,
.page-template-upgrade-speed-v3 .speed-label {
	padding: 20px 0 0 20px;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 16px;
}

.page-template-upgrade-speed .speed-label span,
.page-template-upgrade-speed-v2 .speed-label span,
.page-template-upgrade-speed-v3 .speed-label span {
	display: inline-block;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.page-template-upgrade-speed .gfield_radio label,
.page-template-upgrade-speed-v2 .gfield_radio label,
.page-template-upgrade-speed-v3 .gfield_radio label {
	width: calc( 100% - 25px ) !important;
	max-width: 100% !important;
}

.page-template-upgrade-speed .speed-label span:first-child,
.page-template-upgrade-speed .gfield_radio label span:first-child,
.page-template-upgrade-speed-v2 .speed-label span:first-child,
.page-template-upgrade-speed-v2 .gfield_radio label span:first-child,
.page-template-upgrade-speed-v3 .speed-label span:first-child,
.page-template-upgrade-speed-v3 .gfield_radio label span:first-child {
	width: 135px;
}

.page-template-upgrade-speed .speed-label span:first-child+span,
.page-template-upgrade-speed .gfield_radio label span:first-child+span,
.page-template-upgrade-speed-v2 .speed-label span:first-child+span,
.page-template-upgrade-speed-v2 .gfield_radio label span:first-child+span,
.page-template-upgrade-speed-v3 .speed-label span:first-child+span,
.page-template-upgrade-speed-v3 .gfield_radio label span:first-child+span {
	width: 130px;
}

.page-template-upgrade-speed .speed-label span:first-child+span+span,
.page-template-upgrade-speed .gfield_radio label span:first-child+span+span,
.page-template-upgrade-speed-v2 .speed-label span:first-child+span+span,
.page-template-upgrade-speed-v2 .gfield_radio label span:first-child+span+span,
.page-template-upgrade-speed-v3 .speed-label span:first-child+span+span,
.page-template-upgrade-speed-v3 .gfield_radio label span:first-child+span+span {
	width: 160px;
}

.page-template-upgrade-speed .speed-label span:first-child+span+span+span,
.page-template-upgrade-speed .gfield_radio label span:first-child+span+span+span,
.page-template-upgrade-speed-v2 .speed-label span:first-child+span+span+span,
.page-template-upgrade-speed-v2 .gfield_radio label span:first-child+span+span+span,
.page-template-upgrade-speed-v3 .speed-label span:first-child+span+span+span,
.page-template-upgrade-speed-v3 .gfield_radio label span:first-child+span+span+span {
	width: 100px;
}

.page-template-upgrade-speed .gfield .gfield_description p,
.page-template-upgrade-speed-v2 .gfield .gfield_description p,
.page-template-upgrade-speed-v3 .gfield .gfield_description p {
	margin: 10px 0 0;
}

.content-image-block img.featured-img-alt {
	display: none;
}

.page-template-upgrade-speed .account-number .gfield_description,
.page-template-upgrade-speed-v2 .account-number .gfield_description,
.page-template-upgrade-speed-v3 .account-number .gfield_description {
	margin: -21px 0 0 0;
}

.page-template-upgrade-speed .gform_wrapper .gfield_description,
.page-template-upgrade-speed-v2 .gform_wrapper .gfield_description,
.page-template-upgrade-speed-v3 .gform_wrapper .gfield_description {
	width: auto;
}

.page-template-upgrade-speed .gform_wrapper .gfield_description,
.page-template-upgrade-speed-v2 .gform_wrapper .gfield_description,
.page-template-upgrade-speed-v3 .gform_wrapper .gfield_description {
	font-family: graphicusdt;
	font-weight: 600;
	padding: 2px 0 0 2px;
}

.upgrade-phone-number {
	position: absolute;
	top: 44px;
	right: 30px;
	z-index: 20;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.05em;
}

.upgrade-phone-number a {
	color: #FFF;
}

.page-template-upgrade-speed .gform_wrapper .gform_footer.top_label,
.page-template-upgrade-speed-v2 .gform_wrapper .gform_footer.top_label,
.page-template-upgrade-speed-v3 .gform_wrapper .gform_footer.top_label {
	margin: 0;
}

.upgrade-disclaimer {
	background: #f6f7f9;
	margin: 0 -29px -20px -29px;
	padding: 24px 30px;
	border-radius: 0 0 5px 5px;
}

.upgrade-disclaimer-more {
	display: none;
}

.upgrade-disclaimer p {
	font-size: 13px;
	line-height: 18px;
}

.upgrade-disclaimer-more-trigger {
	position: relative;
	width: 100px;
	margin: 15px auto;
	font-family: graphicusdt;
	font-weight: 600;
	text-align: center;
	background: #d9dfe4;
	padding: 3px 5px;
	cursor: pointer;
}

.page-template-upgrade-speed .gform_wrapper div.validation_error,
.page-template-upgrade-speed-v2 .gform_wrapper div.validation_error,
.page-template-upgrade-speed-v3 .gform_wrapper div.validation_error {
	padding: 10px 30px !important;
	margin: -16px -30px 16px !important;
	font-size: 16px !important;
	background: #f58b46 !important;
	color: #FFF !important;
	width: calc( 100% + 60px );
}

.page-template-upgrade-speed .gform_confirmation_message,
.page-template-upgrade-speed-v2 .gform_confirmation_message,
.page-template-upgrade-speed-v3 .gform_confirmation_message {
	padding: 20px 0;
	text-align: center;
	line-height: 28px;
}

.page-template-upgrade-speed .gform_confirmation_message strong,
.page-template-upgrade-speed-v2 .gform_confirmation_message strong,
.page-template-upgrade-speed-v3 .gform_confirmation_message strong {
	font-size: 30px;
	line-height: 32px;
	color: #0a3b61;
}

.page-template-upgrade-speed .upgrade-message-wrap,
.page-template-upgrade-speed-v2 .upgrade-message-wrap,
.page-template-upgrade-speed-v3 .upgrade-message-wrap {
	margin: 0 0 30px 0;
}

.equipment-options {
	display: none;
}

.equipment-options.active {
	display: block;
}

.page-template-upgrade-speed .equipment-options .gfield_description,
.page-template-upgrade-speed-v2 .equipment-options .gfield_description,
.page-template-upgrade-speed-v3 .equipment-options .gfield_description {
	padding-top: 0;
}

.disclaimer .link {
	cursor: pointer;
	color: #FFF;
	background: #11bcd9;
	display: inline-block;
	padding: 7px 12px;
	border-radius: 5px;
	font-family: graphicusdt-light;
	font-weight: 600;
}

.disclaimer-link {
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	padding: 10px 0;
}

#form-upgrade-cost:before {
	content: '+$';
}

#form-upgrade-cost:after {
	content: '/mo';
}

.gform_wrapper .gfield_error .gfield_label {
	color: #444 !important;
}

.page-template-upgrade-speed .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.page-template-upgrade-speed-v2 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.page-template-upgrade-speed-v3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	position: relative;
}

.page-template-upgrade-speed .gform_wrapper.gform_validation_error .gform_body ul li.speed-choices.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.page-template-upgrade-speed-v2 .gform_wrapper.gform_validation_error .gform_body ul li.speed-choices.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.page-template-upgrade-speed-v3 .gform_wrapper.gform_validation_error .gform_body ul li.speed-choices.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.page-template-upgrade-speed .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.page-template-upgrade-speed .gform_wrapper li.gfield_error ul.gfield_checkbox,
.page-template-upgrade-speed .gform_wrapper li.gfield_error ul.gfield_radio,
.page-template-upgrade-speed-v2 .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.page-template-upgrade-speed-v2 .gform_wrapper li.gfield_error ul.gfield_checkbox,
.page-template-upgrade-speed-v2 .gform_wrapper li.gfield_error ul.gfield_radio,
.page-template-upgrade-speed-v3 .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.page-template-upgrade-speed-v3 .gform_wrapper li.gfield_error ul.gfield_checkbox,
.page-template-upgrade-speed-v3 .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #333 !important;
}

.gform_wrapper .validation_message {
	font-family: graphicusdt !important;
}

#net-neutrality-title .title {
	margin: 0 0 -10px 0;
	font-family: graphicusdt-light;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
}

#net-neutrality-title .subtitle {
	font-size: 78px;
	line-height: 100px;
	font-family: graphicusdt;
	margin: 0;
}

#net-neutrality-2 .title {
	color: #FFF;
	font-size: 35px;
	margin: 0;
}

#net-neutrality-4.grid-block [row="2"] .single-grid-block.Full.Content {
	width: 50%;
}

#net-neutrality-3 p {
	line-height: 30px;
	text-align: center;
	font-size: 34px;
	font-family: graphicusdt-demi;
	color: #0a3b61;
}

#net-neutrality-4 .grid-title {
	font-size: 36px;
	line-height: 40px;
	text-align: center;
}

#net-neutrality-banner {
	position: fixed;
	bottom: -60px;
	left: 5%;
	width: 90%;
	background: #f38444;
	z-index: 10000;
	text-align: center;
	color: #FFF;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	border-radius: 4px;
	color: #FFF;
	text-decoration: none;
	display: block;
	box-shadow: 0 4px 18px rgba(0,0,0,0.2);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#net-neutrality-banner.active {
	bottom: 20px;
}

#net-neutrality-inner {
	padding: 5px 0;
	display: inline-block;
	animation-delay: 5s;
	animation: netbanner 6s linear infinite;
	-moz-animation-delay: 5s;
    -moz-animation: netbanner 6s linear infinite;
	-webkit-animation-delay: 5s;
    -webkit-animation: netbanner 6s linear infinite;
	-ms-animation-delay: 5s;
    -ms-animation: netbanner 6s linear infinite;
	-o-animation-delay: 5s;
    -o-animation: netbanner 6s linear infinite;
}

@-webkit-keyframes netbanner {
	0%{-webkit-transform:    translateX(0px);}
	94%{-webkit-transform:   translateX(0px);}
	95% {-webkit-transform:  translateX(5px);}
	96% {-webkit-transform: translateX(-5px);}
	97% {-webkit-transform:  translateX(5px);}
	98% {-webkit-transform: translateX(-5px);}
	99% {-webkit-transform:  translateX(0px);}
	100%{-webkit-transform:  translateX(0px);}
}

@-moz-keyframes netbanner {
	0%{-moz-transform:    translateX(0px);}
	94%{-moz-transform:   translateX(0px);}
	95% {-moz-transform:  translateX(5px);}
	96% {-moz-transform: translateX(-5px);}
	97% {-moz-transform:  translateX(5px);}
	98% {-moz-transform: translateX(-5px);}
	99% {-moz-transform:  translateX(0px);}
	100%{-moz-transform:  translateX(0px);}
}

@-ms-keyframes netbanner {
	0%{-ms-transform:    translateX(0px);}
	94%{-ms-transform:   translateX(0px);}
	95% {-ms-transform:  translateX(5px);}
	96% {-ms-transform: translateX(-5px);}
	97% {-ms-transform:  translateX(5px);}
	98% {-ms-transform: translateX(-5px);}
	99% {-ms-transform:  translateX(0px);}
	100%{-ms-transform:  translateX(0px);}
}

@keyframes netbanner {
	0%{transform:    translateX(0px);}
	94%{transform:   translateX(0px);}
	95% {transform:  translateX(5px);}
	96% {transform: translateX(-5px);}
	97% {transform:  translateX(5px);}
	98% {transform: translateX(-5px);}
	99% {transform:  translateX(0px);}
	100%{transform:  translateX(0px);}
}

#net-neutrality-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 36px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#net-neutrality-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	line-height: 46px;
	cursor: pointer;
}

.content-image-block.primary a {
	color: #FFF;
}

.page-template-cities .can-i-get-wave .section-inner.full-padding {
	margin: 0 auto;
}

#post-10501 #hero-offer .content-outer {
	width: 600px;
}

#post-10501 #hero-offer .content-wrap {
	width: 500px;
}

#landing-blue-bar h2.title strong {
	font-family: graphicusdt-bold;
}

#field_16_2 .gfield_required,
#field_15_2 .gfield_required,
#field_19_2 .gfield_required,
#field_18_2 .gfield_required,
#field_20_2 .gfield_required,
#field_12_2 .gfield_required,
#field_17_2 .gfield_required {
	display: none;
}

.page-template-cities .can-i-get-wave h2 {
	margin: 0;
	padding: 20px 0 0;
	font-size: 40px;
	font-family: graphicusdt-demi;
}

.page-template-cities .can-i-get-wave h3 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 20px 0;
	font-family: graphicusdt-light;
}

.page-template-cities .can-i-get-wave #zip-lookup-form-wrap {
	padding: 0 0 40px 10px;
}

.section.city-title-banner .subtitle {
	margin: 0 0 15px;
	opacity: 0.8;
	font-size: 24px;
}

.city-image-grid .section-inner {
	font-size: 0;
}

.page-template-cities .single-grid-block .title {
	font-weight: 600;
}

.page-template-cities .section .title {
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 36px;
}

.city-image-grid-item {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 20px;
}

.city-image-grid-item-inner {
	height: 240px;
	background: #0889ab;
	position: relative;
	overflow: hidden;
}

.city-item-grid-bg {
	opacity: 0.4;
	display: block;
}

.city-image-grid h2 {
	text-align: center;
	font-size: 42px;
	font-weight: 600;
	font-family: graphicusdt-demi;
	color: #0a3b61;
	margin: 0;
	line-height: 50px;
}

.city-image-grid h3 {
	text-align: center;
	margin: 5px 0 30px 0;
	opacity: 0.7;
}

.city-image-grid h4 {
	position: absolute;
	text-align: center;
	color: #FFF;
	font-family: graphicusdt-demi;
	width: 100%;
	top: 140px;
	z-index: 20;
	font-size: 30px;
	line-height: 30px;
}

.section.city-image-grid {
	background: #FFF;
}

.city-item-grid-icon {
	position: absolute;
	width: 140px;
	left: 50%;
	margin: 20px 0 0 -70px;
	z-index: 10;
}

.city-products h3 {
	text-align: center;
	margin: -10px 0 20px;
	font-size: 34px;
	line-height: 40px;
	font-family: graphicusdt-demi;
}

.price-starting-at {
	font-family: graphicusdt;
	font-weight: 600;
	padding: 0 0 10px;
	font-size: 20px;
	color: #0a3b61;
}

#lower-three-box .image img {
	width: 40%;
}

.city-location h3 {
	color: #FFF;
	text-align: center;
	margin: 0 0 40px;
	font-size: 42px;
	font-family: graphicusdt-demi;
	font-weight: 600;
}

.city-location .section-inner {
	font-size: 0;
}

a.city-contact-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 16px;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.city-contact-item-title {
	color: #FFF;
	font-family: graphicusdt;
	letter-spacing: 0.06em;
}

.user-icon img.blue {
	margin-top: 16px;
}

#field_23_2 .gfield_required, #field_28_2 .gfield_required,
#field_22_2 .gfield_required, #field_27_2 .gfield_required,
#field_25_2 .gfield_required, #field_26_2 .gfield_required,
#field_29_2 .gfield_required, #field_31_2 .gfield_required,
#field_30_2 .gfield_required {
	display: none;
}

.page-template-landing-page .site.hide-footer {
	padding-bottom: 340px;
}

.section p.experienced-speeds {
	padding: 50px 0 0 0;
	text-align: center;
	margin: 0;
}

.rotator-slide-content-width .disclaimer-copy {
	font-size: 16px;
	font-weight: 600;
}

.scenario-block .section-inner {
	font-size: 0;
}

.scenario-block .content-outer {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}

.scenario-block.image-left .content-outer {
	padding: 0 0 0 30px;
}

.scenario-block[images="2"] .content-outer {
	width: 50%
}

.scenario-block[images="1"] .content-outer {
	width: 75%
}

.scenario-block .featured-image {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}

.scenario-block[images="2"] .featured-image {
	width: 50%;
}

.scenario-block[images="1"] .featured-image {
	width: 25%;
}

.scenario-block .featured-image.mobile {
	display: none;
}

.scenario-block .featured-image-item {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 30px;
	position: relative;
}

.scenario-block [images="1"] .featured-image-item {
	width: 100%;
}

.scenario-block [images="2"] .featured-image-item {
	width: 50%;
}

.scenario-block [images="3"] .featured-image-item {
	width: 33.3%;
}

.scenario-block .featured-image-item img {
	border-radius: 300px;
	display: block;
	position: relative;
	z-index: 20;
	box-shadow: 0 0 0 3px #c4d0d8;
	background: #ced8e0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.scenario-block .featured-image-item:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}


.scenario-block [images="2"] .featured-image-item:first-child:after,
.scenario-block [images="3"] .featured-image-item:first-child:after, .scenario-block [images="3"] .featured-image-item:first-child+.featured-image-item:after {
	content: '';
	background: url(images/internet-interact-arrow-1.png) -20px -24px no-repeat;
	width: 130px;
	height: 50px;
	top: 50%;
	left: 60%;
	position: absolute;
	margin: -25px 0;
	z-index: 10;
	opacity: 0.2;
}

.scenario-block [images="2"] .featured-image-item:first-child:after {
	left: 63%;
}

.section.scenario-block .title {
	line-height: 54px;
	margin: 0 0 15px 0;
}

#field_34_9 label span {
	display: block;
	font-family: graphicusdt-light;
}

#field_34_9 label {
	vertical-align: top;
	font-family: graphicusdt;
	margin: 4px 0 0;
}

#field_34_9 li {
	margin: 0 0 10px;
}

#field_34_2 {
	width: 35%;
	display: inline-block;
	vertical-align: top;
}

#field_34_3 {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

#field_34_4, #field_34_5 {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

#field_34_8, #field_34_6, #field_34_7 {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
}

.scenario-block .section-inner {
	max-width: none;
	padding: 0;
}

.scenarios-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 55px 0;
}

.scenarios[images="2"] .featured-image {
	width: 50%;
}

.scenarios[images="1"] .featured-image {
	width: 25%;
}

.scenarios[images="2"] .content-outer {
	width: 50%
}

.scenarios[images="1"] .content-outer {
	width: 75%
}

.carousel-prev, .carousel-next {
	display: block;
}

.carousel-prev .bx-prev {
	position: absolute;
	width: 60px;
	height: 460px;
	top: 0;
	left: -80px;
	background: url(images/carousel-prev.png) center center no-repeat;
	background-size: 35px;
	opacity: 0.3;
	font-size: 0;
	z-index: 50;
}

.carousel-next .bx-next {
	position: absolute;
	width: 60px;
	height: 460px;
	top: 0;
	right: -80px;
	background: url(images/carousel-next.png) center center no-repeat;
	background-size: 35px;
	opacity: 0.3;
	font-size: 0;
	z-index: 50;
}

.carousel-nav {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.scenarios.image-left .content-outer {
	padding: 0 0 0 30px;
}

.scenarios.image-right .content-outer {
	padding: 0 30px 0 0;
}

#internet-product-grid p.experienced-speeds {
	padding-top: 40px;
}

#site-search label {
	display: none;
}

.city-products span.plan-label {
	display: block;
	font-size: 16px;
}

.city-products span.plan-price-a {
	font-size: 75px;
	display: inline-block;
	vertical-align: top;
	line-height: 65px;
	padding: 0 5px 0 0;
}

.city-products span.plan-price-b {
	font-size: 35px;
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
	padding: 0;
}

.city-products span.plan-month-abbr {
	position: absolute;
	margin: 32px 0 0 -45px;
}

.city-products .month-duration {
	font-size: 18px;
	padding: 5px 0 0;
}

.city-products span.plan-month-symbol {
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
}

.city-product a.button.blue-arrow:before {
	right: auto;
	left: 25px;
}

.password-form-wrap {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	padding: 80px 0;
	font-family: graphicusdt-light;
	letter-spacing: 0.02em;
	font-size: 18px;
	font-weight: 600;
}

article.post-password-required .password-form-wrap input[type="submit"] {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	background: #00bedf;
	color: #FFF;
	border: 0;
	border-radius: 0;
	padding: 7px 18px;
}

.password-form-wrap input {
	border: 0;
	padding: 12px 10px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	border-radius: 0;
}

#field_35_2 label.gfield_label {
	display: block;
}

#field_35_6 label.gfield_label, #field_35_7 label.gfield_label, #field_35_8 label.gfield_label {
	display: inline-block;
	vertical-align: middle;
	width: 82%;
	padding: 0 2% 0 0;
}

#field_35_6 .ginput_container,
#field_35_7 .ginput_container,
#field_35_8 .ginput_container {
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	margin: 0 -4px 0 14px;
}

#field_35_6, #field_35_7, #field_35_8 {
	background: #f2f3f7;
	padding: 6px 0 6px 20px;
}

#input_35_6, #input_35_7, #input_35_8 {
	box-shadow: inset 0 0 0 2px #dadce3 !important;
}

#gform_next_button_35_3 {
	font-size: 18px;
	background: #00bedf;
	color: #FFF;
	border-radius: 0;
	border: 0;
	margin: 0;
}

#gform_previous_button_35 {
	font-size: 18px;
	background: #AAA;
	color: #FFF;
	border-radius: 0;
	border: 0;
	margin: 0;
}

#gform_page_35_1 .gform_page_footer {
	text-align: right;
}

#field_35_10 .gfield_description,
#field_35_11 .gfield_description,
#field_35_12 .gfield_description {
	padding: 0 0 0 2px;
}

#field_35_13 {
	display: inline-block;
	vertical-align: top;
	width: 35%;
}

#field_35_14 {
	display: inline-block;
	vertical-align: top;
	width: 10%;
}

#field_35_15 {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

#field_35_17 {
	display: inline-block;
	vertical-align: top;
	width: 15%;
}

#kiosk-eloa #input_35_17 {
	width: 100%;
	font-size: 15px;
}

#field_35_18 {
	display: inline-block;
	vertical-align: top;
	width: 15%;
}

#field_35_19, #field_35_20 {
	display: inline-block;
	vertical-align: top;
	width: 35%;
}

#field_35_21 {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

#field_35_10, #field_35_11, #field_35_12 {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
}


#internet-grid-3 .title {
    font-size: 26px;
    padding: 0 0 20px;
	min-height: 60px;
}

#internet-grid-3 h4 {
	font-size: 20px;
	text-align: center;
	padding: 0;
	margin: 0 -20px;
	font-family: graphicusdt-demi;
	font-weight: normal;
	color: #ffffff;
	background: #00bedf;
	position: absolute;
	width: calc( 100% + 40px );
	bottom: -25px;
}

#internet-grid-3 h4 a {
	color: #FFF;
	display: block;
}

#internet-grid-3 .single-grid-block-inner {
    background: #fff;
    padding: 20px 20px 1px;
    margin: 0px 10px 0px;
}

.title-banner h1.title.support-cat-title {
	color: #FFF;
}

.page-template-cities h2.grid-title {
	font-weight: 600;
	font-size: 42px;
	line-height: 50px;
}

.page-template-cities .section.side-by-side .title {
	line-height: 44px;
	font-size: 42px;
}

.page-template-support-page #header-main-nav, .page-template-support-page #header-main-nav:after, .page-template-support-page .section.primary {
	background-color: #038fa0;
}

.support-heading {
	background: url(images/support-bg-1.jpg) center center no-repeat;
}

.support-heading .section-inner {
	font-size: 0;
}

#support-main-icon {
	max-width: 122px;
	display: inline-block;
	vertical-align: middle;
}

#support-top-left {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

#support-top-title {
	display: inline-block;
	vertical-align: middle;
	width: calc( 100% - 152px );
	color: #FFF;
	padding: 0 0 0 30px;
}

#support-top-title h2 {
	font-size: 58px;
	font-family: graphicusdt-demi;
	line-height: 60px;
	margin: 0;
}

#support-top-left h3 {
	margin: 0;
	color: #FFF;
	padding: 0 0 25px 152px;
	font-family: graphicusdt-light;
	font-size: 25px;
	font-weight: normal;
}

#support-top-buttons {
	position: relative;
	padding: 0 0 0 152px;
}

#support-top-buttons a.button {
	display: inline-block;
	vertical-align: top;
}

#support-top-buttons a.button.button-1 {
	color: #FFF;
	background: #e8883e;
	margin-right: 10px;
}

#support-top-buttons a.button.button-2 {
	color: #FFF;
	background: #00bddf;
}

#support-top-right {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	box-sizing: border-box;
	padding: 0 0 0 88px;
}

#support-top-search form {
	position: relative;
}

#support-top-search input.search-submit {
	position: absolute;
	right: 0;
	top: 0;
}

#support-top-search input.search-field {
	width: 100%;
	border-radius: 0;
	border: 0;
	outline: none;
	background: rgba(255,255,255,0.2);
	padding: 8px 20px;
	box-sizing: border-box;
	height: 50px;
	color: #FFF;
	font-family: graphicusdt-light;
	font-size: 20px;
}

#support-top-search input.search-submit {
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/header-mag-white.png) center center no-repeat;
	border-radius: 0;
	border: 0;
	outline: none;
	box-shadow: none;
	background-size: 75%;
	padding: 0;
	height: 50px;
	width: 50px;
	color: transparent;
	font-size: 0;
}

#support-top-search input.search-field::-webkit-input-placeholder { color: rgba(255,255,255,0.6); }
#support-top-search input.search-field::-moz-placeholder { color: rgba(255,255,255,0.6); }
#support-top-search input.search-field:-ms-input-placeholder { color: rgba(255,255,255,0.6); }
#support-top-search input.search-field:-moz-placeholder { color: rgba(255,255,255,0.6); }

#support-search-label {
	color: #FFF;
	font-size: 20px;
	font-family: graphicusdt-light;
	padding: 0 0 8px 0;
}

#support-locator-icon {
	background: url(images/support-top-location-pin.png) center center no-repeat;
	background-size: 90%;
	width: 40px;
	height: 50px;
}

#support-locator-icon {
	background: url(images/support-top-location-pin.png) center center no-repeat;
	background-size: 90%;
	width: 25px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}

#support-locator-label {
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	font-family: graphicusdt-light;
	line-height: 22px;
}

#support-top-locator {
	padding: 60px 0 0 0;
}

#support-top-locator a {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-size: 18px;
	font-family: graphicusdt;
	background: #008f9f;
	padding: 8px 15px;
	font-weight: 600;
}

#support-top {
	border-bottom: 1px solid #356373;
	padding-bottom: 55px;
}

#eero-2-grid .single-grid-block {
	width: 50%;
}

#eero-2-grid .image {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 20px 30px 0 0;
	box-sizing: border-box;
}

#eero-2-grid .content-wrap {
	display: inline-block;
	vertical-align: top;
	width: 70%;
}

#eero-2-grid .single-grid-block-inner {
	font-size: 0;
}

#eero-2-grid .image img {
	max-height: 140px;
}

#eero-2-grid .content-wrap .title {
	text-align: left;
	padding-bottom: 0;
}

#hwms-enhanced .content-outer {
	width: 56%;
	padding-left: 6%;
}

#internet-grid-3 .single-grid-block .content {
	position: relative;
	padding-bottom: 10px;
}

#internet-grid-service-protection h3 {
	margin: -15px 0 20px;
}

#internet-grid-3 .single-grid-block img {
	max-width: 120px;
	margin-bottom: 10px;
}

#post-13574 .content-image-block .title {
	font-size: 36px;
}

#post-13574 .title-banner .title {
	font-size: 42px;
	line-height: 42px;
}

#post-13574 .section.title-banner .subtitle {
	font-size: 20px !important;
}

#post-13574 table {
	margin-top:45px;
	width:100%;
}
#post-13574 table * {
	text-align:center;
}
#post-13574 table td, table tr {
	  min-width:180px;
    font-family:graphicusdt-light !important;
    font-weight:600 !important;
}
#post-13574 table td:nth-child(n+2), #post-13574 table th:nth-child(n+2) {
	border-left: 5px solid #fff;
}
#post-13574 table tr:nth-child(even) {
	background-color: rgba(0, 142, 159, 0.1);
}
#post-13574 table td, #post-13574 table th {
	  padding:5px!important;
    font-family:graphicusdt-demi, sans-serif;
    font-weight:normal;
}
#post-13574 .single-responsive-table {
	display:none;
}

#support-account > h2 {
	text-align: center;
	font-size: 40px;
	color: #FFF;
	margin: 0;
	font-family: graphicusdt-demi;
	line-height: 60px;
	padding: 60px 0 40px;
}

.support-quicklinks {
	position: relative;
	padding: 0;
}

.color-quicklink {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc( 20% - 20px );
	text-align: center;
	background: rgba(6, 164, 208, 0.18);
	box-sizing: border-box;
	margin: 0 10px;
	padding: 30px 0 20px 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.color-quicklink:hover {
	background: rgba(6, 164, 208, 0.4);
}

/*
.color-quicklink.new { background: #06a4d0; }
.color-quicklink.green { background: #a2c756; background: #0083a7; }
.color-quicklink.purple { background: #723ba0; background: #016c8a; }
.color-quicklink.orange { background: #e8883e; 	background: #00576f; }
.color-quicklink.teal { background: #00bee0; background: #014658; }
*/

.color-quicklink h3 {
	margin: 0;
	height: 60px;
	position: relative;
}

.color-quicklink h3 span:first-child {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.color-quicklink h3 span:first-child+span {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	line-height: 24px;
	font-family: graphicusdt-light;
	font-size: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
}

.color-quicklink img {
	max-width: 80px;
	padding: 10px 0 0;
}

.support-bluelinks {
	position: relative;
	padding: 20px 0 0;
}

.blue-quicklink {
	display: inline-block;
	vertical-align: top;
	width: calc( 25% - 20px );
	margin: 0 10px;
	padding: 0 0 10px;
	background: #006d73;
	background: #003140;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.blue-quicklink-inner {
	padding: 0 20px;
	color: #FFF;
}

.blue-quicklink h3 {
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0 0 8px;
	font-family: graphicusdt-light;
	font-size: 28px;
	letter-spacing: 0.02em;
}

.blue-quicklink img {
	max-width: 140px;
	display: block;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}

.blue-quicklink p {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.blue-quicklink:hover {
	background: #014c63;
}

.support-faq-section h2 {
	margin: 0;
	color: #0a3b61;
	text-align: center;
	font-size: 48px;
	font-family: graphicusdt;
}

.customer-support-blocks {
	position: relative;
	font-size: 0;
	padding: 40px 0 0;
}

.customer-support-block {
	position: relative;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: calc( 33.33% - 12px );
	margin: 0 6px;
	background: #FFF;
	box-sizing: border-box;
	padding: 28px 30px 95px 30px;
	border-radius: 30px;
	min-height: 510px;
}

.customer-support-block h3 {
	text-align: center;
	font-size: 28px;
	margin: 0;
	padding: 5px 0 25px;
}

.customer-support-block > a {
	display: block;
	color: #333;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 8px;
}

.support-faq-section .see-more {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
}

.support-faq-section .section-inner {
	padding-bottom: 170px;
}

.support-faq-section .section-inner > .see-more {
	bottom: 80px;
}

.support-faq-section .section-inner .see-more a {
	display: inline-block;
	background: #038fa0;
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 30px;
	margin: 20px 0 0;
	box-shadow: inset 0 0 0 2px #038fa0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.support-faq-section .section-inner .see-more a:hover {
	background: #FFF;
	color: #038fa0;
}

.support-faq-section {
	background: url(images/customer-support-info-bg.jpg) center center no-repeat;
	background-size: 100% 100%;
}

#support-new-contact h2.title {
	color: #FFF;
}

#support-new-contact #field_5_1, #support-new-contact #field_5_2, #support-new-contact #field_5_4, #support-new-contact #field_5_5, #support-new-contact #field_5_6, #support-new-contact #field_5_7 {
	width: 33.33%;
}

#support-new-contact #field_5_10 {
	width: 73%;
	padding: 0 30px 0 0;
}

#support-new-contact #field_5_10 textarea {
	height: 85px !important;
	width: 108%;
	position: relative;
}

#support-new-contact #field_5_11 {
	width: 27%;
}

#support-new-contact #field_5_11 #input_5_11 {
	width: 306px;
	max-width: none;
	background: #FFF;
	height: 85px;
	text-align: right;
	padding: 4px 0 0;
}

#support-new-contact #gform_submit_button_5 {
	background: #00bee0;
	color: #FFF;
	border-radius: 0;
	border: none;
	font-family: graphicusdt;
	font-size: 24px;
	font-weight: 600;
	padding: 8px 45px !important;
	letter-spacing: 0.04em;
	margin: 0;
}

#sn-bundle.content-image-block .content-wrap {
	padding: 0 0 0 190px;
}

.page-template-support-page .support-menu > li:hover > a {
	color: #008f9f;
}

.streaming-buttons-row {
    text-align: center;
}

.streaming-buttons-row a {
    position: relative;
    margin:0 auto;
}
.streaming-buttons-row img {
	max-width: 235px;
    width: 29vw;
}
.streaming-buttons-row img {
    position: relative;
    margin: 0 auto;
    width: 20%;
    display: inline-block;
    text-align: center;
}

.streaming-buttons-row a {
	margin-right: 5%;
}

.streaming-buttons-row a:last-of-type {
	margin-right:0;
}

#concierge .con-icon {
	color: #fff !important;
}

.video-play-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	font-size: 0;
	text-align: center;
}

.video-play-icon-spacer {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.video-play-icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background: url('images/video-play-button.png') 0 0 no-repeat;
	background-size: 100%;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.video-play-icon:hover {
	width: 120px;
	height: 120px;
}

.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc( 100% - 100px );
	padding: 100px 0 0;
	z-index: 1000;
	display: none;
	opacity: 0;
	text-align: center;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.video-modal.active {
	display: block;
}

.video-modal.show {
	opacity: 1;
}

.video-modal-shad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.8);
}

.video-modal-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.video-modal-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 20;
}

.video-modal iframe {
	width: 900px;
	height: 506px;
}





































