/* IMPORT THE FRAMEWORK */
/* /////////////// MIXIN FUNCTIONS /////////////// */
/*  LINEAR GRADIENTS  */
/*  BREAKPOINTS  */
/*  VISUAL STYLES  */
.main-content h3, .main-content p, .h-contact-info {
  font-family: Helvetica, sans-serif;
}

.button, .back-link, .alt-button, .main-content h1, .main-content h2, .more-info, .primary-nav a, .call-us, .call-us span, .footer-nav .f-nav-services a {
  text-transform: uppercase;
}

/*  LAYOUT FRAMEWORK  */
.main-content, .header-inner, .pagination, .breadcrumbs, .footer-nav, footer {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 1319px) {
  .main-content, .header-inner, .pagination, .breadcrumbs, .footer-nav, footer {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.button, .back-link, .alt-button, .main-content li, .header-inner, .pagination, .footer-nav, .form-group {
  position: relative;
}

.main-content li:before, .h-contact-info, .primary-nav, .menu-burger, .menu-burger span, .form-group .form-label, .form-tooltip, .form-group label.error {
  position: absolute;
}

.footer-nav .f-nav-services, .txbx, .form-group input, .form-group textarea, .main-content li:before, .img-wrapper img, .logo, .menu-burger span, .back-link, .footer-nav .f-nav-services a, .footer-nav .footer-logo img {
  display: block;
}

.button, .back-link, .alt-button, .h-contact-info .f-phone, .h-contact-info .f-email, .call-us p, .call-us span, .pagination {
  display: inline-block;
  zoom: 1;
}

.footer-nav .f-nav-services, .txbx, .form-group input, .form-group textarea {
  box-sizing: border-box;
}

.menu-burger span {
  transition: .1s ease-in-out;
}

.left-content, .right-content {
  text-align: left;
}

.button, .back-link, .alt-button, body, .call-us, .call-us span, .pagination .innerpag, .footer-nav .footer-logo {
  text-align: center;
}

.main-content h1, .main-content h2, section, header, .call-us, .pagination, .footer-wrapper, .footer-nav, footer, .form-group {
  clear: both;
}

.main-content h1:after, .main-content h2:after, section:after, header:after, .call-us:after, .pagination:after, .footer-wrapper:after, .footer-nav:after, footer:after, .form-group:after {
  display: table;
  content: '';
  clear: both;
}

.hidden, .form-tooltip, .form-group label.error {
  display: none;
}

/*  COLUMN FRAMEWORK  */
.footer-nav .f-nav-services {
  float: left;
}

/* LOOP TO CREATE A CLASS FOR EACH COLUMN WIDTH */
/* --------------------------------- */
/* /////// SITE SPECIFIC STYLES //// */
/* --------------------------------- */
.menu-burger span {
  transition: .15s ease-in-out;
}

.button, .back-link, .alt-button {
  width: 150px;
  margin: 1em 1em 0 0;
  padding: 1em 1.5em;
  color: #FFF !important;
  border: none;
  cursor: pointer;
  font-size: 0.95em;
  border-bottom: 1px solid #fff;
}

.button, .back-link {
  background-color: #da560a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f56f22), to(#da560a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f56f22, #da560a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f56f22, #da560a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f56f22, #da560a);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f56f22, #da560a);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f56f22, #da560a);
}

.button:hover, .back-link:hover {
  background-color: #da560a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f53), to(#da560a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f78f53, #da560a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f78f53, #da560a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f78f53, #da560a);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f78f53, #da560a);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f78f53, #da560a);
}

.button:active, .back-link:active {
  background-color: #c24c09;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#da560a), to(#c24c09));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #da560a, #c24c09);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #da560a, #c24c09);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #da560a, #c24c09);
  /* IE10 */
  background-image: -o-linear-gradient(top, #da560a, #c24c09);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #da560a, #c24c09);
}

.alt-button {
  background-color: #0d0d0d;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#0d0d0d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #333333, #0d0d0d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #333333, #0d0d0d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #333333, #0d0d0d);
  /* IE10 */
  background-image: -o-linear-gradient(top, #333333, #0d0d0d);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #333333, #0d0d0d);
}

.alt-button:hover {
  background-color: #1a1919;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4c4c), to(#1a1919));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #4d4c4c, #1a1919);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #4d4c4c, #1a1919);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #4d4c4c, #1a1919);
  /* IE10 */
  background-image: -o-linear-gradient(top, #4d4c4c, #1a1919);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #4d4c4c, #1a1919);
}

.alt-button:active {
  background-color: #0d0d0d;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1919), to(#0d0d0d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #1a1919, #0d0d0d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #1a1919, #0d0d0d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #1a1919, #0d0d0d);
  /* IE10 */
  background-image: -o-linear-gradient(top, #1a1919, #0d0d0d);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #1a1919, #0d0d0d);
}

.txbx, .form-group input, .form-group textarea {
  width: 100%;
  padding: .8em 0.5em;
  background: #f8f8f8;
  font-size: 0.9em !important;
  border: 1px solid #f56f22;
  font-family: Calibri, sans-serif;
  font-weight: normal;
  outline: none;
  color: #666464 !important;
}

.txbx:hover, .form-group input:hover, .form-group textarea:hover {
  border-color: #696969;
}

.txbx:focus, .form-group input:focus, .form-group textarea:focus {
  border-color: #2a2a2a;
}

@media screen and (max-width: 500px) {
  .txbx, .form-group input, .form-group textarea {
    font-size: 1em;
  }
}

.border-left {
  border-left: 3px solid #FFF;
}

.main-content h1, .main-content h2 {
  font-weight: normal;
  margin-bottom: 0.2em;
}

.main-content h1 {
  font-size: 1.6em;
  color: #f56f22;
}

.main-content h2 {
  font-size: 1.5em;
  color: #f56f22;
}

.main-content h3 {
  font-style: oblique;
  font-size: 1em !important;
  color: #f57c40 !important;
}

.main-content h3, .main-content p, .h-contact-info {
  font-weight: normal;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0.9em 0;
}

.main-content a, .more-info, .pagination a, .breadcrumbs a, .footer-nav .f-nav-services a, footer a {
  color: #f56f22;
  transition: .1s ease-in-out;
}

.main-content a:hover, .more-info:hover, .pagination a:hover, .breadcrumbs a:hover, .footer-nav .f-nav-services a:hover, footer a:hover {
  color: #792f05;
}

.main-content a:active, .more-info:active, .pagination a:active, .breadcrumbs a:active, .footer-nav .f-nav-services a:active, footer a:active {
  color: #7a7a7f;
}

body {
  background-color: #0d0e0e;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#0d0e0e));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #262626, #0d0e0e);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #262626, #0d0e0e);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #262626, #0d0e0e);
  /* IE10 */
  background-image: -o-linear-gradient(top, #262626, #0d0e0e);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #262626, #0d0e0e);
  color: #FFF;
}

/* --------------------------------- */
/* /////// END SITE STYLES ///////// */
/* --------------------------------- */
/* RESET & HTML5 */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, button, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

header, footer, nav, section, article, aside {
  display: block;
}

input, button, textarea, select {
  -webkit-appearance: none;
}

dl, dt, dd, ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:focus {
  outline: none;
}

::selection {
  background: #6CCBE2;
  color: #fff;
}

::-moz-selection {
  background: #6CCBE2;
  color: #fff;
}

a[href^=tel] {
  color: inherit;
}

body {
  font-family: Calibri, sans-serif;
  font-weight: normal;
  background-color: #000;
  color: #dcdcdc;
}

.main-content {
  padding: 3em 0;
}

.main-content ul {
  margin: 0 0 0 1.5em;
}

.main-content li {
  padding-left: 18px;
  line-height: 1.4em;
  font-size: 0.9em;
}

.main-content li:before {
  content: ' ';
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #f56f22;
}

section {
  padding: 1.5em 0;
}

.left-content, .right-content {
  float: left;
}

.left-content {
  width: 69%;
  padding-right: 5%;
  border-right: 1px solid #333;
}

.right-content {
  width: 20%;
  padding-left: 5%;
}

.left-divider {
  color: #fff;
}

/* IMAGE WRAPPER */
.img-wrapper img {
  width: 100%;
}

/* HEADER */
header {
  background: #000;
  border-bottom: 1px solid #f56f22;
}

.header-inner {
  height: 118px;
}

/* HEADER CONTACT INFO */
.h-contact-info {
  top: 8px;
  right: 1.5em;
}

.h-contact-info .f-phone, .h-contact-info .f-email {
  font-size: 1.1em;
  background-image: url(/images/global/header-contact-icons.png);
  background-repeat: no-repeat;
  padding-left: 26px;
  background-size: 20px;
  margin-right: 1.5em;
}

.h-contact-info .f-phone {
  background-position: 0 0px;
}

.h-contact-info .f-email {
  background-position: 0 -56px;
}

/* LOGO */
.logo {
  position: absolute;
  width: 490px;
  overflow: hidden;
  top: -8px;
}

/* PRIMARY NAV */
.primary-nav {
  top: 60px;
  right: 20px;
  z-index: 99999 !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
}

.primary-nav a {
  font-size: 0.95em;
  transition: .1s ease-in-out;
  color: #fff;
  padding: 0 0.5em 0.3em 0.5em;
}

.primary-nav a:hover {
  color: #f56f22;
}

/* ACTIVE HIGHLIGHTS */
.home-page .home-link, .about-page .about-link, .services-page .services-link, .service-page .services-link, .gallery-page .gallery-link, .testimonials-page .testimonials-link, .contact-page .contact-link, .blog-page .blog-link {
  color: #f56f22;
}

/* MENU BURGER */
.menu-burger {
  top: 40px;
  right: 0;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1000;
}

.menu-burger:hover span {
  background-color: #f56f22;
}

.menu-burger:active span:nth-of-type(1) {
  top: -3px;
}

.menu-burger:active span:nth-of-type(4) {
  top: 27px;
  opacity: 0.7;
}

.menu-burger span {
  left: 50%;
  width: 35px;
  margin-left: -20px;
  height: 5px;
  opacity: 1;
  background-color: #666;
  transform: rotate(0deg);
}

.menu-burger span:nth-of-type(1) {
  top: 0px;
}

.menu-burger span:nth-of-type(2), .menu-burger span:nth-of-type(3) {
  top: 12px;
}

.menu-burger span:nth-of-type(4) {
  top: 25px;
}

.menu-burger.open span {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}

.menu-burger.open span:nth-of-type(1),
.menu-burger.open span:nth-of-type(4) {
  top: 21px;
  margin-left: 0;
  width: 0;
  opacity: 0;
}

.menu-burger.open span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-burger.open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-burger.open:active span:nth-of-type(1),
.menu-burger.open:active span:nth-of-type(4) {
  top: 21px;
  margin-left: 0;
  width: 0;
  opacity: 0;
}

.menu-burger.open:active span:nth-of-type(2) {
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}

.menu-burger.open:active span:nth-of-type(3) {
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

.call-us {
  margin: 3% 0 2% 0;
  padding: 0.5em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #2B7697;
  font-size: 1.3em;
  clear: both;
}

.call-us p {
  margin-right: 1.5em;
}

.call-us span {
  background-color: #da560a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f56f22), to(#da560a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f56f22, #da560a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f56f22, #da560a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f56f22, #da560a);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f56f22, #da560a);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f56f22, #da560a);
  margin: 0.5em 0;
  padding: 1em 2em;
  color: #FFF !important;
  font-size: 0.9em;
}

.back-link {
  margin: 1.5em 0 3em 0;
}

.pagination {
  margin: 1.5em 0;
}

.pagination .next {
  float: right;
  text-align: right;
}

.pagination .prev {
  float: left;
  text-align: left;
}

.breadcrumbs {
  color: #fff;
  padding: 1.5em 0;
  border-top: 1px solid #666;
}

.breadcrumbs .location, .breadcrumbs .top-link {
  background: url("/images/global/breadcrumb-icons.png") no-repeat;
}

.breadcrumbs .location {
  float: left;
  padding: 6px 0 6px 35px;
  background-position: left top;
  background-size: 27px;
}

.breadcrumbs .top-link {
  float: right;
  padding: 6px 30px 3px 0;
  background-position: right bottom;
  background-size: 20px;
}

.footer-wrapper {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #fff;
  background: url("/images/global/footer-bg.jpg") no-repeat center top;
}

.footer-nav {
  padding: 1.5em 0;
}

.footer-nav .f-nav-services {
  width: 80%;
  padding-left: 1.5em;
}

.footer-nav .f-nav-services a {
  padding-left: 1.5em;
  margin: 0.5em 0;
}

.footer-nav .f-nav-services a:hover {
  color: #f56f22;
}

.footer-nav .footer-logo img {
  width: 140px;
  padding: 0.5em 0 1.5em 2.5em;
}

footer {
  padding: 3em 0;
}

footer p {
  font-size: 0.8em;
  color: #fff;
}

footer .copyright {
  float: left;
}

footer .credit {
  float: right;
}

footer .credit a {
  padding: 0.4em 1.8em 0.3em 0;
  background: url("/images/global/ncs-logo.png") no-repeat right center;
  background-size: 16px;
}

footer .footer-policy {
  padding-right: 0.8em;
}

.form-group {
  display: block;
}

.form-group:not(:last-child) {
  margin-bottom: 30px;
}

.form-group.half textarea {
  margin-bottom: 0;
  height: 222px;
}

.form-group .hidden-fields {
  display: none;
}

.form-group .form-label {
  top: .6em;
  left: 30px;
  padding: 2px 0.5em;
  font-size: 1.1em;
  color: #000;
  transition: top .1s ease-in-out;
}

.form-group .has-text ~ .form-label {
  top: .3em;
  color: #777;
  font-size: .5em;
}

.form-tooltip, .form-group label.error {
  bottom: 100%;
  left: 25px;
  padding: 3px 10px;
  background-color: #f56f22;
  color: #fff;
  font-size: .9em;
  text-align: left;
  animation: fade-in 0.3s 1 cubic-bezier(0.34, 1.1, 0.48, 1.04);
  -webkit-animation: fade-in 0.3s 1 cubic-bezier(0.34, 1.1, 0.48, 1.04);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media screen and (min-width: 901px) {
  .menu-burger {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  header {
    overflow: hidden;
  }
}

@media screen and (max-width: 800px) {
  .logo {
    width: 436px;
    left: -5px;
    top: -3px;
  }
  .h-contact-info {
    width: 35%;
    top: 20px;
    line-height: 1.8em;
  }
  .h-contact-info .f-phone, .h-contact-info .f-email {
    font-size: 1em;
  }
  .h-contact-info .f-email {
    background-position: 0 -54px;
  }
  .primary-nav {
    position: absolute;
    display: none;
    top: 101%;
    right: 0;
    width: 50%;
    padding: 0.3em 0em;
    background-color: #333;
    z-index: 10000 !important;
    text-align: center;
  }
  .primary-nav:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 100%;
    right: 10px;
    border-bottom: 10px solid #333;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .primary-nav.open {
    display: block;
  }
  .primary-nav a {
    display: block;
    margin-left: 0;
    padding: 10px 0px 10px 0px;
    font-size: 1em;
    color: #fff;
    border-bottom: 1px solid #666;
  }
  .primary-nav a:hover {
    background-color: #f56f22;
    color: #fff;
  }
  .primary-nav a:last-of-type {
    border-bottom: none;
  }
  .footer-nav .f-nav-services {
    width: 50%;
    padding-left: 0;
    float: left;
  }
  .footer-nav .f-nav-services a {
    padding-left: 0.5em;
  }
  .footer-nav .footer-logo {
    width: 50%;
    float: left;
  }
  .footer-nav .footer-logo img {
    float: right;
    padding: 0.5em 0 1.5em 0em;
  }
  .left-content, .right-content {
    float: left;
  }
  .left-content {
    width: 100%;
    padding-right: 0%;
    border-right: none;
  }
  .right-content {
    width: 100%;
    padding-left: 0%;
  }
}

@media screen and (max-width: 700px) {
  .header-inner {
    height: 80px;
  }
  .logo {
    width: 325px;
    overflow: hidden;
    top: -4px;
  }
  .h-contact-info {
    width: 100%;
    top: 38px;
    right: 0px;
  }
  .h-contact-info .f-phone, .h-contact-info .f-email {
    width: 50%;
    float: left;
    font-size: 1.1em;
    background-size: 18px;
  }
  .h-contact-info .f-phone {
    margin-right: 1.5em;
  }
  .h-contact-info .f-email {
    display: none;
  }
  .main-content ul {
    margin: 0 0 0 0;
  }
  .call-us {
    margin: 3% 0 2% 0;
    padding: 0.5em 0;
    font-size: 1.1em;
  }
  .call-us p {
    margin-right: 0;
  }
  .call-us span {
    padding: 1em 1em;
    color: #FFF !important;
    font-size: 1em;
  }
  footer {
    padding: 1.5em 0;
  }
  footer p {
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    padding-bottom: 0.8em;
  }
  .breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .form-group .form-label {
    font-size: 1em;
  }
}

@media screen and (max-width: 414px) {
  .hero {
    height: 240px;
  }
}

@media screen and (max-width: 374px) {
  .logo {
    width: 240px;
    overflow: hidden;
    top: 8px;
  }
  .h-contact-info {
    display: none;
  }
}
