.width {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.transition-default {
  transition: all 250ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 250ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
.transition-fast {
  transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
}
.transition-slow {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
/* general reset css */
/* header wrapper */
/* header */
/* logo */
/* header holder */
/* main */
/* main area */
/* navigation box */
/* navigation */
/* drop1 */
/* drop2 */
/* main holder */
/* content */
/* sidebar */
/* box */
/* sub box */
/* sub box2 */
/* footer */
/* footer area */
/* inner page */
/* breadcrumbs */
/* inner main holder */
/* inner sidebar */
/* inner H1 */
/* inner H2 */
/* inner <p> */
/* inner main-c */
/* gallery */
#container {
  overflow: hidden;
}
.homepage_title {
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-shadow: 2px 0 0 #000;
}
.employee_owned {
  font-weight: bold;
}
.sublogo {
  text-align: center;
  color: #334A85;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
* {
  font-size: 100.01%;
}
* html .header-holder .contact div {
  padding: 20px 0 0;
}
* html .inner-main #sidebar .sub-box {
  height: 165px;
  overflow: visible;
}
* html .inner-main #sidebar .sub-box2 {
  height: 145px;
  overflow: visible;
}
* + html .header-holder .contact div {
  padding: 20px 0 0;
}
html {
  font-size: 62.5%;
}
body {
  font: 1.2em/1.583em Arial, Helvetica, sans-serif;
  background: #e9eaec;
}
a {
  transition: all 250ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 250ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
.row {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.row:after {
  clear: both;
  content: '';
  width: 100%;
  display: table;
}
.header-wrapper {
  padding-bottom: 25px;
  background-color: #1d5490;
  background-image: url(../images/bg_header_orange.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#header {
  padding-bottom: 60px;
  position: relative;
  background-image: url(../images/bg_header_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
#header address {
  position: absolute;
  top: 0;
  right: 2rem;
  color: #084e87;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  text-shadow: #fff 0px 1px 0px;
  text-align: right;
}
.header-area {
  padding: 18px 27px 0 12px;
  background: #e8e8e8;
  margin-bottom: 3em;
  box-shadow: 0 0 10px rgba(5, 50, 88, 0.77);
  background: #e9eaee;
  background: -moz-linear-gradient(top, #e9eaee 0%, #9da6b2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9eaee), color-stop(100%, #9da6b2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e9eaee 0%, #9da6b2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e9eaee 0%, #9da6b2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e9eaee 0%, #9da6b2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e9eaee 0%, #9da6b2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e9eaee, endColorstr=#9da6b2, GradientType=0);
  /* IE6-9 */
}
.logo {
  width: 180px;
  height: 60px;
  text-indent: -9999px;
  margin-left: 2rem;
  display: block;
  float: left;
  background: url(../images/NAC_2014.png) no-repeat;
}
.logo a {
  display: block;
  height: 100%;
}
.logo svg {
  position: absolute;
  left: -14px;
}
.header_title {
  color: #084e87;
  font-size: 1.4em;
  font-weight: bold !important;
  text-shadow: 1px 1px #fff;
  padding-top: .65em;
  font-family: OpenSans, serif;
}
.sub_header_title {
  color: #084e87;
  font-style: italic;
  text-shadow: 1px 1px #fff;
  font-size: 1.2em;
  font-family: OpenSans, serif;
}
.header-holder {
  padding: 5rem 2rem;
  font-size: 1.083em;
  line-height: 1.538em;
  color: #fff;
  position: relative;
}
.header-holder .text {
  position: relative;
}
.header-holder .contact a.button {
  text-decoration: none;
  background: #F47624;
  background: -moz-linear-gradient(top, #F47624 0%, #EA2A1A 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F47624), color-stop(100%, #EA2A1A));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #F47624 0%, #EA2A1A 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #F47624 0%, #EA2A1A 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #F47624 0%, #EA2A1A 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #F47624 0%, #EA2A1A 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F47624, endColorstr=#EA2A1A, GradientType=0);
  /* IE6-9 */
  border: 1px solid #d47805;
  box-shadow: inset 0 3px 1px #ffa644;
  text-shadow: 1px 1px 1px #d47805;
  border-radius: 20px;
  display: inline-block;
  padding: 1rem 2rem;
}
.header-holder .contact a.button b {
  display: block;
  font-size: 1.35em;
  text-transform: uppercase;
}
.header-holder .contact a.button:hover {
  background: #f47c13;
  background: -moz-linear-gradient(top, #f47c13 0%, #ea4715 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f47c13), color-stop(100%, #ea4715));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f47c13 0%, #ea4715 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f47c13 0%, #ea4715 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f47c13 0%, #ea4715 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f47c13 0%, #ea4715 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f47c13, endColorstr=#ea4715, GradientType=0);
  /* IE6-9 */
}
.header-holder .contact div {
  display: inline-block;
}
.header-holder .contact div a {
  color: #fff;
  text-decoration: underline;
}
.header-holder .contact div a:hover {
  text-decoration: none;
}
.header-holder img {
  position: absolute;
  right: 3em;
  top: 50%;
  transform: translateY(-40%);
}
#main {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 0 10px rgba(5, 50, 88, 0.77);
  margin-top: -80px;
}
#main .top-bar {
  border: 1px solid #999999;
  box-shadow: inset 0 0 2px white;
  background: #DBDDE2;
  background: -moz-linear-gradient(top, #DBDDE2 0%, #a9a9a9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DBDDE2), color-stop(100%, #a9a9a9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #DBDDE2 0%, #a9a9a9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #DBDDE2 0%, #a9a9a9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #DBDDE2 0%, #a9a9a9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #DBDDE2 0%, #a9a9a9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBDDE2, endColorstr=#a9a9a9, GradientType=0);
  /* IE6-9 */
  padding: 0;
}
#main .top-bar ul {
  background: transparent;
}
#main .menu.dropdown > li .submenu {
  display: none;
  background: #1e5892;
  border: 1px solid #999999;
  border-top: none;
}
#main .menu.dropdown > li > a {
  text-transform: uppercase;
  font-weight: bold;
  color: #32628a;
  padding: 1.5rem;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
}
#main .menu.dropdown > li:hover > a {
  background: #cecece;
  background: #D5D5D5;
  background: -moz-linear-gradient(top, #D5D5D5 0%, #ECECEC 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D5D5D5), color-stop(100%, #ECECEC));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #D5D5D5 0%, #ECECEC 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #D5D5D5 0%, #ECECEC 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #D5D5D5 0%, #ECECEC 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #D5D5D5 0%, #ECECEC 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D5D5D5, endColorstr=#ECECEC, GradientType=0);
  /* IE6-9 */
  border-color: #999999;
}
#main .menu.dropdown > li.is-dropdown-submenu-parent > a {
  padding-right: 2em;
}
#main .menu.dropdown > li.is-dropdown-submenu-parent > ul {
  list-style: none;
}
#main .menu.dropdown > li.is-dropdown-submenu-parent > ul.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
#main .menu.dropdown > li.is-dropdown-submenu-parent > ul li a {
  color: white;
  background: #1e5892;
  padding: 1.25rem;
}
#main .menu.dropdown > li.is-dropdown-submenu-parent > ul li a:hover {
  background: #153e68;
}
#main .menu .contact-link {
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 5px black;
  background: #555E6F;
}
#main .menu .contact-link a {
  text-transform: uppercase;
  font-weight: bolder;
  color: white;
  padding: 1.5rem;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
}
#main .menu .contact-link:hover {
  background: #F47624;
}
#main .breadcrumbs {
  padding: 6px 0 8px 19px !important;
  list-style: none;
  background: #e9eaec;
  overflow: hidden;
  font-size: 0.833em;
  line-height: normal;
}
#main .breadcrumbs li {
  font-style: italic;
  color: #545f70;
  padding: 0 3px 0 7px !important;
}
#main .breadcrumbs li:first-child {
  background: none;
}
#main .breadcrumbs a {
  font-style: normal;
  color: #545f70;
  text-decoration: none;
}
#main .breadcrumbs a:hover {
  text-decoration: underline;
}
.main-area {
  position: relative;
  padding: 0 0 0 7px;
}
.nav-holder {
  padding: 2px;
  position: relative;
}
.nav-holder:after {
  clear: both;
  display: block;
  content: "";
}
.nav-holder .contact-link {
  font-size: 0.917em;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-holder .contact-link a {
  padding-right: 29px;
  color: #fff;
  text-decoration: none;
}
.nav-holder .contact-link a span {
  padding: 6px 0 8px 14px;
  cursor: pointer;
}
.nav-holder .contact-link a:hover {
  text-decoration: underline;
}
.main-holder {
  padding: 23px 25px 0 28px;
}
#content {
  padding: 2rem;
  min-height: 60vh;
}
#sidebar {
  padding: 2rem;
  color: #5e646c;
  overflow: visible !important;
}
#sidebar .holder {
  overflow: hidden;
  font: bold 0.909em/20px Arial, Helvetica, sans-serif;
}
#sidebar .more {
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px 0 4px;
  text-decoration: none;
}
#sidebar .more:hover {
  text-decoration: underline;
}
.card-divider {
  color: #878e9a;
  font-weight: bold;
  background: #D8DAE0;
  background: -moz-linear-gradient(top, #D8DAE0 0%, #E8E9EB 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D8DAE0), color-stop(100%, #E8E9EB));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #D8DAE0 0%, #E8E9EB 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #D8DAE0 0%, #E8E9EB 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #D8DAE0 0%, #E8E9EB 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #D8DAE0 0%, #E8E9EB 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8DAE0, endColorstr=#E8E9EB, GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0 1px 2px #D8DAE0, inset 0 2px 0px #FFF;
  text-transform: uppercase;
  border-bottom: 1px solid #ced2d9;
}
.card {
  border: 1px solid #ced2d9;
}
.card.alert {
  border: 1px solid #f9ab88;
}
.card.alert .card-divider {
  color: white;
  font-weight: bold;
  background: #f9ab88;
  background: -moz-linear-gradient(top, #f9ab88 0%, #f36d23 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9ab88), color-stop(100%, #f36d23));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9ab88 0%, #f36d23 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9ab88 0%, #f36d23 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9ab88 0%, #f36d23 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9ab88 0%, #f36d23 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9ab88, endColorstr=#f36d23, GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0 1px 2px #f9ab88, inset 0 2px 0px #FFF;
  border-bottom: 1px solid #f9ab88;
}
.job-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}
.job-grid .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.job-grid .card-divider {
    flex-shrink: 0;
}

.job-grid .card-section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.job-grid .card-section a.button {
    margin-top: auto;
}

#alignright {
  padding: 1px;
  border: 1px solid #d3d6dd;
}
#footer {
  padding: 52px 0 52px;
  box-shadow: inset 0 3px 5px #2a5491;
  margin-top: -25px;
  font-size: 0.917em;
  color: #fff;
  background: #295290;
  background: #449AC3;
  background: -moz-linear-gradient(top, #449AC3 0%, #295290 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #449AC3), color-stop(100%, #295290));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #449AC3 0%, #295290 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #449AC3 0%, #295290 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #449AC3 0%, #295290 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #449AC3 0%, #295290 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#449AC3, endColorstr=#295290, GradientType=0);
  /* IE6-9 */
}
#footer .alignright {
  line-height: 16px;
  text-align: right;
}
#footer .alignright span {
  display: block;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0;
}
#footer ul li {
  padding: 0 3px 0 9px;
  display: inline;
}
#footer ul li:first-child {
  background: none;
}
.footer-area {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.footer-area > div {
  padding-bottom: 2em;
  text-align: center;
}
.inner-header .header-area {
  margin-bottom: 8rem;
}
.inner-main ul {
  padding: 0 0 0 18px;
  list-style: none;
  line-height: 1.23em;
  color: #52575f;
}
.inner-main ul li {
  padding: 0 0 3px 9px;
}
.inner-main .main-holder {
  padding: 23px 30px 0 27px;
}
.inner-main #content {
  font-size: 1.083em;
  line-height: 1.539em;
}
.inner-main #sidebar .sub-box {
  min-height: 165px;
}
.inner-main #sidebar .sub-box2 {
  min-height: 155px;
}
.inner-main h1 {
  font-size: 1.923em;
  line-height: 1.4em;
}
.inner-main h2 {
  font-size: 1.153em;
  line-height: 1em;
  color: #1e5892;
}
.inner-main .main-c {
  padding-bottom: 5px;
}
.footnote {
  display: block;
  font-style: italic;
  font-size: 0.846em;
}
.thumbscontainer ul {
  list-style-type: none !important;
}
ul.thumbs li {
  background: 0 !important;
  list-style: none !important;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  background: black;
  border-left: 10px solid black;
  border-right: 10px solid black;
}
.mfp-bottom-bar {
  left: 10px;
  width: calc(100% - 20px);
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  right: 4px;
}
.managecontainer {
  overflow: visible;
}
@media screen and (max-width: 63.9375em) {
  .title-bar {
    background: #032d4f;
    justify-content: flex-end;
    padding-right: 1rem;
  }
  #main .menu.accordion-menu > li .submenu {
    display: none;
    background: #1e5892;
    border: 1px solid #999999;
    border-top: none;
  }
  #main .menu.accordion-menu > li > a {
    text-transform: uppercase;
    font-weight: bold;
    color: #32628a;
    padding: 1.5rem;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
  }
  #main .menu.accordion-menu > li:hover > a {
    background: #cecece;
    background: #D5D5D5;
    background: -moz-linear-gradient(top, #D5D5D5 0%, #ECECEC 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D5D5D5), color-stop(100%, #ECECEC));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #D5D5D5 0%, #ECECEC 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #D5D5D5 0%, #ECECEC 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #D5D5D5 0%, #ECECEC 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #D5D5D5 0%, #ECECEC 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D5D5D5, endColorstr=#ECECEC, GradientType=0);
    /* IE6-9 */
    border-color: #999999;
  }
  #main .menu.accordion-menu > li.is-accordion-submenu-parent > a {
    padding-right: 2em;
  }
  #main .menu.accordion-menu > li.is-accordion-submenu-parent > ul {
    list-style: none;
  }
  #main .menu.accordion-menu > li.is-accordion-submenu-parent > ul.is-accordion-submenu.js-accordion-active {
    display: block;
  }
  #main .menu.accordion-menu > li.is-accordion-submenu-parent > ul li a {
    color: white;
    background: #1e5892;
    padding: 1.25rem;
  }
  #main .menu.accordion-menu > li.is-accordion-submenu-parent > ul li a:hover {
    background: #153e68;
  }
  #main .menu .contact-link {
    width: 100%;
  }
  #main .menu .contact-link a {
    width: 100%;
  }
}
@media screen and (min-width: 40rem) {
  .header-holder img {
    max-width: 35%;
  }
  .header-holder .text {
    max-width: 55%;
  }
}
@media screen and (max-width: 39.9375rem) {
  .header-holder {
    padding: 2rem 2rem 5rem;
  }
  .header-holder img {
    display: none;
  }
  .logo {
    width: 35%;
    max-width: 100px;
    background-size: 100%;
    background-position-y: center;
    margin-right: .5em;
    margin-left: 0;
  }
  .logo svg {
    display: none;
  }
  .sublogo {
    display: none;
  }
  .header_title,
  .sub_header_title {
    font-size: 1em;
    white-space: nowrap;
  }
  .inner-header .header-area {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 800px) {
  #header address {
    display: none;
  }
}
