/*
Theme Name: Wave
Theme URI: http://www.fdgweb.com/
Author: FDGweb
Author URI: http://www.fdgweb.com/
Description: Wave Broadband Parent Theme. Custom theme designed by FDGweb
Version: 9999
*/

/* =Custom Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'graphicusdt';
    src: url('css/fonts/graphicusdt/graphicusdt-regular.eot');
    src: url('css/fonts/graphicusdt/graphicusdt-regular.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/graphicusdt/graphicusdt-regular.woff') format('woff'),
         url('css/fonts/graphicusdt/graphicusdt-regular.ttf') format('truetype'),
         url('css/fonts/graphicusdt/graphicusdt-regular.svg#graphicusdt-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphicusdt-light';
    src: url('css/fonts/graphicusdt/graphicusdt-light.eot');
    src: url('css/fonts/graphicusdt/graphicusdt-light.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/graphicusdt/graphicusdt-light.woff') format('woff'),
         url('css/fonts/graphicusdt/graphicusdt-light.ttf') format('truetype'),
         url('css/fonts/graphicusdt/graphicusdt-light.svg#graphicusdt-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphicusdt-demi';
    src: url('css/fonts/graphicusdt/graphicusdt-demi.eot');
    src: url('css/fonts/graphicusdt/graphicusdt-demi.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/graphicusdt/graphicusdt-demi.woff') format('woff'),
         url('css/fonts/graphicusdt/graphicusdt-demi.ttf') format('truetype'),
         url('css/fonts/graphicusdt/graphicusdt-demi.svg#graphicusdt-demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphicusdt-book';
    src: url('css/fonts/graphicusdt/graphicusdt-book.eot');
    src: url('css/fonts/graphicusdt/graphicusdt-book.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/graphicusdt/graphicusdt-book.woff') format('woff'),
         url('css/fonts/graphicusdt/graphicusdt-book.ttf') format('truetype'),
         url('css/fonts/graphicusdt/graphicusdt-book.svg#graphicusdt-book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphicusdt-boldoblique';
    src: url('css/fonts/graphicusdt/graphicusdt-boldoblique.eot');
    src: url('css/fonts/graphicusdt/graphicusdt-boldoblique.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/graphicusdt/graphicusdt-boldoblique.woff') format('woff'),
         url('css/fonts/graphicusdt/graphicusdt-boldoblique.ttf') format('truetype'),
         url('css/fonts/graphicusdt/graphicusdt-boldoblique.svg#graphicusdt-boldoblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphicusdt-bold';
    src: url('css/fonts/graphicusdt/graphicusdt-bold.eot');
    src: url('css/fonts/graphicusdt/graphicusdt-bold.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/graphicusdt/graphicusdt-bold.woff') format('woff'),
         url('css/fonts/graphicusdt/graphicusdt-bold.ttf') format('truetype'),
         url('css/fonts/graphicusdt/graphicusdt-bold.svg#graphicusdt-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* /////////  FONT SMOOTHING FIX  ////////////// */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'graphicusdt';
		src: url('css/fonts/graphicusdt/graphicusdt-regular.svg') format('svg');
	}

	@font-face {
		font-family: 'graphicusdt-light';
		src: url('css/fonts/graphicusdt/graphicusdt-light.svg') format('svg');
	}

	@font-face {
		font-family: 'graphicusdt-demi';
		src: url('css/fonts/graphicusdt/graphicusdt-demi.svg') format('svg');
	}

	@font-face {
		font-family: 'graphicusdt-book';
		src: url('css/fonts/graphicusdt/graphicusdt-book.svg') format('svg');
	}

	@font-face {
		font-family: 'graphicusdt-boldoblique';
		src: url('css/fonts/graphicusdt/graphicusdt-boldoblique.svg') format('svg');
	}

	@font-face {
		font-family: 'graphicusdt-bold';
		src: url('css/fonts/graphicusdt/graphicusdt-bold.svg') format('svg');
	}


}

/* =Basic structure
-------------------------------------------------------------- */

html {
	font-size: 87.5%;
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	line-height: 1;
}

body .site {
	padding: 0 0 530px 0;
	//min-height: 1000px;
	background: #f2f3f7;
}

a, .entry-content a:visited,
.comment-content a:visited {
	outline: none;
	color: #e8873e;
	text-decoration: none;
}
a:hover {
	color: #f9a465;
}

strong {
  font-family: graphicusdt;
}

/* Header */
#header {
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	font-size: 0;
}

#site-container-wrap {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}

#site-container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}

#site-search {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#header-mag {
	background: url('images/header-mag.png') center center no-repeat;
	background-size: 32px;
	opacity: 0.75;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	z-index: 20;
}

#site-search input[type="text"] {
	border: 0;
	border-radius: 0;
	color: #303030;
	background: transparent;
	height: 29px;
	width: 29px;
	padding: 3px 4px;
	outline: none;
	font-family: graphicusdt-book;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	z-index: 10;
	text-indent: -99px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

#site-search input[type="text"].active {
	width: 140px;
	background: #FFF;
	text-indent: 0px;

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

#site-search input[type="text"]::-ms-clear {
    display: none;
}

#site-search input[type="submit"] {
	margin: 0 0 0 -4px;
	border-radius: 0;
	border: none;
	width: 35px;
	height: 35px;
	outline: none;
	box-shadow: none;
	background: url('images/header-mag.png') center center no-repeat;
	background-size: 32px;
	opacity: 0.75;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
	z-index: 50;
}

#site-search input[type="submit"].active {
	display: block;
}

#site-search input[type="submit"]:focus, #site-search input[type="submit"]:active {
	opacity: 1;
	box-shadow: none;
}

#home-rotator-container {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

.bx-controls.bx-has-pager {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.secondary-rotator-inner-content {
    float: right;
}

@media only screen and (max-width:945px) {
	.secondary-rotator-inner-content {
		display: none;
	}
}

.secondary-subtitle {
    font-family: graphicusdt;
    text-shadow: 0 0 2px #444;
}

.secondary-rotator-inner-content.white > div > div {
    color: #fff !important;
		font-size: 72px;
    font-family: graphicusdt, sans-serif;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.73), -1px -1px 0 rgba(103, 108, 115, 0.45), 1px -1px 0 rgba(104, 107, 114, 0.45), -1px 1px 0 rgba(105, 108, 115, 0.45), 1px 1px 0 rgba(104, 107, 115, 0.45);
    position: relative;
    top: 30px;
}

.rotator-slide-content-width.white > div.rotator-title,
.rotator-slide-content-width.white > div.rotator-subtitle {
  color:#fff !important;
}

/* Footer */
#footer-container {
	position: absolute;
	bottom: 340px;
	width: 100%;
	height: 70px;
	padding: 60px 0;
	background: #2e2e2f;
}

#footer {
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 100%;
	text-align: center;
}

#footer-col-1 img {
	width: 100%;
	display: block;
	opacity: 0.35;
}

#site-copyright {
	color: #ababab;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 12px;
	margin: 0 -20px 0 6px;
}

#footer-col-2 li {
	display: inline-block;
	vertical-align: top;
}

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

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

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

footer .menu li {
	display: inline-block;
}

footer .menu li a {
	color: #DDD;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 12px;
}

footer .menu li a:hover {
	color: #FFF;
}

.rotator-slide-content-width .disclaimer-copy {
    color: #0a3b61;
    font-family: graphicusdt-book, sans-serif;
    font-size: 18px;
    margin-top: 10px;
}

.section-rotator li .disclaimer-copy sup {
    top: 0;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}

.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}

.entry-header .entry-title a {
	text-decoration: none;
	font-family: graphicusdt-light;
	font-size: 32px;
}

.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}

.entry-header .comments-link {
	display: none;
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.comments-link a,
.entry-meta a {
	color: #757575;
}

.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}

article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}

.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}

.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}

.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}

.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}

.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}

.entry-content pre code,
.comment-content pre code {
	display: block;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}

img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}

.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}

footer.entry-meta {
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
	height: 0;
}

.single-author .entry-meta .by-author {
	display: none;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

#wpadminbar {
	background: rgba(0, 0, 0, 0.65);
}


.section-rotator .rotator-slide-content-width {
    float: left;
}

.section-rotator .rotator-slide-content-width.content-right {
    float: right;
}


.single #main, .archive #main {
  width: 1180px;
  margin: 0 auto;
}

.single #primary, .archive #primary {
    width: 65%;
    display: inline-block;
}

.single .entry-content, .archive .entry-content {
    font-family: graphicusdt-book;
}

.single .entry-content p, .archive .entry-content p {
    font-size: 16px;
    line-height: 1.9em;
}

.single .entry-content li, .archive .entry-content li {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 15px;
}

.single article h1.entry-title, .archive article h1.entry-title a {
    color: #0e3a5c;
    font-family: graphicusdt-demi;
    letter-spacing: -0.04em;
    font-size: 39px;
}

.archive article h1.entry-title {
    line-height: 1.0em;
    margin-bottom: 7px;
}

.archive article h1.entry-title a {
	font-size: 28px;
}

article[thumb="featured"] .article-content {
	width: calc( 100% - 260px);
	display: inline-block;
	vertical-align: top;
}

.archive article .post-featured-img {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	padding: 20px;
	height: 140px;
	margin: 0 35px 0 0;
	font-size: 0;
	text-align: center;
	background: #FFF;
}

.archive article .post-featured-img div {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.archive article .post-featured-img img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	width: auto;
}

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


.category article .entry-summary {
    font-family: graphicusdt-book;
}

.category #content article {
    margin-bottom: 55px;
    box-shadow: 0 1px 0 #ddd, 0 2px 0 #fff;
}

.archive article .entry-summary {
    padding-bottom: 40px;
}

#nav-below .nav-previous a, #nav-below .nav-next a {
	color: #fff;
	background: #144062;
	padding: 12px 15px 10px 15px;
	line-height: 23px;
	display: inline-block;
	margin-bottom: 50px;
	font-family: graphicusdt;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

#categories-2 ul li, #categories-2 ul li a {
    margin-bottom: 0px;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
}

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}

.image-attachment div.attachment {
	text-align: center;
}

.image-attachment div.attachment p {
	text-align: center;
}

.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}

article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}

article.format-aside h1 a:hover {
	color: #2e3542;
}

article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}

article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}

article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}

article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}

article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}

article.format-link .entry-content {
	max-width: 80%;
	float: left;
}

article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}

article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}

.format-status .entry-header header {
	display: inline-block;
}

.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}

.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}

.format-status .entry-header header a {
	color: #757575;
}

.format-status .entry-header header a:hover {
	color: #21759b;
}

.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article {
	margin: 24px 0;
}

.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}

.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}

.comments-area cite b {
	font-weight: normal;
}

.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}

.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comments-area article header a:hover {
	color: #21759b;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}

.comments-area .bypostauthor cite b {
	font-weight: bold;
}

a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}

.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}

#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

#respond form {
	margin: 24px 0;
}

#respond form p {
	margin: 11px 0;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
}

#respond form label {
	display: block;
	line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}

.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}

.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}

.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}

.template-front-page .widget-area .widget li a {
	color: #757575;
}

.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}

.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}

.widget_rss li {
	margin: 12px 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}

#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}

.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}

.widget_twitter li {
	list-style-type: none;
}

.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}


/* =Media queries
-------------------------------------------------------------- */

.author-avatar {
	float: left;
	margin-top: 8px;
}

.author-description {
	float: right;
	width: 80%;
}

body.template-front-page .site-content,
body.attachment .site-content,
body.full-width .site-content {
	width: 100%;
}

.widget-area {
	display: inline-block;
	width: 26.041666667%;
  margin: 70px 0 70px 90px;
  vertical-align: top;
}

.entry-header .entry-title {
	font-family: graphicusdt-light;
	font-size: 32px;
}

#respond form input[type="text"] {
	width: 46.333333333%;
}

#respond form textarea.blog-textarea {
	width: 79.666666667%;
}

.template-front-page .site-content,
.template-front-page article {
	overflow: hidden;
}

.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}

.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}

.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
}

.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}

.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
}

.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}

.commentlist .children {
	margin-left: 48px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}

button,
input {
	line-height: normal;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

#page-scripts-tracking {
	position: absolute;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

#nav-above {
	padding: 24px 0;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
}

.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}

.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}

.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}

.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}

.author.archive .author-avatar {
	margin-top: 0;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 15px 0;
	word-wrap: break-word;
}

.widget-area .widget h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #0a3b63;
	font-family: graphicusdt-demi;
  margin-bottom:10px;
}

#archives-2.widget a {
    margin: 0;
}

#meta-2 {
    display: none;
}

#recent-comments-2 {
    display: none;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}

.widget-area .widget p {
	margin-bottom: 24px;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}

.widget-area .textwidget li {
	margin-left: 36px;
}

.widget-area .widget a {
  color: #444444;
  text-decoration: none;
  font-family: graphicusdt-book;
  line-height: 1.7em;
  margin-bottom: 10px;
  display: inline-block;
  hyphens: none;
}

.widget-area .widget a:hover {
	color: #21759b;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

#header-container {
	position: absolute;
	width: 100%;
	height: 97px;
	z-index: 100000;
	top: 0;
	left: 0;
	overflow: hidden;
}

#header-container.loaded {
	overflow: visible;
}

#header-container.scrolled {
	position: fixed;
	top: -145px;
	height: 92px;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
}

.scrolled #header-logo {
	height: 92px;
}

.scrolled #header-logo a {
	padding: 20px 0;
	max-width: 138px;
}

.scrolled #header-main-nav {
	height: 53px;
}

.scrolled .header-main-nav > li {
	margin: 9px 10px;
}

.scrolled .header-main-nav > li > a {
	padding: 9px 15px;
}

.scrolled #header-main-nav:after {
	height: 53px;
}

.scrolled #logo-slant div {
	left: -332px;
}

.scrolled .header-main-nav > li.menu-item-has-children:hover > a:after {
	bottom: -3px;
}

.scrolled .header-upper-nav > li.menu-item-has-children > a {
	padding: 8px 30px 8px 14px;
}

.scrolled .header-upper-nav > li > a {
	font-size: 14px;
	padding: 8px 14px;
}

.scrolled .header-upper-nav > li.menu-item-has-children > a:after {
	background: url('images/downward-arrow-black.png') center 10px no-repeat;
	background-size: 16px;
	height: 37px;
}

.scrolled .can-i-get-wave:before {
	top: 9px;
	width: 14px;
}

.scrolled #header-upper-nav > a {
	padding: 8px 14px;
	font-size: 14px;
}

.scrolled #header-mag, .scrolled #site-search input[type="submit"] {
	background-size: 30px;
	width: 37px;
	height: 37px;
}

.scrolled #site-search input[type="text"] {
	height: 31px;
}

.scrolled #header-upper-nav, .scrolled #header-upper-nav:after {
	height: 37px;
}







#header-container.show {
	top: 0px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#header-container.hide {
	top: -145px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#header:before {
	content: '';
	position: absolute;
	top: 0;
	left: -5000px;
	width: 5000px;
	height: 100%;
	background: #FFF;
}

#header:after {
	content: '';
	position: absolute;
	top: 0;
	right: -5000px;
	width: 5000px;
	height: 100%;
	background: #FFF;
	z-index: -1;
}

#header-spacer {
	position: relative;
	width: 100%;
	height: 97px;
}

#header-logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 97px;
	width: 200px;
	background: #FFF;
	font-size: 0;
}

#header-logo span {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

#header-logo a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

#header-logo a img {
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
}

#logo-slant {
	position: absolute;
	top: 0;
	right: -125px;
	width: 126px;
	height: 100%;
	z-index: 100;
	overflow: hidden;
}

#logo-slant div {
	position: absolute;
	top: -260px;
	left: -287px;
	width: 400px;
	height: 400px;
	background: #FFF;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

#header-nav {
	display: inline-block;
	vertical-align: top;
	width: calc( 100% - 210px);
	font-size: 14px;
}

#header-upper-nav {
	position: relative;
	height: 35px;
	background: #e7e7e7;
	top: -20px;
	opacity: 0;
	text-align: right;
	z-index: 20;
	-webkit-transition: 0.4s all ease-out;
	-moz-transition: 0.4s all ease-out;
	-ms-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}

#header-upper-nav:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 5000px;
	background: #e7e7e7;
	height: 35px;
	border-bottom: 2px solid #FFF;
}

.menu-header-upper-menu-container {
	display: inline-block;
	vertical-align: top;
}

.header-upper-nav > li {
	display: inline-block;
	vertical-align: top;
}

.header-upper-nav > li > a {
	position: relative;
	display: block;
	color: #4e4e4e;
	text-decoration: none;
	padding: 12px 14px;
	line-height: 22px;
	font-family: graphicusdt;
	font-size: 13px;
	font-weight: bold;
}

.header-upper-nav > li:hover > a, #header-upper-nav > a:hover {
	background-color: #FFF;
	color: #00bedf;
}

.header-upper-nav > li > ul.sub-menu {
	position: absolute;
	z-index: 100;
	background: rgba(255,255,255,0.95);
	text-align: left;

	display: none;
}

.header-upper-nav .sub-menu > li {
	display: inline-block;
	vertical-align: top;
}

.header-upper-nav > li:hover > ul.sub-menu {
	display: block;
	padding: 0;
}

.header-upper-nav > li > ul.sub-menu > li > a {
	position: relative;
	font-family: graphicusdt-light;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 80px 16px 10px 16px;
	color: #0a3b61;
}

.header-upper-nav > li > ul.sub-menu > li:hover > a {
	background: #fff;
}

.header-upper-nav > li.menu-item-has-children > a {
	padding: 7px 30px 7px 14px;
}

.header-upper-nav > li.menu-item-has-children:hover > a {
	background: #FFF;
	color: #00bedf;
}

.header-upper-nav > li.menu-item-has-children > a:after {
	background: url(images/downward-arrow-black.png) center 8px no-repeat;
	background-size: 18px;
	content: '';
	position: absolute;
	top: 0;
	right: 12px;
	width: 16px;
	height: 35px;
	opacity: 0.4;
}

.header-upper-nav > li.menu-item-has-children:hover > a:after {
	opacity: 0.6;
}

.header-upper-nav .sub-menu li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
}

.header-upper-nav .residential a:before { background: url('images/crossdrop-residential.png') center -15px no-repeat; background-size: 85px; -webkit-transform: translate3d(0,0,0); }
.header-upper-nav .apartment a:before { background: url('images/crossdrop-apartment.png') center -15px no-repeat; background-size: 85px; -webkit-transform: translate3d(0,0,0); }

/* .header-upper-nav .business-home a:before { background: url('images/crossdrop-home.png') center -2px no-repeat; background-size: 73px; -webkit-transform: translate3d(0,0,0); } */
.header-upper-nav .business a:before { background: url('images/crossdrop-business.png') center -15px no-repeat; background-size: 85px; -webkit-transform: translate3d(0,0,0); }
.header-upper-nav .enterprise a:before { 	background: url('images/crossdrop-enterprise.png') center 5px no-repeat; background-size: 65px; -webkit-transform: translate3d(0,0,0); }
.header-upper-nav .wholesale a:before { background: url('images/crossdrop-wholesale-old.png') center -6px no-repeat; background-size: 75px; -webkit-transform: translate3d(0,0,0); }
.header-upper-nav .support a:before { background: url('images/crossdrop-support.png') center -6px no-repeat; background-size: 75px; -webkit-transform: translate3d(0,0,0); }

.header-upper-nav > li > ul.sub-menu > li.business-home > a {
	text-transform: uppercase;
	font-family: graphicusdt;
	letter-spacing: 0.02em;
	text-align: left;
	line-height: 16px;
	padding: 35px 16px 35px 16px;
	color: #0a3b61;
}

.header-upper-nav > li > ul.sub-menu > li.business-home > a span {
	display: block;
	letter-spacing: 0.06em;
	padding: 2px 0 0 0px;
	font-size: 20px;
}

#header-main-nav {
	position: relative;
	margin: 2px 0 0 0;
	background: url('images/nav-overlay.png') 0 0 no-repeat;
	background-size: 100% 100%;
	height: 60px;
	top: 20px;
	opacity: 0;
	text-align: right;
	-webkit-transition: 0.4s all ease-out;
	-moz-transition: 0.4s all ease-out;
	-ms-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}

#header-main-nav:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 5000px;
	background: url('images/nav-overlay-edge.png');
	height: 60px;
}

#header-upper-nav.loaded, #header-main-nav.loaded {
	top: 0;
	opacity: 1;

	-webkit-transition: 0.4s all ease-out; -moz-transition: 0.4s all ease-out; -ms-transition: 0.4s all ease-out; transition: 0.4s all ease-out;
}

.header-main-nav > li,
.support-menu > li {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px;
}

.header-main-nav > li > a,
.support-menu > li > a {
	display: block;
	font-family: graphicusdt-book;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 11px 15px;
	position: relative;
	height: 17px;
	z-index: 10;
}

.header-main-nav > li.menu-item-has-children > a:after,
.support-menu > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: #FFF;
	bottom: 8px;
	left: 50%;
	-webkit-transform: rotateY(45deg) rotateZ(45deg);
	-moz-transform: rotateY(45deg) rotateZ(45deg);
	-ms-transform: rotateY(45deg) rotateZ(45deg);
	transform: rotateY(45deg) rotateZ(45deg);
	margin: 0 0 0 -10px;
	z-index: -1;
	opacity: 0;

	-webkit-transition: 0.25s bottom; -moz-transition: 0.25s bottom; -ms-transition: 0.25s bottom; transition: 0.25s bottom;
}

.header-main-nav > li:last-child > a,
.support-menu > li:last-child > a {
	margin-right: -15px;
}

.header-main-nav > li:hover > a, .header-main-nav > li.current-menu-item a,
.header-main-nav > li.current-menu-ancestor a, .header-main-nav > li.current-page-ancestor a,
.support-menu > li:hover > a, .support-menu > li.current-menu-item a,
.support-menu > li.current-menu-ancestor a, .support-menu > li.current-page-ancestor a {
	background: #FFF;
}

.header-main-nav > li.menu-item-has-children:hover > a:after,
.support-menu > li.menu-item-has-children:hover > a:after {
	bottom: -9px;
	opacity: 1;

	-webkit-transition: 0.25s bottom; -moz-transition: 0.25s bottom; -ms-transition: 0.25s bottom; transition: 0.25s bottom;
}

.header-main-nav > li > ul.sub-menu,
.support-menu > li > ul.sub-menu {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background: #FFF;
	box-shadow: 0 0px 65px rgba(0,0,0,0.15);
	width: 100%;
	text-align: left;
	font-size: 0;
	opacity: 0;

	-webkit-transition: 0.2s opacity;
	-moz-transition: 0.2s opacity;
	-ms-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.header-main-nav > li > ul.sub-menu.active,
.support-menu > li > ul.sub-menu.active {
	height: auto;

	-webkit-transition: 0.2s opacity;
	-moz-transition: 0.2s opacity;
	-ms-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.header-main-nav > li > ul.sub-menu.pad,
.support-menu > li > ul.sub-menu.pad {
	opacity: 1;

	-webkit-transition: 0.2s opacity;
	-moz-transition: 0.2s opacity;
	-ms-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.header-main-nav > li > ul.sub-menu .col,
.support-menu > li > ul.sub-menu .col {
	display: inline-block;
	vertical-align: top;
	width: calc( 33% - 120px );
	font-size: 15px;
	padding: 20px 60px;

	-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.pad .col,
.support-menu > li > ul.sub-menu.pad .col {
	padding: 40px 60px;

	-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 > a,
.support-menu > li > ul.sub-menu .col > a {
	display: none;
}

.header-main-nav > li:hover:before,
.support-menu > li:hover:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 30px;
	bottom: 0;
	left: 0;
	width: 100%;
}

.can-i-get-wave {
	position: relative;
}

.can-i-get-wave a {
	padding-left: 32px !important;
}

.can-i-get-wave:before {
	content: '';
	background: url('images/can-i-get-wave.png') 0 0 no-repeat;
	position: absolute;
	top: 7px;
	left: 12px;
	width: 16px;
	height: 22px;
	background-size: 100%;
	opacity: 0.6;
	z-index: 10;
}

#header-upper-nav > a {
	color: #4e4e4e;
	text-decoration: none;
	padding: 7px 14px;
	line-height: 22px;
	font-family: graphicusdt;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

.header-main-nav .sub-menu .heading > a,
.support-menu .sub-menu .heading > a {
	color: #0a3b61;
	text-decoration: none;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 23px;
	display: block;
	border-bottom: 2px solid #d9d9d9;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.col .heading .sub-menu a {
	font-family: graphicusdt-book;
	text-decoration: none;
	color: #303030;
	font-size: 14px;
	display: block;
	padding: 8px 15px;

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

.col .heading .sub-menu .current-menu-item > a {
	color: #00bedf;
}

.col .heading .sub-menu .sub-menu a {
	padding: 8px 15px 8px 25px;
}

.col .heading .sub-menu li > a:hover, .col .heading .sub-menu .sub-menu li > a:hover {
	background: #EEE;

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

.section-rotator .bxslider {
	margin: 0;
}

.section-rotator li {
	margin: 0;
}

.rotator-prev, .rotator-next {
	display: none;
}

.section-rotator .rotator-slide-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.section-rotator .rotator-slide-content-spacer {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.section-rotator .rotator-slide-content {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0 -100px 0 -4px;
}

.section-rotator .rotator-slide-content-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.section-rotator .rotator-title {
	font-size: 75px;
	font-weight: normal;
	line-height: 78px;
	letter-spacing: -0.032em;
	color: #FFF;
	font-family: graphicusdt-demi;
}

.section-rotator .rotator-subtitle {
	color: #FFF;
	margin: 25px 0 25px 0;
	line-height: 40px;
	font-family: graphicusdt-book;
	font-size: 25px;
}

.section-rotator .rotator-button div {
	padding: 18px 38px;
	display: inline-block;
	color: #FFF;
	background: #e88740;
	font-family: graphicusdt-book;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 20px;
}

.section-rotator .rotator-button div:hover {
	opacity: 0.85;
}

.section {
	position: relative;
}

.section .section-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 55px 0;
}

.section .section-inner.full-padding { padding: 55px 0; }
.section .section-inner.top-only { padding: 55px 0 0; }
.section .section-inner.bottom-only { padding: 0 0 55px; }
.section .section-inner.no-padding { padding: 0; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.grid-block .grid-title, .team-grid .title, .side-by-side .content-wrap .title, .section .title, .section .grid-title, .title-banner .title {
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 44px;
	line-height: 48px;
	letter-spacing: -0.05em;
	margin: 0;
	font-weight: 500;
}

.side-by-side .title {
	padding: 0 0 15px 0;
}

.section.white { background-color: #FFF; }
.section.grey { background-color: #f2f3f7; }
.section.navy-blue { background-color: #0b3b61; }

.grid-block .grid-blocks {
	position: relative;
	font-size: 0;
	text-align: center;
	padding: 30px 0 0;
}

.single-grid-block, .news-post {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
}

.single-grid-block:after {
	content: '';
	position: absolute;
	top: 0;
	width: 2px;
	height: calc( 100% - 60px );
	background: rgba(123, 123, 123, 0.15);
	margin: 40px 0 0 0;
}

.news[row="1"] .news-post { width: 100%; }
.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post { width: 50%; }
.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post { width: 33%; }
.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post { width: 25%; }
.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post { width: 20%; }

.grid-blocks .single-grid-block:first-child:after,
.grid-blocks[row="2"] .single-grid-block:nth-child(2n+3):after,
.grid-blocks[row="3"] .single-grid-block:nth-child(3n+4):after,
.grid-blocks[row="4"] .single-grid-block:nth-child(4n+5):after,
.grid-blocks[row="5"] .single-grid-block:nth-child(5n+6):after {
	display: none;
}

.single-grid-block-inner {
	padding: 0 30px;
}

.single-grid-block img {
	max-width: 75%;
	/*
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	*/
	margin: 0 auto;
	display: block;
	position: relative;
}

.single-grid-block .title {
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 30px;
	letter-spacing: -0.04em;
	text-align: center;
	line-height: 1.15em;
	padding: 12px 0 20px 0;
}

.single-grid-block .content p, .single-grid-block .content li {
	font-family: graphicusdt-light;
	font-size: 15px;
	color: #303030;
	font-weight: 600;
}

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

.entry-content a.button, .entry-content .button {
	display: inline-block;
	text-decoration: none;
	font-family: graphicusdt;
	font-weight: 600;
	color: #303030;
	font-size: 17px;
	padding: 10px 32px;
}

.mac .entry-content a.button, .mac .entry-content .button {
	font-family: graphicusdt-demi;
	font-weight: 500;
}

.entry-content a.button.blue-arrow, .entry-content .button.blue-arrow,#main.wave-insights a.button.blue-arrow {
	color: #FFF;
	background: url('images/button-arrow.png') 22px center no-repeat #0a3b61;
	background-size: 16px;
	padding: 10px 28px 10px 50px;
}

.entry-content a.button.blue, .entry-content .button.blue {
	color: #FFF;
	background: #0a3b61;
	padding: 10px 28px;
}

.side-by-side .button-wrap {
	text-align: left;
  z-index: 1;
  position: relative;
}

.entry-content a.button.orange, .entry-content .button.orange {
	background: #e8873f;
	color: #FFF;
}

.content-image-block .featured-image, .content-image-block .icon, .content-image-block .content-wrap, .content-image-block .content-outer {
	display: inline-block;
	vertical-align: middle;
}

.content-image-block .section-inner {
	font-size: 0;
	text-align: center;
}

.content-image-block .content-outer {
	width: 62%;
	text-align: left;
}

.content-image-block .featured-image {
	width: 38%;
}

.content-image-block .featured-image.mobile {
	display: none;
}

.content-image-block .title, .us-map .title {
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 47px;
	letter-spacing: -0.05em;
	margin: 0 0 20px 0;
	font-weight: 500;
}

.content-image-block .content p, #us-map .description p {
	font-family: graphicusdt-light;
	font-size: 18px;
	color: #303030;
	font-weight: 600;
}

.content-image-block .content p strong, #us-map .description p strong {
	font-family: graphicusdt;
}

.content-image-block .button-wrap {
	text-align: left;
	margin: 20px 0 0;
}

.content-image-block .content-outer > .icon {
	padding: 0 60px 0 0;
	max-width: 130px;
}

.content-image-block .content-wrap {
	width: calc( 100% - 190px );
}

.section.background-image .section-inner-wrap-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	font-size: 0;
}

.section-inner-wrap-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.section-inner-wrap-2 {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.section-background {
	display: block;
	width: 100%;
}

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

#footer-col-1 {
	width: 180px;
	margin: 0 80px 0 0;
}

a.get-wave {
	display: block;
	position: relative;
	color: #cccdce;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 20px;
	padding: 0 0 0 43px;
}

a.get-wave:before {
	content: '';
	background: url('images/footer-where-can-i.png') center center no-repeat;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
}

a.get-wave:hover {
	color: #eee;
}

#crossnav-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 340px;
	background: #00bee0;
}

#crossnav {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	height: 100%;
	font-size: 0;
	overflow: hidden;
}

#crossnav-spacer-1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 81px;
	height: 100%;
}

#crossnav-spacer-2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 128px;
	height: 100%;
}

.crossnav-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 165px;
}

#crossnav-spacer-1 .overlay, #crossnav-spacer-2 .overlay, .crossnav-item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	font-size: 0;

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

#crossnav-spacer-1 .overlay    { background: url('images/crossnav-bg.png') 48px 50px no-repeat; background-size: 1120px; }
#crossnav-residential .overlay { background: url('images/crossnav-bg.png') -48px 50px no-repeat; background-size: 1120px; }
#crossnav-apartment .overlay   { background: url('images/crossnav-bg.png') -213px 50px no-repeat; background-size: 1120px; }
#crossnav-business .overlay    { background: url('images/crossnav-bg.png') -378px 50px no-repeat; background-size: 1120px; }
#crossnav-enterprise .overlay  { background: url('images/crossnav-bg.png') -546px 50px no-repeat; background-size: 1120px; }
#crossnav-wholesale .overlay   { background: url('images/crossnav-bg-old-2.png') -718px 50px no-repeat; background-size: 1120px; }
#crossnav-corporate .overlay   { background: url('images/crossnav-bg.png') -886px 50px no-repeat; background-size: 1120px; }
#crossnav-spacer-2 .overlay    { background: url('images/crossnav-bg.png') -1054px 50px no-repeat; background-size: 1120px; }

.crossnav-item .label {
	position: absolute;
	width: 100%;
	top: 232px;
	text-align: center;
	color: #FFF;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	-webkit-transform: translate3d(0,0,0);

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

.crossnav-item:hover .label {
	top: 228px;


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

.crossnav-item .hover-top {
	background: url('images/crossnav-hover.png') -100px 200px no-repeat;
	position: absolute;
	width: 460px;
	height: 206px;
	margin: 0 -184px;
	z-index: 0;
	opacity: 0;

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

.crossnav-item:hover .hover-top {
	background: url('images/crossnav-hover.png') 0px 0px no-repeat;
	opacity: 1;

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

.crossnav-item .hover-bottom {
	background: url('images/crossnav-hover.png') 100px -461px no-repeat;
	position: absolute;
	width: 460px;
	height: 206px;
	top: 208px;
	margin: 0 -154px;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.crossnav-item:hover .hover-bottom {
	background: url('images/crossnav-hover.png') 0px -261px no-repeat;
	opacity: 1;

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

.team-members {
	text-align: center;
}

.single-team-member {
	display: inline-block;
	vertical-align: top;
	margin: 26px 27px;
}

.single-team-member-inner img {
	display: inline-block;
	vertical-align: top;
	border-radius: 50px;
	width: 100px;
	height: 100px;
}

.single-team-member-inner {
	padding: 25px 25px 0;
	font-size: 0;
}

.team-members .bio {
	max-width: 480px;
	text-align: left;
	padding: 20px 0 0;
}

.team-members .bio p {
	font-size: 14px;
}

.single-team-member-inner > .content {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	width: 355px;
	padding: 0 0 0 30px;
}

.single-team-member .full-name {
	font-family: graphicusdt-demi;
	font-size: 30px;
	color: #303030;
	letter-spacing: -0.02em;
	line-height: 34px;
}

.single-team-member .position {
	color: #303030;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 15px;
}

.single-team-member a.email-address {
	color: #0a3b61;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 15px;
	display: block;
	padding: 12px 0 0 0;
}

.side-by-side .featured-image.mobile {
	display: none;
}

.side-by-side .featured-image {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

.side-by-side.right {
	text-align: right;
}

.side-by-side .content-outer {
	position: absolute;
	width: 50%;
	text-align: right;
	height: 100%;
	font-size: 0;
}

.side-by-side.primary .content-outer, .side-by-side.navy-blue .content-outer,
.side-by-side.primary .content-outer .title, .side-by-side.navy-blue .content-outer .title {
	color: #FFF;
}

.side-by-side.left .content-outer {
	left: 50%;
	top: 0;
	text-align: left;
}

.side-by-side.right .content-wrap {
	width: 475px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	padding: 0 125px 0 0;
}

.side-by-side.left .content-wrap {
	width: 520px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	padding: 0 0 0 80px;
}

.side-by-side .content-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.side-by-side .featured-image img {
	display: block;
	margin: 0 0 -7px 0;
	width: 100%;
}

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

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

a.small-button {
	display: inline-block;
	vertical-align: top;
	margin: 0 28px 0 0;
	cursor: pointer;
	color: #FFF !important;
	padding: 6px 28px;
	font-family: graphicusdt;
}

a.small-button.blue {
	background: #0a3b61;
}

.section h3 {
	color: #0a3b61;
	margin: 30px 0 20px 0;
	font-size: 24px;
	line-height: 28px;
	font-family: graphicusdt;
}

.testimonials {
	background: #0a3b61;
}

.testimonials .content-outer {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	color: #FFF;
	font-size: 0;
}

.testimonials .video {
	display: inline-block;
	vertical-align: top;
	width: 755px;
}

.testimonials .video iframe {
	width: 100%;
	height: 420px;
	margin: 0;
}

.testimonials .content-inner {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	width: 380px;
	margin: 0 0 0 60px;
}

.testimonials .title {
	color: #FFF;
	padding: 0 0 25px 0;
}

.testimonials .content-inner h3 {
	color: #FFF;
	font-family: graphicusdt-light;
	font-weight: normal;
	font-size: 36px;
	line-height: 34px;
	margin: 0 0 30px;
}

.gecko * {
	font-weight: normal !important;
}

.testimonials ul {
	margin: 0;
}

.testimonials ul li {
	margin: 0;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 500;
}

.testimonials .bx-viewport {
	padding: 0 0 50px 0;
}

.testimonials .bx-wrapper {
	margin: 0 -20px;
}

.testimonials .quote:before {
	content: open-quote;
	font-family: georgia;
	font-size: 44px;
	opacity: 0.7;
	vertical-align: middle;
	display: inline-block;
	margin: 0 4px 0 -20px;
	position: absolute;
	line-height: 40px;
}

.testimonials .quote:after {
	content: close-quote;
	font-family: georgia;
	font-size: 44px;
	opacity: 0.7;
	vertical-align: middle;
	display: inline-block;
	margin: 0px 4px 0 0px;
	position: absolute;
	line-height: 40px;
}

.quote-giver {
	font-size: 16px;
	padding: 20px 0 0 0;
}

.quote-giver:before {
	content: '- ';
}

.bx-controls-direction {
	display: none;
}

.header-upper-nav > li.upper-nav-label > a {
	background: #FFF;
	color: #00bedf;
	text-transform: capitalize;
}

.section.news.grey .news-post-thumbnail {
	background: #FFF;
}

.news-posts {
	font-size: 0;
}

.section.news h2.title {
	margin: 0 0 50px 0;
	font-size: 56px;
}

.section.news .button-wrap {
	padding: 40px 0;
}

a.news-post-title {
	color: #0a3b61 !important;
	font-family: 'graphicusdt';
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.03em;
	display: block;
	padding: 20px 0 5px;
}

.news-post-date {
	color: #9e9e9e;
	font-family: 'graphicusdt';
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.03em;
	padding: 0 0 10px 0;
}

.news-post-excerpt p {
	display: inline;
	line-height: 26px;
  font-size: 16px;
}

.news-post-excerpt a {
	display: inline;
	font-family: 'graphicusdt';
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	white-space: nowrap;
}

a.news-post-thumbnail {
	background: #F3F3F3;
	font-size: 0;
	text-align: center;
	display: block;
	width: 100%;
	height: 196px;
	overflow: hidden;
}

a.news-post-thumbnail span {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

a.news-post-thumbnail img {
	display: inline-block;
	vertical-align: middle;
}

span.nav-next a, span.nav-previous a {
    background: #113d5f;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-family: graphicusdt-demi;
    text-transform: uppercase;
}

nav.nav-single {
    margin-top: 60px;
    margin-bottom: 80px;
}

.widget-area input#s {
    font-family: graphicusdt-book;
    font-size: 16px;
    border-radius: 0;
}

#secondary #search-2 input#searchsubmit {
    background: #113d60;
    color: #fff;
    font-family: graphicusdt-book;
    box-shadow: none;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
}

.single-post div#page {
    background: #fcfcfc;
}

.section.title-banner .title {
	font-size: 78px;
	line-height: 100px;
}

.section.title-banner .subtitle {
	margin: 0 0 15px;
	color: #333230;
	font-family: graphicusdt-light;
	font-size: 28px;
	line-height: 38px;
}

.section.title-banner p {
	font-size: 21px;
	padding: 0 500px 0 0;
}

.section.disclaimer .title {
	color: #333;
	font-family: graphicusdt-light;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 0 0 20px 0;
}

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

.section.disclaimer p:last-child {
	margin: 0;
}

#us-map.quote-form h3 {
	color: #535353;
	font-family: graphicusdt-light;
	text-align: left;
}

.offers-carousel .carousel-wrap {
	font-size: 0;
}

.offers-carousel-pager {
	display: inline-block;
	width: 320px;
	vertical-align: top;
}

.offers-carousel-rotator {
	display: inline-block;
	vertical-align: top;
	width: calc( 100% - 320px );
}

.offers-carousel-pager a {
	display: block;
	padding: 38px;
}

.offers-carousel-pager a img {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	padding: 0 20px 0 0;
}

.offers-carousel-pager a span {
	display: inline-block;
	vertical-align: middle;
	font-family: graphicusdt-light;
	font-size: 20px;
	font-weight: 600;
	width: calc( 100% - 75px );
	color: #FFF;
	line-height: 34px;
}

.section.offers-carousel.Full-size .section-inner {
	padding: 0;
}

.offers-carousel img.section-background {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	max-width: none;
}

.offers-carousel-pager a {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 47px 38px;
	height: 63px;
	background: rgba(0,0,0,0.15);
	cursor: pointer;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.6);
}

.offers-carousel-pager a.active {
	background: rgba(255,255,255,0.8);
}

.offers-carousel-pager a:after {
	content: '';
	position: absolute;
	right: -50px;
	top: 50%;
	height: 40px;
	width: 40px;
	margin: -20px;
	background: rgba(0, 0, 0, 0.05);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

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

.offers-carousel-pager a.active:after {
	right: -10px;
}

.offers-carousel-pager a.active span {
	color: #444847;
}

.offers-carousel li {
	font-size: 15px;
}

.offers-carousel-rotator {
	display: inline-block;
	vertical-align: top;
	width: calc( 100% - 320px );
	height: 470px;
}

.offers-carousel-rotator .bxslider {
	margin: 0;
}

.offers-carousel-rotator .bxslider li {
	margin: 0;
	padding: 45px 0 65px 90px;
	list-style: none;
}

.carousel-title {
	color: #0a3b63;
	font-size: 52px;
	font-family: graphicusdt-demi;
	font-weight: normal;
	letter-spacing: -0.04em;
	line-height: 72px;
	text-indent: -8px;
}

.carousel-subtitle {
	color: #0a3b63;
	font-size: 27px;
}

.carousel-cta {
	padding: 0 0 25px 0;
}

.carousel-cta-label {
	font-size: 19px;
	color: rgba(10, 59, 97, 0.6);
}

.carousel-price {
	font-size: 72px;
	font-family: graphicusdt-demi;
	letter-spacing: -0.04em;
	color: #0a3b63;
	display: inline-block;
	vertical-align: middle;
	padding: 0 100px 0 0;
	font-weight: normal;
}

.carousel-price span {
	font-size: 42px;
	vertical-align: top;
	display: inline-block;
	padding: 10px 0 0 0;
}

.carousel-price div {
	display: inline-block;
	vertical-align: top;
	font-size: 50px;
	padding: 28px 0 0 0;
	margin: 0 0 0 -5px;
	font-weight: normal;
}

a.carousel-button {
	background: #e8883e;
	color: #FFF;
	font-family: graphicusdt;
	font-size: 16px;
	padding: 15px 24px;
	display: inline-block;
}

.carousel-content {
    margin-top: -20px;
}

.carousel-content p {
	color: #0a3b63;
	font-size: 20px;
	line-height: 29px;
	margin: 0;
}

.Inset .carousel-content p {
	margin: 0;
}

.offers-carousel.Inset .section-inner > .title {
	color: #FFF;
	padding: 0 0 20px 0;
	font-size: 50px;
}

.offers-carousel.Inset .offers-carousel-pager {
	width: 350px;
}

.offers-carousel.Inset .offers-carousel-rotator {
	width: calc( 100% - 350px );
	height: 465px;
}

.offers-carousel.Inset .carousel-cta {
	position: absolute;
	top: 305px;
	left: 0;
	height: 110px;
	width: calc( 100% - 100px );
	background: rgba(0, 0, 0, 0.85);
	padding: 25px 0px 25px 100px;
}

.offers-carousel.Inset .carousel-title {
	color: #FFF;
	font-family: graphicusdt-light;
	font-size: 36px;
	letter-spacing: -0.02em;
}

.offers-carousel.Inset .carousel-subtitle {
	color: #FFF;
	font-size: 16px;
}

.offers-carousel.Inset .carousel-content p {
	color: #FFF;
	font-size: 16px;
}

.offers-carousel.Inset .offers-carousel-pager a {
	padding: 15px 38px;
	background: rgba(255,255,255,0.8);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.offers-carousel.Inset .offers-carousel-pager a span {
	color: #838381;
}

.offers-carousel.Inset .offers-carousel-pager a.active {
	background: #FFF;
}

.offers-carousel.Inset .offers-carousel-pager a.active span {
	color: #444847;
}

.offers-carousel.Inset .offers-carousel-rotator .bxslider li {
	padding: 0;
}

.offers-carousel.Inset .offers-carousel-rotator .bxslider li .carousel-slide-inner {
	padding: 40px 100px 40px 100px;
	background: #00bee0;
	height: 225px;
	margin: 0 0 160px 0;
}

.offers-carousel.Inset .carousel-cta-label {
	color: #8bddeb;
}

.offers-carousel.Inset .carousel-price {
	color: #FFF;
	line-height: 78px;
}

.offers-carousel.Inset .carousel-price span {
	line-height: 42px;
	padding: 6px 0 0 0;
}

.offers-carousel.Inset .carousel-price div {
	line-height: 50px;
	padding: 22px 0 0 0;
}

.offers-carousel.Inset .offers-carousel-pager a:after {
	background: #00bee0;
	width: 30px;
	height: 36px;
}

.section.blue-call-bar {
	padding: 60px 0;
	text-align: center;
	background: url('images/call-bg.jpg') center center no-repeat #013763;
	background-size: auto 100%;
	color: #FFF;
	font-size: 34px;
	line-height: 35px;
	font-family: graphicusdt;
}

.quote-call-message {
	padding: 20px 0 60px 0;
	text-align: center;
	color: #FFF;
	font-size: 34px;
	line-height: 35px;
	font-family: graphicusdt-light;
	font-weight: 600;
}

.quote-call-message strong {
	font-family: graphicusdt;
	font-weight: 600;
}

.quote-call-message div {
	font-family: graphicusdt-demi;
	font-weight: 600;
	font-style: italic;
	font-size: 32px;
	padding: 0 0 25px 0;
}

.section.blue-call-bar span:before, .quote-call-message span:before {
	content: '';
	background: url('images/button-arrow.png') center center no-repeat;
	background-size: 100%;
	position: absolute;
	width: 28px;
	height: 34px;
	margin: -1px 0 0 -60px;
}

.quote-form {
	background: url('images/background-blue-box-fiber.jpg') center center no-repeat;
	background-size: 100% 100%;
}

.quote-form h2, .quote-form h1 {
	text-align: center;
	color: #FFF;
	font-family: graphicusdt-demi;
	font-size: 47px;
	letter-spacing: -0.05em;
	margin: 0;
	font-weight: 500;
	line-height: 50px;
	position: relative;
	z-index: 20;
}

.quote-call-message a {
	color: #FFF;
}

.quote-form h3 {
	color: #fff;
	text-align: center;
	font-family: graphicusdt-light;
	position: relative;
	z-index: 20;
}

.quote-form h1 a, .quote-form h2 a, .quote-form h3 a {
	color: #fff;
}

.quote-form .gform_wrapper {
	margin: 0;
	position: relative;
}

.quote-form .section-inner .gform_wrapper li.gfield {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 0 20px;
	color: #FFF;
	margin: 34px 0 0 0 !important;
}

.quote-form .gform_wrapper .top_label .gfield_label, .content .gform_wrapper .top_label .gfield_label {
	display: none;
}

.quote-form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.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]) {
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	height: 52px;
	padding: 14px 30px;
	font-weight: 600;
	font-size: 15px;
	border: none;
}

.quote-form .gfield_checkbox li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.quote-form .gform_wrapper textarea {
	box-shadow: none;
	border-radius: 0;
	height: 52px;
	padding: 20px 30px;
	font-weight: 600;
	font-size: 15px;
	height: 90px !important;
	border: none;
}

.quote-form .gform_footer {
	text-align: center;
}

.quote-form .gform_wrapper .gform_footer input[type="submit"] {
	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;
}

.quote-form .gform_wrapper .gform_footer input[type="submit"]:active {
	background: #00bee0;
	color: #FFF;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

a.wave-privacy-statement {
	display: block;
	color: #FFF !important;
	font-size: 12px;
	margin: 40px 0 -40px;
}

.title-banner .title .icon {
	display: inline-block;
	height: 110px;
	width: 110px;
	position: absolute;
	padding: 0 0 0 50px;
	margin: -10px 0 0 0;
}

.title-banner .title .icon img {
	max-height: 100%;
	display: block;
	width: auto;
	height: auto;
}

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

.angle-grid-block .single-grid-block-inner, .angle-price-block .single-grid-block-inner {
	padding: 0 40px;
	margin: 0 35px;
	background: #FFF;
}

.angle-price-block .single-grid-block .single-grid-block-inner {
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.angle-price-block .single-grid-block:hover .single-grid-block-inner {
	box-shadow: 0 2px 30px rgba(0,0,0,0.15);
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.angle-price-block .single-grid-block:hover .plan-content p:after,
.angle-price-block .single-grid-block:hover .description-content p:after,
.angle-price-block .single-grid-block:hover .description-content ul:after {
	border-left-color: #ffffff;
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.angle-grid-block .grid-blocks[row="4"] .single-grid-block-inner, .angle-price-block .grid-blocks[row="4"] .single-grid-block-inner {
	padding: 0 15px;
	margin: 0 15px;
}

.angle-grid-block .button-wrap, .angle-price-block .button-wrap {
	text-align: left;
	margin: 0 -40px;
}

.angle-grid-block .grid-blocks[row="4"] .button-wrap, .angle-price-block .grid-blocks[row="4"] .button-wrap {
	text-align: left;
	margin: 0 -15px;
}

.angle-price-block .button-wrap a {
	display: block;
	text-align: center;
	background: #00bee0;
	color: #FFF;
	font-weight: 600;
	font-family: graphicusdt-book;
	font-size: 16px;
}

.angle-grid-block .button-wrap a.button.blue-arrow, .angle-grid-block .button-wrap .button.blue-arrow,
.angle-price-block .button-wrap a.button.blue-arrow, .angle-price-block .button-wrap .button.blue-arrow {
	display: block;
	padding: 10px 28px 10px 70px;
	background-position: 42px center;
}

.mac .angle-grid-block .button-wrap a.button.blue-arrow, .mac .angle-grid-block .button-wrap .button.blue-arrow {
  padding: 10px 28px 10px 70px;
}

.angle-grid-block .single-grid-block .title, .angle-price-block .single-grid-block .title {
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 30px;
	letter-spacing: -0.04em;
	text-align: center;
	line-height: 30px;
	padding: 25px 40px;
	min-height: 65px;
}

.angle-price-block .single-grid-block .title {
	height: 140px;
}

.angle-grid-block .single-grid-block .title, .angle-price-block .single-grid-block .title {
	position: relative;
	overflow: hidden;
	margin: 0 -40px 20px;
	color: #FFF;
	box-shadow: inset 0 -80px 0 0 #FFF;
}

.angle-grid-block .grid-blocks[row="4"] .single-grid-block .title, .angle-price-block .grid-blocks[row="4"] .single-grid-block .title {
	margin: 0 -15px 20px;
}

.angle-grid-block .title-angle-color, .angle-price-block .title-angle-color {
	position: absolute;
	background: #083c63;
	width: 150%;
	height: 200px;
	-webkit-transform: rotate(-14deg);
	-moz-transform: rotate(-14deg);
	-ms-transform: rotate(-14deg);
	transform: rotate(-14deg);
	bottom: 45px;
	left: -25%;
	z-index: 5;
}

.angle-price-block .title-angle-color {
	top: -55px;
}

.angle-grid-block .single-grid-block[block="1"] .title, .angle-price-block .single-grid-block[block="1"] .title {
	background: #083c63;
}

.angle-grid-block .single-grid-block[block="2"] .title, .angle-price-block .single-grid-block[block="2"] .title,
.angle-grid-block .single-grid-block[block="2"] .title-angle-color, .angle-price-block .single-grid-block[block="2"] .title-angle-color {
	background: #088c9b;
}

.angle-grid-block .single-grid-block[block="3"] .title, .angle-price-block .single-grid-block[block="3"] .title,
.angle-grid-block .single-grid-block[block="3"] .title-angle-color, .angle-price-block .single-grid-block[block="3"] .title-angle-color {
	background: #00bee0;
}

.angle-grid-block .single-grid-block[block="4"] .title, .angle-price-block .single-grid-block[block="4"] .title,
.angle-grid-block .single-grid-block[block="4"] .title-angle-color, .angle-price-block .single-grid-block[block="4"] .title-angle-color {
	background: #e8883e;
}

.angle-grid-block .title-angle-grey, .angle-price-block .title-angle-grey {
	position: absolute;
	background: #f6f6f6;
	width: 150%;
	height: 80px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	bottom: 65px;
	left: -25%;
	z-index: 2;
}

.angle-price-block .title-angle-grey {
	bottom: 60px;
}

.angle-grid-block .title-text, .angle-price-block .title-text {
	position: relative;
	color: #FFF;
	z-index: 20;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

.angle-grid-block h2.grid-title, .angle-price-block h2.grid-title {
	padding-bottom: 20px;
}

.title-type {
	position: absolute;
	z-index: 10;
	font-size: 15px;
	font-family: graphicusdt;
	font-weight: 600;
	letter-spacing: 0.04em;
	top: 20px;
	left: 18px;
}

.title-tier {
	position: absolute;
	z-index: 10;
	top: 78px;
	left: 5px;
	font-size: 74px;
	letter-spacing: -0.08em;
}

.title-extra-info {
	position: absolute;
	z-index: 10;
	font-size: 15px;
	font-family: graphicusdt;
	letter-spacing: 0.04em;
	top: 22px;
	left: 140px;
	width: 150px;
	text-align: left;
	line-height: 26px;
}

.section p strong {
	font-family: graphicusdt;
}

.grid-blocks {
	font-size: 0;
}

.plan-content p {
	position: relative;
	color: #083c63;
	font-size: 17px;
	padding: 0 15px 15px 35px;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #EEE;
}

.description-content p {
	position: relative;
	font-size: 16px;
	margin: 0 -15px 15px -15px;
	padding: 0 15px 15px;
	border-bottom: 2px solid #EEE;
	min-height: 80px;
}

.title-tier div {
	display: inline-block;
	margin: 0 -18px 0 0;
}

.angle-price-more-info {
	padding: 70px 20px 20px 20px;
}

.angle-price-more-info p {
	font-size: 20px;
}

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

.grid-block.blue-heading .single-grid-block .single-grid-block-inner {
	padding: 0 30px 5px 30px;
	margin: 0 20px;
	background: #FFF;
}

.grid-block.blue-heading .single-grid-block .title {
	background: #0a3b61;
	color: #FFF;
	text-align: left;
	margin: 0 -30px 22px -30px;
	padding: 10px 30px;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.02em;
}

.title-banner.white h1.title, .title-banner.white .content p {
	color: #FFF;
}

.content-image-block .content-sidebar {
	display: inline-block;
	vertical-align: top;
	width: 38%;
	text-align: right;
}

.content-image-block .content-sidebar > div:first-child {
	margin-top: -159px;
}

.content-image-block .related-products {
	font-size: 18px;
	font-family: graphicusdt-light;
	font-weight: 600;
}

.content-sidebar .related-products h3 {
	margin: -25px -32px -50px;
	height: 110px;
	line-height: 28px;
	overflow: hidden;
	position: relative;
	display: block;
}

.entry-content a.related-product {
	display: block;
	color: #666;
	z-index: 10;
	position: relative;
}

.content-sidebar .related-products {
	margin-bottom: 4px;
}

.content-sidebar .related-products:last-child {
	margin-bottom: -30px;
}

.content-image-block.related-products .content-wrap {
	width: 100%;
}

.content-sidebar .related-products-inner {
	width: 300px;
	display: inline-block;
	background: #f2f3f7;
	padding: 25px 32px;
	text-align: left;
}

.content-sidebar .user-guides.related-products h3 {
	height: 130px;
	margin: -25px -32px -80px;
}

.search-support-doc.user-guide {
	position: relative;
	z-index: 10;
}

.content-sidebar .user-guide.related-products h3:after {
	top: -130px;
}

.user-guides a.user-guide {
	background: rgba(255, 255, 255, 0.6);
}

.user-guides a.user-guide:hover {
	background: #fff;
}

.content-sidebar .related-products h3:before {
	content: '';
	position: absolute;
	background: #e2e5e8;
	width: 150%;
	height: 200px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	top: -130px;
	left: -25%;
	z-index: 5;
}

.content-sidebar .related-products h3 div {
	color: #0a3b61;
	position: absolute;
	font-family: graphicusdt-demi;
	z-index: 12;
	letter-spacing: -0.04em;
	top: 20px;
	left: 30px;
	-webkit-font-smoothing: antialiased;
}

.content-sidebar .related-products h3:after {
	content: '';
	position: absolute;
	background: #eaedef;
	width: 150%;
	height: 200px;
	-webkit-transform: rotate(10deg);
	top: -150px;
	left: -25%;
	z-index: 2;
}

.us-map .button.orange {
	font-family: graphicusdt-light;
}

.section.title-banner.white h2.subtitle {
	color: #FFF;
}

.content-image-block.no-img .content-outer, .content-image-block.no-img  .content-wrap, .content-image-block.no-img .content p {
	width: 100%;
	max-width: none;
}

.quote-form.no-title {
	background-size: 100% auto;
}

footer.entry-meta {
	position: relative;
	top: 0;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

.edit-link {
	position: fixed;
	top: 190px;
	margin: 0 0 0 -180px;
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	z-index: 10000;
}

.edit-link a {
	display: block;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 20px;
	width: 100px;
	text-align: center;
	height: 100px;
	border-radius: 100px;
	line-height: 100px;
	padding: 20px;
	margin: 0;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	color: #FFF !important;
	background: rgba(0,0,0,0.4);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.edit-link a:hover {
	color: #FFF;
	background: rgba(0,0,0,0.6);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);

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

.search-results.section {
	background: #FFF;
	font-size: 0;
}

header.search-header {
	padding: 60px 0;
	background: url('images/search-header.jpg') center bottom no-repeat;
	background-size: 1960px;
	height: 320px;
}

#searchpage-search {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #eaeaea;
	font-family: graphicusdt-demi;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: -0.03em;
	font-weight: 500;
	-webkit-perspective: perspective(1000px);
	-moz-perspective: perspective(1000px);
	-ms-transform: perspective(1000px);
	transform: perspective(1000px);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

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

h1.search-title {
	max-width: 600px;
	text-align: left;
	margin: 0 auto;
	font-size: 26px;
	opacity: 0.5;
	color: #a4dcff;
	font-weight: normal;
}

.search-header input#search-input {
	font-size: 52px;
	border: none;
	background: transparent;
	color: #FFF;
	margin: -2px -60px 0 -10px;
	width: 520px;
	height: 60px;
	padding: 12px 72px 12px 18px;
	opacity: 0.95;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.3);
}

.search-header input#search-input::-ms-clear {
    display: none;
}

.search-header input#search-input:focus {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6);
}

#searchpage-search input[type="submit"] {
	background: url('images/search-page-mag.png') center center no-repeat;
	background-size: 100%;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	width: 60px;
	height: 50px;
	margin: 10px 0 0 -23px;
	vertical-align: top;
	opacity: 0.95;
	box-shadow: -2px 0 0 rgba(255,255,255,0.3);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(20px);
	-moz-transform: translateZ(20px);
	-ms-transform: translateZ(20px);
	transform: translateZ(20px);
}

.search-results h3 {
	font-size: 40px;
}

.search-results article {
	position: relative;
	font-size: 0;
}

.top-results {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

.support-results {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 0 0 0 10%;
}

.search-results article .entry-thumbnail, .search-results article .entry-content {
	display: inline-block;
	vertical-align: top;
}

.search-results article[thumb="thumb"] .entry-content {
	width: calc( 100% - 180px );
	padding: 0 0 0 30px;
}

.search-results article header.entry-header h1 {
	margin: 0;
}

.search-results article header.entry-header h1 a {
	font-family: graphicusdt-light;
	font-weight: 600;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	display: block;
	text-overflow: ellipsis;
}

.search-results article {
	position: relative;
	font-size: 0;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 2px solid #EEE;
}

.search-results article:last-child {
	border-bottom: 0;
}

.search-results article .entry-thumbnail {
	background: #EEE;
}

.quote-form .gfield_checkbox {
	margin: 0 !important;
	padding: 0 10px 5px 10px !important;
	background: #FFF !important;
	width: auto !important;
}

.quote-form .gfield_checkbox label {
	padding: 6px 10px !important;
	background: #EEE !important;
	color: #444 !important;
	display: block !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;
}

.quote-form .gfield_checkbox label.active {
	background: #00bee0 !important;
	color: #FFF !important;
}

.quote-form .gfield_checkbox input[type="checkbox"] {
	display: none !important;
}

.quote-form .gfield_checkbox li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 1.5% 5px 0 !important;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.quote-form .gfield_checkbox li:nth-child(2n+2) {
	margin-right: 0 !important;
}

.quote-form .gform_wrapper #field_2_15 label.gfield_label {
	text-align: center;
	display: block;
	color: #333;
	background: #FFF;
	padding: 10px 15px;
}

.quote-form .gfield_radio {
	margin: 0 !important;
	background: #FFF;
	color: #333;
	width: auto !important;
	padding: 0 6px 7px !important;
}

.quote-form .gfield_radio input[type="radio"] {
	opacity: 0;
	position: absolute;
}

.quote-form .gfield_radio label {
	padding: 6px 10px !important;
	background: #EEE !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;
}

.quote-form .gfield_radio label.active {
	background: #00bee0 !important;
	color: #FFF !important;
}

.quote-form .gfield_radio li {
	margin: 0 0 3px 0 !important;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.quote-form .ginput_container_radio {
	margin: -2px 0 0 0 !important;
}

.section .content-wrap .content h2 {
	color: #0a3b61;
	font-family: graphicusdt-demi;
	margin: 20px 0 15px 0;
	font-size: 30px;
	line-height: 36px;
}

.gecko .section p, .gecko .search-results article header.entry-header h1 a {
	font-family: graphicusdt-book;
}

.gecko .quote-form .gform_wrapper input:not([type=radio]):not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=checkbox]),
.gecko .quote-form .gform_wrapper textarea, .gecko .quote-call-message, .gecko #footer-col-2 a, .gecko a.get-wave, .gecko .crossnav-item .label,
.gecko .single-grid-block .content p, .gecko .content-image-block .content p, .gecko #us-map .description p, .gecko .section p {
	font-family: graphicusdt;
}

.description-content b {
	font-family: graphicusdt;
}

.search-support-doc a {
	font-size: 14px;
	color: #0a3b61 !important;
	font-family: graphicusdt;
	display: block;
	margin: 16px 0;
	background: #f9f8f8;
	font-weight: 600;
	padding: 5px 0 5px 5px;
	line-height: 36px;
	border-radius: 4px;

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

.search-support-doc a:hover {
	background: #f1f0f0;
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.search-support-doc a img {
	display: inline-block;
	vertical-align: middle;
	margin: -12px 12px -12px 0;
	width: 42px;
}

.search-support-doc a div {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 55px);
	line-height: 20px;
	padding: 0;
}

.description-content ul {
	position: relative;
	margin: 0 -15px;
}

.plan-content p:after, .description-content p:after, .description-content ul:after {
	content: '';
	position: absolute;
	right: -40px;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	z-index: 0;
	border-left-color: #e8ebef;
	margin: -25px 0 0;
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.single-grid-block:last-child .plan-content p:after,
.single-grid-block:last-child .description-content p:after {
	display: none;
}

.plan-content {
	margin: 0 -15px;
	padding: 15px 0 0;
	border-top: 2px solid #EEE;
}

.description-content p:last-child {
	border-bottom: 0;
}

iframe[title="recaptcha widget"] {
	display: block;
	margin: 0 auto;
}

#zip-reply {
	display: none;
}

#zip-reply iframe {
	width: 100%;
	max-width: 1200px;
	height: 810px;
	margin: 0;
}

#zip-lookup {
	margin: 0 0 20px 0;
}

#zip-lookup-scroll {
	margin: -100px 0 0 0;
	position: absolute;
}

.section-rotator {
	max-height: 400px;
}

.grid-blocks[row="2"] .title-angle-color {
	bottom: 50px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.grid-blocks[row="2"] .title-angle-grey {
	height: 140px;
	bottom: 55px;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
}

.plan-content p.promo span {
   font-size: 14px;
   text-align: center;
   color: rgb(211, 236, 241);
   position: relative;
   top: -5px;
}

.plan-content p.promo {
   background: #00bee0 ;
   color: #fff;
   margin-top: -16px;
   padding-top: 15px;
   border-bottom: none;
}

.addendum {
   font-size: 18px !important;
   font-family: graphicusdt-light;
   letter-spacing: -0.03em;
   display: block !important;
   margin: -63px 0 15px 0 !important;
   text-align: center;
   font-weight: 600 !important;
   color: rgba(10, 59, 97, 0.7);
}

.column {
    display: inline-block;
	vertical-align: top;
    padding: 0 100px;
	width: calc( 50% - 200px );
}

.column li {
    line-height: 1.6em;
}

.column ul {
    list-style: none;
    margin: -10px 0 0px -10px;
}

#mobile-nav-menu {
	display: none;
}

.single-grid-block .description-content p {
  line-height: 1.4em;
}

img.mini-phone-icon {
    float: left;
    width: 18px;
    margin: 5px 10px 20px 0;
}

img.small-data-icon {
    float: left;
    width: 34px;
    margin: -5px 2px 0 -7px;
}

img.email-icon {
    width: 34px;
    float: left;
    margin-left: -5px;
    clear:both;
}

.error404 #content {
    width: 1100px;
    margin: 90px auto 0 auto;
}

.error404 #content h1.entry-title {
  font-size: 65px;
  color: #214d6f;
  text-align: center;
  letter-spacing: -0.05em;
  font-family: graphicusdt-demi;
}

.error404 #content .entry-content p {
  font-family: graphicusdt-book;
  text-align: center;
  font-size: 18px;
  color: #222;
}

.error404 input#searchsubmit {
  background: url(images/header-mag.png) center center no-repeat;
  height: 50px;
  text-indent: -9999px;
  background-size: 100%;
  border: none;
  box-shadow: none;
  width: 50px;
  font-size: 18px;
  color: #222;
  font-family: graphicusdt-book;
  text-align: left;
  background-position: 0 0;
}

.error404 form#searchform {
    text-align: center;
}

.error404 .entry-content input#s {
    font-size: 18px;
    font-family: graphicusdt-book;
    padding: 5px 20px;
    width: 310px;
}

a.site-title.business, a.site-title.enterprise {
	margin: -22px 0 0 0;
}

a.site-title.business:after, a.site-title.enterprise:after, a.site-title.wholesale:after {
	font-size: 16px;
	position: absolute;
	color: #aaa;
	font-family: graphicusdt;
	font-weight: 600;
	margin: 10px 0 0 0px;
	padding: 0;
}

a.site-title.business:after { content: 'Small & Midsize'; }
a.site-title.enterprise:after { content: 'Enterprise'; }
a.site-title.wholesale:after { content: ''; }

.products-column-titles {
	position: relative;
}

.product-column-1-label,
.product-column-2-labels,
.product-column-3-label,
.product-column-4-label {
	display: inline-block;
	vertical-align: bottom;
	color: #0a3b61;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	padding: 0 0 12px 0;
}

.product-column-1-label {
	width: 225px;
}

.product-column-3-label {
	width: 210px;
}

.product-column-4-label {
	width: 240px;
}

.product-column-2-labels {
	width: 375px;
	font-size: 0;
}

.product-column-2-label {
	display: inline-block;
	vertical-align: bottom;
	width: 33%;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 5px 0;
}

.product-column-2-label div {
	height: 0;
	position: relative;
	z-index: 20;
}

.product-column-2-label div img {
	width: 42px;
}

.products-column-titles {
	position: relative;
	padding: 20px 0 0 290px;
	font-size: 0;
}

.product {
	position: relative;
	font-size: 0;
}

.product-info-wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	width: 290px;
	height: 246px;
	margin: -84px 0 0 0;
}

.product-info-angle {
	width: 360px;
	height: 163px;
	position: absolute;
	top: 84px;
	/* -webkit-transform: rotate(16.7deg);
	-moz-transform: rotate(16.7deg);
	-ms-transform: rotate(16.7deg);
	transform: rotate(16.7deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0; */
	box-shadow: inset 0 -3px 0 #fff;
	z-index: 20;
	/* border-radius: 6px 0 0 0; */
}

.product:nth-child(1) .product-info-angle {
	background: #859bb1;
	box-shadow: inset 46px 0 0 #f2f3f7, inset 0 -12px 20px -10px rgba(0,0,0,0.2);
}

.product:nth-child(2) .product-info-angle {
	background: #0589d0;
	box-shadow: inset 34px 0 0 #f2f3f7, inset 0 -12px 20px -10px rgba(0,0,0,0.1);
}

.product:nth-child(3) .product-info-angle {
	background: #0a60a2;
	box-shadow: inset 22px 0 0 #f2f3f7, inset 0 -12px 20px -10px rgba(0,0,0,0.15);
}

.product:nth-child(4) .product-info-angle {
	background: #0a3b61;
	box-shadow: inset 12px 0 0 #f2f3f7, inset 0 -12px 20px -10px rgba(0,0,0,0.15);
}

.product:nth-child(5) .product-info-angle {
	background: #042035;
	box-shadow: none;
}

.product-info {
	position: absolute;
	z-index: 30;
	color: #FFF;
	top: 100px;
	width: 100%;
}

.product-info-label {
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 15px;
	padding: 20px 30px 0 30px;
	text-align: right;
}

.product:nth-child(4n+1) .product-info-label { padding-left: 60px; }
.product:nth-child(4n+2) .product-info-label { padding-left: 48px; }
.product:nth-child(4n+3) .product-info-label { padding-left: 36px; }

.product-info-number {
	font-family: graphicusdt-demi;
	font-size: 62px;
	letter-spacing: -0.05em;
	line-height: 64px;
	padding: 0 30px 0 18px;
	text-align: right;
}

.product:nth-child(4n+1) .product-info-number { padding-left: 54px; }
.product:nth-child(4n+2) .product-info-number { padding-left: 42px; }
.product:nth-child(4n+3) .product-info-number { padding-left: 30px; }

.product-col-1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 225px;
	height: 162px;
	background: #FFF;
	box-shadow: inset 0 -1px 0 #EEE, inset -1px 0 0 #EEE;
}

.product-col-1-spacer, .column-2-item-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0 !important;
}

.product-col-1-inner {
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	text-align: center;
}

.product-col-1-inner p {
	margin: 0;
	line-height: 22px;
	text-align: left;
	font-size: 17px;
}

.product-col-2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 375px;
	background: #FFF;
	height: 162px;
	box-shadow: inset 0 -1px 0 #EEE, inset -1px 0 0 #EEE;
}

.column-2-item {
	font-weight: 600;
	width: 33.33%;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	box-shadow: inset -1px 0 0 #EEE;
	font-family: graphicusdt;
	font-size: 0;
	line-height: 18px;
	text-align: center;
	color: #0b3b61;
	margin: 0;
}

.safari .column-2-item {
	font-weight: 500;
}

.column-2-item-inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
}

.product:last-child .product-info-angle {
	box-shadow: none;
}

.product-col-3 {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

.product-col-3 {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 210px;
	height: 162px;
	background: #f7fbfc;
	box-shadow: inset 0 -1px 0 #EEE;
}

.product-price-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.product-prices {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.product-grid-block .section-inner {
	max-width: 1340px;
}

.product-price-block-inner {
	position: relative;
	padding: 17px 25px;
	font-family: graphicusdt-light;
	font-weight: 600;
	color: #23608e;
	font-size: 16px;
	line-height: 22px;
	height: 47px;
}

.product-price-block-inner strong {
	font-family: graphicusdt;
	font-size: 22px;
}

.product-price-block:first-child {
	box-shadow: inset 0 -4px 0 0 #FFF;
}

[col="1"] .product-price-block:first-child {
	box-shadow: none;
}

.cross-out .product-price-block-inner:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 10%;
	width: 80%;
	height: 35px;
}

.product:nth-child(4n+1) .cross-out .product-price-block-inner:before {
	background: url('images/promo-crossout-1.png') 0 0 no-repeat;
	background-size: 100%;
}

.product:nth-child(4n+2) .cross-out .product-price-block-inner:before {
	background: url('images/promo-crossout-2.png') 0 0 no-repeat;
	background-size: 100%;
}

.product:nth-child(4n+3) .cross-out .product-price-block-inner:before {
	background: url('images/promo-crossout-3.png') 0 0 no-repeat;
	background-size: 100%;
}

.product:nth-child(4n+4) .cross-out .product-price-block-inner:before {
	background: url('images/promo-crossout-1.png') 0 0 no-repeat;
	background-size: 100%;
}

.cross-out .product-price-block-inner {
	color: #8dacc3;
}

.product-col-4 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 162px;
}

.product-col-4.promo {
	background: #e7873d;
	/* border-radius: 0 6px 0 0; */
}

.product .product-col-4:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 10px;
	top: 40px;
	left: -10px;
	margin: -5px 0 0 0;
	border-radius: 2px 0 0 2px;
}

.product .product-col-4[col="1"]:before {
	top: 80px;
}

.product:nth-child(1n+1) .product-col-4, .product:nth-child(1n+1) .product-col-4:before {
  background: #859bb1;
}

.product:nth-child(2n+2) .product-col-4, .product:nth-child(2n+2) .product-col-4:before {
  background: #0589d0;
}

.product:nth-child(3n+3) .product-col-4, .product:nth-child(3n+3) .product-col-4:before {
  background: #0a60a2;
}

.product:nth-child(4n+4) .product-col-4, .product:nth-child(4n+4) .product-col-4:before {
   background: #0a3b61;
}

.product:nth-child(5n+5) .product-col-4, .product:nth-child(5n+5) .product-col-4:before {
	background: #042035;
}

.product-col-4-inner {
	font-size: 15px;
	font-family: graphicusdt-light;
	font-weight: 600;
	line-height: 22px;
}

.product-col-4 .product-col-4-inner {
	color: #FFF;
	padding: 0 30px;
}

a.button.orange-arrow {
	background: #e7873d;
	color: #fff;
}

.promo a.button.orange-arrow {
	margin: 0 10px;
	width: 95px;
	text-align: center;
	cursor: pointer;
}

.product-promo-price {
	font-family: graphicusdt;
	font-size: 26px;
	padding: 22px 0 5px 0;
}

.product-promo-date {
	padding: 0 0 8px 0;
}

.product-price-block:first-child .product-price-block-inner:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	height: 75px;
	z-index: 30;
	background: url('images/promo-arrow.png') -1px 8px no-repeat;
	background-size: 100%;
}

.product-col-1-inner span, .product-col-2-inner span {
	font-family: graphicusdt;
	color: #0a3b61;
	cursor: pointer;
	white-space: nowrap;
}

.product-popout {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	margin: 28px 0 0 0;
	z-index: 200;
	background: #FFF;
	border: 0px solid #DDD;
	overflow: hidden;
	border-radius: 4px;
	padding: 0;
	width: 320px;

	opacity: 0;
	box-shadow: 2px 0px 10px rgba(0,0,0,0.1);

	-webkit-transition: 0.3s opacity, 0.3s box-shadow;
	-moz-transition: 0.3s opacity, 0.3s box-shadow;
	-ms-transition: 0.3s opacity, 0.3s box-shadow;
	transition: 0.3s opacity, 0.3s box-shadow;
}

.product-popout.active {
	height: auto;
	padding: 18px;
	border: 2px solid #DDD;
	overflow: visible;

	opacity: 1;
	box-shadow: 2px 6px 14px rgba(0,0,0,0.1);

	-webkit-transition: 0.3s opacity, 0.3s box-shadow;
	-moz-transition: 0.3s opacity, 0.3s box-shadow;
	-ms-transition: 0.3s opacity, 0.3s box-shadow;
	transition: 0.3s opacity, 0.3s box-shadow;
}

.product-popout:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: -7px;
	left: 12px;
	background: #FFF;
	-webkit-transform: rotate(45deg);
	border: 2px solid #DDD;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

.product-popout p {
	margin: 0 0 5px 0;
	font-size: 15px;
	line-height: 18px;
}

.carousel-expires {
	text-align: right;
	padding: 0 0px 0 0;
	color: rgba(4, 60, 107, 0.71);
	font-size: 15px;
 /* 	text-shadow: 0 0 25px rgba(0,0,0,0.6); */
  margin: 10px 0 0 0;
}

.product-voice-label {
	font-family: graphicusdt-demi;
	font-size: 30px;
	letter-spacing: -0.05em;
	line-height: 36px;
	padding: 30px 30px 0 18px;
	text-align: right;
}

.product:nth-child(4n+1) .product-voice-label { padding-left: 60px; }
.product:nth-child(4n+2) .product-voice-label { padding-left: 48px; }
.product:nth-child(4n+3) .product-voice-label { padding-left: 36px; }
.product:nth-child(4n+4) .product-voice-label { padding-left: 24px; }

.no-promo a.button.orange-arrow {
	background: #e7873d;
	color: #FFF;
	margin: 15px 0;
	cursor: pointer;
}

[col="1"] .product-col-4-inner.no-promo a.button {
	margin-top: 58px;
}

.product-popout li {
	font-size: 15px;
	line-height: 18px;
}

#header-container.scrolled a.site-title.business:after,
#header-container.scrolled a.site-title.enterprise:after,
#header-container.scrolled a.site-title.wholesale:after {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.featured-image-container {
    width: 100%;
    height: 320px;
    position: relative;
	font-size: 0;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.featured-image-container .spacer {
    vertical-align: middle;
    display: inline-block;
	height: 100%;
    width: 0;
}

.featured-image-container .inner {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.product-column-2-labels[columns="2"] .product-column-2-label {
	width: 50%;
}

.product-col-2[columns="2"] .column-2-item {
	width: 50%;
}

.products .mobile {
	display: none;
}

.mapp-layout {
  border: none;
}

.mapp-map-links {
  border-top: none;
}

#content .retail-location-copy p span img {
  width: auto;
  height: 32px;
  clear: both;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  position: relative;
  top: -3px;
}

#content .retail-location-copy p span {
    display: block;
    height: 37px;
    vertical-align: bottom;
    margin-top: 0px;
    margin-bottom: -20px;
}

#content .contact-map #mapp1_layout {
    margin: -70px -10px 0 0;
}


/* .safari ....., .ios ....  */
.safari .entry-content p {
  font-family: graphicusdt, sans-serif !important;
  font-weight: normal !important;
}

.safari .content-image-block .content p strong {
  font-family: graphicusdt-demi;
  font-weight: normal;
}

.safari #site-copyright {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari .header-main-nav > li > a {
  font-family: graphicusdt-demi;
  font-weight: normal;
  letter-spacing: 0;
}

.safari #header-upper-nav > a {
  font-weight: normal;
}

.safari .section-rotator .rotator-subtitle {
  font-family: graphicusdt;
  font-weight: normal;
  letter-spacing: -0.025em;
}

.safari .section ul, .safari .section li {
  font-family: graphicusdt;
  font-weight: normal;
  letter-spacing: -0.02em;
}

.safari .section.title-banner .subtitle {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari .offers-carousel-pager a span {
  font-family: graphicusdt;
  font-weight: normal;
  letter-spacing: -0.02em;
}

.safari .section-rotator .rotator-button div {
  font-family: graphicusdt;
  font-weight: normal;
  letter-spacing: -0.02em;
}

.safari .header-main-nav .sub-menu .heading > a {
  font-family: graphicusdt-demi;
  font-weight: normal;
  letter-spacing: -0.025em;
}

.safari a.site-title.business:after, .safari a.site-title.enterprise:after, .safari a.site-title.wholesale:after {
  font-family: graphicusdt-demi;
  font-weight: normal;
  letter-spacing: 0;
}

.safari .header-upper-nav > li > a {
  font-family: graphicusdt-demi;
  font-weight: normal;
  letter-spacing: -0.03em;
}

.safari .header-upper-nav > li > ul.sub-menu > li > a {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari #header-upper-nav > a.can-i-get-wave.menu-item {
  font-weight: normal;
}

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

.safari .crossnav-item .label {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari a.news-post-title {
  font-family: graphicusdt-demi;
  font-weight: normal;
}

.safari #us-map input[type="text"] {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari #popup1 .box div.textfield, .safari #popup2 .box div.textfield, .safari #popup3 .box div.textfield {
  font-family: graphicusdt !important;
  font-weight: normal !important;
}

.safari #popup1 .box input[type=submit], .safari #popup2 .box input[type=submit], .safari #popup3 .box input[type=submit] {
  font-family: graphicusdt-demi !important;
  font-weight: normal !important;
}

.safari .quote-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-weight: normal;
  font-family: graphicusdt;
}

.safari .quote-form .gform_wrapper textarea {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari .quote-form .gform_wrapper .gform_footer input[type="submit"] {
  font-family: graphicusdt-demi;
  font-weight: normal;
  letter-spacing: -0.01em;
}

.safari .quote-call-message {
  font-weight: normal;
  font-family: graphicusdt;
}

.safari .us-map h3 {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari a.get-wave {
  font-weight: normal;
  font-family: graphicusdt;
}

.safari a.carousel-button {
  font-family: graphicusdt-demi;
  font-weight: normal;
}

.safari .addendum {
  font-family: graphicusdt;
  font-weight: normal !important;
  letter-spacing: -0.02em;
}

.safari .product-column-2-labels[columns="2"] .product-column-2-label {
  width: 49%;
}

.safari .product-column-1-label, .safari .product-column-2-labels, .safari .product-column-3-label, .safari .product-column-4-label {
  font-weight: normal;
  font-family: graphicusdt-demi;
}

.safari .product-price-block-inner strong {
  font-weight: normal !important;
  font-family: graphicusdt-demi;
  letter-spacing: -0.02em;
}

.safari #popup1 .box h2, .safari #popup2 .box h2 {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari .product-price-block-inner {
  font-family: graphicusdt;
  font-weight: normal;
  letter-spacing: -0.02em;
}

.safari .content-image-block .related-products {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari .section h3 {
  font-family: graphicusdt-demi;
  font-weight: normal !important;
  letter-spacing: -0.03em;
}

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


.safari .single-team-member a.email-address, .safari .single-team-member .position {
  font-family: graphicusdt;
  font-weight: normal;
}

.safari .gform_wrapper div.validation_error {
  font-family: graphicusdt !important;
  font-weight: normal !important;
}

.safari .section .content-wrap .content h2 {
  font-weight: normal !important;
  letter-spacing: -0.02em;
}

.safari .search-support-doc a {
  font-weight: normal !important;
}

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

.safari #site-search input[type="text"] {
  font-weight: normal;
  font-family: graphicusdt;
}

.safari .search-results article header.entry-header h1 a {
  font-family: graphicusdt;
  font-weight: normal;
  letter-spacing: -0.01em;
}

.mac .related-products h3 div {
  font-weight: normal;
  -webkit-font-smoothing: auto;
}

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

.mac .quote-form .gform_wrapper .gform_footer input[type="submit"] {
  padding: 10px 45px 6px 45px !important;
}

.mac .entry-content a.button, .mac .entry-content .button {
  padding: 12px 32px 9px 32px;
}

.mac .entry-content a.button.blue-arrow, .mac .entry-content .button.blue-arrow {
   padding: 10px 28px 10px 50px;
}

.product-popups {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
	font-size: 0;
	display: none;
}

.product-popups-shad {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(255,255,255,0.5);
}

.product-popups-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.product-popups-inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 15px;

	position: absolute;
	display: block;
	margin-top: -720px;
	top: 0px;
}

.product-popups-width {
	position: relative;
	z-index: 20;
	max-width: 720px;
	margin: 0 auto;
	background: #FFF;
	box-shadow: 0 4px 100px rgba(0,0,0,0.3);
	padding: 35px 40px;
	height: 118px;
	overflow: hidden;
}

.product-order-info {
	display: none;
}

.products {

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

.products.modal-active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);

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

.product-grid-block {
	position: relative;
	z-index: 20;
}

.product-order-name {
	position: absolute;
	top: 25px;
	opacity: 0;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 48px;
	letter-spacing: -0.01em;
	color: #0a3b61;
	line-height: 64px;

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

.product-order-info.active .product-order-name {
	top: 40px;
	opacity: 1;
}

.product-order-price {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 330px;
	background: #e7873d;
	color: #fff;
	line-height: 188px;
	text-align: center;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 40px;
	z-index: 20;
}

.product-order-price span {
	position: absolute;
	right: 0;
	opacity: 0;

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

.product-order-info.active .product-order-price span {
	right: 40px;
	opacity: 1;
}

.product-order-price:before {
	content: '';
	position: absolute;
	background: #e7873d;
	width: 70px;
	height: 220px;
	top: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(13deg);
	-moz-transform: rotate(13deg);
	-ms-transform: rotate(13deg);
	transform: rotate(13deg);
	z-index: -1;
}

.product-order-price:after {
	content: '';
	position: absolute;
	background: #EEE;
	width: 42px;
	height: 100px;
	top: 0;
	left: -43px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-13deg);
	-moz-transform: rotate(13deg);
	-ms-transform: rotate(13deg);
	transform: rotate(-13deg);
	z-index: -5;
}

.product-order-message {
	position: absolute;
	top: 122px;
	opacity: 0;
	-webkit-transition: 0.4s all; -moz-transition: 0.4s all; -ms-transition: 0.4s all; transition: 0.4s all;
}

.product-order-info.active .product-order-message {
	top: 102px;
	opacity: 1;
}

.product-order-price div {
	position: absolute;
	top: 30px;
	line-height: 50px;
	font-size: 22px;
	padding: 0 0 0 10px;
	opacity: 0;

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

.product-order-info.active .product-order-price div {
	padding: 0 0 0 30px;
	opacity: 0.8;
}

.product-popups-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	color: #FFF;
	font-family: graphicusdt;
	font-weight: 600;
	font-size: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	opacity: 0.6;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.product-popups-close:hover {
	opacity: 0.8;
}

.gform_wrapper div.validation_error {
  border: none !important;
  color: #f58b46 !important;
  font-family: graphicusdt-light;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 16px 0 0 0 !important;
  margin-bottom: 5px !important;
}

.gform_wrapper .validation_message {
  color: #f58b46 !important;
  padding:0 !important;
}


.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 20px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: none !important;
  margin: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none !important;
}

.gform_validation_error li.gfield_error {
  margin: 12px 0 0 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  position: absolute;
}


.gecko .gform_wrapper .top_label li ul.gfield_checkbox, .gecko .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 13px) !important;
}

.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
	width: 100% !important;
}

.gecko .section ul, .gecko .section li {
    font-family: graphicusdt;
    font-weight: 500;
}

.gecko .section p strong {
	font-family: graphicusdt-demi !important;
}

.gcsc-branding {
	display: none;
}

.gsc-above-wrapper-area {
	display: none;
}

.gs-result .gs-title {
	font-family: graphicusdt-light;
	font-weight: 600;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}

.gs-result .gs-title, .gs-result .gs-title * {
	text-decoration: none !important;
	color: #e8873e !important;
	font-size: 20px !important;
	line-height: 26px !important;
}

.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
	display: none;
}

.gform_wrapper form {
	margin: -180px 0 0 0 !important;
	padding: 180px 0 0 0;
}

.gs-webResult .gs-snippet {
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 15px;
	color: #444 !important;
	line-height: 20px;
}

.gsc-results .gsc-cursor-box {
	display: none;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0;
	padding-right: 0;
}

.retail-location-copy {
	float: left;
	width: 35%;
}

.contact-map {
	float: right;
	padding: 30px;
}

.content-image-block.navy-blue .title {
	color: #FFF;
}

.content-image-block.navy-blue .content p {
	color: #FFF;
}

.entry-content .content-image-block.navy-blue a.button.blue-arrow, .entry-content .content-image-block.navy-blue .button.blue-arrow {
	background-color: #FFF;
	color: #0a3b61;
}

#popup2 #column1 {
	width: 15%;
}

#popup2 #column2 {
	width: 22%;
}

#popup2 #column3 {
	width: 18%;
}

.product .product-info-angle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 1px;
	background: #f2f3f7;
}

.product:nth-child(1) .product-info-angle:before {
	width: 36px;
}

.product:nth-child(2) .product-info-angle:before {
	width: 46px;
}

.product:nth-child(3) .product-info-angle:before {
	width: 34px;
}

.product:nth-child(4) .product-info-angle:before {
	width: 22px;
}

.product:nth-child(5) .product-info-angle:before {
	width: 12px;
}

.product:nth-child(5) .product-info-label {
	font-size: 62px;
}

.angle-grid-block .single-grid-block .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 35px;
	width: 1px;
	background: #FFF;
}

.b2b-support .title-banner h2 {
    text-align: center;
}

.b2b-support .support-wrapper {
    width: 1100px;
    margin: 50px auto;
		text-align: center;
}

.support-column .icon img {
    width: 100px;
    margin: 0 auto 20px auto;
    display: block;
}

.support-column .title h2 {
    text-align: center;
	font-family: graphicusdt-demi;
	font-size: 42px;
	letter-spacing: -0.04em;
	font-weight: normal;
	color: #0a3b61;
	margin: 0 0 10px 0;
}

.support-wrapper .content p {
	font-size: 16px !important;
	text-align: left !important;
}

.support-wrapper .support-column {
    width: 27%;
    display: inline-block;
		vertical-align: top;
		margin-right: 8%;
}


#header-upper-nav > a.can-i-get-wave.menu-item {
	padding-left: 32px;
}

.button.network-status {
	background: url(images/check-network-status-blue.jpg) 0 0 no-repeat #355c97;
	color: #FFF;
	width: 240px;
	padding: 0 0 0 100px;
	height: 50px;
	line-height: 48px;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.03em;
	margin: 20px 0 0;
	cursor: pointer;
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
	display: none;
}

.button.network-status.alert {
	background: url(images/check-network-status.jpg) 0 0 no-repeat #be3312;
}

.button.network-status:hover {
	opacity: 0.8;
	-webkit-transition: 0.3s all; -moz-transition: 0.3s all; -ms-transition: 0.3s all; transition: 0.3s all;
}

.mac .entry-content .button.network-status {
  padding: 0 0 0 50px;
  line-height: 50px;
}

#___gcse_0 .gsc-results-wrapper-overlay {
	position: relative !important;
	top: 0 !important;
	padding: 0;
	width: 100%;
	left: 0 !important;
	background: transparent;
	box-shadow: none !important;
	overflow: hidden !important;
}

#___gcse_0 .gsc-control-cse .gsc-wrapper {
	background: transparent !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	background: transparent !important;
	border: 0 !important;
}

.gsc-results-close-btn {
	display: none !important;
}

.gsc-modal-background-image.gsc-modal-background-image-visible {
	display: none !important;
}

.gsc-control-cse.gsc-control-cse-en {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

#other-search-results {
	margin: 0 !important;
}

#other-results-html {
	overflow: hidden !important;
}

.gsc-thumbnail {
	display: none;
}

#acquisition-news {
  background: #fafbfb;
}

#acquisition-news .content p {
  margin-bottom: 0;
}

#acquisition-news h3 {
    font-size: 21px;
}

#order-disclaimer p {
	margin: 0;
	color: #FFF;
}

#order-disclaimer .section-inner {
	padding: 10px 0;
}

#order-disclaimer {
	position: absolute;
	z-index: 20;
	width: 100%;
	margin: -50px 0 0 0;
	background: rgba(7, 54, 82, 0.7) !important;
}

#order-now {
	padding-bottom: 40px;
}

.banner-message {
	text-align: center;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 20px;
}

.section-inner {
	padding: 15px 0;
}

#banner-message-orange {
	color: #FFF;
	background: #f38444;
	width: 100%;
	height: 60px;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-animation: banner-wiggle 6s infinite linear;
	-webkit-animation-delay: 0s;
	-moz-animation: banner-wiggle 6s infinite linear;
	-moz-animation-delay: 0s;
	-ms-animation: banner-wiggle 6s infinite linear;
	-ms-animation-delay: 0s;
	animation: banner-wiggle 6s infinite linear;
	animation-delay: 0s;
}

#banner-message-orange.red {
	background: #AB2328;
}

#banner-message-orange span {
	color: #FFF;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	line-height: 22px;
	display: inline-block;
}

@-webkit-keyframes banner-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 banner-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 banner-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 banner-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);}
}

.show-rotator {
	max-height: none;
}

#floating-chat {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 1200px;
	margin: 0 -600px;
	z-index: 20000;
	display: none !important;
}

#chat-tab {
	margin-left: 3px;
	display: inline-block;
	color: #fff;
	background: #a5c859;
	font-family: graphicusdt-light;
	font-weight: 600;
	width: 150px;
	vertical-align: top;
	padding: 18px 15px 24px 15px;
	text-decoration: none;
	margin: 0;
	letter-spacing: 0.02em;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	bottom: -6px;
	right: 15px;
	font-size: 16px;
	border-radius: 15px 15px 0 0;
	box-shadow: inset 0 0 0 1px rgb(165, 200, 89), inset 0 24px 0 -10px rgba(255, 255, 255, 0.08), inset 0 0 0 2px rgba(255, 255, 255, 0.2), inset 0 -16px 10px -10px rgba(255, 255, 255, 0.1), inset 0 -40px 50px -20px rgba(62, 86, 9, 0.1), 1px 4px 12px rgba(0, 0, 0, 0.08);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-animation-delay: 5s;
	-webkit-animation: chat-wiggle 6s infinite linear;
	-moz-animation-delay: 5s;
	-moz-animation: chat-wiggle 6s infinite linear;
	-ms-animation-delay: 5s;
	-ms-animation: chat-wiggle 6s infinite linear;
	animation-delay: 5s;
	animation: chat-wiggle 6s infinite linear;
}

.content-image-block .content p:last-child {
	margin: 0;
}

.home .content-wrap .button-wrap {
    margin-top: 25px;
}

#home-bundle-awesome-benefits .content-outer .content-wrap {
    float: right;
}

@media only screen and (max-width: 1199px) {
  #home-bundle-awesome-benefits .content-outer .content-wrap {
    float:none;
    margin-top:20px;
	padding: 0 50px;
	box-sizing: border-box;
  }
}

#thin-bar .section-inner {
	padding: 20px 0;
}

#zip-reply h2 {
	padding: 40px 0 10px 0;
	color: #0a3b61;
	font-family: graphicusdt-demi;
	font-size: 47px;
	letter-spacing: -0.05em;
	margin: 0;
	font-weight: 500;
	line-height: 50px;
	max-width: 930px;
}

#zip-reply h3 {
	margin: 0;
	font-size: 28px;
	line-height: 32px;
	font-family: graphicusdt-light;
	font-weight: 600;
	color: #333;
	padding: 0px 0 15px 0;
}

#zip-yes li.gfield, #zip-no li.gfield, #zip-maybe li.gfield {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

#us-map #zip-yes form, #us-map #zip-no form, #us-map #zip-maybe form {
	padding: 0;
	margin: -20px 0 0 !important;
}

#us-map #zip-yes input[type="text"], #us-map #zip-no input[type="text"], #us-map #zip-maybe input[type="text"] {
	width: 100%;
}

#zip-yes, #zip-no, #zip-maybe {
	padding: 0 200px 0 0;
}

li#field_24_14, li#field_26_14 {
	width: 50%;
}

#zip-reply textarea {
	padding: 15px 20px;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	background: #f1f1f1;
	color: #474747;
	font-family: graphicusdt-light;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.02em;
	height: 140px;
}

li#field_24_15 label.gfield_label, li#field_25_15 label.gfield_label, li#field_26_15 label.gfield_label {
	display: none;
}

#zip-reply .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

#zip-yes, #zip-no, #zip-maybe {
	display: none;
}

#zip-yes label.gfield_label, #zip-no label.gfield_label, #zip-maybe label.gfield_label {
	display: none;
}

#zip-reply select {
	width: 100%;
	height: 55px;
	padding: 0 20px;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	background: #f1f1f1;
	color: #474747;
	font-family: graphicusdt-light;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

#zip-reply .gform_confirmation_message {
	background: #00bee0;
	padding: 32px 0 0;
}

#full-width.section.disclaimer p {
	width: 100%;
}

a#banner-message-orange {
	display: block;
	padding: 15px 0;
	text-align: center;
	box-sizing: border-box;
	font-family: graphicusdt-light;
	font-weight: 600;
	font-size: 16px;
}

#wave-tab.content-image-block .content-outer > .icon {
    padding: inherit;
    max-width: none;
}

.page-template-landing-page #cur-cust-bar {
    display: none;
}
.content table.package-options-table th {
	font-size:14px!important;
	font-weight:bold!important;
}
.content table.package-options-table th.table-right {
	text-align:right;
}
.content table.package-options-table tr:first-of-type {
	background-color:#0a3b61;
}
.content table.package-options-table tr:first-of-type * {
	color:white;
	padding:0 15px;
}
.content table.package-options-table tr:not(:first-child):nth-child(odd) {
	background-color:rgba(10, 59, 97, 0.16);
}
.content table.package-options-table tr:not(:first-child) td:nth-child(-n+2) {
	border-top:none;
	border-right:1px solid rgba(10, 59, 97, 0.44)
}
.content table.package-options-table * {
	color:#333;
}
.content table.package-options-table tr:first-of-type th:nth-child(even) {
	padding:0px!important;
}

.content-image-block .button-wrap a.button {
	margin-right: 15px;
}

#chat-button {
	display: none !important;
}

.title.no-margin {
	margin: 0;
}

.section.disclaimer p strong, .section.disclaimer p b {
	font-family: graphicusdt;
}

span.vcard.author,
span.date.updated.published {
  display: none !important;
}

.section.angle-grid-block p.experienced-speeds {
	padding: 5px 0 0 0;
	text-align: center;
}
