/*=================================================
1 - BASE
=================================================*/

@import url("../fonts/Gibson_Regular.css");
@import url("../fonts/Gibson_Light.css");
@import url("../fonts/Gibson_Italic.css");
@import url("../fonts/Gibson_SemiBold.css");

body
{
	margin: 0;
	padding: 0;
	font-family: 'Gibson_Regular', Arial, sans-serif;
	font-size: 16px;
	color: #54585e;
	min-width: 300px;
	padding-top: 43px;
}

body.fpc
{
	padding-top: 0px;
}

body.global-optout #clientOptOut-holder, body.global-optout #brandOptOut-holder
{
	display: none;
}

h1, h2, h3, h4
{
	font-family: 'Gibson_SemiBold', Arial, sans-serif;
	margin: 0px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 27px;
	color: #3170B7;
}

h2
{
	font-family: 'Gibson_Regular', Arial, sans-serif;
	font-size: 18px;
	color: #3170B7;
	line-height: 27px;
}

h3
{
	font-size: 16px;
	margin-top: 34px;
}

h4
{
	font-family: 'Gibson_Regular', Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 26px;
}

p, li
{
	margin-top: 28px;
	line-height: 27px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000000;
}

.optout-result p:first-child
{
	margin-top: 0px;
}

#last p
{
	margin-top: 4px;
}

p.italic
{
	font-family: 'Gibson_Italic', Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p.bold
{
	font-family: 'Gibson_SemiBold', Arial, sans-serif;
	color: #000000;
}

marked
{
	color: #3170B7;
}

a:link, a:visited, a:hover, a:active
{
	color: #3170B7;
	text-decoration: underline;
	outline: none;
}

img
{
	border: none;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: underline;
	outline: none;
}

a.no-underline
{
	text-decoration: none;
}

.pull-left
{
	float: left;
}

.pull-right
{
	float: right;
}


/*=================================================
1 - HEADER
=================================================*/
#brand
{
	background-color: #0D3A5F;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
}

#brand .wrapper
{
	position: relative;
}

#select
{
	float: right;
	margin-top: 8px;
	font-family: 'Gibson_Regular', Arial, sans-serif;
	background: #0D3A5F;
   padding: 3px;
   font-size: 14px;
   border-radius: 0;
	border: 1px solid;
	border-color: #666666;
	color: #DDDDDD;
	cursor: pointer;
	outline: none;
}

#arrow
{
	width: 20px;
	height: 24px;
	position: absolute;
	top: 9px;
	right: 19px;
	cursor: pointer;
	pointer-events: none;
}

.ie #arrow
{
	display: none;
}

@-moz-document url-prefix() 
{
  #arrow
	{
		top: 9px;
		right: 16px;
		width: 22px;
		height: 26px;
	}
}




#brand .wrapper
{
	height: 43px;
}

#brand img
{
	vertical-align: middle;
	max-height: 43px;
}

.center-helper 
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


#header
{
	height: 77px;
	background: #D8D8D8;
}

#header h1
{
	font-family: 'Gibson_SemiBold', Arial, sans-serif;
	font-size: 35px;
	line-height: 75px;
	font-weight: 300;
	color: #0D3A54;
	letter-spacing: -0.42px;
    white-space: nowrap;
}


/*=================================================
1 - CONTENT
=================================================*/

.wrapper
{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

#content
{
	margin-top: 50px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#left
{
	width: 62.5%;
	float: left;
}

#right
{
	width: 33%;
	float: right;
}

#right img
{
	display: inherit;
	margin-bottom: 40px;
}

.divider
{
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: solid #979797 1px;
}

input[type="submit"]
{
    width: 206px;
    height:50px;
	background-color: #FFFFFF;
	cursor: pointer;
	font-family: 'Gibson_Regular', Arial, sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 13px;
	color: #3170B7;
	text-decoration: none;
	border: solid 1px #3170B7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 12px;
	min-width: 58px;
}

input[type="submit"].close
{
	margin-bottom: 30px;
}

.optout
{
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}

.optout-first
{
	margin-top: 30px;
}

.optout h4
{
	line-height: 27px;
}
/*
.fr .optout h4, .da .optout-first h4
{
	line-height: 50px;
}*/


#fbx .optout input[type="submit"]
{
	margin-top: 5px;
}


#fbx .optout h4
{
	line-height: 30px;
}


.optout-last
{
	margin-bottom: 23px;
}

#ba .optout input[type="submit"], #pa .optout input[type="submit"], #gap-fpc .optout-last input[type="submit"]
{
	margin-top: 3px;
}

#logos
{
	margin-top: 13px;
	margin-bottom: 38px;
}

#logos img
{
	margin-right: 16px;
	margin-top: 16px;
}

#logos img:last-child
{
	margin-right: 0px;
}

li:first-child
{
	margin-top: 0px;
}

li
{
	margin-top: 20px;
}

p.small-margin
{
	margin-top: 4px;
}

body.no-brand #logo, body.no-brand #footer .hide, body.no-bar #brand
{
	display: none;
}



/*=================================================
1 - FOOTER
=================================================*/

#footer
{
	margin-top: 30px;
	font-size: 10px;
}

#footer p
{
	margin-top: 7px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

#copyright
{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	border-top: solid #00A8FF 1px;
}



/*=================================================
4 - MEDIA QUERIES - Used to make the design responsive
=================================================*/



@media (max-width: 1200px)
{
	#brand img
	{
		margin-left: 0px;
	}
}


@media (max-width: 750px)
{
	#left, #right, .pull-left, .pull-right
	{
		width: 100%;
		float: none;
	}
	
	#right
	{
		display: none;
	}
	
	#logos, .pull-left, .pull-right
	{
		text-align: center;
		display:	table;
	}
	
	#brand .wrapper
	{
		text-align: center;
	}
	
}

@media (max-width: 550px)
{
	.optout .btn-optout
	{
		float: none;
		position: absolute;
		bottom: -50px;
	}
	
	.optout
	{
		margin-top: 50px;
		position: relative;
	}
	
	.optout-last
	{
		margin-bottom: 40px;
	}
}
