input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #008C80;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
input[type=button]:hover, input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus {
  background-color: #03655d;
  color: #fff;
}
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: #71807f;
  border: 1px solid #596564;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
textarea,
select {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #596564;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
input[type=color]:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=week]:hover,
textarea:hover,
select:hover {
  border-color: #414a49;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
textarea:focus,
select:focus {
  border-color: #008C80;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(240, 92, 13, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
  height: 240px;
  width: 100% !important;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #353c3c;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #596564;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  line-height: 54px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #008C80;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #03655d;
}
a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #596564;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

@font-face {
  font-family: "Sosa";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/sosa/sosa-regular-webfont.eot");
  src: url("/fonts/sosa/sosa-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sosa/sosa-regular-webfont.woff") format("woff"), url("/fonts/sosa/sosa-regular-webfont.ttf") format("truetype"), url("/fonts/sosa/sosa-regular-webfont.svg#Sosa") format("svg");
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  background: #063F5A;
}

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header {
  display: block;
  padding-top: 20px;
  width: 100%;
}
.header a {
  color: transparent;
  border: 0;
  outline: 0;
}

#feature-banner,
#home-feature-banner {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 30px;
}
#feature-banner:last-child,
#home-feature-banner:last-child {
  margin-right: 0;
}
#feature-banner:after,
#home-feature-banner:after {
  content: "";
  display: table;
  clear: both;
}
#feature-banner ul li,
#home-feature-banner ul li {
  float: left;
}
#feature-banner a,
#home-feature-banner a {
  color: transparent;
  position: relative;
}

.caption {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 3px;
  width: 100%;
  display: block;
  padding: 10px 30px;
}
.caption span {
  color: white;
  display: block;
}
.caption span.title {
  font-weight: bold;
}

#feature-pagination {
  text-align: center;
}
#feature-pagination:after {
  content: "";
  display: table;
  clear: both;
}
#feature-pagination span {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: white;
  margin-right: 10px;
}
#feature-pagination span.selected {
  background: #008C80;
}

#main-nav {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#main-nav:last-child {
  margin-right: 0;
}
#main-nav ul li {
  margin-right: 0;
  border-bottom: 1px solid #596564;
}
#main-nav ul li a {
  padding: 20px 27px;
  display: block;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1120px) {
  #main-nav ul li a {
    padding: 20px 15px;
  }
}
#main-nav ul li:hover, #main-nav ul li.active {
  border-bottom: 1px solid #008C80;
}
#main-nav ul li:hover a, #main-nav ul li.active a {
  color: #008C80;
}
#main-nav ul li:last-child a {
  background: #008C80;
  border-bottom: 1px solid #008C80;
  color: white;
}
#main-nav ul li:last-child a:hover {
  background: #03655d;
}
@media screen and (min-width: 910px) {
  #main-nav #suckerfish2 {
    display: flex;
    justify-content: flex-end;
  }
}

#ctoc2 li a {
  color: white;
  text-transform: uppercase;
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #6c7773;
}
#ctoc2 li ul li {
  padding-left: 30px;
  position: relative;
}
#ctoc2 li ul li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
  position: absolute;
  left: 0;
  top: 28px;
}
#ctoc2 li ul li a {
  border-bottom: 1px solid #6c7773;
}
#ctoc2 li.ctoc_current > a {
  color: #008C80;
  border-bottom: 1px solid #008C80;
}
#ctoc2 li.ctoc_current:before {
  border-left: 5px solid #008C80;
}

#primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
#primary:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #primary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 0 30px;
  }
  #primary:last-child {
    margin-right: 0;
  }
}
.default #primary {
  margin-right: 0;
}
#primary ul:not(.gallery) {
  list-style: disc;
  padding-left: 18px;
}
#primary ol {
  list-style: decimal;
  padding-left: 25px;
}

#captureform2 .field_name {
  margin-top: 11px;
}
#captureform2 .field_name .required {
  color: #008C80;
  float: right;
}
#captureform2 .field_name > label {
  margin-right: 14px;
}

.listing {
  line-height: 24px;
  margin: 0;
}
.listing li {
  border-bottom: 1px solid #6c7773;
}
.listing a {
  color: #008C80;
}
.listing a:hover {
  text-decoration: none;
  color: #03655d;
}
.listing a:visited, .listing a:active {
  color: #03655d;
}
.listing .item {
  list-style: none;
  padding: 39px 0;
}
.listing .item:after {
  content: "";
  display: table;
  clear: both;
}
.listing .item a.thumbnail {
  color: transparent;
}
.listing .item .thumbnail {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: 1px solid #596564;
  overflow: hidden;
  display: block;
  float: left;
  height: 139px;
  margin: 11px 18px 10px 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 139px;
}
.listing .item .thumbnail[href*=""] {
  cursor: pointer;
}
.listing .item .thumbnail img {
  display: block;
  width: 100%;
}
.listing .item .thumbnail .type {
  display: block;
  line-height: 24px;
  padding-top: 15px;
  width: 126px;
  height: 105px;
  text-align: center;
}
.listing .item .thumbnail .type:before,
.listing .item .thumbnail .type .icon {
  color: #008C80;
  content: attr(data-icon);
  display: block;
  line-height: 72px;
  text-align: center;
}
.listing .item .thumbnail time {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 14px;
  text-align: center;
  color: white;
}
.listing .item .thumbnail time span {
  display: block;
  line-height: 21px;
}
.listing .item .thumbnail time .day {
  font-size: 48px;
  line-height: 51px;
}
.listing .item .thumbnail time .month {
  margin-top: -3px;
  text-transform: uppercase;
}
.listing .item .thumbnail time .year {
  font-size: 30px;
  line-height: 33px;
}
.listing .item .thumbnail .overlay {
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 153px;
}
.listing .item .thumbnail .play {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: url(/img/icons/play-21x18-white.png);
  background-color: #008C80;
  background-repeat: no-repeat, repeat-x;
  background-position: 21px 50%, 0 0;
  position: absolute;
  width: 62px;
  height: 42px;
  right: 36px;
  top: 49px;
}
.listing .item .title {
  color: #008C80;
  line-height: 27px;
  margin-bottom: 9px;
  padding-top: 9px;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing .item .title a {
  color: #008C80;
  text-decoration: none;
}
.listing .item .title a:hover {
  color: #03655d;
}
.listing .item .meta {
  margin-bottom: 9px;
  font-size: 14px;
}
.listing .item .meta dd {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.listing .item .meta dt + dd {
  margin-right: 15px;
}
.listing .item .meta .icon-prepend:before,
.listing .item .meta .icon-append:after,
.listing .item .meta .icon {
  font-family: "Sosa";
  font-size: 21px;
  color: #c2b8a7;
  content: attr(data-icon);
  display: inline;
  font-style: normal;
  line-height: 21px;
  padding-right: 3px;
}
.listing .item .summary {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.listing.documents .item {
  margin: 0;
  padding-bottom: 9px;
}
.listing.documents .item dl {
  margin: 0;
}
.lt-ie8 .listing.documents .item {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.listing.documents .item .title {
  float: left;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  width: 75%;
}
.listing.documents .item .size {
  float: left;
  font-size: 13px;
  line-height: 24px;
  padding-right: 1%;
  text-align: right;
  width: 13%;
}
.listing.documents .item .type {
  float: left;
  text-align: left;
  width: 11%;
}
.listing.documents .item .type .download {
  text-decoration: none;
}
.listing.documents .item .type .download.icon-prepend:before, .listing.documents .item .type .download.icon-append:after,
.listing.documents .item .type .download .icon {
  font-family: "Sosa";
  color: #008C80;
  content: attr(data-icon);
  display: inline;
  font-size: 22px;
  font-style: normal;
  line-height: 24px;
  padding-right: 3px;
}
.listing.documents .item .type .download span {
  text-transform: uppercase;
}
.listing.documents .item .type .download:hover span {
  text-decoration: none;
}
.listing.documents .item + .item {
  padding: 8px 0 9px 0;
}
.listing .event .thumbnail {
  background: #008C80;
}

.grid-listing:after {
  content: "";
  display: table;
  clear: both;
}
.grid-listing .listing .item {
  padding: 0;
}
.grid-listing .listing .item .image {
  color: transparent;
}
.grid-listing .filters,
.grid-listing .news-listing .filters {
  line-height: 24px;
  padding: 24px 0 33px 20px;
}
.grid-listing .filters li,
.grid-listing .news-listing .filters li {
  background: none;
  float: left;
  margin-right: 30px;
  padding: 0;
}
.grid-listing .filters li a,
.grid-listing .news-listing .filters li a {
  color: #008C80;
  text-decoration: none;
}
.grid-listing .filters li a.selected,
.grid-listing .news-listing .filters li a.selected {
  color: #008C80;
}
.grid-listing .listing {
  padding-bottom: 36px;
}
.grid-listing .listing .item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  cursor: pointer;
  height: 234px;
  margin-bottom: 20px;
  position: relative;
}
.grid-listing .listing .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 770px) {
  .grid-listing .listing .item.col-2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 769px) {
  .grid-listing .listing .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .grid-listing .listing .item:last-child {
    margin-right: 0;
  }
  .grid-listing .listing .item.col-1 {
    margin-right: 0;
  }
}
.grid-listing .listing .item .image {
  display: block;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.grid-listing .listing .item .image img {
  display: block;
  height: auto;
  width: 100%;
}
.grid-listing .listing .item .content {
  transition: all 0.2s ease-out;
  background: #596564;
  border-top: 6px solid #6c7773;
  border-bottom: 1px solid #596564;
  bottom: 0;
  color: white;
  left: 0;
  max-height: 95px;
  padding: 6px 0 2px 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  text-align: left;
}
.grid-listing .listing .item .content .title {
  display: table;
  height: 72px;
  line-height: 24px;
  margin: 0 0 6px 0;
  overflow: visible;
  padding: 3px 0 0 0;
  text-shadow: 1px 1px 0 #9c8a61;
  white-space: normal;
}
.lt-ie8 .grid-listing .listing .item .content .title {
  min-height: 72px;
  position: relative;
}
.grid-listing .listing .item .content .title a {
  color: white;
  display: table-cell;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.grid-listing .listing .item .content .title a span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  max-height: 72px;
  padding: 0 15px;
}
.lt-ie8 .grid-listing .listing .item .content .title a {
  position: absolute;
  top: 50%;
}
.lt-ie8 .grid-listing .listing .item .content .title a span {
  position: relative;
  top: -50%;
}
.grid-listing .listing .item .content .summary,
.grid-listing .listing .item .content .meta {
  transition: "color 0.2s ease-out, opacity 0.2s ease-out, text-shadow 0.2s ease-out";
  opacity: 0;
  text-shadow: 1px 1px 0 #9c8a61;
}
.lt-ie9 .grid-listing .listing .item .content .summary,
.lt-ie9 .grid-listing .listing .item .content .meta {
  display: none;
}
.grid-listing .listing .item .content .summary {
  line-height: 21px;
  padding: 0 15px;
  margin: 0 0 12px 0;
  max-height: 126px;
  overflow: hidden;
}
.grid-listing .listing .item .content .meta dt + dd {
  margin: 0 0 0 15px;
}
.grid-listing .listing .item .content .meta dd {
  display: block;
}
.grid-listing .listing .item .content .meta a {
  color: white;
  text-decoration: none;
}
.grid-listing .listing .item .content .meta a:hover {
  text-decoration: underline;
}
.grid-listing .listing .item .content .meta .icon-prepend:before,
.grid-listing .listing .item .content .meta .icon-append:after,
.grid-listing .listing .item .content .meta .icon {
  color: #ffd7c7;
  line-height: 24px;
}
.grid-listing .listing .item:hover .content {
  height: 233px;
  max-height: 233px;
}
.grid-listing .listing .item:hover .content .summary,
.grid-listing .listing .item:hover .content .meta {
  color: #fff;
  opacity: 1;
}
.lt-ie9 .grid-listing .listing .item:hover .content .summary,
.lt-ie9 .grid-listing .listing .item:hover .content .meta {
  display: block;
}
.grid-listing.grid-10 {
  margin: 0 -20px;
  padding: 0 20px;
}
.grid-listing.grid-10 .listing {
  margin: 0 -10px 0 -10px;
}
.grid-listing.grid-10 .span2 {
  margin: 0 0 12px 12px;
  width: 178px;
}
.grid-listing.feature {
  height: auto;
  margin-top: 30px;
  margin-bottom: 36px;
}
.grid-listing.feature .listing {
  margin-bottom: 0;
  padding-bottom: 9px;
}
.grid-listing.feature .listing .item {
  cursor: auto;
  margin-bottom: 0;
}
.grid-listing.feature .listing .heading {
  cursor: auto;
}
.grid-listing.feature .listing .heading .title {
  height: auto;
}
.grid-listing.feature .listing .heading .content {
  background: transparent;
  border: 0;
  max-height: none;
  position: relative;
  height: auto;
  padding: 12px 0 3px 0;
}
.grid-listing.feature .listing .heading .content .title {
  color: #008C80;
  font-size: 24px;
  height: auto;
  line-height: 30px;
  min-height: 0;
  text-shadow: 1px 1px 0 #008C80;
}
.grid-listing.feature .listing .heading .content .title a {
  color: #008C80;
  text-decoration: none;
}
.grid-listing.feature .listing .heading .content .title a:hover {
  text-decoration: none;
}
.grid-listing.feature .listing .heading .content .summary {
  color: #857551;
  line-height: 21px;
  margin-top: 10px;
  opacity: 1;
  padding: 0 15px 0 0;
  text-shadow: none;
}
.lt-ie9 .grid-listing.feature .listing .heading .content .summary {
  display: block;
}
.grid-listing.feature .listing .heading .content .meta {
  margin-top: 9px;
}

.span8 .filters {
  margin: 0 auto;
}
.span8 .grid-listing {
  margin: 0;
  padding: 0;
}
.span8 .grid-listing .listing {
  padding: 0;
  margin: 0;
  width: 633px;
}
.span8 .grid-listing .listing .item {
  float: left;
  margin-bottom: 15px;
  padding: 0;
  width: 198px;
}
.span8 .grid-listing .listing .item .image {
  height: 150px;
}
.span8 .grid-listing .listing .item .image img {
  height: 150px;
}
.span8 .grid-listing .listing .item.col-0, .span8 .grid-listing .listing .item.col-1 {
  margin-right: 13px;
}

.tab-container {
  margin-bottom: 18px;
}
.tab-container .tabs {
  border-bottom: 1px solid #596564;
  margin: 0;
  padding: 0;
}
.tab-container .tabs .tab {
  background: none;
  margin: 0;
  padding: 3px 0 0;
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: auto;
}
.tab-container .tabs .tab a {
  background: transparent;
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
  color: white;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 36px;
  outline: none;
  padding: 0 14px;
  text-decoration: none;
}
.tab-container .tabs .tab.active {
  background: #3d4542;
  position: relative;
  top: 1px;
}
.tab-container .tabs .tab.active a {
  background: #3d4542;
  color: white;
  height: 36px;
  border: 1px solid #596564;
}
.tab-container .pane {
  padding-top: 24px;
}
.tab-container .pane .span2 img {
  width: 140px;
}

.gallery li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #6c7773;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
}
.gallery li:last-child {
  margin-right: 0;
}
.gallery li:nth-child(4n) {
  margin-right: 0;
}
.gallery li:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 769px) {
  .gallery li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .gallery li:last-child {
    margin-right: 0;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li:nth-child(2n+1) {
    clear: left;
  }
}
.gallery li img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.1s ease-in;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.gallery li:hover img {
  transform: scale(1.1);
}
.gallery li a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  color: transparent;
}
.gallery li a:hover, .gallery li a:visited, .gallery li a:active {
  color: transparent;
}
.gallery li .overlay {
  color: white;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
}

#territary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 60px;
}
#territary:last-child {
  margin-right: 0;
}
#territary:after {
  content: "";
  display: table;
  clear: both;
}
#territary .email {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
#territary .email:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #territary .email {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 0 30px;
  }
  #territary .email:last-child {
    margin-right: 0;
  }
}
#territary .email h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
}
#territary .email p {
  font-size: 14px;
}
#territary .subscribe {
  float: left;
  display: block;
  margin-right: 0;
  width: 65.88078%;
}
#territary .subscribe:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #territary .subscribe {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  #territary .subscribe:last-child {
    margin-right: 0;
  }
}
#territary .subscribe .half {
  float: left;
  display: block;
  margin-right: 0;
  width: 40.29137%;
  padding-left: 20px;
}
#territary .subscribe .half:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #territary .subscribe .half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 0 30px;
  }
  #territary .subscribe .half:last-child {
    margin-right: 0;
  }
}
#territary .subscribe .two {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
#territary .subscribe .two:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #territary .subscribe .two {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
  #territary .subscribe .two:last-child {
    margin-right: 0;
  }
}
#territary .subscribe input[type=text],
#territary .subscribe input[type=email] {
  background: white;
  color: #3d4542;
}
#territary .subscribe label {
  text-transform: uppercase;
  font-size: 14px;
}
#territary .subscribe .checkbox label {
  font-size: 12px;
  font-weight: normal;
  text-transform: inherit;
}
#territary .subscribe button {
  background: #3d4542;
  color: #008C80;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 26px;
}
#territary .subscribe button:hover {
  color: #03655d;
}

#secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
#secondary:last-child {
  margin-right: 0;
}
#secondary:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 769px) {
  #secondary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  #secondary:last-child {
    margin-right: 0;
  }
}
.home #secondary {
  margin-right: 0;
}

.box-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition: all, 0.5s, ease-out;
  text-align: center;
  overflow: hidden;
  width: 270px;
  height: 270px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .box-circle {
    display: inline-block;
  }
}
.box-circle .overlay {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition: all, 0.5s, ease-out;
  transform: scale();
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(67, 75, 72, 0.6);
  -webkit-backface-visibility: hidden;
}
.box-circle .overlay a {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding-top: 105px;
  text-transform: uppercase;
  font-size: 16px;
}
.box-circle .overlay a span {
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
.box-circle:hover {
  box-shadow: inset 0 0 0 16px #008C80, 0 0px 0px;
}
.box-circle:hover .overlay {
  opacity: 1;
  background: rgba(61, 69, 66, 0.3);
  transform: scale(1);
}

footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
}
footer:last-child {
  margin-right: 0;
}
footer:after {
  content: "";
  display: table;
  clear: both;
}
footer .copyright {
  float: left;
  display: block;
  margin-right: 5%;
  width: 55%;
  line-height: 57px;
}
footer .copyright:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  footer .copyright {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
  footer .copyright:last-child {
    margin-right: 0;
  }
}
footer .social {
  float: left;
  display: block;
  margin-right: 0;
  width: 40%;
}
footer .social:last-child {
  margin-right: 0;
}
footer .social a {
  color: #008C80;
}
footer .social a:first-child {
  margin-left: 15px;
}
footer .social a:hover {
  color: #03655d;
}
footer .social a > span {
  font-family: "Sosa";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 57px;
  text-align: center;
  margin-right: 15px;
}
footer .social a > span:after {
  content: attr(data-icon);
}
footer .social a:last-child {
  text-decoration: underline;
}
footer .social p {
  line-height: 57px;
}
@media screen and (max-width: 769px) {
  footer .social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
  footer .social:last-child {
    margin-right: 0;
  }
}

#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #f8f4ec;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  overflow: hidden;
  height: 100px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  color: white;
  height: 100%;
  overflow: auto;
  padding: 30px 41px;
}
#sb-player.html h2 {
  color: #444;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 15px;
  text-align: center;
}
#sb-player.html form {
  width: 300px;
  margin: 30px auto 0;
}
#sb-player.html p {
  color: #444;
  text-align: center;
}
#sb-player.html img {
  display: block;
  margin: 0 auto 21px;
}

#sb-body img {
  border: none;
  background: #f8f4ec;
}

#sb-loading {
  position: relative;
  height: 100%;
  background: #f8f4ec;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}
#sb-loading-inner span {
  background: url(/img/shadowbox/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body,
#sb-loading {
  background-color: #f8f4ec;
}

#sb-title,
#sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title,
#sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info,
#sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-nav-close {
  background-image: url(/img/shadowbox/close.png);
}

#sb-nav-next {
  background-image: url(/img/shadowbox/next.png);
}

#sb-nav-previous {
  background-image: url(/img/shadowbox/previous.png);
}

#sb-nav-play {
  background-image: url(/img/shadowbox/play.png);
}

#sb-nav-pause {
  background-image: url(/img/shadowbox/pause.png);
}

#sb-counter {
  float: left;
  width: 45%;
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #f8f4ec;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link,
div.sb-message a:visited {
  color: #f8f4ec;
  text-decoration: underline;
}

@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
  }
  body,
  textarea,
  input {
    font-size: 12pt !important;
  }
  body,
  body a,
  body a:visited,
  textarea,
  textarea a,
  textarea a:visited,
  input,
  input a,
  input a:visited {
    color: #000 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif !important;
  }
  ul,
  ol,
  p {
    margin-bottom: 20px;
  }
  ul li {
    list-style-type: disc;
    margin-left: 20px;
  }
  ol li {
    list-style-type: decimal;
    margin-left: 20px;
  }
  .listing a:link[href^="http://"]:after {
    display: none;
  }
  code {
    font: 10pt Courier, monospace;
  }
  blockquote {
    margin: 1.3em;
    padding: 1em;
    font-size: 10pt;
  }
  hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #cccccc;
  }
  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
  a:link,
  a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333;
    word-wrap: break-word;
  }
  a:link[href^="http://"]:after,
  a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }
  a[href^="http://"] {
    color: #000;
  }
  table {
    margin: 1px;
    text-align: left;
  }
  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  td {
    border-bottom: 1px solid #333;
  }
  th,
  td {
    padding: 4px 10px 4px 0;
  }
  tfoot {
    font-style: italic;
  }
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .header,
  #secondary,
  #territary,
  #footer,
  #main-nav,
  #feature-banner,
  form {
    display: none;
  }
  #primary {
    width: 100%;
  }
}
#email-updates {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  background-color: #0098EB;
  padding: 15px 10px;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 48rem) {
  #email-updates {
    padding: 30px 20px;
  }
}
@media (min-width: 64.0625rem) {
  #email-updates {
    padding: 30px 50px;
  }
}
@media (min-width: 78.75rem) {
  #email-updates {
    margin-left: auto;
    margin-right: auto;
  }
}
#email-updates .BBFormContainer {
  border-radius: 0;
  padding: 0;
}
#email-updates .BBFormContainer .BBFormSection {
  margin: 0;
}
#email-updates .BBFormContainer .BBFormSection > fieldset > legend {
  margin-bottom: 10px;
}
#email-updates .BBFormContainer .BBFormSection > fieldset > legend .BBFormSectionHeading {
  font-family: "BCNovatica", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
#email-updates .BBFormContainer .BBFormSection .BBFormSubSectionHeading {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}
#email-updates .BBFormContainer .BBFormSection .BBFormFieldContainer {
  margin-top: 0;
}
#email-updates .BBFormContainer .BBFormSection .BBFormFieldContainer.BBFormFieldContainerRequired {
  margin-bottom: 0;
  margin-right: 25px;
}
#email-updates .BBFormContainer .BBFormSection .BBFormFieldContainer.BBFormFieldContainerRequired .BBFormTextbox {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.3s ease-in-out;
  border: 0;
  background: #73CDFF;
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
  width: 100%;
}
#email-updates .BBFormContainer .BBFormSection .BBFormFieldContainer.BBFormFieldContainerRequired .BBFormTextbox::-moz-placeholder {
  color: #063F5A;
  text-transform: capitalize;
}
#email-updates .BBFormContainer .BBFormSection .BBFormFieldContainer.BBFormFieldContainerRequired .BBFormTextbox::placeholder {
  color: #063F5A;
  text-transform: capitalize;
}
#email-updates .BBFormContainer .BBFormSection .BBFormFieldContainer.BBFormFieldContainerRequired .BBFormTextbox:focus {
  box-shadow: none;
  background: #fff;
}
@media (max-width: 48rem) {
  #email-updates .BBFormContainer .BBFormSection .BBFormFieldContainer.BBFormFieldContainerRequired {
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 48rem) {
  #email-updates .BBFormContainer .BBFormSection .BBFormFieldContainer.BBFormFieldContainerRequired {
    margin-bottom: 25px;
    width: calc(33% - 25px);
  }
}
@media (min-width: 64.0625rem) {
  #email-updates .BBFormContainer .BBFormSection .BBFormFieldContainer.BBFormFieldContainerRequired {
    margin-bottom: 0;
    width: calc(33% - 67.9px);
  }
}
#email-updates .BBFormContainer .BBFormSection .BBFormButtonRow {
  margin: 0;
  text-align: center;
}
#email-updates .BBFormContainer .BBFormSection .BBFormButtonRow .BBFormSubmitbutton {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #063F5A;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}
#email-updates .BBFormContainer .BBFormSection .BBFormButtonRow .BBFormSubmitbutton:hover {
  background-color: #000;
}
@media (min-width: 48rem) {
  #email-updates .BBFormContainer .BBFormSection .BBFormButtonRow .BBFormSubmitbutton {
    display: block;
    width: calc(100% - 25px);
  }
}
@media (min-width: 64.0625rem) {
  #email-updates .BBFormContainer .BBFormSection .BBFormButtonRow .BBFormSubmitbutton {
    margin-right: 0;
    padding: 10px;
    width: 130px;
  }
}
#email-updates .BBFormContainer .BBFormSection #reCAPTCHADisclosure {
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
}
#email-updates .BBFormContainer .BBFormSection #reCAPTCHADisclosure a {
  color: #fff;
  text-decoration: underline;
}
#email-updates .BBFormContainer #divError.BBFormErrorBlock {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 25px;
  max-width: 100%;
  padding: 0;
  padding-bottom: 25px;
}
#email-updates .BBFormContainer #divError.BBFormErrorBlock .BBFormErrorItem {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 0;
}
#email-updates .BBFormContainer #divError.BBFormErrorBlock .BBFormErrorItem:first-of-type {
  font-family: "BCNovatica", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
#email-updates #bboxFriendlyMessage,
#email-updates .blockUI.blockOverlay {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
  margin: auto !important;
}
#email-updates #bboxFriendlyMessage p,
#email-updates .blockUI.blockOverlay p {
  font-family: "BCNovatica", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #fff !important;
  font-size: 16px !important;
}
#email-updates #bboxFriendlyMessage p:first-of-type,
#email-updates .blockUI.blockOverlay p:first-of-type {
  font-size: 23px !important;
  font-weight: 700 !important;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
#email-updates fieldset {
  background-color: transparent;
}

.blue-sky svg {
  display: inline-block;
  fill: #008C80;
  height: 20px;
  margin-bottom: -5px;
  width: 20px;
}
.blue-sky svg:hover {
  fill: #03655d;
}

.forty-years-logo {
  display: block;
  max-width: 500px;
  width: 100%;
}

#fourtieth-anniversary.home {
  margin: 0;
  padding: 8px;
}
#fourtieth-anniversary.home::after {
  content: "";
  background-color: #063F5A;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#fourtieth-anniversary.home a {
  color: #008C80;
}
#fourtieth-anniversary.home a:hover {
  color: #03655d;
}
#fourtieth-anniversary.home .blue-sky svg {
  fill: #008C80;
}
#fourtieth-anniversary.home .blue-sky svg:hover {
  fill: #03655d;
}
#fourtieth-anniversary.home #main-nav ul li a {
  color: #008C80;
}
#fourtieth-anniversary.home #main-nav ul li a:hover {
  color: #03655d;
}
#fourtieth-anniversary.home #main-nav ul li:hover {
  border-bottom: 1px solid #008C80;
}
#fourtieth-anniversary.home #main-nav ul li:last-child a {
  background: #008C80;
  border-bottom: 1px solid #008C80;
  color: #fff;
}
#fourtieth-anniversary.home #main-nav ul li:last-child a:hover {
  background: #03655d;
  color: #fff;
}
#fourtieth-anniversary.home #feature-pagination span.selected {
  background: #03655d;
}
#fourtieth-anniversary.home .box-circle:hover {
  box-shadow: inset 0 0 0 16px #008C80, 0 0px 0px;
}
#fourtieth-anniversary.home .box-circle a {
  color: #fff;
}
