/********************************************
 These are site specific CSS settings. The 
 Primary/Secondary/tertiary site colors :  
  ------------------
 PRIMARY:       #d71635
 SECONDARY:     #d71635 
 TERTIARY:	    #707070
 
 modified : 10/17
 ********************************************/
 
 
/********************************************
 *                 COLORS                   *
/********************************************/

/* primary*/
[data-thm="chan"] .master-main .sb-pc {
    color: #d71635 !important;
}

/* secondary*/
[data-thm="chan"] .master-main .sb-sc {
    color: #d71635 !important;
}

/* tertiary*/
[data-thm="chan"] .master-main .sb-tc {
    color: #707070 !important;
}

.sb-background-pc {
    background-color: #d71635 !important;
}

.sb-background-sc {
    background-color: #d71635 !important;
}

.sb-background-tc {
    background-color: #707070 !important;
}

.sb-background-primary-dark {
    background-color: #8b0018 !important;
}

/* more specific selectors for author names in dynamic widgets */
.master-main p.widget-dynamic-authors-name.sb-pc {
    color:#707070 !important;line-height: 1.4;
}

/********************************************
 *               BORDERS                    *
/********************************************/
.sb-border-pc{
border-color: #d71635!important;
}

.sb-border-sc{
border-color: #d71635 !important;
}

.sb-border-tc{
border-color:  #707070 !important;
}



/********************************************
 *               INPUTS                     *
/********************************************/
input.sb-placeholder-pc::-webkit-input-placeholder {
    color: #d71635;
}

input.sb-placeholder-pc:-ms-input-placeholder {
    color: #d71635;
}

input.sb-placeholder-pc::placeholder {
    color: #d71635;
}

textarea.sb-placeholder-pc::-webkit-input-placeholder {
    color: #d71635;
}

textarea.sb-placeholder-pc:-ms-input-placeholder {
    color: #d71635;
}

textarea.sb-placeholder-pc::placeholder {
    color: #d71635;
}


/********************************************
 *               ANCHORS                    *
/********************************************/
/*
    All anchor tags within the ChannelsMagazineView
    widget are styled with lines 55-63 with the 
    exception of those that have one of the 
    preceding classes (lines 65-87)
*/
.widget-ChannelsMagazineView a {
    color: #FB5252;
}

.widget-ChannelsMagazineView a:hover {
    color: #FB5252;
}

a.sb-anchor {
    color: #d71635!important;
}

/*******ANCHOR HOVER******/
a.sb-anchor:hover {
    color: #d71635!important;
}

a.sb-anchor-light {
    color: #707070 !important;
}

/*******ANCHOR HOVER******/
a.sb-anchor-light:hover {
    color: #d71635!important;
}

a.sb-anchor-dark {
    color: #333333 !important;
}

/*******ANCHOR HOVER******/
a.sb-anchor-dark:hover {
    color: #d71635!important;
}


/********************************************
 *               BROWSE HEADER              *
/********************************************/
.sb-archive-browse-header {
    border-color: #FB5252;
}



 
 /******** Footer Email sign up button  ********/
.footer-email-updates .email-signup--submit{
		background: #d71635 !important;
		border: 2px solid #d71635 !important;
}
.footer-email-updates .email-signup--submit:hover{
		border: 2px solid #d71635 !important;
		color: #d71635 !important;
		background: #FFFFFF !important; 		
}