/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  ffont-family: 'Bitter', serif;
}
.sans-serif {
  font-family: 'Montserrat', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
ul#menu-mobile-navigation {
  width: 100%;
  background: #085156;
  padding: 0;
  margin: 0;
  display: none;
}
ul#menu-mobile-navigation > li {
  display: block;
  text-align: center;
  overflow: hidden;
}
ul#menu-mobile-navigation > li ul.sub-menu {
  height: 0;
}
ul#menu-mobile-navigation > li ul.sub-menu > li {
  background: #ededee;
}
ul#menu-mobile-navigation > li ul.sub-menu > li > a {
  font-size: 15px;
  color: #10797e;
  border-bottom: 1px solid #fff;
  opacity: 0;
  letter-spacing: .08em;
}
ul#menu-mobile-navigation > li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: .08em;
  color: #fff;
  border-bottom: 1px solid #10797e;
}
a#menu-toggle {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  z-index: 500;
}
@media only screen and (max-width: 1200px) {
  a#map {
    top: -220px;
  }
}
@media only screen and (min-width: 1700px) {
  a#map {
    top: -300px;
  }
}
@media only screen and (max-width: 1000px) {
  a#map {
    top: -190px;
  }
  a#map > div {
    font-size: 20px;
    padding-left: 240px;
  }
  a#map svg {
    width: 290px;
  }
}
@media only screen and (max-width: 900px) {
  ul#menu-main-navigation li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  a#menu-toggle {
    display: inline-block;
  }
  #menu-main-navigation {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #main-header,
  #main-header.active {
    position: relative;
    background: #0aa5b4;
    border-bottom: 4px solid #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    height: auto;
    min-height: 0;
  }
  #main-header #menu-top-navigation,
  #main-header.active #menu-top-navigation {
    display: block!important;
    text-align: center;
    margin: 30px 0 0px 0!important;
  }
  #main-header #logo-svg,
  #main-header.active #logo-svg {
    display: inline-block;
    vertical-align: top;
    max-width: 220px;
    height: auto;
  }
  #main-header #menu-social-navigation,
  #main-header.active #menu-social-navigation {
    text-align: center;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
  }
  #main-header #menu-social-navigation li,
  #main-header.active #menu-social-navigation li {
    color: #f7c809;
    font-size: 24px;
  }
  .section h5.section-head {
    font-size: 24px!important;
  }
  #modal-wrap #modal-box {
    font-size: 14px;
  }
  #modal-wrap #modal-box h2 {
    font-size: 20px;
  }
  #modal-wrap #modal-box h3 {
    font-size: 18px;
  }
  #video-banner {
    height: auto;
    padding: 40px 0 40px 0;
  }
  #banner-slides button {
    display: none!important;
  }
  #banner-slides .banner-slide-item {
    background-attachment: scroll!important;
  }
  .banner-content {
    transform: translateY(0);
  }
  .banner-content h1 {
    font-size: 40px;
  }
  #announcements h5 {
    font-size: 22px!important;
  }
  .announcement-item {
    line-height: 1.8;
    padding: 10px;
  }
  #drone {
    display: none;
  }
  .blog-item.homepage {
    margin-bottom: 30px;
  }
  .blog-item.subpage {
    padding: 0!important;
  }
  a#map {
    display: none;
  }
  #banner.subpage {
    height: auto;
    min-height: 0;
    padding: 30px 10px 30px 10px;
  }
  #banner.subpage h1 {
    font-size: 40px;
  }
  .subnav-bar {
    display: none;
    padding: 15px 0 15px 0;
  }
  .subnav-bar ul.subnav-menu li {
    text-align: center;
    display: block;
    margin: 0;
  }
  .subnav-bar ul.subnav-menu li a {
    padding: 5px 10px 5px 10px;
  }
  #main-content {
    padding-right: 10px;
  }
  #sidebar {
    border: none;
    padding-left: 10px;
  }
  .program-content {
    font-size: 20px;
    text-align: center;
  }
  .program-content .icon-wrap {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 0 15px 0;
  }
  .about-item .left {
    margin-bottom: 20px;
  }
  .toggler .trigger h5 {
    font-size: 20px;
  }
  .program-page-item {
    padding: 0;
  }
  .program-page-item .title {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    min-height: 160px;
    height: auto;
    padding: 30px;
  }
  .program-page-item .text {
    padding: 20px;
  }
  .program-page-item.award .title {
    height: 350px;
  }
  .program-page-item.award .title .text {
    position: relative;
    top: 80%;
    transform: translateY(-50%);
    padding: 0;
    text-align: center;
    z-index: 200;
  }
  .footer-content {
    padding-bottom: 25px;
    text-align: center;
  }
  .footer-content .left {
    text-align: center;
  }
  .footer-content .left,
  .footer-content .right {
    border: none;
    padding: 15px;
  }
  #timeline-wrap {
    position: relative;
  }
  #timeline-wrap #time-bar {
    position: absolute;
    left: 20px;
  }
  #timeline-wrap .timeline-year.left > .year-item.year-header .connector {
    left: 0!important;
  }
  #timeline-wrap .timeline-year {
    max-width: 95%;
  }
  #timeline-wrap .timeline-year > .year-item {
    text-align: right!important;
    font-family: 'Bitter', serif;
    font-size: 18px;
    color: #fff;
    position: relative;
    margin: 10px 0 10px 0;
    padding-right: 10px;
  }
  #timeline-wrap .timeline-year > .year-item .connector {
    background: #b4b4b4;
    width: 75%!important;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    display: block;
    z-index: 10;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    left: 0!important;
    transform: translateX(30px) !important;
  }
  #timeline-wrap .timeline-year > .year-item .year-dot {
    left: 5px!important;
    margin-top: -15px;
    margin-left: 0!important;
  }
  #timeline-wrap .timeline-year > .year-item.year-header {
    padding: 0 10% 0 0!important;
  }
  #timeline-wrap .timeline-year > .year-item.year-header .year-dot {
    left: 0!important;
  }
  #timeline-wrap .timeline-year > .year-item.year-header .number {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 170px;
    border: 3px solid #0aa5b4;
    text-align: center;
    color: #f7c809;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    padding-top: 50px;
  }
  #timeline-wrap .timeline-year > .year-item .year-item-content {
    max-width: 80%!important;
    transform: translateX(30px) !important;
  }
  #timeline-wrap .timeline-year > .year-item .year-item-content .text {
    text-align: left;
    line-height: 1.3;
  }
  #timeline-wrap .timeline-year > .year-item .year-item-content .text a {
    font-weight: bold;
    color: #f7c809;
  }
  #timeline-wrap .timeline-year > .year-item .year-item-content .text a:hover {
    text-decoration: underline;
  }
  #timeline-wrap .timeline-year > .year-item .year-item-content .text p {
    padding-bottom: 5px;
  }
  .board-wrap {
    text-align: center;
  }
  .board-wrap > .board-item:nth-child(even) .item-content {
    float: none!important;
  }
  .board-item .image-wrap {
    padding: 0!important;
    text-align: center;
    margin-bottom: 10px;
  }
  .board-item .image-wrap .image {
    width: 220px!important;
    height: 220px!important;
    padding-bottom: 0!important;
    display: inline-block;
    vertical-align: top;
    transform: translateY(0) !important;
  }
  .board-item .item-content {
    width: 90%!important;
    float: none!important;
    display: inline-block;
    vertical-align: top;
    transform: translateX(0) !important;
  }
  .board-item .item-content span.triangle {
    display: none!important;
  }
  .tax-link {
    border: 5px solid #fff!important;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-hide {
    display: none!important;
  }
  .image-grid .image-grid-item {
    border: none!important;
  }
}

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