@charset "UTF-8";
@-webkit-keyframes moving-fade {
  from {
    -webkit-transform: translateY(50px);
    opacity: .1; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@keyframes moving {
  from {
    transform: translateY(50px);
    opacity: .1; }
  to {
    transform: translateY(0px);
    opacity: 1; } }

.come-in-left {
  transform: translateX(-600px);
  animation: come-in-left 0.8s ease forwards; }

.come-in-left:nth-child(odd) {
  animation-duration: 0.6s; }

@keyframes come-in-left {
  to {
    transform: translateX(0px); } }

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  65% {
    transform: translateY(4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }
  65% {
    -webkit-transform: translateY(4%); }
  95% {
    -webkit-transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(0%); } }

@media only screen and (min-width: 1170px) {
  .cd-is-hidden {
    visibility: hidden; } }

.cd-timeline {
  overflow: hidden;
  margin: 2em auto; }

.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0; }
  @media (min-width: 768px) {
    .cd-timeline__container {
      width: 80%; } }
.cd-timeline__block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 10px;
  background: #d7e4ed; }

.cd-timeline__block.navy:before {
  background: #417f8a; }

.cd-timeline__block.navy .number {
  color: #417f8a;
  border-color: #417f8a; }

.cd-timeline__block.navy ul {
  list-style: none; }

.cd-timeline__block.navy ul li:before {
  content: "•";
  font-size: 20px;
  color: #417f8a;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

@media (min-width: 1170px) {
  .cd-timeline__block.navy .cd-timeline__date:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 42%;
    left: -22%;
    top: 50%;
    background: #417f8a;
    z-index: -1; }
  .cd-timeline__block.navy .number:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #417f8a;
    display: block;
    position: absolute;
    left: -25%;
    top: 73px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1; } }

.cd-timeline__block.blue-green:before {
  background: #3eafac; }

.cd-timeline__block.blue-green .number {
  color: #3eafac;
  border-color: #3eafac; }

.cd-timeline__block.blue-green ul {
  list-style: none; }

.cd-timeline__block.blue-green ul li:before {
  content: "•";
  font-size: 20px;
  color: #3eafac;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

@media (min-width: 1170px) {
  .cd-timeline__block.blue-green .cd-timeline__date:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 42%;
    right: -22%;
    top: 50%;
    background: #3eafac;
    z-index: -1; }
  .cd-timeline__block.blue-green .number:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #3eafac;
    display: block;
    position: absolute;
    right: -25%;
    top: 73px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1; } }

.cd-timeline__block.green:before {
  background: #adbc4e; }

.cd-timeline__block.green .number {
  color: #adbc4e;
  border-color: #adbc4e; }

.cd-timeline__block.green ul {
  list-style: none; }

.cd-timeline__block.green ul li:before {
  content: "•";
  font-size: 20px;
  color: #adbc4e;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

@media (min-width: 1170px) {
  .cd-timeline__block.green .cd-timeline__date:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 42%;
    left: -22%;
    top: 50%;
    background: #adbc4e;
    z-index: -1; }
  .cd-timeline__block.green .number:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #adbc4e;
    display: block;
    position: absolute;
    left: -25%;
    top: 73px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1; } }

.cd-timeline__block.brown:before {
  background: #989a8d; }

.cd-timeline__block.brown .number {
  color: #989a8d;
  border-color: #989a8d; }

.cd-timeline__block.brown ul {
  list-style: none; }

.cd-timeline__block.brown ul li:before {
  content: "•";
  font-size: 20px;
  color: #989a8d;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

@media (min-width: 1170px) {
  .cd-timeline__block.brown .cd-timeline__date:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 42%;
    right: -22%;
    top: 50%;
    background: #989a8d;
    z-index: -1; }
  .cd-timeline__block.brown .number:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #989a8d;
    display: block;
    position: absolute;
    right: -25%;
    top: 73px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1; } }

@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }
  .cd-timeline__block::before {
    left: 50%;
    margin-left: -2px; } }

.cd-timeline__block {
  position: relative;
  margin: 0;
  margin-bottom: 4px; }

.cd-timeline__block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline__block:first-child {
  margin-top: 0; }

.cd-timeline__block:first-child:before {
  border-radius: 5px 5px 0 0; }

.cd-timeline__block:last-child:before {
  border-radius: 0 0 5px 5px; }

.cd-timeline__block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    padding: 4em 0; } }

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

.cd-timeline__img.cd-timeline__img--picture {
  background: #75ce66; }

.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44; }

.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45; }

@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 .6s;
    animation: cd-bounce-1 .6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  padding: 1em; }

.cd-timeline__content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline__content h2 {
  color: #303e49; }

.cd-timeline__content p, .cd-timeline__read-more, .cd-timeline__date {
  font-size: 1.3rem; }

.cd-timeline__content p {
  margin: 1em 0;
  line-height: 1.6; }

.cd-timeline__read-more, .cd-timeline__date {
  display: inline-block; }

.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #fff;
  border-radius: .25em; }

.cd-timeline__read-more:hover {
  background-color: #bac4cb; }

.cd-timeline__date {
  padding: .8em 0; }

.cd-timeline__date .number {
  padding: 30px;
  border: 4px solid;
  border-radius: 50%;
  width: 125px !important;
  height: 125px !important;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 60px;
  font-weight: 600;
  background: #fff; }

@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 2rem; }
  .cd-timeline__content p {
    font-size: 1.6rem; }
  .cd-timeline__read-more, .cd-timeline__date {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .cd-timeline__read-more {
    float: left; }
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 137%;
    top: 6px; }
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right; }
  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff; }
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right; }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 136%;
    text-align: right; }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 .6s;
    animation: cd-bounce-2 .6s; } }

@media only screen and (min-width: 1170px) {
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse .6s;
    animation: cd-bounce-2-inverse .6s; } }

@media (max-width: 1169px) {
  .cd-timeline__date .number {
    padding: 13px;
    border: 4px solid;
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 48px;
    font-weight: 600;
    background: #fff;
    opacity: 1; }
  .cd-timeline__date {
    padding: .8em 0;
    opacity: 1;
    margin-left: -56px; }
  .cd-timeline__content {
    margin-left: 24px; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.btn {
  white-space: normal;
  padding: .575rem .75rem;
  font-size: .8rem; }

.btn-primary, .btn-default {
  background-color: #1a8383;
  border: 0;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: .8rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #1a8383;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  text-shadow: none;
  color: #fff;
  transition-duration: 0.3s;
  text-decoration: none !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {
    border-color: #8e9a39;
    background: #166e6e;
    color: #fff; }
  .btn-primary:before, .btn-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8e9a39;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before, .btn-default:hover:before, .btn-default:focus:before, .btn-default:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: .25rem; }
  .btn-primary a, .btn-default a {
    color: inherit; }
    .btn-primary a:hover, .btn-default a:hover {
      text-decoration: none; }

.btn-secondary {
  background-color: #d9f1fc;
  border: 0;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: .8rem;
  display: inline-block;
  vertical-align: middle;
  background: #d9f1fc;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  text-shadow: none;
  color: #417f8a;
  text-decoration: none !important; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #417f8a;
    color: #fff; }

.btn-tertiary {
  background-color: #417f8a;
  border: 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: .8rem;
  display: inline-block;
  vertical-align: middle;
  background: #417f8a;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  text-shadow: none;
  color: #fff; }
  .btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary:active:focus, .btn-tertiary:active:hover, .btn-tertiary .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #315f67;
    color: #fff; }

.btn-outline-light {
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none !important; }
  .btn-outline-light:hover {
    color: #989a8d; }

.btn-outline-dark {
  font-weight: bold;
  letter-spacing: 2px;
  color: #1a8383;
  border: 2px solid #1a8383;
  text-decoration: none !important; }
  .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark:active:focus, .btn-outline-dark:active:hover, .btn-outline-dark .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #1a8383;
    border-color: #1a8383;
    color: #fff; }

.download-lnk {
  position: relative;
  padding-right: 1.5rem; }
  .download-lnk .fa {
    position: absolute;
    right: 8px;
    top: 14px; }

.input-group > .input-group-append > .btn.btn-primary:hover:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control {
  padding: .575rem .75rem; }
  .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    font-weight: 300;
    font-style: italic;
    opacity: 1;
    /* Firefox */ }
  .form-control :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999; }
  .form-control ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999; }

.site-search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
  /* Firefox */ }

.site-search input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999; }

.site-search input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999; }

.freeform-row .freeform-column .freeform-label {
  font-weight: bold !important;
  font-size: 1rem; }

.ff-form-success {
  font-size: 1.2rem;
  background: rgba(173, 190, 70, 0.4);
  padding: .5rem;
  color: #808e2f;
  margin-bottom: 1.5rem; }
  .ff-form-success p {
    margin-bottom: 0; }

.ff-form-errors {
  margin-bottom: 1.5rem; }

.freeform-form-has-errors {
  padding: 15px;
  border: 1px solid #f5c6cb;
  background: #f8d7da;
  border-radius: 5px;
  color: #721c24; }

.freeform-row .event-title {
  margin-bottom: 1rem; }

.freeform-row .freeform-column .freeform-errors > li, .freeform-row .freeform-column .ff-errors > li {
  color: #731b21 !important;
  font-size: .8rem;
  padding: 5px !important;
  border: 1px solid #f5c6cb;
  background: #f8d7da;
  border-radius: 5px; }

.freeform-row .freeform-column .freeform-input {
  padding: .5rem;
  font-size: .9rem;
  color: #989a8d;
  border: 1px solid #c4c3b9; }

.freeform-row .freeform-column .freeform-input-only-label.checkbox > .freeform-input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-left: -23px; }

.freeform-row .freeform-column .freeform-input-only-label.checkbox {
  font-weight: normal;
  padding-left: 23px; }

select#form-input-reasonYouAreContactingUs {
  width: 100%;
  padding: 7px 35px 7px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/img-arrow.png) 98%/1.5% no-repeat; }

.freeform-row .freeform-column .freeform-instructions {
  margin: 0 0 10px !important; }

#contact .btn {
  width: 100%; }

#contact .freeform-row .freeform-column .freeform-label {
  font-weight: normal !important;
  font-size: .7rem;
  text-transform: uppercase;
  color: #65665b; }

.file-upload {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-image: initial; }

#resources-library .gray-bg {
  background-color: #f7f7f7;
  padding-top: 2rem;
  margin-bottom: -3rem; }

.public-comment .results {
  background: #f1f1f1;
  padding: 1.5rem; }
  .public-comment .results .alert-info {
    background-image: none; }
  .public-comment .results input[type="search"] {
    width: 100%;
    border: 0;
    padding: 10px 15px;
    border-radius: 5px; }
  .public-comment .results .form-group {
    position: relative; }
    .public-comment .results .form-group .fa.fa-search {
      position: absolute;
      right: 15px;
      top: 15px;
      -webkit-appearance: none; }

.public-comment .doc-details {
  margin-bottom: 2rem; }
  .public-comment .doc-details p {
    font-size: .8rem;
    line-height: 1.5; }
  .public-comment .doc-details .btn-tertiary {
    width: 100%; }
  .public-comment .doc-details h5 {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #417f8a; }

.public-comment .doc-lnk:hover {
  text-decoration: none; }

.public-comment .doc-lnk div {
  background: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 10px 0px #c1c1c1;
  -moz-box-shadow: 0px 0px 10px 0px #c1c1c1;
  box-shadow: 0px 0px 10px 0px #c1c1c1; }
  @media (max-width: 767px) {
    .public-comment .doc-lnk div {
      padding: .7rem; } }
  @media (max-width: 575px) {
    .public-comment .doc-lnk div {
      margin-bottom: 1.5rem; } }
  .public-comment .doc-lnk div:hover {
    -webkit-box-shadow: 0px 0px 20px 0px #c1c1c1;
    -moz-box-shadow: 0px 0px 20px 0px #c1c1c1;
    box-shadow: 0px 0px 20px 0px #c1c1c1;
    transition: all .3s; }
  .public-comment .doc-lnk div img {
    margin-bottom: .8rem; }
  .public-comment .doc-lnk div h4 {
    font-weight: 300;
    color: #427f8a;
    font-size: 1.3rem;
    text-decoration: none;
    margin-bottom: 0; }

.public-comment .selected-count {
  background: #8e9a39;
  border-radius: 21px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  margin: .8rem 0; }
  .public-comment .selected-count.outline {
    background: transparent;
    border: 1px solid #8e9a39;
    color: #adbc4e;
    margin-top: 0; }
  .public-comment .selected-count .fa-times {
    cursor: pointer;
    margin-left: 5px; }

.public-comment .tags {
  border: 1px solid #417f8a;
  padding: 1rem;
  background: #fff; }
  .public-comment .tags h3 {
    font-weight: 600;
    background: #417f8a;
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 0;
    text-align: center;
    padding: .5rem 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Open Sans', sans-serif; }
  .public-comment .tags .form-check-label {
    color: #417f8a;
    font-size: .9rem;
    letter-spacing: .5px; }
  .public-comment .tags .form-check {
    margin-bottom: .4rem; }
    .public-comment .tags .form-check:last-of-type {
      margin-bottom: 0; }

.public-comment.submit-comment .top h3 {
  text-transform: uppercase;
  color: #707066;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 1rem; }

.public-comment.submit-comment .top a {
  color: #417f8a; }
  .public-comment.submit-comment .top a h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem; }

.public-comment.submit-comment label {
  text-transform: uppercase;
  font-size: .8rem; }

.public-comment.submit-comment button {
  width: 100%;
  margin-top: 2rem; }

@media (max-width: 767px) {
  .public-comment.submit-comment .doc-lnk div {
    margin-bottom: 2rem; } }

.public-comment.resources .tags .form-check-label {
  font-size: .8rem; }

.public-comment.resources .tags #categories {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: .7rem; }
  .public-comment.resources .tags #categories li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f107";
    color: #417f8a;
    padding: 0 5px; }
  .public-comment.resources .tags #categories li a[aria-expanded=true]:before {
    content: "\f106"; }
  .public-comment.resources .tags #categories ul {
    list-style-type: none;
    padding-left: 1.3rem; }
    .public-comment.resources .tags #categories ul li {
      margin-bottom: 0; }
  .public-comment.resources .tags #categories li:last-of-type {
    margin-bottom: 0; }
  .public-comment.resources .tags #categories .form-check-input {
    margin-top: .5rem; }

.public-comment.resources .results {
  background: transparent;
  padding: 0; }

.public-comment.resources .doc-details {
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem; }
  .public-comment.resources .doc-details .doc-title {
    color: #417f8a; }
    .public-comment.resources .doc-details .doc-title:hover {
      color: #315f67; }
  .public-comment.resources .doc-details h4 {
    font-size: 1.3rem; }
  .public-comment.resources .doc-details p {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .public-comment.resources .doc-details .col {
      min-width: 100%; }
    .public-comment.resources .doc-details .doc-type {
      margin-bottom: 1rem; } }
.public-comment.resources .doc-type {
  font-size: 1.2rem;
  text-align: center;
  display: block; }

html {
  font-size: 1rem; }

@media (min-width: 768px) {
  html {
    font-size: 1rem; } }

@media (min-width: 992px) {
  html {
    font-size: 1rem; } }

@media (min-width: 1199px) {
  html {
    font-size: 1.1rem; } }

a {
  color: #737c2f; }
  a:hover {
    color: #adbc4e;
    transition: 0.3s; }

#content a {
  text-decoration: underline; }

ul,
ol {
  margin-bottom: 1.5rem; }

ul li,
ol li {
  margin-bottom: 0.5rem;
  line-height: 1.8; }

h1 {
  font-size: 2.2rem; }

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

p {
  line-height: 1.8; }

img {
  max-width: 100%; }

.navy-bg {
  background: #417f8a; }

.gray-bg {
  background-color: #f7f7f7;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem; }
  .gray-bg .h5-gray-spaced {
    margin-top: 0; }

.color-navy {
  color: #417f8a; }

.color-forest-green {
  color: #347a5b; }

.color-dark-green {
  color: #8e9a39; }

.ice-blue-bg {
  background: #d9f1fc; }

.alert-success {
  background: #e6efad;
  border-color: #adbd44;
  text-align: center;
  color: #6e7732;
  border-radius: 0; }

.alert-danger {
  background: #f2dede;
  border-color: #dca7a7;
  text-align: center;
  border-radius: 0; }

h1 {
  font-family: "foco", sans-serif;
  font-style: normal;
  font-weight: 700; }

.h-blue-spaced {
  letter-spacing: 1px;
  color: #417f8a;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.h-gray-spaced {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.h-dark-green {
  color: #317a5a;
  margin-bottom: 2rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px; }

.h-green-bold-spaced {
  font-family: "Open Sans", sans-serif;
  color: #8e9a39;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1rem; }

.h-divided {
  position: relative;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .h-divided:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #417f8a;
    top: 50%;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0; }
  .h-divided .h-divided-content {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #417f8a;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff; }

blockquote {
  margin: 2rem 0 2rem;
  padding: 3rem 0;
  position: relative;
  text-align: center; }
  blockquote:before {
    content: "";
    position: absolute;
    height: 1px;
    border-top: 1px solid #36aeac;
    top: 0;
    width: 50px;
    left: 50%;
    margin-left: -25px; }
  blockquote:after {
    content: "";
    position: absolute;
    height: 1px;
    border-top: 1px solid #36aeac;
    bottom: 0;
    width: 50px;
    left: 50%;
    margin-left: -25px; }
  blockquote p {
    font-size: 1.5rem;
    color: #417f8a;
    max-width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  blockquote cite {
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #417f8a; }

.bordered {
  border-bottom: 1px solid;
  padding-bottom: 1rem; }

.page-title {
  text-align: left;
  color: #fff;
  font-family: "foco", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 2rem 1.8rem 2rem;
  margin-bottom: 0;
  max-width: 1600px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .page-title {
      padding-left: 1rem;
      padding-right: 1rem; } }
.page-intro {
  color: #707066; }
  .page-intro * {
    font-size: 1.2rem;
    line-height: 1.8; }
    @media (max-width: 450px) {
      .page-intro * {
        font-size: 1rem; } }
.location-address {
  margin-bottom: 0.5rem; }

.event-title {
  font-size: 1.8rem;
  font-weight: 600; }

.location-name {
  color: #417f8a;
  margin-bottom: 0.5rem; }

.rsvp-title {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #adbe46;
  font-weight: 400; }

.secondary-title {
  color: #1a8383;
  font-family: "foco", sans-serif;
  font-weight: 400;
  padding: 1rem 0 2rem; }

.secondary-title.lined {
  text-align: center;
  position: relative; }
  .secondary-title.lined:before {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #1a8383;
    top: 40px;
    width: auto;
    z-index: -1;
    left: 0;
    right: 0; }
  .secondary-title.lined span {
    background: #fff;
    display: inline-block;
    padding: 0 15px; }

.int-section-title {
  font-family: "foco", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.5; }

.dropdown-menu.show a {
  font-size: 0.8rem;
  padding: 0.2rem;
  display: block; }

@media (max-width: 767px) {
  .breadcrumb {
    padding-left: 0;
    padding-right: 0; } }

.card .card-img-top {
  max-width: 100%;
  flex-shrink: 0; }

.search-results h2 {
  color: #42828f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem; }

.search-results h4 {
  font-weight: 300; }

.caption {
  border-top: 1px solid;
  color: #417a55;
  font-style: italic;
  font-size: 0.8rem;
  padding-top: 10px;
  font-weight: 500; }

.caption-left-border {
  color: #347a5b;
  font-style: italic;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 10px;
  border-left: 2px solid;
  padding-left: 10px; }

.img-info-block {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .img-info-block .info-content-cont {
    display: inline-flex;
    align-items: center; }

.outline-block-blue {
  padding: 2rem;
  border: 1px solid #1a8383;
  margin: 2rem 0; }

.event-block-common .event-title {
  font-weight: 600;
  font-size: 1.5rem; }

.event-block-common .export-event {
  width: 100%;
  margin-top: 1rem; }

.event-block-common .badge {
  padding: 5px;
  font-weight: 400;
  color: #fff; }

.event-block-common p {
  margin-bottom: 0.5rem; }

.event-block-common .region {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #42828f;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700; }

.event-block-common .location-name {
  line-height: 1.5; }

.event-block-common .location-address {
  font-size: 0.85rem;
  padding-left: 15px; }

.event-block-common .location-address .fas {
  margin-left: -15px; }

.event-block-common .event-time {
  font-size: 0.85rem; }

.event-block-common .date {
  text-align: center;
  text-transform: uppercase;
  color: #417f8a;
  border: 1px solid #417f8a;
  padding: 1rem; }
  @media (max-width: 767px) {
    .event-block-common .date {
      margin-bottom: 1rem; } }
  .event-block-common .date .day {
    display: block;
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 5px;
    background: #40818e;
    color: #fff;
    font-size: 0.8rem;
    padding: 5px 0;
    letter-spacing: 3px; }
  .event-block-common .date .month {
    font-size: 1.5rem;
    font-weight: 300; }
  .event-block-common .date .number {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    display: block; }

.button-cta {
  -webkit-box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  -moz-box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  border: 1px solid #d5dadf;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 1.875rem 1.875rem 0 1.875rem;
  margin-right: 0;
  margin-left: 0; }
  .button-cta .btn {
    width: 100%;
    white-space: normal;
    margin-bottom: 1.875rem; }
  .button-cta p {
    font-weight: 600;
    font-size: 0.85rem; }
    @media (min-width: 768px) {
      .button-cta p {
        margin-bottom: 0; } }
.info-block-blue {
  margin-bottom: 1rem;
  padding: 1.2rem;
  border-radius: 5px;
  display: block;
  color: #42818c;
  background: #dcf1f5; }

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
  border-left-color: #45838d; }
  .bd-callout h5 {
    margin-bottom: 0;
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: #45838e;
    font-weight: bold;
    display: inline-block;
    padding-left: 0.5rem; }
  .bd-callout .fas,
  .bd-callout .far {
    color: #47848e;
    font-size: 1.3rem; }

.public-comment-cta {
  -webkit-box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  -moz-box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  border: 1px solid #d5dadf;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 1.875rem 1.875rem;
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 767px) {
    .public-comment-cta .col-md-4 {
      padding-left: 0; } }
  .public-comment-cta p {
    font-weight: 600;
    font-size: 0.85rem; }
  .public-comment-cta .doc-lnk {
    background: #fff;
    padding: 1rem;
    -webkit-box-shadow: 0px 0px 10px 0px #c1c1c1;
    -moz-box-shadow: 0px 0px 10px 0px #c1c1c1;
    box-shadow: 0px 0px 10px 0px #c1c1c1; }
    @media (max-width: 767px) {
      .public-comment-cta .doc-lnk {
        margin-bottom: 1rem; } }
    .public-comment-cta .doc-lnk h4 {
      font-weight: 300;
      color: #427f8a;
      font-size: 1.3rem;
      text-decoration: none;
      margin-bottom: 0; }
  .public-comment-cta .btn {
    width: 100%; }

.related-items {
  padding: 2rem;
  border: 1px solid #417f8a; }
  .related-items .h-divided {
    margin-top: 0; }
  .related-items div {
    margin-bottom: 1rem; }
    .related-items div:last-of-type {
      margin-bottom: 0; }
  .related-items .download-lnk,
  .related-items .btn {
    width: 100%; }

.static-page {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #eee;
  padding: 4rem 0 4rem 0;
  margin-bottom: -3rem; }
  .static-page img {
    width: 500px; }
  .static-page h2 {
    font-size: 4rem;
    color: #adbc4d;
    margin-top: 3rem;
    margin-bottom: 2rem;
    letter-spacing: 6px;
    font-weight: 600; }
  .static-page p {
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .static-page .btn {
    margin-right: 2rem; }
    @media (max-width: 500px) {
      .static-page .btn {
        margin-right: 0;
        margin-bottom: 2rem;
        display: block; } }
  .static-page.thank-you img {
    width: 180px;
    max-width: 100%; }
  .static-page.thank-you .btn {
    margin-right: 0; }

.adobe-download {
  margin-bottom: 1rem;
  padding: 0.5rem; }
  .adobe-download span {
    font-size: 0.8rem;
    margin-left: 1rem; }

.page hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.resource-link {
  text-decoration: none !important;
  margin-left: 1rem;
  display: inline-block; }
  .resource-link:hover {
    text-decoration: underline !important; }
  .resource-link.no-hover:hover {
    text-decoration: none !important; }
  .resource-link:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    text-decoration: none !important;
    margin-left: -1rem; }

ul.resource-link-group li {
  list-style: none; }
  ul.resource-link-group li .resource-link {
    margin-left: 0; }

.hero-img {
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem; }

.img-frame.left {
  position: relative;
  margin-top: 2rem; }
  @media (max-width: 767px) {
    .img-frame.left {
      margin-top: 0; } }
  .img-frame.left:before {
    position: absolute;
    top: -25px;
    bottom: 0;
    left: 20px;
    right: -7px;
    background: #ebf7f3;
    content: "";
    display: block;
    z-index: -1; }
    @media (max-width: 767px) {
      .img-frame.left:before {
        display: none; } }
  .img-frame.left img {
    margin-left: -15px; }
    @media (max-width: 767px) {
      .img-frame.left img {
        margin-left: 0; } }
  .img-frame.left .caption {
    border-top: 0;
    padding-bottom: 10px;
    margin-left: 2rem; }
    @media (max-width: 767px) {
      .img-frame.left .caption {
        margin-left: 0; } }
.img-frame.right {
  position: relative;
  margin-top: 2rem;
  text-align: right; }
  .img-frame.right:before {
    position: absolute;
    top: -25px;
    bottom: 0;
    right: 20px;
    left: -7px;
    background: #ebf7f3;
    content: "";
    display: block;
    z-index: -1; }
    @media (max-width: 767px) {
      .img-frame.right:before {
        display: none; } }
  .img-frame.right img {
    margin-right: -15px; }
    @media (max-width: 767px) {
      .img-frame.right img {
        margin-right: 0; } }
  .img-frame.right .caption {
    text-align: right;
    border-top: 0;
    padding-bottom: 10px;
    margin-right: 2rem; }
    @media (max-width: 767px) {
      .img-frame.right .caption {
        text-align: left;
        margin-right: 0; } }
.blue-bar {
  padding: 3.5rem 0 2rem 0;
  background-color: #eef8fe; }
  .blue-bar .container-fluid.about {
    padding-left: 2rem;
    padding-right: 2rem; }

.info-block {
  padding: 2rem 1rem 1rem;
  border: 1px solid #417f8a;
  border-radius: 12px;
  text-align: center;
  position: relative; }
  .info-block p {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: bold;
    color: #41838f; }
  .info-block .icn-circle {
    border: 1px solid #41838f;
    border-radius: 50%;
    padding: 10px;
    width: 52px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -26px;
    background: #fff; }

.number-callout {
  padding: 1rem;
  -webkit-box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  -moz-box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  border: 1px solid #d5dadf;
  border-radius: 0.25rem;
  margin-bottom: 1rem; }
  @media (max-width: 450px) {
    .number-callout {
      display: block !important;
      text-align: center; } }
  .number-callout .number {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
    color: #8e9a38;
    padding-right: 2rem;
    border-right: 1px solid #8e9a38;
    margin-right: 2rem;
    text-align: right; }
    @media (max-width: 450px) {
      .number-callout .number {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        display: block;
        text-align: center; } }
  .number-callout.no-border .number {
    margin-right: 0;
    padding-right: 0;
    border-right: 0; }
  .number-callout .description {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #8e9a38;
    letter-spacing: 1px; }
    @media (max-width: 450px) {
      .number-callout .description {
        display: block; } }
.two-column-text p:first-of-type {
  margin-right: 1rem; }

@media (max-width: 480px) {
  .two-column-text {
    display: block !important; }
    .two-column-text p:first-of-type {
      margin-right: 0; } }

.checkmark-statements li {
  font-weight: bold; }

@media (min-width: 768px) {
  .two-col-border-middle .col-md-6:first-of-type {
    padding-right: 30px;
    border-right: 1px solid #adbc4e; }
  .two-col-border-middle .col-md-6:last-of-type {
    padding-left: 30px; } }

.boxed-callout {
  padding: 1.5rem;
  font-family: "foco", sans-serif;
  letter-spacing: 2px;
  border: 1px solid #8e9a39;
  color: #8e9a39;
  font-weight: 300;
  font-size: 1.5rem; }
  .boxed-callout p {
    margin-bottom: 0;
    line-height: 1.3; }
    .boxed-callout p strong {
      font-weight: 700; }

.shadow-box {
  padding: 1rem;
  -webkit-box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  -moz-box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  box-shadow: 0 2px 3px rgba(213, 218, 223, 0.35);
  border: 1px solid #d5dadf;
  border-radius: 0.25rem;
  margin-bottom: 1rem; }
  @media (max-width: 450px) {
    .shadow-box {
      display: block !important;
      text-align: center; } }
.row-flex {
  display: flex;
  flex-wrap: wrap; }
  .row-flex .content {
    height: 100%; }

.no-underline {
  text-decoration: none !important; }

header .alert-info {
  background-image: none;
  background-color: #1a8383;
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 1rem 1.75rem 1rem 1.5rem; }
  @media (max-width: 767px) {
    header .alert-info {
      margin-bottom: 0;
      padding: 1.5rem; } }
  header .alert-info p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1rem;
    letter-spacing: .5px; }
    @media (max-width: 767px) {
      header .alert-info p {
        line-height: 1.6; } }
    header .alert-info p a {
      color: #fff;
      font-weight: 800; }
  header .alert-info i {
    padding-right: .8rem; }

header .alert-dismissible .close {
  padding: 1.1rem 1rem;
  color: #000; }
  @media (max-width: 767px) {
    header .alert-dismissible .close {
      padding: 1.1rem .5rem; } }
header .alert-warning {
  background-image: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 1rem 1.75rem 1rem 1.5rem;
  background-color: #975975; }
  @media (max-width: 767px) {
    header .alert-warning {
      margin-bottom: 0; } }
  header .alert-warning p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1rem;
    letter-spacing: .5px; }
    @media (max-width: 767px) {
      header .alert-warning p {
        line-height: 1.6; } }
    header .alert-warning p a {
      color: #fff;
      font-weight: 800; }
  header .alert-warning .fas, header .alert-warning .far {
    padding-right: .5rem; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #707066;
  margin-top: 0; }

body {
  opacity: 1;
  transition: 2s opacity; }

body.fade {
  opacity: 0;
  transition: none; }

.breadcrumb-cont {
  background: #1a8383; }

.breadcrumb {
  background: none;
  font-size: .8rem;
  padding: .8rem 1.8rem;
  margin-bottom: 0;
  max-width: 1600px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .breadcrumb {
      padding-left: 1rem;
      padding-right: 1rem; } }
.breadcrumb-item.active {
  color: #fff; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "/"; }

.breadcrumb-item a {
  color: #fdfeff; }

.page-title-cont {
  background: #8e9a39; }

footer {
  background: #707066; }
  footer #mc_embed_signup label {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    padding-bottom: 5px; }
  footer .container-fluid {
    max-width: 1600px;
    padding-right: 30px;
    padding-left: 30px; }
  footer hr {
    border-color: #fff;
    margin: 2.5rem 0; }
  footer .hm-section-head {
    margin: auto; }
  footer .social-links {
    text-align: center;
    padding-top: 2rem; }
    @media (min-width: 768px) {
      footer .social-links {
        text-align: right;
        padding-top: 15px; } }
  footer a.social-link {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 50px !important;
    height: 50px !important;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    font-size: 20px; }
    footer a.social-link:last-of-type {
      margin-right: 0; }
    footer a.social-link:hover {
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      background: #ffff;
      color: #989a8c; }
  footer .btn-primary {
    padding-top: 9px;
    padding-bottom: 9px; }
    footer .btn-primary input[type="submit"] {
      background: none;
      border: 0;
      text-transform: uppercase;
      color: #fff;
      font-weight: 300;
      letter-spacing: 2px;
      cursor: pointer; }
      footer .btn-primary input[type="submit"]:focus {
        outline: none; }
  footer .text-right span {
    color: #fff; }
  @media (max-width: 768px) {
    footer .text-right {
      text-align: center !important; } }
  footer .footer-text {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: .8rem; }
    @media (max-width: 767px) {
      footer .footer-text {
        text-align: center;
        padding-bottom: 2rem; } }
  footer .footer-lnk {
    color: #e7f6fe;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 3px; }
  footer .btn {
    width: 100%; }

@keyframes dropdown {
  0% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(1rem); } }

.navbar {
  padding: 1.5rem 1rem 1.5rem; }
  @media (max-width: 767px) {
    .navbar {
      background: rgba(245, 245, 245, 0.8); } }
  .navbar .container-fluid {
    max-width: 1600px; }
  .navbar.navbar-expand-md .navbar-collapse {
    position: relative; }
    @media (max-width: 767px) {
      .navbar.navbar-expand-md .navbar-collapse {
        padding-top: 1rem; } }
  @media (max-width: 767px) {
    .navbar .navbar-nav .nav-item {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #e6e6e6; } }
  .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: .5rem;
    padding-left: .5rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    color: rgba(0, 0, 0, 0.7); }
    .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active {
      color: #8e9a39; }
    @media (min-width: 1199px) {
      .navbar .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; } }
    @media (max-width: 992px) {
      .navbar .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
        font-size: .9rem; } }
    @media (max-width: 768px) {
      .navbar .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
        font-size: .8rem; } }
  .navbar .navbar-nav .dropdown-toggle::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-bottom: 0;
    border-top: 1px solid #7f7f7f;
    border-left: 1px solid #7f7f7f;
    border-right: 0;
    transform: rotate(-135deg);
    margin-left: 0.255em;
    vertical-align: 0.255em; }
  .navbar .navbar-nav .dropdown-menu {
    padding: 0;
    min-width: 11rem; }
    @media (max-width: 767px) {
      .navbar .navbar-nav .dropdown-menu {
        background-color: rgba(245, 245, 245, 0.8);
        border: 0; } }
    .navbar .navbar-nav .dropdown-menu .dropdown-item {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      position: relative;
      padding: .5rem 1rem;
      font-size: 0.875rem;
      color: #555555;
      border-bottom: 1px solid #e2e2e2; }
      .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
        text-decoration: underline;
        background-color: #e4e4e4; }
      .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
        background-color: #e4e4e4; }
      .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
        text-decoration: underline;
        background-color: #e4e4e4; }
      .navbar .navbar-nav .dropdown-menu .dropdown-item:last-of-type {
        border-bottom: 0; }
  .navbar .site-search {
    position: initial; }
    @media (min-width: 768px) {
      .navbar .site-search {
        margin-bottom: .5rem; } }
    .navbar .site-search span {
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px; }
    .navbar .site-search .search-label {
      font-size: .8rem;
      font-weight: bold;
      letter-spacing: 1px;
      color: #417f89; }
    .navbar .site-search a {
      color: rgba(0, 0, 0, 0.7); }
      .navbar .site-search a:hover i, .navbar .site-search a:focus i, .navbar .site-search a:active i {
        color: #8e9a39; }
    .navbar .site-search .dropdown-toggle::after {
      display: none; }
    .navbar .site-search input {
      width: 100%;
      border-image: none;
      border: 1px solid #c2cbc9;
      padding: 7px 10px; }
    .navbar .site-search button {
      width: 100%;
      color: #fff;
      text-transform: uppercase; }
    .navbar .site-search .dropdown-menu {
      min-width: 20rem; }
      @media (max-width: 767px) {
        .navbar .site-search .dropdown-menu {
          position: static;
          float: none; } }
  @media (min-width: 768px) and (max-width: 850px) {
    .navbar .navbar-brand {
      width: 175px; } }
  .navbar .dropdown-menu {
    right: 0;
    left: auto;
    padding: 10px;
    min-width: 15rem;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .navbar .dropdown-menu.show {
        animation: dropdown .2s ease forwards; } }
  .navbar .logo {
    width: 260px; }
    @media (max-width: 992px) {
      .navbar .logo {
        width: 220px; } }
    @media (max-width: 850px) {
      .navbar .logo {
        width: 185px; } }
.bg-image {
  background: url(../images/img-background-home.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .bg-image {
      margin-top: -156px;
      background-size: 100%; } }
  @media (max-width: 1199px) {
    .bg-image {
      margin-top: -151px; } }
  @media (max-width: 850px) {
    .bg-image {
      margin-top: -122px; } }
  @media (max-width: 767px) {
    .bg-image {
      background-size: 150%; } }
  @media (max-width: 576px) {
    .bg-image {
      background: none; } }
@media (min-width: 1200px) {
  .container.top {
    padding-top: 156px; } }

@media (max-width: 1199px) {
  .container.top {
    padding-top: 151px; } }

@media (max-width: 850px) {
  .container.top {
    padding-top: 122px; } }

.regions-map {
  display: none; }

.home-top {
  background: url(/images/img-seal.png);
  background-repeat: no-repeat;
  background-position: 23% 30px;
  padding-top: 5rem;
  background-size: 250px; }
  @media (max-width: 991px) {
    .home-top {
      background-position: 20% 37px;
      background-size: 242px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .home-top {
      background-position: 80% 0; } }
  @media (max-width: 575px) {
    .home-top {
      background-position: 61% 0;
      background-size: 50%; } }
  @media (min-width: 1300px) {
    .home-top img {
      max-width: 90%; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .home-top img {
      max-width: 80%; } }
  .home-top .caption {
    border-top: 0;
    padding-top: 0;
    margin-top: 10px;
    border-left: 2px solid;
    padding-left: 10px; }
  .home-top h1 {
    font-family: "foco",sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #417f8a;
    letter-spacing: 2px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .home-top h1 {
        font-size: 2rem; } }
    @media (max-width: 992px) {
      .home-top h1 {
        font-size: 1.8rem; } }
  .home-top a {
    color: #417f8a;
    font-weight: 300;
    letter-spacing: 2px;
    text-decoration: none !important; }
  @media (min-width: 1199px) {
    .home-top .home-top-text {
      max-width: 570px; } }
.hm-section-head {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "foco",sans-serif;
  color: #707066; }
  @media (max-width: 992px) {
    .hm-section-head {
      font-size: 1rem; } }
.about-block {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  max-width: 1100px;
  background: #fff; }
  .about-block .col-md {
    padding: 2rem; }
    .about-block .col-md.navy-bg {
      padding: 1.5rem;
      border-radius: 12px 0 0 12px;
      color: #fff;
      background: #1a8383; }
      @media (max-width: 767px) {
        .about-block .col-md.navy-bg {
          border-radius: 12px 12px 0 0; } }
      .about-block .col-md.navy-bg .hm-section-head {
        color: #fff;
        margin-bottom: 1.5rem; }
      .about-block .col-md.navy-bg .vision-text {
        font-weight: 700;
        line-height: 2;
        font-size: 1.3rem;
        text-transform: uppercase; }
    .about-block .col-md .vision-text-right {
      line-height: 2;
      color: #707066;
      margin-bottom: 2.5rem; }
    .about-block .col-md .btn-primary {
      width: 100%; }

main > .container-fluid.top {
  max-width: 1600px; }

.agency-logos img {
  max-width: 180px;
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .3s ease-in-out;
  opacity: .8;
  padding-bottom: 10px; }
  @media (max-width: 575px) {
    .agency-logos img {
      padding-bottom: 30px; } }
  .agency-logos img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1; }

.agency-logos .ocd img {
  max-width: 140px; }
  @media (max-width: 575px) {
    .agency-logos .ocd img {
      max-width: 150px; } }
.news-events-block {
  color: #187777;
  font-size: .8rem; }
  .news-events-block .row {
    background-color: #f0f9fe; }
    @media (max-width: 767px) {
      .news-events-block .row {
        background-color: transparent; } }
  .news-events-block strong {
    display: block; }
  .news-events-block .read-more {
    text-transform: uppercase;
    display: block;
    text-align: right;
    color: #187777;
    letter-spacing: 1px;
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 40px; }
  .news-events-block .news {
    display: block;
    position: relative;
    border-right: 1px solid #d9f1fc; }
    @media (max-width: 767px) {
      .news-events-block .news {
        background-color: #f0f9fe;
        margin-bottom: 1rem; } }
    @media (max-width: 575px) {
      .news-events-block .news {
        border-top: 60px solid #d9f1fc; } }
    @media (min-width: 576px) {
      .news-events-block .news {
        border-left: 60px solid #d9f1fc; } }
    .news-events-block .news h2 {
      margin-top: -60px;
      padding-bottom: 30px; }
      @media (min-width: 576px) {
        .news-events-block .news h2 {
          white-space: nowrap;
          text-align: center;
          position: absolute;
          top: 50%;
          left: -50px;
          background: none;
          margin-top: 101px;
          padding-bottom: 0;
          -webkit-transform-origin: bottom;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          font-size: 30px;
          letter-spacing: 1px;
          width: 0;
          height: 0; } }
  .news-events-block .events {
    display: block;
    position: relative;
    border-left: 1px solid #d9f1fc; }
    @media (max-width: 767px) {
      .news-events-block .events {
        background-color: #f0f9fe; } }
    @media (max-width: 575px) {
      .news-events-block .events {
        border-top: 60px solid #d9f1fc; } }
    @media (min-width: 576px) {
      .news-events-block .events {
        border-left: 60px solid #d9f1fc; } }
    .news-events-block .events h2 {
      margin-top: -60px;
      padding-bottom: 30px; }
      @media (min-width: 576px) {
        .news-events-block .events h2 {
          white-space: nowrap;
          text-align: center;
          position: absolute;
          top: 50%;
          left: -50px;
          background: none;
          margin-top: 132px;
          padding-bottom: 0;
          -webkit-transform-origin: bottom;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          font-size: 30px;
          letter-spacing: 1px;
          width: 0;
          height: 0; } }
  .news-events-block .title-link {
    display: block;
    color: #187777;
    padding-bottom: 5px; }
  .news-events-block .news-block {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8d8d8; }
    .news-events-block .news-block:last-of-type {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .news-events-block .news-block p {
      margin-bottom: 0; }
  .news-events-block .event-block {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8d8d8; }
    .news-events-block .event-block:last-of-type {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .news-events-block .event-block p {
      margin-bottom: 0; }
    .news-events-block .event-block .date {
      text-align: center;
      text-transform: uppercase; }
      .news-events-block .event-block .date .number {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1;
        display: block; }

.stats-row {
  background: url(/images/img-stats-bg.png);
  background-size: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: -3rem; }
  @media (min-width: 576px) {
    .stats-row .center-col {
      border-left: 1px solid #989a8d;
      border-right: 1px solid #989a8d; } }
  .stats-row .stat-number {
    font-size: 3rem;
    font-weight: 600;
    color: #1a8383; }
  .stats-row .stat-title {
    font-family: "foco",sans-serif;
    color: #1a8383;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .stats-row small {
    font-size: .8rem;
    color: #707066; }

/*CALENDAR*/
.cal-current-event {
  background-color: #d9f1fc;
  color: #187777;
  padding: 1rem;
  text-align: center; }
  .cal-current-event p {
    margin-bottom: .3rem; }
  .cal-current-event .month {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding-top: 2rem; }
  .cal-current-event .cal-numb {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 2rem 0;
    display: block; }
  .cal-current-event .cal-event-title {
    font-size: .9rem; }
  .cal-current-event .cal-location-title, .cal-current-event .cal-address {
    font-size: .8rem;
    font-weight: 300; }
  .cal-current-event .cal-room-numb {
    font-size: .8rem;
    font-weight: 300;
    font-style: italic; }
  .cal-current-event .cal-event-time {
    font-size: .8rem;
    font-weight: 600; }

.cal-full {
  background-color: #1a8383;
  color: #fff;
  padding: 1rem; }

.get-involved .int-section-title {
  text-align: center;
  margin-bottom: 0;
  padding: 1rem 0; }

.get-involved .cal-event-title a {
  color: #187777; }

@media (max-width: 991px) {
  .get-involved .feature-img {
    padding-bottom: 1.5rem; } }

.get-involved .page-intro .color-navy {
  font-size: 1.1rem; }

.get-involved .promo-wrap {
  position: relative;
  background: linear-gradient(to right, #b3bd35, #c1e0de);
  padding: 8px; }

.get-involved .promo {
  background: url(/images/img-public-comment-promo-bg.jpg);
  background-size: cover;
  padding: 2rem 2rem 3rem 2rem; }
  @media (max-width: 400px) {
    .get-involved .promo {
      padding: 1rem 1rem 2rem 1rem; } }
  .get-involved .promo h2 {
    font-size: 2.9rem;
    letter-spacing: 2px;
    font-weight: 600;
    color: #417f8a; }
    @media (max-width: 1199px) {
      .get-involved .promo h2 {
        font-size: 2.6rem; } }
    @media (max-width: 450px) {
      .get-involved .promo h2 {
        font-size: 2.3rem; } }
    @media (max-width: 400px) {
      .get-involved .promo h2 {
        font-size: 2rem; } }
  .get-involved .promo p {
    font-size: 1.35rem;
    font-weight: 300;
    padding-bottom: 1rem; }
    @media (max-width: 1199px) {
      .get-involved .promo p {
        font-size: 1.6rem; } }
    @media (max-width: 450px) {
      .get-involved .promo p {
        font-size: 1.4rem; } }
    @media (max-width: 400px) {
      .get-involved .promo p {
        font-size: 1.2rem; } }
  .get-involved .promo .btn-primary {
    font-size: 1rem;
    padding-left: 2rem;
    padding-right: 2rem; }

.get-involved #mini_calendar td div, .get-involved #mini_calendar td.has_events div #mini_calendar td.mini_calendar_pad div {
  padding: 10px;
  font-size: 1rem; }

.get-involved #mini_calendar td.today div, .get-involved #mini_calendar td.today div a {
  color: #fff;
  font-weight: bold; }

.get-involved #mini_calendar td.has_events div a {
  color: #fff;
  padding: 2px;
  background-color: #8e9a39;
  border-radius: 100px;
  width: 38px;
  height: 38px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0; }

.get-involved #mini_calendar .middot {
  color: #fff; }

.get-involved-forms .form-intro {
  text-align: center;
  padding: 1rem 0; }

.get-involved-forms .form-control {
  font-size: .8rem; }

.get-involved-forms .btn-primary {
  width: 100%; }

.get-involved-forms label {
  font-size: .7rem;
  text-transform: uppercase;
  color: #65665b; }

.get-involved-forms .btn-primary input[type="submit"] {
  background: none;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px; }

@media (max-width: 767px) {
  .get-involved-forms .request-speaker {
    margin-top: 2rem; } }

.calendar h3 {
  font-size: 1.5rem; }

.calendar span.label {
  color: #737c2f; }

.calendar .header {
  padding-bottom: 1rem; }

.calendar .module-title {
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #347a5b;
  margin-bottom: 1.5rem; }

.calendar .event-title {
  font-weight: 600;
  font-size: 1.5rem; }

.calendar .badge {
  color: #fff; }

.calendar .btn-sm {
  padding: .25rem .5rem; }

.calendar #mini_calendar td.has_events div a:hover {
  background: #adbc4e; }

.calendar #events_calendar .export-event {
  width: 100%;
  margin-top: 1rem; }

.calendar #events_calendar .badge {
  padding: 5px;
  font-weight: 400;
  color: #fff;
  text-decoration: none; }

.calendar #events_calendar .date {
  text-align: center;
  text-transform: uppercase;
  color: #417f8a;
  border: 1px solid #417f8a;
  padding: 1rem; }
  @media (max-width: 767px) {
    .calendar #events_calendar .date {
      margin-bottom: 1rem; } }
  .calendar #events_calendar .date .day {
    display: block;
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 5px;
    background: #417f8a;
    color: #fff;
    font-size: .8rem;
    padding: 5px 0;
    letter-spacing: 3px; }
  .calendar #events_calendar .date .month {
    font-size: 1.5rem;
    font-weight: 300; }
  .calendar #events_calendar .date .number {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    display: block; }

.calendar #month_calendar #month_year .right {
  padding-right: 0; }

.calendar #month_calendar #month_year .left {
  padding-left: 0; }

.calendar #month_calendar .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }
  .calendar #month_calendar .dropdown-menu li {
    margin-bottom: 0; }

.calendar #month_calendar .pager a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px; }
  .calendar #month_calendar .pager a:hover {
    background: #eee;
    text-decoration: none; }

.calendar #month_calendar .day_cell .qtip.hidden {
  display: none; }

.calendar #month_calendar .dropdown-toggle {
  color: #417f8a; }
  .calendar #month_calendar .dropdown-toggle strong {
    font-size: 1.5rem; }
  .calendar #month_calendar .dropdown-toggle::after {
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-left: .2em solid transparent; }

.calendar .dropdown-menu.show a {
  color: #417f8a;
  padding: .4rem; }

.calendar .dropdown-menu > li > a:focus, .calendar .dropdown-menu > li > a:hover {
  background: #d9f1fc;
  text-decoration: none; }

.calendar .panel-body {
  padding: .5rem; }

.calendar .panel-default > .panel-heading {
  background-color: #eee;
  background-image: none;
  padding: .3rem; }

.calendar .panel-warning > .panel-heading {
  background-image: none; }

.calendar .table-striped th {
  color: #707066;
  background: transparent; }

#mini_calendar .month-title {
  padding-top: 0; }

.accordion-cont div.accordion:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.accordion h5 .btn {
  font-size: 1.1rem;
  color: #417f8a; }

@media (max-width: 575px) {
  .in-the-news.landing .download-lnk {
    display: block; } }

.in-the-news .card-deck {
  margin-bottom: 2rem; }
  @media (max-width: 576px) {
    .in-the-news .card-deck {
      margin-bottom: 1rem; } }
.in-the-news .article-head {
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem; }

.in-the-news .immediate {
  text-align: center;
  border-top: 2px solid #9cd5c4;
  padding: .5rem;
  border-bottom: 2px solid #9cd5c4; }
  .in-the-news .immediate h2 {
    margin-bottom: 0;
    color: #9cd5c4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.6rem; }

.in-the-news .btn-outline-dark.download-lnk:first-of-type {
  margin-bottom: 1rem; }

.in-the-news .article-title {
  color: #417f8a; }

.in-the-news .contact-info .col {
  border-bottom: 1px solid #8e9a39;
  padding: .5rem 0 .5rem .8rem;
  border-left: 1px solid #8e9a39;
  border-right: 1px solid #8e9a39; }

.in-the-news .contact-info .info-label {
  text-transform: uppercase;
  display: inline-block;
  padding-right: .5rem;
  font-weight: 600;
  color: #737c2f; }

.in-the-news .contact-info .info {
  color: #737c2f; }

@media (max-width: 767px) {
  .in-the-news .contact-info {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 1.5rem; } }

.in-the-news .contact-info .row:first-of-type .col {
  border-top: 1px solid #adbd44; }

.in-the-news .pagination a {
  text-decoration: none !important; }
  .in-the-news .pagination a.next {
    float: right; }

.accordion-cont div.accordion:last-of-type {
  border-bottom: 0; }

.faq .accordion {
  margin-left: 1rem; }
  .faq .accordion h5 {
    font-family: 'Open Sans', sans-serif; }
  .faq .accordion .btn {
    letter-spacing: normal;
    padding: .575rem .75rem; }
  @media (max-width: 576px) {
    .faq .accordion {
      margin-left: 15px; } }
.faq .card-header {
  background-color: transparent;
  position: relative; }
  .faq .card-header h5:before {
    content: "Q.";
    position: absolute;
    left: -18px;
    background: #fff;
    display: inline-block;
    font-size: 42px;
    color: rgba(63, 129, 142, 0.5);
    font-family: "foco", sans-serif; }

.accordion .card {
  border: 1px solid #3f818e;
  margin-bottom: 1rem; }

.accordion .card:first-of-type {
  border-bottom: 1px solid #3f818e; }

.accordion .card-header p {
  font-size: .9rem;
  margin-bottom: 0;
  padding-left: .5rem;
  padding-bottom: .5rem; }

.accordion .card-body {
  padding: 1.5rem 1.5rem 1rem 1.5rem; }

.accordion .btn {
  white-space: normal;
  text-align: left;
  width: 100%;
  position: relative;
  color: #417f8a;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: .5rem; }
  .accordion .btn .fa-angle-up {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    transition: all .3s;
    font-size: 1.5rem; }

.accordion .btn[aria-expanded="true"] .fa-angle-up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.resources {
  /*.add-resource {
		border-top: 2px solid $blue-green;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-bottom: 3rem;
    @media (max-width: 767px) {
    	margin-bottom: 2rem;
    	a.btn-primary {
    		width: 100%;
    		margin-top: 1rem;
    	}
    }
	}*/ }
  .resources .int-section-title {
    text-align: center;
    margin-bottom: 2rem; }
  .resources .resource-section-title {
    color: #36aead;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: .35rem .45rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid; }
  @media (max-width: 992px) {
    .resources .featured {
      display: block;
      width: 100%;
      margin-bottom: .75rem;
      table-layout: fixed;
      border-spacing: 1.25rem 0; } }
  @media (min-width: 576px) {
    .resources .featured {
      padding-bottom: 3rem; } }
  .resources .featured .card {
    background-color: #3eafac;
    color: #fff; }
    @media (max-width: 992px) {
      .resources .featured .card {
        display: block;
        margin-bottom: .75rem;
        vertical-align: top; } }
    @media (max-width: 575px) {
      .resources .featured .card {
        margin-bottom: 2rem; } }
  .resources .card-title {
    text-transform: uppercase;
    line-height: 1.5; }
  .resources .add-resource {
    text-transform: uppercase;
    font-weight: 600; }
  .resources .card-footer .btn {
    width: 100%; }
  .resources .cat-resource {
    display: block;
    text-transform: uppercase;
    margin-left: 1rem;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    position: relative; }
    .resources .cat-resource:before {
      content: "";
      width: 6px;
      height: 6px;
      background: #707066;
      display: block;
      position: absolute;
      left: 0;
      top: 10px;
      border-radius: 50%; }
    .resources .cat-resource a {
      text-transform: uppercase;
      display: block;
      letter-spacing: 1px;
      font-weight: 600; }
    .resources .cat-resource p {
      color: #707066;
      text-transform: none; }
    .resources .cat-resource .card-text {
      font-size: .8rem;
      line-height: 1.5;
      padding-top: .5rem; }

.about .read-more {
  text-align: center;
  width: 100%;
  display: block;
  position: relative; }
  .about .read-more:before {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #adbd46;
    top: 9px;
    width: auto;
    z-index: -1;
    left: 0;
    right: 0; }
  .about .read-more i {
    padding: 1px;
    background-color: #fff;
    font-size: 24px; }

#about .ice-blue-bg {
  padding: 3rem; }
  @media (max-width: 576px) {
    #about .ice-blue-bg {
      padding: 1rem; } }
#about h2 {
  text-align: center;
  font-family: "open sans", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: #417f8a;
  font-size: 1.8rem; }

#about .hero-img h2 {
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "foco", sans-serif;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 2.2rem; }
  #about .hero-img h2:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #417f8a;
    top: 50%;
    width: 25%;
    z-index: 1;
    left: 0; }
    @media (min-width: 1200px) {
      #about .hero-img h2:before {
        width: 34%; } }
    @media (max-width: 650px) {
      #about .hero-img h2:before {
        width: 18%; } }
    @media (max-width: 480px) {
      #about .hero-img h2:before {
        display: none; } }
#about .int-section-title {
  margin-bottom: 2rem; }

#about .about-block ul li {
  font-size: .9rem; }

#about .about-block p {
  font-size: .9rem;
  margin-bottom: 2rem; }

#about .about-block .col-md.navy-bg {
  padding: 2rem; }

#about .border-right {
  border-right: 1px solid #1a8383 !important; }
  @media (max-width: 767px) {
    #about .border-right {
      border-right: none !important; } }
#about .principle {
  height: 100%;
  margin: 0;
  text-align: center;
  background-color: #ecf7f3; }
  @media (max-width: 767px) {
    #about .principle {
      height: auto;
      margin-bottom: 1rem; } }
@media (min-width: 1280px) {
  #about .a-new-direction {
    align-items: center !important; } }

.council .accordion:last-of-type {
  border-bottom: 1px solid #eee; }

.council .accordion ul {
  margin-bottom: 0; }

.meeting-file {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #eee; }
  .meeting-file a {
    text-transform: uppercase;
    font-weight: 600; }
  .meeting-file p {
    margin-bottom: 0; }
  .meeting-file:last-of-type {
    border-bottom: 0; }

.survey h2 {
  color: #417f8a;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  letter-spacing: 1px; }

.survey .btn-tertiary {
  width: 100%;
  margin-top: 2rem; }

.grant-program h3 {
  margin-bottom: 2rem;
  color: #417f8a;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.grant-program h5 {
  font-family: 'Open Sans', sans-serif;
  color: #8e9a39;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1rem; }

.grant-program h6 {
  color: #417f8a;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  margin-top: 1.5rem; }

.grant-program .btn-primary {
  margin-top: 20px; }

.page-intro .color-navy {
  letter-spacing: 1px; }

.regions .region-image img {
  max-width: 90%; }
  @media (max-width: 767px) {
    .regions .region-image img {
      max-width: 75%; } }
.regions .region-image a {
  padding-top: 2rem;
  display: block;
  text-decoration: underline; }

.regions i {
  color: #737c2f; }

.legend {
  padding-left: 1.8rem;
  padding-bottom: .5rem; }
  .legend span {
    margin-left: -1.8rem;
    width: 15px;
    display: inline-block;
    text-align: center;
    font-weight: bold; }

.table-striped td, .table-striped th {
  font-size: .8rem;
  padding: .60rem; }

.table-striped th {
  background: #1a8383;
  color: #fff; }

.container-fluid.about {
  max-width: 1600px; }

.watershed {
  text-align: center;
  position: relative; }
  .watershed .caption {
    border: 0;
    color: #417f8a; }
    @media (min-width: 992px) {
      .watershed .caption {
        position: absolute;
        right: 18rem;
        bottom: 1rem; } }
    @media (max-width: 991.99px) {
      .watershed .caption {
        position: static;
        padding-top: 1rem; } }
#why-is-lwi-different .watershed-definition {
  padding-right: 3rem;
  padding-left: 1.5rem;
  padding-bottom: 3rem; }
  @media (max-width: 767px) {
    #why-is-lwi-different .watershed-definition {
      padding-right: 1.5rem; } }
  @media (min-width: 768px) {
    #why-is-lwi-different .watershed-definition img {
      width: 630px; } }
#why-is-lwi-different .floodplain-definition {
  padding-left: 3rem; }
  @media (max-width: 767px) {
    #why-is-lwi-different .floodplain-definition {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-bottom: 3rem; } }
  @media (min-width: 768px) {
    #why-is-lwi-different .floodplain-definition {
      border-left: 2px solid #adbc4e !important; } }
  @media (min-width: 768px) {
    #why-is-lwi-different .floodplain-definition p {
      margin-bottom: 9rem !important; } }
  @media (min-width: 768px) {
    #why-is-lwi-different .floodplain-definition .info-block {
      margin-top: 4.25rem !important; } }
  #why-is-lwi-different .floodplain-definition .info-block p {
    margin-bottom: 0 !important; }
