/*--------------------------------------------------------------

PUT YOUR CUSTOM STYLES BELOW

----------------------------------------------------------------*/

#divB_content[class="featureBlock6_univBlue"],
.featureBlock6_univBlue[id="divB_content"],
#divD_content[class="featureBlock6_univBlue"],
.featureBlock6_univBlue[id="divD_content"]
{
border-top:solid 8px #002B54;     
animation: univBlue-orange 3s 5s 4 alternate-reverse both;
}

#divC_content[class="featureBlock6_orange"],
.featureBlock6_orange[id="divC_content"]
{
border-top:solid 8px #E17000;     
animation: univBlue-orange 3s 5s 4 alternate both;
}

.animation_fB6_univBlue-orange
{
animation: univBlue-orange 3s;
}

.animation_fB6_univBlue-orange-reverse
{
animation: univBlue-orange 3s reverse;
}

/* Standard syntax */
@keyframes univBlue-orange
{
from {border-top:solid 8px #002B54;}
to {    border-top:solid 8px #E17000;}
}


/*  #displayversion
/* {
	display:none !important; 
	/* set to block when you want to test your display versions.  
	This will auto display the format layout (desktop/tablet/phone) at the top of the page */
/* }

/* #sitesubnav
/* {
    display:none; /* set to block if you need to show secondary navigation */
/* }

/*-----------------------------------------------------------------------
SOCIAL MEDIA ICONS
    *****   by default these are hidden just overwrite them below to unhide the ones you want
            remember in your XSL files to update the URL to go to your site's url.  
			Delete the ones you don't want to show and change the display setting to BLOCK, leave the !important declaration.
----------------------------------------------------------------------------------------*/

/* #social_Facebook, #social_Twitter, #social_Flickr, #social_Instagram, #social_Pinterest, #social_YouTube, #social_Storify, 
#social_Newsletter, #social_Linkedin, #social_Wordpress, #social_ContactUs, #social_FAQ
{
    display:none !important;
	float:left;
}
*/