
* {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  o-transition: all 1s ease-in-out;
}

#toolbar-administration * {
  text-align: left;
}
/*
.toolbar-tray a {
  padding: 0.6em 1.3333em;
}
*/
.header-topx.left strong {
  width: 26px;
  height: 26px;
  padding: 0 3px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.header-topx.left {
  float: left;
  padding: 0 12px;
  border-left: 2px solid;
  margin-left: -2px;
}

.header-topx.right {
  right: 0;
  position: absolute;
}

.bbg { background: #dedcbb; }

.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="password"] { width: 100%; }

.full-page-search { border-left: 2px solid #ad591f; }

.full-page-search .search-icon a { color: #ad591f; }

img.image-field,
.field--type-video-embed-field { float: left; }

.field--type-video-embed-field {
  width: 100%;
  height: auto;
  max-width: 480px;
  margin-right: 1em;
}

.node-content .field__label {
  font-weight: 600;
  font-size: 1.4em;
}

.more-link {
  clear: both;
  margin-right: 2%;
  text-align: right;
  font-weight: 600;
  font-family: initial;
}

.views-more-link {
  font-style: italic;
  font-family: initial;
  display: inline-block;
}

.pager__item a { background: #cfcfff; }

input[type="email"] { width: 100%; }

#user-login-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form-item-captcha-response { text-align: left; }

.form-item-captcha-response input[type="text"] { width: inherit; }

.scrolltop { display: none; }

/*------------ Menu CSS ------------*/

li.main-menu-item:last-child {
  border-radius: 5px;
  background: #ad591f;
}

li.main-menu-item:last-child a {
  color: #eee;
}

li.main-menu-item:last-child:hover,
li.main-menu-item:last-child.active {
  background: #eee;
}

li.main-menu-item:last-child:hover a,
li.main-menu-item:last-child.active a {
  color: #ad591f;
}


/*------------ Slideshow CSS ------------*/

.slideshow {
  z-index: 1;
  position: relative;
}

.slideshow img {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  height: auto;
  max-width: unset;
}

.slider-image,
.views_slideshow_cycle_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}

.views_slideshow_cycle_main .views_slideshow_slide {
  width: 100% !important;
  height: auto;	
}

.views_slideshow_cycle_main .slidshow-image {
  width: 100%;
  max-width: 100%;
}

.caption_wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.18);
}

.slider_caption {
  bottom: 70px;
  right: 50px;
  width: 28%;
  height: auto;
  max-height: 300px;
  text-align: left;
  min-width: 200px;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, .8);
  border-top: 5px solid #ad591f;
  border-bottom: 2px solid #603b17;
}

.slide-text,
.slide-title {
  float: left;
  clear: both;
  line-height: 1.2em;
}

.slide-title {
  color: #ad591f;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.slide-text {
  color: #cfcfcf;
  font-size: 16px;
}
/*
.more-button {
  clear: both;
  margin: 18px auto 15px;
  display: inline-block;
}

.more-button a {
  color: #eee;
  background: #603b17;
  padding: 10px 20px 12px;
  border-radius: 5px;
}

.more-button a:hover { color: inherit; }
*/
/* ------- pager bullets for slider ------- */

.slideshow .views-slideshow-controls-bottom {
  z-index: 13;
  right: 25px;
  bottom: 70px;
  float: right;
  position: absolute;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  margin: 5px;
  width: 10px;
  height: 35px;
  /* float: left; */
  display: block;
  background: #f0f8ff;
  text-indent: -100240px;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover,
.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #ad591f;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  cursor: pointer;
}
/*-end custom pager-*/

/*----------------- Partners -------------------*/

.partners { display: none; }

.partner {
  float: left;
  padding: 25px 3%;
  display: block;
}

.partner img {
  width: auto;
  margin-right: 0;
  height: 60px;
}

.partner a img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.partner a:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

/*------------ About Us CSS ------------*/

.the-about { padding: 10px 0 0; }

.about-info li { padding: 0; }

.about-info h4 {
  background: #ad591f;
  border-bottom: 2px solid #474747;
  color: #603b17;
  padding-left: 15px;
}

.about-info { padding: 0 0 2px; }

/*------------ Action Call CSS ------------*/

.action-call {
  width: 100%;
  padding: 20px 0 25px;
  background: #3c2518;
  background: #ad591f;
  background: #603b17;
}

/* .action-call a, */
.action-call h1,
.action-call h6 {
  color: #efefef;
  width: auto;
  float: left;
  margin: 0;
  clear: both;
}

.action-call h1 { font-weight: bold; }

.call-button {
  top: 0;
  bottom: 0;
  right: 10px;
  position: absolute;
  background: #efefef;
  padding: 15px 30px;
  border-radius: 20px;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 5px;
}

.call-button:hover { background: #ad591f; }

.call-button:hover a { color: #efefef; }

/*------------ Updates CSS ------------*/

.front-briefs { padding: 65px 0 60px; text-align: center; }

.front-briefs .block-title {
  position: relative;
  padding-left: 8px;
  text-align: left;
  border-left: 5px solid #ad591f;
}

.the-updates {
  padding: 30px 0 0;
}

.program,
.news-update {
  width: 100%;
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
}

.news-update {
  margin: 25px 2%;
  max-width: 28.2%;
  /* min-height: 400px; */
  padding-bottom: 15px;
  background: #dedcbb;
  text-align: justify;
  line-height: 1.2;
  overflow: hidden;
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.news-update .body,
.news-update .title {
  padding: 0 15px;
  display: inline-block;
}

.news-update .title {
  margin: 15px 0;
  text-align: left;
  font-weight: bold;
  line-height: normal;
}

.news-update img {
  margin: 0;
  width: 100%;
}

.news-update:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/*-------------- Programs CSS --------------*/

.program {
  max-width: 22%;
  Margin: 25px 1%;
  text-align: center;
  background: #fff;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.program .titlef {
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  padding: 15px;
  display: block;
  position: absolute;
  background: rgba(200, 200, 200, .8);
}

.program .titlef a {
  line-height: 1;
  font-size: 1.2em;
  font-weight: bold;
}

.program:hover {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 255, 0.3);
}

.program img,
.page-program img { margin: 0; }

.page-program {
  float: left;
  width: 100%;
  padding: 20px 0;
  display: block;
}

.page-program:nth-child(even) {
  background: #fafafa;
}

.page-program .title {
  padding-top: 1.5em;
  font-weight: bold;
}

.page-program .body,
.page-program .title {
  display: flow-root;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.page-program:nth-child(odd) img {
  float: right;
}

/*------------- Team Members CSS --------------*/

.the-team {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  text-align: initial;
}

#block-views-block-content-b-board {
  padding-bottom: 1.4em;
}

.team-profile.board {
  max-width: 27%;
  margin: 25px 3%;
}

.team-profile.staff {
  max-width: 20%;
  margin: 25px 2%;
}

.team-profile.staff,
.team-profile.board {
  width: 100%;
  min-width: 145px;
  padding: 0 0 10px;
  line-height: 1.2;
  background: #fdfdfd;
  vertical-align: top;
  display: inline-block;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.team-profile img { margin: 0; }

.team-profile strong { padding-top: 10px; }

.team-profile h6,
.team-profile strong {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: inline-block;
}

/*-------------- Albums CSS --------------*/

.photo-album {
  width: 100%;
  float: left;
  max-width: 16%;
  min-width: 145px;
  padding: 0 0 10px;
  margin: 25px 2%;
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.1em;
  text-align: center;
  background: #fdfdfd;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.photo-album .image-field {
  margin: 0;
}

.photo-album strong {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}

.page-node-type-photo_album .image-field { margin: 5px; }

/*-------------- Videos CSS --------------*/

.video-entry {
  width: 100%;
  max-width: 29%;
  min-width: 200px;
  padding: 0 0 10px;
  margin: 25px 2%;
  font-size: 1.1em;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  background: #fdfdfd;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.video-entry:hover { box-shadow: none; }

.video-entry img {
  margin: 0;
  width: 100%;
}

.video-entry .title {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

/*-------------- Downloads CSS --------------*/

#footer .downloads {
  padding: 1.17em 0;
  position: relative;
  background: #3c2518;
}

.downloads .column {
  margin: 0;
  width: 25%;
  float: left;
  padding: 15px 20px;
}

.downloads h3 {
  color: #cfcfcf;
  margin-bottom: 0.8em;
}

.strategic-plan {
  line-height: 1;
  text-align: left;
  font-size: 1.8em;
}

.strategic-plan a { color: #a0a0a0; }

.downloads .more-link a {
  color: #a0a0a0;
  margin-top: 0.8em;
  display: inline-block;
}

.page.downloads {
  padding: 30px 0 0;
  column-count: 3;
  column-gap: 50px;
}

.download a {
  width: 100%;
  display: block;
  margin-bottom: -1px;
  padding: 5px 10px 4px;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.column .download a { color: #a0a0a0; }

#footer .download { float: left; width: 100%; }

.download:hover { background: #a0a0a0; }

.download:hover a { color: unset; }

.strategic-plan:hover a,
.downloads .more-link:hover a {
  color: #777;
}

/*-------------- Contacts CSS --------------*/

#contact-message-feedback-form {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.contacts {
  color: #aeaeae;
  background: #3c2518;
  padding-top: 1.17em;
  text-align: center;
  position: relative;
  /* border-top: 3px solid #474747; */
  /* border-bottom: 2px solid #474747; */
}

.contacts .contact-info {
  width: 100%;
  padding: 10px 15px 0;
  margin: 25px 1.2%;
  max-width: 22.6%;
  min-width: 200px;
  display: inline-block;
}

.contacts .contact-info span {
  font-weight: bold;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-right,
.ui-corner-bottom,
.ui-corner-tr { border-radius: 0; }

.ui-accordion .ui-accordion-header {
  margin: 10px 0;
}

.ui-state-default {
  border: 1px solid #603b17;
  background: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover,
.ui-accordion .ui-accordion-header:hover,
/* html .ui-button.ui-state-disabled:active, */
a.ui-button:active,
.ui-button:active {
  border: 1px solid #603b17;
  background: #603b17;
}

.ui-state-active strong,
.ui-widget-content .ui-state-active strong,
.ui-widget-header .ui-state-active strong,
.ui-button.ui-state-active:hover strong,
.ui-accordion .ui-accordion-header:hover strong,
span .ui-accordion-header-icon:hover,
/* .ui-widget-header .ui-state-hover .ui-icon, */
a.ui-button:active strong,
.ui-button:active strong {
  color: #fefefe;
}

.ui-widget-content { border: 0; }

.ui-accordion .ui-accordion-content {
  padding: 1em 1.6em;
}

.ui-accordion .ui-accordion-content ul {
  text-align: left;
  margin-left: 1em;
}

.ui-accordion .ui-accordion-content li {
  padding-top: 0;
}

.ui-accordion .ui-accordion-content p {
  margin-bottom: 0.6em;
}

/*-------------- Footer Bottom CSS --------------*/

.get-involved {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: -1px;
  display: block;
  width: 100%;
  padding: 10px 0;
  position: relative;
  float: left;
}

.get-involved h4 {
  font-weight: bold;
  line-height: initial;
}

.get-involved .button {
    position: relative;
    float: right;
    width: 180px;
    margin-left: 20px;
    margin-top: -40px;
    margin-bottom: 5px;
    border-radius: 0.4em;
    background: #e0e0d8;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.get-involved .button a {
    position: relative;
    padding: 25% 1.5em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    width: 100%;
	height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
	display: block;
}

/*-------------- Footer Bottom CSS --------------*/

.footer-bottom.copyright {
  float: left;
  max-width: 60%;
  text-align: left;
}

.footer-bottom.credits {
  float: right;
  max-width: 40%;
  text-align: right;
}