html, body {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: #565A5C;
}
body a, body a:visited {
  color: rgb(0, 150, 176);
  cursor: pointer;
  text-decoration: none;
}
body a:hover {
  opacity: 0.8;
  color: rgb(0, 150, 176);
}
p {
 margin-bottom: 1.5rem;
}
.custom-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
}
img {
  border: 1px solid #ccc;
}
img.headLogo {
    border:none !important;
}
header {
  padding: 20px 0 60px 0;
}
header h2 {
  color: rgb(0, 150, 176);
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  margin-top: 10px;
  text-align: center;
}
header nav {
  border-bottom: 1px solid rgb(216, 216, 216);
  border-top: 1px solid rgb(216, 216, 216);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav ul li a, header nav ul li a:visited {
  padding: 5px 15px;
  color: rgb(113, 113, 113);
  text-decoration: none;
}
header nav ul li a:hover {
  color: rgb(0, 150, 176);
}
header nav .search {
  display: block;
  color: rgb(86, 90, 92);
  font-size: 1.5rem;
  margin-right: 15px;
  cursor: pointer;
}
h3 {
  color: #428615;
  font-style: italic;
  font-family: "Georgia", serif;
  font-size: 1.65rem;
  line-height: 1.5;
  margin-bottom:20px;
  display: flex;
}
h4 {
  margin-bottom: 20px;
}
h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
a:hover h2 {
  color: rgb(0, 150, 176);
}
.headLogo {
  height: 60px;
  width: auto;
}
.breadcrumb {
  font-size: 14px;
}
.breadcrumb .breadCrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .breadCrumb li:before {
  color: rgb(0, 150, 176);
  content: '>';
  margin-right: 12px;
  margin-left: 12px;
}
.breadcrumb .breadCrumb li:first-of-type:before {
  content: unset;
}
.breadcrumb .breadCrumb li a {
  color: rgb(0, 150, 176);
}
.breadcrumb .breadCrumb li a:hover {
  opacity: 0.8;
}
.postTtl h1 {
  color: #565A5C;
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
}
.postMeta p {
  margin: 0;
}
.postMeta .postDate {
  font-size: 16px;
  margin-bottom: 1rem;
}
.postCnt ul {
  margin: 0 0 1rem 0;
}
.postCnt h1, .postCnt h2, .postCnt h3, .postCnt h4, .postCnt h5, .postCnt h6{
    display:inline;
}
.postCnt h3::after{
    content:"\a\a";
    white-space: pre;
}
.socialShare, .postTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 1rem;
  text-decoration: underline;
}
.postImg {
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  max-width: none;
  cursor:pointer;
}
.postImg.within {
  margin: 0 30px 30px 0;
  display: inline;
  float: left;
  width: 35%;
  height: auto;
}
.postImg.within.rightSide {
  margin: 0 0 30px 30px;
  float: right;
}
.postImg.within + blockquote {
  display: inline;
}
.postImg.within + blockquote h3 {
  display: inline;
}
.postImg.within + blockquote:after {
  content: '';
  display: block;
  clear: both;
}
.socialShare li, .postTags li {
  margin-right: 0.5rem;
}
.socialShare li a {
  color: rgb(0, 150, 176);
}
.socialShare li a:hover {
  opacity: 0.8;
}
.postTags li a {
  color: #565A5C;
  font-size: 16px;
}
.featuredPosts {
  border-bottom: 1px solid rgb(216, 216, 216);
  margin-bottom: 40px;
}
.featPost {
  margin-bottom: 60px;
}
.featPost a {
  text-decoration: none;
}
.sbPost {
  margin-bottom: 40px;
}
.sbPost a {
  text-decoration: none;
}
.featImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageLink:hover img {
  opacity: 0.8;
}
.featCnt {
  margin-top: 20px;
  color: rgb(86, 90, 92);
}
.sbPost .flexCenter, .widgetPost .flexCenter {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
.sbPost .flexCenter.left, .widgetPost .flexCenter.left {
  justify-content: flex-start;
}
.sbPost .flexCenter .featCnt, .widgetPost .flexCenter .featCnt {
  margin: 0;
}
.featCnt h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.5;
  color: rgb(86, 90, 92);
}
.featCnt h2:hover {
  color: rgb(0, 150, 176);
}
.sub .featCnt h2 {
  font-size: 24px;
}
.featCnt h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  color: rgb(86, 90, 92);
}
.featCnt h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  color: rgb(86, 90, 92);
}
.featCnt .featDate {
  color: rgb(113, 113, 113);
  font-family: Georgia, serif;
  margin-bottom: 5px;
  font-size: 0.89rem;
}
.featCnt .readMore {
  color: rgb(0, 150, 176);
  cursor: pointer;
  font-size: 0.89rem;
}
.featCnt .readMore:hover {
  opacity: 0.8;
}
.sbSidebar {
  padding-left: 30px;
}
.sbSidebar h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sbSidebar .widget p {
  font-size: 16px;
}
.widget {
  margin-bottom: 40px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Georgia, serif;
}
.widget ul li {
  border-bottom: 1px solid rgb(216, 216, 216);
  padding: 5px 0;
}
.widget ul li a {
  text-decoration: none;
}
.widget ul li a:before {
  content: '>';
  padding-right: 8px;
}
.widgetPost {
  margin-bottom: 20px;
}
.widgetPost a {
  text-decoration: none;
}
.widget .featCnt {
  margin-top: 0 !important;
}
.widget .featCnt a {
  color: rgb(86, 90, 92);
}
.widget .featCnt a:hover {
  color: rgb(0, 150, 176);
}
.widget .featCnt h4 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: none;
}
.widget .featCnt .featDate {
  font-size: 14px;
}
#signupFrm {
  display: flex;
  position: relative;
}
#signupFrm:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  height: 100%;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(113, 113, 113);
}
#signupFrm .form-control {
  border-radius: 0;
  padding-left: 35px;
  font-style: italic;
}
#signupFrm .signupBtn {
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  background: rgb(0, 150, 176);
}
.widget ul.socialWidget {
  display: flex;
  font-size: 1.125rem;
}
.widget ul.socialWidget li {
  margin-right: 12px;
  border-bottom: none;
}
.widget ul.socialWidget li a:before {
  content: none;
}
footer {
  padding: 45px 0;
  background: rgb(0, 150, 176);
  margin-top: 150px;
  color: #fff;
  font-size: 14px;
}
footer a, footer a:visited {
  color: #FFF;
}
footer ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 0.25rem;
}
footer ul li a {
  color:#FFF !important;
  text-decoration: none;
}
footer u li a:hover {
  color:#FFF;
  opacity:0.8;
  text-decoration: underline;
}
footer .footSocial {
  font-size: 1.5rem;
  display: flex;
}
footer .footSocial li {
  margin-right: 18px;
}
.archivePosts h2 {
  font-size: 20px;
  color: rgb(86, 90, 92);
  margin-bottom: 0px;
  text-transform: none;
  transition-duration: 0.3s;
  font-weight: 800;
  line-height: 30px;
}
.archivePosts .postDate {
  color: #565A5C;
  font-family: Georgia, serif;
  margin-bottom: 5px;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}
.archivePosts a.readMore {
  color: rgb(0, 150, 176);
  text-decoration: none;
  font-size: 16px;
}
.archivePosts .postCnt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pubInfo {
  padding: 25px 20px;
  margin-bottom: 40px;
  border: 1px solid rgb(113, 113, 113);
}
.pubInfo .pubTtl {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pubInfo table tr {
  vertical-align: top;
}
.pubInfo a {
  color: rgb(0, 150, 176);
  text-transform: uppercase;
  text-decoration: none;
}
.researcher {
  margin-bottom: 40px;
}
.researcher .name {
  color: rgb(0, 150, 176);
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.researcher .occ {
  font-family: Georgia, serif;
  font-size: 12px;
  margin-bottom: 20px;
}
.researcher .desc {
  margin-bottom: 5px;
}
.contentShare {
  font-size: 26px;
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.contentShare li {
  margin-right: 1rem;
}
.post-navigation {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 24px 0;
  padding: 12px;
}
.post-navigation a {
  text-transform: uppercase;
}
.researchBy h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.searchForm {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: none;
}
.searchForm .form-control {
  width: auto;
  display: inline-block;
  margin-right: 1rem;
  border-radius: 0;
}
.searchForm .searchBtn {
  border-radius: 0;
  color: #fff;
  background: rgb(0, 150, 176);
  border: 1px solid rgb(0, 150, 176);
  padding: 10px 50px 10px 30px;
  position: relative;
}
.searchForm .searchBtn:after {
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  content: '\f054';
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 20px;
  width: 20px;
  height: 48px;
}
.searchForm .searchField {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 300px;
}
.alm-btn-wrap .alm-load-more-btn {
  border-radius: 0;
  color: #FFF;
  background: rgb(0, 150, 176);
  border: 1px solid rgb(0, 150, 176);
  padding: 10px 50px 10px 30px;
}
.relatedPosts h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.relatedPosts img {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}
.relatedPosts h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 800;
  color: rgb(113, 113, 113);
}
/* POPUP CSS */
.popupHolder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
    z-index:99;
}
.popupHolder.popImg, .popupHolder.popVid {
  display: block;
}
.popup {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  position: relative;
}
.popupCnt {
  position: relative;
  width: 80%;
}
.popupCnt .vidHolder {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  display: none;
}
.popupHolder.popVid .vidHolder {
  display: block;
}
.popupCnt .vidHolder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popupCnt .imgHolder {
  display: none;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
.popupHolder.popImg .imgHolder {
  display: flex;
}
.popupCnt .imgHolder img {
  height: 100%;
  width: auto;
    object-fit:contain;
    border:none;
}
.popupCnt .caption {
  color: #FFF !important;
  text-align: center;
  padding: 1rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.popupClose {
  color: #FFF !important;
  position: absolute;
  top: 25px;
  right: 10%;
  font-size: 1.25rem;
  cursor: pointer;
}
.vidBlock{
    margin:1rem 0;
    cursor:pointer;
    position:relative;
    z-index: 8;
}
.vidBlock .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:6rem;
    color:#fff;
    opacity:0.8;
}

/* Carousel Styles */
.galleryBlock{
    display:flex;
    margin:1rem 0;
}
.galleryBlock .galleryCnt{
    overflow:hidden;
}
.galleryBlock .galPrev, .galleryBlock .galNext{
    font-size:2rem;
    align-self:center;
    cursor:pointer;
    padding:0.5rem;
}


.subscribeBtn{
    color:#fff !important;
    background:rgb(0, 150, 176);
    padding:5px 10px;
    border:1px solid rgb(0, 150, 176);
    border-radius:4px;
    margin-top:8px;
    display:inline-block;
}