/*
Theme Name: IEEE 802.16
Theme URI: http://underscores.me/
Author: Windmill Design
Author URI: http://www.windmilldesign.com
Description: A custom theme for LocaLoop, Inc.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: localoop
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 IEEE 802.16 is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.65em;
}
ul, ol {
	margin: 0 0 1.65em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.65em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.65em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
/*
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	/* border: 0;
	padding: 0;
} */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	/* margin: 0 0 1.5em; */
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	/* margin: 1.5em 0 0; */
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

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

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*
 * 	WINDMILL CUSTOM
 */

.cta-button, .cta-button:visited {
	padding: 8px 17px;
	margin: 0;
	background: #1b99d7;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 0 0 #bbb;
	box-shadow: 1px 1px 0 0 #bbb;
	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .5);
}
.cta-button:after {
	color: #324055;
	font-family: 'FontAwesome';
	content: "\00A0\00A0\f178";
}
.cta-button:hover {
	background: #234c77;
	color: #fff;
}
.cta-button:hover:after {
	color: #1b99d7;
}

body {
	background: #4c5567;
	font-family: 'Lato', arial, sans-serif;
	color: #5f6c80;
	font-size: 17px;
	line-height: 25px;
}
a { color: #1b99d7; text-decoration: none; }
a:visited { color: #1b99d7; }
a:hover { color: #046ea0; }
a:active { color: #005279; text-decoration: underline; }
.container-page {
	overflow: hidden;
	min-width: 978px;
	background: #fff url('./images/bg-body.jpg') center top no-repeat;
	-webkit-background-size: 2400px 932px;
}
.container-page-bottom {
	overflow: hidden;
	min-width: 978px;
	background: #fff url('./images/bg-body.jpg') center top no-repeat;
}
.home .container-page {
	background-image: url('./images/bg-body-home-top.jpg');
	-webkit-background-size: 2400px 845px;
}

.home .container-page-bottom {
	background-image: url('./images/bg-body-home-bottom.jpg');
	-webkit-background-size: 2400px 220px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#page {
	width: 978px;
	margin: 0 auto;
	padding: 0 15px; /* resp */
}

#page_home_lower {
	width: 978px;
	margin: 0 auto;
	padding: 0 15px; /* resp */
}

.site-header {
	position: relative;
	height: 160px;
	z-index: 8989;
}
.logo {
	position: absolute;
	top: 25px;
	left: 0;
}
.logo a {
	background: url('./images/logo.png');
	display: block;
	width: 201px;
	height: 76px;
	text-indent: -9999px;
}

.twitter a {
	background: url('./images/twitter.png');
	background-repeat: no-repeat;
	float: right;
	width: 22px;
	margin-right: 10px;
	margin-top: 5px;
	display: block;
}

.twitter a:hover {
	background: url('./images/twitter_hover.png');
	background-repeat: no-repeat;
}

.linkedin {
	margin-right: 10px;
}

.linkedin a {
	background: url('./images/linkedin.png');
	background-repeat: no-repeat;
	float: right;
	width: 22px;
	margin-right: 10px;
	margin-top: 5px;
	display: block;
}

.linkedin a:hover {
	background: url('./images/linkedin_hover.png');
	background-repeat: no-repeat;
}

.header-meta {
	position: absolute;
	top: 0;
	right: 0;
	width: 720px;
	height: 37px;
	background: #cce0ee;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px; 
}
.nav-secondary {
	float: left;
	padding: 12px 0 0 24px;
}
.nav-secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-secondary li {
	display: inline;
}
.nav-secondary li a {
	display: block;
	float: left;
	padding: 0 20px;
	border-left: 1px solid #a0b0b9;
	color: #50607d;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav-secondary li.current-menu-item a {
	color: #0779ab;
	font-weight: bold;
}
.nav-secondary li:first-child a {
	padding-left: 0;
	border: 0 none;
}
.contact-phone {
	float: right;
	padding: 7px 16px 0 0;
	color: #50607d;
	font-size: 15px;
	line-height: 20px;
}
.contact-phone strong {
	font-family: arial, sans-serif;
	color: #0085bf;
	font-size: 18px;
	letter-spacing: 1px;
	margin-left: 2px;
	margin-right: 2px;
}
.contact-phone strong a {
	color: inherit;
}

.switch-nav-main {
	display: none;
}
.nav-main {
	position: absolute;
	top: 54px;
	left: 258px;
}
.nav-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-main li {
	float: left;
	position: relative;
}
.nav-main > ul > li {
	display: block;
	cursor: default;
	padding: 12px 22px 0;
	height: 37px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: #50607d;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: .25px;
}
.nav-main > ul > li:hover {
	color: #2b3544;
	background: #fff;
	-webkit-box-shadow: 1px 2px 2px 0 #ddd;
	box-shadow: 1px 2px 2px 0 #ddd;
	-webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .3);
}
.nav-main > ul > li > span {
	display: block;
	padding: 0 0 9px;
}
.nav-main > ul > li > span.current {
	color: #2b3544;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.nav-main > ul > li.nav-home { display: none; }
.nav-main > ul > li.nav-your-business > span.current { border-bottom-color: #7bbd48; }
.nav-main > ul > li.nav-our-solution > span.current { border-bottom-color: #5896b6; }
.nav-main > ul > li.nav-expertise-and-support > span.current { border-bottom-color: #e05d4c; }
.nav-main > ul > li:hover > span {
	border-bottom: 1px dashed #c8ced6 !important;
}
.nav-main > ul > li > span i {
	color: #919599;
	font-size: 14px;
	vertical-align: 2px;
	margin-left: 2px;
}
.nav-main > ul > li.nav-your-business:hover > span i {
	color: #34ad34;
}
.nav-main > ul > li.nav-our-solution:hover > span i {
	color: #669dbb;
}
.nav-main > ul > li.nav-expertise-and-support:hover > span i {
	color: #ee6244;
}
.nav-main li > div {
	width: 300px;
	position: absolute;
	top: 48px;
	left: -9999px;
	background: #fff;
	-webkit-border-radius: 0 8px 8px 8px;
	border-radius: 0 8px 8px 8px;
	-webkit-box-shadow: 1px 2px 2px 0 #ddd;
	box-shadow: 1px 2px 2px 0 #ddd;
	-webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .3);
}
.nav-main li:hover > div {
	left: 0;
}
.nav-main li.nav-our-solution:hover > div {
	left: -148px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
} 
.nav-main li.nav-expertise-and-support:hover > div {
	left: auto;
	right: 0;
	-webkit-border-radius: 8px 0 8px 8px;
	border-radius: 8px 0 8px 8px;
}

.nav-main li > div h6 {
	padding: 0 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.nav-main li > div h6 i {
	margin-right: 3px;
}
.nav-main li > div ul {
	padding: 0 0 0 20px;
}
.nav-main li > div li {
	float: none;
	display: list-item;
}
.nav-main li > div li a {
	display: block;
	padding: 4px 0;
	border-bottom: 1px dashed #c8ced6;
	color: #50607d;
	font-size: 15px;
	font-family: arial, sans-serif;
	line-height: 1.25em;
	font-weight: normal;
}
.nav-main li > div li a:hover {
	color: #2b3544;
}
.nav-main li > div .after {
	background: #fff url('./images/bg-nav-main-dropdown-after.png') left top repeat-x;
	clear: both;
	padding: 20px 0 0 28px;
	-webkit-border-radius: 8px 0 8px 8px;
	border-radius: 8px 0 8px 8px;
}

li.nav-your-business > div {
	width: 630px;
}
.nav-your-business > div h6 {
	color: #5d9546;
}
.nav-your-business .float-wrapper {
	background: url('./images/bg-nav-your-business-float-wrapper.gif') 319px top repeat-y;
	overflow: hidden;
	margin: 27px 0 15px;
}
.nav-your-business .float-wrapper h4 {
	padding: 0 0 12px;
	color: #2d3c58;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
}
.nav-your-business .float-wrapper h4 a {
	font-size: inherit;
	color: inherit !important;
}
.nav-your-business .float-wrapper h4 a:hover {
	color: #209520 !important;
}
.nav-your-business .float-wrapper h4 a:after {
	content: '' !important;
}
.nav-your-business .float-wrapper p {
	padding: 0 0 12px;
	margin: 0;
	color: #6b7383;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
}
.nav-your-business .float-wrapper a {
	color: #34ad34;
	font-size: 16px;
	font-weight: bold;
}
.nav-your-business .float-wrapper a:hover {
	color: #209520;
}
.nav-your-business .float-wrapper a:after {
	font-family: 'FontAwesome';
	content: "\00A0\f178";
	color: #7e8c95;
}
.nav-your-business .left {
	float: left;
	width: 275px;
	padding-left: 25px;
}
.nav-your-business .right {
	float: right;
	width: 260px;
	padding-right: 20px;
}
.nav-your-business .after ul {
	margin: 0;
	padding: 0 0 27px 17px;
	width: 275px;
}
.nav-your-business .after li {
	margin: 0;
}


li.nav-our-solution > div {
	width: 530px;
}
.nav-our-solution > div h6 {
	color: #5896b6;
}
.nav-our-solution .float-wrapper {
	overflow: hidden;
	margin: 27px 0 30px;
}
.nav-our-solution .left {
	float: left;
	width: 211px;
	padding-left: 25px;
}
.nav-our-solution .right {
	float: right;
	width: 250px;
	padding-right: 22px;
}
.nav-our-solution .after {
	position: relative;
	padding-bottom: 8px !important;
	padding-right: 170px !important;
	color: #6a7983;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
}
.nav-our-solution .link-calc-cta {
	position: absolute;
	top: 23px;
	right: 48px;
	display: block;
	background: url('./images/link-calc-nav-main.png');
	width: 104px;
	height: 104px;
}
.nav-our-solution h4 {
	padding: 0 0 4px;
	color: inherit;
	font-size: 22px;
	line-height: 35px;
	font-weight: 300;
}


li.nav-expertise-and-support > div {
	width: 400px;
}
.nav-expertise-and-support > div h6 {
	color: #ee6244;
}
.nav-expertise-and-support .float-wrapper {
	overflow: hidden;
	margin: 27px 0 30px;
}
.nav-expertise-and-support .left {
	float: left;
	width: 185px;
	padding-left: 23px;
}
.nav-expertise-and-support .right {
	float: right;
	width: 140px;
	padding-right: 26px;
}
.nav-main > ul > li.nav-secondary-echo {
	display: none;
}
.phone-echo {
	display: none;
}


.site-content {
	/* need an overflow image in sidebar */
	/* overflow: hidden; */
}
.content-area {
	float: left;
	width: 642px;
	padding: 0 0 65px;
}
.home .content-area {
	float: none;
	width: 100%;
	padding: 0px;
}
.entry-title {
	padding: 0 0 30px;
	color: #2d3c58;
	font-size: 50px;
	line-height: 58px;
	font-weight: 300;
}
.home .entry-title {
	padding-bottom: 18px;
	font-size: 42px;
	text-align: center;
}
.entry-content {
	padding-right: 35px;
}
.contextual-image {
	float: right;
	width: 169px;
	height: 159px;
	margin: 0 0 12px 20px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}
.contextual-image-13 { background-image: url('./images/contextual-box.png'); } /* 4G in a Box Overview */
.contextual-image-168 { background-image: url('./images/contextual-prof.png'); } /* Calculate Your Profit */
.contextual-image-114 { background-image: url('./images/contextual-supp.png'); } /* Ongoing Support */
.tagline-secondary {
	padding: 25px 0px 20px;
}
.tagline-secondary h2 {
	color: #fff;
	font-size: 26px;
	line-height: 43px;
	font-family: 'Lato', arial, sans-serif;
	font-weight: normal;
	text-align: left;
	padding-bottom: 22px;
	width: 530px;
	margin: 0px;
}
.tagline-secondary .cta-button-wrapper {
	display: block;
}

.tagline-secondary .cta-button {
	background: #244e7a;
	display: inline-block;
	vertical-align: 2px;
	line-height: normal;
}
.tagline-secondary .cta-button:after {
	color: #1b99d7;
}
.tagline-secondary .cta-button:hover {
	background: #1d3e60;
}

.tagline-text {
	font-size: 19px;
	font-style: italic;
	text-align: center;
	margin: 0px;
	color: #c3e7ff;
	font-family: 'Lato', arial, sans-serif;
	font-weight: 300;
	padding-top:10px;
}

.tagline-border {
	height:2px;
	margin-bottom: 3px;
	background-image: url('./images/bg-border-line.jpg');
}

.home-verticals {
	overflow: hidden;
}
.home-verticals > div {
	float: left;
	margin: 0 0 0 30px;
	padding: 0 34px 0 30px;
	width: 410px;
}
.home-verticals > div:first-child {
	margin-left: 0;
}
.home-verticals h4 {
	padding: 0 0 12px;
	color: #2d3c58;
	font-size: 26px;
	line-height: 32px;
	font-style: italic;
}
.home-verticals p {
	padding: 0 0 12px;
	margin: 0;
	color: #6b7383;
	font-size: 16px;
	line-height: 25px;
}
.home-verticals a {
	color: #34ad34;
	font-size: 18px;
	font-weight: bold;
}
.home-verticals a:after {
	font-family: 'FontAwesome';
	content: "\00A0\f178";
	color: #7e8c95;
}
.home-verticals a:hover {
	color: #209520;
}

.home-features {
	overflow: hidden;
	margin: 53px 0 0;
	background: url('./images/bg-home-features.png') left top repeat-y;
}
.home-features > div {
	float: left;
	width: 306px;
	padding-top: 8px;
	padding-left: 30px; /*margin-left: 30px;*/
}
.home-features > div:first-child {
	padding-left: 10px; /*margin-left: 0;*/
	width: 296px;
}
.home-features-wrapper {
	padding-left: 21px;
	padding-right: 15px;
}
.home-features h6 {
	padding: 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.home-features h6 i {
	margin-right: 7px;
}
.home-features-revenue h6 { color: #5d9841; }
.home-features-solution h6 { color: #1b99d7; }
.home-features-service h6 { color: #ee5a3f; }
.home-features h4 {
	padding: 0 0 15px;
	color: #50607d;
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
}
.home-features p {
	padding: 0 0 12px;
	margin: 0;
	color: #8c94a6;
	font-size: 17px;
	line-height: 25px;
}
.home-features a {
	color: #34ad34;
	font-size: 15px;
	font-weight: bold;
}
.home-features a:after {
	font-family: 'FontAwesome';
	content: "\00A0\f178";
	color: #7e8c95;
}
.home-features a:hover {
	color: #209520;
}

.sidebar {
	float: right;
	width: 305px;
	padding: 94px 0 40px;
}

.solution-benefits {
	padding: 30px 20px 28px 35px;
	margin: 0 0 30px;
	background: #3ca7dc;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.solution-benefits h4 {
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
	padding: 0 0 10px;
}
.solution-benefits ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.solution-benefits li {
	margin: 0px 0;
}
.solution-benefits li a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.solution-benefits li a:after {
	font-family: 'FontAwesome';
	content: "\00A0\f178";
}
.solution-benefits li.current_page_item a {
	color: #B6D9EA;
}
.solution-benefits li.current_page_item a:after {
	content: '';
}

.sidebar-bucket {
	padding: 30px 25px 10px;
	margin: 0 0 30px;
	background: #ebf1f6 url('./images/bg-sidebar-bucket.png') center top repeat-x;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.sidebar-bucket-calc-cta {
	margin: 0 0 28px;
	padding: 0 0 15px;
	border-bottom: 1px solid #cce0ee;
	color: #7e8c95;
	font-size: 15px;
	line-height: 22px;
}
.sidebar-bucket-calc-cta > div {
	padding-right: 80px;
}
.sidebar-bucket-calc-cta h4 {
	position: relative;
	padding: 0 0 12px;
	color: #424f67;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
}
.sidebar-bucket-calc-cta h4 a {
	position: absolute;
	bottom: -135px;
	right: -65px;
	display: block;
	width: 138px;
	height: 138px;
	background: url('./images/link-calc-sidebar.png');
}

.sidebar-bucket-text-block {
	margin: 0 0 12px;
}
.sidebar-bucket-text-block h6 {
	padding: 0 0 10px;
	color: #5896b6;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar-bucket-text-block h6 i {
	margin-right: 3px; 
}
.sidebar-bucket-text-block p {
	padding: 0 0 15px 18px;
	margin: 0;
	color: #8c94a6;
	font-size: 15px;
	line-height: 21px;
}
.sidebar-bucket-text-block a {
	color: #34ad34;
	font-weight: bold;
}
.sidebar-bucket-text-block a:after {
	font-family: 'FontAwesome';
	content: "\00A0\f178";
	color: #7e8c95;
}
.sidebar-bucket-text-block a:hover {
	color: #209520;
}
.contact-information {
	background: #068bcd url('./images/bg-contact-information.png') center top repeat-x;
	padding: 30px 20px 15px 25px;
	margin: 0 0 30px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.contact-information.contact-page {
	background-color: #323c4c;
	background-image: url('./images/bg-contact-information-contact-page.png');
}
.contact-information h4 {
	padding: 0 0 10px;
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
}
.contact-information p {
	color: #b6d9ea;
	font-size: 15px;
	line-height: 21px;
}
.contact-information ul {
	margin: 0 0 0 25px;
	padding: 0;
}
.contact-information li {
	padding: 0 0 10px;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
.contact-information li a {
	color: inherit;
}
.contact-information li.contact-information-phone span {
	font-size: 18px;
	letter-spacing: 1px;
}
.contact-information li.address a {
	color: #5896b6;
}
.contact-information li a:after {
	font-family: 'FontAwesome';
	content: "\00A0\f178";
	color: #a5c0cf;
}
.contact-information li.address a {
	color: #5896b6;
	font-weight: normal;
}
.contact-information li.address a:after {
	color: #5896b6;
}

.container-home-footer {
	overflow: hidden;
	min-width: 978px;
	background: #edf4f9;
}
.home-footer {
	padding: 63px 0 50px;
	width: 978px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 15px; padding-right: 15px; /* resp */
}

.home-footer-calc-cta {
	float: left;
	width: 473px;
	color: #7e8c95;
	font-size: 17px;
	line-height: 25px;
}
.home-footer-calc-cta > div {
	padding-right: 200px;
}
.home-footer-calc-cta h4 {
	position: relative;
	padding: 0 0 18px;
	color: #424f67;
	font-size: 28px;
	line-height: 35px;
	font-weight: 300;
}
.home-footer-calc-cta h4 a {
	position: absolute;
	bottom: -158px;
	right: 24px;
	display: block;
	width: 157px;
	height: 157px;
	background: url('./images/link-calc-home-footer.jpg');
}

.home-footer-news {
	float: right;
	width: 505px;
	background: url('./images/bg-home-footer-news.png') left top repeat-y;
}


.home-table {
	margin: 0 24px 1.5em 87px;
}

.home-table-watch-video {
	width:300px;
}

.home-table-watch-video img {
	margin-left: 85px;
}

.home-table-tagline {
	padding: 0px;
	margin-top: -165px;
	margin-left: 375px;
}

.container-footer {
	overflow: hidden;
	min-width: 978px;
	background: url('./images/bg-container-footer.png') center top repeat-x;
}
.site-footer {
	width: 978px;
	margin: 0 auto;
	padding: 0 15px; /* resp */
}
.nav-footer {
	padding: 42px 0 0;
	height: 67px;
	text-align: center;
}
.nav-footer ul {
	text-align: center;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-footer li {
	display: inline-block;
	margin-left: 45px;
}
.nav-footer li:first-child {
	margin-left: 0;
}
.nav-footer li a {
	color: #b8d1df;
	font-size: 15px;
	letter-spacing: 1px;
}
.copyright {
	padding: 20px 0;
	text-align: center;
	color: #8f9aa1;
	font-size: 14px;
	letter-spacing: .5px;  
}
.copyright a {
	color: inherit;
}

/*
 * .entry-content
 */

.entry-content h2,
.entry-content h3 {
	color: #2b3544;
}
.entry-content h2 {
	padding: 0 0 14px;
	font-weight: normal;
	color: #2b3544;
	font-size: 20px;
	line-height: 25px;
}
.entry-content h3 {
	padding: 0 0 5px;
	color: #5f6c80;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
}
.entry-content li {
	padding-bottom: 4px;
}
.entry-content .callout {
	margin: 0 0 28px;
	font-size: 27px;
	line-height: 33px;
	font-weight: 300;
}
.entry-content .footnote {
	font-size: 75%;
	font-style: italic;
	line-height: 1.4em;
}

/*
 * entry-content for archive (category) page
 */
.entry-content.archive {
	padding-bottom: 40px;
	font-size: 17px;
	line-height: 25px;
}
.home-footer-news .entry-content.archive {
	float: left;
	margin: 0 0 0 30px;
	width: 202px;
	padding-right: 20px;
	padding-bottom: 0;
	color: #8c94a6;
	font-size: 15px;
	line-height: 22px;
}
.entry-content.archive h1 {
	padding: 0 0 8px;
	color: #2d3c58;
	font-size: 20px;
	line-height: normal;
}
.home-footer-news .entry-content.archive h1 {
	font-size: 18px;
	font-weight: bold;
}
.entry-content.archive h1 a {
	color: inherit;
}
.entry-content.archive h1 a:hover {
	color: #1b99d7;
}
.entry-content.archive p {
	margin-bottom: .5em;
}
.entry-content.archive .date {
	color: #8c94a6;
	font-size: 16px;
}
.entry-content.archive .callout {
	font-weight: bold;
	font-size: inherit;
	line-height: inherit;
}
.entry-content.archive a.more {
	font-weight: bold;
}
.home-footer-news .entry-content.archive a.more {
	color: #4e5a70;
	font-weight: normal;
}
.home-footer-news .entry-content.archive a.more:hover {
	color: #1b99d7;
}
.entry-content.archive a.more:after {
	color: #7e8c95;
	font-family: 'FontAwesome';
	content: "\00A0\00A0\f178";
}

/*
 * sidebar news
 */

.sidebar-news .entry-content.archive {
	color: #8c94a6;
	font-size: 15px;
	line-height: 22px;
}
.sidebar-news h4 {
	padding: 0 0 24px;
	color: #424f67;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
}

/*
 * news item
 */

.entry-content.news-item a.more {
	font-weight: bold;
}
.entry-content.news-item a.more:before {
	color: #7e8c95;
	font-family: 'FontAwesome';
	content: "\f177\00A0\00A0";
}

/*
 * contact form
 */

.wpcf7 {
	overflow: hidden;
}
.wpcf7 p {
	float: left;
	margin: 0;
}
.wpcf7 label.reqd:before {
	content: "*";
	color: #1b99d7;
}
.wpcf7 input[type="text"] {
	padding: 0 12px;
	margin: 0 22px 20px 0;
	width: 250px;
	height: 29px;
	border: 2px solid #cdd3dd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #4f5b6f;
	font-size: 16px;
	font-family: 'Lato', arial, sans-serif;
}
.wpcf7 textarea {
	padding: 0 0 0 12px;
	margin: 0 0 20px 0;
	width: 560px;
	height: 100px;
	border: 2px solid #cdd3dd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #4f5b6f;
	font-size: 16px;
	font-family: 'Lato', arial, sans-serif;
}
.wpcf7 input[type="submit"] {
	/* reset defaults */
	border: 0 none;
	text-shadow: 0 0 0 #fff;
	/* custom */
	padding: 8px 17px;
	margin: 0 0 20px;
	background: #1b99d7;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 0 0 #bbb;
	box-shadow: 1px 1px 0 0 #bbb;
	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .5);
}
.wpcf7 input[type="submit"]:hover {
	background: #234c77;
}
.wpcf7-response-output {
	clear: both;
}
span.wpcf7-not-valid-tip {
	left: 50px;
}

/*
 * flexslider
 */
.flexslider-echo {
	display: none;
}
.flexslider {
	/* remove custom styles from plugin */
	margin: 0;
	background: #fff;
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 #fff;
	-o-box-shadow: 0 0 0 #fff;
	/* custom styles  */
	width: 820px;
	margin: 0 auto;
	background: transparent;
}
.flexslider li {
	height: auto;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}
.flexslider .s1 { background-image: url('./images/slide-1.png'); }
.flexslider .s2 { background-image: url('./images/slide-2.png'); }
.flexslider .s3 { background-image: url('./images/slide-3.png'); }
.flexslider h3 {
	padding: 234px 35px 0;
	color: #50607d;
	font-size: 30px;
	font-weight: 300;
}
.flexslider h3 a {
	color: inherit;
}
.flexslider h3 a:after {
	font-family: "FontAwesome";
	font-size: 14px;
	content: "\00A0\00A0\f0da";
	font-weight: normal;
	vertical-align: 3px;
}
.flexslider h4 {
	padding: 10px 35px 32px;
	color: #ee5a3f;
	font-size: 16px;
	text-transform: uppercase;
}
.flexslider .s1 h4 { color: #5d9841; }
.flexslider .s2 h4 { color: #1b99d7; }
.flexslider .s3 h4 { color: #ee5a3f; }
.flex-control-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8585;
	bottom: auto;
}
.flex-control-nav li {
	display: inline;
	margin: 0;
}
.flex-control-nav li a {
	display: block;
	float: left;
	width: 224px;
	height: 224px;
	margin-left: 74px;
	/* clear defaults */
	background: transparent;
	-webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0;
	box-shadow: 0 0 0 #fff;	
}
.flex-control-nav li:first-child a {
	margin-left: 0;
	cursor: pointer;
}
.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active {
	/* clear defaults */
	background: transparent;
	cursor: pointer;
}
.flex-direction-nav {
	display: none;
}

.flex-anchor-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8585;
}
.flex-anchor-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.flex-anchor-nav li {
	display: inline;
	margin: 0;
}
.flex-anchor-nav li a {
	display: block;
	float: left;
	width: 224px;
	height: 224px;
	margin-left: 74px;
}
.flex-anchor-nav li:first-child a {
	margin-left: 0;
	cursor: pointer;
}


/*
 * calculator
 */

.calculator {
	table-layout: fixed;
	border-collapse: collapse;
}
.calculator.mini {
	display: none;
}
.calculator.full {
	background: url('./images/bg-calculator-table.png') 202px 45px no-repeat;
	width: 574px;
	margin-bottom: 50px;
}
.calculator.full .col1 { width: 202px; }
.calculator.full .col2 { width: 127px; }
.calculator.full .col3 { width: 118px; }
.calculator.full .col4 { width: 127px; }
.calculator.full th {
	vertical-align: middle;
	padding: 4px 0;
	color: #6e7889;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	padding-left: 18px;
}
.calculator.full td {
	padding: 4px 8px;
	/* vertical-align: center; */
	text-align: center;
	color: #4e4f51;
	font-size: 16px;
	line-height: 20px;
}
.calculator.full th.heavy,
.calculator.full td.heavy {
	color: #2b3544;
	font-size: 15px;
	font-weight: bold;
}
.calculator.full th.heavy {
	padding-left: 0;
}
.calculator.full th.light {
	padding-left: 0;
	padding-top: 24px;
	color: #a2a9af;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.calculator.full .big th.heavy,
.calculator.full .big td.heavy {
	font-size: 18px;
	padding-top: 24px;
}
.calculator.full .big td.heavy {
	color: #5f9d44;
}
.calculator.full .subs th,
.calculator.full .subs td {
	padding-top: 10px;
	border-bottom: 0;
}
.calculator.full .subs th {
	padding-left: 0;
	color: #3c87ae;
	font-size: 19px;
	font-weight: bold;
}
.calculator.full .x-axis th {
	vertical-align: bottom;
	text-align: center;
	padding-left: 0;
	padding-bottom: 5px;
}
.calculator input {
	width: 70px;
	padding: 2px;
	text-align: center;
	font-family: inherit;
	border: 3px solid #a4c5e7;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
.calculator .sales_admin_percentage input {
	width: 40px;
}
.calculator input:focus {
	border-color: #1b99d7;
	outline: 0 none;
}


@media print {
	.site-header .header-meta .nav-secondary,
	.site-header .nav-main,
	.flexslider,
	.container-home-footer,
	.container-footer,
	.sidebar .solution-benefits,
	.sidebar .sidebar-bucket,
	.sidebar .sidebar-news,
	.wpcf7
	{
		display: none;
	}
	* {
		background: transparent none;
	}
	body {
		font-size: 12pt;
		line-height: normal;
		color: #222 !important;
	}
	.site-header {
		height: auto;
	}
	.site-header .logo {
		position: relative;
		top: auto;
		left: auto;
	}
	.site-header .logo a {
		padding: 10px 0 0;
		text-indent: 0;
		font-weight: bold;
		font-size: 20pt;
		/* line-height: */ 
		width: auto;
		height: auto;
	}
	.site-header .header-meta {
		position: relative;
	}
	.site-header .header-meta .contact-phone {
		float: none;
	}
	.content-area {
		width: auto;
		float: none;
	}
	.calculator input {
		border: 0 none;
	}
	.sidebar {
		width: auto;
		float: none;
		padding-top: 0;
		padding-bottom: 50px;
	}
}

/* resp */
/* work around for mobile device auto-fitting */
@media only screen and (max-device-width: 767px) {
	.home-verticals > div *,
	.entry-title,
	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content li,
	.entry-content p {
		background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); 
		background-repeat:repeat;
	}
}