/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
	font-family: 'LloydsBankJackRegular';
	src: url('LloydsBankJackRegular/lloyds_bank_jack-regularWEB.eot');
	src: url('LloydsBankJackRegular/lloyds_bank_jack-regularWEB.eot?#iefix') format('embedded-opentype'),
	     url('LloydsBankJackRegular/lloyds_bank_jack-regularWEB.woff') format('woff'),
	     url('LloydsBankJackRegular/lloyds_bank_jack-regularWEB.ttf')  format('truetype'),
	     url('LloydsBankJackRegular/lloyds_bank_jack-regularWEB.svg#lloyds_bank_jack-regularWEB') format('svg');
}

a {
	outline: none !important;
}

html, body {
	overflow: hidden;
	font-family: LloydsBankJackRegular;
}

body.blue {
	background: #cfe5fc;
}

body.dark {
	background: #000000;
}

.small #content, .small #in-wrapper {
	font-size: 0.875em;
}

.large #content, .large #in-wrapper {
	font-size: 1.125em;
}
   
#wrapper {
	width: 350px;
	height: 620px;
	position: relative;
}

#in-wrapper {
	width: 330px;
	margin: 0 10px 0 10px;
}

#header {
	width: 330px;
	height: 60px;
	margin: 0 10px 0 10px;
}

#header .logo {
	width: 185px;
	height: 49px;
	background: url("../images/lloyds_logo.jpg") no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 7px 0 0 0;
}

.blue #header .logo {
	background: url("../images/lloyds_logo_blue.jpg") no-repeat;
}

#services ul {
	list-style: none;
	width: 130px;
	padding: 0;
	margin: 5px 0 0 0;
}

#services ul li {
	float: left;
}

#services a {
	font-size: 0.625em;
	color: #006544;
	display: block;
	/*float: left;*/
	padding: 15px 0 0 0;
	margin: 0 0 0 5px;
}

.dark #services a {
	color: #fdf36d;
}

.blue #services a {
	color: #000066;
}

#services a:hover {
	text-decoration: none;
}

#services .s1 {
	background: url("../images/mouse.jpg") no-repeat top center;
}

.dark #services .s1 {
	background: url("../images/mouse_dark.jpg") no-repeat top center;
}

.blue #services .s1 {
	background: url("../images/mouse_blue.jpg") no-repeat top center;
}

#services .s2 {
	background: url("../images/phone.jpg") no-repeat top center;
}

.dark #services .s2 {
	background: url("../images/phone_dark.jpg") no-repeat top center;
}

.blue #services .s2 {
	background: url("../images/phone_blue.jpg") no-repeat top center;
}

#services .s3 {
	background: url("../images/house.jpg") no-repeat top center;
}

.dark #services .s3 {
	background: url("../images/house_dark.jpg") no-repeat top center;
}

.blue #services .s3 {
	background: url("../images/house_blue.jpg") no-repeat top center;
}

.txt-resize {
	width: 55px;
}

.txt-resize a {
	color: #006544;
	margin-left: 5px;
}

.dark .txt-resize a {
	color: #fdf36d;
}

.blue .txt-resize a {
	color: #000066;
}

.txt-resize a:hover {
	text-decoration: none;
}

.txt-resize a.small {
	font-size: 0.875em;
}

.txt-resize a.large {
	font-size: 1.125em;
}

.themes {}

.themes ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

.themes ul li {
	display: block;
	float: left;
	margin: 1px 0 0 3px;
}

.themes ul li a {
	display: block;
	width: 12px;
	height: 13px;
}

.themes .t1 {
	background: url("../images/theme1.png") no-repeat;;
}

.themes .t2 {
	background: url("../images/theme2.png") no-repeat;;
}

.themes .t3 {
	background: url("../images/theme3.png") no-repeat;;
}

#content {
	width: 316px;
	height: 304px;
	margin: 0 10px 0 10px;
	padding: 9px 7px 0 7px;
	background: url("../images/main_box.png") no-repeat;
}

.dark #content {
	background: none !important;
	border: 1px solid #fdf36d !important;
}

.blue #content {
	background: none !important;
	border: 1px solid #000066 !important;
}

.lbl {
	font-size: 1.25em;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-family: LloydsBankJackRegular;
}

.dark .lbl {
	color: #fdf36d;
}

.blue .lbl {
	color: #000066;
}

#q-cont h2.lbl {
	font-size: 1em !important;
}

.ans-lbl {
	margin: 7px 0 7px 0 !important;
}

#content #entry {
	border: 1px solid #6d6d6d;
	width: 246px;
	height: 23px;
	line-height: 23px;
	padding: 3px 3px 3px 3px;
	font-size: 0.8125em;
	margin: 0 !important;
}

#content #ask {
	width: 48px;
	height: 31px;
	border: none;
	text-align: center;
	line-height: 31px;
	color: #ffffff;
	font-size: 1.0625em;
	background: #006544;
	font-family: LloydsBankJackRegular;
	margin: 0 5px 0 0;
}

.dark #content #ask {
	background: #fdf36d;
	color: #000000;
}

.blue #content #ask {
	background: #000066;
}

#q-cont {
	margin: 0 0 10px 0;
}

#a-cont {
	font-size: 0.75em;
	color: #4c4c4c;
	font-family: LloydsBankJackRegular;
	overflow: auto;
	height: 225px;
}

.dark #a-cont, .dark #a-cont a {
	color: #fdf36d;
}

.blue #a-cont, .blue #a-cont a {
	color: #000066;
}

#a-cont a {
    color: #006544;
    text-decoration: underline;
    cursor: pointer;
}

#a-cont a:hover {
	text-decoration: none;
}

.hlp-txt {
	font-size: 0.6875em;
	color: #4c4c4c;
	text-align: center;
	margin: 0 0 5px 0;
}

.dark .hlp-txt {
	color: #fdf36d;
}

.blue .hlp-txt {
	color: #000066;
}

#breadcrumb {
	font-size: 0.75em;
	color: #4c4c4c;
}

.dark #breadcrumb, .dark #breadcrumb a {
	color: #fdf36d;
}

.blue #breadcrumb, .blue #breadcrumb a {
	color: #000066;
}

#breadcrumb a {
	color: #006544;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#dropdown {
	margin: 0 0 5px 0;
}

#dropdown select {
	border: 1px solid #abadb3;
	font-size: 0.75em;
	width: 280px;
	height: 20px;
	float: left;
}

#dropdown img {
	display: none;
}

#dropdown a {
	display: block;
	margin: 0 5px 0 0;
	width: 33px;
	height: 19px;
	background: url("../images/go_btn.jpg") no-repeat;
	float: right;
}

.dark #dropdown a {
	background: url("../images/go_btn_dark.jpg") no-repeat !important;
}

.blue #dropdown a {
	background: url("../images/go_btn_blue.jpg") no-repeat !important;
} 

#faq-container {
	width: 316px;
	height: 129px;
	padding: 9px 7px 7px 7px;
	background: url("../images/related_faq_box.png") no-repeat;
}

.dark #faq-container {
	background: none !important;
	border: 1px solid #fdf36d !important;
}

.blue #faq-container {
	background: none !important;
	border: 1px solid #000066 !important;
}

#faq-container h2 {
	font-size: 0.8125em;
	color: #4c4c4c;
	margin: 0 0 0 0;
	font-weight: normal;
}

.dark #faq-container h2 {
	color: #fdf36d;
}

.blue #faq-container h2 {
	color: #000066;
}

#goButton {
	vertical-align: inherit;
	cursor: pointer;
}

#helpcentre{
    color: #4c4c4c;
    font-size: 0.75em;
}

#faqList {
	overflow: auto;
	height: 110px;
	font-size: 0.6875em;
}

#faqList li {
	margin: 0 0 10px 0;
}

#faqList ul {
	list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}

#faqList a {
	color: #006544;
}

.dark #faqList a {
	color: #fdf36d;
}

.blue #faqList a {
	color: #000066;
}

#faqList a:hover {
	text-decoration: none;
}







#footer {
	position: absolute;
	bottom: 0;
	z-index: 1000;
	width: 350px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-family: LloydsBankJackRegular;
	font-size: 0.625em;
	background: #006544;
}

.dark #footer {
	color: #fdf36d;
	background: none;
}

.blue #footer {
	color: #000066;
	background: none;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*
 * ICS Modal Dialog
 */

.mask {
	position: absolute;
	z-index: 9001;
	background-color: #000000;
	top: 0;
	left: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.mod-win {
	position: fixed;
	z-index: 9002;
}

.dlg-win {
	background: #ffffff;
	border-radius: 3px;
	color: #000;
	padding: 20px;
	font-family: Arial,Calibri,verdana,sans-serif;
	top: 10%;
    bottom: 10%;
    left: 2%;
	font-size:0.8em ;
	line-height: 25px;
	border: 10px solid #999999;
}

.dlg-win .radio {
	margin: 0 0 5px 0;
	color: #333333;
	font-size: 0.9375em;
}

input[type="radio"]{
	margin-right: 5px;
}

.dlg-win h2 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
	color: #000000;
	float: none;
    width: auto;
    color: #00714E;
    padding: 30px 0px 0px 0px;
    font-weight: bold;
}

.dlg-win .ics-oth-inp textarea {
	width: 96%;
	border: 1px solid #c6c7cb;
	height: 70px;
	padding: 2%;
	font-size: .875em;
}

.dlg-win .ics-oth-cnt {
	font-size: .79em;
	color: #666666;
}

.dlg-win .btn-ics {
	/*border: 1px solid #999999;
	background: #fafafa;
	
	color: #333333;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;*/
	float: right;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    line-height: 1.4em;
    width: auto;
    overflow: visible;
	border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    padding: .7em 1.5em;
    border-radius: 4px;
}

.dlg-win .btn-ics:hover{
	border: 1px solid #999999 !important;
    background: #dadada url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
	color: #212121 !important;
}

.dlg-win .ics-close {
	display: block;
	background: url(../images/ics/dialog_close.png) bottom left no-repeat !important;
	position: absolute;
	right: 0px;
	top: 3px;
	color: transparent;
	width:27px;
	height: 22px;
}












/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
