/**
* Default Styles
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @copyright 2015 All Rights Reserved
*
* @author Network Technology Solutions, LLC
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
/**
* Fonts
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@import url(//fonts.googleapis.com/css?family=Merriweather:300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Raleway:400,500,600,700);
body {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333; }

h1 {
  font-size: 30px;
  color: #335542;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  margin: 15px 0px 15px 0px; }

h2 {
  color: #605237;
  font-size: 26px;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  margin: 15px 0px 15px 0px; }

h3 {
  color: #447258;
  font-size: 22px;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  margin: 15px 0px 15px 0px; }

h4 {
  color: #997637;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin: 10px 0px 10px 0px; }

h5 {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin: 10px 0px 10px 0px; }

h6 {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin: 5px 0px 5px 0px; }

strong {
  font-weight: 600; }

p {
  margin: 15px 0px 15px 0px; }

a, a:visited {
  color: #694303; }

a:active, a:hover {
  color: #CC9D4A;
  text-decoration: underline; }

strong, b {
  font-weight: 700; }

.btn {
  color: #FFFFFF !important; }

.btn-default, .btn-default:visited,
a.btn-default, a.btn-default:visited {
  color: #FFFFFF;
  background-color: #447258;
  border-color: #447258; }

.btn-default:hover, .btn-default:active,
a.btn-default:hover, a.btn-default:active {
  background-color: #3a624c;
  border-color: #3a624c; }

.btn-info, .btn-info:visited,
a.btn-info, a.btn-info:visited {
  color: #000000;
  background-color: #CC9D4A;
  border-color: #CC9D4A; }

.btn-info:hover, .btn-info:active,
a.btn-info:hover, a.btn-info:active {
  background-color: #d2a85e;
  border-color: #d2a85e; }

.btn-search {
  color: #000000 !important; }

.header-links {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0px 5px 0px;
  height: 25px; }
  .header-links .navbar-nav.quick-links a {
    text-transform: uppercase;
    border-right: 1px solid #333333;
    padding: 0px 10px 0px 10px;
    line-height: 15px; }
  .header-links .navbar-nav.quick-links a, .header-links .navbar-nav.quick-links a:visited {
    color: #333333;
    font-weight: 500;
    text-decoration: none; }
  .header-links .navbar-nav.quick-links a:active, .header-links .navbar-nav.quick-links a:hover {
    color: #333333;
    font-weight: 500;
    text-decoration: underline;
    background-color: transparent; }
  .header-links .navbar-nav.quick-links li:last-of-type a, .header-links .navbar-nav.quick-links li:nth-last-child(2) a {
    border-right: 0;
    padding-right: 0; }

.header-search {
  margin: 0;
  margin-top: -5px;
  padding: 0;
  vertical-align: middle;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  width: 25px; }
  .header-search .searchbox {
    position: relative;
    min-width: 25px;
    width: 0%;
    height: 25px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
  .header-search .searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #FFFFFF;
    width: 0;
    height: 25px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333333; }
  .header-search .searchbox-input::-webkit-input-placeholder {
    color: #333333; }
  .header-search .searchbox-input:-moz-placeholder {
    color: #333333; }
  .header-search .searchbox-input::-moz-placeholder {
    color: #333333; }
  .header-search .searchbox-input:-ms-input-placeholder {
    color: #333333; }
  .header-search .searchbox-icon,
  .header-search .searchbox-submit {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #333333;
    background: #EEEEEE; }
  .header-search .searchbox-open {
    width: auto; }

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px; }

.header-phone {
  float: right;
  font-size: 18px;
  color: #666666;
  padding-right: 15px;
  margin-top: 10px;
  border-right: 1px solid #CCCCCC;
  margin-right: 15px; }

.header-social-media {
  float: right; }
  .header-social-media .fa {
    vertical-align: middle; }

nav {
  height: 210px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.nav-top {
  background-color: #FFFFFF;
  padding: 0px 0px 0px 0px;
  height: 160px;
  margin-top: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
  .nav-top .nav-top-row-wrapper {
    background-color: #EEEEEE; }

.nav-mobile {
  background-color: #FFFFFF; }
  .nav-mobile .text-left {
    text-align: left !important; }
  .nav-mobile .navbar-toggle, .nav-mobile .search-toggle {
    margin-top: -2px !important;
    margin-bottom: 0;
    border: 0 !important;
    background-color: #3a624c !important;
    padding: 8px; }
  .nav-mobile .search-toggle {
    float: right;
    margin-right: 0;
    margin-left: 15px; }
  .nav-mobile .navbar-toggle {
    float: none;
    margin-left: 0;
    margin-right: 15px; }
  .nav-mobile .navbar-toggle .fa, .nav-mobile .search-toggle .fa {
    color: #FFFFFF !important; }

.nav-main {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  background-color: #447258;
  width: 100%;
  height: auto;
  border: 0 !important; }
  .nav-main .container {
    height: 50px;
    position: relative; }
  .nav-main .caret {
    display: none; }
  .nav-main .home-icon {
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px 0px 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px !important; }
    .nav-main .home-icon .fa-home {
      vertical-align: middle;
      color: #FFFFFF; }
  .nav-main .design-1-block-1 {
    display: inline-block; }
  .nav-main ul.nav {
    list-style-type: none;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s; }
    .nav-main ul.nav li {
      vertical-align: top; }
      .nav-main ul.nav li a {
        height: 50px;
        line-height: 50px;
        background-color: transparent;
        padding: 0px 15px 0px 15px;
        margin: 0;
        color: #FFFFFF;
        text-transform: uppercase; }
        .nav-main ul.nav li a .fa {
          vertical-align: middle; }
      .nav-main ul.nav li a:hover {
        background-color: #3a624c; }
    .nav-main ul.nav .open .dropdown-toggle {
      background-color: #3a624c; }
    .nav-main ul.nav ul.dropdown-menu {
      margin-top: 0;
      border-top-width: 0; }
      .nav-main ul.nav ul.dropdown-menu a {
        font-size: 16px;
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        color: #447258;
        height: 40px;
        line-height: 40px;
        padding: 0px 15px 0px 15px;
        margin: 0;
        text-transform: none; }
      .nav-main ul.nav ul.dropdown-menu a:hover {
        background-color: #447258;
        color: #FFFFFF; }
      .nav-main ul.nav ul.dropdown-menu .dropdown-header {
        text-transform: uppercase;
        font-size: 18px;
        font-family: "Merriweather", sans-serif;
        font-weight: 600;
        color: #3a624c;
        height: 40px;
        line-height: 40px;
        padding: 0px 10px 0px 10px; }

nav.small {
  height: 80px !important; }
  nav.small .nav-top {
    margin-top: -160px; }
  nav.small .nav-main {
    height: 80px !important;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08); }
    nav.small .nav-main .home-icon {
      display: none; }
    nav.small .nav-main #navigation_1 li, nav.small .nav-main #navigation_3 li, nav.small .nav-main .navigation_1 li, nav.small .nav-main .navigation_3 li {
      margin-top: 15px; }
      nav.small .nav-main #navigation_1 li a, nav.small .nav-main #navigation_3 li a, nav.small .nav-main .navigation_1 li a, nav.small .nav-main .navigation_3 li a {
        color: #333333;
        font-size: 16px;
        border-radius: 20px;
        padding: 0px 20px 0px 20px; }
      nav.small .nav-main #navigation_1 li a:hover, nav.small .nav-main #navigation_3 li a:hover, nav.small .nav-main .navigation_1 li a:hover, nav.small .nav-main .navigation_3 li a:hover {
        color: #FFFFFF; }
  nav.small .navbar-collapse.collapse {
    height: 80px !important; }
  nav.small .minilogo {
    left: 0;
    top: 5px; }
    nav.small .minilogo img {
      max-height: 70px; }

.navbar-collapse {
  display: block;
  border-top: 0 !important;
  box-shadow: none;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: auto;
  height: 0;
  max-height: 400px; }

.navbar-collapse.in, .navbar-collapse.collapsing {
  display: block;
  overflow-y: auto;
  height: auto;
  max-height: 400px; }

.minilogo {
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
  .minilogo a {
    text-decoration: none !important; }

ul.mega-menu li.dropdown {
  position: static; }
ul.mega-menu ul.dropdown-menu {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  width: auto;
  height: auto; }
  ul.mega-menu ul.dropdown-menu li.col-xs-12.col-sm-6.col-md-3 {
    min-height: 180px; }
  ul.mega-menu ul.dropdown-menu a {
    height: auto !important;
    line-height: 1 !important;
    display: block;
    word-wrap: break-word;
    padding: 10px 0px 10px 5px !important; }
  ul.mega-menu ul.dropdown-menu a:hover {
    text-decoration: none; }
  ul.mega-menu ul.dropdown-menu .dropdown-header {
    height: auto !important;
    line-height: 1 !important;
    padding: 10px 0px 10px 5px !important;
    border-bottom: 1px solid #81b497; }

@media (max-width: 767px) {
  ul.mega-menu ul.dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    ul.mega-menu ul.dropdown-menu li.col-xs-12.col-sm-6.col-md-3 {
      min-height: 1px; }
    ul.mega-menu ul.dropdown-menu a {
      height: 40px !important;
      line-height: 40px !important;
      padding: 0px 20px 0px 20px !important; }
    ul.mega-menu ul.dropdown-menu .dropdown-header {
      height: 40px !important;
      line-height: 40px !important;
      padding: 0px 20px 0px 20px !important; } }
.top-banner .container-fluid {
  padding: 0 !important;
  margin: 0 !important; }
.top-banner .row {
  padding: 0 !important;
  margin: 0 !important; }
.top-banner .col-xs-12, .top-banner .col-sm-12, .top-banner .col-md-12, .top-banner .col-lg-12 {
  padding: 0 !important;
  margin: 0 !important; }
.top-banner img {
  min-width: 100% !important; }
.top-banner .carousel-control .glyphicon-chevron-left, .top-banner .carousel-control .glyphicon-chevron-right,
.top-banner .carousel-control .icon-next, .top-banner .carousel-control .icon-prev {
  font-size: 50px;
  height: 50px;
  width: 50px;
  color: #FFFFFF; }
.top-banner .carousel-indicators {
  display: none; }
.top-banner .carousel-indicators li {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.5); }
.top-banner .carousel-indicators .active {
  color: rgba(255, 255, 255, 0.99); }
.top-banner .item-description {
  display: none !important; }
.top-banner .slide-description {
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle; }
  .top-banner .slide-description .slide-description-wrapper .slide-title {
    display: none; }
  .top-banner .slide-description .slide-description-wrapper .slide-caption {
    display: block;
    height: auto;
    width: 100%;
    font-family: "Merriweather", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000; }

.banner-wrapper {
  position: relative;
  top: 0;
  z-index: 1; }
  .banner-wrapper .slide-description {
    display: flex !important; }
  .banner-wrapper .banner-search {
    position: absolute;
    z-index: 2; }
    .banner-wrapper .banner-search form {
      margin: 0 auto 0 auto; }
      .banner-wrapper .banner-search form .input-group {
        border: 10px solid rgba(255, 255, 255, 0.5); }
      .banner-wrapper .banner-search form .form-control {
        border-radius: 0;
        padding: 22px 10px 22px 10px;
        font-size: 20px;
        color: #666666;
        font-weight: 500;
        border: 0; }
      .banner-wrapper .banner-search form .form-control::-webkit-input-placeholder {
        color: #666666; }
      .banner-wrapper .banner-search form .form-control:-moz-placeholder {
        color: #666666; }
      .banner-wrapper .banner-search form .form-control::-moz-placeholder {
        color: #666666; }
      .banner-wrapper .banner-search form .form-control:-ms-input-placeholder {
        color: #666666; }
      .banner-wrapper .banner-search form .input-group-btn {
        background-color: #FFFFFF; }
        .banner-wrapper .banner-search form .input-group-btn .btn-search {
          background-color: transparent;
          border: 0; }
        .banner-wrapper .banner-search form .input-group-btn .fa-search {
          color: #CCCCCC; }
  .banner-wrapper .carouselButtons {
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px; }
    .banner-wrapper .carouselButtons button {
      border-radius: 50%;
      background-color: transparent;
      border: 2px solid #FFFFFF;
      color: #FFFFFF; }
  .banner-wrapper .carousel img:focus, .banner-wrapper .carousel a img:focus {
    outline: inset; }

main {
  margin-top: 210px;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%; }

section {
  padding-top: 20px;
  padding-bottom: 20px; }
  section #content a {
    font-weight: 600; }
  section .icon-bar {
    width: 100%;
    height: auto;
    text-align: center;
    color: #444444;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase; }
    section .icon-bar img {
      margin-right: auto;
      margin-left: auto;
      display: block;
      margin-bottom: 5px;
      max-width: 105px; }
    section .icon-bar a, section .icon-bar a:visited {
      color: #444444;
      text-decoration: none;
      font-weight: 400; }
    section .icon-bar a:active, section .icon-bar a:hover {
      color: #447258;
      text-decoration: none;
      font-weight: 400; }
    section .icon-bar a.active, section .icon-bar a.active:visited {
      color: #447258;
      font-weight: 400; }
    section .icon-bar a.active:hover, section .icon-bar a.active:active {
      color: #444444;
      font-weight: 400; }
    section .icon-bar .arrow {
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #eeeeee;
      text-align: center;
      margin: 10px auto 0px auto; }
  section .feeds {
    background-color: #EEEEEE;
    padding: 30px 0px 30px 0px; }
    section .feeds .design-block-4 h4.article-title a, section .feeds .design-block-5 h4.article-title a, section .feeds .design-block-6 h4.article-title a {
      font-weight: 400; }
    section .feeds .design-block-4 a, section .feeds .design-block-4 a:visited, section .feeds .design-block-5 a, section .feeds .design-block-5 a:visited, section .feeds .design-block-6 a, section .feeds .design-block-6 a:visited {
      font-weight: 400; }
    section .feeds .design-block-4 a:hover, section .feeds .design-block-4 a:active, section .feeds .design-block-5 a:hover, section .feeds .design-block-5 a:active, section .feeds .design-block-6 a:hover, section .feeds .design-block-6 a:active {
      font-weight: 400;
      text-decoration: none; }
    section .feeds .design-block-4 .activity-feed .activity-feed-title, section .feeds .design-block-5 .activity-feed .activity-feed-title, section .feeds .design-block-6 .activity-feed .activity-feed-title {
      display: block !important; }
      section .feeds .design-block-4 .activity-feed .activity-feed-title h2, section .feeds .design-block-5 .activity-feed .activity-feed-title h2, section .feeds .design-block-6 .activity-feed .activity-feed-title h2 {
        color: #447258;
        font-family: "Merriweather", sans-serif;
        font-weight: 400;
        font-size: 26px;
        text-transform: uppercase; }
    section .feeds .design-block-4 .article-title, section .feeds .design-block-4 .article-title a, section .feeds .design-block-5 .article-title, section .feeds .design-block-5 .article-title a, section .feeds .design-block-6 .article-title, section .feeds .design-block-6 .article-title a {
      color: #333333;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      text-decoration: none; }
    section .feeds .design-block-4 .article-content, section .feeds .design-block-4 .article-content a, section .feeds .design-block-4 .article-content:hover, section .feeds .design-block-5 .article-content, section .feeds .design-block-5 .article-content a, section .feeds .design-block-5 .article-content:hover, section .feeds .design-block-6 .article-content, section .feeds .design-block-6 .article-content a, section .feeds .design-block-6 .article-content:hover {
      color: #333333;
      font-weight: 400; }
    section .feeds .design-block-4 .article-body.col-xs-12.col-sm-10, section .feeds .design-block-4 .article-content, section .feeds .design-block-5 .article-body.col-xs-12.col-sm-10, section .feeds .design-block-5 .article-content, section .feeds .design-block-6 .article-body.col-xs-12.col-sm-10, section .feeds .design-block-6 .article-content {
      width: 100% !important; }
    section .feeds .design-block-4 .article-body p.text-muted, section .feeds .design-block-5 .article-body p.text-muted, section .feeds .design-block-6 .article-body p.text-muted {
      margin: 5px 0px 5px 0px; }
    section .feeds .design-block-4 .upcoming-events, section .feeds .design-block-5 .upcoming-events, section .feeds .design-block-6 .upcoming-events {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      section .feeds .design-block-4 .upcoming-events li, section .feeds .design-block-5 .upcoming-events li, section .feeds .design-block-6 .upcoming-events li {
        padding: 0px 0px 15px 0px;
        margin: 0; }
      section .feeds .design-block-4 .upcoming-events li:nth-of-type(4), section .feeds .design-block-5 .upcoming-events li:nth-of-type(4), section .feeds .design-block-6 .upcoming-events li:nth-of-type(4) {
        display: none; }
      section .feeds .design-block-4 .upcoming-events li:nth-of-type(5), section .feeds .design-block-5 .upcoming-events li:nth-of-type(5), section .feeds .design-block-6 .upcoming-events li:nth-of-type(5) {
        display: none; }
    section .feeds .design-block-4 .upcoming-events-heading, section .feeds .design-block-5 .upcoming-events-heading, section .feeds .design-block-6 .upcoming-events-heading {
      display: none; }
    section .feeds .design-block-4 .event-location:before, section .feeds .design-block-5 .event-location:before, section .feeds .design-block-6 .event-location:before {
      content: "Location: ";
      font-weight: 600; }
    section .feeds .design-block-4 .event-title, section .feeds .design-block-4 .event-title a, section .feeds .design-block-5 .event-title, section .feeds .design-block-5 .event-title a, section .feeds .design-block-6 .event-title, section .feeds .design-block-6 .event-title a {
      font-size: 16px;
      font-weight: 500;
      color: #333333;
      text-transform: uppercase; }
    section .feeds .design-block-4 .article-date, section .feeds .design-block-4 .event-date, section .feeds .design-block-5 .article-date, section .feeds .design-block-5 .event-date, section .feeds .design-block-6 .article-date, section .feeds .design-block-6 .event-date {
      font-size: 13px;
      color: #666666;
      font-weight: 500; }
    section .feeds .design-block-4 .event-start-timezone, section .feeds .design-block-5 .event-start-timezone, section .feeds .design-block-6 .event-start-timezone {
      display: none; }
    section .feeds .design-block-4 .event-details, section .feeds .design-block-5 .event-details, section .feeds .design-block-6 .event-details {
      display: none; }
    section .feeds h1 {
      font-family: "Merriweather", sans-serif;
      font-weight: 400;
      font-size: 26px;
      text-transform: uppercase; }
    section .feeds h2 {
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      color: #333333; }
    section .feeds .btn-info, section .feeds .btn, section .feeds .btn-lg {
      font-size: 16px;
      font-weight: 600 !important;
      text-transform: uppercase;
      color: #000000 !important; }
  section .content .staff-photo {
    border-radius: 10px;
    height: auto !important;
    width: auto !important;
    max-width: 200px;
    border: 0 !important; }
  section .content .staff-photo-caption {
    font-weight: 500;
    color: #666666; }
    section .content .staff-photo-caption a.btn {
      margin-top: 10px !important; }
  section .content .staff-photo-caption:first-line {
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    color: #447258; }
  section .content .directory-entry .entry-links {
    display: none !important; }

#contentCarousel {
  text-align: center; }
  #contentCarousel .image-indicators {
    display: inline-block;
    overflow: hidden; }
    #contentCarousel .image-indicators img {
      display: inline-block;
      width: 100px;
      height: 118px;
      opacity: 0.5;
      filter: alpha(opacity=50);
      /* For IE8 and earlier */ }
    #contentCarousel .image-indicators a.active img {
      width: 125px;
      height: 148px;
      border-bottom: 5px solid #CC9D4A;
      opacity: 0.99;
      filter: alpha(opacity=99);
      /* For IE8 and earlier */ }
  #contentCarousel .image-indicators::before {
    font-family: "Merriweather", sans-serif;
    content: "\201C";
    color: #CC9D4A;
    font-size: 100px;
    margin-top: -5px;
    margin-bottom: -25px;
    margin-left: -90%;
    display: block;
    height: 100px; }
  #contentCarousel .image-indicators::after {
    font-family: "Merriweather", sans-serif;
    content: "\201D";
    color: #CC9D4A;
    font-size: 100px;
    margin-top: -25px;
    margin-bottom: -35px;
    margin-right: -90%;
    display: block;
    height: 100px; }
  #contentCarousel .carousel-inner h5 {
    font-family: "Merriweather", sans-serif;
    font-weight: 400;
    font-size: 18px; }
  #contentCarousel .carousel-inner .item .text-right, #contentCarousel .carousel-inner .item .text-left {
    padding-top: 15px;
    padding-bottom: 15px; }
  #contentCarousel .carousel-inner .item.active .text-left {
    border-left: 1px solid #CCCCCC; }

.footer {
  color: #FFFFFF; }
  .footer .footer-row-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #252932; }
    .footer .footer-row-1 h1, .footer .footer-row-1 h2, .footer .footer-row-1 h3, .footer .footer-row-1 h4, .footer .footer-row-1 h5, .footer .footer-row-1 h6 {
      font-family: "Merriweather", sans-serif;
      color: #CC9D4A;
      font-size: 26px;
      font-weight: 400;
      padding: 0;
      margin: 15px 0px 15px 0px; }
    .footer .footer-row-1 .nav-stacked .dropdown-header {
      font-family: "Merriweather", sans-serif;
      color: #CC9D4A;
      font-size: 26px;
      font-weight: 400;
      padding: 0;
      margin: 15px 0px 10px 0px; }
    .footer .footer-row-1 .nav-stacked li a {
      font-weight: 400;
      color: #FFFFFF;
      padding: 0px 0px 3px 0px;
      text-decoration: none; }
    .footer .footer-row-1 .nav-stacked li a:visited {
      color: #FFFFFF;
      text-decoration: none; }
    .footer .footer-row-1 .nav-stacked li a:active, .footer .footer-row-1 .nav-stacked li a:hover {
      color: #FFFFFF;
      background-color: transparent;
      text-decoration: underline; }
    .footer .footer-row-1 .activity-feed-title {
      display: block !important; }
    .footer .footer-row-1 .article-body h4, .footer .footer-row-1 .article-body .article-title {
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #FFFFFF;
      margin-top: 0; }
    .footer .footer-row-1 .article-body .article-title a, .footer .footer-row-1 .article-body .article-title a:visited {
      color: #FFFFFF;
      text-decoration: none; }
    .footer .footer-row-1 .article-body .article-title a:active, .footer .footer-row-1 .article-body .article-title a:hover {
      color: #FFFFFF;
      text-decoration: underline; }
    .footer .footer-row-1 .article-body .text-muted, .footer .footer-row-1 .article-body .article-date {
      color: #999999;
      font-size: 13px;
      font-weight: 500; }
    .footer .footer-row-1 .article-body p.text-muted {
      margin-top: 5px; }
    .footer .footer-row-1 .design-1-block-6 {
      margin-top: 60px; }
    .footer .footer-row-1 a, .footer .footer-row-1 a:visited, .footer .footer-row-1 a:hover, .footer .footer-row-1 a:active {
      color: #CC9D4A;
      font-weight: 600; }
  .footer .footer-row-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #1E2126; }
    .footer .footer-row-2 a, .footer .footer-row-2 a:visited {
      color: #FFFFFF;
      text-decoration: none; }
    .footer .footer-row-2 a:active, .footer .footer-row-2 a:hover {
      color: #FFFFFF;
      text-decoration: underline; }

.btn-skip {
  color: #FFFFFF;
  background-color: #8C0000;
  height: auto;
  min-height: 50px;
  width: auto;
  padding: 7px 15px 7px 15px;
  border-radius: 0;
  border-bottom-right-radius: 7px;
  text-decoration: underline; }

.btn-skip:hover, .btn-skip:active, .btn-skip:visited {
  color: #FFFFFF; }

.btn-skip:hover, .btn-skip:active {
  text-decoration: none; }

body.user-is-tabbing *:focus {
  background: #000000 !important;
  color: #FFFFFF !important;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000; }

body.user-is-tabbing .carousel-inner a:focus {
  outline: #000000 auto 20px;
  outline-offset: -2px; }

.wrapper {
  padding: 0 !important;
  margin: 0 !important; }

.alert-info {
  padding: 5px;
  font-size: 105%;
  font-weight: bolder;
  text-align: center;
  margin: 20px 0px 20px 0px; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none !important; }

.modal-backdrop {
  z-index: 5; }

.back-to-top {
  margin-right: 10px;
  position: fixed;
  bottom: 60px;
  right: 0px;
  background-color: transparent;
  padding: 1em;
  display: none;
  zoom: 1;
  /* Fix for IE7 */
  border-radius: 50%;
  border: 2px solid #CCCCCC; }

a.back-to-top {
  color: #CCCCCC !important;
  text-decoration: none !important; }

.back-to-top:hover {
  color: #999999;
  border-color: #a6a6a6; }

@media print {
  body, html, main, .wrapper {
    font-family: "Arial Black", arial-black !important;
    font-size: 12px !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0; }

  a[href]:after {
    content: " (" attr(href) ") "; } }
/**
* Home Page Styles
*
* @author Network Technology Solutions, LLC
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@media (max-width: 767px) {
  .home-page .top-banner {
    margin-top: 100px; } }
.home-page .slide-caption {
  margin-top: -64px; }
.home-page .breadcrumbs {
  display: none; }

/**
* Landing Page Styles
*
* @author Network Technology Solutions, LLC
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
.landing-page {
  margin-top: -21px;
  margin-bottom: 10px; }
  .landing-page .department-banner .slide-description {
    display: none !important; }
  .landing-page .landing-banner .slide-description {
    display: flex !important; }
  .landing-page .top-banner {
    margin-right: -15px;
    margin-left: -15px; }
    .landing-page .top-banner .container-fluid {
      padding: 0 !important;
      margin: 0 !important; }
    .landing-page .top-banner .row {
      padding: 0 !important;
      margin: 0 !important; }
    .landing-page .top-banner .col-xs-12, .landing-page .top-banner .col-sm-12, .landing-page .top-banner .col-md-12, .landing-page .top-banner .col-lg-12 {
      padding: 0 !important;
      margin: 0 !important; }
    .landing-page .top-banner img {
      min-width: 100% !important; }
    .landing-page .top-banner .carousel-control .glyphicon-chevron-left, .landing-page .top-banner .carousel-control .glyphicon-chevron-right,
    .landing-page .top-banner .carousel-control .icon-next, .landing-page .top-banner .carousel-control .icon-prev {
      font-size: 50px;
      height: 50px;
      width: 50px;
      color: #FFFFFF; }
    .landing-page .top-banner .carousel-indicators li {
      width: 30px;
      height: 30px;
      border-radius: 30px;
      color: rgba(255, 255, 255, 0.5); }
    .landing-page .top-banner .carousel-indicators .active {
      color: rgba(255, 255, 255, 0.99); }
    .landing-page .top-banner .slide-description .slide-description-wrapper {
      margin: 0px auto 0px auto;
      padding: 20px 0px 20px 0px;
      width: 50%;
      font-size: 36px;
      border: 4px solid rgba(255, 255, 255, 0.95); }
  .landing-page .nimble-gallery-title {
    display: none; }
  .landing-page .nimble-photo-gallery {
    text-align: center;
    margin-right: auto;
    margin-left: auto; }
  .landing-page .gray-bar {
    padding: 20px 0px 20px 0px;
    margin: 0px -15px 20px -15px;
    background-color: #EEEEEE;
    color: #666666; }
    .landing-page .gray-bar .page-welcome {
      font-size: 16px;
      font-weight: 500;
      color: #666666; }
      .landing-page .gray-bar .page-welcome h1 {
        color: #666666;
        font-weight: 400;
        margin-bottom: 0px; }
      .landing-page .gray-bar .page-welcome p:first-of-type {
        margin-top: 5px; }
    .landing-page .gray-bar .related-pages {
      color: #666666; }
      .landing-page .gray-bar .related-pages a {
        color: #447258;
        padding: 0px 0px 3px 0px; }
  .landing-page .breadcrumbs {
    display: none; }
  .landing-page .landing-page-icons {
    padding: 20px 0px 20px 0px; }
    .landing-page .landing-page-icons .fa, .landing-page .landing-page-icons .fa:visited,
    .landing-page .landing-page-icons a.fa, .landing-page .landing-page-icons a.fa:visited {
      display: block;
      text-align: center;
      vertical-align: middle;
      color: #447258;
      font-size: 65px;
      margin: 0px auto 0px auto; }
    .landing-page .landing-page-icons .fa:hover, .landing-page .landing-page-icons .fa:active,
    .landing-page .landing-page-icons a.fa:hover, .landing-page .landing-page-icons a.fa:active {
      color: #447258; }
    .landing-page .landing-page-icons .icon-description, .landing-page .landing-page-icons .icon-description:visited,
    .landing-page .landing-page-icons a.icon-description, .landing-page .landing-page-icons a.icon-description:visited {
      display: block;
      margin-top: 10px;
      text-align: center;
      vertical-align: middle;
      color: #FFFFFF;
      background-color: #447258;
      font-weight: 500;
      font-size: 15px;
      text-transform: none;
      border-radius: 50px;
      padding: 15px;
      text-decoration: none; }
    .landing-page .landing-page-icons a:hover, .landing-page .landing-page-icons a:active, .landing-page .landing-page-icons .icon-description:active, .landing-page .landing-page-icons .icon-description:hover {
      background-color: #447258;
      color: #FFFFFF;
      text-decoration: underline; }
  .landing-page .fa-5x {
    border: 5px solid #333333;
    padding: 25px;
    border-radius: 25px; }
  .landing-page .btn-info {
    margin-right: 5px;
    margin-left: 5px; }

/**
* X-small devices (phones, less than 768px)
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@media (max-width: 767px) {
  main {
    margin-top: 100px; }

  nav {
    height: 100px; }
    nav .nav-top {
      height: 100px !important; }
    nav .nav-main .container {
      height: auto !important; }
    nav .nav-main .home-icon {
      display: none; }
    nav .nav-main #navigation_1 li:last-of-type a, nav .nav-main #navigation_3 li:last-of-type a, nav .nav-main .navigation_1 li:last-of-type a, nav .nav-main .navigation_3 li:last-of-type a {
      padding-left: 40px; }
    nav .nav-main #navigation_1 ul.dropdown-menu li:last-of-type a, nav .nav-main #navigation_3 ul.dropdown-menu li:last-of-type a, nav .nav-main .navigation_1 ul.dropdown-menu li:last-of-type a, nav .nav-main .navigation_3 ul.dropdown-menu li:last-of-type a {
      padding-left: 55px; }
    nav .nav-main ul.nav li a {
      padding-left: 40px;
      border-radius: 0;
      margin: 0; }
    nav .nav-main ul.nav ul.dropdown-menu a {
      color: #FFFFFF;
      padding-left: 55px; }
    nav .nav-main ul.nav ul.dropdown-menu a:hover {
      background-color: #4e8264;
      color: #FFFFFF; }
    nav .nav-main ul.nav ul.dropdown-menu .dropdown-header {
      padding-left: 43px;
      color: #FFFFFF; }

  .nav-mobile {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 100px; }
    .nav-mobile .btn-sm {
      font-size: 10px; }

  .nav-mobile-logo img {
    max-height: 70px; }

  .top-banner img {
    min-height: 50% !important; }
  .top-banner .slide-description .slide-description-wrapper .slide-caption {
    margin-top: 0 !important;
    font-size: 24px; }
  .top-banner .carouselButtons {
    right: 0;
    left: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }

  .nav-main ul.nav li:last-of-type a {
    padding-left: 40px !important; } }
/**
* Small devices (tablets, less than 991px)
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@media (max-width: 991px) {
  .nav-main .container {
    padding-right: 5px;
    padding-left: 5px; }
  .nav-main ul.nav li a {
    font-size: 15px;
    padding: 0px 6px 0px 6px; }
  .nav-main ul.nav li:last-of-type a {
    padding: 0px 0px 0px 6px; }

  nav.small .nav-main ul.nav li a {
    font-size: 14px;
    padding: 0px 5px 0px 5px; }
  nav.small .nav-main ul.nav li:last-of-type a {
    padding: 0px 0px 0px 5px; }

  .banner-wrapper .banner-search {
    bottom: 37%; }
    .banner-wrapper .banner-search form {
      width: 70%; }

  section .icon-bar {
    padding-bottom: 20px; }
    section .icon-bar .arrow {
      display: none; }
  section .content .staff-photo {
    margin-right: auto;
    margin-left: auto; }
  section .content .staff-photo-caption {
    text-align: center; }
  section .content .landing-page .fa-5x {
    margin-bottom: 15px; } }
/**
* Medium devices (desktops, 992px and up)
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@media (min-width: 992px) {
  .nav-main ul.nav li a {
    font-size: 17px; }

  nav.small .nav-main .container {
    padding-right: 0; }
  nav.small .nav-main ul.nav li a {
    font-size: 16px;
    padding: 0px 8px 0px 8px; }
  nav.small .nav-main ul.nav li:last-of-type a {
    padding: 0px 0px 0px 8px; }
  nav.small .minilogo {
    padding-left: 15px; }

  .banner-wrapper .banner-search {
    bottom: 39%; }
    .banner-wrapper .banner-search form {
      width: 65%; }

  section .feeds .feeds-col-1 {
    border-right: 1px solid #CCCCCC;
    min-height: 400px; }
  section .feeds .feeds-col-3 {
    border-left: 1px solid #CCCCCC;
    min-height: 400px; } }
/**
* Large devices (large desktops, 1200px and up)
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@media (min-width: 1200px) {
  .nav-main ul.nav li a {
    font-size: 18px; }

  nav.small .nav-main ul.nav li a {
    font-size: 18px; }

  .banner-wrapper .banner-search {
    bottom: 41%; }
    .banner-wrapper .banner-search form {
      width: 50%; }

  main {
    margin-top: 210px; } }

/*# sourceMappingURL=default.css.map */
