/* Custom Styles for ETW Content */

a {
 color: #428BCA;
}

a:hover {
 color: #d0547b;
 text-decoration:none;
}

.etw-list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #4089A1;
  border: 0px solid #dddddd;
}

a.etw-list-group-item {
  color: #ffffff;
  text-transform: uppercase;
}

a.etw-list-group-item:hover,
a.etw-list-group-item:focus {
  text-decoration: none;
  background-color: #006c90;
}

.etw-list-group-item.active,
.etw-list-group-item.active:hover,
.etw-list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #006c90;
  border-color: none;
}

.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.normalscreen { padding-bottom: 75%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

/* Start Custom styles for News section - Homepage */

.news-article-text{
	padding: 15px;
}

.news-article-btn{
	padding: 35px 25px;
}

.article-blurb{
	margin-top: 10px;
}

.article-blurb p{
	padding: 0 25px;
    width: 305px;
	color: #936957;
	line-height: 20px;
}
	
.signin-blurb{
	margin-left: 22px;
	color: #936957;
}

.etw-form-control {
  display: block;
  width: 100%;
  height: 80px;
  padding: 6px 12px;
  line-height: 1.428571429;
  vertical-align: middle;
  background-color: #ffffff;
  border-top: 0px;
  border-bottom: 0px;
  border-left:0px;
  border-right: 5px solid #dddacd;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-align: center;
  font-size: 18px; 
  color: #7f6958;
}


.etw-btn-lg {
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}
.etw-btn-primary {
    background-color: #4189a2;
    border-color: #357EBD;
    color: #FFFFFF;
}

.etw-btn-primary:hover,
.etw-btn-primary:focus,
.etw-btn-primary:active,
.etw-btn-primary.active,
.open .dropdown-toggle.etw-btn-primary {
  color: #ffffff;
  background-color: #d0547b;;
  border-color: #d0547b;;
}

.etw-btn-block{
 width: 260px;
 height: 80px;
}

/* End Styles for the News Section - Homepage */

/* Start Styles for the News Articles Pages */

.about-text-container h1
{
	padding-top: 0;
	font-size: 33px;
	line-height: 44px;
	letter-spacing: 1px;
	padding-right: 70px;
}

.article-bullet-list
{
	-webkit-padding-start: 14px;
	padding-right: 40px;
	
}
.article-bullet-list ul{
	padding: 0;
}

.article-bullet-list li{
	/*list-style-type: none;*/
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 15px;
	color: #006c90;
}

.article-bullet-list ul li span {
	color:#000;
}

.about-text-container { padding-bottom: 108px }

/* End Styles for the News Articles Pages */


