/*
Theme Name: NatComm
Theme URI: http://natcomm.com/
Author: Joe DaSilva, for National Communications Services Inc.
Author URI: http://joedasilva.com
Description: Custom theme built for NCSI, based on Underscores starter theme.
Version: 1.0.0

NatComm is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 35px 15px;
}

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.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	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);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}















/* =======================================

	Slide-Out Search

=======================================*/


.sb-search {
	position: absolute;
	top: 7px;
	right: 20px;
	margin-top: 10px;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 2px;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 72%;
	height: 50px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 16px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	background: #2870ac;
	z-index: 90;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #2e80c4;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
































/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}

.slicknav_nav {
clear: both; }
.slicknav_nav ul {
display: block; }
.slicknav_nav li {
display: block; }
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {
cursor: pointer; }
.slicknav_nav .slicknav_item a {
display: inline; }
.slicknav_nav .slicknav_row {
display: block; }
.slicknav_nav a {
display: block; }
.slicknav_nav .slicknav_parent-link a {
display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  float: right;
  margin: 18px 4px 0 0;
}
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }
}

@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}











body {
	font-family: 'Open Sans', sans-serif;
}

p {
	color: #333;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 26px 0;
	padding: 0;
}

a, a:link, a:active, a:visited {
	color: #00bebb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

h1.entry-title {
	font-weight: 300;
	font-size: 62px;
	line-height: 1.1em;
	color: #2e80c4;
	margin: 0 0 26px 0;
}

h2 {
	font-weight: 400;
	font-size: 38px;
	line-height: 40px;
	color: #38b4b0;
	margin: 0 0 15px 0;
}

h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 29px;
	color: #7c7c7c;
	margin: 0 0 15px 0;
}

.clear {
	clear: both;
}

.site {
	padding: 0 40px;
	max-width: 1500px;
	margin: 0 auto;	
}

.utility-wrap {
	width: 100%;
	background: #ddd;
}

.utility-bar {
	max-width: 1500px;
	margin: 0 auto;
	padding: 12px 40px 26px;
}

.telephone {
	float: right;
	font-size: 27px;
	line-height: 27px;
	color: #2e80c4;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.telephone tel {
	font-weight: bold;
}

.utility-bar .button {
	float: right;
	margin: 0 0 0 20px;

}

.button, a.button {
	color: #fff;
	background: #2e80c4;
	border-bottom: solid 2px #1f5684;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 22px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 7px 0 rgba(25,25,26,.16);
	box-shadow: 0 5px 7px 0 rgba(25,25,26,.16);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;	
}

.button:hover, a.button:hover {
	background: #3799ea;
	border-bottom-color: #2b79b9;
	-webkit-box-shadow: 0 0 7px 0 rgba(25,25,26,.16);
	box-shadow: 0 0 7px 0 rgba(25,25,26,.16);
	color: #e4f0f0;
	text-decoration: none;
}

input[type="submit"].gform_button {
	float: right;
	background: #38b4b0;
	color: #fff;
	padding: 8px 60px 7px;
	font-size: 15px;
	line-height: 17px;
	display: block;
	border-bottom: 4px solid #2c8d8a;
	border-radius: 4px;
}

.site-header {
	padding: 0;
	max-width: 1500px;
	margin: -13px auto 0 auto;
	background: #2870ac;
	border-top: solid 1px #2e80c4;
	border-bottom: solid 3px #1a486e;
	position: relative;
}

.site-logo {
	display: block;
	background: #2e80c4 url("images/image-sprite-national-communications-services-inc.png") no-repeat 25px 13px;
	height: 92px;
	width: 263px;
	float: left;
	text-indent: -9999px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;		
}

.site-logo:hover {
	background-color: #3799ea;
}

.main-navigation {
	width: auto;
	float: right;
	clear: none;
	margin: 26px 0 0 0;
	padding-right: 80px;
	position: relative;
}


.main-navigation li {
	border-right: solid 1px #4885b8;
}

.main-navigation a {
	color: #fff;
	font-size: 26px;
	line-height: 37px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	padding: 0;
	margin: 0 24px;
	text-transform: uppercase;
}

.main-navigation a:hover {
	color: #e9fffe;
	border-bottom: solid 6px #77c6dc;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	text-decoration: none;	
}

.main-navigation li.current-menu-item a {
	border-bottom: solid 6px #fff;
}

.main-navigation li.home-link a {
	background: url('images/image-sprite-national-communications-services-inc.png') no-repeat 1px -85px;
	text-indent: -9999px;
	width: 24px;
	height: 42px;
}

#primary {
	width: 61.5%;
	float: left;
	padding: 30px 1% 40px 0;
}

#secondary {
	float: right;
	width: 36.5%;
	padding: 76px 0 40px 1%;
}

#colophon {
	padding: 53px 0 30px;
	border-top: solid 1px #ccc;
}

.breadcrumbs {
	padding: 3px 0 20px;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #ccc;
	color: #ccc;
}

.breadcrumbs a {
	color: #3594e2;
	text-decoration: none;
	padding: 3px 5px 0;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	color: #1a486e;
}

.contact-wrapper {
	background: #e4f0f0;
	padding: 20px 40px 40px;
	margin-bottom: 30px;
}

.widget-area h2 {
	font-weight: 300;
	font-size: 40px !important;
	line-height: 1.1em;
	color: #2e80c4;
	margin: 0 0 26px 0;
}

.gform_confirmation_message {
	padding: 30px 40px 35px;
	padding-left: 135px;
	background: #7dd7d5 url('images/icon-check.png') no-repeat 30px 50%;
}

.gform_confirmation_message p {
	color: #fff;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.gform_confirmation_message h2 {
	color: #fff;
	margin: 0 0 8px 0;
	padding: 0;
}

.footer-logo {
	display: block;
	background: url('images/image-sprite-national-communications-services-inc.png') no-repeat 0 -150px;
	width: 200px;
	height: 60px;
	text-indent: -9999em;
	float: left;
	margin-top: -26px;
} 

.copyright {
	float: left;
	margin-left: 60px;
}

.copyright p {
	color: #a7a7a7;
	font-size: 12px;
}

.menu-footer-menu-container {
	float: right;
}

#footer-menu {
	padding: 0;
	margin: -25px 0 0 0;
	list-style-type: none;
}

#footer-menu li {
	display: inline;
	padding: 4px 12px;
	margin: 0;
	font-size: 20px;
	border-right: solid 1px #ccc;
	font-family: 'Yanone Kaffeesatz', sans-serif;\
}

#footer-menu li:last-child {
	border-right: none;
	padding-right: 0;
}

.gform_wrapper .gform_footer {
	padding: 5px 0 38px;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 14px;
}

.sb-icon-search:before {
	content: '';
	display: block;
	background: url('images/images/image-sprite-national-communications-services-inc.png') no-repeat -1px -411px;
	width: 21px;
	height: 21px;
	position: absolute;
    top: 15px;
    left: 14px;
}

#mobile-menu {
	display: none;
}

.slicknav_menu {
	display: none;
}

#menu-mobile,
.mobile-navigation {
	display: none;
}

.slicknav_menu .slicknav_menutxt {
	display: none;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 32px;
    height: 21px;
    margin: 5px 2px 2px 6px;
	background: url(images/"images/image-sprite-national-communications-services-inc.png") no-repeat 0 -571px;
}

.slicknav_btn {
	background: none;
}

.slicknav_nav {
	position: absolute;
	right: 15px;
	top: 75px;
	width: 80%;
	background: #2870ac;
	text-align: right;
}

.slicknav_nav a {
	font-weight: 700;
	color: #fff;
	background: #2b78b9;
}

.hero-wrapper {
	width: 100%;
	min-height: 600px;
	margin-top: -83px;
	background-color: #c5c5c5;
	background-image: url('images/hero-01-bg.jpg');
    background-position: calc(10% - 260px);
    background-repeat: no-repeat;
}

.hero {
	max-width: 1500px;
	padding: 80px 40px 0 40px;
	margin: 0 auto;
}

.hero-message {
	margin-top: 170px;
	max-width: 47%;
	float: right;
}

.hero-message h1 {
	font-size: 120px;
	line-height: 110px;
	margin: 0 0 7px 0;
	font-weight: 400;
	color: #4d4d4d;
}

.hero-message p {
	margin-bottom: 46px;
}

.hero-message .button {
	color: #fff;
	background: #38b4b0;
	border-bottom: solid 4px #2c8d8a;
	text-decoration: none;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 18px 105px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
}

body.page-template-page-homepage #primary {
	width: 100%;
	padding: 30px 0 40px 0;
	float: none;
}

body.page-template-page-homepage .column {
	float: left;
}

body.page-template-page-homepage .column.column-left {
	padding-right: 2%;
	width: 33.333333%;
}

body.page-template-page-homepage .column.column-right {
	padding-left: 2%;
	width: 66.666666%;
}

body.page-template-page-homepage .column h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	line-height: 43px;
	font-weight: 300;
	color: #2e80c4;
}

body.page-template-page-homepage .column.column-left h3 {
	position: relative;
	padding-left: 70px;
}

body.page-template-page-homepage .column h3 a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: " ";
	width: 59px;
	height: 51px;
}

body.page-template-page-homepage .column h3.service-structured-cabling a:before {
	background: url(images/image-sprite-national-communications-services-inc.png) no-repeat 0 -653px;
}

body.page-template-page-homepage .column h3.service-hardware-rollouts a:before {
	background: url(images/image-sprite-national-communications-services-inc.png) no-repeat 0 -771px;
}

body.page-template-page-homepage .column h3.service-security-implementations a:before {
	background: url(images/image-sprite-national-communications-services-inc.png) no-repeat 0 -884px;
}

body.page-template-page-homepage .column h3.service-security-implementations {
	margin-bottom: 30px;
}

body.page-template-page-homepage .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 8px;
}

body.page-template-page-homepage .column.column-right h2 {
	margin-bottom: 18px;
}

body.page-template-page-homepage .gform_wrapper p {
	margin-bottom: 14px;
}

body.page-template-page-homepage .gform_wrapper .gform_footer {
	padding: 4px 0 10px;
    margin: 10px 0 0;
}

body.page-template-page-homepage .column-left h3 {
	font-size: 40px;
	line-height: 58px;
	color: #2870ac;
	margin: 0 0 27px 0;
}

body.page-template-page-homepage .column-left h3 a {
	color: #2870ac;
	text-decoration: none;
}

.home-footer-logos-wrap {
	max-width: 1500px;
	margin: 0 auto;
}

.home-footer-logos {
	background: #f8f8f6;
	padding: 20px 0;
}

.home-footer-logos h2 {
	font-size: 30px;
	line-height: 29px;
	font-weight: 300;
	color: #696969;
	text-align: center;
	margin: 0 0 20px 0;
}

.logo-group-one {
	width: 50%;
	float: left;
}

.logo-group-two {
	width: 50%;
	float: left;
}

.single-logo {
	width: 32.333%;
	float: left;
	margin: 0 0.5%;
	height: 85px;
}

.logo-01 {
	background: url(images/partner-logo-avaya.png) no-repeat center center;
}

.logo-02 {
	background: url(images/partner-logo-cisco.png) no-repeat center center;
}

.logo-03 {
	background: url(images/partner-logo-mitel.png) no-repeat center center;
}

.logo-04 {
	background: url(images/partner-logo-nec.png) no-repeat center center;
}

.logo-05 {
	background: url(images/partner-logo-nortel-networks.png) no-repeat center center;
}

.logo-06 {
	background: url(images/partner-logo-sprint-nextel.png) no-repeat center center;
}

.partners-link:hover {
	text-decoration: none;
}

.home-footer-locations {
	background: #2870ac;
	background: -moz-linear-gradient(top, #2870ac 0%, #38b4b0 100%);
	background: -webkit-linear-gradient(top, #2870ac 0%,#38b4b0 100%);
	background: linear-gradient(to bottom, #2870ac 0%,#38b4b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2870ac', endColorstr='#38b4b0',GradientType=0 );
	padding: 40px;
}

.home-footer-locations h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

.home-footer-locations h2 a {
	color: #addaff;
	font-weight: 700;
}

.column-right h3 {
	color: #00bebb;
	font-weight: 400;
    font-size: 39px;
    line-height: 45px;
}

.page-template-page-case-studies .content-area h2,
.page-template-page-case-studies .content-area h2 a {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1em;
    color: #2e80c4;
    margin: 0 0 15px 0;
}

.page-template-page-case-studies h3 {
    font-weight: 400;
    font-size: 38px;
    line-height: 40px;
    color: #38b4b0;
    margin: 0 0 15px 0;
}

.service-tout {
	width: 100%;
	height: 161px;
	padding: 39px 0 0 35px;
	margin-bottom: 30px;
}

.service-tout h2 {
	color: #fff;
	font-size: 40px;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 14px;
	padding: 0;
}

.structured-cabling {
	background: #95c2c7 url(images/service-structured-cabling.png) no-repeat top right;
}

.hardware-rollouts {
	background: #7ca3cd url(images/service-hardware-rollouts.png) no-repeat top right;;
}

.security-implementations {
	background: #6a6a6a url(images/service-security-implementations.png) no-repeat top right;;
}

.project-management {
	background: #a68168 url(images/service-project-management.png) no-repeat top right;;
}

.warehouse-depot {
	background: #7f9bbe url(images/service-warehouse-depot.png) no-repeat top right;;
}

.nationwide-service {
	background: #606060 url(images/service-nationwide-service.png) no-repeat top right;;
}

.smls-hover-type-1 .smls-grid-image-wrap:hover {
	background-color: #fff;
}

#footer-menu li.linkedin-logo {
	display: inline-block;
	width: 93px;
	height: 30px;
	background: url("images/linkedin-logo.png") no-repeat 0 6px;
	margin-left: 9px;
}

li.linkedin-logo a {
	text-indent: -9999px;
	display: inline-block;
	width: 93px;
	height: 21px;
}


@media screen and (max-width: 1450px) {
	.hero-wrapper {
	    background-position: calc(0% - 310px);
	}

	.hero-message {
		max-width: 50%;
	}
}


@media screen and (max-width: 1350px) {
	.hero-wrapper {
	    background-position: calc(0% - 410px);
	}

	#footer-menu li {
		font-size: 18px;
		padding: 4px 10px;
	}

	.copyright {
		margin-left: 28px;
	}


}

@media screen and (max-width: 1240px) {
	.logo-group-one {
		width: 100%;
		float: none;
	}

    .menu-footer-menu-container {
		display: none;
	}
}

@media screen and (max-width: 1150px) {
	.hero-wrapper {
	    background-position: calc(0% - 510px);
	}

}

@media screen and (max-width: 1050px) {
	.main-navigation a {
		font-size: 22px;
		margin: 0 20px;
	}

	.site-logo {
		background: #2e80c4 url('images/image-sprite-national-communications-services-inc.png') no-repeat 26px -237px;
		height: 75px;
		width: 210px;
	}

	.main-navigation {
		margin-top: 19px;
	}

	.utility-bar {
		padding: 9px 40px 22px;
	}

	.utility-bar .button, .utility-bar a.button {
		font-size: 12px;
		padding: 3px 17px 2px;
	}

	.telephone {
	    font-size: 25px;
	    line-height: 25px;
	}

	body.page-template-page-homepage .column-left h3 {
		font-size: 34px;
    	line-height: 37px;
   		margin: 0px 0 65px 0;
	}
}

@media screen and (max-width: 980px) {
	.hero-wrapper {
	    background-position: calc(0% - 575px);
	}
	
	.hero-message {
		margin-top: 130px;
	}

	.hero-message .button {
		font-size: 24px;
		padding: 14px 60px;
	}
}

@media screen and (max-width: 990px) {
	.main-navigation a {
		font-size: 21px;
		margin: 0 16px;
	}

	.main-navigation {
	    padding-right: 69px;
	}

	.sb-search {
	    top: 2px;
	    right: 10px;
	    margin-top: 10px;
	    width: 0%;
	}
}

@media screen and (max-width: 825px) {

	.site {
		padding: 0;
	}

	.utility-bar {
		display: none;
	}

	#primary {
		width: 90%;
		float: none;
		padding: 12px 0;
		margin: 0 auto;
	}

	#secondary {
		width: 90%;
		float: none;
		padding: 20px 0 40px 0;
		margin: 0 auto;
	}

	.site-logo {
		background: #2e80c4 url('images/image-sprite-national-communications-services-inc.png') no-repeat 12px -231px;
		height: 75px;
		width: 185px;
	}

	#primary-menu  {
		display: none;
	}

	.mobile-navigation,
	.slicknav_menu {
		display: block;
	}

	.slicknav_menu .slicknav_icon-bar,
	.slicknav_menu .slicknav_icon:before {
		display: none;
	}



	.sb-search {
	    top: 8px;
	    right: 59px;
	}

	.sb-search-input {
		width: 40%;
	}

	.hero-wrapper {
		background-image: none;
	}

	.hero-message {
		max-width: 100%;
		margin: 45px auto 0 auto;
		text-align: center;
	}

	.hero-message h1 {
		font-size: 105px;
	}

	body.page-template-page-homepage .column.column-left,
	body.page-template-page-homepage .column.column-center,
	body.page-template-page-homepage .column.column-right  {
		width: 100%;
		float: none;
		padding: 0 30px;
	}

	body.page-template-page-homepage .contact-wrapper {
		margin-bottom: 0;
		padding: 20px 20px 15px;
	}

	body.page-template-page-homepage .column.column-left {
		margin-bottom: 40px;
	}

	.home-footer-locations {
		padding: 20px 40px;
	}

	.home-footer-locations h2 {
		font-size: 30px;
	}

	.footer-logo {
		margin: 0 auto 30px auto;
		float: none;
	}

	.copyright {
	    float: none;
	    margin-left: 0;
	}

	.copyright p {
		width: 100%;
		text-align: center;
		float: none;
	}

}

@media screen and (max-width: 680px) {
	.single-logo {
		float: none;
		width: 100%;
		margin: 0;
	}

}