/*
Theme Name: cuesta bond v1.1.1
Author: (iii) Design
Author URI: http://iiidesign.com/
Version: 1.1.1
Text Domain: cuesta
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
b {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
@font-face {
  font-family: 'Montserrat';
  src: url('montserrat-light-font/Montserrat-Light.eot');
  src: url('montserrat-light-font/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('montserrat-light-font/Montserrat-Light.woff2') format('woff2'), url('montserrat-light-font/Montserrat-Light.woff') format('woff'), url('montserrat-light-font/Montserrat-Light.ttf') format('truetype'), url('montserrat-light-font/Montserrat-Light.svg#svgMontserrat') format('svg');
  font-weight: 300;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.defaultAnimationSettings {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.fadeUpAndIn {
  opacity: 0;
  -webkit-animation: fadeIn linear 1, fadeUp linear 1;
  animation: fadeIn linear 1, fadeUp linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn linear 1;
  animation: fadeIn linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animation-cancel {
  transition-property: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.transition-cancel {
  transition-property: none !important;
}
.border-box {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: auto;
  margin: auto;
  max-width: 1020px;
  padding: 96px 32px;
}
.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.spacer {
  display: block;
  clear: both;
  padding: 1em 0 0;
}
.text-center {
  text-align: center;
}
body {
  font-family: 'Crimson Text', Garamond, serif;
  color: #505050;
  background: #1f1f1f;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}
h1 {
  word-wrap: break-word;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
hr {
  border-style: none;
  border-width: 0;
  border-bottom: 1px solid #DBDBDB;
  margin: 45px 0 25px;
}
img {
  max-width: 100%;
}
div#container {
  display: block;
  position: relative;
  z-index: 1;
  clear: both;
  padding-bottom: 50px;
  background: #f5f5f5;
}
div#container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header#header {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.header-inner {
  opacity: 0;
  -webkit-animation: fadeIn linear 1;
  animation: fadeIn linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-delay: .75s;
  animation-delay: .75;
}
@media screen and (min-width: 641px) {
  div#container {
    padding-bottom: 0;
  }
}
div#site-title {
  width: 240px;
  line-height: 1em;
}
div#site-title a {
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  color: #00673e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}
div#site-title a:hover {
  color: #505050;
}
section#branding {
  float: left;
}
a img {
  transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  -webkit-transition: 200ms all ease;
}
a:hover {
  color: #004529 !important;
}
a:hover img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  -webkit-transition: 200ms all ease;
}
@media screen and (min-width: 641px) {
  div#site-title {
    width: 215px;
  }
  div#site-title a {
    font-size: 20px;
  }
}
.page-header {
  padding: 3em 0;
  position: relative;
  background-position: center center;
  background-size: cover;
  clear: both;
}
.page-header h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  padding: 1em;
  line-height: 1.1em;
  /* Stack title above overlay */
  position: relative;
  z-index: 1;
}
.page-header .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 103, 62, 0.5);
}
@media screen and (min-width: 641px) {
  .page-header {
    padding: 3.1em 0;
  }
  .page-header h1 {
    font-size: 44px;
    opacity: 0;
    -webkit-animation: fadeIn linear 1, fadeUp linear 1;
    animation: fadeIn linear 1, fadeUp linear 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
}
.page-content {
  padding: 40px 20px;
  clear: both;
}
.blog .page-content {
  padding: 40px 20px 40px 20px;
}
.page-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.page-content h1 {
  font-size: 30px;
  margin-bottom: .5em;
  line-height: 40px;
}
.page-content h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 22px;
  margin: 1em 0 .5em;
  opacity: .95;
  line-height: 1.4em;
  letter-spacing: 1px;
  font-weight: 300;
}
.page-content h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .9em;
}
.page-content p {
  margin: 1em 0;
}
.page-content a {
  color: #008444;
  text-decoration: none;
}
.page-content #content ul {
  list-style: disc;
  padding-left: 15px;
  margin: 1em 0;
  line-height: 2.3em;
}
.page-content .alignright {
  max-width: 100%;
  display: block;
  margin: 10px 0;
}
.entry-content > h2:first-child {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .page-content {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto;
    margin: auto;
    max-width: 1020px;
    padding: 96px 32px;
  }
  .page-content .alignright {
    float: right;
    margin: 0;
    margin-left: 1.3em;
    margin-bottom: 1.3em;
  }
  .sidebar {
    width: 25%;
    padding-right: 65px;
    padding-right: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
  }
  #content {
    float: left;
    width: 75%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.sidebar {
  margin-bottom: 1.5em;
  display: none;
}
.sidebar h1 {
  display: none;
  line-height: 1.1em;
}
.sidebar ul {
  list-style: none;
  line-height: 1.2em;
}
.sidebar ul li {
  margin: .5em 0;
}
.sidebar ul > li:last-child a {
  border-bottom: 1px solid rgba(80, 80, 80, 0.15);
}
.sidebar ul li a {
  font-size: 12px;
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  color: #6c6c6c;
  font-weight: 300;
  letter-spacing: 1px;
  border-top: 1px solid rgba(80, 80, 80, 0.15);
  width: 100%;
}
.sidebar .current_page_item {
  display: none;
}
.sidebar .children {
  display: none;
}
.sidebar .page_item_has_children a {
  position: relative;
}
.sidebar .page_item_has_children i {
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #ccc;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  text-align: center;
  line-height: 12px;
  margin-top: 4px;
  opacity: 1;
  padding-left: 1px;
  right: 0;
  position: absolute;
}
.sidebar .page_item_has_children i:after {
  content: "\f067";
}
.sidebar .page_item_has_children.active > a {
  border-bottom: 0;
}
.sidebar .page_item_has_children.active > a > i:after {
  content: "\f068";
}
.sidebar .page_item_has_children.active .children {
  display: block;
  padding-left: 15px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.sidebar .page_item_has_children.active .children li a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
#sidebar .widget_categories ul ul {
  padding-left: .5em;
}
#sidebar .widget_categories ul ul li {
  line-height: 1em;
  margin: 1em 0;
}
#sidebar .widget_categories ul ul li a {
  font-size: .9em;
}
@media screen and (min-width: 641px) {
  .sidebar {
    display: block;
  }
  .sidebar h1 {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #545454;
    margin-bottom: 5px;
  }
  .sidebar ul li {
    margin: 0;
  }
  .sidebar ul li a {
    font-size: 14px;
    padding: .5em 5px;
    float: left;
    max-width: 188px;
  }
  .sidebar .current_page_item {
    display: block;
  }
  .sidebar .current_page_item > a {
    color: #008444 !important;
  }
  .sidebar li a:hover {
    color: #008444 !important;
    transition: 200ms color ease;
    -moz-transition: 200ms color ease;
    -webkit-transition: 200ms color ease;
    -o-transition: 200ms color ease;
  }
}
footer#footer {
  width: 100%;
  float: left;
  clear: both;
  background: #1F1F1F;
  border-top: 50px solid #00673e;
  padding: 40px 20px;
  box-sizing: border-box;
}
footer#footer .back-to-top {
  text-align: center;
  margin-bottom: 50px;
}
footer#footer .back-to-top a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: .9;
  font-size: 12px;
}
img.footer-logo {
  max-width: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: auto;
  display: block;
}
span.footer-search-cta {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px;
  display: block;
}
.searchform label {
  display: none;
}
.searchform input[type="submit"] {
  display: none;
}
.searchform input:focus {
  outline: none;
}
.searchform input[type="text"] {
  width: 100%;
  background: none;
  border: 1px solid #ffffff;
  height: 45px;
  color: #fff;
  font-family: 'Crimson Text', Garamond, serif;
  font-size: 19px;
  padding-left: 35px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 70px;
  opacity: .8;
  background-image: url('img/search-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 10px;
}
.searchform input[type="text"]:hover {
  opacity: 1;
}
.searchform input[type="text"]:focus {
  opacity: 1;
}
@media screen and (min-width: 641px) {
  footer#footer {
    border-top: 25px solid #00673e;
  }
  footer#footer .back-to-top {
    display: none;
  }
  .footer-inner {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto;
    margin: auto;
    max-width: 1020px;
    padding: 96px 32px;
    padding: 0;
  }
  img.footer-logo {
    width: 50%;
    float: left;
    padding: 0 30px;
  }
  .searchform {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 30px;
  }
  span.footer-search-cta {
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
  }
}
article.news-article {
  clear: both;
  margin-bottom: 100px;
}
article.news-article h1 {
  color: #00673e;
  line-height: 1.2em;
}
article.news-article h1 a {
  color: #00673e;
}
article.news-article .article-information {
  color: rgba(26, 26, 26, 0.4);
  margin-bottom: 40px;
}
article.news-article .article-information a {
  color: rgba(26, 26, 26, 0.4);
}
article.news-article .article-information a:hover {
  color: #505050;
}
article.news-article .article-information span.article-date {
  margin-right: .5em;
}
article.news-article .article-information span.article-categories {
  margin-left: .5em;
}
.article-navigation {
  clear: both;
  width: 100%;
}
.article-navigation .older-posts {
  float: right;
}
.article-navigation .newer-posts {
  float: left;
}
@media screen and (min-width: 641px) {
  .news-sidebar {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 64px;
  }
}
li.widget-container {
  width: 100%;
  float: left;
}
.widget_categories h3.widget-title {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 1px;
}
li.widget-container span.footer-search-cta {
  display: none;
}
li.widget-container form {
  padding: 0;
  width: 100%;
}
li.widget-container form input {
  margin-bottom: 40px;
  font-size: 15px;
  border-color: #aaa !important;
  color: #000 !important;
  background-image: url('img/search-icon-dark.png') !important;
  opacity: 1;
}
.widget_search .widget-title {
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 15px;
}
.widget_categories ul li {
  line-height: 3em;
}
.widget_categories ul .cat-item-1 {
  display: none;
}
.cat-item a {
  font-size: 20px;
}
.current-cat a {
  color: #505050;
}
.home-header-content {
  max-width: 890px;
  width: 100%;
  margin: auto;
  text-align: center !important;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.home-header-content h1 {
  padding: 0;
  font-size: 15px !important;
  letter-spacing: 1px;
}
.home-header-content p {
  margin: 20px 0;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-size: 28px;
  opacity: .95;
}
.home-page-content h1 {
  line-height: 1.3em;
  font-size: 32px;
}
blockquote {
  margin-bottom: 40px;
}
blockquote:before {
  content: "\201C";
  display: block;
  margin-top: 55px;
  text-align: center;
  font-size: 75px;
  opacity: .5;
  font-family: Garamond, 'Crimson Text', Garamond, serif;
}
blockquote h5 {
  opacity: .5;
}
.home-header {
  padding: 82px 32px;
  background-color: #000;
}
.home-header h1,
.home-header p {
  font-size: 18px;
}
#home-scroll-arrow {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  display: block;
  bottom: 48px;
  width: 41px;
  height: 23px;
  background-image: url(img/arrow-down@2x.png);
  background-repeat: no-repeat;
  background-size: 41px 23px;
  cursor: pointer;
}
#home-scroll-arrow:hover {
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  #home-scroll-arrow {
    bottom: 86px;
  }
  .home .page-content {
    max-width: 825px;
  }
  .home-header {
    padding: 8.5em 0;
  }
  .home-header h1 {
    font-size: 44px !important;
  }
  .home-header p {
    font-size: 28px;
    opacity: 0;
    -webkit-animation: fadeIn linear 1, fadeUp linear 1;
    animation: fadeIn linear 1, fadeUp linear 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
}
.homepage-callouts {
  /* border-bottom: 1px solid rgba(80, 80, 80, 0.15); */
}
.homepage-callouts:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.callout {
  text-align: center;
  margin-bottom: 40px;
}
.callout img {
  display: block;
  margin: auto;
  height: 220px;
  margin-bottom: 20px;
}
.callout h2 {
  letter-spacing: 1px;
  font-weight: 300;
}


.homepage-callouts .featured-gallery-image {
  width: 33.333333%;
  padding: 15px;
  float: left;
  margin: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.homepage-callouts .featured-gallery-image a {

}
.homepage-callouts .featured-gallery-image a img {
  width: 100%;
}


@media screen and (min-width: 641px) {
  .callout {
    width: 50%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .callout p {
    font-size: 17px;
  }
}
.recent-news h2 {
  text-align: center;
  font-weight: 300;
}
.recent-news-item span {
  color: #505050;
  opacity: .6;
  font-size: 15px;
}
.recent-news-item {
  float: left;
  width: 50%;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.recent-news-item:nth-child(3n) {
  display: none;
}
.recent-news-item h3 {
  color: #008444;
  font-weight: 300;
}
.recent-news-item h3:hover {
  opacity: 1;
  color: #00673e;
}
.recent-news-item .date {
  color: rgba(26, 26, 26, 0.4);
  font-size: 13px;
}
.recent-news:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.recent-news {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(80, 80, 80, 0.15);
}
.pre-footer p {
  padding-top: 20px;
  text-align: center;
  font-style: italic;
  font-size: 20px;
}
.home #container {
  padding-bottom: 0;
}
@media screen and (min-width: 481px) {
  .recent-news-item {
    width: 33%;
    padding: 10px;
  }
  .recent-news-item h3 {
    font-size: 19px;
    letter-spacing: 1px;
  }
  .recent-news-item:nth-child(3n) {
    display: block;
  }
}
.ccb-search-results {
  padding-top: 20px;
}
.ccb-search-results #content {
  width: 100%;
}
.ccb-search-results .searchform input[type="text"] {
  background-color: #ffffff;
  border-color: #aaaaaa;
  padding: 15px 15px 15px 60px;
  height: auto;
  background-image: url('img/search-icon-dark-large.png');
  font-size: 30px;
  background-position-x: 15px;
  color: #505050;
  opacity: 1;
}
.ccb-search-results .searchform {
  padding: 0;
  width: 100%;
}
.ccb-search-results .footer-search-cta {
  display: none;
}
.search-result {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(80, 80, 80, 0.15);
  clear: both;
}
.search-result a h1 {
  line-height: 1.3em;
}
.search-result a h1,
.search-result a p {
  color: #505050;
}
span.no-results {
  margin-top: -70px;
  float: left;
  font-size: 12px;
}
@media screen and (min-width: 641px) {
  .ccb-search-results {
    padding-top: 100px;
  }
}
.ccb-not-found #content {
  width: 100%;
}
.business-rfqs {
  padding-top: 20px;
  border-top: 1px solid rgba(80, 80, 80, 0.15);
  margin-top: 36px;
}
.download-link {
  margin-bottom: 20px;
  float: left;
  clear: both;
}
.business-rfq {
  clear: both;
  float: left;
  margin-bottom: 20px;
}
a.share-button {
  color: rgba(26, 26, 26, 0.4);
}
a.share-button i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
a.share-button:hover {
  color: #00673e;
}
.site-alert {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 40px;
  background-color: #ca4e1c;
}
.site-alert a {
  color: #ffffff;
  text-decoration: none;
}
.site-alert a:hover {
  color: #ffffff !important;
}
.site-alert i {
  opacity: .7;
  margin-right: 5px;
}
a.site-alert-cta {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 20px;
  display: inline-block;
  margin: 1em auto;
  text-decoration: none;
  background-color: #ca4e1c;
}
a.site-alert-cta:hover {
  color: #ffffff !important;
}
a.site-alert-cta i {
  opacity: .7;
  margin-right: 5px;
}
.page-id-67 aside.sidebar {
  display: none;
}
.page-id-67 #content {
  margin: auto;
  float: none;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  border-radius: 2px;
  border: none;
  border: 1px solid #ccc;
  padding: 1.1em;
  width: 100%;
  background-color: #fafafa;
  box-sizing: border-box;
  -webkit-appearance: none;
  margin-bottom: 30px;
  max-width: 100%;
  transition: 200ms background-color ease;
  -webkit-transition: 200ms background-color ease;
  -moz-transition: 200ms background-color ease;
  -o-transition: 200ms background-color ease;
  -ms-transition: 200ms background-color ease;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-select:focus {
  background-color: #ffffff;
  outline: none;
}
.wpcf7-select {
  background-image: url('img/down-arrow.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 10px;
}
.wpcf7 {
  margin-top: 50px;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 label {
  clear: both;
  float: left;
  width: 100%;
}
.wpcf7 .sub-label {
  margin-top: -25px;
  float: left;
  font-size: 13px;
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-textarea {
  height: 135px;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-tel {
  width: 300px;
}
.wpcf7 .wpcf7-submit {
  border: none;
  background: #1a1a1a;
  color: #fff;
  padding: 13px 30px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
  cursor: pointer;
  transition: 200ms opacity ease;
  -webkit-transition: 200ms opacity ease;
  -moz-transition: 200ms opacity ease;
  -o-transition: 200ms opacity ease;
  -ms-transition: 200ms opacity ease;
}
.wpcf7 .wpcf7-submit:hover {
  opacity: .8;
}
.invalid .name .sub-label {
  margin-top: -18px;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  border: none !important;
  outline: none !important;
  color: #fff !important;
  background: #cc3b3b url('img/close.png') no-repeat 9px 50%;
  padding: 5px 15px 3px 25px !important;
  font-size: 13px !important;
  border-radius: 2px;
  margin: 12px 0 !important;
  line-height: 23px;
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.wpcf7-mail-sent-ok {
  background: #00673e !important;
}
.wpcf7-not-valid-tip {
  float: right;
  margin-top: -25px !important;
}
.wpcf7-not-valid {
  border-color: #cc3b3b;
}
@media screen and (min-width: 641px) {
  .wpcf7-not-valid-tip,
  .wpcf7-validation-errors {
    display: inline-block !important;
    width: auto;
  }
  .name .first {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .name .last {
    width: 50%;
    float: left;
  }
  .invalid .name .sub-label {
    margin-top: -25px;
  }
}
.owl-carousel {
  padding: 0 40px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.owl-item {
  text-align: center;
  background-size: cover;
  background-position: center center;
  height: 200px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 10px solid #f5f5f5;
  cursor: pointer;
}
.owl-item img {
  display: none;
}
@media screen and (min-width: 641px) {
  .owl-item {
    opacity: 1;
    transition: 200ms opacity ease;
    -moz-transition: 200ms opacity ease;
    -o-transition: 200ms opacity ease;
    -webkit-transition: 200ms opacity ease;
  }
  .owl-item:hover {
    opacity: .5;
    transition: 200ms opacity ease;
    -moz-transition: 200ms opacity ease;
    -o-transition: 200ms opacity ease;
    -webkit-transition: 200ms opacity ease;
  }
}
.owl-page span {
  background: #bababa !important;
  opacity: 1 !important;
}
.owl-page.active span {
  background: #008444 !important;
}
.owl-carousel .owl-wrapper-outer {
  z-index: 1;
}
.navigation-pseudo-settings {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: #bababa;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.navigation-pseudo-settings:hover {
  color: #00673e;
}
.owl-buttons {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 200px;
}
.owl-buttons div {
  top: 0;
  bottom: 0;
  width: 40px;
  position: absolute;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 !important;
  background: none !important;
  opacity: 1 !important;
}
.owl-buttons div:hover {
  opacity: .5 !important;
}
.owl-buttons .owl-prev {
  left: 0;
}
.owl-buttons .owl-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: #bababa;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.owl-buttons .owl-prev:before:hover {
  color: #00673e;
}
.owl-buttons .owl-next {
  right: 0;
}
.owl-buttons .owl-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: #bababa;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.owl-buttons .owl-next:before:hover {
  color: #00673e;
}
.active-modal header#header {
  position: static;
}
.modal-box img {
  display: block;
  margin: auto;
  width: 100%;
}
.modal h2 {
  margin: 10px 0;
  letter-spacing: 0;
  font-size: 14px;
}
.navigation a {
  margin-top: 10px;
  letter-spacing: 1px;
}
.close-modal {
  float: right;
}
.striped-border {
  display: block;
  height: 6px;
  margin: 30px 0;
  background: url("data:image/gif;base64,R0lGODlhBQAGAIAAALKysv///yH5BAEAAAEALAAAAAAFAAYAAAIHRH6Godj5CgA7");
  background-repeat: repeat;
  border-bottom: none;
}
h2.project-section-title {
  margin: 0;
  margin-bottom: 15px;
  text-align: left;
}
.view-all-images h2.project-section-title  {
  margin: 0;
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;
}
.view-all-images .view-all-link {
  float: right;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #545454;
  opacity: 0.8;
  position: relative;
  top: .5em;
}
.project-details {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #545454 !important;
  opacity: 0.8;
}
.project-details:hover {
  color: #008444 !important;
  opacity: 1;
}
h2.project-section-title a.smalltext {
  font-size: .85em;
}
.project-updates {
  border: 0;
}
.project-updates .recent-news-item {
  text-align: left;
  padding-left: 0;
  display: block !important;
  width: 100%;
}
.project-updates .recent-news-item h3 {
  font-weight: 400;
}
.project-updates .recent-news-item .date {
  color: #606060;
}
@media screen and (min-width: 641px) {
  .project-updates .recent-news-item {
    width: 33.3333%;
    height: 135px;
  }
}
.project-document-link {
  float: left;
  clear: both;
  margin-bottom: .25em;
}
.project-document-link:nth-of-type(1) {
  margin-top: 15px;
}
.project-overview {
  margin-top: 35px;
}
.project-overview.border-bottom {
  border-bottom: 1px solid rgba(80, 80, 80, 0.15);
}
.project-overview h2 {
  font-size: 20px;
}
.project-overview .project-date {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}
.project-overview .project-date:nth-of-type(1) {
  margin: 0;
  margin-top: 10px;
}
.project-overview .project-overview-img {
  background-size: cover;
  background-position: center;
  max-width: 100%;
  width: 270px;
  height: 140px;
  margin: 0 27px 27px 0;
}
.project-overview .project-overview-img img {
  visibility: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
.project-overview p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .project-overview h2 {
    display: inline;
  }
  .project-overview .project-overview-img {
    float: left;
    width: 40%;
    height: 140px;
  }
  .project-overview p:first-child {
    display: inline;
  }
}
.project-map {
  margin: 35px 0 45px 0;
}
.project-map a {
  float: left;
  line-height: 1;
  position: relative;
}
.project-map a:hover img {
  filter: none;
  -webkit-filter: none;
}
.project-map a .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 18px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.project-map.multiple a {
  margin-top: 35px;
}
.project-map.multiple a:first-child {
  margin-top: 0;
}
.project-map:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media screen and (min-width: 641px) {
  .project-map a {
    overflow: hidden;
  }
  .project-map a .overlay {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    transition: 200ms all ease;
    -moz-transition: 200ms all ease;
    -webkit-transition: 200ms all ease;
    -o-transition: 200ms all ease;
    -ms-transition: 200ms all ease;
  }
  .project-map a:hover .overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition: 200ms all ease;
    -moz-transition: 200ms all ease;
    -webkit-transition: 200ms all ease;
    -o-transition: 200ms all ease;
    -ms-transition: 200ms all ease;
  }
  .project-map.multiple a {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 0;
    padding-right: 20px;
  }
  .project-map.multiple a .overlay {
    right: 20px;
  }
}
.project-documentation h2 {
  margin-top: 5px;
}
.project-documentation ul {
  padding-left: 15px !important;
}
.project-documentation-section h3 {
  padding-top: 10px;
  border-top: 1px solid rgba(80, 80, 80, 0.15);
  margin-top: 35px;
}
.project-documentation-section:first-of-type h3 {
  padding-top: inherit;
  border: none;
  margin-top: inherit;
}
.alignleft {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .alignleft {
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.page-template-issuance-template .entry-content {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(80, 80, 80, 0.15);
}
.page-template-issuance-template .entry-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media screen and (min-width: 641px) {
  .page-template-issuance-template #content {
    padding-left: 2em;
  }
  .page-template-issuance-template #content h1 {
    margin-bottom: 1.5em;
  }
}
.issuance-thumbnail {
  margin-bottom: 35px;
}
.issuance-thumbnail:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.issuance-thumbnail .issuance-cta {
  clear: both;
  float: left;
  margin-top: 10px;
}
.issuance-thumbnail .issuance-thumbnail-image {
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 200ms all ease;
  -webkit-transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -o-transition: 200ms all ease;
}
.issuance-thumbnail .issuance-thumbnail-image:hover {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  transition: 200ms all ease;
  -webkit-transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -o-transition: 200ms all ease;
}
@media screen and (min-width: 641px) {
  .issuance-thumbnail {
    float: left;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .issuance-thumbnail:nth-of-type(even) {
    padding-left: 10px;
  }
}
body.active-modal.page-template-page-alerts-archive  ,
body.active-modal.page-template-page-alerts  {
  /* Disables body scrolling when a dialogue box is open */
  overflow:hidden;
}
.page-template-page-alerts-archive .modal-box:before,
.page-template-page-alerts .modal-box:before,
.page-template-page-alerts-archive .modal-box:after ,
.page-template-page-alerts .modal-box:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.page-template-page-alerts-archive .modal-box:after ,
.page-template-page-alerts .modal-box:after {
  clear: both;
}
.page-template-page-alerts-archive .modal ,
.page-template-page-alerts .modal {
    display:none;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    outline: 0;
    overflow-y:scroll;
    background: rgba(0, 0, 0, .4);
    zoom: 1;
}
.page-template-page-alerts-archive .modal-box ,
.page-template-page-alerts .modal-box {
    max-width: 90%;
    display: block;
    margin: 80px auto;
    background: rgba(255, 255, 255, .9);
    padding: 10px 20px;
    clear: both;
    position: relative;
}
.page-template-page-alerts-archive .modal .navigation ,
.page-template-page-alerts .modal .navigation {
    display: block;
    display: block;
    right: 20px;
    left: 20px;
    top: 0;
    bottom: 0;
}
.page-template-page-alerts-archive .modal .navigation a i ,
.page-template-page-alerts .modal .navigation a i {
    margin-top: 20px;
    font-size: 40px;
    color: #bababa;
}
.page-template-page-alerts-archive .close-modal ,
.page-template-page-alerts .close-modal {
    cursor: pointer;
}
.page-template-page-alerts-archive #content ,
.page-template-page-alerts #content {
  float: none;
  width: 100%;
}
.pagination .page-numbers {
  margin: 0 .25em;
}
.alert-image-cont a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.alert-image-cont a img {
  display: block;
}
.alert-image-cont a .overlay {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -webkit-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  -ms-transition: 200ms all ease;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 18px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.alert-image-cont a:hover .overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -webkit-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  -ms-transition: 200ms all ease;
}
.construction-alert {

}
.construction-alert::after {
  content: ' ';
  clear: both;
}
.construction-alert .alert-image-cont {
  display: inline-block;
  width: 30%;
  float: left;
}
.construction-alert .alert-info-cont {
  display: inline-block;
  width: 66%;
  padding-left: 4%;
  float: left;
}
.construction-alert p {
  margin: 0 0 .25em 0;
  line-height: 1.4em;
}
@media screen and (max-width: 979px) {
  .construction-alert .alert-image-cont {
    display: block;
    width: 100%;
    float: none;
  }
  .construction-alert .alert-info-cont {
    display: block;
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
nav#menu {
  padding: 24px 36px 72px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  height: auto;
}
nav#menu a {
  color: #454545;
  text-decoration: none;
  letter-spacing: 1px;
}
nav#menu a:hover {
  color: #00673e !important;
}
nav#menu ul.menu {
  line-height: 18px;
}
nav#menu ul.menu > li {
  position: relative;
  margin: 20px 0;
}
nav#menu ul.menu > li ul.sub-menu {
  display: block;
  padding-left: 20px;
}
nav#menu ul.menu > li ul.sub-menu li {
  margin: 15px 0;
}
nav#menu ul.menu > li ul.sub-menu .active-mobile-menu-item .sub-menu {
  display: block !important;
  padding: 0;
  font-weight: 100;
  width: 100%;
  float: left;
  font-size: 13px;
}
nav#menu ul.menu > li ul.sub-menu .active-mobile-menu-item .sub-menu .current-menu-item a {
  color: #008444;
}
nav#menu ul.menu li.menu-item-has-children ul {
  display: none;
}
nav#menu ul.menu li.menu-item-has-children > a:before {
  content: '+';
  display: inline-block;
  margin-left: -15px;
  margin-right: 10px;
  width: 5px;
}
nav#menu ul.menu li.menu-item-has-children.active-mobile-menu-item > a:before {
  content: '-';
}
nav#menu ul.menu li.menu-item-has-children.active-mobile-menu-item ul {
  display: block;
}
nav#menu ul.menu li.menu-item-has-children.active-mobile-menu-item ul .menu-item-has-children ul {
  display: none;
}
@media (min-width: 980px) {
  nav#menu {
    float: right;
    height: 38px;
    padding: 0;
  }
  nav#menu ul.menu {
    line-height: 38px;
  }
  nav#menu ul.menu li.current_page_ancestor > a {
    color: #008444 !important;
  }
  nav#menu ul.menu li.current_page_item > a {
    color: #008444 !important;
  }
  nav#menu ul.menu > li {
    display: inline-block;
    margin: 0 0 0 30px;
  }
  nav#menu ul.menu > li:first-child {
    margin: 0 0 0 0;
  }
  nav#menu ul.menu > li:hover ul.sub-menu {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition-delay: .1s;
  }
  nav#menu ul.menu > li:hover ul.sub-menu li {
    opacity: 1;
    transition: .2s;
    transition-delay: .2s;
  }
  nav#menu ul.menu > li.menu-item-has-children > a:before {
    content: '';
    display: none;
  }
  nav#menu ul.menu > li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #505050;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-top: -2px;
    margin-left: 5px;
    opacity: .7;
    vertical-align: middle;
  }
  nav#menu ul.menu > li > ul.sub-menu {
    display: block;
    position: absolute;
    top: 38px;
    left: -20px;
    background: #ffffff;
    width: 260px;
    line-height: 18px;
    overflow: hidden;
    transition: .2s;
    transition-delay: .2s;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  nav#menu ul.menu > li > ul.sub-menu li {
    opacity: 0;
    transition: .1s;
    transition-delay: .1s;
  }
  nav#menu ul.menu > li > ul.sub-menu li.menu-item-has-children a:before {
    display: none;
  }
  nav#menu ul.menu > li > ul.sub-menu ul.sub-menu {
    display: none !important;
  }
  nav#menu ul.menu ul.sub-menu li.active-mobile-menu-item ul.sub-menu {
    display: none !important;
  }
}

.featured-gallery-section {

}
.featured-gallery-image {
  margin: 0 .5% 1% .5%;
  display: inline-block;
  float: left;
  width: 32.6666666666%;
}
.featured-gallery-image a {
  position: relative;
  display: block;
}
.featured-gallery-image .overlay-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  opacity: 0;
  }
.featured-gallery-image a:hover .overlay-wrapper {
  opacity: 1;
}
.featured-gallery-image .overlay-cont {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
  width: 100%;
}
.featured-gallery-image .overlay-cont .overlay-content {
  max-width: 90%;
}
.featured-gallery-image img {
  display: block;
  width: 100%;
  height: auto;
}
.featured-gallery-image a {
  color: #fff;
  text-align: center;
}
.featured-gallery-image a h3 {
  font-size: 1.2em;
}
.featured-gallery-image a p {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
  font-size: .6em;
  line-height: 1.4em;
  margin: .25em 0;
}
.featured-gallery-image a:hover {
  background-color: #008444;
  color: #fff !important;
}
.featured-gallery-image a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(100%) brightness(100%);
	filter: grayscale(100%) brightness(100%);
  mix-blend-mode: multiply;
}
.homepage-callouts .featured-gallery-image a:hover {
  background-color: #fff;
  color: #fff !important;
}
.homepage-callouts .featured-gallery-image a:hover img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  -webkit-transition: 200ms all ease;
}
.featured-gallery-image:nth-of-type(3n+1) {
  margin-left: 0;
  clear:both;
}
.featured-gallery-image:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 641px) {

}
.featured-bottom-content {
  text-align: center;
}
.featured-bottom-content a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid;
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  color: #00673e;
  font-weight: 700;
}
.featured-bottom-content a:hover {
  background-color: #00673e;
  color: #fff !important;
}
.fancybox-wrap {

}
.fancybox-skin {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.fancybox-wrap .fancybox-nav {
    bottom: 2em;
    bottom: 38px;
    top: 26px;
    height: auto;
}
body .fancybox-nav span {
	visibility: visible;
  opacity: 0.4;
  background-size: 47px 83px !important;
  width: 47px !important;
  height: 83px !important;
  background-position: center center !important;
  margin-top: -42px !important;
}

body .fancybox-prev span {
  background-image: url('img/larr@2x.png');
	left: 10px;
	background-position: 0 -36px;
}

body .fancybox-next span {
  background-image: url('img/rarr@2x.png');
	right: 10px;
	background-position: 0 -72px;
}

body .fancybox-nav:hover span {
	opacity: 1;
}
.featured-image-caption {
  margin-bottom: .25em;
}
.featured-image-caption h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #008444;
  line-height: 1.2em;
}
.featured-image-caption p {
  font-size: 0.85em;
  font-style: italic;
  margin: 0;
  line-height: 1.2em;
}
.featured-image-caption .image-date {
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  opacity: 0.7;
}

@media (max-height: 650px) {
  .fancybox-inner {
    overflow: scroll !important;
  }
  .fancybox-inner img {
    max-height: 376px;
  }
}
@media (max-height: 550px) {
  .fancybox-inner img {
    max-height: 276px;
  }
}

.grid-view-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 3px;
  margin-left: 6px;
}
.grid-view-icon .grid-square {
  display:inline-block;
  width: 6px;
  height: 6px;
  background-color: #545454;
  margin: 0 1px 1px 0;
  float: left;
}
.view-all-images .view-all-link:hover {
  opacty: 1;
}
.view-all-images .view-all-link:hover .grid-view-icon .grid-square {
  background-color: #004529;
}


#header .hamburger {
  display: block;
  position: relative;
  float: right;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  padding: 8px 10px;
  cursor: pointer;
}
#header .hamburger span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background-color: #505050;
}
#header .hamburger span.line-a {
  -webkit-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}
#header .hamburger span.line-b {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#header .hamburger span.line-c {
  -webkit-transform: translateX(-50%) translateY(6px);
          transform: translateX(-50%) translateY(6px);
}
.off-canvas-show #header .hamburger span.line-a {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.off-canvas-show #header .hamburger span.line-b {
  opacity: 0;
}
.off-canvas-show #header .hamburger span.line-c {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#header .hamburger.transition .line-a {
  -webkit-animation: hamburgerLineASquishRotateReverse 0.8s;
          animation: hamburgerLineASquishRotateReverse 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
#header .hamburger.transition .line-b {
  -webkit-animation: hamburgerLineBSquishRotateReverse 0.8s;
          animation: hamburgerLineBSquishRotateReverse 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
#header .hamburger.transition .line-c {
  -webkit-animation: hamburgerLineCSquishRotateReverse 0.8s;
          animation: hamburgerLineCSquishRotateReverse 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.off-canvas-show #header .hamburger.transition .line-a {
  -webkit-animation: hamburgerLineASquishRotate 0.8s;
          animation: hamburgerLineASquishRotate 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.off-canvas-show #header .hamburger.transition .line-b {
  -webkit-animation: hamburgerLineBSquishRotate 0.8s;
          animation: hamburgerLineBSquishRotate 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.off-canvas-show #header .hamburger.transition .line-c {
  -webkit-animation: hamburgerLineCSquishRotate 0.8s;
          animation: hamburgerLineCSquishRotate 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@media (min-width: 980px) {
  #header {
    overflow: visible;
  }
  #header .hamburger {
    display: none;
  }
}
@-webkit-keyframes hamburgerLineASquishRotate {
  0% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(0);
            transform: translateX(-50%) translateY(-8px) rotate(0);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(0);
            transform: translateX(-50%) translateY(-8px) rotate(0);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
            transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
}
@keyframes hamburgerLineASquishRotate {
  0% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(0);
            transform: translateX(-50%) translateY(-8px) rotate(0);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(0);
            transform: translateX(-50%) translateY(-8px) rotate(0);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
            transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
}
@-webkit-keyframes hamburgerLineBSquishRotate {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hamburgerLineBSquishRotate {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hamburgerLineCSquishRotate {
  0% {
    -webkit-transform: translateX(-50%) translateY(6px) rotate(0);
            transform: translateX(-50%) translateY(6px) rotate(0);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(6px) rotate(0);
            transform: translateX(-50%) translateY(6px) rotate(0);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
            transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
}
@keyframes hamburgerLineCSquishRotate {
  0% {
    -webkit-transform: translateX(-50%) translateY(6px) rotate(0);
            transform: translateX(-50%) translateY(6px) rotate(0);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(6px) rotate(0);
            transform: translateX(-50%) translateY(6px) rotate(0);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
            transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes hamburgerLineASquishRotateReverse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
            transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(0);
            transform: translateX(-50%) translateY(-8px) rotate(0);
  }
}
@keyframes hamburgerLineASquishRotateReverse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
            transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-8px) rotate(0);
            transform: translateX(-50%) translateY(-8px) rotate(0);
  }
}
@-webkit-keyframes hamburgerLineBSquishRotateReverse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hamburgerLineBSquishRotateReverse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hamburgerLineCSquishRotateReverse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
            transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(6px) rotate(0);
            transform: translateX(-50%) translateY(6px) rotate(0);
  }
}
@keyframes hamburgerLineCSquishRotateReverse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
            transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(6px) rotate(0);
            transform: translateX(-50%) translateY(6px) rotate(0);
  }
}
.off-canvas-wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.off-canvas-wrapper .off-canvas-wrapper-inner {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.off-canvas-wrapper .off-canvas-wrapper-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.off-canvas-wrapper.off-canvas-show .off-canvas-wrapper-inner {
  -webkit-transform: translateX(260px);
          transform: translateX(260px);
}
.off-canvas-wrapper.off-canvas-show.off-canvas-right .off-canvas-wrapper-inner {
  -webkit-transform: translateX(-260px);
          transform: translateX(-260px);
}
.off-canvas-wrapper.off-canvas-show.off-canvas-shift-menu-only .off-canvas-wrapper-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.off-canvas-wrapper.off-canvas-show.off-canvas-shift-menu-only .off-canvas {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.off-canvas-wrapper .off-canvas {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  box-sizing: border-box;
  width: 260px;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
  background-color: #ffffff;
}
.off-canvas-wrapper.off-canvas-right .off-canvas {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.off-canvas-wrapper.off-canvas-shift-menu-only .off-canvas {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (min-width: 980px) {
  .off-canvas-wrapper.off-canvas-show .off-canvas-wrapper-inner {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-wrapper.off-canvas-show.off-canvas-right .off-canvas-wrapper-inner {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-wrapper.off-canvas-show.off-canvas-shift-menu-only .off-canvas-wrapper-inner {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-wrapper.off-canvas-show.off-canvas-shift-menu-only .off-canvas {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-wrapper .off-canvas {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
    height: auto;
    overflow: visible;
  }
  .off-canvas-wrapper.off-canvas-right .off-canvas {
    -webkit-transform: none;
            transform: none;
  }
}
