/*
Theme Name: Area L AHEC v3.1
Theme URI: http://www.arealahec.org
Author: Chip Pintilie
Author URI: http://www.betterimage.org
Description: custom Wordpress Theme for Area L AHEC.
Version: 3.1

Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/


/* =Global ----------------------------------------------- */
body {
	color: #6B6B6B;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 15px;
}

a {
  color:#DB8F0B;
  color: rgba(54, 144, 207, 1);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	color: #5FADA9;
	color: rgba(95, 173, 169, 1);
}
h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 38px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #DDD;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 0 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  .pull-left,
  .pull-right {
  	float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: rgba(95, 173, 169, 1);
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: rgba(57,147,147,1);
	border-color: rgba(95, 173, 169, 1);
}
.widget .input-group {
    width: 110%;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: rgba(95, 173, 169, 1) !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: rgba(95, 173, 169, 1) !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
	float:left;
}
.social-header{
	float:right;
	clear:none;
}
.header_search{
	float:right;
	padding-top:20px;
	padding-right:30px;
	width:300px;
	overflow:visible;
}
.site-description {
  color: #000;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}
.header-vertical-center{
	vertical-align:baseline;
}
.header-left{
	float:left;
	height:100%;
	
}
.header-right{
	text-align:right;
	float:right;
	height:104px;
}
.header-gift{
	display:block;
}
.header-bulletin{
	display:block;
	clear:both;
}
.header-resources{
	vertical-align:center;
	float:left;
	padding-right:10px;
}
.header-vertical-center{
	-ms-transform: translateY(50%);
  	transform: translateY(50%);
}
.header-navigation{
	float:right;
	-ms-transform: translateY(50%);
  	transform: translateY(50%);
	padding-right:22px;
	margin:auto;
	padding-top:15px;
}
.header-social{
	padding-top:1px;
	float:left;
	vertical-align:bottom;
	display:none;
}
.header-social a img{
	width:33px;
	height:33px;
}
.header-search{
	float:right;
}
.header-area{
	height:130px;
	padding:0px;
	margin:0px;
}
.header_gift_btnBlueOnWhite {
	border:none;
	background-color:#ffffff;
	display:inline-block;
	cursor:pointer;
	color:#3081ba;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #d1d1d1;
}
.header_gift_btnBlueOnWhite:hover {
	background-color:#ffffff;
}
.header_gift_btnBlueOnWhite:active {
	position:relative;
	top:1px;
}

/*********************************************************** SIDE MENU ***************************************/
.side-menu{
	background-color:#fc8803;
	border:2px solid #d66800;
	background-color:#D8D8D8;
	border:2px solid #CCCCD9;
	/*background-image: linear-gradient(#ffb624, #fc8803);*/
	border-radius: 10px;
	padding-top:40px;
	padding-bottom:20px;
	padding-left:18px;
	width:315px;
}
.side-menu ul{
	margin-left:1px;
	list-style-type:none;
}
.side-menu li{
	font-size:17px;
	color:#FFFFFF;
	list-style-type:none;
	margin-top:20px;
	margin-bottom:20px;
}
/*********************************************************** SIDE MENU LINKS ***************************************/
.side-menu li a{
	color:#2E6DA4;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.side-menu-page-left{
	float:left;
	width:400px;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
}
.side-menu-page-right{
	float:right;
	width:calc(100% - 400px);
}
.tall-page{
	min-height:800px;
}
.CEFooter_wrapper{
	clear:both;
	text-align:right;
}
.CEFooter{
	margin-right:100px;
	float:right;
	width:600px;
	clear:both;
	text-align:center;
	background-color:#3690CF;
	border:2px solid #2B73A6;
	border-radius: 10px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #DDD;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: rgba(95, 173, 169, 1);
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
  background-color: rgba(54, 144, 207, 1);
  font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover  {color: #b2b2b2 !important;}


.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  
  border-right: 1px solid rgba(0,0,0,.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 18px 30px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: rgba(54, 144, 207, 1);
	border: none;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 8px;
		padding-right: 8px;
		font-size: 14px;

}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f2f2f2;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px!important;
	padding-left: 0;
}

.comment-list li {
	list-style: none!important;
}

.comment .comment-body {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #EEE;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: rgba(95, 173, 169, 1);
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 52px;
  font-weight: 100;
  color: rgba(95, 173, 169, 1);
}
.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: rgba(95, 173, 169, 1);
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
	color: #FFF;
  background-color: rgba(95, 173, 169, 1);
}
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "\f004";
  font-family: FontAwesome;
  color: rgba(95, 173, 169, 1);
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}
.entry-content {
	margin: 0;
}
.entry-content a{
	font-weight:bold;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: rgba(95, 173, 169, 1);
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: rgba(95, 173, 169, 1);
  padding: 10px 0;
  margin-top: 20px;
}
.site-info a {
  color: #eee;
}
.site-info a:hover {
	color: #999;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
/*Edit:HW_12-7-2021 - circle images on homepage are not mobile responsive. This is meant to cause them to stack vertically when the screen width is narrow*/
.home-center-content{
	text-align: center; 
	width: 100%; 
	height: 350px; 
	padding-left: 250px; 
	padding-right: 250px; 
	margin-top: 100px;
}
@media(max-width:991px){
	.col-md-4{
		float:none;
		clear:all;
		display:inline;
		width:100%;
		margin:auto;
	}
	.home-center-content{
		text-align: center; 
		width: 100%; 
		height: 350px; 
		padding-left: 0px; 
		padding-right: 0px; 
		margin-top: 100px;
	}
	.header-right{
		display:block;
		text-align:center;
		clear:both;
		width:100%;
		height:auto;
	}
}
/*~HW_12-7-2021*/

@media (max-width: 767px) {
	.site-info, .copyright {
	  text-align: center;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	.carousel-caption {
		
	}
	.header-navigation{
	clear:both;
	margin:auto;
	-ms-transform: none;
  	transform: none;
	}
	.header-resources{
		width:100%;
	}
	.side-menu-page-right{
        float:none;
        clear:both;
		width:100%;
    }
	.side-menu-page-left{
		float:none;
		clear:both;
		display:inline-block;
		width:400px;
		margin-top:20px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:30px;
	}
	.entry-title{
		width:100%;
	}
	.header-vertical-center{
	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	}
}


/* =Social icons
----------------------------------------------- */

#social {
  float: right;
  top: 55px;
  position: relative;
}
.widget #social {
  float: none;
  top: 0;
}

@media (min-width: 992px) {
	#social {
		float: right;
		top: 55px;
		position: relative;
	}
        .widget #social {
            float: none;
            top: 0;
        }
        
        .carousel-caption p {max-width: 70%; }
        
}

@media (max-width: 992px) {
	.site-branding {
		text-align: center;
	}
	
	
	#social {
		top: 0;
		float: none;
		text-align: center;
	}
        .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
          float: none;
        }

        
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
	background: rgba(95, 173, 169, 0);
  background: rgba(84, 57, 126,0.0);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
	vertical-align:bottom;
}
.carousel-caption p {
  padding: 15px;
  font-size: 24px;
	vertical-align:bottom;
}
.carousel-caption p a {
	color:#fc8803;
	color:#FFF;
	font-family:'Open Sans';
	src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight:bold;
	font-size:76px;
	text-shadow: 2px 2px 4px rgba(0,0,0, .75);
}
.carousel {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
  .footer-resources-container{
	  float:left;
	  text-align:center;
  }
  	.copyright{
		clear:none;float:left;text-align:right;width:250px;
	}

  
}

/* =WooCommerce styling
----------------------------------------------- */

#shipping_method_0_free_shipping,
#shipping_method_0_international_delivery,
#shipping_method_0_flat_rate {
    margin-right: 30px;
}

body label,
body .label {
    color: #6B6B6B;
}

/* Layout */
.side-pull-left #primary{
    float: left;
}
.side-pull-right #primary{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar #primary{
    float: none;
    margin: 0 auto;
}
.full-width #primary{
    width: 100%;
}



.header-area-wrap {
	padding:0px 60px 0px 60px;
	background-color: #FFF; 
}

/* .site-title a {color: #fff !important; font-weight: bold;} */

.navbar {margin-bottom: 0;}

.carousel-caption h4 {display: none;}

#secondary {margin-top: 30px; background: rgba(247,247,247,0.82); border: 1px solid #d7d7d7; padding: 20px;}

ul.nav li.dropdown:hover ul.dropdown-menu { 
display: block !important; 
}

#featured-img-id img {min-width: 100%;}

    .img-circle {
        border-radius: 50%;
        border: 8px solid rgba(255, 255, 255, 1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }
    
.site-info {color: #FFF; font-size: 15px;}  


.home-first-row {margin-top: -70px; text-align: center;}  


.home-other-row {text-align: center;}

.carousel-caption {bottom: 0px; left: 20%;}

.glyphicon {margin-right: 1px;}


.btn-info {
    background-color: rgba(150, 121, 78, 1);
    border-color: #5a3f11;
    color: #fff;
}


.header-address {color: #000; }


@media (min-width: 767px) { 
.header-address {text-align: right; margin-top: 30px;}
.carousel-indicators {display: none;}
.site-description  {padding-left: 30px;}

.donate-button {float: right; width: 100px;}

#logo img {
	margin-left: -100px;
	float:left;
	}
	.bulletin_desktop{
		width:800px;
		height:110px;

	}
	.bulletin_mobile{
		width:292px;
		height:110px;
		display:none;
	}
	.footer-resources{
		float:left;
		display:inline-block;
		width:20%;
	}
	.footer-resources-container{
	  width:100%;
	  margin:auto;
	  text-align:left;
	  display:block;
	}
	.copyright{
		float:left;
		text-align:right;
		width:25%;
		display:inline-block;
	}
}


@media (max-width: 767px) { 
	
.header-address {text-align: center;}
	
.navbar-toggle {background-color: #DDD;}

.btn-lg {margin-bottom: 20px;}	

.site-title {font-size: 36px;}

.donate-button { display: block !important; width: 150px;  margin-left: auto !important;   margin-right: auto !important;
    margin-bottom: 10px !important;}

.navbar-default .navbar-toggle .icon-bar {background-color: #FFF !important;}
	
	.header-left{
		display:block;
		width:100%;
		transform:translatey(0px);
	}
	.header-bulletin{
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
	}
	.bulletin_desktop{
		width:800px;
		height:110px;
		display:none;
	}
	.bulletin_mobile{
		width:292px;
		height:110px;
	}
	.header-social{
		float:left;
	}
	.header-search{
		float:right;
		/*width:calc(100% - 98px);*/
	}
	.footer-resources{
		float:left;
		display:block;
		width:100%;
		clear:both;
	}

}

a.website-design {font-size: 11px; float: right; }

.gray-full-width {width: 100%; background-color: #99ccff;}

#cptbc-item-1322 .carousel-caption {
    bottom: 20px;
    left: 10%;
    right: 10%;

}

#cptbc-item-1322 .carousel-caption p {
 font-size: 16px !important;   
}
.sm_links{
	display:inline-block;
	*display:inline;
	text-align:right;
}
.portrait_row{
	width:100%;
	overflow:auto;
	padding-bottom:40px;
}
.portrait_header{
	width:100%;
	margin-top:40px;
	margin-bottom:30px;
	overflow:visible;
}
.portrait_area{
	width:25%;
	text-align:center;
}
.portrait{
	border-radius:30px;
	border-width:4px;
	border-style:solid;
	border-color:#1B6CA5;
	background:#FFFFFF;
	padding:4px;
	width:212px;
}

.portrait_text{
	width:212px;
	overflow:auto;
}
/*Edit 2/24/2022-HEW*/
	.portrait_area2{
		width:33%;
		text-align:center;
		padding:12px;
	}
	.portrait_text2{
		padding-left:40px;
	}
	.portrait_header2{
		font-size:30px;
	}
.coronavirus_link{
	float:right;
	clear:none;
}
.widget_search{
	margin:0px;
}
.black-text{
	color:#6B6B6B !important;
}
.black-text li a{
	color:#6B6B6B !important;
}
}
.srBtnMain {
	box-shadow: 3px 3px 3px 0px #9fafbf;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:9px;
	border:1px solid #8ca3b3;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:12px 12px;
	padding-top:32px;
	padding-bottom:33px;
	width:120px;
	vertical-align: bottom;
	text-decoration:none;
	text-shadow:0px 2px 0px #154682;
	overflow:visible;
	margin-top:0px;
}
.srBtnHalf_top {
	box-shadow: 3px 3px 3px 0px #9fafbf;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:9px 9px 2px 2px;
	border:1px solid #8ca3b3;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:12px 12px;
	padding-top:22px;
	padding-bottom:2px;
	margin-bottom:1px;
	width:120px;
	vertical-align: bottom;
	text-decoration:none;
	text-shadow:0px 2px 0px #154682;
	overflow:visible;
}
.srBtnHalf_bottom {
	box-shadow: 3px 3px 3px 0px #9fafbf;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:2px 2px 9px 9px;
	border:1px solid #8ca3b3;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:12px 12px;
	padding-bottom:20px;
	padding-top:2px;
	margin-bottom:1px;
	width:120px;
	vertical-align: bottom;
	text-decoration:none;
	text-shadow:0px 2px 0px #154682;
	overflow:visible;
}

.srBtnHalf_top span {
	padding:0px;
}
.srBtnMain:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.srBtnMain:active {
	top:1px;
}
.srContainer{
	margin:auto;
	width:850px;
	padding:0px;
}
.srRow{
	width:100%;
	margin:auto;
	border:0px solid black;
	display:inline;
	float:left;
	clear:both;
}
.srEntry{
	float:left;widtH:180px;text-align:center;padding-top:40px;
}
.srButton_content{
	height:120px;
}
