/* =============================================
  Global styles
============================================= */
body {
  font-family: "Raleway", Arial, Tahoma, sans-serif;
  color: #3F3F3F;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 500;
}
a {
  color: #008295;
}
a:hover {
  color: rgba(0, 130, 149, 0.8);
}
a,button,input,textarea,select {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: 0 !important;
}
.overlay-bg {
  width: 100%;
  position: absolute !important;
}
.overlay-bg img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.top-left {
  text-align: left;
  top: -3px;
  left: 0;
}
.bottom-left {
  text-align: left;
  bottom: -3px;
  left: 0;
}
.top-right {
  text-align: right;
  top: -3px;
  right: 0;
}
.bottom-right {
  text-align: right;
  bottom: -3px;
  right: 0;
}
.overlay-layer-top {
  z-index: 11 !important;
}
.telluride-curve-section .wpb_column {
	position: relative;
	z-index: 111;
}
.full-width-img img,
img.full-width-img {
  width: 100%;
}
.font-w-800 {
	font-weight: 800;
}
.font-light {
	font-weight: 300;
}
.font-regular {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-semi-bold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-extra-bold {
	font-weight: 800;
}
.font-black {
	font-weight: 900;
}
a.btn-blue,
.btn-blue a,
button.btn-blue,
.btn-blue button,
input.btn-blue,
.btn-blue input {
	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	background: #008295 !important;
	padding: 11px 20px !important;
	border-radius: 15px !important;
	cursor: pointer !important;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.03) !important;
}
a.btn-blue:hover,
.btn-blue a:hover,
button.btn-blue:hover,
.btn-blue button:hover,
input.btn-blue:hover,
.btn-blue input:hover,
a.btn-blue:focus,
.btn-blue a:focus,
button.btn-blue:focus,
.btn-blue button:focus,
input.btn-blue:focus,
.btn-blue input:focus {
	background: #017283 !important;
}
.hero-title {
  font-size: 5.5vw;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 14px;
  position: relative;
  z-index: 10;
}



/* =============================================
  Header styles
============================================= */
.header {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-nav > li > a {
  color: #444444;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 40px 20px !important;
  position: relative;
  display: block;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-menu-ancestor > a {
  color: #008295;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-nav > li > a::before {
  content: "";
  height: 4px;
  width: 100%;
  background: none;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-nav > li > a:hover::before,
.navbar-nav > l >i a:focus::before,
.navbar-nav > li.active > a::before,
.navbar-nav > li.current-menu-item > a::before,
.navbar-nav > li.current-menu-ancestor > a::before {
  opacity: 1;
}
.dropdown-menu {
  background: #F2F2F2;
  width: 210px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate3d(0,20px,0);
          transform: translate3d(0,20px,0);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.07);
}
.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
.dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dropdown-menu li:last-child {
  border: none;
}
.dropdown-menu li a {
  color: #5f5f5f;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none !important;
  white-space: normal;
  padding: 8px 5px;
  display: block;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li.current-menu-item a,
.dropdown-menu li.current-menu-ancestor a {
  color: #2e2e2e;
  background: rgba(0,0,0,.06);
}
.dropdown-menu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate3d(20px,0,0);
          transform: translate3d(20px,0,0);
}
.dropdown-menu .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
.header-search-btn {
	color: #444;
	font-size: 18px;
	line-height: 18px;
	background: none;
	border: none;
	padding: 0;
	margin-right: 20px;
}
.header-search-btn:hover,
.header-search-btn:focus {
  color: #008295;
}
.header-search-field {
  width: calc(100% - 60px);
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.07), 2px 2px 2px 0 rgba(0, 0, 0, 0.07)inset;
          box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.07), 2px 2px 2px 0 rgba(0, 0, 0, 0.07)inset;
  position: absolute;
  top: 100%;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-search-field.show-search-field {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
          transform: rotate3d(1, 0, 0, 0deg);
}
.header-search-form {
  width: 100%;
  padding: 10px 10px 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-search-form::before {
  content: "\f002";
  color: #444;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  line-height: 15px;
  font-weight: 900;
  margin-right: 7px;
}
.header-search-field input[type="text"] {
  color: #444;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  width: 100%;
  padding: 10px;
  border: none;
}
.header-search-close {
	color: #444;
	font-size: 16px;
	line-height: 16px;
	background: none;
  padding: 0;
	border: none;
  margin: 0 10px 0 20px;
}
.header-search-close:hover,
.header-search-close:focus {
  color: #008295;
}
.navbar-toggler {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.nav-icon {
  width: 26px;
  height: 16px;
  position: relative;
  margin: 0 auto 0 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #444444;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0px;
}
.nav-icon span:nth-child(2) {
  top: 6px;
}
.nav-icon span:nth-child(3) {
  top: 12px;
}
.nav-icon.icon-open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-icon.icon-open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.nav-icon.icon-open span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* =============================================
  News styles
============================================= */
.news-hero-section {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding: 160px 0 220px;
}
.news-list-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-img {
  width: 100%;
  border: 8px solid #f8f8f8;
  overflow: hidden;
  position: relative;
}
.news-img img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  margin-bottom: -15px !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s
}
.news-img:hover img {
  top: -15px
}
.news-img-links {
  width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  position: absolute;
  bottom: -55px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 11;
}
.news-img:hover .news-img-links {
  bottom: 0;
}
.news-img-links li {
  width: 100%;
  text-align: center;
  border-right: 1px solid #ffffff;
}
.news-img-links li:last-child {
  border: none;
}
.news-img-links li a {
  color: #ffffff;
  background: rgba(0, 130, 149, 0.8);
  font-size: 22px;
  line-height: 22px;
  display: block;
  padding: 15px;
}
.news-img-links li a:hover,
.news-img-links li a:focus {
  color: rgba(0, 130, 149, 1);
  background: #ffffff;
}
.news-details-topbar {
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.news-author-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-author-info li,
.news-author-info li a {
  color: #a8a8a8;
  font-size: 15px;
  display: inline-block
}
.news-author-info li a {
  line-height: 15px;
  border-bottom: 1px dashed #a8a8a8;
}
.news-author-info li a:hover,
.news-author-info li a:focus {
  color: #008295;
  text-decoration: none;
  border-color: #008295;
}
.news-cat::after {
  content: "\f0d7";
  color: #a8a8a8;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: relative;
  top: 2px;
}
.news-cat #dropdownMenuButton {
	color: #a8a8a8;
	font-size: 15px;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
.news-cat .dropdown-menu {
  left: auto;
  right: 0;
}
.news-title {
  margin: 0 0 20px;
}
.news-title,
.news-title a {
  color: #444444;
  font-size: 30px;
  line-height: 30px;
}
.news-title a:hover,
.news-title a:focus {
  color: #008295;
  text-decoration: none;
}
.news-details-bottom {
  color: #a8a8a8;
  font-size: 15px;
	background: rgba(0,0,0,0.02);
	padding: 7px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.news-like-btn:hover {
  color: #008295;
}
.news-read-more {
  padding-left: 10px;
  border-left: 1px solid rgba(0,0,0,.08);
}
.news-read-more a:hover {
  color: #a8a8a8;
  text-decoration: none;
}

/* =============================================
  Donate form styles
============================================= */
.donate-form-field {
  font-size: 12px;
	border: 2px solid #959595;
  background-color: #ffffff;
	border-radius: 15px;
	padding: 3px 15px;
	height: 40px;
	width: 100%;
	max-width: 330px;
	margin-bottom: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.donate-form-field {
	background-image: url('/wp-content/uploads/2019/03/dropdownarrow.png');
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
}
.donate-form input[type="radio"] {
  display: none;
}
.donate-form label {
  font-size: 27px;
  line-height: 30px;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  display: inline-block;
}
.donate-form label:before {
  content: "\f111";
  color: #008295;
  font-family: 'Font Awesome\ 5 Free';
  font-size: 30px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.donate-form label:after {
  content: "\f058";
  font-family: 'Font Awesome\ 5 Free';
  color: #008295;
  font-size: 30px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.donate-form input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.donate-form input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.donate-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.donate-amount-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.donate-amount-list ul li {
  display: inline-block;
}
.form-group {
  margin: 5px 60px 25px 0;
}
.donate-other-amount h3 {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
  margin: 0 5px 0 0;
  position: relative;
	bottom: -2px;
}
.donate-other-amount h3::after {
  content: "$";
  position: absolute;
  top: 1px;
  left: calc(100% + 15px);
}
.donate-other-amount input {
	font-size: 22px;
  font-weight: 600;
	border: 2px solid #959595;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 1px 5px 5px 30px;
	height: 50px;
	width: 100%;
	max-width: 120px;
	margin-bottom: 30px;
}

/* =============================================
  News details styles
============================================= */
.news-details {
  margin-bottom: 100px;
}
.news-details-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  padding-top: 44px;
  margin-bottom: 20px;
  position: relative;
}
.news-details-header::before {
  content: "";
  background-image: url(/wp-content/uploads/2019/03/stripes_5_b.png);
  height: 14px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news-details-like {
	width: 100px;
	min-width: 100px;
}
.news-details-like .news-details-bottom {
	background: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 15px 0 0;
}
.news-details-info {
	width: 100%;
	padding: 0 0 0 25px;
	border-left: 1px solid #e7e7e7;
}
.news-details-info .news-details-topbar {
	margin: 0;
}
.news-tag {
	position: relative;
	left: 26%;
}
.news-details-img-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.news-details-share {
  width: 100px;
  min-width: 100px;
}
.news-details-img-share .news-img {
	margin-left: 25px;
}
.related-news {
	margin-bottom: 50px;
}
.related-news-img {
  padding-left: 50px;
  position: relative;
}
.related-news-date {
	background: #f8f8f8 url(../images/stripes_5_b.png);
	color: #a8a8a8;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 20;
}
.related-news-date::after {
	content: "";
	display: block;
	position: absolute;
	right: -5px;
	top: 6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5.5px 0 5.5px 5px;
	border-color: transparent transparent transparent transparent;
  border-left-color: #f8f8f8;
}
.related-news .news-title,
.related-news .news-title a {
	font-size: 21px;
	line-height: 25px;
}
.related-news .news-title {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
}
.related-news .news-title::after {
  content: "";
  height: 1px;
  width: 40%;
  background: #008295;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.related-news .news-details-bottom {
	background: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.related-news .news-details-bottom .news-read-more {
	padding: 0;
	border: none;
}
.related-news .news-details-bottom .news-read-more a {
	background-color: #f7f7f7;
	color: #747474;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	        box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
  display: inline-block;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}
.related-news .news-details-bottom .news-read-more a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.related-news .news-details-bottom .news-read-more a i {
  font-size: 14px;
  background: rgba(0,0,0,.05);
  padding: 17px 20px;
  margin-right: 10px;
}
.related-news .news-details-bottom .news-read-more a:hover::after {
  left: 0;
}
.news-details-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}
.news-details-author-img {
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.news-details-author-img img {
  width: 100%;
}
.news-details-author-name {
  width: 100%;
  margin-left: 25px;
  position: relative;
  background: #f8f8f8;
  padding: 15px 30px;
  border-radius: 10px;
}
.news-details-author-name::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #f8f8f8;
  border-width: 15px;
  margin-top: -15px;
}
.news-details-author-name h3 {
  margin: 20px 0;
}
.news-details-author-name h3,
.news-details-author-name h3 a {
  color: #808080;
  font-size: 25px;
  font-weight: 700;
}
.news-details-author-name h3 a:hover {
  color: #008295;
  text-decoration: none;
}


/* =============================================
  Image hover box styles
============================================= */

.image-hover-box {
  text-align: center;
  height: 330px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.img-hover-box-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.image-hover-box:hover .img-hover-box-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.img-hover-box-image::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.image-hover-box:hover .img-hover-box-image::after {
  background: rgba(0, 0, 0, 0.7);
}
.img-hover-box-title {
  width: 100%;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.img-hover-box-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.img-hover-box-link:hover,
.img-hover-box-link:focus {
  text-decoration: none;
}


/* =============================================
  Footer styles
============================================= */
.footer {
  color: #fff;
  background-color: #3F3F3F;
	padding: 100px 0;
  border: 0 none;
  position: relative;
}
.footer::before {
  content: "";
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 100px calc(100vw - 17px) 0 0;
  border-color: transparent #3F3F3F transparent transparent;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
}
.footer-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}
.footer p,
.footer a {
  color: #ffffff !important;
  font-size: 12px;
}
.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-social li a {
	color: #3F3F3F !important;
	font-size: 35px;
	line-height: 57px;
  text-align: center;
	height: 57px;
	width: 57px;
	background: #fff;
	border-radius: 50px;
	padding: 0;
	display: inline-block;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-links li:after {
  content: "|";
  margin: 0 6px 0 10px;
}
.footer-links li:last-child:after {
  display: none;
}
.footer-links li a {
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
}

/*  */
