/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #222222;
	background-color: #efefef;
}

strong {
	font-weight: 700;
}

a {
	font-weight: 700;
	color: #946100;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(216, 141, 0, 0);
	transition: all 0.25s ease-in-out;
}

a:hover {
	color: #edbe42;
	border-bottom-color: #edbe42;
}

a:visited {
	color: #946100;
	border-bottom-color: #946100;
}

p {
	margin: 20px 0;
}

ul {
	padding-left: 60px;
}

li {
	margin: 5px 0;
}

header {
	width: 100%;
	background-color: #1b2e35;
}

header #header-content {
	position: relative;
	height: 150px;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}

header .site-title {
	display: block;
	position: absolute;
	top: 35px;
	left: 40px;
	font-family: "franklin-gothic-urw-cond", sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 500;
	color: #eeeeee;
	border-bottom: none;
}

header .mobile-button {
	display: none;
	cursor: pointer;
}

header .info-area {
	position: absolute;
    top: 25px;
    right: 40px;
	text-align: right;
}

header .info-area .contact {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 30px;
    font-weight: 700;
	color: #eeeeee;
    margin-right: 10px;
}

header .info-area a, header .info-area a:visited {
	color: #edbe42;
}

header .search-form {
	display: inline-block;
	position: relative;
}

header .search-bg {
	height: 30px;
	width: 160px;
	padding: 0 15px 0 40px;
	border-radius: 15px;
	background-color: #eeeeee;
}

header .search {
	position: relative;
	height: 30px;
	width: 100%;
    font-size: 14px;
    line-height: 30px;
	color: #565656;
	padding: 0;
    background-color: transparent;
	border: none;
    box-shadow: none;
	z-index: 5;
}

header .search:focus {
	border-bottom: 5px solid #edbe42
}

header .submit {
	display: block;
	position: absolute;
	height: 18px;
    width: 18px;
	top: 5px;
    left: 10px;
	font-family: "Ionicons";
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #1d1d1d;
    margin: 0;
    padding: 0;
	background-color: transparent;
    border: none;
    box-sizing: content-box;
    cursor: pointer;
	z-index: 10;
	vertical-align: top;
}

header .submit:focus {
	color: #333
}

header .nav-area {
	height: 100%;
	width: 100%;
}

header nav {
	position: absolute;
    bottom: 0;
    left: 40px;
	height: 46px;
	font-size: 0;
}

header nav > ul {
    margin: 0;
    padding: 0;
	list-style: none;
}

header nav > ul > li {
	display: inline-block;
	margin: 0;
}

header nav > ul > li a, header nav > ul > li a:visited {
	display: block;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	color: #edbe42;
	padding: 10px 11px;
	border-bottom: 6px solid transparent;
}

header nav > ul > li a:hover {
	color: #ffffff;
	border-bottom: 6px solid transparent;
}

header nav > ul > li.active a:hover {
	color: #cccccc;
	border-bottom-color: #cccccc;
}

header nav ul li ul {
	display: none;
}

header .mobile-contact {
	display: none;
	line-height: 60px;
	font-weight: 700;
	color: #eeeeee;
	text-align: center;
}

header .mobile-contact a, header .mobile-contact a:visited {
	color: #edbe42;
}

#content {
	width: 100%;
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}

#content h1.section-title {
	display: block;
	width: auto;
    margin: 0;
    padding: 30px 60px;
    font-size: 47px;
    line-height: 47px;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
	transition: background-color 1s ease-in-out;
}

#content h1.section-title br {
	display: none;
}

body.about #content h1.section-title {
	background-color: #66578e;
}

body.titleix #content h1.section-title {
	background-color: #946100;
}

body.employment #content h1.section-title {
	background-color: #e57200;
}

body.discrimination #content h1.section-title {
	background-color: #640114;
}

body.ada #content h1.section-title {
	background-color: #016064;
}

body.training #content h1.section-title {
	background-color: #59935b;
}

body.resources #content h1.section-title {
	background-color: #2e8cd7;
}

#content #sub-nav {
	display: block;
	height: auto;
	width: 178px;
	min-height: 225px;
	float: left;
	margin: 90px 0 30px 70px;
	padding: 20px 0 20px 15px;
	border-left: 1px solid #dcdcdc;
}

#content #sub-nav a {
	display: block;
	float: left;
	clear: both;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #333333;
	margin: 0 0 8px 0;
	padding: 0;
}

#content #sub-nav a:hover {
	border-bottom-color: #333333;
}

#content #sub-nav a:after {
	content: "\00BB";
	display: inline-block;
	height: 16px;
	padding-left: 3px;
}

#content #sub-nav a.current {
	font-weight: 700;
	border-bottom-color: #333333;
}

#content #sub-nav a.root, #content #sub-nav a.root:visited, #content #sub-nav a.root:hover {
	font-size: 21px;
	line-height: 21px;
    font-weight: 700;
    color: #946100;
    margin: 0 0 20px 0;
	border-bottom: none;
}

#content #sub-nav a.root:after {
	display: none;
}

#content #content-inner {
	height: auto;
	width: auto;
	margin: 0 0 0 270px;
	padding: 60px 100px 150px 30px;
}

#content #content-inner > *:first-child {
	margin-top: 0;
}

#content #content-inner h1 {
	font-size: 47px;
	line-height: 47px;
	font-weight: 700;
	color: #1b2e35;
	margin: 40px 0 30px 0;
}

#content #content-inner h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	color: #1b2e35;
	margin: 40px 0 15px 0;
}

#content #content-inner h2 br {
	display: none;
}

#content #content-inner h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #1b2e35;
	margin: 25px 0 15px 0;
}

#content #content-inner h4 {
	font-size: 21px;
	line-height: 27px;
	font-weight: 700;
	color: #1b2e35;
	margin: 22px 0 12px 0;
}

#content #content-inner h5 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #1b2e35;
	margin: 20px 0 10px 0;
}

#content #content-inner h6 {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	color: #1b2e35;
	margin: 20px 0 10px 0;
}

footer {
	width: 100%;
	padding: 30px 0 15px 0;
	background-color: #212121;
	border-top: 6px solid #fecb47;
	text-align: center;
}

#footer-content {
	display: inline-block;
	width: 100%;
	max-width: 1170px;
	color: #bdbdbd;
}

footer a, footer a:hover, footer a:visited {
	color: #bdbdbd;
	border-bottom-color: rgba(189, 189, 189, 0);
}

footer a:hover {
	color: #bdbdbd;
	border-bottom-color: #bdbdbd;
}

#footer-left {
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin-left: 50px;
	vertical-align: top;
	text-align: left;
}

#footer-right {
	float: right;
	font-size: 14px;
	line-height: 24px;
	margin-right: 50px;
	vertical-align: top;
	text-align: left;
}

/* ---------- Callout Styles ---------- */

#content #content-inner .callout {
	width: 40%;
	min-width: 300px;
	float: right;
    font-size: 13px;
    line-height: 20px;
	color: #444444;
	margin: 0 0 20px 20px;
	padding: 30px;
    background-color: #efefef;
}

#content #content-inner .callout h2 {
	font-size: 16px;
	line-height: 16px;
	color: #444444;
}

#content #content-inner .callout .callout-float-image {
	display: block;
	height: auto;
	width: 40%;
	float: left;
	border-bottom: none;
	font-size: 0;
}

#content #content-inner .callout .callout-float-image:hover {
	border-bottom: none;
}

#content #content-inner .callout .callout-float-image * {
	width: 100% !important;
	height: auto !important;
}

#content #content-inner .callout .callout-float-content {
	width: 50%;
	float: right;
}

#content #content-inner .callout > *:first-child, #content #content-inner .callout .callout-float-content > *:first-child {
	margin-top: 0;
}

#content #content-inner .callout > *:last-child, #content #content-inner .callout .callout-float-content > *:last-child {
	margin-bottom: 0;
}

#content #content-inner .callout + * {
	margin-top: 0;
}

/* ---------- Float Styles ---------- */

.float-left {
	display: block;
	float: left;
	margin-right: 20px;
}

.float-right {
	display: block;
	float: right;
	margin-left: 20px;
}

/* ---------- Profile Styles ---------- */

.profile-container {
	width: 96%;
	font-size: 0;
	line-height: 0;
	padding: 0 2% 20px 2%;
	vertical-align: top;
}

.profile-container:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.profile {
	display: inline-block;
	width: 50%;
	margin-bottom: 20px;
	vertical-align: top;
}

.profile .profile-image {
	display: inline-block;
	width: 40%;
	height: auto;
	margin: 0;
}

.profile .profile-image * {
	width: 100% !important;
	height: auto !important;
}

.profile .profile-info {
	display: inline-block;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0 5%;
	vertical-align: top;
}

/* ---------- Accordion ---------- */

#content #content-inner .acc {
	cursor: pointer;
    font-size: 18px;
    padding: 10px 10px;
    background-color: #efefef;
    line-height: 18px;
    margin: 22px 0 12px 0;
}

#content #content-inner .acc a {
    color:  #1b2e35;
    border-bottom: none;
}

#content #content-inner .acc a:visited {
    color: #1b2e35;
    border-bottom-color: none
}

#content #content-inner .acc a:hover {
    color: #000;
    border-bottom-color: none;
    text-decoration: underline;
}

#content #content-inner .acc:after {
	content: "\f218";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
    font-size: 18px;
    vertical-align: top;
    color: #d88d00;
}

#content #content-inner .acc.expanded:after {
	content: "\f209";
}

#content #content-inner .acc-content > *:first-child, .acc-content > *:first-child *:first-child {
	margin-top: 0 !important;
}

#content #content-inner .acc-content > *:last-child, .acc-content > *:last-child *:last-child {
	margin-bottom: 0 !important;
}

/* ---------- Back to top ---------- */

#back-to-top {
	display: none;
	position: fixed;
    bottom: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 25px;
    background-color: rgba(27,46,53,0.5);
}

#back-to-top:after {
	content: "\f126";
	display: block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border-radius: 25px;
	color: #ffffff;
}



/* ---------- Branding Bar Fix ---------- */

#vcuIdentityWrapper a, #vcuIdentityWrapper a:visited, #vcuIdentityWrapper a:hover, #realLogo a, #realLogo a:visited, #realLogo a:hover {
	border-bottom: none;
}

/* ---------- Media Queries ---------- */

@media only screen and (max-width: 1100px) {
	
	header .info-area .contact {
		font-size: 18px;
	}
	
	header nav > ul > li a, header nav > ul > li a:visited {
		font-size: 18px;
	}
	
	.profile .profile-info {
		font-size: 14px;
		line-height: 21px;
	}
  
  	/* ---------- Button fix for iPad ---------- */

		a.flowchart-button, .t4_button a {background:rgb(250, 184, 0);color:#000000;padding:.5em 1em;border-radius: 3em; display: inline-block;}
	
}

@media only screen and (max-width: 990px) {
	
	header .info-area .contact {
		float: none;
		margin-right: 0;
		font-size: 15px;
	}
	
	header nav > ul > li a, header nav > ul > li a:visited {
		font-size: 15px;
	}
	
	.profile .profile-info {
		font-size: 12px;
		line-height: 18px;
	}
	
}

@media only screen and (max-width: 873px) {
	
	header .info-area .contact {
		font-size: 12px;
	}
	
	header nav > ul > li a, header nav > ul > li a:visited {
		font-size: 12px;
	}
	
	.profile .profile-info {
		font-size: 10px;
		line-height: 15px;
	}
	
}

@media only screen and (min-width: 768px) {
	
	header .info-area, header .nav-area {
		display: block !important;	
	}
	
}

@media only screen and (max-width: 767px) {
	
	header #header-content {
		height: auto;	
	}
	
	header .title-area {
		position: relative;
		height: 50px;
		width: 100%;
		text-align: center;
	}
	
	header .site-title {
		display: inline-block;
		position: initial;
		font-size: 18px;
		line-height: 30px;
		margin: 10px 0;
	}
	
	header .mobile-button {
		display: block;
		position: absolute;
		top: 0;
		line-height: 30px;
		color: #eeeeee;
		margin: 12px 0 8px 0;
		padding: 0 10px;
		border-bottom: none;
	}
	
	header .menu-button {
		left: 10px;
		font-size: 28px;
	}
	
	header .search-button {
		right: 10px;
		font-size: 24px;
	}
	
	header .info-area {
		display: none;
		position: initial;
		padding: 15px 20px;
		border-top: 1px solid #000000;
	}
	
	header .info-area .contact {
		display: none;
	}
	
	header .search-form {
		width: 100%;	
	}
	
	header .search-bg {
		width: initial;
	}
	
	header .nav-area {
		display: none;	
	}
	
	header nav {
		position: relative;
		bottom: auto;
		left: auto;
		height: auto;
	}
	
	header nav > ul > li {
		display: block;
	}
	
	header nav > ul > li a, header nav > ul > li a:visited, header nav > ul > li.active a, header nav > ul > li.active a:visited {
		font-size: 15px;
		line-height: 60px;
		color: #edbe42;
		height: 60px;
		border-top: 1px solid #000000;
		border-bottom: none;
		padding: 0 0 0 20px;
		background-color: #24363d;
	}
	
	header nav > ul > li a:hover, header nav > ul > li.active a:hover {
		color: #866c28;
		border-bottom: none;	
	}
	
	header nav ul li ul {
		display: block;
		padding: 0;
		border-top: 1px solid #000000;
	}
	
	header nav ul li ul li {
		margin: 0;
	}
	
	header nav ul li ul li a, header nav ul li ul li a:visited, header nav ul li.active ul li a, header nav ul li.active ul li a:visited {
		position: relative;
		height: auto; /* Changed from 40px because client wanted full title of page listed in mobile menu - SM 2.6.18 */
		font-size: 13px; 
		line-height: 40px; 
		color: #ffffff;
		border-top: none;
		border-bottom: 1px solid #7e949d;
		padding: 0 0 0 40px; 
		background-color: #505e64;
	}
	
	header nav ul li ul li a:hover, header nav ul li.active ul li a:hover {
		border-bottom: 1px solid #edbe42;
	}
	
	header nav ul li ul li a:before {
		content: "\f363";
		display: block;
		position: absolute;
		top: 0; 
		left: 20px; 
		font-family: "Ionicons";
		speak: none;
		font-size: 24px; 
		line-height: 40px; 
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	header nav ul li ul li:last-child a, header nav ul li ul li:last-child a:hover {
		border-bottom: none;	
	}
	
	#content h1.section-title {
		font-size: 42px;
		line-height: 45px;
		padding: 30px 20px;
	}
	
	header .mobile-contact {
		display: block;
		border-top: 1px solid #000000;
	}

	#content #sub-nav {
		display: none;
	}
	
	#content #content-inner {
		margin: 0;
		padding: 60px 20px 30px 20px;
	}
	
	#content #content-inner .callout {
		width: auto;
		margin-left: 0;
		float: none;
		min-width: 0;
	}
	
	footer {
		padding: 10px 0 0 0;
	}
	
	#footer-left {
		float: none;
		margin: 0;
		font-size: 12px;
		line-height: 15px;
		text-align: center;
	}
	
	#footer-right {
		float: none;
		margin: 0;
		font-size: 12px;
		line-height: 15px;
		text-align: center;
	}

	.float-left {
		float: none;
		margin-right: 0;
	}

	.float-right {
		float: none;
		margin-left: 0;
	}
	
	.profile {
		width: 100%;	
	}
	
	.profile .profile-info {
		font-size: 14px;
		line-height: 21px;
	}
	
}

@media only screen and (max-width: 599px) {
	
	#content h1.section-title br {
		display: block;
	}
	
	#content #content-inner h2 br {
		display: block;	
	}
  
  	img {
      max-width: 100% !important;
      margin:0;
    } /* Added 2.12.18 to fix VCU banner on discrimination page */
      
	
}

@media only screen and (max-width: 519px) {
	
	.profile .profile-info {
		font-size: 10px;
		line-height: 15px;
	}
	
	#content h1.section-title {
		font-size: 32px;
		line-height: 35px;
	}
  
  	img {
      max-width: 100% !important;
      margin: 0;
    } /* Added 2.12.18 to fix VCU banner on discrimination page */
	
  /* ---------- Button fix for smaller screens ---------- */

	a.flowchart-button, .t4_button a {background:rgb(250, 184, 0);color:#000000;padding:.5em 1em;border-radius: 3em; display: inline-block;}
  
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Accessibility */
 a.skip-links-item {
        font-size: 14px;
    text-decoration: underline;    
        position: absolute;
    left: 15px;
    top: -100px;
    z-index: 10000;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: #272727;
    color: #ffba00;
    transition: top .2s,background-color .2s;
}
a.skip-links-item:active,
a.skip-links-item:focus {
  top: 0;
  background-color: #272727;
} 
#skip-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    list-style: outside none;
}

.t4_button a,
a.t4_button {
  background: #FAB801;
  color: #000;
  line-height: 1.3;
  padding: 0.75em;
  display: inline-block;
  border: none;
  border-radius: 4px;
  text-align: center;
}


/* ==========================================================================
   IES Website Banner.
   Banner to classify website as a IES Digital Property
   Feb. 19, 2021
   ========================================================================== */


	.ies-identifier{
        background:rgb(51, 51,51);
        padding:8px 0 12px 0;
      	text-align: center;
    }

	.ies-identifier small {
     text-align: center; 
      color: #fff;
      padding: 20px;
    }
    .ies-identifier a{
        color:#ffb300;
     /* border: 2px solid #fff;*/
    }








