



/*SECONDARY PAGES*/
.col3 {
	float:left;
	width:28%;
	padding:2%;
}

.col2 {
	float:left;
	width:46%;
	margin-right:4%;
}

.noMargRight {margin-right:0 !important;}

#centercontent ul.appIcons {
	list-style-type:none;
	margin:0;
}

#centercontent ul.appIcons li {
	float:left;
	display:inline;
	width:48%;
}

#centercontent ul.appIcons li img, .smartphoneDisplay {
	width:100%;
	height:auto;
}


/*BUTTONS*/

#divA_content a:link, divA_content a:visited {
	font-weight:bold;
	border-bottom:2px dotted #235392;
}

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

a.buttonBlock {
	padding:10px 24px;
	text-align:center;
	text-decoration:none;
	background-color:#084B8A;
	color:#fff !important;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	margin-bottom:40px;
}

a.buttonBlock:hover {
	background-color:#00274C;
}



a.button100 {
	display: block;
	width:96%;
	padding:2%;
	text-align:center;
	text-decoration:none;
	background-color:#084B8A;
	color:#fff !important;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	margin-bottom:40px;
}

a.button100:hover {
	background-color:#00274C;
}

a.button50:link, a.button50:visited {
	display: block;
	width:46%;
	padding:2%;
	text-align:center;
	text-decoration:none;
	background-color:#084B8A;
	color:#fff !important;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}

a.button50:hover {
	background-color:#00274C;
}



/*----MISC-----*/
.deckhead {
	font-size:.875em;
	font-weight: 900;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#474747;
	margin-bottom:0;
	padding-bottom:0;
}

hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin:40px 0;
}


/*--------------------------------------------------------------
PUT YOUR CUSTOM STYLES BELOW
----------------------------------------------------------------*/

#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;
}

