/* CSS Document */
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button
{
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;	
	-webkit-appearance: none;
	-webkit-user-select: none;
}

ul, li, nav, div, legend, fieldset, footer, header
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial; min-width: 320px; width: 100%;
}


/* INTERFACE CLASSES */

.rghf-interface { max-width: 770px; }

/* COMMON CLASSES */
.rghf img				{ border: 0; }
.rghf h1,
.rghf h2,
.rghf h3,
.rghf h4,
.rghf h5,
.rghf h6				{ font-weight: 500; }

.visuallyhidden			{ display: none; }

.rghf-xs				{ font-size: small; vertical-align: middle; }

.rghf-menu-screen		{ width: 100%; height: 100%; background-color: #111; top: 0; left: 0; position: absolute; z-index: 99; display: none; opacity: 0.4; }

.rghf-interface			{ margin: 0 auto; position: relative; width: 770px; min-width: 770px; }

.rsc-global-header, rghf
{
	position: relative;
	margin: 0;
	padding: 0;	
}


.rghf-brand-wrapper {
	width: auto;	
	height: 100px;
}
.rghf-logo {
	display: block;
	width: 120px;
	height: 80px;
	margin: 10px;
}
.rghf nav
{
	width: 100%;
	/*border-top: 1px solid #A1A187;*/
}
.rghf-header-container
{
	background-color: #FFF;
	position: relative;
	z-index: 99;
	height: 143px;
}
.rghf-header-container nav
{
	text-align: center;	
}
.rghf-header-link img {
	margin-left: 10px;
	margin-right: 10px;	
}

.rghf-header-link:link,
.rghf-header-link:visited,
.rghf-header-link:active
{
	color: #222335;
	display: block;
	height: 30px;
	font-family: museo_sans_500regular;
	font-size: 14px;
	font-weight: 500;
	min-height: 28px;
	line-height: 16px;
	padding: 8px 5px 5px 5px;
	text-decoration: none;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	-webkit-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	text-align: center;
}
.rghf-header-mobile-link:link,
.rghf-header-mobile-link:visited,
.rghf-header-mobile-link:active
{
	font-size: 28px;
	font-weight: normal;
	padding-top: 8px;
}
.rghf-extra-link
{
	float: right;	
}
.rghf-header-primary
{
	border: 0px;
	margin: 0;
	padding: 0;
	height: auto;
	margin-bottom: 1px;
}
.rghf-header-link-list li {
	padding-top: 0px;
}
.rghf-header-link:hover
{
	background-color: #f5eb00;	
	color: #222334;
}
.rghf-header-link.primary-link
{
}
.rghf-header-link-list
{
	display: table;
}
.rghf-header-link-list li
{
	display: table-cell;
	border-left: 1px solid #223335;
	vertical-align: top;
}
.rghf-header-link-list li:last-child
{
	
}

.rghf-header-link-list > li:last-child
{
	border-right: 1px solid #223335 !important;
}

.rghf-header-link-list > li:first-child
{
	border-left: 0px solid #223335;
}
.rghf-header-mobile-link
{
	display: none !important;
}


/* Breadcrumbs */
.rghf-breadcrumbs
{
	background-color: #223335;
	position: relative;
	width: 100%;
	border-top: 1px solid #A1A187;
	border-bottom: 1px solid #000;
}
.rghf-breadcrumbs ul
{
	padding-left: 10px;
}
.rghf-breadcrumbs-link-list
{
	font-size: 12px;	
	height: 26px;
	line-height: 18px;
	position: relative;
	z-index: 9;
}
.rghf-breadcrumbs-link-list li
{
	color: #FFF;
	display: inline-block;
	font-family: "museo_sans300";
	font-size: 13px;
	margin-top: 4px;
	padding-bottom: 4px;
}

.rghf-breadcrumbs-link-list li:after {
	content: ">";
	margin-right: 10px;
}
.rghf-breadcrumbs-link-list li:last-child:after {
	content: "";
}
.rghf-breadcrumbs a:link, 
.rghf-breadcrumbs a:visited, 
.rghf-breadcrumbs-link-list
{
	color: #FFF;
	font-family: "museo_sans300";
	font-size: 13px;	
	line-height: 18px;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
}
.rghf-breadcrumbs a:hover
{
	color: #FFF500;
}
.rghf-breadcrumbs-link-list li:last-child
{
	color: #FFF500 !important;
}


/* Floating containers for search/login etc */
.rghf-floating 
{
	position: absolute;
	background-color: #223335;
	width: 100%;
	z-index: 100;
}
.rghf-floating-inner
{
	width: 100%;
	padding: 0 10px;	
}

.rghf-hidden
{
	display: none;	
}


/* Floating containers */
.rghf-search-container,
.rghf-signin-container
{
	margin-top: 1px;
}
.rghf-search-container td,
.rghf-signin-container td
{
	border-width: 0px;	
}
.rghf-search-container .rghf-input
{
	width: 100%;
}
.rghf-search-container .rghf-input,
.rghf-signin-container .rghf-input
{
	padding: 3px 6px;
	height: 29px;
	border: none !important;
}

input.rghf-search-button {
	border-color: #0D68A5;
	background-color: #0D68A5;
}

input.rghf-input
{
  font-family: inherit;
  border: 1px solid #0D68A5;
  background-color: #0D68A5;
  padding: 3px 6px;
  width: 99%;
  font-size: 13px;
}

.rghf-signin-input 
{
	width: 50%;
	padding: 3px 6px;
	height: 29px;
	border: none !important;
}

.rghf-user-info
{
	color: #FFF;
	margin: 3px 0;
	font-family: museo_sans_500regular, Arial;
	font-size: 13px;
	line-height: 40px;
	height: 41px;
}
.rghf-user-info a
{
	color: #FFF;
	text-decoration: none;	
	margin: 0 20px 0 0;
}
.rghf-user-info a:hover
{
	color: #FFF500;
}

/* Search button */

input.rghf-search-button {
  font-family: inherit;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
  height: 27px;
  min-width: 54px;
  background-color: #0D68A5;
  border: 1px solid #0D68A5;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  cursor: pointer;
  margin: 0 30px 0 30px;
}
input.rghf-search-button:hover
{
	background-color: transparent;
}


div.rghf-clear-button {
	display: inline;
	text-align: right;
	margin-left: 4px;
	margin-right: 14px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('//www.google.com/uds/css/clear.gif');
	cursor: pointer;
}



/* Footer classes */

.rsc-global-footer input.rghf-search-button {
  margin: 0;
}

.rsc-global-footer a,
.rsc-global-footer a:link,
.rsc-global-footer a:visited,
.rsc-global-footer a:active
{
	color: #006BA6;
	text-decoration: none;
}
.rsc-global-footer a:hover
{
	color: #2c4d67;
	text-decoration: underline;
}
.rsc-global-footer
{
	font-family: museo_sans_500regular;
	font-weight: 500;
	width: auto;
	position: relative;	
	color: #2c4d67;
}

.rsc-global-footer .column-30
{
	width: 30%;	
	float: left;
}
.rsc-global-footer .column-50
{
	width: 50%;	
	float: left;
}
.rsc-global-footer .column-70
{
	width: 70%;	
	float: left;
}


.rsc-global-footer .footer-links-list
{
	font-family: Arial;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 0;
}
.rsc-global-footer .footer-links-list li
{
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0;
}
.rsc-global-footer .footer-links-list li a
{
	text-decoration: none;	
}

.rsc-global-footer .rsc-footer-baseline
{
	border-top: 1px solid #2c4d67;
	clear: both;
	font-family: Arial;
	font-size: 14px;
	margin-top: 40px;
	tex-align: center;
}

.rsc-global-footer .footer-baseline-links
{
	display: table;
	margin: 5px 0 0 0;
	padding: 0;	
	tex-align: center;
	width: 100%;
}

.rsc-global-footer .footer-baseline-links li
{
	list-style-type: none;
	margin: 0;
	padding: 0;		
	float: left;
	margin-right: 15px;
}
.rsc-global-footer .footer-baseline-links li a
{
	margin-right: 15px;	
	padding-left: 0px;
}
.rsc-global-footer .footer-baseline-links li:after {
	content: "|";
}
.rsc-global-footer .footer-baseline-links li:last-child:after {
	content: "";
}


.rsc-global-footer .footer-copyright
{
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	text-align: right;
	padding-left: 10px;
}

.rsc-global-footer .rsc-footer-popular
{
	padding: 0 10px;
	height: auto;
}
.rsc-global-footer .rsc-footer-popular-col1
{
	width: 50%;
	float: left;
	text-align: left;
}
.rsc-global-footer .rsc-footer-popular-col2
{
	width: 50%;
	float: left;
	text-align: left;
}
/* Search */
.rsc-global-footer .rsc-footer-search-container
{
	width: 100%;
}

.rsc-global-footer .rghf-search-content
{
	background-color: #2c4d67;
	background-image: url(../images/ftr-search-bg.jpg);
	background-position: center 40px;
	background-repeat: no-repeat;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	padding-top: 4em;
	padding-bottom: 4em;
}
.rsc-global-footer .rghf-search-content h2
{
	font-size: 35px;
}

.rsc-global-footer .rghf-search-box
{	
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
.rsc-global-footer .rghf-input
{
	padding: 3px 6px;
	width: 99%;
	font-size: 16px;
	border: 0px solid #FFF;
	height: 41px;
}
.rsc-global-footer input.rghf-search-button {
	
  	font-family: "FontAwesome";
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: #0d68a5;
	display: block;
	width: 50px;
	color: #0d68a5;
	height: 47px;
	cursor: pointer;
	
}

.rsc-global-footer .rghf-search-button:before {
  content: "\f002";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #fff;
  text-transform: none;
  font-size: 25px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: auto;
  margin-top: 10px;
  text-align: center;
  display: table;
  width: 54px;
}
.rsc-global-footer input.rghf-search-button:hover
{
	background-color: #000;
	color: #000;
}


.rsc-global-footer  div.rghf-clear-button {
	display: inline;
	text-align: right;
	margin-left: 4px;
	margin-right: 14px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('//www.google.com/uds/css/clear.gif');
	cursor: pointer;
}


.rsc-global-footer .search-filters
{
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
	font-size: 16px;
	overflow: visible;
	text-align: center;
}
.rsc-global-footer .search-filters label {
	color: white;
	padding-right: 24px;
}
.rsc-global-footer .search-filters li
{
	font-size: 16px;
	display: inline-block;
}
.rsc-global-footer .iradio_rsc
{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	background: url(../images/rsc-icheck.png) no-repeat;
	border: none;
	cursor: pointer;
	
}
.rsc-global-footer .iradio_rsc.checked
{
	background-position: -27px 0;
}

.rsc-global-footer .main-section-links
{
	clear: both;
	position: relative;
	margin: 0px auto 0 auto;
	padding-top: 20px;
	display: table;
	height: 204px;
	width: auto;
}
.rsc-global-footer .rsc-footer-popular-col1
{
}
.rsc-global-footer .main-section-links-curve
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 48px;
	height: 57px;
}
.rsc-global-footer .main-section-links-img
{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 164px;
	position: absolute;
	z-index: 1;
}
.rsc-global-footer .main-section-links li  
{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: table-cell;
	position: relative;
	width: 164px;
	height: 164px;
}
.rsc-global-footer .main-section-links li a,
.rsc-global-footer .main-section-links li a:link,
.rsc-global-footer .main-section-links li a.visited,
.rsc-global-footer .main-section-links li a:active {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width: 164px;
	height: 164px;
	color: #FFF;
	display: block;
	font-size: 24px;
	line-height: 164px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	z-index: 2;
}

.rsc-global-footer .main-section-links li:nth-child(1) > a {
	background-color: rgba(60, 184, 233, 0.6);
}
.rsc-global-footer .main-section-links li:nth-child(1) > a:hover {
  	background-color: rgba(60, 184, 233, 0.8);
}
.rsc-global-footer .main-section-links li:nth-child(2) > a {
	background-color: rgba(170, 89, 158, 0.6);
}
.rsc-global-footer .main-section-links li:nth-child(2) > a:hover {
 	background-color: rgba(170, 89, 158, 0.8);
}
.rsc-global-footer .main-section-links li:nth-child(3) > a {
	background-color: rgba(250, 170, 0, 0.6);
}
.rsc-global-footer .main-section-links li:nth-child(3) > a:hover {
	background-color: rgba(250, 170, 0, 0.8);
}

.rsc-global-footer .main-section-links li:nth-child(2) {
	position: relative;
	left: -10px;
}
.rsc-global-footer .main-section-links li:nth-child(3) {
	position: relative;
	left: -20px;
}

.social-links {
	overflow: hidden;
	list-style: none;
	margin: 0 auto 24px auto;
	padding: 0 15px 0 0;
	font-size: 0;
	overflow: visible;
	clear: both;
	text-align: center;
	display: table;
	width: auto;
}
.social-links li
{
	display: table-cell;
	width: 48px;
	height: 48px;
	float: left;
	margin: 0 5px;
}
.social-links-link
{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 1.5em;
	line-height: 1.5em;
	line-height: 58px;
	display: block;
	width: 48px;
	height: 48px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	letter-spacing: 6px;
	display: inline-block;
	font-size: 29px;
	color: #FFF;
}

.social-links a,
.social-links a:link,
.social-links a:visited,
.social-links a:active
 {
	-moz-border-radius: 100%;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	width: 48px;
	height: 48px;
}
.social-links-link i
{
	padding-left: 8px !important;	
	padding-top: 10px !important;	
	vertical-align: top;
}

.social-links-facebook
{
	background-color: #346da6;	
}
.social-links-facebook:hover {
	background-color: #1c3a58;
}
.social-links-twitter {
	background-color: #429ecc;
}
.social-links-twitter:hover {
	background-color: #1c3a58;
}
.social-links-linkedin {
	background-color: #346da6;
}
.social-links-linkedin:hover {
	background-color: #1c3a58;
}
.social-links-you-tube {
	background-color: #ca4638;
}
.social-links-you-tube:hover {
	background-color: #7b2921;
}
.social-links-google {
	background-color: #a22c1c;
}
.social-links-google:hover {
	background-color: #df5745;
}


/* TRIDION CLASSES */
form#gs
	{
		position: absolute;
		top: 20px;
		right: 10px;
		margin: 0 -10px 0 0 !important;
	}
form#gs #q
{
	color: #666;
	border: 1px solid #666;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 10px;	
	margin: 0px;
	display: inline-block;
	float: left;
}
form#gs .submit
{
	color: #666;
	border: 1px solid #666;	
	display: inline-block;
	height: 35px;
	background-color: #006BA6;
	margin: 0 0 0 -6px;
	width: 35px;
}


body
{
	margin: 0; padding: 0;
}
h1, h2, h3
{
	font-family: museo_sans_500regular, Arial !important;
	font-weight: 500 !important;
	color: #18364C !important;
	border-bottom-color: #18364C !important;
}
.more strong
{
	font-size: 110%;
	line-height: 150%;
}

#container
{
	position: relative;
	height: 100%;
}

#wrapper
{
	clear: both;
	min-height: 750px;
	width: 770px;
	margin-left: 8px;
	line-height: 150%;
	top: 20px;
	position: relative;
	border-bottom: 10px solid #FFF;
}
#content li,
#content .hilite li {
	line-height: 150%;
}
#content .hilite li,
p.more, #content dl.bullets dt {
	background-position: 0px 3px;
	line-height: 150%;
}

.mainpagetitle {
	clear: both;
	font-family: museo_slab500, museo_sans_500regular, Arial !important;
	font-weight: 500 !important;
	font-size: 2.4em !important;
	color: #006BA6 !important;
	letter-spacing: -2.2px;
	position: relative;
	top: 10px !important;
	padding: 0 !important;
	margin: 0 0 0 8px !important;
}

#title
{
	border: 0;
	height: 100px;
	padding: 0;
}

#title h1 
{
	padding-left: 10px;
}
#title ul
{
	display: none;
	margin: 65px -24px 10px 0;
	padding: 5px 10px 0 55px;
	height: 20px;
	background-color: #FFF;
}
#title img
{
	margin: 10px 10px 10px -15px; position: absolute;	
}
#topnav
{
	background-color: transparent !important;
	border: 0px;
	padding-left: 10px;
}


/* Breadcrumbs */
#breadcrumbs
{
	background-color: #223335;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 6px 0 2px 0;
	font-size: 12px; 
	font-family: museo_sans_500regular, Arial;
	height: auto;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}


#breadcrumbs a
{
	color: #18364C !important;
}


#breadcrumbs ul
{
	padding-left: 10px;
}

#breadcrumbs li
{
	background-image: none;
	color: #f5eb00 !important;
	font-family: museo_sans_500regular;
	line-height: 18px;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
}

#breadcrumbs ul li:before {
	color: #FFF;
	content: ">\00a0\00a0\00a0\00a0";
	font-family: museo_sans700;
}

#breadcrumbs ul li:last-child {
}
#breadcrumbs ul li:first-child,
#breadcrumbs ul li.home,
#breadcrumbs ul li.home:before
{
	content: "" !important;
}



#breadcrumbs li a:link,
#breadcrumbs li a:visited,
#breadcrumbs li a:active
{
	color: #FFF !important;
	font-family: museo_sans_500regular;
	line-height: 18px;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	
}
#breadcrumbs li a:hover 
{
	color: #f5eb00  !important;
	text-decoration: underline;
}

	
#extralinks {
	margin-left: 0px;
}
#extralinks .extrablock {
	display: none;	
}