@charset "utf-8";
/***************************************************
****************************************************
****************************************************
*****
*****	Cookie Bar
*****
****************************************************
****************************************************
***************************************************/
div#cookieChoiceWrapper
{
    position: fixed;
    top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF;
	/* background: rgba( 255, 255, 255, 0.5 ); */
    z-index: 1000;
}
div#cookieChoiceWrapper.fsndCookieWHZBlue
{
	background: #FFF;
}
div#cookieChoiceWrapper.fsndCookieRelative
{
	position: relative;
}
div#cookieChoiceWrapper.fsndCookieBottom
{
	position: fixed;
	top: auto;
	bottom: 0px;
	padding-bottom: 0px;
}
div#cookieChoiceInfo 
{
    /*margin: 0 13% !important;*/ 
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
    /*width: 74% !important;*/
}

div#cookieOptInOutWrapper
{
   position: relative;
   max-width: 98%;
   width: 1440px;
   padding-top: 15px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.fsndCookieGrey div#cookieChoiceInfo 
{
	color: #3E3E3E;
    background-color: #fff;
    border: 1px solid grey;
}

.fsndCookiePTBlue div#cookieChoiceInfo 
{
	 color: #606062;
    background-color: #fff;
    border: 1px solid #005098;
}

.fsndCookieFullWidth div#cookieChoiceInfo 
{
	width: auto;
	padding-left: 1%;
	padding-right:  1%;
}

.fsndCookieBottom.fsndCookieFullWidth div#cookieChoiceInfo
{
	border-left: none;
	border-bottom: none;
	border-right: none;
}

.fsndCookieWHZBlue div#cookieChoiceInfo
{
	border: none;
}

div#cookieChoiceInfo a.optInOutLinks
{
	position: absolute;
	bottom: 15px;
	padding: 5px 35px;
}

div#cookieChoiceInfo a#cookieChoiceDismiss
{
	right: 15px;
}

div#cookieChoiceInfo a#cookieChoiceDecline
{
	left: 15px;
}

.fsndCookieGrey div#cookieChoiceInfo a.optInOutLinks
{
	color: #FFF;
	background: #222222;
}

.fsndCookiePTBlue div#cookieChoiceInfo a.optInOutLinks
{
	color: #FFF;
	background: #005098;
}

.fsndCookieWHZBlue div#cookieChoiceInfo a.optInOutLinks
{
	background: #385065;
}

.fsndCookieGrubBlue div#cookieChoiceInfo a.optInOutLinks
{
	background: #0c2f7a;
}

div#cookieChoiceInfo a#cookieInfoLink
{
	margin-left: 4px;
}

.fsndCookieGrey div#cookieChoiceInfo a#cookieInfoLink
{
	color: #222;	
}

.fsndCookiePTBlue div#cookieChoiceInfo a#cookieInfoLink
{
	color: #005098;	
}

div#cookieChoiceInfo div#cookieInnerID
{
	width: 80%;
	padding-left: 30px;
	padding-bottom: 1em;
	padding-top: 1em;
   margin-left: auto;
   margin-right: auto;
}

.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID
{
	display: inline-block;
	width: auto;
   max-width: 95%;
	margin-left: 1%;
	margin-right: 130px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#cookieChoiceInfo h2#cookieConsentTitle
{
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 30px;
	padding-right: 0.5em;
	margin-top: 0;
}

.fsndCookieHideTitle h2#cookieConsentTitle
{
	display: none;
}

.fsndCookieShadow div#cookieChoiceInfo
{
	margin-bottom: 5px;
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.fsndCookieShadow div#cookieChoiceInfo a.optInOutLinks
{
	
	-webkit-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
}

.fsndCookieShadow div#cookieChoiceInfo a#cookieChoiceDismiss
{
	right: 20px;
}

#cookieChoiceInfo #cookieInnerID a.optInOutLinks
{
	position: relative;
   display: inline-block;
	bottom: auto !important;
   margin-bottom: 8px;
	padding: 0.5em 0.75em;
	text-decoration: none;
	
	-webkit-transition: background 0.25s ease-in;
    -o-transition: background 0.5s ease-in;
   
}

#cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper a.optInOutLinks
{
   display: block;
}

#cookieChoiceInfo #cookieInnerID #cookieChoiceDecline
{
	left: auto !important;
	margin-right: 5px;
}

#cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline
{
   float: right;
}

#cookieChoiceInfo #cookieInnerID #cookieChoiceDismiss
{
	right: auto !important;
	margin-left: 5px;
}

#cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   float: left;
}

div#cookieChoiceWrapper.fsndCookieBlack
{
	background: #000;
	font-size: 13px;
    font-family: Arial;
    font-weight: bold;
	color: #FFF;
}

.fsndCookieBlack #cookieInnerID a,
.fsndCookieBlack #cookieInnerID a:visited
{
	color: #FFF;
	text-decoration: underline;
}

.fsndCookieBlack #cookieChoiceInfo #cookieInnerID a.optInOutLinks
{
    color: #FFFFFF;
    background: #B50234;
	
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
}

.fsndCookieBlack #cookieChoiceInfo #cookieInnerID a.optInOutLinks:hover 
{
    background: #7F7F7F;
    text-decoration: none;
}

.fsndButtonsRight div#cookieChoiceInfo
{
   padding-top: 0px;
}

.fsndButtonsRight div#cookieOptInOutWrapper
{
   width: 320px;
   padding-top: 0px;
   float: right;
   text-align: center;
   white-space: nowrap;
}

.fsndButtonsRight div#cookieChoiceInfo div#cookieInnerID
{
   width: 100%;
   padding-left: 0px;
   padding-top: 5px;
}

.fsndButtonsRight #cookieChoiceInfo h2#cookieConsentTitle
{
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin-top: 10px;
}

.fsndButtonsRight #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline,
.fsndButtonsRight #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   float: left;
   padding-left: 15px;
   padding-right: 15px;
   margin-right: 15px;
}
.fsndButtonsRight #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline
{
   float: right;
}
.fsndButtonsRight div#cookieChoiceInfo
{
   border: none;
   font-size: 12px;
}

.fsndButtonsRight div#cookieConsentText
{
   float: left;
   max-width: 830px;
}

.fsndButtonsRight div#cookieOptInOutWrapper::after
{
   content: " ";
   width: 0px;
   height: 0px;
   clear: both;
}

/* blue: #003869 */
#cookieChoiceWrapper.fsndCookieTUBlue
{
   background: #003869;
   color: #FFF;
   border-top: 2px #112288 outset;
}

.fsndCookieTUBlue #cookieChoiceInfo h2#cookieConsentTitle,
.fsndCookieTUBlue #cookieConsentText a,
.fsndCookieTUBlue #cookieConsentText a:visited
{
   color: #FFF;
   font-weight: 400;
}

.fsndCookieTUBlue #cookieConsentText a
{
   font-style: italic;
}

.fsndCookieTUBlue #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline, 
.fsndCookieTUBlue #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   color: #003869;
   background: #eeeeee;
   text-transform: uppercase;
}

/* red: #b13a29 */
#cookieChoiceWrapper.fsndCookieLJRed
{
   background: #b13a29;
   color: #FFF;
   border-top: 2px #882211 outset;
}

.fsndCookieLJRed #cookieChoiceInfo h2#cookieConsentTitle,
.fsndCookieLJRed #cookieConsentText a,
.fsndCookieLJRed #cookieConsentText a:visited
{
   color: #FFF;
   font-weight: 400;
}

.fsndCookieLJRed #cookieChoiceInfo h2#cookieConsentTitle
{
   font-size: 16px;
}

.fsndCookieLJRed #cookieConsentText a
{
   font-style: italic;
}

.fsndCookieLJRed #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline, 
.fsndCookieLJRed #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   color: #b13a29;
   background: #eeeeee;
   text-transform: uppercase;
}
/*
.fsndCookieLJRed div#cookieConsentText
{
   width: 720px;
}

.fsndCookieLJRed div#cookieOptInOutWrapper
{
   width: 440px;
}
*/
div#cookieChoiceWrapper.fsndCookieEABlue
{
   background: rgb(38,98,162);
   color: #FFF;
   font-family: Verdana,sans serif;
   font-size: 12px;
}

.fsndCookieEABlue.fsndCookieFullWidth div#cookieChoiceInfo
{
   padding-left: 0px;
   padding-right: 0px;
}

#cookieChoiceWrapper.fsndCookieEABlue a,
#cookieChoiceWrapper.fsndCookieEABlue a:visited
{
   color: #FFF;
   text-decoration: underline;
   font-weight: 600;
}

.fsndCookieEABlue a.optInOutLinks
{
   background: #f04e37;
}

.fsndCookieEABlue.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID
{
   display: block;
   padding-bottom: 5px;
   padding-right: 0px;
   margin-left: auto;
   margin-right: auto;
}

.fsndCookieEABlue.fsndButtonsRight div#cookieOptInOutWrapper
{
   width: 380px;
}

.fsndCookieEABlue.fsndButtonsRight div#cookieConsentText
{
   max-width: 1124px;
   margin-bottom: 15px;
}

div#cookieChoiceWrapper.dhgColours
{
}

.dhgColours h2#cookieConsentTitle
{
   font-size: 18px;
   margin-bottom: 0px;
}

.dhgColours h2#cookieConsentTitle,
.dhgColours div#cookieConsentText
{
   margin-left: 15px;
}


.dhgColours #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline, 
.dhgColours #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   background: #1499b9;
}

.fsndCookieShadow.dhgColours div#cookieChoiceInfo 
{
   background: #F0F5F9;
   /*
    -webkit-box-shadow: 10px 10px 5px 0px rgba(20,153,185,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(20,153,185,0.75);
    box-shadow: 10px 10px 5px 0px rgba(20,153,185,0.75);
   */
    -webkit-box-shadow: 10px 10px 5px 0px rgba(09,65,122,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(09,65,122,0.75);
    box-shadow: 10px 10px 5px 0px rgba(09,65,122,0.75);
}

.fsndButtonsRight.dhgColours div#cookieConsentText
{
   max-width: 880px;
}

#cookieChoiceWrapper.fsndCookieBlue
{
   color: #FFF;
   font-family: Arial;
   font-weight: 600;
   font-size: 14px;
   text-align: center;
   background: #005794;
   background: rgba(0, 87, 148, 0.9);
}

.fsndCookieBlue #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline, 
.fsndCookieBlue #cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   padding-top: 5px;
   padding-bottom: 5px;
   color: #FFF;
   background: #D1811F;
   text-transform: uppercase;
}

#cookieChoiceWrapper.fsndCookieBlue div#cookieOptInOutWrapper
{
   width: 380px;
}

#cookieChoiceWrapper.fsndCookieBlue div#cookieConsentText
{
   margin-left: 10%;
   max-width: 995px;
}

.fsndCookieBlue div#cookieChoiceInfo a#cookieInfoLink
{
   color: #FFF;
   text-decoration: underline;
}

/* -------------------- for modal dialog  ----------------------------- */
#cookieChoiceInfo div.modalBackground
{
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   opacity: 0.45;
   filter: alpha(opacity=45);
   background-color: #414141;
   
   z-index:999;
}

#cookieChoiceInfo div.consentDialogWrapper
{
   position: fixed;
   left: 50%;
   top: 50%;
   max-width: 99%;
   
   z-index: 1000;
}

#cookieChoiceInfo div.consentDialogContent
{
   position: relative;
   left: -50%;
   margin-top: -25%;
   padding-left: 25px;
   padding-right: 25px;
   padding-top: 35px;
   padding-bottom: 35px;
   background-color: #fff;
   background-color: rgba( 254, 254, 254, 0.7 );
}

#cookieChoiceInfo.fsndCookieGrey div.consentDialogContent
{
   background-color: #1f1f1f;
   background-color: rgba( 31, 31, 31, 0.7 );
   color: #FFF;
}

.consentDialogContent span.cookieConsentText
{
   display: block;
   margin-bottom: 20px;
}

.consentDialogContent .cookieConsentText a,
.consentDialogContent .cookieConsentText a:visited,
.consentDialogContent .cookieConsentControlText a,
.consentDialogContent .cookieConsentControlText a:visited
{
   color: #FFF;
   text-decoration: underline;
}

.consentDialogContent form.consentOptions
{
   margin-bottom: 10px;
}

.consentDialogContent .consentOptions div.consentOption
{
   margin-bottom: 10px;
}

.WF .consentDialogContent .consentOptions .consentOption em
{
   color: #7b56b8;
   font-style: normal;
}

.consentDialogContent div.consentControls
{
   margin-top: 10px;
   text-align: center;
}

#cookieChoiceInfo .consentDialogContent .consentControls a,
#cookieChoiceInfo .consentDialogContent .consentControls a:visited
{
   display: inline-block;
   position: relative !important;
   left: auto !important;
   right: auto !important;
   bottom: auto !important;
   height: auto;
   margin-left: 10px !important;
   margin-right: 10px !important;
   margin-top: 5px;
   margin-bottom: 10px;
   padding: 10px;
   vertical-align: top;
   text-decoration: none;
   
   -ms-transition: background 1s;
   -moz-transition: background 1s;
   -o-transition: background 1s;
   transition: background 1s;
}

#cookieChoiceInfo.fsndCookieGrey .consentDialogContent .consentControls a,
#cookieChoiceInfo.fsndCookieGrey .consentDialogContent .consentControls a:visited
{
   font-weight: 400;
   color: #F0F0F0;
   border: 1px #F0F0F0 solid;
}

#cookieChoiceInfo .consentDialogContent .consentControls a:hover
{
   
   -ms-transition: background 1s, color 1s;
   -moz-transition: background 1s, color 1s;
   -o-transition: background 1s, color 1s;
   transition: background 1s, color 1s;
}

#cookieChoiceInfo.fsndCookieGrey .consentDialogContent .consentControls a:hover
{
   border: 1px #FFF solid;
   text-decoration: none;
   background: #1F1F1F;
   background: rgba( 31, 31, 31, 0.7 );
   color: #7b56b8;
}

.cookieConsentControlWrapTable td
{
   padding-bottom: 10px;
   vertical-align: top;
}

.cookieConsentControlWrapTable td.cookieConsentControlCheck
{
   padding-right: 5px;
   padding-top: 8px;
}

.cookieConsentControlWrapTable td.cookieConsentControlText
{
   padding-top: 5px;
   padding-left: 10px;
}

#cookieChoiceInfo div.consentOption
{
   width: 480px;
   max-width: 99%;
   margin-left: auto;
   margin-right: auto;
}

#cookieChoiceInfo .constentOptionCount1 div.consentOption1
{
   width: auto;
   margin-left: 0px;
}

#cookieChoiceInfo .constentOptionCount3 div.consentOption1,
#cookieChoiceInfo .constentOptionCount2 div.consentOption1,
#cookieChoiceInfo .constentOptionCount3 div.consentOption2,
#cookieChoiceInfo .constentOptionCount2 div.consentOption2
{
   display: inline-block;
   width: 48%;
}

#cookieChoiceInfo .constentOptionCount3 div.consentOption2,
#cookieChoiceInfo .constentOptionCount2 div.consentOption2
{
   float: right;
}

/* ----------------------------  for modal dialog end ---------------------- */

.clear
{
   width: 0px;
   height: 0px;
   float: none;
   clear: both;
}

/***************************************************
****************************************************
****************************************************
*****
*****	Media Queries
*****
****************************************************
****************************************************
***************************************************/
@media only screen and (max-width: 1580px)
{
   #cookieChoiceWrapper.fsndCookieBlue div#cookieConsentText
   {
      margin-left: 2%;
   }
}

@media only screen and (max-width: 1100px) 
{
   .fsndButtonsRight div#cookieOptInOutWrapper
   {
      margin-top: 20px;
   }
   #cookieChoiceWrapper.fsndCookieBlue div#cookieConsentText
   {
      margin-left: 0px;
   }
}

@media only screen and (max-width: 800px) 
{
	
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 70%;	
	}

}

@media only screen and (max-width: 700px) 
{
   #cookieChoiceInfo div.consentDialogWrapper
   {
      top: 45%;
   }
}

@media only screen and (max-width: 600px) 
{	
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 65%;	
	}
   .fsndCookieEABlue.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID,
   #cookieChoiceInfo.cookieChoiceInfoDialog
   {
      zoom: 0.95;
   }
   #cookieChoiceInfo div.consentDialogWrapper
   {
      top: 30%;
   }
   #cookieChoiceInfo .constentOptionCount3 div.consentOption1,
   #cookieChoiceInfo .constentOptionCount2 div.consentOption1,
   #cookieChoiceInfo .constentOptionCount3 div.consentOption2,
   #cookieChoiceInfo .constentOptionCount2 div.consentOption2
   {
      display: block;
      width: auto;
      float: none;
   }
}

@media only screen and (max-width: 600px) and (orientation: landscape)
{
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 90%;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
		font-size: 80%;
	}
	#cookieChoiceInfo h2#cookieConsentTitle
	{
		padding-left: 0px;
		margin-left: 5%;
	}
	div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		display: inline-block;
		position: relative;

		bottom: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.fsndCookieShadow div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 500px) 
{	
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 90%;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	#cookieChoiceInfo h2#cookieConsentTitle
	{
		padding-left: 0px;
		margin-left: 5%;
	}
	div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		display: inline-block;
		position: relative;

		bottom: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID
	{
		margin-right: 1%;
	}
	.fsndCookieShadow div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		margin-bottom: 8px;
	}
   .fsndCookieEABlue.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID,
   #cookieChoiceInfo.cookieChoiceInfoDialog
   {
      zoom: 0.9;
   }
   #cookieChoiceInfo div.consentDialogWrapper
   {
      top: 25%;
   }
}

@media only screen and (max-width: 400px) 
{
	.fsndCookieShadow div#cookieChoiceInfo
	{
		max-width: 95%;
	}
   #cookieChoiceWrapper.fsndCookieBlue div#cookieOptInOutWrapper
   {
      max-width: 100%;
      zoom: 0.8;
   }
   .fsndCookieEABlue.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID
   {
      zoom: 0.85;
   }
   #cookieChoiceInfo.cookieChoiceInfoDialog
   {
      position: fixed;
      top: 20px;
      left: 0px;
      width: 100%;
      zoom: 0.5;
      z-index: 10000;
   }
   #cookieChoiceInfo div.consentDialogWrapper
   {
      position: relative;
      top: 0px;
      left: 0px;
      top: 20px;
   }
   #cookieChoiceInfo div.consentDialogContent
   {
      left: auto;
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 25px;
   }
}

@media only screen and (max-width: 325px) 
{
   #cookieChoiceInfo div.consentDialogWrapper
   {
      top: 5%;
   }
}