@charset "utf-8";
/* CSS Document */
img {
  max-width: 100%; }

.img-full {
  width: 100%; }

.text-uppercase {
  text-transform: uppercase; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.title {
  font-size: 44px;
  font-weight: bold;
  line-height: 1em; }

@media screen and (min-width: 768px) {
  .title {
    font-size: 77px; } }
.lead {
  font-size: 24px;
  line-height: 33px; }

.text-light-blue {
  color: #93d6df !important; }

@media screen and (min-width: 768px) {
  .logged-in.admin .mobile-pane.visible-xs {
    display: block !important; } }
/*------------------------------------*\
	#BOOTSTRAPOVERRIDE
\*------------------------------------*/
.btn.btn-secondary:hover {
  background-color: #c9cdad;
  border-color: #c9cdad;
  color: #7a6868; }

/*------------------------------------*\
	#HEADER
\*------------------------------------*/
#header {
  border-top: solid 4px #003366; }

#header .container {
  position: relative; }

#logo {
  margin-top: 10px;
  margin-bottom: 20px; }

#logo img {
  max-width: 100%; }

#banner {
  margin-bottom: 2em; 
height: 390px;
}

#logo img {
  max-width: 100%; }

.header-top-section {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.social-links {
  font-size: 12px;
  margin: 5px 20px 0 0; }
  .social-links a, .social-links a:visited {
    color: #003366; }
  .social-links a:first-child,
  .social-links a:first-child:visited {
    color: #696969 !important;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: underline; }

.language-select {
  display: none;
  background-color: #003366;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  line-height: 1em;
  width: 150px; }

.language-select--button {
  cursor: pointer;
  padding: 7px 12px; }

.language-select--button .fa:last-child {
  float: right; }

.language-select--options {
  display: none;
  padding-bottom: 6px; }

.language-select--options a {
  color: inherit;
  display: block;
  padding: 6px 12px 6px 30px; }

.language-select--options a.selected {
  display: none; }

#banner {
  margin-bottom: 2em; }

#header-sticky-wrapper.sticky-wrapper {
  height: 154px !important; }

#header-sticky-wrapper.is-sticky #header {
  background-color: #fff; }
#header-sticky-wrapper.is-sticky .header-top-section {
  display: none; }
#header-sticky-wrapper.is-sticky #logo img {
  max-height: 75px; }
#header-sticky-wrapper.is-sticky #navigation {
  margin-top: 40px; }

.admin #header-sticky-wrapper.is-sticky #header {
  margin-top: 54px; }

/*------------------------------------*\
	#NAVIGATION
\*------------------------------------*/
/* Mobile Menu */
#thing {
  color: #003366;
  font-size: 30px;
  margin-top: 50px;
  text-align: right; }

#mobile-navigation {
  background-color: #003366;
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 2em;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 161px;
  z-index: 10000; }
  #mobile-navigation .col-sm-12 {
    padding-left: 0;
    padding-right: 0; }

#mobile-navigation .ten-pound-menu {
  display: block; }

#mobile-navigation .ten-pound-menu a {
  color: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

#mobile-navigation .ten-pound-menu .item {
  transition: background-color 0.25s ease 0s; }

#mobile-navigation .ten-pound-menu > li {
  padding-left: 15px;
  padding-right: 15px; }

#mobile-navigation .ten-pound-menu .toggle {
  display: block;
  position: absolute;
  padding: 0.5em 15px;
  right: 0;
  top: 0;
  transition: transform 0.25s ease 0s; }

#mobile-navigation .ten-pound-menu .opening > a > .toggle,
#mobile-navigation .ten-pound-menu .open > a > .toggle {
  transform: rotate(90deg); }

#mobile-navigation .ten-pound-menu .sub {
  display: none;
  left: inherit;
  position: relative;
  top: inherit;
  z-index: inherit; }

#mobile-navigation .ten-pound-menu .sub a {
  padding-left: 5%; }

#mobile-navigation .ten-pound-menu .item.open {
  background-color: #004080; }

/* Mobile Social Links */
.social-links-mobile {
  background-color: #004080;
  padding: 10px 15px; }

@media screen and (min-width: 768px) {
  /* Main Level */
  #navigation {
    float: right;
    font-size: 14.5px;
    font-weight: bold;
    line-height: 1em;
    margin-top: 100px;
    padding: 0 15px; }

  .ten-pound-menu-desktop {
    float: left; }

  .ten-pound-menu-desktop > li {
    color: #003366;
    float: left; }

  .ten-pound-menu-desktop a {
    color: #003366; }

  .ten-pound-menu-desktop > li > a {
    color: inherit;
    text-transform: uppercase;
    padding: 6px 10px; }

  .ten-pound-menu-desktop > li.bc > a, .ten-pound-menu-desktop > li:hover > a {
    background-color: #003366;
    border-radius: 7px;
    color: #fff; }

  .ten-pound-menu-desktop > li.menu-item-has-children:hover > a {
    border-radius: 7px 7px 0 0; }

  .ten-pound-menu-desktop > li + li:before {
    border-left: solid 1px #528b46;
    content: '';
    display: block;
    height: 1em;
    left: 0;
    position: absolute;
    top: 6px;
    width: 0; }

  .ten-pound-menu-desktop > li.bc:before, .ten-pound-menu-desktop > li.bc + li:before,
  .ten-pound-menu-desktop > li:hover:before, .ten-pound-menu-desktop > li:hover + li:before {
    display: none; }

  /* Sub Menu */
  .ten-pound-menu-desktop .sub-menu {
    background-color: #003366; }

  .ten-pound-menu-desktop .sub-menu a {
    color: #fff;
    padding: 10px 23px;
    position: relative;
    white-space: nowrap; }

  .ten-pound-menu-desktop .sub-menu a:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: height 0.15s ease 0s;
    width: 100%;
    z-index: -1; }

  .ten-pound-menu-desktop .sub-menu a:hover:before {
    height: 100%; }

  .ten-pound-menu-desktop .sub-menu li + li {
    border-top: solid 2px #001d39; }

  .ten-pound-menu-desktop .sub.depth-0 {
    border-radius: 0 5px 5px 5px;
    padding-top: 17px;
    min-width: calc(100% + 5px); }

  .ten-pound-menu-desktop .sub-menu .sub-menu {
    border-radius: 0 5px 5px 0; } }
/*------------------------------------*\
	#BREADCRUMBS
\*------------------------------------*/
.breadcrumbs {
  color: #383737;
  font-size: 16px;
  line-height: 1em;
  margin: 14px 0; }
  .breadcrumbs a {
    color: inherit; }
    .breadcrumbs a:hover, .breadcrumbs a:visited {
      color: #838181; }
  .breadcrumbs i.fa {
    color: #b4bbc2;
    margin-left: 16px;
    margin-right: 16px; }

/*------------------------------------*\
	#SIDENAV
\*------------------------------------*/
.secondary-menu {
  background-color: #003366;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px !important;
  overflow: hidden; }
  .secondary-menu li:hover, .secondary-menu li.selected {
    background-color: #c9cdad;
    color: #7a6868; }
  .secondary-menu li + li {
    border-top: solid 2px #528b46; }
  .secondary-menu a {
    color: inherit !important;
    padding: 16px 20px; }

/*------------------------------------*\
	#SEARCH
\*------------------------------------*/
.nav-search-mobile--input, .nav-search--input {
  margin-bottom: 10px;
  overflow: hidden; }

.nav-search-mobile--input input, .nav-search--input input {
  border: none;
  border-radius: 5px;
  font-size: inherit;
  height: auto;
  line-height: inherit;
  padding: 16px 35px 16px 20px; }

.nav-search-mobile--input .dnnSearchBoxClearText, .nav-search--input .dnnSearchBoxClearText {
  margin: 16px 0 !important;
  top: 0; }

.nav-search--input .searchInputContainer, .nav-search-mobile--input .searchInputContainer {
  display: block !important;
  float: left;
  width: calc(100% - 55px ); }

.nav-search-mobile--input a.SkinObject, .nav-search--input a.SkinObject {
  background-color: #c9cdad;
  border-radius: 5px;
  display: block;
  float: left;
  margin-left: 10px;
  padding: 16px 0;
  text-align: center;
  width: 48px; }

.nav-search-mobile--input {
  background-color: #004080;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (min-width: 768px) {
  .nav-search {
    float: left;
    position: relative; }

  .nav-search--trigger {
    color: #003366;
    cursor: pointer;
    font-size: 1.33em;
    padding: 3px 15px 21px 15px; }

  .nav-search.active .nav-search--trigger {
    background: #003366;
    border-radius: 5px 5px 0 0;
    color: #fff; }

  .nav-search--box {
    background-color: #003366;
    border-radius: 5px 0 5px 5px;
    color: #fff;
    display: none;
    font-weight: normal;
    padding: 20px 20px 10px 20px;
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 10; }

  .nav-search--title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase; }

  .nav-search--box a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

  .nav-search.active .fa.fa-search:before {
    content: "\f00D"; }

  .nav-search--close {
    position: absolute;
    top: -38px;
    right: 0px;
    border-radius: 5px 5px 0 0;
    display: block;
    padding: 3px 25px 21px 15px;
    text-indent: -99999px; } }
/*------------------------------------*\
	#PHOTODIVIDER
\*------------------------------------*/
.photo-divider-pane {
  margin-bottom: 60px; }

.photo-divider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw; }

@media screen and (min-width: 768px) {
  .photo-divider {
    height: 170px; } }
/*------------------------------------*\
	#FOOTER
\*------------------------------------*/
.footer p {
	color:#fff;
}
.footer {
  background-color: #003265;
  color: #fff;
  margin-top: 102px;
  padding-top: 100px;
  position: relative; }
  .footer:before {
    background: url("../images/footer-before.jpg") center center no-repeat;
    content: "";
    display: block;
    height: 75px;
    left: 0;
    position: absolute;
    top: -19px;
    width: 100%; }
  .footer a, .footer a:visited {
    color: inherit; }
  .footer a:hover, .footer a:visited:hover {
    color: #c9cdad; }

.footer-contact-info {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center; }

.footer-nav div {
  float: left;
  width: 50%; }

.footer-nav {
  margin-bottom: 16px;
  line-height: 32px; }

.footer-address {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 26px; }

.footer-social-links--heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 12px; }

.footer-social-links {
  font-size: 13px; }

.footer-social-links .fa-inverse {
  color: #a7a9ac; }

.footer-sub .language-select {
  background-color: transparent;
  margin-bottom: 20px;
  margin-right: 20px; }

.footer-sub .language-select--button {
  padding: 0; }

.footer-sub .language-select--options a {
  padding-left: 19px; }

.footer-sub {
  background-color: #58595b;
  border-top: 4px solid #fff16e;
  margin-top: 30px;
  padding: 11px; }

.footer-sub--links {
  line-height: 2em; }
  .footer-sub--links a {
    display: block; }

.footer-sub--copyright {
  clear: both;
  display: block;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1em; }

@media screen and (min-width: 480px) {
  .footer-sub .language-select {
    float: left; }

  .footer-contact-info {
    font-size: 30px; }

  .footer-sub--links {
    font-size: 14px;
    line-height: 1em; }
    .footer-sub--links a {
      border-left: solid 1px;
      display: inline;
      padding-left: 20px;
      padding-right: 20px; }
      .footer-sub--links a:first-child {
        border-left: none;
        padding-left: 0; }

  .footer-sub .language-select {
    position: relative; }

  .footer-sub .language-select--options {
    background-color: #58595b;
    bottom: 1em;
    left: 0;
    position: absolute;
    width: 100%; } }
@media screen and (min-width: 768px) {
  .footer-contact-info {
    text-align: inherit; } }
/*------------------------------------*\
	#HIGHLIGHTBOX
\*------------------------------------*/
.highlight-box {
  background-color: #f2f5f8;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 15px 20px; }
  .highlight-box :first-child {
    margin-top: 0; }
  .highlight-box :last-child {
    margin-bottom: 0; }

/*------------------------------------*\
	#HIGHLIGHTLISTBOX
\*------------------------------------*/
.highlight-list-box {
  background-color: #f2f5f8;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 0; }
  .highlight-list-box li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .highlight-list-box li a {
      color: inherit;
      display: block;
      padding: 20px; }
      .highlight-list-box li a .fa {
        float: right; }
    .highlight-list-box li + li {
      border-top: solid 1px #dcdfe2; }
    .highlight-list-box li:first-child {
      background-color: #c9cdad;
      padding: 20px; }
      .highlight-list-box li:first-child + li {
        border-top: none; }

/*------------------------------------*\
	#HIGHLIGHTPHOTOBOX
\*------------------------------------*/
.highlight-photo-box {
  background-color: #f2f5f8;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px; }

.highlight-photo-box--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 375px;
  position: relative; }

.highlight-photo-box--title {
  color: #fff;
  font-size: 39px;
  font-weight: bold;
  line-height: 1em;
  padding: 16px;
  margin: 0; }

.highlight-photo-box--text {
  font-size: 15px;
  line-height: 18px;
  margin: 16px 16px 22px 16px; }

@media screen and (min-width: 768px) {
  .highlight-photo-box--image:before {
    content: '';
    display: block;
    padding-top: 81.44%; }

  .highlight-photo-box--title {
    bottom: 24px;
    left: 0;
    position: absolute; } }
/*------------------------------------*\
	#Scroll Up Arrow
\*------------------------------------*/
.scrollup {
  background: url("../images/scroll-to-top.png") no-repeat;
  bottom: -4px;
  display: none;
  height: 68px;
  position: fixed;
  right: 25px;
  text-indent: -9999px;
  width: 67px;
  z-index: 1000; }

/*------------------------------------*\
	#About Us Team Form and List
\*------------------------------------*/
.team-list .team-list__item {
  margin: 15px 0;
  position: relative;
  padding: 15px 0; }
  .team-list .team-list__item:before {
    border-bottom: 1px solid #6da943;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%; }
  .team-list .team-list__item .team-sort {
    display: none; }
  .team-list .team-list__item .team-photo {
    display: block;
    margin-bottom: 20px;
    text-align: center; }
  .team-list .team-list__item .team-name {
    color: #6da943;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center; }
  .team-list .team-list__item .team-title {
    color: #6da943;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center; }
  .team-list .team-list__item .team-bio {
    color: #84898f;
    font-size: 16px;
    line-height: 24px; }

@media screen and (min-width: 768px) {
  .team-list .team-list__item .team-photo {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: center; }
  .team-list .team-list__item .team-name {
    text-align: left; }
  .team-list .team-list__item .team-title {
    text-align: left;
    margin-bottom: 0; } }


/*# sourceMappingURL=layout.css.map */
