
@import url('fonts/encode-sans/stylesheet.css');

body {
	font-family: 'Encode Sans Regular', sans-serif;
	font-weight: 500;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6em;
}

img { 
	/*! -ms-interpolation-mode: nearest-neighbor; */
}

h1, h2, h3,
.tlo__tlform .tlo__formtitle h1 {
	font-family: 'Encode Sans Thin', sans-serif;
	font-weight: 100;
	line-height: initial;
}

.dns_hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}



/* Header */
.tlo__tlmasthead .tlo__tl_stdmastheadorfooter_inner {
	max-width: 1000px;
	margin: 0 auto;
}

.tlo__tlmasthead {
	border-top: px solid #000000;
	border-bottom: 5px solid #c69020;
}

.headerdiv #logo {
	height: 130px;
}

.headerdiv #logo img,
.dns__logo {
	/*! width: 100%; */
	/*! max-width: 199px; */
	/*! height: auto; */
	/*! -ms-interpolation-mode: bicubic; */
}

/* hide mobile version by default */
.dns__logo.mobile {
	display: none;
}
/* when screen is less than 600px wide show mobile version and hide desktop */
@media (max-width: 600px) {
	.dns__logo.mobile {
		display: block;
		max-width: 199px;
		max-height: 138px;
	}

	.dns__logo.desktop {
		display: none;
	}
}

@media only screen and (device-width: 768px) {
	.dns__logo.mobile {
		display: block;
		max-width: 199px;
		max-height: 138px;
	}

	.dns__logo.desktop {
		display: none;
	}
}



.dns__custom-header {
	background-color: #fdc02f; 
	border-bottom: 5px solid #c69020;
}

.dns__container {
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
}

/* Financial Insitution Brand Logos */
.dns__fi .tlo__fieldiconscolumn.tlo__fieldiconscolumnnovisiblecontent {
	height: 0;
	width: 0;
}

.dns__fi .tlo__fieldmergedcolumn {
	width: 100%;
	max-width: unset;
}

.dns__brands {
	border-bottom: 5px solid #fdc02f;
	border-radius: 0;
	box-shadow: 0 1px 0 #c69020;
	margin-bottom: 20px;
	padding: 0 0 10px;
	text-align: center;
}

.dns__brands img {
	display: inline-block;
	max-width: 110px;
	max-height: 50px;
	padding: 10px;
	vertical-align: middle;
}



/* Footer */
.dns__custom-footer {
	background-color: #424242; 
	border-bottom: 5px solid #c69020;
	padding: 30px 20px;
	margin: 20px 0 0;
}

.dns__custom-footer a {
	margin: 0 10px;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	padding: 5px 0;
	box-sizing: border-box;
	color: #ffffff;
}

.dns__custom-footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* Tabs */
.tlo__currentsectionbutton, 
.tlo__enabledsectionbutton {
	background-color: #424242;
	color: #ffffff;
	filter: brightness(1);
}

.tlo__disabledsectionbutton {
	background-color: #757575;
}

/* Remove hover effect from disabled section buttons */
.tlo__tabtoolbar .tlo__disabledsectionbutton:hover {
	filter: brightness(1);
	background-color: #757575;
	cursor: default;
}

.tlo__tabtoolbar .tlo__enabledsectionbutton:hover {
	filter: brightness(1);
	background-color: #c69020; 
}

.tlo__currentsectionbutton {
	background-color: #fdc02f;
	color: #212121;
}

.tlo__currentsectionbutton:hover {
	cursor: default;
	filter: brightness(1) !important;
}

.tlo__tabtoolbar .tlo__tlsectionbuttons {
	border-bottom: 5px solid #fdc02f;
	border-radius: 5px 0;
	box-shadow: 0 1px 0 #c69020;
}



/********** Buttons **********/
.customBtn .tlo__button,
.tlo__button[name="BTA_Bankaccounts"] {
	box-shadow: 0 2px 0 #c69020;
	background-color: #fdc02f;
}

.customBtn .tlo__button:hover,
.tlo__button[name="BTA_Bankaccounts"]:hover,
#BTB_BB_Next:hover {
	filter: brightness(1);
	background-color: #c69020;
	transform: translateY(1px);
	color: #ffffff;
}

tlo__tltoolbar .tlo__button:hover {

}

#BTB_BB_Exit {
	display:none;
}

#BTB_BB_Back:hover, 
#BB_Cancel:hover,
input[name=BB_NoBtn]:hover {
	color: #212121 !important;
}

#BTB_BB_Back.tlo__button[name="BB_Back"] {
	display: none;
}



/********** Login Page **********/

#F_Password-row .tlo__fieldwidthmodifier.tlo__fieldwithlinkedbutton {
	display:block;
	margin-bottom: 10px;
}

.tlo__LogonDialog .tlo__fieldcaptioncolumn {
	width: 80%;
}

.tlo__LogonDialog .tlo__fieldinputcolumn {
	margin: 0 20px;
	width: 90%;
}

.tlo__LogonDialog .tlo__tlmaincontent {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}




/********** Forgotten Password Page *********/
#tldialogouter {
	width: 100% !important;
}




/* Form Styling */

#aj_formheader {
	border-top: 0px solid #000000;
}

label[for=F_Credit_card] {
	display: none;
}

input[name=BS_Section_10] {
	display:none;
}

.dns__dialog-header {
	position: relative;
	top: -50px;
}

.dns__dialog-header h1 {
	margin: 0 0 10px;
}

.tlo__dialogtitle {
	display:none;
}

.tlo__content_corners_top {
	display:none;
}

.tlo__headingenabled.tlo__emptylegend legend.tlo__empty {
	display: none;
}





/* Default Tables */

table {
	border-collapse: collapse;
}

table td {
	border: 1px solid #c69020;
}

table.tlo__tltable {
	border: 1px solid #c69020;
}

table.tlo__tltable th, 
table.tlo__tltable td {
	border: 1px solid #c69020;
	color: #000000;
}

.tlo__formtablehead a:link, 
.tlo__formtablehead a:visited, 
.tlo__formtablebody a:link, 
.tlo__formtablebody a:visited {
	color: #000000;
	text-decoration: underline;
}

.tlo__formtablehead a:hover, 
.tlo__formtablebody a:hover {
	text-decoration: none;
}

table.tlo__tltable th {
	background-color: #fdc02f;
	border-bottom: 3px solid #c69020;
}

.tlo__tablerowodd {
	background-color: #fff6e0;
}

.tlo__tableroweven {
	background-color: #ffffff;
}


/* Hide top rown on review table */
#aj_htmltable_Summary_plugin\:Summarytable.tlo__tltable .tlo__formtablehead.tlo__tableheadnofilterorlink {
	display:none;
}






/* Review Table */

.tl__SummaryCustomItemCaption.FontBold, 
.tl__SummaryCustomItemValue.FontBold, 
.tl__SummaryCustomItemEdit.FontBold, 
.tl__SummaryTextItemEdit.FontBold, 
.tl__SummaryTableItemCaption.FontBold, 
.tl__SummaryTableItemEdit.FontBold {
	font-family: 'Encode Sans SemiBold', sans-serif !important;
	background-color: #fdc02f;
	border-top: 3px solid #c69020;
	border-bottom: 3px solid #c69020;
	border-left: 0;
	border-right: 0;
}

.tl__SummaryCustomItemEdit.FontBold,
.tl__SummaryTableItemEdit.FontBold {
	text-align: right;
}

#aj_htmltable_Summary_plugin\:Summarytable tr:nth-child(even) {
	background-color: #fff6e0;
}

#aj_tablerow_Summary_plugin\:Summarytable_7 td.tl__SummaryTableItemEdit.FontBold,
#aj_tablerow_Summary_plugin\:Summarytable_7 td.tl__SummaryTableItemCaption.FontBold {
	background-color: white;
}

table.tl__SummaryTable {
    border-spacing: 0;
    border: 1px solid #c69020;
    width: 100%;
    display: inline-table;
    border-collapse: separate;
    background-color: white;
}

table.tl__SummaryTable th {
    background-color: #fff;
}

table.tl__SummaryTable tr, table.tl__SummaryTable td  {
	border: 1px solid #c69020;
}

@media (max-width: 600px) {
	.dns__custom-footer a {
		display: block;
	}
}


/* HACK: unconditionally hide spell check button */
#BB_SpellCheck, #BTB_BB_SpellCheck, #ajOldId_BB_SpellCheck, #ajOldId_BTB_BB_SpellCheck { display:none; }


/* SR Feedback amends */
/* Add space above checkbox on submit page */
#F_Agreement-row .tlo__fieldwidthmodifiercheckbox {
	margin-top:20px;
	border: 3px solid #c69020;
	padding: 10px;
}

.hiddenField{
	display:none;
}

/* Portal Table */

#timescales
{
	width: 90%;
}

#timescales tr td, #timescales tr th
{
	padding: 5px;
}

/* FAQ contacts table */
#faq_contacts
{
	width: 100%;
}

#faq_contacts tr td:last-child, #faq_contacts tr th:last-child
{
	width: 60%;
}

/* Cookies table */
#cookies
{
	width: 100%;
}

#cookies tr td, #cookies tr th
{
	padding: 4px;
}

#cookies tr td:first-child, #cookies tr th:first-child,
#cookies tr td:last-child, #cookies tr th:last-child
{
	width: 20%;
}

/*------------------- EXTRA LARGE CHECKBOXES -------------------*/
span[role="combobox"] {
	display: inline-block;
}

.tlo__checkboxfield, .tlo__fieldwidthmodifierlist {
	position: relative;
}

[role="combobox"] [type="checkbox"] + label::before,
.tlo__checkboxfield [type="checkbox"] + label::before,
.tlo__fieldwidthmodifierlist [type="checkbox"] + label::before {
	content: "";
	border: 2px solid;
	background: transparent;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 4px;
}

/* Border highlight on focus */
[role="combobox"] [type="checkbox"]:focus + label::before,
.tlo__checkboxfield [type="checkbox"]:focus + label::before,
.tlo__fieldwidthmodifierlist [type="checkbox"]:focus + label::before {
	border: 2px solid #000;
	box-shadow: 0px 0px 0px 3px rgba(253,192,47,1);
}


[role="combobox"] input:checked + label::after,
.tlo__checkboxfield input:checked + label::after,
.tlo__fieldwidthmodifierlist input:checked + label::after {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

[role="combobox"] [type="checkbox"] + label::after,
.tlo__checkboxfield [type="checkbox"] + label::after,
.tlo__fieldwidthmodifierlist [type="checkbox"] + label::after {
	content: "";
	border: solid;
	border-width: 0 0 5px 5px;
	background: transparent;
	border-top-color: transparent;
	width: 17px;
	height: 7px;
	position: absolute;
	top: 15px;
	left: 12px;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}

[role="combobox"] label,
.tlo__checkboxfield label,
.tlo__fieldwidthmodifierlist label {
	cursor: pointer;
	display: inline-block;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	padding: 9px 0 23px 50px;
	position: relative;
	vertical-align: top;
}

[role="combobox"] input[type="checkbox"],
.tlo__checkboxfield input[type="checkbox"],
.tlo__fieldwidthmodifierlist [type="checkbox"] {
	cursor: pointer;
	left: 0;
	top: 0;
	width: 0;
	margin: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
}

/* Checkbox for submitting form */
label[for="F_Agreement"] {
	padding: 0 0 0 50px;
}

/*------------------- EXTRA LARGE RADIO BOXES -------------------*/
.tlo__fieldwidthmodifierradio label {
	cursor: pointer;
	float: left;
	padding: 7px 0px 6px 47px;
	display: block;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	margin: 3px 15px 10px 3px;
	position: relative;
}

.tlo__fieldwidthmodifierradio label input {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
	margin: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tlo__fieldwidthmodifierradio label [type=radio] + span::before {
	content: "";
	border: 2px solid;
	background: transparent;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.tlo__fieldwidthmodifierradio label [type=radio] + span::after {
	content: "";
	border: 10px solid;
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	left: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tlo__fieldwidthmodifierradio label input:checked + span::after {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.tlo__fieldwidthmodifierradio label [type=radio]:focus + span::before {
	border: 2px solid #000;
	box-shadow: 0px 0px 0px 3px rgba(253,192,47,1);
}

label > span {
	margin-right: 15px;
}

[role="combobox"] > select {
	margin-right: 15px;
}

/* Add dark borders to all input fields */
.tlo__formtextarea, .tlo__formtextfield, .tlo__formpasswordfield, .tlo__narrowformtextfield, .tlo__dayfield, .tlo__monthfield, .tlo__hourfield, .tlo__minutefield, .tlo__yearfield, .tlo__tlform select {
	border: 2px solid black;
}

/* Hover border on input fields */
.tlo__formtextarea:focus, .tlo__formtextfield:focus, .tlo__formpasswordfield:focus, .tlo__narrowformtextfield:focus, .tlo__dayfield:focus, 
.tlo__monthfield:focus, .tlo__hourfield:focus, .tlo__minutefield:focus, .tlo__yearfield:focus, .tlo__tlform select:focus {
	border: 2px solid black;
	box-shadow: 0px 0px 0px 3px rgba(253,192,47,1);
}

/* Make text black */
.tlo__indinlinehelptext, .tlo__inlinehelptext {
	color: #212121;
}



/* Privacy page */
.dns-privacy-notice {
	line-height: 1.6em;
}

.dns-privacy-notice p {
	margin: 0 0 10px;
}

.dns-privacy-notice h1 {
	font-family: 'Encode Sans Regular', sans-serif;
	margin: 20px 0;
}

.dns-privacy-notice h2 {
	margin: 30px 0 10px;
}

.dns-privacy-notice h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0 0;
	text-decoration: underline;
}

/* Privacy page tables */
.dns-privacy-notice table {
	border: 2px solid #000;
}

.dns-privacy-notice table th {
	background-color: #fdc02f;
	border: 1px solid black;
	color: black;
	text-align: left;
	padding: 5px 10px;
}

.dns-privacy-notice table td {
	border: 1px solid #000;
	padding: 10px;
	vertical-align: top;
}


/* Mobile */
@media only screen and (max-width: 450px) {
	.tlo__tl_responsive .tlo__fieldmergedcolumn, .tlo__tl_responsive .tlo__columns .tlo__fieldmergedcolumn {
		width: 100%;
		word-wrap: break-word;
	}
}

/* Fix for table cutting off on mobile*/
.tlo__fieldmergedcolumn {
	max-width: unset;
}

.headerBtn .tlo__fieldmergedcolumn{
	width:100% !important;
	max-width : 100% !important;
}

.headerBtn .tlo__fieldmergedcolumn input{
	font-size:10px; min-width:150px; width:15%; 
}

.dns_faq_header{
	font-size: 1.5em !important;
}

.collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.collapsible img{
	display:none;
}

.active, .collapsible:hover {
  cursor: pointer;
}

@media (max-width: 1014px) {
	.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	}
}

@media screen and (min-width: 1024px) {
	.content {
	padding: 0 100px;
	display: none;
	overflow: hidden;
	}
}

.plus_icon, .minus_icon{
	cursor: default;
}


#aj_heading_Faq_header .tlo__fieldiconscolumn {
	display:none;
}

#aj_heading_Faq_header .tlo__fieldrow{
	--padding:0px;
}

@media (max-width: 1014px) {
	.dns-custom-faq-question-sections {

	width: 95%;
	margin: 10px;
	padding: 10px;
	background: #e3e3e3;
	display: inline-block;
	vertical-align: top;
	margin : 40px 10px 10px 10px;
  }
}

@media screen and (min-width: 1024px) {
  .dns-custom-faq-question-sections {

	width: 95%;
	margin: 10px;
	padding: 10px;
	background: #e3e3e3;
	display: inline-block;
	vertical-align: top;
  }
}

div.collapsible div.tlo__fieldmergedcolumn::before {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-size: 2em;
    background-color: blue;
    display: block;
    box-sizing: border-box;
}
div.collapsible div.tlo__fieldmergedcolumn h2 {
    width: 90%;
    margin: -5px 0 0 0;
    padding: 0 0 0 10px;
    float: right;
    box-sizing: border-box;
}

 

div.collapsible.minus_icon div.tlo__fieldmergedcolumn::before {
    content: "-";
    background-color: #fdc02f;
	margin-top: -5px;
    vertical-align:top;
    font-weight:500;
}

 

div.collapsible.plus_icon div.tlo__fieldmergedcolumn::before {
    content: "+";
	margin-top: -5px;
    font-weight:500;
    padding-top:2px;
    background-color:#424242;
}

/* Portal form buttons */
div[id*="_H_portalbuttontoolbar"] {
	width: 100%;
	margin: 0;
	padding: 0;
	--position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

div[id*="_H_portalbuttontoolbar"] .tlo__tlheadercontent  {
	 margin: 0;
	 padding: 0;
}

div[id*="_H_portalbuttontoolbar"] .tlo__fieldiconscolumn {
	display: none;
}

div[id*="_H_portalbuttontoolbar"] div.tlo__fieldmergedcolumn {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

div[id*="_H_portalbuttontoolbar"] div.tlo__fieldmergedcolumn span.tlo__resetfontsizetodefault {
	margin: 5px;
	padding: 0;
	display: inline-block;
}

div[id*="_H_portalbuttontoolbar"] div.tlo__fieldmergedcolumn span.tlo__resetfontsizetodefault input.tlo__button {
	margin: 0;
}

div[id*="_H_portalbuttontoolbar"] .tlo__fieldwidthmodifier.tlo__fieldwithlinkedbutton {
	display: block;
}

/* Portal form featured in */
div.dns-featured-in {
	vertical-align: middle;
	text-align: center;
	line-height: 70px;
	position: relative;
}

div.dns-featured-in img {
	max-height: 70px;
	max-width: 180px;
	margin: 0 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

div.dns-featured-in img:first-child {
	margin-left: 0 !important;
}

/* Accessibility link moving */
div#aj_formheader,
div.tlo__aj_formheader {
	width: 100%;
	margin: 0;
	padding: 0;
	--position: absolute;
	--top: -43px;
	right: 0;
}

div.tlo__aj_formheader div.tlo__headerarea2, 
div.tlo__aj_formheader div.tlo__headerarea2 .tlo__headercontrols {
	margin: 0;
	padding: 0;
}

div.tlo__aj_formheader div.tlo__headerarea2 .tlo__headercontrols a {
	text-decoration: none;
}

div.tlo__aj_formheader div.tlo__headerarea2 .tlo__headercontrols a:hover {
	color: black;
	text-decoration: underline;
}

.portalhideicons div.tlo__fieldiconscolumn.tlo__fieldiconscolumnnovisiblecontent{
	display:none !important;
}

.PolicyTable th {
	word-break: normal;
}
