@media only screen and (max-width: 960px) {
    .microsite-blue, .microsite-purple, .microsite-orange, .microsite-pale-red {
        padding-bottom: 80px !important;
    }
}

.microsite-purple h1,.microsite-purple h2,.microsite-purple h3,.microsite-purple h4,.microsite-purple h5,.microsite-purple h6 {
	color:#731372;
}
.microsite-blue h1,.microsite-blue h2,.microsite-blue h3,.microsite-blue h4,.microsite-blue h5,.microsite-blue h6 {
	color:#003990;
}
.microsite-orange h1,.microsite-orange h2,.microsite-orange h3,.microsite-orange h4,.microsite-orange h5,.microsite-orange h6 {
	color:#F5821F;
}
.microsite-pale-red h1,.microsite-pale-red h2,.microsite-pale-red h3,.microsite-pale-red h4,.microsite-pale-red h5,.microsite-pale-red h6 {
	color:#B8274C;
}



/*** Navigation Color ***/
.microsite-purple .mini-nav a.active.ui-link, .microsite-purple .mini-nav a.active.ui-link:hover {
    color: #731372;
    font-weight: bold;
}
.microsite-purple .mini-nav a.ui-link {
    color: #731372;
    font-size: 16px;
}
.microsite-purple .mini-nav a.ui-link:hover {
    color: #4B0B4A;
}

/*** Navigation Color ***/
.microsite-blue .mini-nav a.active.ui-link, .microsite-blue .mini-nav a.active.ui-link:hover {
    color: #003990;
    font-weight: bold;
}
.microsite-blue .mini-nav a.ui-link {
    color: #003990;
    font-size: 16px;
}
.microsite-blue .mini-nav a.ui-link:hover {
    color: #002863;
}

/*** Navigation Color ***/
.microsite-orange .mini-nav a.active.ui-link, .microsite-orange .mini-nav a.active.ui-link:hover {
    color: #F5821F;
    font-weight: bold;
}
.microsite-orange .mini-nav a.ui-link {
    color: #F5821F;
    font-size: 16px;
}
.microsite-orange .mini-nav a.ui-link:hover {
    color: #E67614;
}
/*** Navigation Color ***/
.microsite-pale-red .mini-nav a.active.ui-link,.microsite-pale-red .mini-nav a.active.ui-link:hover {
    color: #B8274C;
    font-weight: bold;
}
.microsite-pale-red .mini-nav a.ui-link {
    color: #B8274C;
    font-size: 16px;
}
.microsite-pale-red .mini-nav a.ui-link:hover {
    color: #A02242;
}


/*** Dock Color for all themes***/
.microsite-purple .dock ul li a {
	background: #731372;
}
.microsite-purple .dock ul li a:hover {
	opacity: 0.8;
}

.microsite-blue .dock ul li a {
	background: #003990;
}
.microsite-blue .dock ul li a:hover {
	opacity: 0.8;
}
.microsite-orange .dock ul li a {
	background: #F5821F;
}
.microsite-orange .dock ul li a:hover {
	opacity: 0.8;
}
.microsite-pale-red .dock ul li a {
	background: #B8274C;
}
.microsite-pale-red .dock ul li a:hover {
	opacity: 0.8;
}

/*** Hide Chevron in microsite docks **/
.microsite-pale-red .dock .arrow, .microsite-orange .dock .arrow,.microsite-blue .dock .arrow,  .microsite-purple .dock .arrow {
    display: none;
}

/****Button primary color in microsites**/
.microsite-pale-red .btn-primary{
    background-color: #B8274C;
}
.microsite-orange .btn-primary{
    background-color: #F5821F;
}
.microsite-blue .btn-primary{
    background-color: #003990;
} 
.microsite-purple .btn-primary {
    background-color: #731372;
}

.microsite-pale-red .btn-primary:hover{
    background-color: #B8274C;
    opacity: 0.8;
}
.microsite-orange .btn-primary:hover{
    background-color: #F5821F;
    opacity: 0.8;
}
.microsite-blue .btn-primary:hover{
    background-color: #003990;
    opacity: 0.8;
} 
.microsite-purple .btn-primary:hover {
    background-color: #731372;
    opacity: 0.8;
}
