/*---General---*/

/*---correct image margin---*/
.TwoColumnContainer3070 .Enh[data-align-center], .TwoColumnContainer7030 .Enh[data-align-center], .TwoColumnContainer5050 .Enh[data-align-center] {
	margin: 0px auto 50px auto;
}

/*---correct padding 3070 and 7030 column---*/

.TwoColumnContainer3070-column:first-of-type, .TwoColumnContainer7030-column:first-of-type {
	padding-right: 10px;
}
.TwoColumnContainer3070-column:nth-of-type(2), .TwoColumnContainer7030-column:nth-of-type(2) {
	padding-left: 10px;
}





/*---correct padding 5050 column---*/

.ThreeColumnContainer-column:first-of-type{   
	padding-right: 10px;
}

.ThreeColumnContainer-column:nth-of-type(2){
	padding-left: 5px;
	padding-right: 5px;
}

.ThreeColumnContainer-column:nth-of-type(3){
	padding-left: 10px;
}

/*---correct rich text module margin---*/
#newsletter-rich-margin-1, #newsletter-rich-margin-2, #newsletter-rich-margin-3, #newsletter-rich-margin-4, #newsletter-rich-margin-5, #newsletter-rich-margin-6{
	margin-bottom: 0px;
	padding-bottom: 40px;
}


/*---Style HTML buttons---*/
.akpm-button{
color: #fff;
background-color: #BA0C2F;
border-width: 0px;
border-radius: 3px;
padding: 10px 30px 10px 30px;
}

.akpm-button:hover{
cursor: pointer;
background-color: #c90909;
opacity: 0.8;
}

/*---Style links---*/
a, .RTB a, .RTB p a, .RTB p>ol a, .RTB p>ul a, .RTB>ol a, .RTB>ul a {
  text-decoration: none;
}


/*---NAVIGATION----*/
.DropdownNavigation-items > li:nth-child(7){
margin-left: auto;
}

.DropdownNavigation-items > li:nth-child(7) a{
color: #BA0C2F;
}

.DropdownNavigation-items > li:nth-child(8) a{
color: #2638C4;
}

.PH-donate-button{
justify-content: center;
margin-top: 3px;
}

/*---HOME PAGE--*/

.PromoC-media{
margin: 0 0 20px 0;
}

#homepage-sponsor-title, #homepage-highlight-title{
	margin-bottom: 0px;
	padding: 0 15px 20px 25px;
}

#homepage-program-high .ListH-items-item{
	width: 100% !important;
}

#homepage-program-high .ThreeColumnContainer-column:nth-of-type(2), #homepage-program-high .ThreeColumnContainer-column:nth-of-type(3){
	margin-top: 25px !important;
}

/*-----------News-------*/

/*---Alaska Desk---*/

#alaskadesk-cpb{
margin-top: 30px;
}


/*----------WATCH--------*/

/*----Ways to Watch----*/
.ways_to_watch{
	width: 100%;
	line-height: 1.7em;
	text-align: center;
}

.ways_to_watch th, .ways_to_watch td{
	font-family: 'Roboto';
	font-weight: 400;
	border: 1px solid #BA0C2F;
	padding: 5px;
}

.ways_to_watch th{
	background-color: #d3d3d3;
}

.ways_to_watch tr> td:nth-child(1){
	background-color: #e8e8e8;
}



