﻿/*
	Ex Machina by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
    html 
    { 
    	font-size:62.5%; 
    	/*-webkit-font-smoothing: antialiased;*/
    }

	body
	{
		background: #fff;
	}

	body,input,textarea,select
	{
		font-family: "Lato", sans-serif;
		color:#303030; 
		line-height:1.4; 
		letter-spacing: 0.01em; 
		font-weight: 400;
	}

	h1,h2,h3,h4,h5,h6
	{
		text-transform: uppercase;
		/*font-weight: 400;*/
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b, .heavy
	{
		font-weight: 600;
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		color: #3980c2; /*#da4645;*/ 
		text-decoration: none;
	}

	a:hover
	{ 
		text-decoration:underline;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		font-size:1.6em;
		margin-bottom: 1em;
	}

	header
	{
		margin-bottom: 2em;
		line-height: 1.7em;
	}
	
		header h2
		{
			font-size: 2.4em; line-height:1; letter-spacing:0.01em;
		}

		header .byline
		{
			display: block;
			margin: 0.75em 0 0 0;
			padding: 0 0 0.75em 0;
			text-transform: uppercase;
			font-size: 1.6em;
			color:#5d5d5d;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				max-width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 3em 0;
			}
			
			.image.full
			{
				display: block;
				max-width: 100%;
				margin-bottom: 3em;
			}
			
			.image.left
			{
				float: left;
				margin: 0 3em 3em 0;
			}
			
			.image.right
			{
				float: right;
				margin: 0 0 3em 3em;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 3em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			ul.default li
			{
				display: block;
				padding: 2em 0em 1.25em 0em;
				border-top: 1px solid #303030;
			}
			
			ul.default li:first-child
			{
				padding-top: 0em;
				border-top: none;
			}
			
			ul.default a
			{
				text-decoration: none;
				color: rgba(255,255,255,.5);
			}
			
			ul.default a:hover
			{
				text-decoration: underline;
			}

		ul.style1
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			ul.style1 li
			{
				padding: 0.60em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
			}
			
			ul.style1 li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}
			
			ul.style1 img
			{
			}


		ul.style2
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}

			ul.style2 li
			{
				padding: 1.90em 0em 1.60em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
			}
			
			ul.style2 li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}

			ul.style2 img
			{
				float: left;
				padding-right: 1em;
			}
			
		ul.style5
		{
			overflow: hidden;
			margin: 0em 0em 1em 0em;
			padding: 0em;
			list-style: none;
		}
		
			ul.style5 li
			{
				float: left;
				padding: 0.25em 0.25em;
				line-height: 0;
			}
			
			ul.style5 a
			{
			}

			

	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 0.5em;
			padding: 0.50em 1.5em;
			background: #e95d3c;
			border-radius: 6px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #de3d27;
				color: #FFF !important;
			}		


   /* font smoothing, improve readability where appropriate */
   
        .smoothe 
        {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background: #FFF;
	}

		#header .container
		{
			position: relative;
			padding: 6.5em 0em;
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		left: 4.1em;
		top: 1.5em;
	}
	
		#logo h1
		{
		}
	
		#logo h1 a
		{
			display: block;
            background: url(../gfx/hf-logo.png) left top no-repeat;
            width:5.321em;
            height:3.536em;
            text-indent:-999em;
			text-decoration: none;
			font-size: 2.8em;
			font-weight: 600;
		}
		
		#contacticon { font-size:2em; color:#fff; text-decoration:none; position:absolute; top:0.6em; right:0.5em; opacity:0.5; display:none; }
		#contacticon:active { opacity:0.75; }

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		right: 10em;
		top: 5em;
	}

		#nav > ul > li
		{
			float: left; padding:0 0.5em;
		}
		
			#nav > ul > li:last-child
			{
				padding-right:0.3em;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				font-size: 0.75em;
				font-weight:600;
				margin-left:1em;
				padding:0.5em 0 0 0;
				text-decoration: none;
				text-transform: uppercase;
				outline: 0;
				color: #5a5b5d;
			}

			#nav li.active a, #nav li a:hover
			{
				/*
				background: #ff0000;
				border-radius: 5px;
				color: #fff;
				*/
				border-bottom:1px solid #da4645;
			}

			#nav > ul > li > ul
			{
				font-size:0.75em;
				/*display: none;*/
			}
			
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		padding: 9em 0em 3em 0em;
		background-image: url(../gfx/hf-banner.jpg); 
		background-repeat: no-repeat; 
		background-position:center 25%;
		background-size:cover;
		color: #444547;
	}
	
	#banner .payoffwrapper { background:rgba(255,255,255,0.6); }
	#banner .payoff { text-align:center; height:12em; padding:2em 0 2em 0;  }
    #banner a { color:#fff; text-decoration:none; outline:none; } 
    
    

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

    /*.sectionpage #page { background: url(../gfx/di_banner.jpg) no-repeat center top; }*/

	#page
	{
		position: relative;
		background: #fff;
	}

	#main
	{
		/*border-top: 1px solid;
		border-color: rgba(0,0,0,.2);*/
	}
	
	#mainsection a 
	{
	    color:#303030; 
	    text-decoration:none;
	}
	
	#mainsection p, #mainsection .ptxt
	{
	    font-size:1.4em; letter-spacing:0.025em; font-weight:normal;
	}
	
	#mainsection p > span, #mainsection .ptxt > span  
	{
	    margin-left:0.5em;
	}    

	#content { padding:3em; margin-bottom:3em; }	
	.sectionpage #content { padding-top:0; }
	.page #content { border:1px solid #c1c1c1; }
	
	#sectionheader header h2
	{
		font-size:3em; line-height:1; letter-spacing:0.01em; margin-left:1.1em; color:#303030; font-style:normal; font-weight:600; text-transform:none; margin-top:0.6667em;
	}
	
	.page #page #sectionheader { /*display:none;*/ }
	
/*********************************************************************************/
/* Articles, Article listing                                                     */
/*********************************************************************************/

	header h2.pretty { position:relative; padding-top:1em; }
	header h2.pretty::before { position:absolute; top:0; content:""; height:0; border-top: 1px solid #3980c2; width:20%; } 
	/*les bleus: #80a4eb, #6b8ed3, #b7cefb */
	header h2.pretty>a:hover{text-decoration:none;}
	.listitem { margin-bottom:3em !important; }
	.itemtxt { border:1px solid #c1c1c1; padding:3em 1em 1em 1em; margin-top:-3em; }
	.listitem.item-1 { clear:left; }
	.listitem header h2 { padding-top:1.11em; font-size:1.8em; }
	.readmore, .back { color:#3980c2; font-size:1.4em; font-style:italic; font-weight:600; }
	.readmore:hover, .back:hover { text-decoration:none; } 
	.readmore > span { margin-left:0.5em; }
	.back > span { margin-right:0.5em; }
	
	.ptxt { font-size:1.6em; margin-bottom: 1em; }
	.ptxt p { font-size:1em; margin-bottom: 0em; }

	.ptxt > h3 { text-transform:uppercase; font-weight:600; }
	.ptxt > h4 { text-transform:uppercase; font-weight:400; }
	.ptxt a { color:#3980c2; font-style: italic; }
	.ptxt img { max-width:100%; }
	.ptxt > ul, .ptxt > ol { font-size:1em; margin-bottom:1em; }
	.ptxt > ul li { list-style: disc outside; margin:0 0 0 1.5em; padding:0 0 0 0.5em; }
	.ptxt > ol li { list-style:decimal outside; margin:0 0 0 1.5em; padding:0 0 0 0.5em; }
    .ptxt a > span { margin-right:0.3em; }  
    .ptxt a.fa-file-pdf-o:before { margin-right:0.3em; font-style:normal; } 
    .ptxt img { display:block; }
    .ptxt img.left { float:left; margin:0 3em 3em 0; max-width:40%; }
    .ptxt img.right { float:right; margin:0 3em 3em 0; max-width:40%; }
    .ptxt img.full { max-width:100%; margin:0 auto 3em auto; }
    .ptxt iframe { max-width:100%; }
    
    /* media (video) */
    .media { overflow:hidden; }
    .media header h3 { font-size:1.6em; margin-bottom:1em; text-transform:uppercase; font-weight:600; }
    .media .video { float:left; width:48%; margin-right:1em; margin-bottom:2em; }
    .media .video h4 { font-size:1.4em; margin-bottom:0.8em; line-height:1.2em; text-transform:uppercase; font-weight:400; height:2em; }
    .media .video .ptxt { font-size:1.4em; margin-top:0.5em;}
    .ytvideo { font-size:1.4em; position:relative; display:block; color:rgba(255,255,255,0.95); outline:none; }
    .ytvideo img { max-width:100%; display:block; }
    .ytvideo .play { background-color:rgba(44,45,45,0.65); border-radius:50%; line-height:0.8em; }
    .ytvideo:hover { color:rgba(44,45,45,0.95); }
    .ytvideo:hover .play { background-color:rgba(255,255,255,0.6); }
    .ytvideo .play { position:absolute; left:40%; top:40%; }     
    
    
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background:#ddd;
		border-top: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
		color:#5a5b5d;
	}
	
	#footer h2
	{
		/*
		padding-bottom: 1.5em;
		font-size: 1.6em;
		color: #FFF;
		*/
	}
	
	#footer .footercontent:last-child { /*text-align:center;*/ }
	
	#footer .footercontent:not(:first-child) { text-align:center; }
	#footer .footercontent:nth-child(2) > .ptxt { display:inline-block; margin:0 auto; text-align:left; }
	
	#footer .ptxt { line-height:1.8; margin:0; overflow:visible; }
    #footer a { color:#5a5b5d; font-style:normal; }
    
	#footer strong
	{
		/*color: rgba(255,255,255,.7);*/
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 1.5em 0 3em 0em;
		/*border-top: 1px solid #303030;*/
		/*letter-spacing: 1px;*/
		text-align: center;
		color:#5a5b5d;
        font-size:1.2em;
	}
	
	#copyright .container
	{
	}
	
	#copyright span { float:right; color: #aaa; }
	#copyright a
	{
		text-decoration: none;
		color: #aaa;
	}

/*********************************************************************************/
/* Featured                                                                     */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
		/*padding:4em 0 3em 0em;*/
		background:#444547;
		color:#fff; 
	}
#main .sidebar #featured { background:#303030;} 
	#featured .row { margin-left:0; }
	#featured .row>* { padding-left:0; }
	
	#featured .featured 
	{
	    padding-top:2.5em !important; 
	    padding-bottom:2.5em;
	    text-align:center;
	}
	
	.sectionpage #featured .white, .page #featured .white
	{
        padding-top:2em !important;
        padding-bottom:0.5em;
	    background:#fff;
	}

	.sectionpage #featured .white a, .page #featured .white a
	{    
	    color:#1e1e1e;
	}	

    #featured figure { margin-bottom: 1em; }
    #featured img { max-width:10em; }
    #featured .Experian img { max-width:100%; margin:0.5em auto; }
    
	#featured section { width:70%; margin:0 auto; }
	.desktop .homepage #featured section { height:11em; display:flex; align-items: center; justify-content: center; }
	.desktop .homepage #featured .Diversity > section { /*padding-top:2em;*/ }
     
	#featured a
	{
	    color:#fff;
	    text-decoration:none;
	}
	
	#featured header h2, #featured div.M2 a
	{
		font-size:2.2em; letter-spacing: 0.01em;
		font-weight:600;
		font-style:italic;
		text-transform:none;
		/*-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;*/ 
	}
	
	#featured div.M2 a { display:block; margin-bottom:0em; line-height:1.6364; }
    #featured div.M2 a:last-of-type { margin-bottom:0; }
	#featured div.M2 a > div { display:inline; }
	#featured div.M2 a span.fa  { font-size: 0.7em; margin-left:0.5em; }
	
	#featured a:hover h2 span, #featured a.active h2 span, #featured div.M2 a:hover > div
	{ 
	    padding-bottom:1px;
	    border-bottom: 1px solid #3980c2; 
	}
	
	#featured .subtitle 
	{
	    font-size:1.4em; margin-bottom:0; letter-spacing:0.01em; line-height:1.15;       
	}
	
	#featured .slant .subtitle 
	{
	    font-style: italic;
	}
 
	#featured .white .subtitle 
	{
	    margin-bottom:1em;       
	}
	
	#featured a.active .subtitle 
	{
	   display:none;
	}
	
	#featured a.active h2
	{
	    padding:1em 0; font-size:2.6em;
	}
	
	#featured .subtitle > span
	{
	    margin-left:1em;
	    /*color:#fff;*/
	    text-decoration:none;
	}
	
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
/*	
	#featured
	{
		position: relative;
	}
	
	#featured .divider
	{
		border-bottom: 1px solid #303030;
	}
	
	#featured .box
	{
		background: #FFF;
		padding: 1.4em;
		font-size: 0.95em;
	}
	
	blockquote
	{
		margin: 0;
		padding: 0;
		border: none;
		font-style: normal;
	}
	
	.balloon {
		padding: 1.87em;
		background: url(../gfx/balloon.jpg) repeat left top;
		border-radius: 5px;
		line-height: 180%;
		font-size: 1.2em;
		color: #333;
	}
	
	.ballon-bgbtm {
		height: 1.87em;
	}
	
	.balloon strong
	{
		color: #333 !important;
	}
*/
