blockquote p{
  margin-bottom: 0;
  font-style: italic;
}
blockquote h6 {
  color: #555 !important;
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif !important;
  margin-bottom: 10px;
}
blockquote{
  padding-left: 15px;
  border-left: 5px solid #eeeeee;
  margin-bottom: 15px;
  padding: 10px 20px;
}
/*content-wrap*/
.th-page-content-wrap {
  position: relative;
  padding: 80px 0;
}
.th-page-content-wrap h1 {
  color: #555;
}
.th-page-content-wrap h6 {
  font-size: 18px;
  font-weight: 600;
  color: #014978;
  font-family: 'Oswald', sans-serif;
}
.th-page-content-wrap p a:hover {
  color:#222;
}
.th-page-content-wrap ul,
.th-page-content-wrap ol {
  margin-bottom: 30px;
}
.th-page-content-wrap ul li,
.th-page-content-wrap ol li {
  font-size: 15px;
  line-height: 23px;
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
.th-page-content-wrap ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #555;
  border-radius: 50px;
  left: 0;
  top: 10px;
}
.th-page-content-wrap ol li {
  padding-left: 0;
}
.th-page-content-wrap ol {
  margin-left: 13px;
}
/*content-wrap*/
/*page-slider*/
.th-page-slider{
  margin: 0;
  border: none;
}
.th-page-slider ul li::before {
  display: none;
}
.th-page-image{
  position: relative;
  z-index: 1;
}
.th-page-image::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  top: 0;
  opacity: 0;
}
.th-page-image::after{
  position: absolute;
  content: '';
  width: 52px;
  height: 52px;
  background-image: url(../images/image-overlay-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
.th-page-image.th-page-video::after{
  background-image: url(../images/play-v-btn.png);
}
.th-page-image.th-page-mhrs::after{
  background-image: url(../images/plus-icon.png);
}
.th-page-image:hover::before, .th-page-image:hover::after{
  opacity: .7;
}
.th-page-image img{
  width: 100%;
  height: 225px !important;
  object-fit: cover;
  object-position: center;
}
.th-page-image p{
  background: rgba(0,0,0,.5);
  color: #ffffff;
  position: absolute;
  padding: 7px;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  font-weight: 600;
  width: 100%;
}
.th-page-slider .flex-direction-nav a {
  color: transparent;
  text-shadow: none;
  width: 20px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/back-arrow.png);
  margin: -45px 0 0;
}
.th-page-slider .flex-direction-nav a::before {
  content: '';
  color: transparent;
  text-shadow: none;
}
.th-page-slider .flex-direction-nav .flex-prev {
  transform: rotate(180deg);
}
.th-page-slider .flex-control-nav {
  display: none;
}
.th-page-slider ul li {
  padding-left: 0 !important;
  position: inherit!important;
}

/*th-news-and-events-wrap*/
.th-news-and-events-wrap {
  padding: 80px 0 40px;
}
.th-news-and-events-wrap ul li {
  border-bottom: 1px solid #e5e4e4;
  padding: 20px 0;
  margin-bottom: 0;
}
.th-news-and-events-wrap ul li:first-child {
  padding-top: 0;
}
.th-news-and-events-wrap ul li:last-child {
  border-bottom: none;
}
.th-news-and-events-wrap ul li::before {
  display: none;
}
.th-news-and-events-wrap .th-events-image {
  width: 243px;
  margin-right: 30px;
  margin-top: 7px;
  vertical-align: top;
  display: inline-block;
}
.th-news-and-events-wrap .th-events-image::before,
.th-news-and-events-wrap .th-events-image::after {
  display: none;
}
.th-news-and-events-wrap .th-events-image img {
  height: auto !important;
}
.th-news-and-events-wrap .th-events-content {
  vertical-align: top;
  display: inline-block;
  width: 67.5%;
}
.th-news-and-events-wrap .th-events-content a:hover {
  color: #222;
}
.th-news-and-events-wrap .search-form-container {
  position: relative;
  margin-bottom: 20px;
}
.th-news-and-events-wrap input[type="text"] {
  padding: 6px 141px 6px 12px !important;
}
.th-news-and-events-wrap input[type="submit"] {
  top: 22px;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 25px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 130px;
  height: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background-color: #333;
  border: 0;
}
.th-news-and-events-wrap input[type="submit"]:hover {
  color: #fff;
  background-color: #527400;
}
.th-news-and-events-wrap .th-events-content-full {
  width: 100% !important;
}
.th-news-and-events-wrap .search-form-container {
  max-width: 700px;
}
.th-page-content-wrap input[type="text"]:focus, .th-page-content-wrap input[type="email"]:focus,
.th-page-content-wrap input[type="tel"]:focus,
.th-page-content-wrap select:focus,
.th-page-content-wrap textarea:focus{
  border: 1px solid #527400;
}
/*page-slider*/

/*pagination*/
.pagination {
  margin-bottom: 40px;
}
.pagination .nav-links .page-numbers {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 33px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
  display: inline-block;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}
.pagination .nav-links .page-numbers:hover {
  color: #fff;
  background-color: #527400;
}
.pagination .nav-links .page-numbers.current{
  color: #fff;
  background-color: #527400;
}
.pagination .nav-links .next {
  background-color: transparent;
  box-shadow: none;
  width: auto;
  margin-left: 11px;
}
.pagination .nav-links .prev {
  margin-right: 11px;
  background-color: transparent;
  box-shadow: none;
  width: auto !important;
}
.pagination .nav-links .next:hover,
.pagination .nav-links .prev:hover {
  color: #527400;
  background-color: transparent;
}
.navigation.pagination {
  text-align: center;
  margin: auto;
}
.pagination .nav-links {
  text-align: center;
  margin: auto;
  width: 100%;
}
/*pagination*/

/* join or donate */
.th-page-content-wrap .th-join-donate-form label {
  line-height: 28px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  vertical-align: top;
  margin-right: 8px;
}
.th-page-content-wrap .th-join-donate-form ul li{
  padding-left: 0;
  margin-bottom: 15px;
  width: 100%;
}
.th-page-content-wrap .th-join-donate-form ul li:nth-child(2n){
  margin-right: 0;
}
.th-page-content-wrap .th-join-donate-form ul li:nth-last-child(2){
  width: 100%;
}
.th-page-content-wrap .th-join-donate-form ul li:last-child{
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
}
.th-join-donate-form-left, .th-join-donate-form-right {
	width: 48.15%;
	display: inline-block;
	vertical-align: top;
}
.th-join-donate-form-left{
  margin-right: 26px;
}
.th-page-content-wrap .th-join-donate-form ul{
  margin-bottom: 0;
  padding-top: 35px;
}
.th-page-content-wrap .th-join-donate-form ul li::before{
  display: none;
}
.th-page-content-wrap label strong {
  color: #cf0303;
}
.th-page-content-wrap input[type="text"],
.th-page-content-wrap input[type="email"],
.th-page-content-wrap input[type="tel"],
.th-page-content-wrap select,
.th-page-content-wrap textarea {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 45px;
  padding: 6px 12px 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #555555;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.th-page-content-wrap input[type="text"]::placeholder,
.th-page-content-wrap input[type="email"]::placeholder,
.th-page-content-wrap input[type="tel"]::placeholder,
.th-page-content-wrap textarea::placeholder,
.th-page-content-wrap select::placeholder {
  color: #555555;
  opacity: 1;
}
.th-page-content-wrap input[type="checkbox"]{
  margin-right: 5px;
}
.th-page-content-wrap input[type="radio"]{
  margin-right: 1px;
}
.th-page-content-wrap textarea{
  height: 146px;
}
.th-page-content-wrap .th-join-donate-form .th-submit-btn {
  background-color: #333333;
  border-radius: 0;
  height: 45px;
  padding: 0 36px;
  margin-top: 30px;
  border: 1px solid #333;
}
.th-page-content-wrap .th-join-donate-form .th-submit-btn:hover {
  background: #527400;
  color:#fff;
  border: 1px solid #527400;
}
.th-join-donate-form{
  padding-top: 25px;
}
.th-page-content-wrap .th-join-donate-form .th-captcha img{
  width: auto;
  display: block;
  margin-bottom: 5px;
}
.th-page-content-wrap .th-join-donate-form .th-captcha .th-captcha-icon img{
  width: 20px;
}
.th-page-content-wrap .th-join-donate-form .th-captcha input{
  width: 50%;
  height: 35px;
}
.th-join-donate-form p{
  margin-bottom: 0;
}
.th-page-content-wrap .th-join-donate-form .wpcf7-list-item{
  margin: 0;
}
.th-page-content-wrap .th-join-donate-form .th-check .wpcf7-list-item{
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, div.wpcf7-mail-sent-ok, .wpcf7 form.sent .wpcf7-response-output{
  text-align: left;
  padding: 0;
}
/* join or donate */

/*gallery*/
.th-gallery-wrap ul li,
.th-video-gallery-wrap ul li {
  width: 30.6%;
  display: inline-block;
  position: relative;
  padding-left: 0;
  margin-bottom: 30px;
  margin-right: 30px;
}
.th-gallery-wrap ul,
.th-video-gallery-wrap ul {
  margin-bottom: 0;
}
.th-gallery-wrap ul li:nth-child(3n),
.th-video-gallery-wrap ul li:nth-child(3n) {
  margin-right: 0;
}
.th-gallery-wrap ul li::before,
.th-video-gallery-wrap ul li::before,
.th-gallery-wrap ul li::after,
.th-video-gallery-wrap ul li::after {
  display: none;
}
.th-gallery-wrap ul li .th-gallery-box img{
  height: 170px;
  width: 100%;
}
.th-video-gallery-wrap ul li .th-gallery-box img {
  height: auto;
  width: 100%;
}
.th-gallery-wrap ul li .th-gallery-box::before,
.th-video-gallery-wrap ul li .th-gallery-box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  top: 0;
  opacity: 0;
}
.th-gallery-wrap ul li .th-gallery-box:hover::before,
.th-video-gallery-wrap ul li .th-gallery-box:hover::before {
  opacity: .7;
}
.th-gallery-wrap ul li .th-gallery-box::after,
.th-video-gallery-wrap ul li .th-gallery-box::after {
  position: absolute;
  content: '';
  width: 52px;
  height: 52px;
  background-image: url(../images/plus-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
.th-video-gallery-wrap ul li .th-gallery-box::after{
  background-image: url(../images/play-v-btn.png);
}
.th-gallery-wrap ul li .th-gallery-box:hover::after,
.th-video-gallery-wrap ul li .th-gallery-box:hover::after {
  opacity: .7;
}
.th-video-gallery-wrap ul li p {
  background: rgba(0,0,0,.5);
  color: #ffffff;
  position: absolute;
  padding: 7px;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  font-weight: 600;
  width: 100%;
}
/*gallery*/

/*issues*/
.th-issues-overlay {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.th-issues-overlay::after {
  position: absolute;
  content: '';
  width: 52px;
  height: 52px;
  background-image: url(../images/plus-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
.th-issues-overlay:hover::after {
  opacity: .7;
}
.th-issues-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  top: 0;
  opacity: 0;
}
.th-issues-overlay:hover::before {
  opacity: .7;
}
/*issues*/

/*th-resources-wrap*/
.th-download-btn {
  background-image: url(../images/pdf-icon.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 12px 10px 12px 40px;
  margin-top: 10px;
  display: inline-block;
  background-color: #527400;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  border: 1px solid #527400;
  font-family: 'Open Sans', sans-serif;
}
.th-download-btn:hover {
  background-color: #333;
  color:#fff!important;
  border: 1px solid #333;
}
/*th-resources-wrap*/

/*.th-explore-the-harbour-wrap*/
.wp-block-list {
  margin-bottom: 15px;
}
.wp-block-list li {
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 0;
}
.wp-block-list li a:hover {
  color: #222;
}
/*.th-explore-the-harbour-wrap*/

/*th-resources-wrap*/
.th-resources-wrap ul li::before {
  display: none;
}
.th-resources-wrap .th-page-image {
  margin-bottom: 30px;
}
/*th-resources-wrap*/

/*popup*/
.th-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
}
.th-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.th-popup-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  width: 474px;
}
.th-close-icon {
  position: absolute;
  top: 25px;
  right: 45px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
}
#th-popup-title{
  color:#fff;
}
/* Arrows */
.th-popup-prev,
.th-popup-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 9px 20px;
  color: white;
  font-size: 21px;
  background-color: rgba(0, 0, 0, 0.5);
  user-select: none;
  border-radius: 50%;
  transform: translateY(-50%);
}
.th-popup-prev {
  left: 20px;
}
.th-popup-next {
  right: 20px;
}
.th-popup-prev:hover,
.th-popup-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/*popup*/

@media screen and (max-width:1400px){
/* join or donate */
.th-join-donate-form-left {
  margin-right: 25px;
}
/* join or donate */
}
@media screen and (max-width:1300px){
/* join or donate */
.th-join-donate-form-left {
  margin-right: 23px;
}
/* join or donate */
}
@media screen and (max-width:1200px){
/*news*/
.th-news-and-events-wrap .th-events-image {
  margin-right: 20px;
}
.th-news-and-events-wrap .th-events-content {
  width: 66.1%;
}
/*news*/
/* join or donate */
.th-join-donate-form-left {
  margin-right: 20px;
}
.th-page-content-wrap label{
  font-size: 14px;
}
/* join or donate */
/*gallery*/
.th-gallery-wrap ul li,
.th-video-gallery-wrap ul li {
  margin-bottom: 27px;
  margin-right: 27px;
}
/*gallery*/
}
@media screen and (max-width:1100px){
.th-page-image img {
  height: 210px !important;
}
/*news*/
.th-news-and-events-wrap .th-events-content {
  width: 62.2%;
}
/*news*/
/* join or donate */
.th-join-donate-form-left{
  margin-right: 18px;
}
.th-page-content-wrap .th-check label{
  width: 91%;
}
/* join or donate */
/*gallery*/
.th-gallery-wrap ul li,
.th-video-gallery-wrap ul li {
  margin-bottom: 24px;
  margin-right: 24px;
}
/*gallery*/
}
@media screen and (max-width:991px){
.th-page-wrap{
  margin-bottom: 0;
  padding: 55px 0;
}
.th-page-content-wrap{
  padding: 55px 0;
}
.th-page-image img {
  height: 370px !important;
}
.th-page-content-wrap .col-md-4,
.th-page-content-wrap .col-md-5,
.th-page-content-wrap .col-md-3,
.th-page-content-wrap .col-md-9 {
  width:100%;
}
/* join or donate */
.th-join-donate-form-left, .th-join-donate-form-right{
  width: 48.4%;
}
/* join or donate */
/*resources*/
.th-resources-wrap ul li {
  padding-left: 0;
}
/*resources*/
.th-popup-content img {
  width: auto;
}
.pagination {
  margin-bottom: 0;
}
}
@media screen and (max-width:767px){
.th-page-content-wrap {
  padding: 50px 0;
}
/*news*/
.th-news-and-events-wrap .th-events-image {
  width: 230px;
  margin-right: 15px;
}
.th-news-and-events-wrap .th-events-content {
  width: 55.5%;
}
/*news*/
/* join or donate */
.th-join-donate-form-left, .th-join-donate-form-right {
  width: 48.1%;
}
.th-join-donate-form-left{
  margin-right: 16px;
}
.th-page-content-wrap .th-join-donate-form .th-captcha img{
  width: 225px;
}
.th-page-content-wrap .th-join-donate-form label {
  line-height: 25px;
  font-size: 12px;
}
.th-join-donate-form {
  padding-top: 15px;
}
.th-page-content-wrap .th-join-donate-form ul {
  padding-top: 25px;
}
.th-page-content-wrap .th-check label {
  width: 90%;
}
.th-page-content-wrap.th-captcha .th-captcha-image img{
  width: 225px;
}
.th-page-content-wrap .th-submit-btn{
  margin-top: 20px;
}
/* join or donate */
/*gallery*/
.th-gallery-wrap ul li,
.th-video-gallery-wrap ul li {
  margin-bottom: 20px;
  margin-right: 18px;
}
.th-gallery-wrap ul li:nth-child(3n),
.th-video-gallery-wrap ul li:nth-child(3n) {
  margin-right: 18px;
}
.th-gallery-wrap ul li:nth-child(2n),
.th-gallery-wrap ul li:last-child,
.th-video-gallery-wrap ul li:nth-child(2n),
.th-video-gallery-wrap ul li:last-child {
  margin-right: 0;
}
.th-gallery-wrap ul li,
.th-video-gallery-wrap ul li {
  width: 48%;
}
.th-gallery-wrap ul li .th-gallery-box img,
.th-video-gallery-wrap ul li .th-gallery-box img {
  height: 190px;
}
/*gallery*/
.pagination .nav-links .page-numbers {
  font-size: 14px;
  line-height: 31px;
}
}
@media screen and (max-width:600px){
.th-page-image img {
  height: 300px !important;
}
/*news*/
.th-news-and-events-wrap .th-events-image {
  margin-right: 0;
  width: 100%;
}
.th-news-and-events-wrap .th-events-content {
  display: block;
  width: 100%;
  margin-top: 10px;
}
/*news*/
/* join or donate */
.th-join-donate-form-left, .th-join-donate-form-right{
  margin-right: 0;
  width: 100%;
}
.th-page-content-wrap .th-captcha input{
  display: block;
  width: 225px;
}
/* join or donate */
/*gallery*/
.th-gallery-wrap ul li,
.th-video-gallery-wrap ul li {
  margin-bottom: 16px;
  margin-right: 14px;
}
.th-gallery-wrap ul li:nth-child(3n),
.th-video-gallery-wrap ul li:nth-child(3n) {
  margin-right: 14px;
}
.th-gallery-wrap ul li:nth-child(2n),
.th-gallery-wrap ul li:last-child,
.th-video-gallery-wrap ul li:nth-child(2n),
.th-video-gallery-wrap ul li:last-child {
  margin-right: 0;
}
/*gallery*/
/*blockquote*/
blockquote {
  padding: 10px;
}
/*blockquote*/
.cct-arrow {
  width: 13px;
  height: 20px;
  background-image: url(..images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  cursor: pointer;
  margin-top: 0;
  vertical-align: middle;
  top: 13px;
  right: 0;
  position: absolute;
}
  .pagination .nav-links .page-numbers {
    font-size: 14px;
    line-height: 27px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width:500px){
.th-page-content-wrap {
  padding: 45px 0;
}
h1,h2,h3,h4,h5,h6{
  margin-bottom: 10px;
}
.th-page-image img {
  height: 260px !important;
}
/*gallery*/
.th-gallery-wrap ul li,
.th-video-gallery-wrap ul li {
  margin-right: 10px;
}
.th-gallery-wrap ul li:nth-child(3n),
.th-video-gallery-wrap ul li:nth-child(3n) {
  margin-right: 10px;
}
.th-gallery-wrap ul li:nth-child(2n),
.th-gallery-wrap ul li:last-child,
.th-video-gallery-wrap ul li:nth-child(2n),
.th-video-gallery-wrap ul li:last-child {
  margin-right: 0;
}
/*gallery*/
.pagination .nav-links .next {
  margin-left: 3px;
}
.pagination .nav-links .prev {
  margin-right: 3px;
  }
}
@media screen and (max-width: 400px){
.th-page-image img {
  height: 200px !important;
}
/*gallery*/
.th-gallery-wrap ul li,
.th-video-gallery-wrap ul li {
  width: 100%;
  margin-right: 0;
}
.th-gallery-wrap ul li:nth-child(3n),
.th-video-gallery-wrap ul li:nth-child(3n) {
  margin-right: 0px;
}
/*gallery*/
/*popup*/
.th-popup-prev,
.th-popup-next {
  padding: 1px 10px;
  font-size: 15px;
  margin: 0 20px;
}
/*popup*/
.th-news-and-events-wrap input[type="submit"] {
  width: 93px;
  }
}