/*
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* License: https://bootstrapmade.com/license/
*/

/* colors
green (from ADK website)
1E4B32 577866 8FA699 C7D2CC E9EEEB
1A402B 173826 0F2619 08130D 030805

blue-green
0A3B52 486C7E 859EA9 C2CED4 E7ECEE
093246 082C3E 051E29 030F15 010608

orange (accessible version of orange on ADK website)
CB4E00 D87B40 E6A780 F2D3BF FAEEE6
AD4200 983B00 662700 331400 140800

tan (variation on #FFFBEB from ADK website)
D9D5C8 E3E0D6 EDEBE4 F5F4F1 FCFBFA
B8B5AA A3A096 6D6B64 363532 161514
*/

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 1em;
  background-color: #ffffff;
  margin-top: 68px; /* same as height in header */
}

a {
  color: #AD4200;
  /* #CB4E00; */
}

a:hover {
  color: #D87B40;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 1.6em;
  padding-bottom: 8px;
  color: #1e4356;
  margin-top: 28px;
}

h2 {
  font-weight: 400;
  font-size: 1.2em;
  color: #1e4356;
}

h3 {
  font-weight: normal;
  font-size: 1em;
  color: #1e4356;
}

.caption {
  font-style: italic;
  font-size: .85em;
  padding-top: 4px;
  color: #707070;
  text-align: left;
  margin-left: 4px;
  margin-bottom: -8px;
}

.caption-credit {
  font-size: .75em;
  padding-top: 4px;
  color: #707070;
  text-align: left;
  margin-left: 4px;
  margin-bottom: -8px;
}

.caption-credit a {
  color: #CB4E00;
}

.caption-more-italic {
  font-style: italic;
  font-size: .85em;
  padding-top: 8px;
  color: #6D6D6D;
  text-align: left;
}

.caption-more-normal {
  font-size: .75em;
  font-style: normal;
  padding-top: 8px;
  color: #6D6D6D;
  text-align: left;
}

.bi-camera {
  font-size: 1.2em;
}

.big-demo {
  padding-top:6px;
}

.big-demo .filters {
  text-align: left;
  display: inline;
}

.centered {
  position: absolute;
  padding: 4px;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, -10px);
  background-color: rgba(0, 0, 0, .5);
  border-radius: 0px;
  width: 90%;
}

.centered a {
  text-decoration: none;
  color: #ffffff;
}

.count-items {
  margin-top: -2px;
  font-size: .9em;
}

.fancy-line {
  /* gradient shining border */
  border-style: solid;
  border-width: .5px;
  border-image: linear-gradient(to left, #E7ECEE 1%, #486C7E 50%, #E7ECEE 100%) 100% 0 100% 0/3px 0 3px 0 stretch;
  text-align: center;  
}

/*.gly-rotate-180 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}*/

.learn-more {
  display: inline;
  font-size: .82em;
}

.learn-more a {
  text-decoration: none;
}

.learn-more a:hover {
  color: #D87B40;
}

.outings-content {
  text-align: left;
  font-size: 1em;
  margin-top: 12px;
}

.outings-detail {
  font-size: .9em;
}

.para {
  color: #444444;
  font-size: 1em;
}

.photo-credit {
  font-size:.75em;
  color:#626262;
  margin-top:8px;
}

.pointer-link {
  cursor: pointer;
}

.notes {
  margin-top:-4px;
}

.slogan {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .slogan {
    font-size:1.4em;
  }
}

@media (max-width: 767px) {
  .slogan {
    font-size:1.2em;
  }
}

@media (max-width: 575px) {
  .slogan {
    font-size:1.1em;
  }
}

@media (max-width: 490px) {
  .slogan {
    font-size:1em;
  }
}

.sort-label {
  font-weight:normal;
  font-size: .8em;
}

.stand-alone-link {}

.stand-alone-link a {
  text-decoration:none;
}

.subtext-h1 {
  font-size: 1em;
  margin-top: -14px;
  padding-bottom: 12px;
}

.subtext-h2 {
  font-size: .9em;
  margin-top: -4px;
  padding-bottom: 10px;
}

.subtext-h2-ul {
  font-size: .85em;
  margin-top: -6px;
  padding-bottom: 0px;
}

.tip {
  cursor: pointer;
  border-bottom: 1px dotted #000000;
  text-decoration: none;
  color: #444444;
}

/* test begin */

/* test end */

/* ------------------------ back to top button ------------------------ */

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #B8B5AA;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  color: #0A3B52;
}

.back-to-top i {
  font-size: 32px;
  line-height: 0;
}

.back-to-top:hover {
  background: #D9D5C8;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  color: #0A3B52;
}

/* ------------------------ preloader ------------------------ */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0A3B52;
  border-top-color: #D9D5C8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* -------- disable aos animation delay on mobile devices -------- */

/*@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}*/

/* ------------------------ header ------------------------ */

#header {
  height: 68px; /* same as margin-top in body */
  transition: all 0.5s;
  z-index: 997;
  padding: 0 0;
  background-color: #0A3B52;
  margin-top: 0px; /*20 with top nav*/
  /*border-bottom: 4px solid #E7ECEE;*/
  border-bottom: 4px solid #E7ECEE;
}

#header.header-scrolled,
#header.header-inner-pages {
  padding: 18px 0;
}

#header.header-transparent {
  background: none;
}

#header.header-scrolled {
  /*background-color: rgba(26, 64, 43, 0.8);*/
  background-color: rgba(10, 59, 82, 0.9);
  height: 68px;
}

#header .logo {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo-text {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #E7ECEE;
}

#header .logo a {
  /*color: #EDEBE4;*/
  color: #E7ECEE;
  font-weight: normal;
  text-decoration: none;
}

#header .logo a:hover {
  color: #C2CED4;
}

#header .logo-text a {
  color: #E7ECEE;
  font-weight: normal;
  text-decoration: none;
}

#header .logo-text a:hover {
  color: #C2CED4;
}

#header .logo img {
  max-height: 40px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  align-items: center;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 8px 8px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 600;
  /*color: rgba(255, 255, 255, 0.9);*/
  /*color: #EDEBE4;*/
  color: #E7ECEE;
  white-space: nowrap;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: .9em;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /*color: #B8B5AA;*/
  color: #C2CED4;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden; 
  background: #E7ECEE;
  border: 1px solid #E3E0D6;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
  box-shadow: 5px 5px 10px rgba(163, 160, 150, 0.25);
  transition: 0.3s;
  border-radius: 4px;
  line-height: 14px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: .9em;
  text-transform: none;
  color: #0A3B52;
  font-weight: normal;
}

.navbar .dropdown ul a i {
  font-size: .9em;
  color: #0A3B52;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #859EA9;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* ------------------------ mobile navigation ------------------------ */

.mobile-nav-toggle {
  color: #E7ECEE;
  font-size: 1.6em;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding: 6px 0 0 0;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #093246;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background: #E7ECEE;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1em;
  color: #0A3B52;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #859EA9;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #E3E0D6;
  border: 1px solid #D9D5C8;
  box-shadow: 5px 5px 10px rgba(163, 160, 150, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: .9em;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #859EA9;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/* ------------------------ search box ------------------------ */

.search-box {
  width: 100%;
  position: relative;
  background-color: #CB4E00;
}	

.search-box input {		
  border-color: #E7ECEE;    
  box-shadow: none;
  background-color: #F5F4F1;
}

.search-box input, .search-box .btn {
  min-height: 38px;
  border-radius: 0px;
}

.input-group-append .btn, .input-group-append .btn:active {
  /*border-color: green;
  background-color: #CB4E00 !important;*/
  width: 120px !important;
}

.navbar .nav-item i {
  font-size: 1.2em;
  line-height: 1.1em;
}

.navbar .search-dropdown .dropdown-toggle::after {
  display: none;
}

.navbar .search-dropdown .dropdown-menu {
  width: 400px;
  padding: 20px;
  left: auto;
  right: 0px;
  font-size: 1em;
  border-radius: 2px;
}

.basic-addon2 {
  background-color: #AD4200;
  color: #E7ECEE;
}

.search-button {
  width: 40px;
  text-align: center;
  color: #D9D5C8;
  padding-top: 9px;
}

.search {
  font-size: 1.05em;
  padding-top: 8px;
  padding-bottom: 0px;
}

.search-small01 {
  font-size: .8em;
  margin-top: 0px;
  margin-bottom: 8px;
  color: #707070;
}

.search-small02 {
  font-size: .8em;
  margin-top: -2px;
  margin-bottom: 0px;
  color: #707070;
}

.search-short {
  font-size: .95em;
  margin-top: 0px;
  padding-bottom: 4px;
}

/* ------------------------  containers ------------------------ */

#banner-home {
  margin-bottom: -40px;
}

.backing-green {
  background-color: #E7ECEE;
  padding: 6px 10px 6px 10px;
  margin-top: 10px;
  font-size: 1em;
}

.backing-orange {
  background-color: #FAEEE6;
  padding: 6px 10px 6px 10px;
  margin-top: 10px;
  font-size: 1em;
}

.backing-tan {
  background-color: #FCFBFA;
  padding: 6px 10px 6px 10px;
  margin-top: 10px;
  font-size: 1em;
}

.backing-news-green {
  color: #444444;
  background-color: #E7ECEE;
  border: 1px solid #C2CED4;
  border-radius: 2px;
  padding: 14px 12px 0px 12px;
}

.backing-news-orange {
  color: #444444;
  background-color: #FAEEE6;
  border: 1px solid #F2D3BF;
  border-radius: 2px;
  padding: 14px 12px 0px 12px;
}

.backing-news-tan {
  color: #444444;
  background-color: #F8F7F5;
  border: 1px solid #E3E0D6;
  border-radius: 2px;
  padding: 14px 12px 0px 12px;
}

/*.lined-paper {
  background-color:#D5DED9;
  background-image:
  linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
  linear-gradient(90deg, rgba(252,251,250,.3) 1px, transparent 1px);
  linear-gradient(rgba(252,251,250,.3) 1px, transparent 1px),
  linear-gradient(90deg, rgba(252,251,250,.3) 1px, transparent 1px);
  background-size: 10px 10px, 10px 10px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}*/

/* ------------------------ simple content containers ------------------------ */

#content-simple {
  margin-bottom: 8px;
  margin-top: 80px;
}

#content-simple-list {
  margin-bottom: 8px;
  margin-top: 80px;
}

#content-simple-list h2 {
  font-weight: 400;
  font-size: 1.2em;
  color: #1e4356;
}

#content-simple .sidebar {
  padding: 30px;
  margin: 30px 10px 30px 30px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

#content-simple-list .sidebar {
  padding: 30px;
  margin: 0px 10px 30px 30px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

/* ------------------------ complex content container ------------------------ */

#content-complex {
  margin-bottom: 8px; /* was 28 */
  margin-top: 80px;
}

#content-complex .container-centered {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: .9em;
}

#content-complex .sidebar {
  padding: 30px;
  margin: 20px 0px 0px 00px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

/* ------------------------ home banner carousel ------------------------ */

#banner-home .banner-container {
  position: relative;
}

#banner-home h1 {
  font-size: 2.1em;
  font-weight: normal;
  color: #ffffff;
  margin-top: 4px;
  margin-bottom: -4px;
  width: 100%;
  /*font-family: Comic Sans MS;*/
}

@media (max-width: 768px) {
  #banner-home h1 {
    font-size: 1.6em;
  }
}

#banner-home .bottom-left-desktop {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: left;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    transparent
  );
}

#banner-home .bottom-left-text-desktop {
  padding: 30px;
  width: 60%;
}

#banner-home .bottom-left-mobile {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    transparent
  );
}

#banner-home .bottom-left-text-mobile {
  padding: 30px;
  width: 100%;
}

#banner-home .random-blurb {
  font-size: 1.2em;
  color: #ffffff;
  line-height: 1.4em;
}

/* ------------------------ home boxes ------------------------ */

.about-boxes {
  background: url("../images/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 20px 0 10px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 28px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #0A3B52;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #E7ECEE;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 500;
  text-align: center;
  font-size: 1.4em;
}

.about-boxes .card-title a {
  color: #093246;
  text-decoration: none;
}

.about-boxes .card-title a:hover {
  color: #0A3B52;
}

.about-boxes .card-text {
  color: #5e5e5e;
  font-size: 1.2em;
  text-align: center;
}

.about-boxes .card:hover .card-icon i {
  background: #F5F4F1;
  color: #0A3B52;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/* ------------------------ home outings ------------------------ */

.outings-title {
  font-size: 1.2em;
  color: #0A3B52;
}
.outings-title a {
  color: #0A3B52;
  text-decoration: none;
}
.outings-info {
  margin-top: 4px;
  margin-bottom: 12px;
}

/* ------------------------ news ------------------------ */

.newsTitle {
  font-weight: 400;
  font-size: 1.2em;
  color: #1e4356;
  line-height: 24px;
  margin-bottom: 4px;
}

.tableOfContents {
  font-size: 1em;
  color: #444444;
  line-height: 24px;
}

.short-desc {
  font-size: 1.03em;
  color: #444444;
  line-height: 24px;
}

.converted-date {
  font-size: .98em;
  color: #444444;
}

.editor {
  font-family: Baskerville;
  font-size: 1em;
  margin-bottom: -2px;
  text-align: center;
}
.editor-subtext {
  font-family: Baskerville;
  text-align: center;
  margin-top: -4px;
  margin-bottom: 4px;
  font-size:.9em;
}

/* ------------------------ slider ------------------------ */

.carousel-caption {
  color: #ffffff;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: -20px;
  position: absolute;
}

/* ------------------------ tables ------------------------ */

/* green */

.contentTable table {
	width: 100%;
}

.contentTable th {
	text-align: center;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.2;
	background-color: #486C7E;
	border-top: 1px solid #0A3B52;
	border-bottom: 1px solid #F5F4F1;
	color: #FCFBFA;
	padding: 6px 6px;
	font-weight: 600;
}

.contentTable td {
	text-align: center;
	vertical-align: top;
	font-size: .9em;
	line-height: 1.2;
	background-color: #E7ECEE; /* light */
	border: 1px solid #859EA9;
	padding: 6px 6px;
	color: #444444;
}

.contentTable tr.odd td {
	background-color: #C2CED4; /* dark */
}

.contentTable tr.disabled td {
	color: #FCFBFA;
	background-color: #486C7E; /* table row spacer */
}

.contentTable tr.rowspacer td {
	color: #FCFBFA;
	background-color: #486C7E; /* table row spacer */
}

.contentTable tr.end td {
	color: #FCFBFA;
	background-color: #486C7E; /* dark */
}

.contentTable tr.end td a {
	color: #FCFBFA;
	background-color: #486C7E; /* dark */
}

.contentTable td a:link, #content .contentTableGreenSmall td a:visited {}

.contentTable td a:hover {}

/* ------------------------ sideBoxes ------------------------ */

.sideBox-green-header {
  background-color: #0A3B52;
  color: #E7ECEE;
  font-weight: 600;
  text-align: center;
  font-size: 1.15em;
  line-height: 1.35em;
  padding: 8px;
}

.sideBox-green-content {
  background-color: #E7ECEE;
  color: #444444;
  /* font-size: .95em; */
  border: 1px solid #C2CED4;
  padding: 12px 18px 12px 18px;;
}

.sideBox-green-content a {
  color: #0A3B52;
}

.sideBox-green-content a:hover {
  color: #486C7E;
}

.resources-list {
  color: #444444;
}

.resources-list a {
  text-decoration: none;
}

.resources-blurb {
  font-size: .9em;
  color: #444444;
  padding-top: 2px;
}

/* ------------------------ portfolio ------------------------ */

.portfolio #portfolio-filters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #E7ECEE;
  border-radius: 4px;
}

.portfolio #portfolio-filters li:hover,
.portfolio #portfolio-filters li.filter-active {
  color: #fff;
  background: #0A3B52;
}

.portfolio #portfolio-filters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  /*background: #0A3B52;*/
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/* ------------------------ gallery ------------------------ */

.gallery-box {
	height: 100%;
	background-color: #F5F4F1;
	border: 1px solid #D9D5C8;
	padding-bottom: 12px;
}

/*.gallery-box:hover {
	background-color: #F2F0EB;
}*/

.gallery-content {
	text-align: left;
	font-size: .9em;
	padding: 10px;
}

.gallery-details {
    font-size: .9em;
    line-height: 1.4em;
}

.gallery-box-image {
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

/* ------------------------ videos ------------------------ */

.video-overlay {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: -7px;
  width: 100%;
}

.video-overlay::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '\f04b';
  z-index: 5;
  transform: translate( -50%, -50% );
  padding: 4px 10px 2px 12px;
  color: #dddddd;
  font-family: 'FontAwesome';
  font-size: 18px !important;
  background-color: rgba(23, 35, 34, 0.4);
  border-radius: 5px 5px 5px 5px;
}

.video-overlay:hover:before {
  color: #ffffff;
  opacity: 1;
}

/* ------------------------ images ------------------------ */

.bg-overlay {
  background: linear-gradient(rgba(68,68,68,.5), rgba(68,68,68,.1)), url("../images/join-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 10px 20px 20px 20px;
}

.imageBox {
  margin-top: 0px;
  border:1px solid #CACACA;
}

.image-container {
  position: relative;
  display: inline-block;
}
.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: #000000; 
  color: #fff; 
  padding: 10px 20px; 
  font-size: 20px; 
  text-align: center;
}

.overlay-title {
  position: relative;
  font-size: .9em;
  line-height: 1.4em;
  margin-bottom: 2px;
  color: #ffffff;
  padding: 4px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 4px;
  /*transform: translate(-50%, -10px);*/
}

.overlay-white {
  color: #ffffff;
  text-align: center;
}

@media (min-width: 0px) {
  .overlay-white {
    font-size: .6em;
  }
}

@media (min-width: 321px) {
  .overlay-white {
    font-size: 1em;
  }
}

@media (min-width: 1024px) {
  .overlay-white {
  font-size: 1.1em;
  }
}

/* ------------------------ read more ------------------------ */

.nav-toggle {
	display: inline;
    background: #0A3B52;
    background: -webkit-gradient(linear, left top, left bottom, from(#C2CED4), to(#E7ECEE));
    background: -moz-linear-gradient(top, #C2CED4, #E7ECEE);
	color: #000000;
	font-family: Helvetica;
    font-size: .75em;
	text-align: center;
	cursor: pointer;
	padding: 5px 6px 4px 6px;
	border-radius: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.readMore {
   border: none;
   font-size: .9em;
   padding-top: 4px;
   font-style: normal;
}

.readMore-button {
  margin-bottom: -8px;
  margin-top: 12px;
  border-radius: 4px;
}

/* ------------------------ spacers ------------------------ */

.spacer01 { /* ex lg */
  padding-top: 24px;
}

.spacer02 { /* lg */
  padding-top: 18px;
}

.spacer03 { /* md */
  padding-top: 12px;
}

.spacer04 { /* sm */
  padding-top: 8px;
}

.spacer05 { /* ex sm */
  padding-top: 4px;
}

.spacer06 { /* ex sm */
  padding-top: 0px;
}

.spacer07 { /* ex sm */
  padding-top: 16px;
}

/* ------------------------ blockquotes ------------------------ */

blockquote {
  font-size: 1em;
  padding: 8px 12px;
  margin-bottom: 10px;
  /*font-style: italic;*/
}

blockquote p {
  margin: 0px;
  line-height: 1.4em;
  color: #343434;
  font-size: .9em;
}

blockquote.bg-clear {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

blockquote.bg-clear a:link {
  color: #343434;
}

blockquote.bg-clear a:visited {
  color: #343434;
}

blockquote.bg-tan {
  background-color: #F5F4F1;
  border: 1px solid #D9D5C8;
  border-left: 10px solid #A3A096;
  margin-bottom: 4px;
}

blockquote.bg-tan a:link {
  color: #343434;
}

blockquote.bg-tan a:visited {
  color: #343434;
}

blockquote.bg-tan-sm {
  background-color: #FFFFFF;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 5px solid #A3A096;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 2px;
}

blockquote.bg-tan-sm a:link {
  color: #922724;
}

blockquote.bg-tan-sm a:visited {
  color: #922724;
}

blockquote.bg-green {
  /*background-color: #ecf1f3;*/
  border: 0px solid #0A3B52;
  border-left: 5px solid #0A3B52;
  margin-bottom: 10px;
}

blockquote.bg-green a:link {
  color: #343434;
}

blockquote.bg-green a:visited {
  color: #343434;
}

blockquote.bg-orange {
  background-color: #FAEEE6;
  border: 1px solid #F2D3BF;
  border-left: 10px solid #CB4E00;
  margin-bottom: 4px;
}

blockquote.bg-orange a:link {
  color: #343434;
}

blockquote.bg-orange a:visited {
  color: #343434;
}

blockquote.bg-orange-sm {
  background-color: #FCFBFA;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 5px solid #CB4E00;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 2px;
}

blockquote.bg-orange-sm a:link {
  color: #922724;
}

blockquote.bg-orange-sm a:visited {
  color: #922724;
}

/* ------------------------ bullets ------------------------ */

ul.bullets-none {
  list-style-type: none;
  padding-top: 0px;
  margin-bottom: -2px;
}

ul.bullets-none li {
  margin-left: -30px;
  padding-bottom: 8px;
  font-size: .95em;
  line-height: 18px;
}

ul.bullets-none-more {
  list-style-type: none;
  padding-top: 0px;
  margin-bottom: -2px;
}

ul.bullets-none-more li {
  margin-left: -30px;
  padding-bottom: 12px;
  font-size: .95em;
  line-height: 18px;
}

ul.bullets-none-simple {
  list-style-type: none;
  padding-top: 0px;
  margin-bottom: 18px;
  margin-top:-4px;
}

ul.bullets-none-simple li {
  padding-bottom: 8px;
}

ul.bullets-none-modals {
  list-style-type: none;
  padding-top: 0px;
  margin-bottom: -2px;
}

ul.bullets-none-modals li {
  margin-left: -30px;
  padding-bottom: 12px;
  font-size: .95em;
  line-height: 22px;
}


ul.bullets01 {
  list-style-type: square;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  font-size: 1em;
}

ul.bullets01 li {
  padding-bottom: 4px;
}

/* ------------------------ modals ------------------------ */

.modal-body .caption-credit {
  font-size: 1em;
}

.modal-header {
  font-size: 1.2em;
}

/* ------------------------ buttons ------------------------ */

.button {
  display: inline;
  background: #0A3B52;
  background: -webkit-gradient(linear, left top, left bottom, from(#C2CED4), to(#E7ECEE));
  background: -moz-linear-gradient(top, #C2CED4, #E7ECEE);
  color: #444444;
  font-family: Helvetica;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #C2CED4;
  padding: 5px 6px 4px 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.button:hover {
  background: #C2CED4;
  color: #444444;
}

.button-home {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8c36c), to(#fcf8ec));
  background: -moz-linear-gradient(top, #e8c36c, #fcf8ec);
  border: 1px solid #e0af3b;
  font-size: .8em;
  color: #444444;
}

.button-orange {
  display: inline;
  background: #CB4E00;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2D3BF), to(#FAEEE6));
  background: -moz-linear-gradient(top, #F2D3BF, #FAEEE6);
  color: #444444;
  font-family: Helvetica;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #F2D3BF;
  padding: 5px 6px 4px 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.button-orange:hover {
  background: #F2D3BF;
  color: #444444;
}

/* ------------------------ forms ------------------------ */

.form-control {
  background-color: #E3E0D6;
  border: 1px solid #D9D5C8;
}

.form-control:focus {
  background-color: #E7ECEE;
  border: 1px solid #E3E0D6;
}

input[type='radio'] {
  -webkit-appearance:none;
  width: 17px;
  height: 17px;
  border: 1px solid darkgray;
  border-radius: 50%;
  outline: none;
  box-shadow: 0px 0px 5px 0px #cccccc inset;
  margin-bottom: -4px;
}

input[type='radio']:hover {
  box-shadow: 0px 0px 5px 0px rgba(163, 160, 150, 0.25) inset;
}

input[type='radio']:before {
  content:'';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;    
  border-radius: 50%;    
}

input[type='radio']:checked:before {
  background-color: #0A3B52;
}

input[type='radio']:checked:before {
  background-color: #0A3B52;
}

.form-control {
  background-color: #F5F4F1;
  border: 1px solid #E3E0D6;
}

.form-control:focus {
  background-color: #F5F4F1;
  border: 1px solid #E3E0D6;
}

textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

textarea:hover, input:hover, button:hover {
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
}

/* ------------------------ flower border ------------------------ */

.flower-border {
  margin-top:12px;
}

.disabled {
  pointer-events: none;
}

/* ------------------------ footer ------------------------ */

#footer {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  /*background: #093246;*/
  background-color: #1E201F;
  padding: 0px;
  color: #E7ECEE;
  font-size: .9em;
  margin-top: -20px;
}

#footer .footer-top {
  /*border-bottom: 1px solid #051E29;
  border-top: 4px solid #E7ECEE;*/
  padding-top: 40px;
}

#footer .footer-top .footer-info {
  margin-bottom: 12px;
}

#footer .footer-top .footer-info a {
  text-decoration: none;
  color: #E7ECEE;
}

#footer .footer-top .footer-info a:hover {
  color: #C2CED4;
  transition: 0.3s;
}

#footer .footer-top .social-links a {
  font-size: 1.4em;
  display: inline-block;
  background: #C2CED4;
  color: #093246;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  color: #093246;
  background: #D9D5C8;
  text-decoration: none;
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links a {
  color: #E7ECEE;
  text-decoration: none;
}

#footer .footer-top .footer-links a:hover {
  color: #C2CED4;
  transition: 0.3s;
}

#footer .footer-bottom {
  background-color: #082C3E;
}

#footer .footer-top .copyright {
  text-align: left;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #E7ECEE;
  font-size: .85em;
}

#footer .footer-top .copyright a {
  color: #E9EBEC;
  text-decoration: none;
}

#footer .footer-top .copyright a:hover {
  color: #C6CCCE;
  transition: 0.3s;
  text-decoration: underline;
}

#footer .footer-top .attribution-small {
  text-align: left;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #E7ECEE;
  font-size: .85em;
}

#footer .footer-top .attribution-large {
  text-align: left;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #E7ECEE;
  font-size: .85em;
}

